diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-09 15:29:29 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-09 15:29:29 +0100 |
commit | 48c4d4f82531c2ac7a808cab81d152701afbba21 (patch) | |
tree | 7a1de24fe67f777ea0001edcc009129720a013b7 /draughts/public/images/redpiece.svg | |
parent | 21bf2506ef92634820967afa7626e2aa560f467e (diff) |
Use SVGs for the board and pieces
Diffstat (limited to 'draughts/public/images/redpiece.svg')
-rw-r--r-- | draughts/public/images/redpiece.svg | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ +<!-- -*- major-mode: nxml-mode -*- --> + +<svg version="1.1" width="10" height="10" xmlns="http://www.w3.org/2000/svg"> + <circle cx="5" cy="5" r="5" fill="#803B2F" /> + <circle cx="5" cy="5" r="3.5" fill="#9E3C2F" /> +</svg>
\ No newline at end of file |