11 lines
339 B
XML
11 lines
339 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<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>
|