aboutsummaryrefslogtreecommitdiff
path: root/modern/public/images
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-03-22 12:17:27 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-03-22 12:17:27 -0700
commit5e98816922c284805714e35a678f1a7dfa3facb8 (patch)
tree2d03eb536bf55be5c34cea7050baae4a48b30e46 /modern/public/images
parent268ec5bb5214ef0b1e1a1dcb837ae149fe9dcb83 (diff)
downloadetbsa-traccar-web-5e98816922c284805714e35a678f1a7dfa3facb8.tar.gz
etbsa-traccar-web-5e98816922c284805714e35a678f1a7dfa3facb8.tar.bz2
etbsa-traccar-web-5e98816922c284805714e35a678f1a7dfa3facb8.zip
Use Mapbox map library
Diffstat (limited to 'modern/public/images')
-rw-r--r--modern/public/images/background.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/modern/public/images/background.svg b/modern/public/images/background.svg
new file mode 100644
index 0000000..df2204d
--- /dev/null
+++ b/modern/public/images/background.svg
@@ -0,0 +1,10 @@
+<svg width="50px" height="50px" 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>