Files
gamedev-the-steward/world/jajce/materials/mist_soft.svg
T
2026-07-17 01:05:09 +02:00

12 lines
509 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<defs>
<radialGradient id="mist" cx="50%" cy="48%" r="50%">
<stop offset="0" stop-color="#dff4ef" stop-opacity="0.82"/>
<stop offset="0.42" stop-color="#c8e7e3" stop-opacity="0.48"/>
<stop offset="0.76" stop-color="#b8d9d7" stop-opacity="0.14"/>
<stop offset="1" stop-color="#b8d9d7" stop-opacity="0"/>
</radialGradient>
</defs>
<circle cx="32" cy="32" r="31" fill="url(#mist)"/>
</svg>