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-18 20:24:54 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-18 20:24:54 -0700 |
commit | 12890ea00934c6a2df63fe777799332818e4e5ce (patch) | |
tree | 1d903fe87ee0a7187460eb49189d5f9df3f4c417 /public | |
parent | 157463183403f472f55e0b27273a60c33641e9f2 (diff) |
Clean up a bit
Diffstat (limited to 'public')
-rw-r--r-- | public/radial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/radial.html b/public/radial.html index 21ccc36..9cebada 100644 --- a/public/radial.html +++ b/public/radial.html @@ -134,7 +134,7 @@ </head> <body> - <svg viewBox="-200 -150 400 300" xmlns="http://www.w3.org/2000/svg"> + <svg viewBox="-300 -400 600 800" xmlns="http://www.w3.org/2000/svg"> <!-- <svg viewBox="-30 -20 60 40" 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" /> |