Add rail dash pattern for opnvkarte map key on zoom 11+

This commit is contained in:
Anton Khorev 2023-11-27 19:31:33 +03:00
parent 68fbe6182b
commit 10f75b9342
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
<rect width='100%' height='100%' fill='#868686' />
<line x2='100%' y1='50%' y2='50%' stroke='#eeeeee' stroke-dasharray='10 10' stroke-dashoffset='9' />
</svg>

After

Width:  |  Height:  |  Size: 222 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
<rect width='100%' height='100%' fill='#868686' />
<line x2='100%' y1='50%' y2='50%' stroke='#eeeeee' stroke-dasharray='10 10' stroke-dashoffset='9' stroke-width='2' />
</svg>

After

Width:  |  Height:  |  Size: 239 B