-
-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
Description
🐛 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
Besuf