Dominic
576b21d8b9
Reviewed-on: #2 Co-authored-by: Dominic <git@msrd0.de> Co-committed-by: Dominic <git@msrd0.de>
14 lines
437 B
XML
14 lines
437 B
XML
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
|
stroke="black" stroke-width="1" fill="none">
|
|
|
|
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
|
|
|
<!-- fill the inner part of the path sandy'ish -->
|
|
<rect x="8" y="0" width="48" height="64" stroke="none" fill="sandybrown"/>
|
|
|
|
<!-- left border -->
|
|
<path d="M8,0 V64"/>
|
|
<!-- right border -->
|
|
<path d="M56,0 V64"/>
|
|
|
|
</svg>
|