aboutsummaryrefslogtreecommitdiff
path: root/src/resources/images/background.svg
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/images/background.svg')
-rw-r--r--src/resources/images/background.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/resources/images/background.svg b/src/resources/images/background.svg
new file mode 100644
index 00000000..3dcb6870
--- /dev/null
+++ b/src/resources/images/background.svg
@@ -0,0 +1,10 @@
+<svg width="48px" height="48px" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <filter id="shadow">
+ <feDropShadow dx="0" dy="0.1" stdDeviation="0.3" flood-color="grey"/>
+ </filter>
+ </defs>
+
+ <circle cx="5" cy="50%" r="4"
+ style="fill:white; filter:url(#shadow);"/>
+</svg>