Remove redundant SVG namespace declarations and prefixes

This commit is contained in:
JSCHILL1 2009-08-03 17:44:40 -05:00
parent 6fce13b84f
commit c9ecfc05a7
5 changed files with 162 additions and 2 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:vector="http://www.w3.org/2000/svg">
<rect height="300" width="300"/>
<svg:rect height="200" width="200"/>
<vector:rect height="100" width="100"/>
</svg>

After

Width:  |  Height:  |  Size: 296 B