mirror of
https://github.com/ShadauxCat/CATSFC.git
synced 2025-04-02 10:41:47 -04:00
14 lines
678 B
XML
14 lines
678 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="85" height="38">
|
|
<defs>
|
|
<linearGradient id="interior" x1="0" x2="0" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#aa80ff" />
|
|
<stop offset="1" stop-color="#884dff" />
|
|
</linearGradient>
|
|
<linearGradient id="glass" x1="0" x2="0" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#ffffff" stop-opacity="0.2" />
|
|
<stop offset="1" stop-color="#ffffff" stop-opacity="0.1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="1" y="1" width="83" height="36" rx="4" ry="4" stroke-width="1" stroke="#7734ff" fill="url(#interior)" />
|
|
<rect x="2" y="2" width="81" height="18" stroke="none" fill="url(#glass)" />
|
|
</svg>
|