super lean graphics

This commit is contained in:
tavo-wasd 2024-08-13 07:07:07 -06:00
parent 3d78abff83
commit ffda05d6f7

12
snippets/sample.svg Normal file
View file

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="50" viewBox="0 0 400 100">
<defs>
<linearGradient id="g" x2="0" y2="1">
<stop stop-color="#00744c"/>
<stop stop-color="#002b1c" offset="100%"/>
</linearGradient>
</defs>
<rect width="400" height="100" rx="25" ry="25" fill="url(#g)"/>
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="sans-serif" font-size="35" font-weight="bold" fill="#ffffff">
Pago Único
</text>
</svg>

After

Width:  |  Height:  |  Size: 534 B