Finish furniture, recenter maps

This commit is contained in:
2024-05-18 20:52:36 -07:00
parent 3b641620ab
commit 549ad8699f
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)));