scour/unittests/referenced-elements-1.svg

10 lines
No EOL
283 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<title id="title1">Fooey</title>
<rect id='r1' />
<linearGradient id="Polka_Dot_Pattern">
<stop offset="0.5" stop-color="blue" id="stop1234"/>
</linearGradient>
</defs>
<rect id='r2' fill="url(#Polka_Dot_Pattern)" />
</svg>