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-15 11:24:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-15 11:24:28 -0700 |
commit | fe9a18a14ec87535e3811d4bc4c055590f12b36d (patch) | |
tree | 207d69a13eb2dab30d99d3c2626d510103307c00 /public/assets/images/map1.svg | |
parent | 7021b499339ae1e9bede4fe85895108c49b805a4 (diff) |
Add some high-element maps to test performance
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"/> |