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-04 10:25:22 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-04 10:25:22 -0700 |
commit | f021368a6697c6b064aa8da208cdf60265f4bfe0 (patch) | |
tree | 57a4f8aa011d893004accc1a5043c5e154780d8f /test/map1.svg | |
parent | 3049acbe1599e6665fd6ee48496048493349bf97 (diff) |
WIP: add fullscreen and download save abilities
Diffstat (limited to 'test/map1.svg')
-rw-r--r-- | test/map1.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/map1.svg b/test/map1.svg new file mode 100644 index 0000000..49bfa9b --- /dev/null +++ b/test/map1.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" standalone="no"?> +<svg viewBox="-5 -5 10 10" xmlns="http://www.w3.org/2000/svg"> + <circle r="5" fill="purple"/> +</svg> |