diff options
Diffstat (limited to 'data/poi_window.svg')
-rw-r--r-- | data/poi_window.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/poi_window.svg b/data/poi_window.svg new file mode 100644 index 0000000..a348cab --- /dev/null +++ b/data/poi_window.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1"> + <circle cx="150" cy="150" r="100" stroke="#000000" stroke-width="6" fill="#e60026"></circle> + <circle cx="150" cy="150" r="87" stroke="#000000" stroke-width="4" fill="#e5e4e2"></circle> + <path d="M230,150 A80,80 0 0 0 150,70 L150,150 Z" /> + <path d="M70,150 A80,80 0 0 0 150,230 L150,150 Z" /> +</svg> + |