Web Dev Solutions

Catalin Mititiuc

From 549ad8699f53cc4f3e7a82be2f7caee8925d93ce Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 18 May 2024 20:52:36 -0700 Subject: Finish furniture, recenter maps --- src/map.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.js') diff --git a/src/map.js b/src/map.js index e82e809..5d0bf6a 100644 --- a/src/map.js +++ b/src/map.js @@ -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))); -- cgit v1.2.3