cascornelissen / svg-spritemap-webpack-plugin

SVG spritemap plugin for webpack
MIT License
207 stars 49 forks source link

href instead of xlink:href #176

Closed EdwardBock closed 3 years ago

EdwardBock commented 3 years ago

xlink:href is deprecated. It would be great if you could also support href which it seems you do not right now, are you?

https://www.w3.org/TR/SVG/linking.html#XLinkRefAttrs

cascornelissen commented 3 years ago

xlink:href is deprecated in the SVG 2.0 spec which I'm pretty sure is not final yet. I'm a bit hesitant on adding features based on a specification that's still in draft and has - as far as I know - limited browser support.

If there's a specific problem you're running into I'm willing to consider it, though. Do you have some more information/context?

EdwardBock commented 3 years ago

Oh, I missed that SVG 2.0 is still in draft, sorry. I have no acute problems. Just stumbled on this deprecation warning on another issue (CSP and SVG -_-).