Fix some door edges

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 32c21f9cd3
commit 0bba4be83f
4 changed files with 15 additions and 12 deletions

View File

@@ -140,7 +140,7 @@
<path id="building1-doors" class="doors"
d="m 12.99,48.169997 0,-6.34 M -4.33,40.67 v -6.34 m 17.320002,-8.66 0,-6.34" />
<path id="building1-exit-edges" class="exits door-edges"
d="M 2,-52.5 H 17.32 M -30.31,8.6600024 V -8.6600011" />
d="M 0,-52.5 H 17.32 M -30.31,8.66 V -8.66" />
<path id="building1-exits" class="doors exits" d="M 4.3300002,-52.5 H 12.99 m -43.3,56.8300023 v -8.660003" />
<path id="building1-windows" class="windows"
d="m 32.501739,67.499994 -13.043478,0 m -49.768256,-8.478265 0,-13.043478 m 0,-69.456522 0,-13.043479" />

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB