1
0
mirror of https://github.com/svg/svgo.git synced 2025-09-14 09:49:20 +03:00
Files
svgo/test/plugins/removeXMLNS.01.svg
2021-03-21 17:30:36 +03:00

14 lines
124 B
XML

Should remove xmlns if requested
===
<svg xmlns="http://www.w3.org/2000/svg">
test
</svg>
@@@
<svg>
test
</svg>