mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
Update tailwindcss.svg
no se visualizaba el svg de tailwind el problema era del id creo que no lo encontraba en el path cambie el id a gradient y ahora si se muestra el svg de tailwind
This commit is contained in:
parent
bc48bfbfba
commit
f98a787c2a
@ -1 +1,15 @@
|
|||||||
<svg viewBox="0 0 256 154" width="256" height="154" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><defs><linearGradient x1="-2.778%" y1="32%" x2="100%" y2="67.556%" id="a"><stop stop-color="#2298BD" offset="0%"/><stop stop-color="#0ED7B5" offset="100%"/></linearGradient></defs><path d="M128 0C93.867 0 72.533 17.067 64 51.2 76.8 34.133 91.733 27.733 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0ZM64 76.8C29.867 76.8 8.533 93.867 0 128c12.8-17.067 27.733-23.467 44.8-19.2 9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8Z" fill="url(#a)"/></svg>
|
<svg
|
||||||
|
viewBox="0 0 256 154"
|
||||||
|
width="256"
|
||||||
|
height="154"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
preserveAspectRatio="xMidYMid"
|
||||||
|
>
|
||||||
|
<defs
|
||||||
|
><linearGradient x1="-2.778%" y1="32%" x2="100%" y2="67.556%" id="gradient">
|
||||||
|
<stop stop-color="#2298BD" offset="0%"></stop>
|
||||||
|
<stop stop-color="#0ED7B5" offset="100%"></stop>
|
||||||
|
</linearGradient></defs>
|
||||||
|
<path
|
||||||
|
d="M128 0C93.867 0 72.533 17.067 64 51.2 76.8 34.133 91.733 27.733 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0ZM64 76.8C29.867 76.8 8.533 93.867 0 128c12.8-17.067 27.733-23.467 44.8-19.2 9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8Z"
|
||||||
|
fill="url(#gradient)"></path></svg
|
||||||
|
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 994 B |
Loading…
x
Reference in New Issue
Block a user