aboutsummaryrefslogtreecommitdiff
path: root/assets/solitaire.svg
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 09:39:11 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 09:39:11 +1300
commit7d22bcdaa1fd3bbf6765e4af98a81ff397b952bf (patch)
tree4a4fd2beb5d0d33db2478339d63640208b758645 /assets/solitaire.svg
parent0019376b9784c9046c6497886d996a70b54eac65 (diff)
Added new themes
Diffstat (limited to 'assets/solitaire.svg')
-rw-r--r--assets/solitaire.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/solitaire.svg b/assets/solitaire.svg
new file mode 100644
index 0000000..fa06887
--- /dev/null
+++ b/assets/solitaire.svg
@@ -0,0 +1,12 @@
+
+ <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
+ <rect width='80' height='48' fill='#111' rx='5' ry='5'></rect>
+ <circle cx='16' cy='16' r='8' fill='#000'></circle>
+ <circle cx='32' cy='16' r='8' fill='#f00'></circle>
+ <circle cx='48' cy='16' r='8' fill='#444'></circle>
+ <circle cx='64' cy='16' r='8' fill='#ff0000'></circle>
+ <circle cx='16' cy='32' r='8' fill='#555'></circle>
+ <circle cx='32' cy='32' r='8' fill='#000'></circle>
+ <circle cx='48' cy='32' r='8' fill='#555'></circle>
+ <circle cx='64' cy='32' r='8' fill='#91c1b5'></circle>
+ </svg> \ No newline at end of file