Merge lp:~nik90/unav/remove-local-icon-assets into lp:unav

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 16
Proposed branch: lp:~nik90/unav/remove-local-icon-assets
Merge into: lp:unav
Diff against target: 4637 lines (+93/-4232)
31 files modified
nav/img/header/fullscreen.svg (+0/-171)
nav/img/header/fullscreen_light.svg (+0/-176)
nav/img/header/gps_off_light.svg (+0/-162)
nav/img/header/info.svg (+0/-179)
nav/img/header/info_light.svg (+0/-184)
nav/img/header/restore.svg (+0/-169)
nav/img/header/restore_light.svg (+0/-175)
nav/img/header/send.svg (+0/-173)
nav/img/header/send_light.svg (+0/-180)
nav/img/header/settings.svg (+0/-174)
nav/img/header/settings_light.svg (+0/-180)
nav/img/pages/route/cancel.svg (+0/-182)
nav/img/pages/route/coordinates.svg (+0/-192)
nav/img/pages/route/favorites.svg (+0/-160)
nav/img/pages/route/nearby.svg (+0/-163)
nav/img/pages/route/search.svg (+0/-176)
nav/img/pages/route/share.svg (+0/-174)
nav/img/popup/PtFrom.svg (+0/-174)
nav/img/popup/PtTo.svg (+0/-174)
nav/img/popup/non-starred.svg (+0/-166)
nav/img/popup/pois.svg (+0/-169)
nav/img/popup/send.svg (+0/-180)
nav/img/popup/share.svg (+0/-180)
nav/img/popup/starred.svg (+0/-165)
qml/Main.qml (+28/-42)
qml/Nearby.qml (+1/-1)
qml/RouteInfoListPage.qml (+2/-2)
qml/RoutePage.qml (+7/-7)
qml/SharePage.qml (+1/-1)
qml/components/GridDelegate.qml (+1/-1)
qml/components/IconButton.qml (+53/-0)
To merge this branch: bzr merge lp:~nik90/unav/remove-local-icon-assets
Reviewer Review Type Date Requested Status
costales Approve
JkB Needs Fixing
Review via email: mp+290744@code.launchpad.net

Commit message

- Replaces the use of local icon assets where possible and remove unneeded icon assets. This leads to about 195 kB space saving.
- Added IconButton component to allow setting the color of an icon
- Moved CustomGridView into the components folder
- Replaced all use of fontSize with textSize as recommended by SDK Devs

Description of the change

Replaces the use of local icon assets where possible and remove unneeded icon assets. This leads to about 195 kB space saving ;)

To post a comment you must log in.
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

@Costales, @joerg please test thoroughly on phone to check if any icon appears missing due to invalid icon name or missing icon asset. It looks good to me.

Revision history for this message
costales (costales) wrote :

Great :)

Please, could you add this visible property?

http://paste.ubuntu.com/15577648/

Thanks in advance!

review: Needs Fixing
24. By Nekhelesh Ramananthan

Added visible property to icon

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

> Great :)
>
> Please, could you add this visible property?
>
> http://paste.ubuntu.com/15577648/
>
> Thanks in advance!

Done

Revision history for this message
costales (costales) wrote :

Thanks :)

It's OK for me now. Anyway, it's so easy to see if there is a bug in a future.

@Joerg? :)

review: Approve
Revision history for this message
JkB (joergberroth) wrote :

Hey there,

there is a regression in this.
On rc-proposed on phone,
The header does not behave as expected anymore.
The slots change position.
Seems that the header does not work properly with the
visible/enabled states.
Please review again, mybe again a behaviour only on phone..

this works for me:
http://pastebin.ubuntu.com/15579691/

And who and why do we have those strange icons (light, etc.) in?
And when did they get in?

Best Joerg

Am 2016-04-01 um 18:14 schrieb costales:
> Review: Approve
>
> Thanks
>
> It's OK for me now. Anyway, it's so easy to see if there is a bug in a
future.
>
> @Joerg?
>

Am 2016-04-01 um 18:14 schrieb costales:
> Review: Approve
>
> Thanks :)
>
> It's OK for me now. Anyway, it's so easy to see if there is a bug in a future.
>
> @Joerg? :)
>

Revision history for this message
JkB (joergberroth) wrote :

see below

review: Needs Fixing
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

I found the issue to be rev 24 where we hide the centerPosAction. Reverting that fixes the issue. @Marcos, the centerPosAction needs to be always visible. That's also why I left the light and dark shades of that icon/

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

@Joerg, can you test again?

Revision history for this message
JkB (joergberroth) wrote :

it should of course be
 id: actionFullScreen
 iconName: "view-fullscreen"

Am 2016-04-01 um 22:27 schrieb Nekhelesh Ramananthan:
> @Joerg, can you test again?
>

Revision history for this message
costales (costales) wrote :

Hi :)

> And who and why do we have those strange icons (light, etc.) in? And when did they get in?

Me 2 months ago. The current header is not showing the icons disabled, then those icons are a temporal fix.

Revision history for this message
costales (costales) wrote :

> it should of course be id: actionFullScreen iconName: "view-fullscreen"

I'm not agree about this. I think it is ok now as: actionFullScreen = icon view-restore

Why? IMO the icon should indicate the current state (as the center on pos icon).
Before you be in fullscreen, then the current state is a real restored screen, then, the icon should be view-restore.

A hug :)

25. By Nekhelesh Ramananthan

Merged costales branch

Revision history for this message
JkB (joergberroth) wrote :

Yep, now i see that!
And yes, it should keep as it is.
Fine!

m Samstag, 2. April 2016 09:31:56 CEST schrieb costales
<email address hidden>:
>> it should of course be id: actionFullScreen iconName: "view-fullscreen"
>
> I'm not agree about this. I think it is ok now as:
> actionFullScreen = icon view-restore
>
> Why? IMO the icon should indicate the current state (as the
> center on pos icon).
> Before you be in fullscreen, then the current state is a real
> restored screen, then, the icon should be view-restore.
>
> A hug :)

--
Versandt, mit Dekko von meinem Ubuntu-Gerät

Revision history for this message
costales (costales) wrote :

Thanks Joerg :) Merging then...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed file 'nav/img/header/fullscreen.svg'
--- nav/img/header/fullscreen.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/fullscreen.svg 1970-01-01 00:00:00 +0000
@@ -1,171 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="view-fullscreen.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="3.5967996"
29 inkscape:cx="-5.3102805"
30 inkscape:cy="66.628646"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="92,-8.0000001"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="88,-8.0000001"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="-8,84.000001"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="12,-8.0000001"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-5,12"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="84,-9.0000001"
105 id="guide4080" />
106 <sodipodi:guide
107 position="48,-8.0000001"
108 orientation="1,0"
109 id="guide4170" />
110 <sodipodi:guide
111 position="-8,48"
112 orientation="0,1"
113 id="guide4172" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
157 d="M 35.976562,12 C 30.943803,12.058187 27.26124,11.883489 24.25,13.544922 22.74438,14.375633 21.553141,15.778707 20.894531,17.533203 20.235931,19.287699 19.998047,21.369641 19.998047,24 l 0,16 0.002,0 4,0 0,-16 c 0,-2.369642 0.250305,-4.022721 0.640625,-5.0625 0.39031,-1.039789 0.809449,-1.487868 1.542969,-1.892578 1.46703,-0.80942 4.78371,-0.986545 9.83789,-1.044922 l 39.976563,0 c 5.03826,0.05877 8.352116,0.237012 9.816406,1.044922 0.73352,0.40471 1.152659,0.852789 1.542969,1.892578 0.39032,1.039779 0.640625,2.692858 0.640625,5.0625 l 0,32 c 0,2.369642 -0.250305,4.022721 -0.640625,5.0625 -0.39031,1.039789 -0.809449,1.489811 -1.542969,1.894531 C 84.350116,63.764942 81.036307,63.941223 75.998047,64 L 75.974609,64 70,64 l 0,4.001953 6.009766,0 0.01172,-0.0039 c 5.03276,-0.05819 8.715323,0.120407 11.726563,-1.541016 1.50562,-0.830711 2.696869,-2.233775 3.355469,-3.988281 C 91.762114,60.714248 92,58.630359 92,56 l 0,-32 c 0,-2.630359 -0.237884,-4.712301 -0.896484,-6.466797 -0.6586,-1.754496 -1.849849,-3.15757 -3.355469,-3.988281 C 84.736807,11.883489 81.054244,12.058177 76.021484,12 l -0.01172,0 -40.021485,0 z"
158 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
159 id="path4412"
160 inkscape:connector-curvature="0"
161 sodipodi:nodetypes="cssscccscsccscssccccccccsssssscccc" />
162 <path
163 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
164 d="m 365.97266,377.36133 c -2.6314,0 -4.71356,0.23788 -6.46875,0.89648 -1.75519,0.6586 -3.16115,1.84985 -3.99219,3.35547 -1.66208,3.01124 -1.48476,6.6938 -1.54297,11.72656 l 0,0.0117 0,28.02149 0,0.0117 c 0.0582,5.03276 -0.11911,8.71532 1.54297,11.72656 0.83104,1.50562 2.237,2.69686 3.99219,3.35547 1.75519,0.6586 3.83735,0.89648 6.46875,0.89648 l 20.00976,0 c 2.6314,0 4.71356,-0.23788 6.46875,-0.89648 1.75519,-0.65861 3.16115,-1.84985 3.99219,-3.35547 1.66208,-3.01124 1.48476,-6.6938 1.54297,-11.72656 l 0,-0.0117 0,-28.02149 0,-0.0117 c -0.0582,-5.03276 0.11911,-8.71532 -1.54297,-11.72656 -0.83104,-1.50562 -2.237,-2.69687 -3.99219,-3.35547 -1.75519,-0.6586 -3.83735,-0.89648 -6.46875,-0.89648 l -20.00976,0 z m 0,4.00195 20.00976,0 c 2.37058,0 4.02426,0.25031 5.06446,0.64063 1.04019,0.39031 1.4877,0.80945 1.89257,1.54297 0.80823,1.46429 0.98809,4.77814 1.04688,9.8164 l 0,27.97656 c -0.0585,5.05418 -0.23713,8.37086 -1.04688,9.83789 -0.40487,0.73352 -0.85238,1.15266 -1.89257,1.54297 -1.0402,0.39032 -2.69388,0.64063 -5.06446,0.64063 l -20.00976,0 c -2.37058,0 -4.02426,-0.25031 -5.06446,-0.64063 -1.04019,-0.39031 -1.4877,-0.80945 -1.89258,-1.54297 -0.80835,-1.46451 -0.98616,-4.77682 -1.04492,-9.8164 l 0,-0.0215 0,-27.95312 0,-0.0234 c 0.0588,-5.03826 0.23669,-8.35211 1.04492,-9.8164 0.40488,-0.73352 0.85239,-1.15266 1.89258,-1.54297 1.0402,-0.39032 2.69388,-0.64063 5.06446,-0.64063 z"
165 id="path4645"
166 inkscape:connector-curvature="0" />
167 </g>
168 </g>
169 </g>
170 </g>
171</svg>
1720
=== removed file 'nav/img/header/fullscreen_light.svg'
--- nav/img/header/fullscreen_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/fullscreen_light.svg 1970-01-01 00:00:00 +0000
@@ -1,176 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="view-fullscreen_light.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="3.5967996"
29 inkscape:cx="-46.735997"
30 inkscape:cy="66.628646"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1615"
55 inkscape:window-height="1026"
56 inkscape:window-x="65"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="92,-8.0000001"
90 id="guide4075" />
91 <sodipodi:guide
92 orientation="1,0"
93 position="88,-8.0000001"
94 id="guide4077" />
95 <sodipodi:guide
96 orientation="0,1"
97 position="-8,84.000001"
98 id="guide4074" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="12,-8.0000001"
102 id="guide4076" />
103 <sodipodi:guide
104 orientation="0,1"
105 position="-5,12"
106 id="guide4078" />
107 <sodipodi:guide
108 orientation="1,0"
109 position="84,-9.0000001"
110 id="guide4080" />
111 <sodipodi:guide
112 position="48,-8.0000001"
113 orientation="1,0"
114 id="guide4170" />
115 <sodipodi:guide
116 position="-8,48"
117 orientation="0,1"
118 id="guide4172" />
119 </sodipodi:namedview>
120 <metadata
121 id="metadata4879">
122 <rdf:RDF>
123 <cc:Work
124 rdf:about="">
125 <dc:format>image/svg+xml</dc:format>
126 <dc:type
127 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
128 <dc:title></dc:title>
129 </cc:Work>
130 </rdf:RDF>
131 </metadata>
132 <g
133 inkscape:label="Layer 1"
134 inkscape:groupmode="layer"
135 id="layer1"
136 transform="translate(67.857146,-78.50504)">
137 <g
138 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
139 id="g4845"
140 style="display:inline">
141 <g
142 inkscape:export-ydpi="90"
143 inkscape:export-xdpi="90"
144 inkscape:export-filename="next01.png"
145 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
146 id="g4778"
147 inkscape:label="Layer 1">
148 <g
149 transform="matrix(-1,0,0,1,575.99999,611)"
150 id="g4780"
151 style="display:inline">
152 <rect
153 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
154 id="rect4782"
155 width="96.037987"
156 height="96"
157 x="-438.00244"
158 y="345.36221"
159 transform="scale(-1,1)" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="M 35.976562,12 C 30.943803,12.058187 27.26124,11.883489 24.25,13.544922 22.74438,14.375633 21.553141,15.778707 20.894531,17.533203 20.235931,19.287699 19.998047,21.369641 19.998047,24 l 0,16 0.002,0 4,0 0,-16 c 0,-2.369642 0.250305,-4.022721 0.640625,-5.0625 0.39031,-1.039789 0.809449,-1.487868 1.542969,-1.892578 1.46703,-0.80942 4.78371,-0.986545 9.83789,-1.044922 l 39.976563,0 c 5.03826,0.05877 8.352116,0.237012 9.816406,1.044922 0.73352,0.40471 1.152659,0.852789 1.542969,1.892578 0.39032,1.039779 0.640625,2.692858 0.640625,5.0625 l 0,32 c 0,2.369642 -0.250305,4.022721 -0.640625,5.0625 -0.39031,1.039789 -0.809449,1.489811 -1.542969,1.894531 C 84.350116,63.764942 81.036307,63.941223 75.998047,64 L 75.974609,64 70,64 l 0,4.001953 6.009766,0 0.01172,-0.0039 c 5.03276,-0.05819 8.715323,0.120407 11.726563,-1.541016 1.50562,-0.830711 2.696869,-2.233775 3.355469,-3.988281 C 91.762114,60.714248 92,58.630359 92,56 l 0,-32 c 0,-2.630359 -0.237884,-4.712301 -0.896484,-6.466797 -0.6586,-1.754496 -1.849849,-3.15757 -3.355469,-3.988281 C 84.736807,11.883489 81.054244,12.058177 76.021484,12 l -0.01172,0 -40.021485,0 z"
163 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
164 id="path4412"
165 inkscape:connector-curvature="0"
166 sodipodi:nodetypes="cssscccscsccscssccccccccsssssscccc" />
167 <path
168 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
169 d="m 365.97266,377.36133 c -2.6314,0 -4.71356,0.23788 -6.46875,0.89648 -1.75519,0.6586 -3.16115,1.84985 -3.99219,3.35547 -1.66208,3.01124 -1.48476,6.6938 -1.54297,11.72656 l 0,0.0117 0,28.02149 0,0.0117 c 0.0582,5.03276 -0.11911,8.71532 1.54297,11.72656 0.83104,1.50562 2.237,2.69686 3.99219,3.35547 1.75519,0.6586 3.83735,0.89648 6.46875,0.89648 l 20.00976,0 c 2.6314,0 4.71356,-0.23788 6.46875,-0.89648 1.75519,-0.65861 3.16115,-1.84985 3.99219,-3.35547 1.66208,-3.01124 1.48476,-6.6938 1.54297,-11.72656 l 0,-0.0117 0,-28.02149 0,-0.0117 c -0.0582,-5.03276 0.11911,-8.71532 -1.54297,-11.72656 -0.83104,-1.50562 -2.237,-2.69687 -3.99219,-3.35547 -1.75519,-0.6586 -3.83735,-0.89648 -6.46875,-0.89648 l -20.00976,0 z m 0,4.00195 20.00976,0 c 2.37058,0 4.02426,0.25031 5.06446,0.64063 1.04019,0.39031 1.4877,0.80945 1.89257,1.54297 0.80823,1.46429 0.98809,4.77814 1.04688,9.8164 l 0,27.97656 c -0.0585,5.05418 -0.23713,8.37086 -1.04688,9.83789 -0.40487,0.73352 -0.85238,1.15266 -1.89257,1.54297 -1.0402,0.39032 -2.69388,0.64063 -5.06446,0.64063 l -20.00976,0 c -2.37058,0 -4.02426,-0.25031 -5.06446,-0.64063 -1.04019,-0.39031 -1.4877,-0.80945 -1.89258,-1.54297 -0.80835,-1.46451 -0.98616,-4.77682 -1.04492,-9.8164 l 0,-0.0215 0,-27.95312 0,-0.0234 c 0.0588,-5.03826 0.23669,-8.35211 1.04492,-9.8164 0.40488,-0.73352 0.85239,-1.15266 1.89258,-1.54297 1.0402,-0.39032 2.69388,-0.64063 5.06446,-0.64063 z"
170 id="path4645"
171 inkscape:connector-curvature="0" />
172 </g>
173 </g>
174 </g>
175 </g>
176</svg>
1770
=== removed file 'nav/img/header/gps_off_light.svg'
--- nav/img/header/gps_off_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/gps_off_light.svg 1970-01-01 00:00:00 +0000
@@ -1,162 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="gps_off_light.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="8.9919988"
29 inkscape:cx="35.542509"
30 inkscape:cy="53.798833"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="false"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="false"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1615"
55 inkscape:window-height="1026"
56 inkscape:window-x="65"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="88,-8.0000001"
90 id="guide4077" />
91 <sodipodi:guide
92 orientation="0,1"
93 position="-8,84.000001"
94 id="guide4074" />
95 <sodipodi:guide
96 orientation="1,0"
97 position="12,-8.0000001"
98 id="guide4076" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="84,-8.0000001"
102 id="guide4080" />
103 <sodipodi:guide
104 position="48,-8.0000001"
105 orientation="1,0"
106 id="guide4170" />
107 <sodipodi:guide
108 position="-8,48"
109 orientation="0,1"
110 id="guide4172" />
111 </sodipodi:namedview>
112 <metadata
113 id="metadata4879">
114 <rdf:RDF>
115 <cc:Work
116 rdf:about="">
117 <dc:format>image/svg+xml</dc:format>
118 <dc:type
119 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
120 <dc:title />
121 </cc:Work>
122 </rdf:RDF>
123 </metadata>
124 <g
125 inkscape:label="Layer 1"
126 inkscape:groupmode="layer"
127 id="layer1"
128 transform="translate(67.857146,-78.50504)">
129 <g
130 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
131 id="g4845"
132 style="display:inline">
133 <g
134 inkscape:export-ydpi="90"
135 inkscape:export-xdpi="90"
136 inkscape:export-filename="next01.png"
137 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
138 id="g4778"
139 inkscape:label="Layer 1">
140 <g
141 transform="matrix(-1,0,0,1,575.99999,611)"
142 id="g4780"
143 style="display:inline">
144 <rect
145 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
146 id="rect4782"
147 width="96.037987"
148 height="96"
149 x="-438.00244"
150 y="345.36221"
151 transform="scale(-1,1)" />
152 <path
153 style="fill:#b2b2b2;fill-opacity:1"
154 d="m 352.08871,395.27149 0,0 0.37313,3.06685 c 1.71051,14.05905 11.96664,26.43701 25.7115,31.03077 2.63039,0.87912 7.07047,1.761 8.86627,1.761 l 1.06013,0 0,0 0,0 1.88805,0.14336 1.93768,-0.14336 0,0 0,0 1.08096,0 c 1.80046,0 7.13086,-1.18519 10.0036,-2.22426 2.97852,-1.07733 7.36967,-3.49822 9.94894,-5.48496 2.69952,-2.07936 6.61174,-6.34009 8.51767,-9.27644 3.23787,-4.98841 5.18227,-10.19087 5.96623,-15.96338 l 0.39515,-2.90958 0,0 0,0 0.10124,-1.82021 -0.0954,-1.9553 -0.006,-0.0438 0.006,0.0447 -0.38504,-2.7523 c -2.42852,-17.35902 -15.35497,-30.27719 -32.82975,-32.80873 l -2.75339,-0.39888 0.0496,0.007 -0.0479,-0.007 -1.952,-0.086 -1.82585,0.0977 0,0 0,0 -2.91074,0.39499 c -8.07483,1.09577 -15.45015,4.63899 -21.28029,10.22338 -5.91506,5.66572 -9.427,12.00927 -11.04647,19.95298 -0.34942,1.71397 -0.63531,3.62488 -0.63531,4.24646 l 0,1.13015 0,0 0,0 -0.19905,1.9707 z m 3.92678,-5.32183 c 1.56762,-15.27005 12.93956,-27.46273 28.0748,-30.10103 4.2193,-0.73549 10.68774,-0.45126 14.70836,0.6463 6.67766,1.82288 13.32891,6.14192 17.60842,11.43416 2.70052,3.33958 5.3512,8.50871 6.48564,12.64772 1.19462,4.3586 1.40603,11.14706 0.48579,15.59876 -2.61325,12.6416 -11.7313,22.53395 -24.01231,26.05145 -15.41593,4.41538 -31.9953,-2.55084 -39.42895,-16.56703 -2.19673,-4.14194 -3.43557,-8.00995 -3.90315,-12.18666 -0.38029,-3.39702 -0.38174,-3.98636 -0.0186,-7.52367 z"
155 id="path3006"
156 inkscape:connector-curvature="0"
157 sodipodi:nodetypes="ccssscccccccssssscccccccsscccccccsssscccccscssssssss" />
158 </g>
159 </g>
160 </g>
161 </g>
162</svg>
1630
=== removed file 'nav/img/header/info.svg'
--- nav/img/header/info.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/info.svg 1970-01-01 00:00:00 +0000
@@ -1,179 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="info.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="8.7812488"
29 inkscape:cx="5.3352279"
30 inkscape:cy="44.122411"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="8" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="8,-8.0000001"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="4,-8.0000001"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="-8,88.000001"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="-8,92.000001"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="104,4"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="-5,8.0000001"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="92,-8.0000001"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="88,-8.0000001"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="-8,84.000001"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="12,-8.0000001"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="-5,12"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="84,-9.0000001"
104 id="guide4080" />
105 <sodipodi:guide
106 position="48,-8.0000001"
107 orientation="1,0"
108 id="guide4170" />
109 <sodipodi:guide
110 position="-8,48"
111 orientation="0,1"
112 id="guide4172" />
113 </sodipodi:namedview>
114 <metadata
115 id="metadata4879">
116 <rdf:RDF>
117 <cc:Work
118 rdf:about="">
119 <dc:format>image/svg+xml</dc:format>
120 <dc:type
121 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
122 <dc:title></dc:title>
123 </cc:Work>
124 </rdf:RDF>
125 </metadata>
126 <g
127 inkscape:label="Layer 1"
128 inkscape:groupmode="layer"
129 id="layer1"
130 transform="translate(67.857146,-78.50504)">
131 <g
132 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
133 id="g4845"
134 style="display:inline">
135 <g
136 inkscape:export-ydpi="90"
137 inkscape:export-xdpi="90"
138 inkscape:export-filename="next01.png"
139 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
140 id="g4778"
141 inkscape:label="Layer 1">
142 <g
143 transform="matrix(-1,0,0,1,575.99999,611)"
144 id="g4780"
145 style="display:inline">
146 <rect
147 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
148 id="rect4782"
149 width="96.037987"
150 height="96"
151 x="-438.00244"
152 y="345.36221"
153 transform="scale(-1,1)" />
154 <path
155 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
156 d="m 432,393.36133 c 0,23.17268 -18.83506,42 -42.01562,42 -23.18057,0 -42.01758,-18.82732 -42.01758,-42 0,-23.17268 18.83701,-42 42.01758,-42 23.18056,0 42.01562,18.82732 42.01562,42 z m -4.00195,0 c 0,-21.00964 -16.99444,-37.99805 -38.01367,-37.99805 -21.01924,0 -38.01563,16.98841 -38.01563,37.99805 0,21.00963 16.99639,38 38.01563,38 21.01923,0 38.01367,-16.99037 38.01367,-38 z"
157 id="path4116"
158 inkscape:connector-curvature="0" />
159 <rect
160 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.00118685;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
161 id="rect4173"
162 width="5.9999971"
163 height="32.012661"
164 x="-396.36221"
165 y="-397.98663"
166 transform="matrix(0,-1,-1,0,0,0)" />
167 <ellipse
168 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
169 id="path4175"
170 cx="-393.36221"
171 cy="-408.99097"
172 transform="matrix(0,-1,-1,0,0,0)"
173 rx="5.0000143"
174 ry="5.0019927" />
175 </g>
176 </g>
177 </g>
178 </g>
179</svg>
1800
=== removed file 'nav/img/header/info_light.svg'
--- nav/img/header/info_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/info_light.svg 1970-01-01 00:00:00 +0000
@@ -1,184 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="info_light.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="8.7812488"
29 inkscape:cx="-11.632746"
30 inkscape:cy="44.122411"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:window-width="1615"
54 inkscape:window-height="1026"
55 inkscape:window-x="65"
56 inkscape:window-y="24"
57 inkscape:window-maximized="1">
58 <inkscape:grid
59 type="xygrid"
60 id="grid5451"
61 empspacing="8" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="8,-8.0000001"
65 id="guide4063" />
66 <sodipodi:guide
67 orientation="1,0"
68 position="4,-8.0000001"
69 id="guide4065" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,88.000001"
73 id="guide4067" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="-8,92.000001"
77 id="guide4069" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="104,4"
81 id="guide4071" />
82 <sodipodi:guide
83 orientation="0,1"
84 position="-5,8.0000001"
85 id="guide4073" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="92,-8.0000001"
89 id="guide4075" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="88,-8.0000001"
93 id="guide4077" />
94 <sodipodi:guide
95 orientation="0,1"
96 position="-8,84.000001"
97 id="guide4074" />
98 <sodipodi:guide
99 orientation="1,0"
100 position="12,-8.0000001"
101 id="guide4076" />
102 <sodipodi:guide
103 orientation="0,1"
104 position="-5,12"
105 id="guide4078" />
106 <sodipodi:guide
107 orientation="1,0"
108 position="84,-9.0000001"
109 id="guide4080" />
110 <sodipodi:guide
111 position="48,-8.0000001"
112 orientation="1,0"
113 id="guide4170" />
114 <sodipodi:guide
115 position="-8,48"
116 orientation="0,1"
117 id="guide4172" />
118 </sodipodi:namedview>
119 <metadata
120 id="metadata4879">
121 <rdf:RDF>
122 <cc:Work
123 rdf:about="">
124 <dc:format>image/svg+xml</dc:format>
125 <dc:type
126 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
127 <dc:title />
128 </cc:Work>
129 </rdf:RDF>
130 </metadata>
131 <g
132 inkscape:label="Layer 1"
133 inkscape:groupmode="layer"
134 id="layer1"
135 transform="translate(67.857146,-78.50504)">
136 <g
137 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
138 id="g4845"
139 style="display:inline">
140 <g
141 inkscape:export-ydpi="90"
142 inkscape:export-xdpi="90"
143 inkscape:export-filename="next01.png"
144 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
145 id="g4778"
146 inkscape:label="Layer 1">
147 <g
148 transform="matrix(-1,0,0,1,575.99999,611)"
149 id="g4780"
150 style="display:inline">
151 <rect
152 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
153 id="rect4782"
154 width="96.037987"
155 height="96"
156 x="-438.00244"
157 y="345.36221"
158 transform="scale(-1,1)" />
159 <path
160 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
161 d="m 432,393.36133 c 0,23.17268 -18.83506,42 -42.01562,42 -23.18057,0 -42.01758,-18.82732 -42.01758,-42 0,-23.17268 18.83701,-42 42.01758,-42 23.18056,0 42.01562,18.82732 42.01562,42 z m -4.00195,0 c 0,-21.00964 -16.99444,-37.99805 -38.01367,-37.99805 -21.01924,0 -38.01563,16.98841 -38.01563,37.99805 0,21.00963 16.99639,38 38.01563,38 21.01923,0 38.01367,-16.99037 38.01367,-38 z"
162 id="path4116"
163 inkscape:connector-curvature="0" />
164 <rect
165 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.00118685;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
166 id="rect4173"
167 width="5.9999971"
168 height="32.012661"
169 x="-396.36221"
170 y="-397.98663"
171 transform="matrix(0,-1,-1,0,0,0)" />
172 <ellipse
173 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
174 id="path4175"
175 cx="-393.36221"
176 cy="-408.99097"
177 transform="matrix(0,-1,-1,0,0,0)"
178 rx="5.0000143"
179 ry="5.0019927" />
180 </g>
181 </g>
182 </g>
183 </g>
184</svg>
1850
=== removed file 'nav/img/header/restore.svg'
--- nav/img/header/restore.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/restore.svg 1970-01-01 00:00:00 +0000
@@ -1,169 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="view-restore.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="10.976561"
29 inkscape:cx="24.493097"
30 inkscape:cy="51.855938"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="92,-8.0000001"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="88,-8.0000001"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="-8,84.000001"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="12,-8.0000001"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-5,12"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="84,-9.0000001"
105 id="guide4080" />
106 <sodipodi:guide
107 position="48,-8.0000001"
108 orientation="1,0"
109 id="guide4170" />
110 <sodipodi:guide
111 position="-8,48"
112 orientation="0,1"
113 id="guide4172" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
157 d="M 35.976562 12 C 30.943803 12.058187 27.26124 11.883489 24.25 13.544922 C 22.74438 14.375633 21.553141 15.778707 20.894531 17.533203 C 20.235931 19.287699 19.998047 21.369641 19.998047 24 L 19.998047 42 L 20 42 L 24 42 L 24 24 C 24 21.630358 24.250305 19.977279 24.640625 18.9375 C 25.030935 17.897711 25.450074 17.449632 26.183594 17.044922 C 27.650624 16.235502 30.967304 16.058377 36.021484 16 L 75.998047 16 C 81.036307 16.05877 84.350163 16.237012 85.814453 17.044922 C 86.547973 17.449632 86.967112 17.897711 87.357422 18.9375 C 87.747742 19.977279 87.998047 21.630358 87.998047 24 L 87.998047 56 C 87.998047 58.369642 87.747742 60.022721 87.357422 61.0625 C 86.967112 62.102289 86.547973 62.552311 85.814453 62.957031 C 84.350116 63.764942 81.036307 63.941223 75.998047 64 L 75.974609 64 L 70 64 L 70 68.001953 L 76.009766 68.001953 L 76.021484 67.998047 C 81.054244 67.939857 84.736807 68.118454 87.748047 66.457031 C 89.253667 65.62632 90.444916 64.223256 91.103516 62.46875 C 91.762114 60.714248 92 58.630359 92 56 L 92 24 C 92 21.369641 91.762116 19.287699 91.103516 17.533203 C 90.444916 15.778707 89.253667 14.375633 87.748047 13.544922 C 84.736807 11.883489 81.054244 12.058177 76.021484 12 L 76.009766 12 L 35.988281 12 L 35.976562 12 z "
158 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
159 id="path4412" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="m 365.97266,377.36133 c -2.6314,0 -4.71356,0.23788 -6.46875,0.89648 -1.75519,0.6586 -3.16115,1.84985 -3.99219,3.35547 -1.66208,3.01124 -1.48476,6.6938 -1.54297,11.72656 l 0,0.0117 0,28.02149 0,0.0117 c 0.0582,5.03276 -0.11911,8.71532 1.54297,11.72656 0.83104,1.50562 2.237,2.69686 3.99219,3.35547 1.75519,0.6586 3.83735,0.89648 6.46875,0.89648 l 20.00976,0 c 2.6314,0 4.71356,-0.23788 6.46875,-0.89648 1.75519,-0.65861 3.16115,-1.84985 3.99219,-3.35547 1.66208,-3.01124 1.48476,-6.6938 1.54297,-11.72656 l 0,-0.0117 0,-28.02149 0,-0.0117 c -0.0582,-5.03276 0.11911,-8.71532 -1.54297,-11.72656 -0.83104,-1.50562 -2.237,-2.69687 -3.99219,-3.35547 -1.75519,-0.6586 -3.83735,-0.89648 -6.46875,-0.89648 l -20.00976,0 z m 0,4.00195 20.00976,0 c 2.37058,0 4.02426,0.25031 5.06446,0.64063 1.04019,0.39031 1.4877,0.80945 1.89257,1.54297 0.80823,1.46429 0.98809,4.77814 1.04688,9.8164 l 0,27.97656 c -0.0585,5.05418 -0.23713,8.37086 -1.04688,9.83789 -0.40487,0.73352 -0.85238,1.15266 -1.89257,1.54297 -1.0402,0.39032 -2.69388,0.64063 -5.06446,0.64063 l -20.00976,0 c -2.37058,0 -4.02426,-0.25031 -5.06446,-0.64063 -1.04019,-0.39031 -1.4877,-0.80945 -1.89258,-1.54297 -0.80835,-1.46451 -0.98616,-4.77682 -1.04492,-9.8164 l 0,-0.0215 0,-27.95312 0,-0.0234 c 0.0588,-5.03826 0.23669,-8.35211 1.04492,-9.8164 0.40488,-0.73352 0.85239,-1.15266 1.89258,-1.54297 1.0402,-0.39032 2.69388,-0.64063 5.06446,-0.64063 z"
163 id="path4645"
164 inkscape:connector-curvature="0" />
165 </g>
166 </g>
167 </g>
168 </g>
169</svg>
1700
=== removed file 'nav/img/header/restore_light.svg'
--- nav/img/header/restore_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/restore_light.svg 1970-01-01 00:00:00 +0000
@@ -1,175 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="view-restore_light.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="10.976561"
29 inkscape:cx="10.918718"
30 inkscape:cy="51.855938"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1615"
55 inkscape:window-height="1026"
56 inkscape:window-x="65"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="92,-8.0000001"
90 id="guide4075" />
91 <sodipodi:guide
92 orientation="1,0"
93 position="88,-8.0000001"
94 id="guide4077" />
95 <sodipodi:guide
96 orientation="0,1"
97 position="-8,84.000001"
98 id="guide4074" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="12,-8.0000001"
102 id="guide4076" />
103 <sodipodi:guide
104 orientation="0,1"
105 position="-5,12"
106 id="guide4078" />
107 <sodipodi:guide
108 orientation="1,0"
109 position="84,-9.0000001"
110 id="guide4080" />
111 <sodipodi:guide
112 position="48,-8.0000001"
113 orientation="1,0"
114 id="guide4170" />
115 <sodipodi:guide
116 position="-8,48"
117 orientation="0,1"
118 id="guide4172" />
119 </sodipodi:namedview>
120 <metadata
121 id="metadata4879">
122 <rdf:RDF>
123 <cc:Work
124 rdf:about="">
125 <dc:format>image/svg+xml</dc:format>
126 <dc:type
127 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
128 <dc:title></dc:title>
129 </cc:Work>
130 </rdf:RDF>
131 </metadata>
132 <g
133 inkscape:label="Layer 1"
134 inkscape:groupmode="layer"
135 id="layer1"
136 transform="translate(67.857146,-78.50504)">
137 <g
138 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
139 id="g4845"
140 style="display:inline">
141 <g
142 inkscape:export-ydpi="90"
143 inkscape:export-xdpi="90"
144 inkscape:export-filename="next01.png"
145 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
146 id="g4778"
147 inkscape:label="Layer 1">
148 <g
149 transform="matrix(-1,0,0,1,575.99999,611)"
150 id="g4780"
151 style="display:inline">
152 <rect
153 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
154 id="rect4782"
155 width="96.037987"
156 height="96"
157 x="-438.00244"
158 y="345.36221"
159 transform="scale(-1,1)" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="M 35.976562,12 C 30.943803,12.058187 27.26124,11.883489 24.25,13.544922 22.74438,14.375633 21.553141,15.778707 20.894531,17.533203 20.235931,19.287699 19.998047,21.369641 19.998047,24 l 0,18 0.002,0 4,0 0,-18 c 0,-2.369642 0.250305,-4.022721 0.640625,-5.0625 0.39031,-1.039789 0.809449,-1.487868 1.542969,-1.892578 1.46703,-0.80942 4.78371,-0.986545 9.83789,-1.044922 l 39.976563,0 c 5.03826,0.05877 8.352116,0.237012 9.816406,1.044922 0.73352,0.40471 1.152659,0.852789 1.542969,1.892578 0.39032,1.039779 0.640625,2.692858 0.640625,5.0625 l 0,32 c 0,2.369642 -0.250305,4.022721 -0.640625,5.0625 -0.39031,1.039789 -0.809449,1.489811 -1.542969,1.894531 C 84.350116,63.764942 81.036307,63.941223 75.998047,64 L 75.974609,64 70,64 l 0,4.001953 6.009766,0 0.01172,-0.0039 c 5.03276,-0.05819 8.715323,0.120407 11.726563,-1.541016 1.50562,-0.830711 2.696869,-2.233775 3.355469,-3.988281 C 91.762114,60.714248 92,58.630359 92,56 l 0,-32 c 0,-2.630359 -0.237884,-4.712301 -0.896484,-6.466797 -0.6586,-1.754496 -1.849849,-3.15757 -3.355469,-3.988281 C 84.736807,11.883489 81.054244,12.058177 76.021484,12 l -0.01172,0 -40.021485,0 -0.01172,0 z"
163 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
164 id="path4412"
165 inkscape:connector-curvature="0" />
166 <path
167 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
168 d="m 365.97266,377.36133 c -2.6314,0 -4.71356,0.23788 -6.46875,0.89648 -1.75519,0.6586 -3.16115,1.84985 -3.99219,3.35547 -1.66208,3.01124 -1.48476,6.6938 -1.54297,11.72656 l 0,0.0117 0,28.02149 0,0.0117 c 0.0582,5.03276 -0.11911,8.71532 1.54297,11.72656 0.83104,1.50562 2.237,2.69686 3.99219,3.35547 1.75519,0.6586 3.83735,0.89648 6.46875,0.89648 l 20.00976,0 c 2.6314,0 4.71356,-0.23788 6.46875,-0.89648 1.75519,-0.65861 3.16115,-1.84985 3.99219,-3.35547 1.66208,-3.01124 1.48476,-6.6938 1.54297,-11.72656 l 0,-0.0117 0,-28.02149 0,-0.0117 c -0.0582,-5.03276 0.11911,-8.71532 -1.54297,-11.72656 -0.83104,-1.50562 -2.237,-2.69687 -3.99219,-3.35547 -1.75519,-0.6586 -3.83735,-0.89648 -6.46875,-0.89648 l -20.00976,0 z m 0,4.00195 20.00976,0 c 2.37058,0 4.02426,0.25031 5.06446,0.64063 1.04019,0.39031 1.4877,0.80945 1.89257,1.54297 0.80823,1.46429 0.98809,4.77814 1.04688,9.8164 l 0,27.97656 c -0.0585,5.05418 -0.23713,8.37086 -1.04688,9.83789 -0.40487,0.73352 -0.85238,1.15266 -1.89257,1.54297 -1.0402,0.39032 -2.69388,0.64063 -5.06446,0.64063 l -20.00976,0 c -2.37058,0 -4.02426,-0.25031 -5.06446,-0.64063 -1.04019,-0.39031 -1.4877,-0.80945 -1.89258,-1.54297 -0.80835,-1.46451 -0.98616,-4.77682 -1.04492,-9.8164 l 0,-0.0215 0,-27.95312 0,-0.0234 c 0.0588,-5.03826 0.23669,-8.35211 1.04492,-9.8164 0.40488,-0.73352 0.85239,-1.15266 1.89258,-1.54297 1.0402,-0.39032 2.69388,-0.64063 5.06446,-0.64063 z"
169 id="path4645"
170 inkscape:connector-curvature="0" />
171 </g>
172 </g>
173 </g>
174 </g>
175</svg>
1760
=== removed file 'nav/img/header/send.svg'
--- nav/img/header/send.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/send.svg 1970-01-01 00:00:00 +0000
@@ -1,173 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="send.svg">
19 <defs
20 id="defs4876">
21 <inkscape:path-effect
22 effect="powerstroke"
23 id="path-effect4213"
24 is_visible="true"
25 offset_points="0,2.8284271"
26 sort_points="true"
27 interpolator_type="CubicBezierJohan"
28 interpolator_beta="0.2"
29 start_linecap_type="zerowidth"
30 linejoin_type="extrp_arc"
31 miter_limit="4"
32 end_linecap_type="zerowidth"
33 cusp_linecap_type="round" />
34 <inkscape:path-effect
35 effect="powerstroke"
36 id="path-effect4205"
37 is_visible="true"
38 offset_points="1,4"
39 sort_points="true"
40 interpolator_type="CubicBezierJohan"
41 interpolator_beta="0.2"
42 start_linecap_type="zerowidth"
43 linejoin_type="extrp_arc"
44 miter_limit="4"
45 end_linecap_type="zerowidth"
46 cusp_linecap_type="round" />
47 </defs>
48 <sodipodi:namedview
49 id="base"
50 pagecolor="#ffffff"
51 bordercolor="#666666"
52 borderopacity="1.0"
53 inkscape:pageopacity="0.0"
54 inkscape:pageshadow="2"
55 inkscape:zoom="3.5967995"
56 inkscape:cx="73.412477"
57 inkscape:cy="42.593387"
58 inkscape:document-units="px"
59 inkscape:current-layer="layer1"
60 showgrid="true"
61 showborder="true"
62 fit-margin-top="0"
63 fit-margin-left="0"
64 fit-margin-right="0"
65 fit-margin-bottom="0"
66 inkscape:snap-bbox="true"
67 inkscape:bbox-paths="true"
68 inkscape:bbox-nodes="true"
69 inkscape:snap-bbox-edge-midpoints="true"
70 inkscape:snap-bbox-midpoints="true"
71 inkscape:object-paths="true"
72 inkscape:snap-intersection-paths="true"
73 inkscape:object-nodes="true"
74 inkscape:snap-smooth-nodes="true"
75 inkscape:snap-midpoints="true"
76 inkscape:snap-object-midpoints="true"
77 inkscape:snap-center="true"
78 showguides="true"
79 inkscape:guide-bbox="true"
80 inkscape:snap-global="true">
81 <inkscape:grid
82 type="xygrid"
83 id="grid5451"
84 empspacing="8" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="8,-8.0000001"
88 id="guide4063" />
89 <sodipodi:guide
90 orientation="1,0"
91 position="4,-8.0000001"
92 id="guide4065" />
93 <sodipodi:guide
94 orientation="0,1"
95 position="-8,88.000001"
96 id="guide4067" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="-8,92.000001"
100 id="guide4069" />
101 <sodipodi:guide
102 orientation="0,1"
103 position="104,4"
104 id="guide4071" />
105 <sodipodi:guide
106 orientation="0,1"
107 position="-5,8.0000001"
108 id="guide4073" />
109 <sodipodi:guide
110 orientation="1,0"
111 position="88,-8.0000001"
112 id="guide4077" />
113 <sodipodi:guide
114 orientation="0,1"
115 position="-8,84.000001"
116 id="guide4074" />
117 <sodipodi:guide
118 orientation="1,0"
119 position="12,-8.0000001"
120 id="guide4076" />
121 <sodipodi:guide
122 orientation="1,0"
123 position="84,-8.0000001"
124 id="guide4080" />
125 <sodipodi:guide
126 position="48,-8.0000001"
127 orientation="1,0"
128 id="guide4170" />
129 <sodipodi:guide
130 position="-8,48"
131 orientation="0,1"
132 id="guide4172" />
133 <sodipodi:guide
134 position="92,-8.0000001"
135 orientation="1,0"
136 id="guide4760" />
137 </sodipodi:namedview>
138 <metadata
139 id="metadata4879">
140 <rdf:RDF>
141 <cc:Work
142 rdf:about="">
143 <dc:format>image/svg+xml</dc:format>
144 <dc:type
145 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
146 <dc:title></dc:title>
147 </cc:Work>
148 </rdf:RDF>
149 </metadata>
150 <g
151 inkscape:label="Layer 1"
152 inkscape:groupmode="layer"
153 id="layer1"
154 transform="translate(67.857146,-78.50504)">
155 <rect
156 transform="rotate(90)"
157 y="-28.142857"
158 x="78.505051"
159 height="96"
160 width="96"
161 id="rect4782"
162 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
163 <path
164 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
165 d="M 91.871094 4 C 45.62034 19.587542 4.0175781 41.701172 4.0175781 41.701172 L 37.521484 58.443359 L 54.273438 91.935547 L 54.306641 91.96875 L 54.337891 92 C 54.337891 92 77.534478 48.179866 91.982422 4.0195312 C 91.977522 4.0147312 91.970441 4.009845 91.957031 4.015625 C 91.951431 4.010025 91.938278 4.0132188 91.929688 4.0117188 C 91.924087 4.0061187 91.904717 4.0117245 91.898438 4.0078125 C 91.893538 4.0030125 91.876184 4.0051 91.871094 4 z M 85.462891 10.537109 C 74.674218 41.379954 60.733202 70.471839 54.359375 83.162109 L 40.503906 55.458984 L 12.880859 41.658203 C 25.443504 35.353803 53.797835 21.81196 85.462891 10.537109 z "
166 transform="translate(-67.857146,78.50504)"
167 id="path4193" />
168 <path
169 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
170 d="m -29.857146,136.50504 c 0,0 2,2 2,2 7.8,-7.8 29.2,-33.2 37,-41 -7.8,7.8 -33.2,29.2 -41,37 0,0 2,2 2,2 z"
171 id="path4211" />
172 </g>
173</svg>
1740
=== removed file 'nav/img/header/send_light.svg'
--- nav/img/header/send_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/send_light.svg 1970-01-01 00:00:00 +0000
@@ -1,180 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="send_light.svg">
19 <defs
20 id="defs4876">
21 <inkscape:path-effect
22 effect="powerstroke"
23 id="path-effect4213"
24 is_visible="true"
25 offset_points="0,2.8284271"
26 sort_points="true"
27 interpolator_type="CubicBezierJohan"
28 interpolator_beta="0.2"
29 start_linecap_type="zerowidth"
30 linejoin_type="extrp_arc"
31 miter_limit="4"
32 end_linecap_type="zerowidth"
33 cusp_linecap_type="round" />
34 <inkscape:path-effect
35 effect="powerstroke"
36 id="path-effect4205"
37 is_visible="true"
38 offset_points="1,4"
39 sort_points="true"
40 interpolator_type="CubicBezierJohan"
41 interpolator_beta="0.2"
42 start_linecap_type="zerowidth"
43 linejoin_type="extrp_arc"
44 miter_limit="4"
45 end_linecap_type="zerowidth"
46 cusp_linecap_type="round" />
47 </defs>
48 <sodipodi:namedview
49 id="base"
50 pagecolor="#ffffff"
51 bordercolor="#666666"
52 borderopacity="1.0"
53 inkscape:pageopacity="0.0"
54 inkscape:pageshadow="2"
55 inkscape:zoom="3.5967995"
56 inkscape:cx="31.986759"
57 inkscape:cy="42.593387"
58 inkscape:document-units="px"
59 inkscape:current-layer="layer1"
60 showgrid="true"
61 showborder="true"
62 fit-margin-top="0"
63 fit-margin-left="0"
64 fit-margin-right="0"
65 fit-margin-bottom="0"
66 inkscape:snap-bbox="true"
67 inkscape:bbox-paths="true"
68 inkscape:bbox-nodes="true"
69 inkscape:snap-bbox-edge-midpoints="true"
70 inkscape:snap-bbox-midpoints="true"
71 inkscape:object-paths="true"
72 inkscape:snap-intersection-paths="true"
73 inkscape:object-nodes="true"
74 inkscape:snap-smooth-nodes="true"
75 inkscape:snap-midpoints="true"
76 inkscape:snap-object-midpoints="true"
77 inkscape:snap-center="true"
78 showguides="true"
79 inkscape:guide-bbox="true"
80 inkscape:snap-global="true"
81 inkscape:window-width="1615"
82 inkscape:window-height="1026"
83 inkscape:window-x="65"
84 inkscape:window-y="24"
85 inkscape:window-maximized="1">
86 <inkscape:grid
87 type="xygrid"
88 id="grid5451"
89 empspacing="8" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="8,-8.0000001"
93 id="guide4063" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="4,-8.0000001"
97 id="guide4065" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-8,88.000001"
101 id="guide4067" />
102 <sodipodi:guide
103 orientation="0,1"
104 position="-8,92.000001"
105 id="guide4069" />
106 <sodipodi:guide
107 orientation="0,1"
108 position="104,4"
109 id="guide4071" />
110 <sodipodi:guide
111 orientation="0,1"
112 position="-5,8.0000001"
113 id="guide4073" />
114 <sodipodi:guide
115 orientation="1,0"
116 position="88,-8.0000001"
117 id="guide4077" />
118 <sodipodi:guide
119 orientation="0,1"
120 position="-8,84.000001"
121 id="guide4074" />
122 <sodipodi:guide
123 orientation="1,0"
124 position="12,-8.0000001"
125 id="guide4076" />
126 <sodipodi:guide
127 orientation="1,0"
128 position="84,-8.0000001"
129 id="guide4080" />
130 <sodipodi:guide
131 position="48,-8.0000001"
132 orientation="1,0"
133 id="guide4170" />
134 <sodipodi:guide
135 position="-8,48"
136 orientation="0,1"
137 id="guide4172" />
138 <sodipodi:guide
139 position="92,-8.0000001"
140 orientation="1,0"
141 id="guide4760" />
142 </sodipodi:namedview>
143 <metadata
144 id="metadata4879">
145 <rdf:RDF>
146 <cc:Work
147 rdf:about="">
148 <dc:format>image/svg+xml</dc:format>
149 <dc:type
150 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
151 <dc:title></dc:title>
152 </cc:Work>
153 </rdf:RDF>
154 </metadata>
155 <g
156 inkscape:label="Layer 1"
157 inkscape:groupmode="layer"
158 id="layer1"
159 transform="translate(67.857146,-78.50504)">
160 <rect
161 transform="rotate(90)"
162 y="-28.142857"
163 x="78.505051"
164 height="96"
165 width="96"
166 id="rect4782"
167 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
168 <path
169 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
170 d="M 91.871094,4 C 45.62034,19.587542 4.0175781,41.701172 4.0175781,41.701172 l 33.5039059,16.742187 16.751954,33.492188 0.0332,0.0332 L 54.337891,92 c 0,0 23.196587,-43.820134 37.644531,-87.9804688 -0.0049,-0.0048 -0.01198,-0.00969 -0.02539,-0.00391 -0.0056,-0.0056 -0.01875,-0.00241 -0.02734,-0.00391 -0.0056,-0.0056 -0.02497,5.7e-6 -0.03125,-0.00391 C 91.893538,4.0030125 91.876184,4.0051 91.871094,4 Z m -6.408203,6.537109 c -10.788673,30.842845 -24.729689,59.93473 -31.103516,72.625 L 40.503906,55.458984 12.880859,41.658203 C 25.443504,35.353803 53.797835,21.81196 85.462891,10.537109 Z"
171 transform="translate(-67.857146,78.50504)"
172 id="path4193"
173 inkscape:connector-curvature="0" />
174 <path
175 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
176 d="m -29.857146,136.50504 c 0,0 2,2 2,2 7.8,-7.8 29.2,-33.2 37,-41 -7.8,7.8 -33.2,29.2 -41,37 0,0 2,2 2,2 z"
177 id="path4211"
178 inkscape:connector-curvature="0" />
179 </g>
180</svg>
1810
=== removed file 'nav/img/header/settings.svg'
--- nav/img/header/settings.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/settings.svg 1970-01-01 00:00:00 +0000
@@ -1,174 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="settings.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="4.4959995"
29 inkscape:cx="-16.425718"
30 inkscape:cy="47.675692"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="92,-8.0000001"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="88,-8.0000001"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="-8,84.000001"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="12,-8.0000001"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-5,12"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="84,-9.0000001"
105 id="guide4080" />
106 <sodipodi:guide
107 position="48,-8.0000001"
108 orientation="1,0"
109 id="guide4170" />
110 <sodipodi:guide
111 position="-8,48"
112 orientation="0,1"
113 id="guide4172" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.0007925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
157 d="m 371.94351,362.16529 c 17.19788,-9.91601 39.26149,-3.98444 49.20927,13.22273 9.94779,17.20716 4.05873,39.25353 -13.13915,49.16953 -17.19788,9.91601 -39.26053,3.98613 -49.20832,-13.22104 -9.94778,-17.20717 -4.05969,-39.25522 13.1382,-49.17122 z m 2.00297,3.46463 c -15.32206,8.83444 -20.54308,28.37061 -11.67591,43.70858 8.86716,15.33798 28.41901,20.59054 43.74106,11.7561 15.32205,-8.83443 20.54307,-28.37061 11.6759,-43.70858 -8.86716,-15.33797 -28.41901,-20.59053 -43.74105,-11.7561 z"
158 id="path5417"
159 inkscape:connector-curvature="0" />
160 <path
161 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
162 d="M 54.902344 5.5820312 L 41.097656 7.6445312 L 41.097656 14.742188 A 34.033369 33.971264 43.145308 0 1 54.902344 14.769531 L 54.902344 5.5839844 L 54.902344 5.5820312 z M 26.65625 11.826172 L 16.138672 20.767578 L 21.320312 26.943359 A 34.033369 33.971264 43.145308 0 1 31.900391 18.076172 L 26.65625 11.826172 z M 69.287109 11.892578 L 64.080078 18.099609 A 34.033369 33.971264 43.145308 0 1 64.974609 18.574219 A 34.033369 33.971264 43.145308 0 1 74.648438 26.980469 L 79.919922 20.699219 L 69.287109 11.892578 z M 8.3984375 34.007812 L 6.0878906 47.619141 L 14.035156 49.021484 A 34.033369 33.971264 43.145308 0 1 16.421875 35.423828 L 8.3984375 34.007812 z M 87.515625 34.023438 L 79.529297 35.431641 A 34.033369 33.971264 43.145308 0 1 81.960938 49.019531 L 90 47.603516 L 87.515625 34.023438 z M 15.757812 58.644531 L 8.6699219 62.738281 L 8.6679688 62.738281 L 15.648438 74.648438 L 22.666016 70.597656 A 34.033369 33.971264 43.145308 0 1 15.757812 58.644531 z M 80.269531 58.660156 A 34.033369 33.971264 43.145308 0 1 77.464844 65.03125 A 34.033369 33.971264 43.145308 0 1 73.40625 70.638672 L 80.427734 74.693359 L 87.253906 62.693359 L 80.269531 58.660156 z M 30.148438 76.867188 L 27.34375 84.570312 L 40.347656 89.208984 L 43.105469 81.628906 A 34.033369 33.971264 43.145308 0 1 31.025391 77.433594 A 34.033369 33.971264 43.145308 0 1 30.148438 76.867188 z M 65.880859 76.947266 A 34.033369 33.971264 43.145308 0 1 52.902344 81.654297 L 55.683594 89.292969 L 68.625 84.486328 L 65.880859 76.947266 z "
163 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
164 id="path4168" />
165 <path
166 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.0007925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
167 d="m 377.95161,372.55694 c 11.46388,-6.60993 26.18875,-2.6521 32.81902,8.81669 6.63028,11.4688 2.70094,26.18465 -8.76295,32.79458 -11.46388,6.60992 -26.19142,2.65138 -32.82169,-8.81742 -6.63028,-11.46878 -2.69827,-26.18392 8.76562,-32.79385 z m 2.00198,3.46296 c -9.58805,5.52834 -12.85033,17.73231 -7.30067,27.3319 5.54967,9.5996 17.76375,12.8801 27.3518,7.35175 9.58805,-5.52834 12.85033,-17.73231 7.30067,-27.3319 -5.54967,-9.5996 -17.76375,-12.8801 -27.3518,-7.35175 z"
168 id="ellipse4539"
169 inkscape:connector-curvature="0" />
170 </g>
171 </g>
172 </g>
173 </g>
174</svg>
1750
=== removed file 'nav/img/header/settings_light.svg'
--- nav/img/header/settings_light.svg 2016-03-26 18:53:17 +0000
+++ nav/img/header/settings_light.svg 1970-01-01 00:00:00 +0000
@@ -1,180 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="settings_light.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="4.4959995"
29 inkscape:cx="-49.566291"
30 inkscape:cy="47.675692"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1615"
55 inkscape:window-height="1026"
56 inkscape:window-x="65"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="92,-8.0000001"
90 id="guide4075" />
91 <sodipodi:guide
92 orientation="1,0"
93 position="88,-8.0000001"
94 id="guide4077" />
95 <sodipodi:guide
96 orientation="0,1"
97 position="-8,84.000001"
98 id="guide4074" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="12,-8.0000001"
102 id="guide4076" />
103 <sodipodi:guide
104 orientation="0,1"
105 position="-5,12"
106 id="guide4078" />
107 <sodipodi:guide
108 orientation="1,0"
109 position="84,-9.0000001"
110 id="guide4080" />
111 <sodipodi:guide
112 position="48,-8.0000001"
113 orientation="1,0"
114 id="guide4170" />
115 <sodipodi:guide
116 position="-8,48"
117 orientation="0,1"
118 id="guide4172" />
119 </sodipodi:namedview>
120 <metadata
121 id="metadata4879">
122 <rdf:RDF>
123 <cc:Work
124 rdf:about="">
125 <dc:format>image/svg+xml</dc:format>
126 <dc:type
127 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
128 <dc:title></dc:title>
129 </cc:Work>
130 </rdf:RDF>
131 </metadata>
132 <g
133 inkscape:label="Layer 1"
134 inkscape:groupmode="layer"
135 id="layer1"
136 transform="translate(67.857146,-78.50504)">
137 <g
138 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
139 id="g4845"
140 style="display:inline">
141 <g
142 inkscape:export-ydpi="90"
143 inkscape:export-xdpi="90"
144 inkscape:export-filename="next01.png"
145 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
146 id="g4778"
147 inkscape:label="Layer 1">
148 <g
149 transform="matrix(-1,0,0,1,575.99999,611)"
150 id="g4780"
151 style="display:inline">
152 <rect
153 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
154 id="rect4782"
155 width="96.037987"
156 height="96"
157 x="-438.00244"
158 y="345.36221"
159 transform="scale(-1,1)" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.0007925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="m 371.94351,362.16529 c 17.19788,-9.91601 39.26149,-3.98444 49.20927,13.22273 9.94779,17.20716 4.05873,39.25353 -13.13915,49.16953 -17.19788,9.91601 -39.26053,3.98613 -49.20832,-13.22104 -9.94778,-17.20717 -4.05969,-39.25522 13.1382,-49.17122 z m 2.00297,3.46463 c -15.32206,8.83444 -20.54308,28.37061 -11.67591,43.70858 8.86716,15.33798 28.41901,20.59054 43.74106,11.7561 15.32205,-8.83443 20.54307,-28.37061 11.6759,-43.70858 -8.86716,-15.33797 -28.41901,-20.59053 -43.74105,-11.7561 z"
163 id="path5417"
164 inkscape:connector-curvature="0" />
165 <path
166 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
167 d="m 54.902344,5.5820312 -13.804688,2.0625 0,7.0976568 a 34.033369,33.971264 43.145308 0 1 13.804688,0.02734 l 0,-9.1855466 0,-0.00195 z m -28.246094,6.2441408 -10.517578,8.941406 5.18164,6.175781 a 34.033369,33.971264 43.145308 0 1 10.580079,-8.867187 l -5.244141,-6.25 z m 42.630859,0.06641 -5.207031,6.207031 a 34.033369,33.971264 43.145308 0 1 0.894531,0.47461 34.033369,33.971264 43.145308 0 1 9.673829,8.40625 l 5.271484,-6.28125 -10.632813,-8.806641 z M 8.3984375,34.007812 6.0878906,47.619141 14.035156,49.021484 A 34.033369,33.971264 43.145308 0 1 16.421875,35.423828 L 8.3984375,34.007812 Z m 79.1171875,0.01563 -7.986328,1.408203 a 34.033369,33.971264 43.145308 0 1 2.431641,13.58789 L 90,47.603516 87.515625,34.023438 Z m -71.757813,24.621093 -7.0878901,4.09375 -0.00195,0 6.9804692,11.910157 7.017578,-4.050782 A 34.033369,33.971264 43.145308 0 1 15.757812,58.644531 Z m 64.511719,0.01563 a 34.033369,33.971264 43.145308 0 1 -2.804687,6.371094 34.033369,33.971264 43.145308 0 1 -4.058594,5.607422 l 7.021484,4.054687 6.826172,-12 -6.984375,-4.033203 z m -50.121093,18.207032 -2.804688,7.703124 13.003906,4.638672 2.757813,-7.580078 A 34.033369,33.971264 43.145308 0 1 31.025391,77.433594 34.033369,33.971264 43.145308 0 1 30.148438,76.867188 Z m 35.732421,0.08008 a 34.033369,33.971264 43.145308 0 1 -12.978515,4.707031 l 2.78125,7.638672 L 68.625,84.486328 65.880859,76.947266 Z"
168 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
169 id="path4168"
170 inkscape:connector-curvature="0" />
171 <path
172 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.0007925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
173 d="m 377.95161,372.55694 c 11.46388,-6.60993 26.18875,-2.6521 32.81902,8.81669 6.63028,11.4688 2.70094,26.18465 -8.76295,32.79458 -11.46388,6.60992 -26.19142,2.65138 -32.82169,-8.81742 -6.63028,-11.46878 -2.69827,-26.18392 8.76562,-32.79385 z m 2.00198,3.46296 c -9.58805,5.52834 -12.85033,17.73231 -7.30067,27.3319 5.54967,9.5996 17.76375,12.8801 27.3518,7.35175 9.58805,-5.52834 12.85033,-17.73231 7.30067,-27.3319 -5.54967,-9.5996 -17.76375,-12.8801 -27.3518,-7.35175 z"
174 id="ellipse4539"
175 inkscape:connector-curvature="0" />
176 </g>
177 </g>
178 </g>
179 </g>
180</svg>
1810
=== removed directory 'nav/img/pages/route'
=== removed file 'nav/img/pages/route/cancel.svg'
--- nav/img/pages/route/cancel.svg 2016-03-26 18:53:17 +0000
+++ nav/img/pages/route/cancel.svg 1970-01-01 00:00:00 +0000
@@ -1,182 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="edit-clear.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="10.976561"
29 inkscape:cx="19.159003"
30 inkscape:cy="42.886827"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="92,-8.0000001"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="88,-8.0000001"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="-8,84.000001"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="12,-8.0000001"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-5,12"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="84,-9.0000001"
105 id="guide4080" />
106 <sodipodi:guide
107 position="48,-8.0000001"
108 orientation="1,0"
109 id="guide4170" />
110 <sodipodi:guide
111 position="-8,48"
112 orientation="0,1"
113 id="guide4172" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
157 d="m 364.0904,368.96573 c -0.0215,-0.0161 -0.0354,-0.0404 -0.0567,-0.0566 -0.0253,-0.0201 -0.057,-0.0305 -0.0821,-0.0508 z"
158 id="path4157" />
159 <path
160 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
161 d="m 364.07673,417.80167 -0.13873,0.10742 c 0.0251,-0.0203 0.0569,-0.0307 0.0821,-0.0508 0.0214,-0.0162 0.0353,-0.0405 0.0567,-0.0566 z"
162 id="path4344" />
163 <path
164 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
165 d="m 432,393.36133 c 0,23.17236 -18.83538,42 -42.01562,42 -23.18025,0 -42.01563,-18.82764 -42.01563,-42 0,-23.17236 18.83538,-42 42.01563,-42 23.18024,0 42.01562,18.82764 42.01562,42 z m -4.00195,0 c 0,-21.00932 -16.99476,-37.99805 -38.01367,-37.99805 -21.01892,0 -38.01563,16.98873 -38.01563,37.99805 0,21.00931 16.99671,37.99804 38.01563,37.99805 21.01891,0 38.01367,-16.98874 38.01367,-37.99805 z"
166 id="path4116"
167 inkscape:connector-curvature="0" />
168 <path
169 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
170 d="m 406.57617,373.94727 -36.01367,36 2.82812,2.83007 36.01368,-36 -2.82813,-2.83007 z"
171 id="path4305"
172 inkscape:connector-curvature="0" />
173 <path
174 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
175 d="m 373.39062,373.94727 -2.82812,2.83007 36.01367,36 2.82813,-2.83007 -36.01368,-36 z"
176 id="path4307"
177 inkscape:connector-curvature="0" />
178 </g>
179 </g>
180 </g>
181 </g>
182</svg>
1830
=== removed file 'nav/img/pages/route/coordinates.svg'
--- nav/img/pages/route/coordinates.svg 2016-03-26 18:53:17 +0000
+++ nav/img/pages/route/coordinates.svg 1970-01-01 00:00:00 +0000
@@ -1,192 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="stock_website.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="3.5967995"
29 inkscape:cx="-6.2277702"
30 inkscape:cy="27.079593"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="false"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="false">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="92,-8.0000001"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="88,-8.0000001"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="-8,84.000001"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="12,-8.0000001"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-5,12"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="84,-9.0000001"
105 id="guide4080" />
106 <sodipodi:guide
107 position="48,-8.0000001"
108 orientation="1,0"
109 id="guide4170" />
110 <sodipodi:guide
111 position="-8,48"
112 orientation="0,1"
113 id="guide4172" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
157 d="m 364.0904,368.96573 c -0.0215,-0.0161 -0.0354,-0.0404 -0.0567,-0.0566 -0.0253,-0.0201 -0.057,-0.0305 -0.0821,-0.0508 z"
158 id="path4157" />
159 <path
160 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
161 d="m 364.07673,417.80167 -0.13873,0.10742 c 0.0251,-0.0203 0.0569,-0.0307 0.0821,-0.0508 0.0214,-0.0162 0.0353,-0.0405 0.0567,-0.0566 z"
162 id="path4344" />
163 <path
164 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
165 d="m 432,393.36133 c 0,23.17236 -18.83538,42 -42.01562,42 -23.18025,0 -42.01563,-18.82764 -42.01563,-42 0,-23.17236 18.83538,-42 42.01563,-42 23.18024,0 42.01562,18.82764 42.01562,42 z m -4.00195,0 c 0,-21.00932 -16.99476,-37.99805 -38.01367,-37.99805 -21.01892,0 -38.01563,16.98873 -38.01563,37.99805 0,21.00931 16.99671,37.99804 38.01563,37.99805 21.01891,0 38.01367,-16.98874 38.01367,-37.99805 z"
166 id="path4116"
167 inkscape:connector-curvature="0" />
168 <path
169 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
170 d="m 425.62746,411.82485 -3.73813,-3.38078 2.8481,-8.00712 -4.98418,-2.66904 -6.05222,9.78648 -8.3663,6.76156 2.31409,3.91459 -2.13608,4.09253 -3.91614,-2.31317 1.24604,-2.66904 -6.94225,-4.62633 2.31409,-3.91459 -4.45016,-9.43061 -8.18829,-8.71886 -8.1883,3.73665 -12.10443,8.71887 -6.58624,-1.42349 3.20412,5.16014 17.80063,2.84698 6.58624,4.80427 8.01029,0.17793 5.5182,7.47331 1.60205,5.69396 4.45016,1.06761 11.57042,-6.22776 z"
171 id="path4176"
172 inkscape:connector-curvature="0" />
173 <path
174 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
175 d="m 429.00958,393.49744 -5.5182,0.17794 -0.71202,-4.80427 5.34019,-5.51602 z"
176 id="path4178"
177 inkscape:connector-curvature="0" />
178 <path
179 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
180 d="m 424.55942,375.34798 -3.73813,2.31316 -2.8481,-3.20284 -2.6701,3.20284 -3.20411,-1.24555 3.38212,-7.11744 -3.38212,-4.4484 4.45016,-1.42348 6.76424,8.89679 z"
181 id="path4180"
182 inkscape:connector-curvature="0" />
183 <path
184 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
185 d="m 409.42888,359.51167 -1.24604,6.93951 2.8481,2.66904 -0.53402,8.18505 -7.83228,4.98221 -8.3663,-3.38078 -3.38212,-11.03204 -12.99447,-2.13523 -6.76424,-2.66904 3.56013,-6.22776 12.99446,-4.62633 12.63845,2.66904 z"
186 id="path4182"
187 inkscape:connector-curvature="0" />
188 </g>
189 </g>
190 </g>
191 </g>
192</svg>
1930
=== removed file 'nav/img/pages/route/favorites.svg'
--- nav/img/pages/route/favorites.svg 2016-03-26 18:53:17 +0000
+++ nav/img/pages/route/favorites.svg 1970-01-01 00:00:00 +0000
@@ -1,160 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="starred.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6199993"
29 inkscape:cx="-4.3416438"
30 inkscape:cy="69.76867"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="8" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="8,-8.0000001"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="4,-8.0000001"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="-8,88.000001"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,92.000001"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="104,4"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="-5,8.0000001"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="88,-8.0000001"
85 id="guide4077" />
86 <sodipodi:guide
87 orientation="0,1"
88 position="-8,84.000001"
89 id="guide4074" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="12,-8.0000001"
93 id="guide4076" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="84,-8.0000001"
97 id="guide4080" />
98 <sodipodi:guide
99 position="48,-8.0000001"
100 orientation="1,0"
101 id="guide4170" />
102 <sodipodi:guide
103 position="-8,48"
104 orientation="0,1"
105 id="guide4172" />
106 <sodipodi:guide
107 position="92,-8.0000001"
108 orientation="1,0"
109 id="guide4760" />
110 </sodipodi:namedview>
111 <metadata
112 id="metadata4879">
113 <rdf:RDF>
114 <cc:Work
115 rdf:about="">
116 <dc:format>image/svg+xml</dc:format>
117 <dc:type
118 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
119 <dc:title></dc:title>
120 </cc:Work>
121 </rdf:RDF>
122 </metadata>
123 <g
124 inkscape:label="Layer 1"
125 inkscape:groupmode="layer"
126 id="layer1"
127 transform="translate(67.857146,-78.50504)">
128 <g
129 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
130 id="g4845"
131 style="display:inline">
132 <g
133 inkscape:export-ydpi="90"
134 inkscape:export-xdpi="90"
135 inkscape:export-filename="next01.png"
136 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
137 id="g4778"
138 inkscape:label="Layer 1">
139 <g
140 transform="matrix(-1,0,0,1,575.99999,611)"
141 id="g4780"
142 style="display:inline">
143 <rect
144 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
145 id="rect4782"
146 width="96.037987"
147 height="96"
148 x="-438.00244"
149 y="345.36221"
150 transform="scale(-1,1)" />
151 <path
152 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
153 d="m 429.99929,393.33773 c 0,0.004 -9.5e-4,0.007 -0.007,0.009 -0.001,0.007 -0.006,0.007 -0.009,0.009 -0.003,0.006 -0.008,0.008 -0.011,0.009 -0.003,0.006 -0.003,0.006 -0.007,0.009 -10.86428,5.06033 -21.9364,8.97057 -28.72087,11.19382 -0.006,7.31383 -0.28348,19.36 -1.77427,30.84126 -0.004,0.001 -0.006,0.002 -0.009,-0.002 -0.007,10e-4 -0.01,-0.004 -0.0129,-0.007 -0.007,-0.001 -0.009,-0.004 -0.011,-0.007 -0.007,-0.001 -0.006,-0.002 -0.009,-0.004 -8.17196,-8.76466 -15.31373,-18.08322 -19.52571,-23.8462 -6.9601,2.25521 -18.50812,5.71446 -29.89293,7.84517 -0.002,-0.003 -0.003,-0.004 0,-0.009 -0.003,-0.006 0.001,-0.01 0.002,-0.0129 -0.001,-0.007 0.001,-0.011 0.002,-0.0129 -0.001,-0.007 -0.001,-0.008 0,-0.011 5.81401,-10.47791 12.47128,-20.14765 16.65275,-25.93264 -4.29657,-5.92015 -11.1555,-15.83137 -16.70025,-25.99521 0.002,-0.003 0.006,-0.003 0.0111,-0.002 0.004,-0.004 0.01,-0.002 0.0129,-0.002 0.006,-0.003 0.011,-0.002 0.0129,-0.002 0.006,-0.003 0.007,-0.004 0.0111,-0.004 11.76574,2.28943 23.02338,5.63169 29.81955,7.81927 4.30503,-5.9142 11.61263,-15.49511 19.56888,-23.90661 0.003,0.001 0.006,0.003 0.007,0.009 0.006,0.003 0.006,0.008 0.007,0.011 0.004,0.004 0.006,0.0112 0.007,0.0129 0.004,0.004 0.007,0.004 0.009,0.009 1.4575,11.89244 1.75546,23.62651 1.77428,30.76358 6.95749,2.26527 18.3316,6.25356 28.7921,11.21756 z"
154 id="path4170"
155 inkscape:connector-curvature="0" />
156 </g>
157 </g>
158 </g>
159 </g>
160</svg>
1610
=== removed file 'nav/img/pages/route/nearby.svg'
--- nav/img/pages/route/nearby.svg 2016-03-31 18:20:06 +0000
+++ nav/img/pages/route/nearby.svg 1970-01-01 00:00:00 +0000
@@ -1,163 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="location.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.7646075"
29 inkscape:cx="42.448473"
30 inkscape:cy="30.951139"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="false"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="8" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="8,-8.0000001"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="4,-8.0000001"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="-8,88.000001"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="-8,92.000001"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="104,4"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="-5,8.0000001"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="92,-8.0000001"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="88,-8.0000001"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="-8,84.000001"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="12,-8.0000001"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="-5,12"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="84,-9.0000001"
104 id="guide4080" />
105 <sodipodi:guide
106 position="48,-8.0000001"
107 orientation="1,0"
108 id="guide4170" />
109 <sodipodi:guide
110 position="-8,48"
111 orientation="0,1"
112 id="guide4172" />
113 </sodipodi:namedview>
114 <metadata
115 id="metadata4879">
116 <rdf:RDF>
117 <cc:Work
118 rdf:about="">
119 <dc:format>image/svg+xml</dc:format>
120 <dc:type
121 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
122 <dc:title></dc:title>
123 </cc:Work>
124 </rdf:RDF>
125 </metadata>
126 <g
127 inkscape:label="Layer 1"
128 inkscape:groupmode="layer"
129 id="layer1"
130 transform="translate(67.857146,-78.50504)">
131 <g
132 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
133 id="g4845"
134 style="display:inline">
135 <g
136 inkscape:export-ydpi="90"
137 inkscape:export-xdpi="90"
138 inkscape:export-filename="next01.png"
139 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
140 id="g4778"
141 inkscape:label="Layer 1">
142 <g
143 transform="matrix(-1,0,0,1,575.99999,611)"
144 id="g4780"
145 style="display:inline">
146 <path
147 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.99940658;marker:none;enable-background:accumulate"
148 d="M 48 0 A 25.999994 25.999998 0 0 0 22 26 A 25.999994 25.999998 0 0 0 23.650391 35.066406 A 25.999994 26.000001 0 0 1 23.210938 33.818359 C 27.972357 48.1029 37.544257 75.297989 47.998047 96 C 47.999047 95.999 47.99936 95.997093 48 95.996094 L 48.001953 96 C 58.455743 75.297988 68.027643 48.102901 72.789062 33.818359 A 25.999994 25.999998 0 0 0 74 26 A 25.999994 25.999998 0 0 0 48 0 z M 48 4 A 22.000006 22.000008 0 0 1 70 26 A 22.000006 22.000008 0 0 1 48 48 A 22.000006 22.000008 0 0 1 26 26 A 22.000006 22.000008 0 0 1 48 4 z "
149 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
150 id="path4176" />
151 <rect
152 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
153 id="rect4782"
154 width="96.037987"
155 height="96"
156 x="-438.00244"
157 y="345.36221"
158 transform="scale(-1,1)" />
159 </g>
160 </g>
161 </g>
162 </g>
163</svg>
1640
=== removed file 'nav/img/pages/route/search.svg'
--- nav/img/pages/route/search.svg 2016-03-26 18:53:17 +0000
+++ nav/img/pages/route/search.svg 1970-01-01 00:00:00 +0000
@@ -1,176 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="find.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="3.5967996"
29 inkscape:cx="-36.35177"
30 inkscape:cy="61.234959"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="8" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="8,-8.0000001"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="4,-8.0000001"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="-8,88.000001"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="-8,92.000001"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="104,4"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="-5,8.0000001"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="92,-8.0000001"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="88,-8.0000001"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="-8,84.000001"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="12,-8.0000001"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="-5,12"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="84,-9.0000001"
104 id="guide4080" />
105 <sodipodi:guide
106 position="48,-8.0000001"
107 orientation="1,0"
108 id="guide4170" />
109 <sodipodi:guide
110 position="-8,48"
111 orientation="0,1"
112 id="guide4172" />
113 </sodipodi:namedview>
114 <metadata
115 id="metadata4879">
116 <rdf:RDF>
117 <cc:Work
118 rdf:about="">
119 <dc:format>image/svg+xml</dc:format>
120 <dc:type
121 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
122 <dc:title></dc:title>
123 </cc:Work>
124 </rdf:RDF>
125 </metadata>
126 <g
127 inkscape:label="Layer 1"
128 inkscape:groupmode="layer"
129 id="layer1"
130 transform="translate(67.857146,-78.50504)">
131 <g
132 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
133 id="g4845"
134 style="display:inline">
135 <g
136 inkscape:export-ydpi="90"
137 inkscape:export-xdpi="90"
138 inkscape:export-filename="next01.png"
139 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
140 id="g4778"
141 inkscape:label="Layer 1">
142 <g
143 transform="matrix(-1,0,0,1,575.99999,611)"
144 id="g4780"
145 style="display:inline">
146 <rect
147 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
148 id="rect4782"
149 width="96.037987"
150 height="96"
151 x="-438.00244"
152 y="345.36221"
153 transform="scale(-1,1)" />
154 <path
155 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
156 d="m 364.0904,368.96573 c -0.0215,-0.0161 -0.0354,-0.0404 -0.0567,-0.0566 -0.0253,-0.0201 -0.057,-0.0305 -0.0821,-0.0508 z"
157 id="path4157" />
158 <path
159 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none"
160 d="m 364.07673,417.80167 -0.13873,0.10742 c 0.0251,-0.0203 0.0569,-0.0307 0.0821,-0.0508 0.0214,-0.0162 0.0353,-0.0405 0.0567,-0.0566 z"
161 id="path4344" />
162 <path
163 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
164 d="m 432,400.36133 c 0,19.30739 -15.69992,35 -35.01367,35 -19.31376,0 -35.01367,-15.69261 -35.01367,-35 0,-19.30739 15.69991,-35.00195 35.01367,-35.00195 19.31375,0 35.01367,15.69456 35.01367,35.00195 z m -4,0 c 0,-17.14435 -13.86125,-31.00196 -31.01367,-31.00195 -17.15243,0 -31.01367,13.8576 -31.01367,31.00195 0,17.14434 13.86124,31 31.01367,31 17.15242,0 31.01367,-13.85566 31.01367,-31 z"
165 id="path4116"
166 inkscape:connector-curvature="0" />
167 <path
168 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.00118685;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
169 d="m 353.08984,352.24023 -4.24218,4.24415 22.67187,22.66406 4.24219,-4.24414 -22.67188,-22.66407 z"
170 id="path4229"
171 inkscape:connector-curvature="0" />
172 </g>
173 </g>
174 </g>
175 </g>
176</svg>
1770
=== removed file 'nav/img/pages/route/share.svg'
--- nav/img/pages/route/share.svg 2016-03-26 18:53:17 +0000
+++ nav/img/pages/route/share.svg 1970-01-01 00:00:00 +0000
@@ -1,174 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91+devel r"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="share.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="2.951479"
29 inkscape:cx="-66.059911"
30 inkscape:cy="38.952069"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="8" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="8,-8.0000001"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="4,-8.0000001"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="-8,88.000001"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="-8,92.000001"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="104,4"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="-5,8.0000001"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="92,-8.0000001"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="88,-8.0000001"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="-8,84.000001"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="12,-8.0000001"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="-5,12"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="84,-9.0000001"
104 id="guide4080" />
105 <sodipodi:guide
106 position="48,83.568528"
107 orientation="1,0"
108 id="guide4170" />
109 </sodipodi:namedview>
110 <metadata
111 id="metadata4879">
112 <rdf:RDF>
113 <cc:Work
114 rdf:about="">
115 <dc:format>image/svg+xml</dc:format>
116 <dc:type
117 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
118 <dc:title></dc:title>
119 </cc:Work>
120 </rdf:RDF>
121 </metadata>
122 <g
123 inkscape:label="Layer 1"
124 inkscape:groupmode="layer"
125 id="layer1"
126 transform="translate(67.857146,-78.50504)">
127 <g
128 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
129 id="g4845"
130 style="display:inline">
131 <g
132 inkscape:export-ydpi="90"
133 inkscape:export-xdpi="90"
134 inkscape:export-filename="next01.png"
135 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
136 id="g4778"
137 inkscape:label="Layer 1">
138 <g
139 transform="matrix(-1,0,0,1,575.99999,611)"
140 id="g4780"
141 style="display:inline">
142 <rect
143 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
144 id="rect4782"
145 width="96.037987"
146 height="96"
147 x="-438.00244"
148 y="345.36221"
149 transform="scale(-1,1)" />
150 <path
151 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
152 d="m 362.97266,406.36133 c -7.15818,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84573,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99683,0 9.0039,-4.00642 9.0039,-9 0,-4.99358 -4.00707,-9 -9.0039,-9 -4.99684,0 -9.00391,4.00642 -9.00391,9 0,4.99358 4.00707,9 9.00391,9 z"
153 id="path4184"
154 inkscape:connector-curvature="0" />
155 <path
156 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
157 d="m 416.99414,379.36133 c -7.15817,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84574,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99684,0 9.00391,-4.00642 9.00391,-9 0,-4.99358 -4.00707,-9 -9.00391,-9 -4.99684,0 -9.00391,4.00642 -9.00391,9 0,4.99358 4.00707,9 9.00391,9 z"
158 id="ellipse4187"
159 inkscape:connector-curvature="0" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:none;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="m 416.99414,433.36133 c -7.15817,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84574,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99684,0 9.00391,-4.00642 9.00391,-9 0,-4.99358 -4.00707,-8.99805 -9.00391,-8.99805 -4.99684,0 -9.00391,4.00447 -9.00391,8.99805 0,4.99358 4.00707,9 9.00391,9 z"
163 id="ellipse4189"
164 inkscape:connector-curvature="0" />
165 <path
166 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00000095;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
167 d="M 31.212891 36.955078 C 30.095925 37.676968 28.899371 38.278043 27.642578 38.755859 L 41.296875 66.066406 L 44.875 64.277344 L 31.212891 36.955078 z M 65.310547 37.273438 L 51.287109 64.318359 L 54.837891 66.158203 L 68.935547 38.96875 C 67.661395 38.531528 66.450297 37.959573 65.310547 37.273438 z "
168 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
169 id="path4191" />
170 </g>
171 </g>
172 </g>
173 </g>
174</svg>
1750
=== removed directory 'nav/img/popup'
=== removed file 'nav/img/popup/PtFrom.svg'
--- nav/img/popup/PtFrom.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/PtFrom.svg 1970-01-01 00:00:00 +0000
@@ -1,174 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="70"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 70 96.000001"
18 sodipodi:docname="PtFrom.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6199992"
29 inkscape:cx="61.484224"
30 inkscape:cy="57.330946"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1280"
55 inkscape:window-height="854"
56 inkscape:window-x="0"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="88,-8.0000001"
90 id="guide4077" />
91 <sodipodi:guide
92 orientation="0,1"
93 position="-8,84.000001"
94 id="guide4074" />
95 <sodipodi:guide
96 orientation="1,0"
97 position="12,-8.0000001"
98 id="guide4076" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="84,-8.0000001"
102 id="guide4080" />
103 <sodipodi:guide
104 position="48,-8.0000001"
105 orientation="1,0"
106 id="guide4170" />
107 <sodipodi:guide
108 position="-8,48"
109 orientation="0,1"
110 id="guide4172" />
111 <sodipodi:guide
112 position="92,-8.0000001"
113 orientation="1,0"
114 id="guide4760" />
115 </sodipodi:namedview>
116 <metadata
117 id="metadata4879">
118 <rdf:RDF>
119 <cc:Work
120 rdf:about="">
121 <dc:format>image/svg+xml</dc:format>
122 <dc:type
123 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
124 <dc:title></dc:title>
125 </cc:Work>
126 </rdf:RDF>
127 </metadata>
128 <g
129 inkscape:label="Layer 1"
130 inkscape:groupmode="layer"
131 id="layer1"
132 transform="translate(67.857146,-78.50504)">
133 <g
134 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
135 id="g4845"
136 style="display:inline">
137 <g
138 inkscape:export-ydpi="90"
139 inkscape:export-xdpi="90"
140 inkscape:export-filename="next01.png"
141 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
142 id="g4778"
143 inkscape:label="Layer 1">
144 <g
145 transform="matrix(-1,0,0,1,575.99999,611)"
146 id="g4780"
147 style="display:inline">
148 <rect
149 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
150 id="rect4782"
151 width="96.037987"
152 height="96"
153 x="-438.00244"
154 y="345.36221"
155 transform="scale(-1,1)" />
156 <g
157 id="g3382"
158 transform="matrix(1.018901,0,0,1.018901,-6.4634705,-7.4884152)">
159 <path
160 inkscape:connector-curvature="0"
161 id="path4188"
162 d="m 399.69848,440.23837 0,-13.50129 -12.72696,0 0,-4.24231 16.9672,0 0,9.74553 c 2.60497,-1.74262 12.81911,-8.63401 24.86383,-17.14112 -11.48698,-8.0414 -21.18144,-14.10581 -24.86383,-16.3502 l 0,8.907 -14.84499,0 0,-4.24231 10.60475,0 0,-12.22384 3.21124,1.92551 c 0,0 15.95499,9.56711 30.89499,20.23433 l 2.4162,1.72673 -2.4162,1.72467 c -14.8856,10.62837 -30.8101,21.24057 -30.8101,21.24057 l -3.29613,2.19673 z"
163 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
164 <path
165 inkscape:connector-curvature="0"
166 id="path4190"
167 d="m 378.4869,421.15727 -3.29613,-2.19674 c 0,0 -15.92451,-10.6122 -30.8101,-21.24057 l -2.4162,-1.72466 2.4162,-1.72674 c 14.94,-10.66721 30.89498,-20.23434 30.89498,-20.23433 l 3.21125,-1.92551 0,12.22384 12.72695,0 0,4.24231 -16.96719,0 0,-8.907 c -3.68241,2.24439 -13.37687,8.3088 -24.86383,16.35021 12.04472,8.5071 22.25886,15.39849 24.86383,17.14111 l 0,-9.74552 14.84707,0 0,4.24231 -10.60683,0 0,13.50129 z"
168 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
169 </g>
170 </g>
171 </g>
172 </g>
173 </g>
174</svg>
1750
=== removed file 'nav/img/popup/PtTo.svg'
--- nav/img/popup/PtTo.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/PtTo.svg 1970-01-01 00:00:00 +0000
@@ -1,174 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="70"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 70 96.000001"
18 sodipodi:docname="PtTo.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6199992"
29 inkscape:cx="13.34708"
30 inkscape:cy="47.722404"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1280"
55 inkscape:window-height="854"
56 inkscape:window-x="0"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="32,24"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="88,-8.0000001"
90 id="guide4077" />
91 <sodipodi:guide
92 orientation="0,1"
93 position="-8,84.000001"
94 id="guide4074" />
95 <sodipodi:guide
96 orientation="1,0"
97 position="12,-8.0000001"
98 id="guide4076" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="84,-8.0000001"
102 id="guide4080" />
103 <sodipodi:guide
104 position="48,-8.0000001"
105 orientation="1,0"
106 id="guide4170" />
107 <sodipodi:guide
108 position="-8,48"
109 orientation="0,1"
110 id="guide4172" />
111 <sodipodi:guide
112 position="92,-8.0000001"
113 orientation="1,0"
114 id="guide4760" />
115 </sodipodi:namedview>
116 <metadata
117 id="metadata4879">
118 <rdf:RDF>
119 <cc:Work
120 rdf:about="">
121 <dc:format>image/svg+xml</dc:format>
122 <dc:type
123 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
124 <dc:title></dc:title>
125 </cc:Work>
126 </rdf:RDF>
127 </metadata>
128 <g
129 inkscape:label="Layer 1"
130 inkscape:groupmode="layer"
131 id="layer1"
132 transform="translate(67.857146,-78.50504)">
133 <g
134 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
135 id="g4845"
136 style="display:inline">
137 <g
138 inkscape:export-ydpi="90"
139 inkscape:export-xdpi="90"
140 inkscape:export-filename="next01.png"
141 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
142 id="g4778"
143 inkscape:label="Layer 1">
144 <g
145 transform="matrix(-1,0,0,1,575.99999,611)"
146 id="g4780"
147 style="display:inline">
148 <rect
149 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
150 id="rect4782"
151 width="96.037987"
152 height="96"
153 x="-438.00244"
154 y="345.36221"
155 transform="scale(-1,1)" />
156 <g
157 id="g3378"
158 transform="matrix(1.0757005,0,0,-1.0757005,-31.674903,843.69846)">
159 <path
160 inkscape:connector-curvature="0"
161 id="path4188"
162 d="m 401.98979,374.42472 0,12.73633 -12.00586,0 0,4.00195 16.00586,0 0,-9.19336 c 2.45738,1.64389 12.0928,8.14482 23.45508,16.16992 -10.83614,7.5858 -19.98133,13.3066 -23.45508,15.42383 l 0,-8.40234 -14.0039,0 0,4.00195 10.0039,0 0,11.53125 3.0293,-1.81641 c 0,0 15.051,-9.02506 29.14453,-19.08789 l 2.2793,-1.6289 -2.2793,-1.62695 c -14.0422,-10.02618 -29.06445,-20.03711 -29.06445,-20.03711 l -3.10938,-2.07227 z"
163 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
164 <path
165 inkscape:connector-curvature="0"
166 id="path4190"
167 d="m 381.98003,392.42472 -3.10938,2.07227 c 0,0 -15.02225,10.01093 -29.06445,20.03711 l -2.2793,1.62695 2.2793,1.6289 c 14.09353,10.06283 29.14453,19.0879 29.14453,19.08789 l 3.0293,1.81641 0,-11.53125 12.00586,0 0,-4.00195 -16.00586,0 0,8.40234 c -3.47376,-2.11723 -12.61895,-7.83803 -23.45508,-15.42383 11.36228,-8.0251 20.9977,-14.52603 23.45508,-16.16992 l 0,9.19336 14.00586,0 0,-4.00195 -10.00586,0 0,-12.73633 z"
168 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
169 </g>
170 </g>
171 </g>
172 </g>
173 </g>
174</svg>
1750
=== removed file 'nav/img/popup/non-starred.svg'
--- nav/img/popup/non-starred.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/non-starred.svg 1970-01-01 00:00:00 +0000
@@ -1,166 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="non-starred.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6199993"
29 inkscape:cx="-27.206415"
30 inkscape:cy="69.76867"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1680"
55 inkscape:window-height="965"
56 inkscape:window-x="0"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="88,-8.0000001"
90 id="guide4077" />
91 <sodipodi:guide
92 orientation="0,1"
93 position="-8,84.000001"
94 id="guide4074" />
95 <sodipodi:guide
96 orientation="1,0"
97 position="12,-8.0000001"
98 id="guide4076" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="84,-8.0000001"
102 id="guide4080" />
103 <sodipodi:guide
104 position="48,-8.0000001"
105 orientation="1,0"
106 id="guide4170" />
107 <sodipodi:guide
108 position="-8,48"
109 orientation="0,1"
110 id="guide4172" />
111 <sodipodi:guide
112 position="92,-8.0000001"
113 orientation="1,0"
114 id="guide4760" />
115 </sodipodi:namedview>
116 <metadata
117 id="metadata4879">
118 <rdf:RDF>
119 <cc:Work
120 rdf:about="">
121 <dc:format>image/svg+xml</dc:format>
122 <dc:type
123 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
124 <dc:title />
125 </cc:Work>
126 </rdf:RDF>
127 </metadata>
128 <g
129 inkscape:label="Layer 1"
130 inkscape:groupmode="layer"
131 id="layer1"
132 transform="translate(67.857146,-78.50504)">
133 <g
134 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
135 id="g4845"
136 style="display:inline">
137 <g
138 inkscape:export-ydpi="90"
139 inkscape:export-xdpi="90"
140 inkscape:export-filename="next01.png"
141 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
142 id="g4778"
143 inkscape:label="Layer 1">
144 <g
145 transform="matrix(-1,0,0,1,575.99999,611)"
146 id="g4780"
147 style="display:inline">
148 <rect
149 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
150 id="rect4782"
151 width="96.037987"
152 height="96"
153 x="-438.00244"
154 y="345.36221"
155 transform="scale(-1,1)" />
156 <path
157 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
158 d="m 48.021484,8 c 0,0 0.002,0.00195 0.002,0.00195 0,0 0.002,-0.00195 0.002,-0.00195 l -0.0039,0 z m 0.002,0.00195 c -0.0028,4.814e-4 -0.0063,0.00114 -0.0078,0.00586 -0.007,9.996e-4 -0.0078,0.00481 -0.0098,0.00781 -0.006,0.003 -0.0068,0.00872 -0.0078,0.011719 -0.006,0.003 -0.0068,0.00186 -0.0098,0.00586 -5.06033,10.8599829 -8.970109,21.9291509 -11.193359,28.7109379 -7.31383,0.006 -19.360537,0.283237 -30.841797,1.773437 -0.001,0.004 -0.00205,0.0048 0.00195,0.0078 -10e-4,0.007 0.00481,0.01077 0.00781,0.01367 0.001,0.007 0.00286,0.0097 0.00586,0.01172 0.001,0.007 0.00191,0.0048 0.00391,0.0078 8.7646598,8.168728 18.0846758,15.307264 23.8476558,19.517578 -2.255209,6.957347 -5.714993,18.502505 -7.845703,29.882812 0.003,0.002 0.0048,0.003 0.0098,0 0.006,0.003 0.0088,-0.0029 0.01172,-0.0039 0.007,0.001 0.01177,-9.53e-4 0.01367,-0.002 0.007,0.001 0.0068,0.001 0.0098,0 10.47791,-5.811711 20.148604,-12.464715 25.933594,-16.644531 5.92015,4.29487 15.830301,11.150802 25.994141,16.693359 0.003,-0.002 0.003,-0.0066 0.002,-0.01172 0.004,-0.004 0.002,-0.01077 0.002,-0.01367 0.003,-0.006 0.002,-0.0098 0.002,-0.01172 0.003,-0.006 0.0059,-0.0076 0.0059,-0.01172 -2.28943,-11.761087 -5.632732,-23.013159 -7.820312,-29.806641 5.9142,-4.303327 15.49475,-11.609396 23.90625,-19.5625 -0.001,-0.003 -0.0018,-0.0049 -0.0078,-0.0059 -0.003,-0.006 -0.0087,-0.0068 -0.01172,-0.0078 -0.004,-0.004 -0.01197,-0.0049 -0.01367,-0.0059 -0.004,-0.004 -0.0028,-0.0078 -0.0078,-0.0098 C 78.111466,37.097764 66.377304,36.800063 59.240234,36.78125 56.975133,29.827029 52.986923,18.457674 48.023438,8.0019531 Z m -0.002,10.2910159 c 3.08882,7.474003 5.801783,14.774656 7.414063,19.724609 l 0.896484,2.75586 2.896485,0.0078 c 5.1081,0.01346 12.847529,0.343693 21.037109,0.976562 -6.15844,5.251614 -12.269762,10.089004 -16.482422,13.154297 l -2.341797,1.705079 0.888672,2.753906 c 1.56537,4.861206 3.641783,12.323099 5.570313,20.30664 -6.89531,-4.233055 -13.382787,-8.54967 -17.597657,-11.607422 l -2.345703,-1.699218 -2.349609,1.695312 c -4.13788,2.989737 -10.589945,7.26902 -17.583984,11.56836 1.89561,-7.866339 3.995742,-15.372182 5.601562,-20.326172 l 0.892578,-2.751953 -2.33789,-1.708985 c -4.123481,-3.012528 -10.189537,-7.826267 -16.441407,-13.15039 8.066,-0.627982 15.850764,-0.951078 21.058594,-0.955078 l 2.896484,-0.002 0.902344,-2.751953 c 1.5904,-4.85137 4.294971,-12.105985 7.425781,-19.695312 z"
159 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
160 id="path4170"
161 inkscape:connector-curvature="0" />
162 </g>
163 </g>
164 </g>
165 </g>
166</svg>
1670
=== removed file 'nav/img/popup/pois.svg'
--- nav/img/popup/pois.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/pois.svg 1970-01-01 00:00:00 +0000
@@ -1,169 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="location.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.7646075"
29 inkscape:cx="42.448473"
30 inkscape:cy="30.951139"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="false"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:window-width="525"
54 inkscape:window-height="457"
55 inkscape:window-x="0"
56 inkscape:window-y="52"
57 inkscape:window-maximized="0">
58 <inkscape:grid
59 type="xygrid"
60 id="grid5451"
61 empspacing="8" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="8,-8.0000001"
65 id="guide4063" />
66 <sodipodi:guide
67 orientation="1,0"
68 position="4,-8.0000001"
69 id="guide4065" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,88.000001"
73 id="guide4067" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="-8,92.000001"
77 id="guide4069" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="104,4"
81 id="guide4071" />
82 <sodipodi:guide
83 orientation="0,1"
84 position="-5,8.0000001"
85 id="guide4073" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="92,-8.0000001"
89 id="guide4075" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="88,-8.0000001"
93 id="guide4077" />
94 <sodipodi:guide
95 orientation="0,1"
96 position="-8,84.000001"
97 id="guide4074" />
98 <sodipodi:guide
99 orientation="1,0"
100 position="12,-8.0000001"
101 id="guide4076" />
102 <sodipodi:guide
103 orientation="0,1"
104 position="-5,12"
105 id="guide4078" />
106 <sodipodi:guide
107 orientation="1,0"
108 position="84,-9.0000001"
109 id="guide4080" />
110 <sodipodi:guide
111 position="48,-8.0000001"
112 orientation="1,0"
113 id="guide4170" />
114 <sodipodi:guide
115 position="-8,48"
116 orientation="0,1"
117 id="guide4172" />
118 </sodipodi:namedview>
119 <metadata
120 id="metadata4879">
121 <rdf:RDF>
122 <cc:Work
123 rdf:about="">
124 <dc:format>image/svg+xml</dc:format>
125 <dc:type
126 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
127 <dc:title />
128 </cc:Work>
129 </rdf:RDF>
130 </metadata>
131 <g
132 inkscape:label="Layer 1"
133 inkscape:groupmode="layer"
134 id="layer1"
135 transform="translate(67.857146,-78.50504)">
136 <g
137 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
138 id="g4845"
139 style="display:inline">
140 <g
141 inkscape:export-ydpi="90"
142 inkscape:export-xdpi="90"
143 inkscape:export-filename="next01.png"
144 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
145 id="g4778"
146 inkscape:label="Layer 1">
147 <g
148 transform="matrix(-1,0,0,1,575.99999,611)"
149 id="g4780"
150 style="display:inline">
151 <path
152 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.99940658;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
153 d="m 48,0 a 25.999994,25.999998 0 0 0 -26,26 25.999994,25.999998 0 0 0 1.650391,9.066406 25.999994,26.000001 0 0 1 -0.439453,-1.248047 C 27.972357,48.1029 37.544257,75.297989 47.998047,96 c 10e-4,-0.001 0.0013,-0.0029 0.002,-0.0039 L 48.001953,96 C 58.455743,75.297988 68.027643,48.102901 72.789062,33.818359 A 25.999994,25.999998 0 0 0 74,26 25.999994,25.999998 0 0 0 48,0 z m 0,4 A 22.000006,22.000008 0 0 1 70,26 22.000006,22.000008 0 0 1 48,48 22.000006,22.000008 0 0 1 26,26 22.000006,22.000008 0 0 1 48,4 z"
154 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
155 id="path4176"
156 inkscape:connector-curvature="0" />
157 <rect
158 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
159 id="rect4782"
160 width="96.037987"
161 height="96"
162 x="-438.00244"
163 y="345.36221"
164 transform="scale(-1,1)" />
165 </g>
166 </g>
167 </g>
168 </g>
169</svg>
1700
=== removed file 'nav/img/popup/send.svg'
--- nav/img/popup/send.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/send.svg 1970-01-01 00:00:00 +0000
@@ -1,180 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="send.svg">
19 <defs
20 id="defs4876">
21 <inkscape:path-effect
22 effect="powerstroke"
23 id="path-effect4213"
24 is_visible="true"
25 offset_points="0,2.8284271"
26 sort_points="true"
27 interpolator_type="CubicBezierJohan"
28 interpolator_beta="0.2"
29 start_linecap_type="zerowidth"
30 linejoin_type="extrp_arc"
31 miter_limit="4"
32 end_linecap_type="zerowidth"
33 cusp_linecap_type="round" />
34 <inkscape:path-effect
35 effect="powerstroke"
36 id="path-effect4205"
37 is_visible="true"
38 offset_points="1,4"
39 sort_points="true"
40 interpolator_type="CubicBezierJohan"
41 interpolator_beta="0.2"
42 start_linecap_type="zerowidth"
43 linejoin_type="extrp_arc"
44 miter_limit="4"
45 end_linecap_type="zerowidth"
46 cusp_linecap_type="round" />
47 </defs>
48 <sodipodi:namedview
49 id="base"
50 pagecolor="#ffffff"
51 bordercolor="#666666"
52 borderopacity="1.0"
53 inkscape:pageopacity="0.0"
54 inkscape:pageshadow="2"
55 inkscape:zoom="3.5967995"
56 inkscape:cx="37.686271"
57 inkscape:cy="42.593387"
58 inkscape:document-units="px"
59 inkscape:current-layer="layer1"
60 showgrid="true"
61 showborder="true"
62 fit-margin-top="0"
63 fit-margin-left="0"
64 fit-margin-right="0"
65 fit-margin-bottom="0"
66 inkscape:snap-bbox="true"
67 inkscape:bbox-paths="true"
68 inkscape:bbox-nodes="true"
69 inkscape:snap-bbox-edge-midpoints="true"
70 inkscape:snap-bbox-midpoints="true"
71 inkscape:object-paths="true"
72 inkscape:snap-intersection-paths="true"
73 inkscape:object-nodes="true"
74 inkscape:snap-smooth-nodes="true"
75 inkscape:snap-midpoints="true"
76 inkscape:snap-object-midpoints="true"
77 inkscape:snap-center="true"
78 showguides="true"
79 inkscape:guide-bbox="true"
80 inkscape:snap-global="true"
81 inkscape:window-width="1680"
82 inkscape:window-height="965"
83 inkscape:window-x="0"
84 inkscape:window-y="24"
85 inkscape:window-maximized="1">
86 <inkscape:grid
87 type="xygrid"
88 id="grid5451"
89 empspacing="8" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="8,-8.0000001"
93 id="guide4063" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="4,-8.0000001"
97 id="guide4065" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="-8,88.000001"
101 id="guide4067" />
102 <sodipodi:guide
103 orientation="0,1"
104 position="-8,92.000001"
105 id="guide4069" />
106 <sodipodi:guide
107 orientation="0,1"
108 position="104,4"
109 id="guide4071" />
110 <sodipodi:guide
111 orientation="0,1"
112 position="-5,8.0000001"
113 id="guide4073" />
114 <sodipodi:guide
115 orientation="1,0"
116 position="88,-8.0000001"
117 id="guide4077" />
118 <sodipodi:guide
119 orientation="0,1"
120 position="-8,84.000001"
121 id="guide4074" />
122 <sodipodi:guide
123 orientation="1,0"
124 position="12,-8.0000001"
125 id="guide4076" />
126 <sodipodi:guide
127 orientation="1,0"
128 position="84,-8.0000001"
129 id="guide4080" />
130 <sodipodi:guide
131 position="48,-8.0000001"
132 orientation="1,0"
133 id="guide4170" />
134 <sodipodi:guide
135 position="-8,48"
136 orientation="0,1"
137 id="guide4172" />
138 <sodipodi:guide
139 position="92,-8.0000001"
140 orientation="1,0"
141 id="guide4760" />
142 </sodipodi:namedview>
143 <metadata
144 id="metadata4879">
145 <rdf:RDF>
146 <cc:Work
147 rdf:about="">
148 <dc:format>image/svg+xml</dc:format>
149 <dc:type
150 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
151 <dc:title />
152 </cc:Work>
153 </rdf:RDF>
154 </metadata>
155 <g
156 inkscape:label="Layer 1"
157 inkscape:groupmode="layer"
158 id="layer1"
159 transform="translate(67.857146,-78.50504)">
160 <rect
161 transform="rotate(90)"
162 y="-28.142857"
163 x="78.505051"
164 height="96"
165 width="96"
166 id="rect4782"
167 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
168 <path
169 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
170 d="M 91.871094,4 C 45.62034,19.587542 4.0175781,41.701172 4.0175781,41.701172 l 33.5039059,16.742187 16.751954,33.492188 0.0332,0.0332 L 54.337891,92 c 0,0 23.196587,-43.820134 37.644531,-87.9804688 -0.0049,-0.0048 -0.01198,-0.00969 -0.02539,-0.00391 -0.0056,-0.0056 -0.01875,-0.00241 -0.02734,-0.00391 -0.0056,-0.0056 -0.02497,5.7e-6 -0.03125,-0.00391 C 91.893538,4.0030125 91.876184,4.0051 91.871094,4 Z m -6.408203,6.537109 c -10.788673,30.842845 -24.729689,59.93473 -31.103516,72.625 L 40.503906,55.458984 12.880859,41.658203 C 25.443504,35.353803 53.797835,21.81196 85.462891,10.537109 Z"
171 transform="translate(-67.857146,78.50504)"
172 id="path4193"
173 inkscape:connector-curvature="0" />
174 <path
175 style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
176 d="m -29.857146,136.50504 c 0,0 2,2 2,2 7.8,-7.8 29.2,-33.2 37,-41 -7.8,7.8 -33.2,29.2 -41,37 0,0 2,2 2,2 z"
177 id="path4211"
178 inkscape:connector-curvature="0" />
179 </g>
180</svg>
1810
=== removed file 'nav/img/popup/share.svg'
--- nav/img/popup/share.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/share.svg 1970-01-01 00:00:00 +0000
@@ -1,180 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="share.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="11.805916"
29 inkscape:cx="18.90923"
30 inkscape:cy="59.734504"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:window-width="1680"
54 inkscape:window-height="964"
55 inkscape:window-x="0"
56 inkscape:window-y="24"
57 inkscape:window-maximized="1">
58 <inkscape:grid
59 type="xygrid"
60 id="grid5451"
61 empspacing="8" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="8,-8.0000001"
65 id="guide4063" />
66 <sodipodi:guide
67 orientation="1,0"
68 position="4,-8.0000001"
69 id="guide4065" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="-8,88.000001"
73 id="guide4067" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="-8,92.000001"
77 id="guide4069" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="104,4"
81 id="guide4071" />
82 <sodipodi:guide
83 orientation="0,1"
84 position="-5,8.0000001"
85 id="guide4073" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="92,-8.0000001"
89 id="guide4075" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="88,-8.0000001"
93 id="guide4077" />
94 <sodipodi:guide
95 orientation="0,1"
96 position="-8,84.000001"
97 id="guide4074" />
98 <sodipodi:guide
99 orientation="1,0"
100 position="12,-8.0000001"
101 id="guide4076" />
102 <sodipodi:guide
103 orientation="0,1"
104 position="-5,12"
105 id="guide4078" />
106 <sodipodi:guide
107 orientation="1,0"
108 position="84,-9.0000001"
109 id="guide4080" />
110 <sodipodi:guide
111 position="48,83.568528"
112 orientation="1,0"
113 id="guide4170" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title />
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-78.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:export-ydpi="90"
138 inkscape:export-xdpi="90"
139 inkscape:export-filename="next01.png"
140 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
141 id="g4778"
142 inkscape:label="Layer 1">
143 <g
144 transform="matrix(-1,0,0,1,575.99999,611)"
145 id="g4780"
146 style="display:inline">
147 <rect
148 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
149 id="rect4782"
150 width="96.037987"
151 height="96"
152 x="-438.00244"
153 y="345.36221"
154 transform="scale(-1,1)" />
155 <path
156 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
157 d="m 362.97266,406.36133 c -7.15818,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84573,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99683,0 9.0039,-4.00642 9.0039,-9 0,-4.99358 -4.00707,-9 -9.0039,-9 -4.99684,0 -9.00391,4.00642 -9.00391,9 0,4.99358 4.00707,9 9.00391,9 z"
158 id="path4184"
159 inkscape:connector-curvature="0" />
160 <path
161 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
162 d="m 416.99414,379.36133 c -7.15817,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84574,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99684,0 9.00391,-4.00642 9.00391,-9 0,-4.99358 -4.00707,-9 -9.00391,-9 -4.99684,0 -9.00391,4.00642 -9.00391,9 0,4.99358 4.00707,9 9.00391,9 z"
163 id="ellipse4187"
164 inkscape:connector-curvature="0" />
165 <path
166 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00079107;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
167 d="m 416.99414,433.36133 c -7.15817,0 -13.00391,-5.84338 -13.00391,-13 0,-7.15663 5.84574,-13 13.00391,-13 7.15817,0 13.00586,5.84337 13.00586,13 0,7.15662 -5.84769,13 -13.00586,13 z m 0,-4 c 4.99684,0 9.00391,-4.00642 9.00391,-9 0,-4.99358 -4.00707,-8.99805 -9.00391,-8.99805 -4.99684,0 -9.00391,4.00447 -9.00391,8.99805 0,4.99358 4.00707,9 9.00391,9 z"
168 id="ellipse4189"
169 inkscape:connector-curvature="0" />
170 <path
171 style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.00000095;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
172 d="m 31.212891,36.955078 c -1.116966,0.72189 -2.31352,1.322965 -3.570313,1.800781 L 41.296875,66.066406 44.875,64.277344 31.212891,36.955078 Z m 34.097656,0.31836 -14.023438,27.044921 3.550782,1.839844 14.097656,-27.189453 c -1.274152,-0.437222 -2.48525,-1.009177 -3.625,-1.695312 z"
173 transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
174 id="path4191"
175 inkscape:connector-curvature="0" />
176 </g>
177 </g>
178 </g>
179 </g>
180</svg>
1810
=== removed file 'nav/img/popup/starred.svg'
--- nav/img/popup/starred.svg 2016-03-26 18:53:17 +0000
+++ nav/img/popup/starred.svg 1970-01-01 00:00:00 +0000
@@ -1,165 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 viewBox="0 0 96 96.000001"
18 sodipodi:docname="starred.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6199993"
29 inkscape:cx="-31.121007"
30 inkscape:cy="69.76867"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true"
54 inkscape:window-width="1680"
55 inkscape:window-height="964"
56 inkscape:window-x="0"
57 inkscape:window-y="24"
58 inkscape:window-maximized="1">
59 <inkscape:grid
60 type="xygrid"
61 id="grid5451"
62 empspacing="8" />
63 <sodipodi:guide
64 orientation="1,0"
65 position="8,-8.0000001"
66 id="guide4063" />
67 <sodipodi:guide
68 orientation="1,0"
69 position="4,-8.0000001"
70 id="guide4065" />
71 <sodipodi:guide
72 orientation="0,1"
73 position="-8,88.000001"
74 id="guide4067" />
75 <sodipodi:guide
76 orientation="0,1"
77 position="-8,92.000001"
78 id="guide4069" />
79 <sodipodi:guide
80 orientation="0,1"
81 position="104,4"
82 id="guide4071" />
83 <sodipodi:guide
84 orientation="0,1"
85 position="-5,8.0000001"
86 id="guide4073" />
87 <sodipodi:guide
88 orientation="1,0"
89 position="88,-8.0000001"
90 id="guide4077" />
91 <sodipodi:guide
92 orientation="0,1"
93 position="-8,84.000001"
94 id="guide4074" />
95 <sodipodi:guide
96 orientation="1,0"
97 position="12,-8.0000001"
98 id="guide4076" />
99 <sodipodi:guide
100 orientation="1,0"
101 position="84,-8.0000001"
102 id="guide4080" />
103 <sodipodi:guide
104 position="48,-8.0000001"
105 orientation="1,0"
106 id="guide4170" />
107 <sodipodi:guide
108 position="-8,48"
109 orientation="0,1"
110 id="guide4172" />
111 <sodipodi:guide
112 position="92,-8.0000001"
113 orientation="1,0"
114 id="guide4760" />
115 </sodipodi:namedview>
116 <metadata
117 id="metadata4879">
118 <rdf:RDF>
119 <cc:Work
120 rdf:about="">
121 <dc:format>image/svg+xml</dc:format>
122 <dc:type
123 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
124 <dc:title />
125 </cc:Work>
126 </rdf:RDF>
127 </metadata>
128 <g
129 inkscape:label="Layer 1"
130 inkscape:groupmode="layer"
131 id="layer1"
132 transform="translate(67.857146,-78.50504)">
133 <g
134 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
135 id="g4845"
136 style="display:inline">
137 <g
138 inkscape:export-ydpi="90"
139 inkscape:export-xdpi="90"
140 inkscape:export-filename="next01.png"
141 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
142 id="g4778"
143 inkscape:label="Layer 1">
144 <g
145 transform="matrix(-1,0,0,1,575.99999,611)"
146 id="g4780"
147 style="display:inline">
148 <rect
149 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
150 id="rect4782"
151 width="96.037987"
152 height="96"
153 x="-438.00244"
154 y="345.36221"
155 transform="scale(-1,1)" />
156 <path
157 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
158 d="m 429.99929,393.33773 c 0,0.004 -9.5e-4,0.007 -0.007,0.009 -0.001,0.007 -0.006,0.007 -0.009,0.009 -0.003,0.006 -0.008,0.008 -0.011,0.009 -0.003,0.006 -0.003,0.006 -0.007,0.009 -10.86428,5.06033 -21.9364,8.97057 -28.72087,11.19382 -0.006,7.31383 -0.28348,19.36 -1.77427,30.84126 -0.004,10e-4 -0.006,0.002 -0.009,-0.002 -0.007,10e-4 -0.01,-0.004 -0.0129,-0.007 -0.007,-10e-4 -0.009,-0.004 -0.011,-0.007 -0.007,-10e-4 -0.006,-0.002 -0.009,-0.004 -8.17196,-8.76466 -15.31373,-18.08322 -19.52571,-23.8462 -6.9601,2.25521 -18.50812,5.71446 -29.89293,7.84517 -0.002,-0.003 -0.003,-0.004 0,-0.009 -0.003,-0.006 10e-4,-0.01 0.002,-0.0129 -0.001,-0.007 10e-4,-0.011 0.002,-0.0129 -0.001,-0.007 -0.001,-0.008 0,-0.011 5.81401,-10.47791 12.47128,-20.14765 16.65275,-25.93264 -4.29657,-5.92015 -11.1555,-15.83137 -16.70025,-25.99521 0.002,-0.003 0.006,-0.003 0.0111,-0.002 0.004,-0.004 0.01,-0.002 0.0129,-0.002 0.006,-0.003 0.011,-0.002 0.0129,-0.002 0.006,-0.003 0.007,-0.004 0.0111,-0.004 11.76574,2.28943 23.02338,5.63169 29.81955,7.81927 4.30503,-5.9142 11.61263,-15.49511 19.56888,-23.90661 0.003,10e-4 0.006,0.003 0.007,0.009 0.006,0.003 0.006,0.008 0.007,0.011 0.004,0.004 0.006,0.0112 0.007,0.0129 0.004,0.004 0.007,0.004 0.009,0.009 1.4575,11.89244 1.75546,23.62651 1.77428,30.76358 6.95749,2.26527 18.3316,6.25356 28.7921,11.21756 z"
159 id="path4170"
160 inkscape:connector-curvature="0" />
161 </g>
162 </g>
163 </g>
164 </g>
165</svg>
1660
=== modified file 'qml/Main.qml'
--- qml/Main.qml 2016-03-31 20:26:09 +0000
+++ qml/Main.qml 2016-04-02 11:05:19 +0000
@@ -131,7 +131,7 @@
131 actions: [131 actions: [
132 Action {132 Action {
133 id: actionFullScreen133 id: actionFullScreen
134 iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/restore.svg" : "../nav/img/header/restore_light.svg"134 iconName: "view-restore"
135 text: i18n.tr("Fullscreen")135 text: i18n.tr("Fullscreen")
136 enabled: navigationPage.buttonsEnabled136 enabled: navigationPage.buttonsEnabled
137 onTriggered: {137 onTriggered: {
@@ -141,7 +141,7 @@
141141
142 Action {142 Action {
143 id: centerPosAction143 id: centerPosAction
144 iconSource: mainPageStack.center_onpos ? (mainPageStack.center_onpos === 1 ? "../nav/img/header/center_onpos.svg" : "../nav/img/header/center_onpos_light.svg") : navigationPage.buttonsEnabled ? "../nav/img/header/gps_off.svg" : "../nav/img/header/gps_off_light.svg"144 iconSource: mainPageStack.center_onpos ? (mainPageStack.center_onpos === 1 ? "../nav/img/header/center_onpos.svg" : "../nav/img/header/center_onpos_light.svg") : "../nav/img/header/gps_off.svg"
145 text: i18n.tr("Center on Position")145 text: i18n.tr("Center on Position")
146 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2146 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2
147 onTriggered: {147 onTriggered: {
@@ -153,7 +153,7 @@
153153
154 Action {154 Action {
155 id: routeAction155 id: routeAction
156 iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/send.svg" : "../nav/img/header/send_light.svg"156 iconName: "send"
157 text: i18n.tr("Route")157 text: i18n.tr("Route")
158 enabled: navigationPage.buttonsEnabled158 enabled: navigationPage.buttonsEnabled
159 onTriggered: {159 onTriggered: {
@@ -163,7 +163,7 @@
163163
164 Action {164 Action {
165 id: actionSettings165 id: actionSettings
166 iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/settings.svg" : "../nav/img/header/settings_light.svg"166 iconName: "settings"
167 text: i18n.tr("Settings")167 text: i18n.tr("Settings")
168 enabled: navigationPage.buttonsEnabled168 enabled: navigationPage.buttonsEnabled
169 onTriggered: mainPageStack.push(Qt.resolvedUrl("SettingsPage.qml"))169 onTriggered: mainPageStack.push(Qt.resolvedUrl("SettingsPage.qml"))
@@ -171,7 +171,7 @@
171171
172 Action {172 Action {
173 id: actionInfo173 id: actionInfo
174 iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/info.svg" : "../nav/img/header/info_light.svg"174 iconName: "info"
175 text: i18n.tr("About")175 text: i18n.tr("About")
176 enabled: navigationPage.buttonsEnabled176 enabled: navigationPage.buttonsEnabled
177 onTriggered: mainPageStack.push(Qt.resolvedUrl("AboutPage.qml"))177 onTriggered: mainPageStack.push(Qt.resolvedUrl("AboutPage.qml"))
@@ -415,9 +415,7 @@
415 }415 }
416416
417 ActionIcon {417 ActionIcon {
418 icon.source: mainPageStack.center_onpos ? (mainPageStack.center_onpos === 1 ? "../nav/img/header/center_onpos.svg"418 icon.source: mainPageStack.center_onpos ? (mainPageStack.center_onpos === 1 ? "../nav/img/header/center_onpos.svg" : "../nav/img/header/center_onpos_light.svg") : "../nav/img/header/gps_off.svg"
419 : "../nav/img/header/center_onpos_light.svg")
420 : "../nav/img/header/gps_off.svg"
421 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2419 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2
422 onClicked: {420 onClicked: {
423 mainPageStack.center_onpos = 2;421 mainPageStack.center_onpos = 2;
@@ -427,7 +425,7 @@
427 }425 }
428426
429 ActionIcon {427 ActionIcon {
430 icon.name: "view-restore"428 icon.name: "view-fullscreen"
431 enabled: navigationPage.buttonsEnabled429 enabled: navigationPage.buttonsEnabled
432 onClicked: navApp.settings.headerVisible = !navApp.settings.headerVisible;430 onClicked: navApp.settings.headerVisible = !navApp.settings.headerVisible;
433 }431 }
@@ -500,7 +498,7 @@
500 visible: goThereActionPopover.poiName !== ""498 visible: goThereActionPopover.poiName !== ""
501 width: parent.width - units.gu(7)499 width: parent.width - units.gu(7)
502 maximumLineCount: 2500 maximumLineCount: 2
503 fontSize: "small"501 textSize: Label.Small
504 horizontalAlignment: Text.AlignLeft502 horizontalAlignment: Text.AlignLeft
505 elide: Text.ElideRight503 elide: Text.ElideRight
506 wrapMode: Text.WordWrap504 wrapMode: Text.WordWrap
@@ -546,7 +544,7 @@
546544
547 Label {545 Label {
548 text: i18n.tr("Coord:") + " " + parseFloat(mainPageStack.clickedLat).toFixed(5) + ", " + parseFloat(mainPageStack.clickedLng).toFixed(5)546 text: i18n.tr("Coord:") + " " + parseFloat(mainPageStack.clickedLat).toFixed(5) + ", " + parseFloat(mainPageStack.clickedLng).toFixed(5)
549 fontSize: "small"547 textSize: Label.Small
550 horizontalAlignment: Text.AlignHCenter548 horizontalAlignment: Text.AlignHCenter
551 visible: !goThereActionPopover.poiName549 visible: !goThereActionPopover.poiName
552 }550 }
@@ -554,14 +552,12 @@
554 Row {552 Row {
555 spacing: 3553 spacing: 3
556554
557 Button {555 IconButton {
558 id: goThereButton556 id: goThereButton
559 height: units.gu(5)557 icon.name: "send"
560 width: units.gu(5)
561 iconSource: "../nav/img/popup/send.svg"
562 color: UbuntuColors.green558 color: UbuntuColors.green
563 visible: goThereActionPopover.poiName !== i18n.tr("Current Position") ? true : false559 visible: goThereActionPopover.poiName !== i18n.tr("Current Position") ? true : false
564 onTriggered: {560 onClicked: {
565 goThereActionPopover.hide();561 goThereActionPopover.hide();
566 mainPageStack.center_onpos = 2;562 mainPageStack.center_onpos = 2;
567 mainPageStack.routeState = 'yes';563 mainPageStack.routeState = 'yes';
@@ -569,13 +565,11 @@
569 }565 }
570 }566 }
571567
572 Button {568 IconButton {
573 id: addFavButton569 id: addFavButton
574 height: units.gu(5)570 icon.name: mainPageStack.favPopup ? "starred" : "non-starred"
575 width: units.gu(5)571 color: UbuntuColors.coolGrey
576 iconSource: mainPageStack.favPopup ? "../nav/img/popup/starred.svg" : "../nav/img/popup/non-starred.svg"572 onClicked: {
577 color: UbuntuColors.greyGradient
578 onTriggered: {
579 mainPageStack.favPopup = !mainPageStack.favPopup;573 mainPageStack.favPopup = !mainPageStack.favPopup;
580 favNamePopup.text = '';574 favNamePopup.text = '';
581 if (mainPageStack.favPopup) {575 if (mainPageStack.favPopup) {
@@ -584,50 +578,42 @@
584 }578 }
585 }579 }
586 580
587 Button {581 IconButton {
588 id: poiButton582 id: poiButton
589 height: units.gu(5)583 icon.name: "location"
590 width: units.gu(5)
591 iconSource: "../nav/img/popup/pois.svg"
592 color: UbuntuColors.orange584 color: UbuntuColors.orange
593 onTriggered: {585 onClicked: {
594 mainPageStack.push(Qt.resolvedUrl("./PoiPage.qml"), {"fromPage": "Main.qml", "lat": mainPageStack.clickedLat, "lng": mainPageStack.clickedLng})586 mainPageStack.push(Qt.resolvedUrl("./PoiPage.qml"), {"fromPage": "Main.qml", "lat": mainPageStack.clickedLat, "lng": mainPageStack.clickedLng})
595 }587 }
596 }588 }
597589
598 Button {590 IconButton {
599 id: shareButton591 id: shareButton
600 height: units.gu(5)592 icon.name: "share"
601 width: units.gu(5)
602 iconSource: "../nav/img/popup/share.svg"
603 color: UbuntuColors.lightAubergine593 color: UbuntuColors.lightAubergine
604 onTriggered: {594 onClicked: {
605 PopupUtils.open(Qt.resolvedUrl("./Share.qml"), navApp, {"lat": mainPageStack.clickedLat, "lon": mainPageStack.clickedLng})595 PopupUtils.open(Qt.resolvedUrl("./Share.qml"), navApp, {"lat": mainPageStack.clickedLat, "lon": mainPageStack.clickedLng})
606 }596 }
607 }597 }
608 598
609 Button {599 IconButton {
610 id: ptFromButton600 id: ptFromButton
611 height: units.gu(5)601 icon.name: "transfer-progress-upload"
612 width: units.gu(5)
613 iconSource: "../nav/img/popup/PtFrom.svg"
614 visible: mainPageStack.ptFromLat === "null"602 visible: mainPageStack.ptFromLat === "null"
615 color: UbuntuColors.darkGrey603 color: UbuntuColors.darkGrey
616 onTriggered: {604 onClicked: {
617 goThereActionPopover.hide();605 goThereActionPopover.hide();
618 mainPageStack.ptFromLat = mainPageStack.clickedLat;606 mainPageStack.ptFromLat = mainPageStack.clickedLat;
619 mainPageStack.ptFromLng = mainPageStack.clickedLng;607 mainPageStack.ptFromLng = mainPageStack.clickedLng;
620 }608 }
621 }609 }
622610
623 Button {611 IconButton {
624 id: ptToButton612 id: ptToButton
625 height: units.gu(5)613 icon.name: "transfer-progress-download"
626 width: units.gu(5)
627 iconSource: "../nav/img/popup/PtTo.svg"
628 visible: mainPageStack.ptFromLat !== "null"614 visible: mainPageStack.ptFromLat !== "null"
629 color: UbuntuColors.darkGrey615 color: UbuntuColors.darkGrey
630 onTriggered: {616 onClicked: {
631 goThereActionPopover.hide();617 goThereActionPopover.hide();
632 mainPageStack.routeState = 'simulate_calculating';618 mainPageStack.routeState = 'simulate_calculating';
633 mainPageStack.executeJavaScript("simulate2coord(" + mainPageStack.ptFromLat + ", " + mainPageStack.ptFromLng + ", " + mainPageStack.clickedLat + ", " + mainPageStack.clickedLng + ");");619 mainPageStack.executeJavaScript("simulate2coord(" + mainPageStack.ptFromLat + ", " + mainPageStack.ptFromLng + ", " + mainPageStack.clickedLat + ", " + mainPageStack.clickedLng + ");");
634620
=== modified file 'qml/Nearby.qml'
--- qml/Nearby.qml 2016-04-01 01:12:07 +0000
+++ qml/Nearby.qml 2016-04-02 11:05:19 +0000
@@ -65,7 +65,7 @@
6565
66 visible: model.visible66 visible: model.visible
67 title: model.text67 title: model.text
68 icon: model.source68 icon.source: model.source
6969
70 onClicked: {70 onClicked: {
71 mainPageStack.pop(nearbyPage);71 mainPageStack.pop(nearbyPage);
7272
=== modified file 'qml/RouteInfoListPage.qml'
--- qml/RouteInfoListPage.qml 2016-03-26 18:53:17 +0000
+++ qml/RouteInfoListPage.qml 2016-04-02 11:05:19 +0000
@@ -100,7 +100,7 @@
100 anchors.topMargin: units.gu(1.5)100 anchors.topMargin: units.gu(1.5)
101 anchors.right: parent.right101 anchors.right: parent.right
102 text: duration !== 0 ? ( (duration/60).toFixed(1) + " min" ) : ""102 text: duration !== 0 ? ( (duration/60).toFixed(1) + " min" ) : ""
103 fontSize: "small"103 textSize: Label.Small
104 }104 }
105105
106 Label {106 Label {
@@ -109,7 +109,7 @@
109 anchors.top: inner_timeLabel.bottom109 anchors.top: inner_timeLabel.bottom
110 anchors.topMargin: units.gu(2)110 anchors.topMargin: units.gu(2)
111 text: distance !== 0 ? ( (distance /1000).toFixed(2) + (navApp.settings.unit === 1 ? " mi" : " km") ) : ""111 text: distance !== 0 ? ( (distance /1000).toFixed(2) + (navApp.settings.unit === 1 ? " mi" : " km") ) : ""
112 fontSize: "small"112 textSize: Label.Small
113 }113 }
114 }114 }
115 }115 }
116116
=== modified file 'qml/RoutePage.qml'
--- qml/RoutePage.qml 2016-04-01 01:12:07 +0000
+++ qml/RoutePage.qml 2016-04-02 11:05:19 +0000
@@ -41,12 +41,12 @@
41 Component.onCompleted: initialize()41 Component.onCompleted: initialize()
4242
43 function initialize() {43 function initialize() {
44 routePageModel.append({mode: "SEARCH", text: i18n.tr("Search"), source: "../nav/img/pages/route/search.svg", visible: true})44 routePageModel.append({mode: "SEARCH", text: i18n.tr("Search"), iconName: "find", visible: true})
45 routePageModel.append({mode: "FAVORITES", text: i18n.tr("Favorites"), source: "../nav/img/pages/route/favorites.svg", visible: true})45 routePageModel.append({mode: "FAVORITES", text: i18n.tr("Favorites"), iconName: "starred", visible: true})
46 routePageModel.append({mode: "NEARBY", text: i18n.tr("Nearby"), source: "../nav/img/pages/route/nearby.svg", visible: true})46 routePageModel.append({mode: "NEARBY", text: i18n.tr("Nearby"), iconName: "location", visible: true})
47 routePageModel.append({mode: "COORDINATES", text: i18n.tr("Coordinates"), source: "../nav/img/pages/route/coordinates.svg", visible: true})47 routePageModel.append({mode: "COORDINATES", text: i18n.tr("Coordinates"), iconName: "stock_website", visible: true})
48 routePageModel.append({mode: "SHARE", text: i18n.tr("Share"), source: "../nav/img/pages/route/share.svg", visible: true})48 routePageModel.append({mode: "SHARE", text: i18n.tr("Share"), iconName: "share", visible: true})
49 routePageModel.append({mode: "CANCEL", text: i18n.tr("Cancel Route"), source: "../nav/img/pages/route/cancel.svg", visible: mainPageStack.routeState !== 'no'})49 routePageModel.append({mode: "CANCEL", text: i18n.tr("Cancel Route"), iconName: "dialog-error-symbolic", visible: mainPageStack.routeState !== 'no'})
50 }50 }
51 }51 }
5252
@@ -58,7 +58,7 @@
58 id: delegate58 id: delegate
5959
60 title: model.text60 title: model.text
61 icon: model.source61 icon.name: model.iconName
62 visible: model.visible62 visible: model.visible
6363
64 onClicked: {64 onClicked: {
6565
=== modified file 'qml/SharePage.qml'
--- qml/SharePage.qml 2016-04-01 11:46:22 +0000
+++ qml/SharePage.qml 2016-04-02 11:05:19 +0000
@@ -65,7 +65,7 @@
65 id: delegate65 id: delegate
6666
67 title: model.text67 title: model.text
68 icon: model.source68 icon.source: model.source
69 visible: model.visible69 visible: model.visible
7070
71 onClicked: {71 onClicked: {
7272
=== renamed file 'qml/CustomGridView.qml' => 'qml/components/CustomGridView.qml'
=== modified file 'qml/components/GridDelegate.qml'
--- qml/components/GridDelegate.qml 2016-04-01 11:33:32 +0000
+++ qml/components/GridDelegate.qml 2016-04-02 11:05:19 +0000
@@ -21,7 +21,7 @@
2121
22 // Public APIs22 // Public APIs
23 property string title23 property string title
24 property alias icon: _icon.source24 property alias icon: _icon
2525
26 width: delegateColumn.width26 width: delegateColumn.width
27 height: delegateColumn.height27 height: delegateColumn.height
2828
=== added file 'qml/components/IconButton.qml'
--- qml/components/IconButton.qml 1970-01-01 00:00:00 +0000
+++ qml/components/IconButton.qml 2016-04-02 11:05:19 +0000
@@ -0,0 +1,53 @@
1/*
2 * Copyright 2016 Canonical Ltd.
3 *
4 * dialer-app is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 3.
7 *
8 * dialer-app is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17import QtQuick 2.4
18import Ubuntu.Components 1.3
19
20AbstractButton {
21 id: button
22
23 readonly property string defaultColor: "#0F8B21"
24 property alias color: shape.backgroundColor
25 property alias icon: icon
26
27 width: units.gu(5)
28 height: units.gu(5)
29 opacity: button.pressed ? 0.5 : (enabled ? 1 : 0.2)
30
31 Behavior on opacity {
32 UbuntuNumberAnimation { }
33 }
34
35 UbuntuShape {
36 id: shape
37
38 aspect: UbuntuShape.Flat
39 anchors.fill: parent
40 backgroundColor: defaultColor
41 radius: "medium"
42 }
43
44 Icon {
45 id: icon
46
47 anchors.centerIn: parent
48 width: units.gu(3)
49 height: units.gu(3)
50 color: "white"
51 z: 1
52 }
53}

Subscribers

People subscribed via source and target branches