SVGStore bakes extensions into IDs of symbols
djmadeira opened this issue · 1 comments
djmadeira commented
If you name a source SVG "logo-image.min.svg", SVG store makes it's ID "[prefix]-logo-image.min", which isn't a valid ID and also not the desired result.
Additionally, if there are spaces in the file name, the spaces are included in the ID attribute.
FWeinb commented
Thank you! This is fixed in version 0.2.4.