path assets
All checks were successful
Rust / rustfmt (pull_request) Successful in 24s
Rust / clippy (pull_request) Successful in 1m13s
Rust / build (pull_request) Successful in 2m52s

This commit is contained in:
Dominic 2024-07-06 11:03:27 +02:00
parent 6f77fb9008
commit c304338439
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D
7 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
stroke="none">
<!-- fill the entire image green -->
<rect x="0" y="0" width="64" height="64" fill="forestgreen"/>
</svg>

After

Width:  |  Height:  |  Size: 227 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-right.svg"
transform="translate(32,32) rotate(90) scale(1,-1) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 362 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-right.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 350 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-vert.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 345 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-right.svg"
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View file

@ -0,0 +1,14 @@
<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>

After

Width:  |  Height:  |  Size: 444 B

View file

@ -0,0 +1,14 @@
<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>

After

Width:  |  Height:  |  Size: 437 B