You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still, it doesn't seem like the plugin would currently remove these "known" namespaces if they are declared on non-SVG nodes, right?
The reason I say this is because when I look at the source code, I notice that the namespaces are currently only collected while iterating over the root SVG node.
For example:
results in:
I would expect that the unused namespace declared on the
path
element would be removed in this scenario.The text was updated successfully, but these errors were encountered: