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-24 17:03:57 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-24 17:03:57 -0700 |
commit | 05030f7ad690ef2c7eba24df4ae7a6d80491f73f (patch) | |
tree | e5699fd8d3345310e129006b5f580d4102eda2ab /public | |
parent | c09ed771987642314e187bec32c2d63f7814a71a (diff) |
Fix mapsheet1 building 4 positioning
Diffstat (limited to 'public')
-rw-r--r-- | public/radial.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/public/radial.html b/public/radial.html index 1fe2bd6..20b4bfb 100644 --- a/public/radial.html +++ b/public/radial.html @@ -259,8 +259,8 @@ <body> <!-- <svg viewBox="-150 -130 300 260" xmlns="http://www.w3.org/2000/svg"> --> - <!-- <svg viewBox="-300 -250 600 500" xmlns="http://www.w3.org/2000/svg"> --> - <svg viewBox="-900 -600 1800 1200" xmlns="http://www.w3.org/2000/svg"> + <svg viewBox="-300 -250 600 500" xmlns="http://www.w3.org/2000/svg"> + <!-- <svg viewBox="-900 -600 1800 1200" xmlns="http://www.w3.org/2000/svg"> --> <defs> <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" /> <line id="ast-line" stroke="#000000" stroke-width="0.3" x1="-1.2" y1="0" x2="1.2" y2="0" /> @@ -299,11 +299,19 @@ <g id="building3" class="building"> <path id="building3-floor" class="floor" d="m -30.310003,52.5 v -89.999997 h 60.62001 V 52.5 Z" /> <path id="building3-outer-wall" class="outer-wall" - d="m 21.650012,0 h 8.659995 m -34.640005,-37.5 v 45 m 0,30 v -15 m 8.66,30.000001 V 37.500003 m -34.64,0 h 60.620005 m -60.620005,15 v -90 h 60.620005 v 90 z" /> + d="m -21.650003,3e-6 h -8.659995 m 34.640005,-37.5 v 45 m 0,30 v -15 m -8.66,30.000001 V 37.500003 m 34.64,0 h -60.620005 m 60.620005,15 v -90 h -60.620005 v 90 z" /> <path id="building3-inner-wall" class="inner-wall" - d="m 21.650012,0 h 8.659995 m -34.640005,-37.5 v 45 m 0,30 v -15 m 8.66,30.000001 V 37.500003 m -34.64,0 h 60.620005 m -60.620005,15 v -90 h 60.620005 v 90 z" /> + d="m -21.650003,3e-6 h -8.659995 m 34.640005,-37.5 v 45 m 0,30 v -15 m -8.66,30.000001 V 37.500003 m 34.64,0 h -60.620005 m 60.620005,15 v -90 h -60.620005 v 90 z" /> </g> + <!-- <g id="building4" class="building"> + <rect id="building4-floor" class="floor" width="69.279999" height="120" x="-30.309999" y="-67.5" /> + <path id="building4-outer-wall" class="outer-wall" + d="M -30.310008,37.5 H -12.99001 M 21.65,-7.500004 l -10e-6,-30 M 38.96999,37.5 h -34.64 M 38.97,-7.500004 H 4.33 L 4.32999,52.5 m 34.64,-90.000004 h -34.64 m 1e-5,-30 -1e-5,45 h -34.639998 m 0,-45 H 38.96999 V 52.5 h -69.279998 z" /> + <path id="building4-inner-wall" class="inner-wall" + d="M -30.310008,37.5 H -12.99001 M 21.65,-7.500004 l -10e-6,-30 M 38.96999,37.5 h -34.64 M 38.97,-7.500004 H 4.33 L 4.32999,52.5 m 34.64,-90.000004 h -34.64 m 1e-5,-30 -1e-5,45 h -34.639998 m 0,-45 H 38.96999 V 52.5 h -69.279998 z" /> + </g> --> + <g id="building4" class="building"> <rect id="building4-floor" class="floor" width="69.279999" height="120" x="-30.309992" y="-52.499996" /> <path id="building4-outer-wall" class="outer-wall" |