🐛 Bug Report
Hi, looks like in SVGR Playground svgo option "removeXMLNS" not working
To Reproduce
- Open SVGR playground
- set svgo config to textarea:
{
"plugins": [
{ "removeXMLNS": false },
{ "removeViewBox": false },
{ "cleanupIDs": false }
]
}
- xmlns attribute still removes
Expected behavior
"xmlns" attribute must be in svg element
Maybe i doing something wrong, but it is not worked for me
🐛 Bug Report
Hi, looks like in SVGR Playground svgo option "removeXMLNS" not working
To Reproduce
{ "plugins": [ { "removeXMLNS": false }, { "removeViewBox": false }, { "cleanupIDs": false } ] }Expected behavior
"xmlns" attribute must be in svg element
Maybe i doing something wrong, but it is not worked for me