Restore unittests from history
This commit is contained in:
parent
ebccae8cad
commit
3b7e8a0091
111 changed files with 2341 additions and 0 deletions
8
unittests/refs-in-defs.svg
Normal file
8
unittests/refs-in-defs.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<path id="L" stroke="#000000" d="M0,0 100,100"/>
|
||||
<g id="G"><use xlink:href="#L"/> <path stroke="#000000" d="M0,100 100,0"/></g>
|
||||
</defs>
|
||||
<use xlink:href="#G"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 346 B |
Loading…
Add table
Add a link
Reference in a new issue