9 lines
No EOL
347 B
XML
9 lines
No EOL
347 B
XML
<svg height="1024" width="1024" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" x2="0%" y1="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#F8F081" />
|
|
<stop offset="100%" stop-color="#E1DA51" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="0" y="0" width="100%" height="100%" fill="url(#grad1)"/>
|
|
</svg> |