Restore unittests from history

This commit is contained in:
Eduard Braun 2015-12-06 19:59:06 +01:00
parent ebccae8cad
commit 3b7e8a0091
111 changed files with 2341 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<defs id="defs_one">
<linearGradient id="testgradient">
<stop style="stop-color:#e4ff01" offset="0"/>
<stop style="stop-color:#befb00" offset=".36267"/>
<stop style="stop-color:#216908" offset=".78168"/>
<stop style="stop-color:#0a2002" offset="1"/>
</linearGradient>
<filter id="CDS" x="-0.2" y="0.2" width="1.4" height="1.4">
<feGaussianBlur stdDeviation="8"/>
<feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.6 0"/>
</filter>
<pattern id="testpattern">
<rect x="0" y="0" width="10" height="10" style="fill:#f00;"/>
</pattern>
<symbol id="testsymbol">
<rect x="0" y="0" width="10" height="10" style="fill:#0f0;"/>
</symbol>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 837 B