diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-17 13:26:28 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 3e9c5d59969de9e22691a9446a81d18911442cf7 (patch) | |
tree | 4986c8f2ddcf26278e87b138a08ab10882037938 /icons/tr_infantry.svg | |
parent | 45e37f44bb23472467698514d8dacd6ed2be5caf (diff) | |
download | shores-of-tripoli-3e9c5d59969de9e22691a9446a81d18911442cf7.tar.gz |
tripoli: Workaround Safari SVG bugs by avoiding SVG features.
Diffstat (limited to 'icons/tr_infantry.svg')
-rw-r--r-- | icons/tr_infantry.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icons/tr_infantry.svg b/icons/tr_infantry.svg new file mode 100644 index 0000000..67aa142 --- /dev/null +++ b/icons/tr_infantry.svg @@ -0,0 +1,3 @@ +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="210" height="210"> +<path d="M16 106v88h178V18H16v88z" fill="#de333e" stroke="#000" stroke-width="15"/> +</svg> |