scour/unittests/quot-in-url.svg

9 lines
No EOL
316 B
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#0F0" />
<stop offset="1" stop-color="#00F"/>
</linearGradient>
</defs>
<rect width="100" height="100" fill="url(&quot;#g&quot;)"/>
</svg>