From 13bce9e66f01c25aeb80f65c576deca5b54cccf3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 8 Dec 2020 12:47:57 +0000 Subject: [PATCH] Piece shapes representing portals. Intended for use in fairy-chess context, so there are two colours of portal per player in a chess game. Colours are also labelled as letters in case of colour vision issues. Signed-off-by: Simon Tatham --- library/edited/portal-blue-black.svg | 86 ++++++++++++++++++++++++++ library/edited/portal-blue-white.svg | 86 ++++++++++++++++++++++++++ library/edited/portal-orange-black.svg | 86 ++++++++++++++++++++++++++ library/edited/portal-orange-white.svg | 86 ++++++++++++++++++++++++++ 4 files changed, 344 insertions(+) create mode 100644 library/edited/portal-blue-black.svg create mode 100644 library/edited/portal-blue-white.svg create mode 100644 library/edited/portal-orange-black.svg create mode 100644 library/edited/portal-orange-white.svg diff --git a/library/edited/portal-blue-black.svg b/library/edited/portal-blue-black.svg new file mode 100644 index 00000000..8a7370e1 --- /dev/null +++ b/library/edited/portal-blue-black.svg @@ -0,0 +1,86 @@ + + + + + + + + image/svg+xml + + + + + + + + + + B + diff --git a/library/edited/portal-blue-white.svg b/library/edited/portal-blue-white.svg new file mode 100644 index 00000000..2a1ba240 --- /dev/null +++ b/library/edited/portal-blue-white.svg @@ -0,0 +1,86 @@ + + + + + + + + image/svg+xml + + + + + + + + + + B + diff --git a/library/edited/portal-orange-black.svg b/library/edited/portal-orange-black.svg new file mode 100644 index 00000000..0af87d46 --- /dev/null +++ b/library/edited/portal-orange-black.svg @@ -0,0 +1,86 @@ + + + + + + + + image/svg+xml + + + + + + + + + + O + diff --git a/library/edited/portal-orange-white.svg b/library/edited/portal-orange-white.svg new file mode 100644 index 00000000..d859284a --- /dev/null +++ b/library/edited/portal-orange-white.svg @@ -0,0 +1,86 @@ + + + + + + + + image/svg+xml + + + + + + + + + + O + -- 2.30.2