memononen / nanosvg

Simple stupid SVG parser
zlib License
1.7k stars 362 forks source link

Multicolor SVG rendered with a black background #248

Open ivantishchenko opened 1 year ago

ivantishchenko commented 1 year ago

Load the attached SVG using the attached SVG file using https://github.com/memononen/nanosvg/blob/master/example/example2.c. porsche

You will see that the contours are correct but the image is completely black.

svg

ivantishchenko commented 1 year ago

Seems like the issues is a special case of #55