super lean graphics
This commit is contained in:
parent
3d78abff83
commit
ffda05d6f7
1 changed files with 12 additions and 0 deletions
12
snippets/sample.svg
Normal file
12
snippets/sample.svg
Normal 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 |
Loading…
Reference in a new issue