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
Maybe a Problem with SVGs from Sketch3. When i combine SVGs with SVGStore i get an invalid SVG Sprite. Combined the same Icons with grunt-svg-sprite the Sprite is valid.
The reason the sprite is invalid is because it removes sketch's namespace declaration: xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
To confirm, put the output in the W3C validator with the MIME type SVG 1.1. Not sure how the plugin should handle this; should it put the namespace attribute in the <symbol> or the root <svg>?
There's no option in sketch to remove these on export unfortunately, so it looks like this would be a good problem for the plugin to solve.
Maybe a Problem with SVGs from Sketch3. When i combine SVGs with SVGStore i get an invalid SVG Sprite. Combined the same Icons with grunt-svg-sprite the Sprite is valid.
For the test i didn't use SVG Min.
Combined SVG 1
Combined SVG 2
Result
The text was updated successfully, but these errors were encountered: