summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/content/Bluebubble.svg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/accelbubble/content/Bluebubble.svg')
-rw-r--r--examples/sensors/accelbubble/content/Bluebubble.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/sensors/accelbubble/content/Bluebubble.svg b/examples/sensors/accelbubble/content/Bluebubble.svg
new file mode 100644
index 00000000..d9c406c4
--- /dev/null
+++ b/examples/sensors/accelbubble/content/Bluebubble.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
+ <defs>
+ <radialGradient id="grad1" cx="0.5" cy="0.7" r="0.7" fx="0.5" fy="0.4">
+ <stop offset="0" style="stop-color:rgb(255,255,255)" />
+ <stop offset="1.5" style="stop-color:rgb(0,102,153)" />
+ </radialGradient>
+ </defs>
+ <circle cx="100" cy="80" r="42" fill="url(#grad1)"/>
+</svg>