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-07-10 19:45:42 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-10 19:45:42 -0700 |
commit | 0368c8e9623f2ff202cc9af45b3239a62c845ea8 (patch) | |
tree | 4bf3fdc8d64222c866f482005be53cf4844cdeab /public/assets/images/scenario_template.svg | |
parent | 17118633340b1979e94f30d0c85b885d5237ba14 (diff) |
Clean up scenarios; move some styles into .css files
Diffstat (limited to 'public/assets/images/scenario_template.svg')
-rw-r--r-- | public/assets/images/scenario_template.svg | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index a5f1c83..48c6dfc 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -1,27 +1,7 @@ <?xml version="1.0" standalone="no"?> -<svg viewBox="-10 -10 200 300" - xmlns="http://www.w3.org/2000/svg"> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300"> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" /> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" /> - <style> - #background { - stroke: #304b75; - fill: #bacae3; - } - - pattern use { - stroke: black; - stroke-width: 0.3px; - } - - .cw-60-deg { - transform: rotate(60deg); - } - - .ccw-60-deg { - transform: rotate(-60deg); - } - </style> <defs> <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> @@ -29,8 +9,8 @@ <pattern id="asterisk" viewBox="-8.66 -15 17.32 30" width="17.32" height="30" patternUnits="userSpaceOnUse"> <use href="#ast-line"/> - <use class="cw-60-deg" href="#ast-line"/> - <use class="ccw-60-deg" href="#ast-line"/> + <use href="#ast-line" transform="rotate(60)"/> + <use href="#ast-line" transform="rotate(-60)"/> <use x="-8.66" y="-15" href="#ast-line"/> <use x="-8.66" y="-15" transform="rotate(60 -8.66 -15)" href="#ast-line"/> |