diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-23 13:35:01 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-23 13:35:01 +0100 |
commit | e5e104228dc00c5e723651537fc832b43005bcb1 (patch) | |
tree | aa9bcd0de707f32fe08a50a79d109766d7b73fc9 /pieces | |
parent | 636b3c696671b574eacd18c4cef3918bac3fe960 (diff) | |
download | votes-for-women-e5e104228dc00c5e723651537fc832b43005bcb1.tar.gz |
use 3d isometric cubes
Diffstat (limited to 'pieces')
-rw-r--r-- | pieces/iso_purple_cube.svg | 6 | ||||
-rw-r--r-- | pieces/iso_red_cube.svg | 6 | ||||
-rw-r--r-- | pieces/iso_yellow_cube.svg | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/pieces/iso_purple_cube.svg b/pieces/iso_purple_cube.svg new file mode 100644 index 0000000..9a049e6 --- /dev/null +++ b/pieces/iso_purple_cube.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="21" height="25"> +<path fill="#6d5798" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5"/> +<path fill="#432d6a" d="M20.5,7.5,20.5,18.5,10.5,24.5,10.5,13.5"/> +<path fill="#5f4988" d="M10.5,13.5,10.5,24.5,0.5,18.5,0.5,7.5"/> +<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="#1e023e" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5z M20.5,7.5,20.5,18.5,10.5,24.5,0.5,18.5,0.5,7.5 M10.5,13.5,10.5,24.5"/> +</svg> diff --git a/pieces/iso_red_cube.svg b/pieces/iso_red_cube.svg new file mode 100644 index 0000000..dc3fdd9 --- /dev/null +++ b/pieces/iso_red_cube.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="21" height="25"> +<path fill="#e06136" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5"/> +<path fill="#9d1f00" d="M20.5,7.5,20.5,18.5,10.5,24.5,10.5,13.5"/> +<path fill="#c94c1f" d="M10.5,13.5,10.5,24.5,0.5,18.5,0.5,7.5"/> +<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="#5c0000" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5z M20.5,7.5,20.5,18.5,10.5,24.5,0.5,18.5,0.5,7.5 M10.5,13.5,10.5,24.5"/> +</svg> diff --git a/pieces/iso_yellow_cube.svg b/pieces/iso_yellow_cube.svg new file mode 100644 index 0000000..146acaa --- /dev/null +++ b/pieces/iso_yellow_cube.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="21" height="25"> +<path fill="#fec36d" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5"/> +<path fill="#aa7309" d="M20.5,7.5,20.5,18.5,10.5,24.5,10.5,13.5"/> +<path fill="#e1a851" d="M10.5,13.5,10.5,24.5,0.5,18.5,0.5,7.5"/> +<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="#5b2900" d="M10.5,0.5,20.5,7.5,10.5,13.5,0.5,7.5z M20.5,7.5,20.5,18.5,10.5,24.5,0.5,18.5,0.5,7.5 M10.5,13.5,10.5,24.5"/> +</svg> |