scour/unittests/important-groups-in-defs.svg
2009-07-05 08:14:40 -05:00

11 lines
No EOL
249 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<g>
<linearGradient id="g1">
<stop offset="0" stop-color="blue"/>
<stop offset="1" stop-color="red"/>
</linearGradient>
</g>
</defs>
<rect fill="url(#g1)" width="100" height="100" />
</svg>