sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

Some files that render correctly with NanoSVG don't render correctly with LunaSVG #101

Closed leonstyhre closed 2 years ago

leonstyhre commented 2 years ago

Hi! A number of files don't seem to render correctly with LunaSVG although they render fine with NanoSVG.

See these two example screenshots: https://es-de.org/temp/LunaSVG_rendering.png https://es-de.org/temp/NanoSVG_rendering.png

Here are some files that don't render correctly: https://gitlab.com/es-de/emulationstation-de/-/blob/master/themes/slate-DE/arcade/images/logo.svg https://gitlab.com/es-de/emulationstation-de/-/blob/master/themes/slate-DE/auto-favorites/images/logo.svg https://gitlab.com/es-de/emulationstation-de/-/blob/master/themes/slate-DE/custom-collections/images/logo.svg

Thanks!

sammycage commented 2 years ago

Fixed : e0f786c9be6fae1ffabddfe56fb1e0a1a7eb775d

leonstyhre commented 2 years ago

Fantastic, thanks for the quick fix! It also fixes the splash screen image as I mentioned in the separate issue.