21 lines
837 B
XML
21 lines
837 B
XML
<?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>
|