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
This is invalid XML, since the same namespace is defined with two different names (ns0 and xlink), and causes problems with some other programs that read SVGs.
The text was updated successfully, but these errors were encountered:
Take an SVG like the following.
If I then load and write this SVG back to a file, as follows.
Then I get something like this.
This is invalid XML, since the same namespace is defined with two different names (
ns0
andxlink
), and causes problems with some other programs that read SVGs.The text was updated successfully, but these errors were encountered: