soneta-ui-style

This commit is contained in:
Marcin Wojas
2026-03-22 20:56:25 +01:00
parent ccaf27e569
commit 81b895cf2f
707 changed files with 33942 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg viewBox="0 0 160 160">
<defs>
<linearGradient id="gradMedToTransp" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%"/>
<stop offset="40%" stop-opacity="0"/>
</linearGradient>
<linearGradient id="gradDarkToMed" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%"/>
<stop offset="100%"/>
</linearGradient>
</defs>
<path d="M 80 8 A 72 72 0 0 1 80 152" stroke="url(#gradMedToTransp)"/>
<path d="M 80 152 A 72 72 0 0 1 80 8" stroke="url(#gradDarkToMed)"/>
<circle/>
</svg>

After

Width:  |  Height:  |  Size: 516 B