Scaling of SVG sprites does not work

0 votes
asked Dec 13, 2020 in Bug by Marius

Hi, I noticed that scaling of svg sprites won't work (but it does work for png/jpg files).

E.g.:

sprite foo2 sprite2.svg
rectangle "<$foo2{scale=0.2}>"

"sprite2.svg" is a local file, next to the puml file.

The surrounding rectangle gets scaled down, but the sprite still has the original size.

1 Answer

0 votes
answered Dec 14, 2020 by plantuml (295,000 points)
 
Best answer
Thanks for the feedback.

This should be fixed in last release http://beta.plantuml.net/plantuml.jar

Tell us if you find other issues !
...