more path assets
All checks were successful
Rust / rustfmt (pull_request) Successful in 20s
Rust / clippy (pull_request) Successful in 36s
Rust / build (pull_request) Successful in 2m3s

This commit is contained in:
Dominic 2024-07-06 11:34:18 +02:00
parent c304338439
commit 5edfe68606
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<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"/>
<image x="0" y="0" width="64" height="64" href="path-top-left-right.svg"
transform="translate(0,32) scale(1,-1) translate(0,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 353 B

View file

@ -0,0 +1,18 @@
<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="M0,8 h8 v-8 h48 v8 h8 v48 h-8 v8 H8 v-8 H0 z" stroke="none" fill="sandybrown"/>
<!-- left/top border -->
<path d="M0,8 h8 v-8"/>
<!-- right/top border -->
<path d="M56,0 v8 h8"/>
<!-- left/bottom corner -->
<path d="M0,56 h8 v8"/>
<!-- right/bottom corner -->
<path d="M56,64 v-8 h8"/>
</svg>

After

Width:  |  Height:  |  Size: 575 B

View file

@ -0,0 +1,9 @@
<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"/>
<image x="0" y="0" width="64" height="64" href="path-top-left-right.svg"
transform="translate(32,32) rotate(-90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 356 B

View file

@ -0,0 +1,16 @@
<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="M0,8 h8 v-8 h48 v8 h8 v48 H0 z" stroke="none" fill="sandybrown"/>
<!-- left border -->
<path d="M0,8 h8 v-8"/>
<!-- right border -->
<path d="M56,0 v8 h8"/>
<!-- bottom corner -->
<path d="M0,56 h64"/>
</svg>

After

Width:  |  Height:  |  Size: 489 B

View file

@ -0,0 +1,9 @@
<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"/>
<image x="0" y="0" width="64" height="64" href="path-top-left-right.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 355 B