index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-29 16:30:43 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-29 16:30:43 -0700 |
commit | 45cfef270fef8f46f24c552a0fa8e7cfe02e2f82 (patch) | |
tree | d0789b8438e95f101b0056397916f18a95bdd77b /style.css | |
parent | 694f2dbb242e88cf0696223aa057e8c749539c1c (diff) |
Use matrix transform to calculate counter coordinates
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -74,8 +74,8 @@ div#content { svg > defs > #point { fill: transparent; - stroke: red; - stroke-width: 1px; + stroke: black; + stroke-width: 0.5px; } use[href="#point"] { @@ -90,6 +90,10 @@ g#points { transform: translate(19px, 31px) scale(4); } +g#test { + transform: scale(2); +} + #background { fill: #bacae3; } |