feat: add camera-aware wall move handles and UI layer for floorplan editor, and remove unused elevator icon.

This commit is contained in:
sudhir
2026-05-20 00:41:26 +00:00
committed by open-pascal
parent db5c743e1c
commit 2b9bb769f3
2 changed files with 20 additions and 16 deletions
-10
View File
@@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Elevator">
<rect x="12" y="6" width="40" height="52" rx="5" fill="#d9e2ec"/>
<rect x="16" y="10" width="32" height="44" rx="2" fill="#64748b"/>
<path d="M32 10v44" stroke="#d9e2ec" stroke-width="2.5"/>
<rect x="20" y="15" width="10" height="15" rx="1.5" fill="#9bd7ff" opacity=".9"/>
<rect x="34" y="15" width="10" height="15" rx="1.5" fill="#9bd7ff" opacity=".9"/>
<circle cx="23" cy="41" r="2.2" fill="#fbbf24"/>
<circle cx="41" cy="41" r="2.2" fill="#fbbf24"/>
<path d="M26 48h12" stroke="#d9e2ec" stroke-linecap="round" stroke-width="3"/>
</svg>

Before

Width:  |  Height:  |  Size: 649 B