Finish furniture, recenter maps

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent a4e9d6e39c
commit 5b34fd672b
5 changed files with 1014 additions and 82 deletions

View File

@@ -19,6 +19,8 @@ bg.style.transform = mtx;
const bbox = grid.getBBox();
bbox.height += 5;
setElAttrs(bg, bbox);
setElAttrs(dots, bbox)
svg.setAttribute('viewBox', formatForViewBox(calcComputedBboxFor(gb)));