10 lines
448 B
XML
10 lines
448 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="this-abomination-should-be-shortened-to-a-single-letter">
|
|
<stop offset="0" stop-color="black" />
|
|
<stop offset="1" stop-color="white" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect fill="url(#this-abomination-should-be-shortened-to-a-single-letter)" x="20" y="20" width="160" height="160" />
|
|
</svg>
|