Add unittests for previous commit
This commit is contained in:
parent
fcddf97dfb
commit
189af6c4b4
2 changed files with 48 additions and 0 deletions
19
unittests/unreferenced-defs.svg
Normal file
19
unittests/unreferenced-defs.svg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="linearGradient">
|
||||
<stop offset="0"/>
|
||||
<stop offset="1" stop-color="blue"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="radialGradient">
|
||||
<stop offset="0"/>
|
||||
<stop offset="1" stop-color="blue"/>
|
||||
</radialGradient>
|
||||
<pattern id="pattern">
|
||||
<polygon fill="none" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896"/>
|
||||
</pattern>
|
||||
<rect id="rect" width="50" height="50"/>
|
||||
<circle id="circle" width="100" height="100"/>
|
||||
</defs>
|
||||
<use x="10" y="10" xlink:href="#rect" fill="url(#linearGradient)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 729 B |
Loading…
Add table
Add a link
Reference in a new issue