Restore unittests from history
This commit is contained in:
parent
ebccae8cad
commit
3b7e8a0091
111 changed files with 2341 additions and 0 deletions
8
unittests/redundant-svg-namespace.svg
Normal file
8
unittests/redundant-svg-namespace.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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>
|
||||
|
After Width: | Height: | Size: 331 B |
Loading…
Add table
Add a link
Reference in a new issue