diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-28 00:02:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 23:30:09 +0100 |
commit | 162437b0694696abcd55d4c432950a24414d5f18 (patch) | |
tree | 0431a01ffdcfc9c4a828198090fc196e97879f54 /icons/icon_dominance.svg | |
parent | e15a6d6d1b856a386ff9f65451a3b99473b561d5 (diff) | |
download | pax-pamir-162437b0694696abcd55d4c432950a24414d5f18.tar.gz |
New player list. Optimize board (no SVG). Icons for deck and checks left.
Diffstat (limited to 'icons/icon_dominance.svg')
-rw-r--r-- | icons/icon_dominance.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/icon_dominance.svg b/icons/icon_dominance.svg new file mode 100644 index 0000000..9d4623c --- /dev/null +++ b/icons/icon_dominance.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="36" viewBox="0 0 36 36"> +<defs> +<clipPath id="c"><rect x="6" y="2" rx="4" width="23" height="32" /></clipPath> +</defs> +<g transform="rotate(4 18 18)"> +<rect x="5" y="1" rx="5" width="25" height="34" fill="#8d0e1a" /> +<image clip-path="url(#c)" x="5" y="1" width="25" height="34" xlink:href="../cards/card_101.png" /> +</g> +</svg> |