When referring to .svg files (drawn in another tool like Inkscape) for symbols in .txt or .js/.coffee mapping files, there is currently an issue with repeating the xmlns specification. We need to omit any xmlns attributes that end up on the root <svg> element.
[x] Remove <svg xmlns>
[x] xlink might be tricky because it's not always on the root element?
[ ] Remove <svg version>?
[ ] Remove <svg width> and <svg height>?
[x] Check other <svg> attributes that should be removed
When referring to
.svg
files (drawn in another tool like Inkscape) for symbols in.txt
or.js
/.coffee
mapping files, there is currently an issue with repeating thexmlns
specification. We need to omit anyxmlns
attributes that end up on the root<svg>
element.<svg xmlns>
xlink
might be tricky because it's not always on the root element?<svg version>
?<svg width>
and<svg height>
?<svg>
attributes that should be removed