Make footway line narrower in cyclemap map key

This commit is contained in:
Anton Khorev 2023-12-16 19:30:36 +03:00
parent 266fd26c26
commit 27b9800f92
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='50' height='3'>
<line x1='-2' x2='52' y1='1.5' y2='1.5' stroke='#bd6d6e' stroke-width='1.5' stroke-dasharray='6 2' />
</svg>

After

Width:  |  Height:  |  Size: 172 B