You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
djmadeira
changed the title
SVGStore bakes extensions into filenames
SVGStore bakes extensions into IDs of symbols
Jun 11, 2014
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.
The text was updated successfully, but these errors were encountered: