Dears,
Is it posible to scale sprite "on the fly".
Actually it is quite unconfortable to generate sprite of the icon for quite much of sizes like 16, 32, 64, 128, 256, ... px.
And then use ONE of those correctly in the diagram.
Is it possible to scale sprite? I mean when I have e.g. sprite with 128 px size, and then I want to have on one diagram something like 16 px icon, and on the other 128 px icon.
I had also tried to use <img> HTML tag skipping sprites, as HTML tag (according to W3C) has possibility to scale like:
<img src="icon.png" width="16" height="16">
but this one does not work in PlantUML. I can only use images also without scaling.
<img:icon.png>
Do you have some hints?
Best regards,
Seweryn.