Add rail dash pattern for opnvkarte map key on zoom 11+
This commit is contained in:
parent
68fbe6182b
commit
10f75b9342
3 changed files with 10 additions and 2 deletions
4
app/assets/images/key/opnvkarte/rail11.svg
Normal file
4
app/assets/images/key/opnvkarte/rail11.svg
Normal 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 |
4
app/assets/images/key/opnvkarte/rail15.svg
Normal file
4
app/assets/images/key/opnvkarte/rail15.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue