turtlegame/assets/overworld/fence-bottom-left.svg
Dominic db48e22b93
All checks were successful
Rust / rustfmt (pull_request) Successful in 20s
Rust / clippy (pull_request) Successful in 1m25s
Rust / build (pull_request) Successful in 2m11s
fence assets
2024-07-06 21:40:02 +02:00

21 lines
757 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"/>
<!-- continuous upper line of the fence -->
<path d="M0,26 v4 h32 v-4 z" stroke="none" fill="saddlebrown"/>
<path d="M0,26 h32 m-32,4 h32"/>
<!-- continuous lower line of the fence -->
<path d="M0,34 v4 h32 v-4 z" stroke="none" fill="saddlebrown"/>
<path d="M0,34 h32 m-32,4 h32"/>
<!-- continuous upper line of the fence, vertical this time -->
<path d="M30,32 h4 v32 h-4 z" stroke="none" fill="saddlebrown"/>
<path d="M30,32 v32 M34,32 v32"/>
<!-- fence post -->
<path d="M28,40 v-16 l4,-4 l4,4 v16 z" fill="saddlebrown"/>
</svg>