summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Hohmann <mhohmann@physnet.uni-hamburg.de>2016-10-11 20:35:25 +0300
committerManuel Hohmann <mhohmann@physnet.uni-hamburg.de>2016-10-11 20:35:25 +0300
commit41672568a7905403c701923672683272e88d316a (patch)
treea5f558abe279bc50fe2db7dd45113d4ca77c6572
parent2c39f2bdf0b4c3d2f3d317cdee3b32ee2482a177 (diff)
downloadnavit-tomtom.tar.gz
Added SVG versions of zoom buttons created for TomTom GUI.tomtom
-rw-r--r--navit/xpm/tomtom_minus.svg6
-rw-r--r--navit/xpm/tomtom_plus.svg6
2 files changed, 12 insertions, 0 deletions
diff --git a/navit/xpm/tomtom_minus.svg b/navit/xpm/tomtom_minus.svg
new file mode 100644
index 000000000..3d3cfc35a
--- /dev/null
+++ b/navit/xpm/tomtom_minus.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="64px" height="64px" viewBox="-100 -100 200 200" xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <rect x="-110" y="-110" width="220" height="220" fill="#000080" stroke="none" opacity="0.5"/>
+ <path fill="none" stroke="#ffffff" stroke-width="20" stroke-linecap="round" d="M 60 0 L -60 0"/>
+</svg> \ No newline at end of file
diff --git a/navit/xpm/tomtom_plus.svg b/navit/xpm/tomtom_plus.svg
new file mode 100644
index 000000000..6418d59d4
--- /dev/null
+++ b/navit/xpm/tomtom_plus.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="64px" height="64px" viewBox="-100 -100 200 200" xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <rect x="-110" y="-110" width="220" height="220" fill="#000080" stroke="none" opacity="0.5"/>
+ <path fill="none" stroke="#ffffff" stroke-width="20" stroke-linecap="round" d="M 0 60 L 0 -60 M 60 0 L -60 0"/>
+</svg> \ No newline at end of file