index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-18 20:52:36 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-18 20:52:36 -0700 |
commit | 549ad8699f53cc4f3e7a82be2f7caee8925d93ce (patch) | |
tree | 457933814ec0555afec82cec52d5f62b5f687a54 /src/map.js | |
parent | 3b641620ab6c2fdfa6b551c019e44726064029c5 (diff) |
Finish furniture, recenter maps
Diffstat (limited to 'src/map.js')
-rw-r--r-- | src/map.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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))); |