index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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))); |