-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I had rendering issues until I opened my SVG asset in Inkscape, selected all and ungrouped until there were no more groups left. Reading the README and looking into usvg, I wonder why that is – the description of usvg sounds as if it would already simplify the SVG into a series of paths. Maybe it is related to #18 and bevy_svg does not take into account some transform property.
Here is an example file to reproduce the problem (before removing groups):
What I observe (apart from the missing patterned fill) is that the circles are missing / misplaced.
I extracted this element from BACKS-PIPS-NUMBERS/PLAYING_CARD BACKS-CHIMERA.svg from the following source:
Vector Playing Cards 3.2
https://totalnonsense.com/open-source-vector-playing-cards/
Copyright 2011,2021 – Chris Aguilar – [email protected]
Licensed under: LGPL 3.0 - https://www.gnu.org/licenses/lgpl-3.0.html