add all house assets besides roof
All checks were successful
Rust / rustfmt (pull_request) Successful in 19s
Rust / clippy (pull_request) Successful in 35s
Rust / build (pull_request) Successful in 2m1s

This commit is contained in:
Dominic 2024-07-06 12:51:38 +02:00
parent a5ddd70e78
commit ae4d41cc36
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D
4 changed files with 28 additions and 7 deletions

View file

@ -3,10 +3,7 @@
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
<!-- fill the inner part of the house -->
<path d="M0,56 H48 V0 H0 z" stroke="none" fill="darkred"/>
<!-- border -->
<path d="M0,56 H48 V0"/>
<image x="0" y="0" width="64" height="64" href="house-bottom-right.svg"
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
</svg>

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 352 B

View file

@ -3,7 +3,10 @@
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
<image x="0" y="0" width="64" height="64" href="house-bottom-left.svg"
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
<!-- fill the inner part of the house -->
<path d="M0,56 H48 V0 H0 z" stroke="none" fill="darkred"/>
<!-- border -->
<path d="M0,56 H48 V0"/>
</svg>

Before

Width:  |  Height:  |  Size: 351 B

After

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

After

Width:  |  Height:  |  Size: 349 B

View file

@ -0,0 +1,12 @@
<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 house -->
<path d="M0,64 H48 V0 H0 z" stroke="none" fill="darkred"/>
<!-- border -->
<path d="M48,64 V0"/>
</svg>

After

Width:  |  Height:  |  Size: 362 B