From 48c4d4f82531c2ac7a808cab81d152701afbba21 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 9 Jan 2022 15:29:29 +0100 Subject: Use SVGs for the board and pieces --- draughts/public/images/BluePiece.png | Bin 1657 -> 0 bytes draughts/public/images/RedPiece.png | Bin 1582 -> 0 bytes draughts/public/images/bluepiece.svg | 4 ++ draughts/public/images/board.svg | 111 +++++++++++++++++++++++++++++++++++ draughts/public/images/redpiece.svg | 6 ++ 5 files changed, 121 insertions(+) delete mode 100644 draughts/public/images/BluePiece.png delete mode 100644 draughts/public/images/RedPiece.png create mode 100644 draughts/public/images/bluepiece.svg create mode 100644 draughts/public/images/board.svg create mode 100644 draughts/public/images/redpiece.svg diff --git a/draughts/public/images/BluePiece.png b/draughts/public/images/BluePiece.png deleted file mode 100644 index 39fc808..0000000 Binary files a/draughts/public/images/BluePiece.png and /dev/null differ diff --git a/draughts/public/images/RedPiece.png b/draughts/public/images/RedPiece.png deleted file mode 100644 index a5994a7..0000000 Binary files a/draughts/public/images/RedPiece.png and /dev/null differ diff --git a/draughts/public/images/bluepiece.svg b/draughts/public/images/bluepiece.svg new file mode 100644 index 0000000..aa71150 --- /dev/null +++ b/draughts/public/images/bluepiece.svg @@ -0,0 +1,4 @@ + + + + diff --git a/draughts/public/images/board.svg b/draughts/public/images/board.svg new file mode 100644 index 0000000..0f06e62 --- /dev/null +++ b/draughts/public/images/board.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/draughts/public/images/redpiece.svg b/draughts/public/images/redpiece.svg new file mode 100644 index 0000000..308a895 --- /dev/null +++ b/draughts/public/images/redpiece.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3