Add stop markers for opnvkarte map key

This commit is contained in:
Anton Khorev 2023-11-28 17:18:13 +03:00
parent 8d72cd2e60
commit 58eccb6eb4
6 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'>
<circle cx='2.5' cy='2.5' r='2.15' stroke='black' fill='#ffffff' />
</svg>

After

Width:  |  Height:  |  Size: 137 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9'>
<circle cx='4.5' cy='4.5' r='4' stroke='black' fill='#ffffff' />
</svg>

After

Width:  |  Height:  |  Size: 134 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'>
<circle cx='2.5' cy='2.5' r='2.15' stroke='black' fill='#e23148' />
</svg>

After

Width:  |  Height:  |  Size: 137 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9'>
<circle cx='4.5' cy='4.5' r='4' stroke='black' fill='#e23148' />
</svg>

After

Width:  |  Height:  |  Size: 134 B