I would like to include a sprite as a symbol to be used in text.
Is there a way to scale the sprite such that it fits?
Is there a way to do this now, if so let me know, if not...
We might use syntax something like:
@startuml
sprite foo ...
Alice->Bob : <$foo{1.0em}>
Bob->Cheryl : <$foo{2.0em}>
@enduml
In this case allices would be the same size as the text, and cheryls would be bigger.
Open to alternative syntax.