Update bounded landuses

This commit is contained in:
Anton Khorev 2023-12-08 23:52:04 +03:00
parent 92ab24baa0
commit e108a13843
5 changed files with 15 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

View file

@ -0,0 +1,9 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<defs>
<pattern id='hatch' width='8' height='8' patternUnits='userSpaceOnUse'>
<rect width='8' height='8' fill='#ff555514' />
<line x1='8' y2='8' stroke='#ff555544' />
</pattern>
</defs>
<rect x='.5' y='.5' width='25' height='9' fill='url(#hatch)' stroke='#ff555544' />
</svg>

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='1' y='1' width='24' height='8' fill='none' stroke='#008000' stroke-width='2' opacity='.15' />
<rect x='2' y='2' width='22' height='6' fill='none' stroke='#008000' stroke-width='4' opacity='.15' />
</svg>

After

Width:  |  Height:  |  Size: 277 B