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-04-30 14:13:22 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-30 14:13:22 -0700 |
commit | bbd29206cdeba1ffc773dbb12c88da7b5d7a8ad8 (patch) | |
tree | cf26945c01cc9c1496351fc796ceab020ba01643 /public/test.svg | |
parent | 09514b6c0cab3904cb4d5bc6bc8560f2293bed0e (diff) |
Try using HTML markup in an SVG file
Diffstat (limited to 'public/test.svg')
-rw-r--r-- | public/test.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/test.svg b/public/test.svg new file mode 100644 index 0000000..0e257ce --- /dev/null +++ b/public/test.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg viewBox="-5 -5 10 10" xmlns="http://www.w3.org/2000/svg"> + <circle r="5" fill="purple"/> +</svg> |