Add glacier images with borders

This commit is contained in:
Anton Khorev 2023-12-08 21:42:33 +03:00
parent fcf980615d
commit 1dcf2fb9f4
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' stroke-dasharray='4 2' />
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' />
</svg>

After

Width:  |  Height:  |  Size: 145 B