cppfw / svgren

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

Strange rendering of path element #9

Closed skalleAnka closed 7 years ago

skalleAnka commented 7 years ago

I am adding SVG support to a little hobby game I have. I made a test picture with Inkscape and tried to load it. Here are the results: real render

The body of the character in the in-game screenshot is rendered as a triangle. Here is the SVG file used: test.zip

I it matters I am using 64 bit Windows 7, the latest svgren from GIT, libsvgdom.0.2.25 and cairo_static.1.15.4.1.

And also, a big thank you for making this library.

igagis commented 7 years ago

Thanks for reporting this, It is now fixed. Please update to libsvgren version 0.4.8 and try.

skalleAnka commented 7 years ago

Wow that was fast. Very impressive. It works now!