turtlegame/assets/overworld/path-top-right.svg

15 lines
444 B
XML
Raw Permalink Normal View History

<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 -->
<path d="M8,0 v56 h56 V8 h-8 V0 z" stroke="none" fill="sandybrown"/>
<!-- left/bottom border -->
<path d="M8,0 v56 h56"/>
<!-- right border -->
<path d="M56,0 v8 h8"/>
</svg>