cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

Problems with rotation transform on groups #10

Closed skalleAnka closed 7 years ago

skalleAnka commented 7 years ago

When a group has a rotation transform, the rotation seems to be applied wrong. Here is the actual image: test2_real And here is the rendering: test2

Here is the SVG file used: test2.zip

Thanks again for making this, it is great to have a good open-source SVG renderer!

igagis commented 7 years ago

Thanks for reporting! I have fixed that, please try libsvgren version 0.4.9. Note: it looks like firefox renders SVG incorrectly in this case, its result is different from Inkscape one. Now svgren works as Inkscape.

skalleAnka commented 7 years ago

It works now. Thank you so much!