jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

Add option (or default) to remove `xml:space` as it is deprecated #379

Closed perpetual-education-personal closed 1 year ago

perpetual-education-personal commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xml:space

<svg viewBox="0 0 10 10" xml:space="preserve" ...

XhmikosR commented 2 years ago

Upstream PR https://github.com/svg/svgo/pull/1660

XhmikosR commented 1 year ago

Closing for now. If it's implemented upstream, we can update svgo and add the plugin here too.