sammycage / lunasvg

lunasvg is a standalone SVG rendering library in C++
MIT License
818 stars 115 forks source link

Unexpected PNG conversion from SVG file format #168

Closed rossanoparis closed 2 months ago

rossanoparis commented 2 months ago

I'm facing this issue regarding some SVG files saved using CORELDRAW 2020 and InkScape In both cases the SVG file is shown correctly using InkScape SW, but after converting them to a PNG image, using the library, I get an unexpected bitmap.

File from CORELDRAW 2020 ico066-COREL.zip image

File from InkScape ico066-INK.zip image

rossanoparis commented 2 months ago

This issue was not due to a library problem, but the png files have been saved using a wxBitmap object instead of wxImage ... sorry