Remove redundant SVG namespace declarations and prefixes
This commit is contained in:
parent
6fce13b84f
commit
c9ecfc05a7
5 changed files with 162 additions and 2 deletions
6
unittests/redundant-svg-namespace.svg
Normal file
6
unittests/redundant-svg-namespace.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue