Skip to content

In Playground svgo option "removeXMLNS" not working #475

@krutoo

Description

@krutoo

🐛 Bug Report

Hi, looks like in SVGR Playground svgo option "removeXMLNS" not working

To Reproduce

  1. Open SVGR playground
  2. set svgo config to textarea:
{ 
  "plugins": [
    { "removeXMLNS": false }, 
    { "removeViewBox": false }, 
    { "cleanupIDs": false }
  ] 
}
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions