index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/images/map1.svg')
-rw-r--r-- | public/assets/images/map1.svg | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/public/assets/images/map1.svg b/public/assets/images/map1.svg index 6f7f624..fe2da24 100644 --- a/public/assets/images/map1.svg +++ b/public/assets/images/map1.svg @@ -4,9 +4,32 @@ <style> g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 52; } + + g#hex line { + opacity: 1; + } + + g#hex line { + stroke-width: 0.2px; + transform: scale(1.2); + } + + g#hex line:nth-child(2) { + transform: rotate(60deg) scale(1.2); + } + + g#hex line:nth-child(3) { + transform: rotate(-60deg) scale(1.2); + } </style> <defs> - <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> + <g id="hex"> + <polygon points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> + <!-- <circle cx="0" cy="0" r="2"/> --> + <!-- <line x1="-1" y1="0" x2="1" y2="0" /> + <line x1="-1" y1="0" x2="1" y2="0" /> + <line x1="-1" y1="0" x2="1" y2="0" /> --> + </g> <circle id="counter-base" cx="0" cy="0" r="5"/> |