scour/unittests/redundant-svg-namespace.svg

8 lines
No EOL
330 B
XML

<?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">
<title>Test</title>
</svg:rect>
<vector:rect height="100" width="100"/>
</svg>