feat: carve Jajce river into terrain
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 509 B |
Reference in New Issue
Block a user