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-06-27 15:03:35 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-27 15:03:35 -0700 |
commit | 016ad2e8f6eb4ed750c61cd17898d4a5393929e3 (patch) | |
tree | 52d3443b4c2fdb55771eeeb91429b460df2508c9 /public/assets/images | |
parent | 4986357f348a687ee90537d5ed9177e6822ace27 (diff) |
Fix elevation view styles
Diffstat (limited to 'public/assets/images')
-rw-r--r-- | public/assets/images/scenario_template.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index 6c298b7..dc387bb 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -1,5 +1,6 @@ <?xml version="1.0" standalone="no"?> -<svg viewBox="-10 -10 200 300" xmlns="http://www.w3.org/2000/svg"> +<svg viewBox="-10 -10 200 300" + xmlns="http://www.w3.org/2000/svg"> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" /> <style> @@ -46,7 +47,7 @@ <image id="counter-grenade" href="counter_grenade.jpg" width="10"/> </defs> - <g class="gameboard" data-view-elevation="0"> + <g class="gameboard"> <rect id="background"/> <rect id="dots" fill="url(#asterisk)"/> @@ -56,6 +57,6 @@ <g id="lines"/> </g> - <g class="grid"/> + <g class="grid" data-view-elevation="0"/> </g> </svg> |