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
1=== removed file 'nav/img/header/fullscreen.svg'
2--- nav/img/header/fullscreen.svg 2016-03-26 18:53:17 +0000
3+++ nav/img/header/fullscreen.svg 1970-01-01 00:00:00 +0000
4@@ -1,171 +0,0 @@
5-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
6-<!-- Created with Inkscape (http://www.inkscape.org/) -->
7-
8-<svg
9- xmlns:dc="http://purl.org/dc/elements/1.1/"
10- xmlns:cc="http://creativecommons.org/ns#"
11- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
12- xmlns:svg="http://www.w3.org/2000/svg"
13- xmlns="http://www.w3.org/2000/svg"
14- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16- width="96"
17- height="96"
18- id="svg4874"
19- version="1.1"
20- inkscape:version="0.91+devel r"
21- viewBox="0 0 96 96.000001"
22- sodipodi:docname="view-fullscreen.svg">
23- <defs
24- id="defs4876" />
25- <sodipodi:namedview
26- id="base"
27- pagecolor="#ffffff"
28- bordercolor="#666666"
29- borderopacity="1.0"
30- inkscape:pageopacity="0.0"
31- inkscape:pageshadow="2"
32- inkscape:zoom="3.5967996"
33- inkscape:cx="-5.3102805"
34- inkscape:cy="66.628646"
35- inkscape:document-units="px"
36- inkscape:current-layer="g4780"
37- showgrid="true"
38- showborder="true"
39- fit-margin-top="0"
40- fit-margin-left="0"
41- fit-margin-right="0"
42- fit-margin-bottom="0"
43- inkscape:snap-bbox="true"
44- inkscape:bbox-paths="true"
45- inkscape:bbox-nodes="true"
46- inkscape:snap-bbox-edge-midpoints="true"
47- inkscape:snap-bbox-midpoints="true"
48- inkscape:object-paths="true"
49- inkscape:snap-intersection-paths="true"
50- inkscape:object-nodes="true"
51- inkscape:snap-smooth-nodes="true"
52- inkscape:snap-midpoints="true"
53- inkscape:snap-object-midpoints="true"
54- inkscape:snap-center="true"
55- showguides="true"
56- inkscape:guide-bbox="true"
57- inkscape:snap-global="true">
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></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:#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"
161- 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"
162- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
163- id="path4412"
164- inkscape:connector-curvature="0"
165- sodipodi:nodetypes="cssscccscsccscssccccccccsssssscccc" />
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;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"
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>
176
177=== removed file 'nav/img/header/fullscreen_light.svg'
178--- nav/img/header/fullscreen_light.svg 2016-03-26 18:53:17 +0000
179+++ nav/img/header/fullscreen_light.svg 1970-01-01 00:00:00 +0000
180@@ -1,176 +0,0 @@
181-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
182-<!-- Created with Inkscape (http://www.inkscape.org/) -->
183-
184-<svg
185- xmlns:dc="http://purl.org/dc/elements/1.1/"
186- xmlns:cc="http://creativecommons.org/ns#"
187- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
188- xmlns:svg="http://www.w3.org/2000/svg"
189- xmlns="http://www.w3.org/2000/svg"
190- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
191- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
192- width="96"
193- height="96"
194- id="svg4874"
195- version="1.1"
196- inkscape:version="0.91 r13725"
197- viewBox="0 0 96 96.000001"
198- sodipodi:docname="view-fullscreen_light.svg">
199- <defs
200- id="defs4876" />
201- <sodipodi:namedview
202- id="base"
203- pagecolor="#ffffff"
204- bordercolor="#666666"
205- borderopacity="1.0"
206- inkscape:pageopacity="0.0"
207- inkscape:pageshadow="2"
208- inkscape:zoom="3.5967996"
209- inkscape:cx="-46.735997"
210- inkscape:cy="66.628646"
211- inkscape:document-units="px"
212- inkscape:current-layer="g4780"
213- showgrid="true"
214- showborder="true"
215- fit-margin-top="0"
216- fit-margin-left="0"
217- fit-margin-right="0"
218- fit-margin-bottom="0"
219- inkscape:snap-bbox="true"
220- inkscape:bbox-paths="true"
221- inkscape:bbox-nodes="true"
222- inkscape:snap-bbox-edge-midpoints="true"
223- inkscape:snap-bbox-midpoints="true"
224- inkscape:object-paths="true"
225- inkscape:snap-intersection-paths="true"
226- inkscape:object-nodes="true"
227- inkscape:snap-smooth-nodes="true"
228- inkscape:snap-midpoints="true"
229- inkscape:snap-object-midpoints="true"
230- inkscape:snap-center="true"
231- showguides="true"
232- inkscape:guide-bbox="true"
233- inkscape:snap-global="true"
234- inkscape:window-width="1615"
235- inkscape:window-height="1026"
236- inkscape:window-x="65"
237- inkscape:window-y="24"
238- inkscape:window-maximized="1">
239- <inkscape:grid
240- type="xygrid"
241- id="grid5451"
242- empspacing="8" />
243- <sodipodi:guide
244- orientation="1,0"
245- position="8,-8.0000001"
246- id="guide4063" />
247- <sodipodi:guide
248- orientation="1,0"
249- position="4,-8.0000001"
250- id="guide4065" />
251- <sodipodi:guide
252- orientation="0,1"
253- position="-8,88.000001"
254- id="guide4067" />
255- <sodipodi:guide
256- orientation="0,1"
257- position="-8,92.000001"
258- id="guide4069" />
259- <sodipodi:guide
260- orientation="0,1"
261- position="104,4"
262- id="guide4071" />
263- <sodipodi:guide
264- orientation="0,1"
265- position="-5,8.0000001"
266- id="guide4073" />
267- <sodipodi:guide
268- orientation="1,0"
269- position="92,-8.0000001"
270- id="guide4075" />
271- <sodipodi:guide
272- orientation="1,0"
273- position="88,-8.0000001"
274- id="guide4077" />
275- <sodipodi:guide
276- orientation="0,1"
277- position="-8,84.000001"
278- id="guide4074" />
279- <sodipodi:guide
280- orientation="1,0"
281- position="12,-8.0000001"
282- id="guide4076" />
283- <sodipodi:guide
284- orientation="0,1"
285- position="-5,12"
286- id="guide4078" />
287- <sodipodi:guide
288- orientation="1,0"
289- position="84,-9.0000001"
290- id="guide4080" />
291- <sodipodi:guide
292- position="48,-8.0000001"
293- orientation="1,0"
294- id="guide4170" />
295- <sodipodi:guide
296- position="-8,48"
297- orientation="0,1"
298- id="guide4172" />
299- </sodipodi:namedview>
300- <metadata
301- id="metadata4879">
302- <rdf:RDF>
303- <cc:Work
304- rdf:about="">
305- <dc:format>image/svg+xml</dc:format>
306- <dc:type
307- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
308- <dc:title></dc:title>
309- </cc:Work>
310- </rdf:RDF>
311- </metadata>
312- <g
313- inkscape:label="Layer 1"
314- inkscape:groupmode="layer"
315- id="layer1"
316- transform="translate(67.857146,-78.50504)">
317- <g
318- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
319- id="g4845"
320- style="display:inline">
321- <g
322- inkscape:export-ydpi="90"
323- inkscape:export-xdpi="90"
324- inkscape:export-filename="next01.png"
325- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
326- id="g4778"
327- inkscape:label="Layer 1">
328- <g
329- transform="matrix(-1,0,0,1,575.99999,611)"
330- id="g4780"
331- style="display:inline">
332- <rect
333- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
334- id="rect4782"
335- width="96.037987"
336- height="96"
337- x="-438.00244"
338- y="345.36221"
339- transform="scale(-1,1)" />
340- <path
341- 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"
342- 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"
343- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
344- id="path4412"
345- inkscape:connector-curvature="0"
346- sodipodi:nodetypes="cssscccscsccscssccccccccsssssscccc" />
347- <path
348- 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"
349- 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"
350- id="path4645"
351- inkscape:connector-curvature="0" />
352- </g>
353- </g>
354- </g>
355- </g>
356-</svg>
357
358=== removed file 'nav/img/header/gps_off_light.svg'
359--- nav/img/header/gps_off_light.svg 2016-03-26 18:53:17 +0000
360+++ nav/img/header/gps_off_light.svg 1970-01-01 00:00:00 +0000
361@@ -1,162 +0,0 @@
362-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
363-<!-- Created with Inkscape (http://www.inkscape.org/) -->
364-
365-<svg
366- xmlns:dc="http://purl.org/dc/elements/1.1/"
367- xmlns:cc="http://creativecommons.org/ns#"
368- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
369- xmlns:svg="http://www.w3.org/2000/svg"
370- xmlns="http://www.w3.org/2000/svg"
371- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
372- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
373- width="96"
374- height="96"
375- id="svg4874"
376- version="1.1"
377- inkscape:version="0.91 r13725"
378- viewBox="0 0 96 96.000001"
379- sodipodi:docname="gps_off_light.svg">
380- <defs
381- id="defs4876" />
382- <sodipodi:namedview
383- id="base"
384- pagecolor="#ffffff"
385- bordercolor="#666666"
386- borderopacity="1.0"
387- inkscape:pageopacity="0.0"
388- inkscape:pageshadow="2"
389- inkscape:zoom="8.9919988"
390- inkscape:cx="35.542509"
391- inkscape:cy="53.798833"
392- inkscape:document-units="px"
393- inkscape:current-layer="g4780"
394- showgrid="false"
395- showborder="true"
396- fit-margin-top="0"
397- fit-margin-left="0"
398- fit-margin-right="0"
399- fit-margin-bottom="0"
400- inkscape:snap-bbox="true"
401- inkscape:bbox-paths="true"
402- inkscape:bbox-nodes="true"
403- inkscape:snap-bbox-edge-midpoints="true"
404- inkscape:snap-bbox-midpoints="true"
405- inkscape:object-paths="true"
406- inkscape:snap-intersection-paths="true"
407- inkscape:object-nodes="true"
408- inkscape:snap-smooth-nodes="true"
409- inkscape:snap-midpoints="true"
410- inkscape:snap-object-midpoints="true"
411- inkscape:snap-center="true"
412- showguides="false"
413- inkscape:guide-bbox="true"
414- inkscape:snap-global="true"
415- inkscape:window-width="1615"
416- inkscape:window-height="1026"
417- inkscape:window-x="65"
418- inkscape:window-y="24"
419- inkscape:window-maximized="1">
420- <inkscape:grid
421- type="xygrid"
422- id="grid5451"
423- empspacing="8" />
424- <sodipodi:guide
425- orientation="1,0"
426- position="8,-8.0000001"
427- id="guide4063" />
428- <sodipodi:guide
429- orientation="1,0"
430- position="4,-8.0000001"
431- id="guide4065" />
432- <sodipodi:guide
433- orientation="0,1"
434- position="-8,88.000001"
435- id="guide4067" />
436- <sodipodi:guide
437- orientation="0,1"
438- position="-8,92.000001"
439- id="guide4069" />
440- <sodipodi:guide
441- orientation="0,1"
442- position="104,4"
443- id="guide4071" />
444- <sodipodi:guide
445- orientation="0,1"
446- position="-5,8.0000001"
447- id="guide4073" />
448- <sodipodi:guide
449- orientation="1,0"
450- position="88,-8.0000001"
451- id="guide4077" />
452- <sodipodi:guide
453- orientation="0,1"
454- position="-8,84.000001"
455- id="guide4074" />
456- <sodipodi:guide
457- orientation="1,0"
458- position="12,-8.0000001"
459- id="guide4076" />
460- <sodipodi:guide
461- orientation="1,0"
462- position="84,-8.0000001"
463- id="guide4080" />
464- <sodipodi:guide
465- position="48,-8.0000001"
466- orientation="1,0"
467- id="guide4170" />
468- <sodipodi:guide
469- position="-8,48"
470- orientation="0,1"
471- id="guide4172" />
472- </sodipodi:namedview>
473- <metadata
474- id="metadata4879">
475- <rdf:RDF>
476- <cc:Work
477- rdf:about="">
478- <dc:format>image/svg+xml</dc:format>
479- <dc:type
480- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
481- <dc:title />
482- </cc:Work>
483- </rdf:RDF>
484- </metadata>
485- <g
486- inkscape:label="Layer 1"
487- inkscape:groupmode="layer"
488- id="layer1"
489- transform="translate(67.857146,-78.50504)">
490- <g
491- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
492- id="g4845"
493- style="display:inline">
494- <g
495- inkscape:export-ydpi="90"
496- inkscape:export-xdpi="90"
497- inkscape:export-filename="next01.png"
498- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
499- id="g4778"
500- inkscape:label="Layer 1">
501- <g
502- transform="matrix(-1,0,0,1,575.99999,611)"
503- id="g4780"
504- style="display:inline">
505- <rect
506- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
507- id="rect4782"
508- width="96.037987"
509- height="96"
510- x="-438.00244"
511- y="345.36221"
512- transform="scale(-1,1)" />
513- <path
514- style="fill:#b2b2b2;fill-opacity:1"
515- 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"
516- id="path3006"
517- inkscape:connector-curvature="0"
518- sodipodi:nodetypes="ccssscccccccssssscccccccsscccccccsssscccccscssssssss" />
519- </g>
520- </g>
521- </g>
522- </g>
523-</svg>
524
525=== removed file 'nav/img/header/info.svg'
526--- nav/img/header/info.svg 2016-03-26 18:53:17 +0000
527+++ nav/img/header/info.svg 1970-01-01 00:00:00 +0000
528@@ -1,179 +0,0 @@
529-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
530-<!-- Created with Inkscape (http://www.inkscape.org/) -->
531-
532-<svg
533- xmlns:dc="http://purl.org/dc/elements/1.1/"
534- xmlns:cc="http://creativecommons.org/ns#"
535- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
536- xmlns:svg="http://www.w3.org/2000/svg"
537- xmlns="http://www.w3.org/2000/svg"
538- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
539- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
540- width="96"
541- height="96"
542- id="svg4874"
543- version="1.1"
544- inkscape:version="0.91+devel r"
545- viewBox="0 0 96 96.000001"
546- sodipodi:docname="info.svg">
547- <defs
548- id="defs4876" />
549- <sodipodi:namedview
550- id="base"
551- pagecolor="#ffffff"
552- bordercolor="#666666"
553- borderopacity="1.0"
554- inkscape:pageopacity="0.0"
555- inkscape:pageshadow="2"
556- inkscape:zoom="8.7812488"
557- inkscape:cx="5.3352279"
558- inkscape:cy="44.122411"
559- inkscape:document-units="px"
560- inkscape:current-layer="g4780"
561- showgrid="true"
562- showborder="true"
563- fit-margin-top="0"
564- fit-margin-left="0"
565- fit-margin-right="0"
566- fit-margin-bottom="0"
567- inkscape:snap-bbox="true"
568- inkscape:bbox-paths="true"
569- inkscape:bbox-nodes="true"
570- inkscape:snap-bbox-edge-midpoints="true"
571- inkscape:snap-bbox-midpoints="true"
572- inkscape:object-paths="true"
573- inkscape:snap-intersection-paths="true"
574- inkscape:object-nodes="true"
575- inkscape:snap-smooth-nodes="true"
576- inkscape:snap-midpoints="true"
577- inkscape:snap-object-midpoints="true"
578- inkscape:snap-center="true"
579- showguides="true"
580- inkscape:guide-bbox="true">
581- <inkscape:grid
582- type="xygrid"
583- id="grid5451"
584- empspacing="8" />
585- <sodipodi:guide
586- orientation="1,0"
587- position="8,-8.0000001"
588- id="guide4063" />
589- <sodipodi:guide
590- orientation="1,0"
591- position="4,-8.0000001"
592- id="guide4065" />
593- <sodipodi:guide
594- orientation="0,1"
595- position="-8,88.000001"
596- id="guide4067" />
597- <sodipodi:guide
598- orientation="0,1"
599- position="-8,92.000001"
600- id="guide4069" />
601- <sodipodi:guide
602- orientation="0,1"
603- position="104,4"
604- id="guide4071" />
605- <sodipodi:guide
606- orientation="0,1"
607- position="-5,8.0000001"
608- id="guide4073" />
609- <sodipodi:guide
610- orientation="1,0"
611- position="92,-8.0000001"
612- id="guide4075" />
613- <sodipodi:guide
614- orientation="1,0"
615- position="88,-8.0000001"
616- id="guide4077" />
617- <sodipodi:guide
618- orientation="0,1"
619- position="-8,84.000001"
620- id="guide4074" />
621- <sodipodi:guide
622- orientation="1,0"
623- position="12,-8.0000001"
624- id="guide4076" />
625- <sodipodi:guide
626- orientation="0,1"
627- position="-5,12"
628- id="guide4078" />
629- <sodipodi:guide
630- orientation="1,0"
631- position="84,-9.0000001"
632- id="guide4080" />
633- <sodipodi:guide
634- position="48,-8.0000001"
635- orientation="1,0"
636- id="guide4170" />
637- <sodipodi:guide
638- position="-8,48"
639- orientation="0,1"
640- id="guide4172" />
641- </sodipodi:namedview>
642- <metadata
643- id="metadata4879">
644- <rdf:RDF>
645- <cc:Work
646- rdf:about="">
647- <dc:format>image/svg+xml</dc:format>
648- <dc:type
649- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
650- <dc:title></dc:title>
651- </cc:Work>
652- </rdf:RDF>
653- </metadata>
654- <g
655- inkscape:label="Layer 1"
656- inkscape:groupmode="layer"
657- id="layer1"
658- transform="translate(67.857146,-78.50504)">
659- <g
660- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
661- id="g4845"
662- style="display:inline">
663- <g
664- inkscape:export-ydpi="90"
665- inkscape:export-xdpi="90"
666- inkscape:export-filename="next01.png"
667- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
668- id="g4778"
669- inkscape:label="Layer 1">
670- <g
671- transform="matrix(-1,0,0,1,575.99999,611)"
672- id="g4780"
673- style="display:inline">
674- <rect
675- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
676- id="rect4782"
677- width="96.037987"
678- height="96"
679- x="-438.00244"
680- y="345.36221"
681- transform="scale(-1,1)" />
682- <path
683- 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"
684- 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"
685- id="path4116"
686- inkscape:connector-curvature="0" />
687- <rect
688- 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"
689- id="rect4173"
690- width="5.9999971"
691- height="32.012661"
692- x="-396.36221"
693- y="-397.98663"
694- transform="matrix(0,-1,-1,0,0,0)" />
695- <ellipse
696- 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"
697- id="path4175"
698- cx="-393.36221"
699- cy="-408.99097"
700- transform="matrix(0,-1,-1,0,0,0)"
701- rx="5.0000143"
702- ry="5.0019927" />
703- </g>
704- </g>
705- </g>
706- </g>
707-</svg>
708
709=== removed file 'nav/img/header/info_light.svg'
710--- nav/img/header/info_light.svg 2016-03-26 18:53:17 +0000
711+++ nav/img/header/info_light.svg 1970-01-01 00:00:00 +0000
712@@ -1,184 +0,0 @@
713-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
714-<!-- Created with Inkscape (http://www.inkscape.org/) -->
715-
716-<svg
717- xmlns:dc="http://purl.org/dc/elements/1.1/"
718- xmlns:cc="http://creativecommons.org/ns#"
719- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
720- xmlns:svg="http://www.w3.org/2000/svg"
721- xmlns="http://www.w3.org/2000/svg"
722- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
723- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
724- width="96"
725- height="96"
726- id="svg4874"
727- version="1.1"
728- inkscape:version="0.91 r13725"
729- viewBox="0 0 96 96.000001"
730- sodipodi:docname="info_light.svg">
731- <defs
732- id="defs4876" />
733- <sodipodi:namedview
734- id="base"
735- pagecolor="#ffffff"
736- bordercolor="#666666"
737- borderopacity="1.0"
738- inkscape:pageopacity="0.0"
739- inkscape:pageshadow="2"
740- inkscape:zoom="8.7812488"
741- inkscape:cx="-11.632746"
742- inkscape:cy="44.122411"
743- inkscape:document-units="px"
744- inkscape:current-layer="g4780"
745- showgrid="true"
746- showborder="true"
747- fit-margin-top="0"
748- fit-margin-left="0"
749- fit-margin-right="0"
750- fit-margin-bottom="0"
751- inkscape:snap-bbox="true"
752- inkscape:bbox-paths="true"
753- inkscape:bbox-nodes="true"
754- inkscape:snap-bbox-edge-midpoints="true"
755- inkscape:snap-bbox-midpoints="true"
756- inkscape:object-paths="true"
757- inkscape:snap-intersection-paths="true"
758- inkscape:object-nodes="true"
759- inkscape:snap-smooth-nodes="true"
760- inkscape:snap-midpoints="true"
761- inkscape:snap-object-midpoints="true"
762- inkscape:snap-center="true"
763- showguides="true"
764- inkscape:guide-bbox="true"
765- inkscape:window-width="1615"
766- inkscape:window-height="1026"
767- inkscape:window-x="65"
768- inkscape:window-y="24"
769- inkscape:window-maximized="1">
770- <inkscape:grid
771- type="xygrid"
772- id="grid5451"
773- empspacing="8" />
774- <sodipodi:guide
775- orientation="1,0"
776- position="8,-8.0000001"
777- id="guide4063" />
778- <sodipodi:guide
779- orientation="1,0"
780- position="4,-8.0000001"
781- id="guide4065" />
782- <sodipodi:guide
783- orientation="0,1"
784- position="-8,88.000001"
785- id="guide4067" />
786- <sodipodi:guide
787- orientation="0,1"
788- position="-8,92.000001"
789- id="guide4069" />
790- <sodipodi:guide
791- orientation="0,1"
792- position="104,4"
793- id="guide4071" />
794- <sodipodi:guide
795- orientation="0,1"
796- position="-5,8.0000001"
797- id="guide4073" />
798- <sodipodi:guide
799- orientation="1,0"
800- position="92,-8.0000001"
801- id="guide4075" />
802- <sodipodi:guide
803- orientation="1,0"
804- position="88,-8.0000001"
805- id="guide4077" />
806- <sodipodi:guide
807- orientation="0,1"
808- position="-8,84.000001"
809- id="guide4074" />
810- <sodipodi:guide
811- orientation="1,0"
812- position="12,-8.0000001"
813- id="guide4076" />
814- <sodipodi:guide
815- orientation="0,1"
816- position="-5,12"
817- id="guide4078" />
818- <sodipodi:guide
819- orientation="1,0"
820- position="84,-9.0000001"
821- id="guide4080" />
822- <sodipodi:guide
823- position="48,-8.0000001"
824- orientation="1,0"
825- id="guide4170" />
826- <sodipodi:guide
827- position="-8,48"
828- orientation="0,1"
829- id="guide4172" />
830- </sodipodi:namedview>
831- <metadata
832- id="metadata4879">
833- <rdf:RDF>
834- <cc:Work
835- rdf:about="">
836- <dc:format>image/svg+xml</dc:format>
837- <dc:type
838- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
839- <dc:title />
840- </cc:Work>
841- </rdf:RDF>
842- </metadata>
843- <g
844- inkscape:label="Layer 1"
845- inkscape:groupmode="layer"
846- id="layer1"
847- transform="translate(67.857146,-78.50504)">
848- <g
849- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
850- id="g4845"
851- style="display:inline">
852- <g
853- inkscape:export-ydpi="90"
854- inkscape:export-xdpi="90"
855- inkscape:export-filename="next01.png"
856- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
857- id="g4778"
858- inkscape:label="Layer 1">
859- <g
860- transform="matrix(-1,0,0,1,575.99999,611)"
861- id="g4780"
862- style="display:inline">
863- <rect
864- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
865- id="rect4782"
866- width="96.037987"
867- height="96"
868- x="-438.00244"
869- y="345.36221"
870- transform="scale(-1,1)" />
871- <path
872- 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"
873- 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"
874- id="path4116"
875- inkscape:connector-curvature="0" />
876- <rect
877- 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"
878- id="rect4173"
879- width="5.9999971"
880- height="32.012661"
881- x="-396.36221"
882- y="-397.98663"
883- transform="matrix(0,-1,-1,0,0,0)" />
884- <ellipse
885- 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"
886- id="path4175"
887- cx="-393.36221"
888- cy="-408.99097"
889- transform="matrix(0,-1,-1,0,0,0)"
890- rx="5.0000143"
891- ry="5.0019927" />
892- </g>
893- </g>
894- </g>
895- </g>
896-</svg>
897
898=== removed file 'nav/img/header/restore.svg'
899--- nav/img/header/restore.svg 2016-03-26 18:53:17 +0000
900+++ nav/img/header/restore.svg 1970-01-01 00:00:00 +0000
901@@ -1,169 +0,0 @@
902-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
903-<!-- Created with Inkscape (http://www.inkscape.org/) -->
904-
905-<svg
906- xmlns:dc="http://purl.org/dc/elements/1.1/"
907- xmlns:cc="http://creativecommons.org/ns#"
908- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
909- xmlns:svg="http://www.w3.org/2000/svg"
910- xmlns="http://www.w3.org/2000/svg"
911- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
912- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
913- width="96"
914- height="96"
915- id="svg4874"
916- version="1.1"
917- inkscape:version="0.91+devel r"
918- viewBox="0 0 96 96.000001"
919- sodipodi:docname="view-restore.svg">
920- <defs
921- id="defs4876" />
922- <sodipodi:namedview
923- id="base"
924- pagecolor="#ffffff"
925- bordercolor="#666666"
926- borderopacity="1.0"
927- inkscape:pageopacity="0.0"
928- inkscape:pageshadow="2"
929- inkscape:zoom="10.976561"
930- inkscape:cx="24.493097"
931- inkscape:cy="51.855938"
932- inkscape:document-units="px"
933- inkscape:current-layer="g4780"
934- showgrid="true"
935- showborder="true"
936- fit-margin-top="0"
937- fit-margin-left="0"
938- fit-margin-right="0"
939- fit-margin-bottom="0"
940- inkscape:snap-bbox="true"
941- inkscape:bbox-paths="true"
942- inkscape:bbox-nodes="true"
943- inkscape:snap-bbox-edge-midpoints="true"
944- inkscape:snap-bbox-midpoints="true"
945- inkscape:object-paths="true"
946- inkscape:snap-intersection-paths="true"
947- inkscape:object-nodes="true"
948- inkscape:snap-smooth-nodes="true"
949- inkscape:snap-midpoints="true"
950- inkscape:snap-object-midpoints="true"
951- inkscape:snap-center="true"
952- showguides="true"
953- inkscape:guide-bbox="true"
954- inkscape:snap-global="true">
955- <inkscape:grid
956- type="xygrid"
957- id="grid5451"
958- empspacing="8" />
959- <sodipodi:guide
960- orientation="1,0"
961- position="8,-8.0000001"
962- id="guide4063" />
963- <sodipodi:guide
964- orientation="1,0"
965- position="4,-8.0000001"
966- id="guide4065" />
967- <sodipodi:guide
968- orientation="0,1"
969- position="-8,88.000001"
970- id="guide4067" />
971- <sodipodi:guide
972- orientation="0,1"
973- position="-8,92.000001"
974- id="guide4069" />
975- <sodipodi:guide
976- orientation="0,1"
977- position="104,4"
978- id="guide4071" />
979- <sodipodi:guide
980- orientation="0,1"
981- position="-5,8.0000001"
982- id="guide4073" />
983- <sodipodi:guide
984- orientation="1,0"
985- position="92,-8.0000001"
986- id="guide4075" />
987- <sodipodi:guide
988- orientation="1,0"
989- position="88,-8.0000001"
990- id="guide4077" />
991- <sodipodi:guide
992- orientation="0,1"
993- position="-8,84.000001"
994- id="guide4074" />
995- <sodipodi:guide
996- orientation="1,0"
997- position="12,-8.0000001"
998- id="guide4076" />
999- <sodipodi:guide
1000- orientation="0,1"
1001- position="-5,12"
1002- id="guide4078" />
1003- <sodipodi:guide
1004- orientation="1,0"
1005- position="84,-9.0000001"
1006- id="guide4080" />
1007- <sodipodi:guide
1008- position="48,-8.0000001"
1009- orientation="1,0"
1010- id="guide4170" />
1011- <sodipodi:guide
1012- position="-8,48"
1013- orientation="0,1"
1014- id="guide4172" />
1015- </sodipodi:namedview>
1016- <metadata
1017- id="metadata4879">
1018- <rdf:RDF>
1019- <cc:Work
1020- rdf:about="">
1021- <dc:format>image/svg+xml</dc:format>
1022- <dc:type
1023- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1024- <dc:title></dc:title>
1025- </cc:Work>
1026- </rdf:RDF>
1027- </metadata>
1028- <g
1029- inkscape:label="Layer 1"
1030- inkscape:groupmode="layer"
1031- id="layer1"
1032- transform="translate(67.857146,-78.50504)">
1033- <g
1034- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
1035- id="g4845"
1036- style="display:inline">
1037- <g
1038- inkscape:export-ydpi="90"
1039- inkscape:export-xdpi="90"
1040- inkscape:export-filename="next01.png"
1041- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
1042- id="g4778"
1043- inkscape:label="Layer 1">
1044- <g
1045- transform="matrix(-1,0,0,1,575.99999,611)"
1046- id="g4780"
1047- style="display:inline">
1048- <rect
1049- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
1050- id="rect4782"
1051- width="96.037987"
1052- height="96"
1053- x="-438.00244"
1054- y="345.36221"
1055- transform="scale(-1,1)" />
1056- <path
1057- 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"
1058- 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 "
1059- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
1060- id="path4412" />
1061- <path
1062- 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"
1063- 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"
1064- id="path4645"
1065- inkscape:connector-curvature="0" />
1066- </g>
1067- </g>
1068- </g>
1069- </g>
1070-</svg>
1071
1072=== removed file 'nav/img/header/restore_light.svg'
1073--- nav/img/header/restore_light.svg 2016-03-26 18:53:17 +0000
1074+++ nav/img/header/restore_light.svg 1970-01-01 00:00:00 +0000
1075@@ -1,175 +0,0 @@
1076-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1077-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1078-
1079-<svg
1080- xmlns:dc="http://purl.org/dc/elements/1.1/"
1081- xmlns:cc="http://creativecommons.org/ns#"
1082- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1083- xmlns:svg="http://www.w3.org/2000/svg"
1084- xmlns="http://www.w3.org/2000/svg"
1085- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1086- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1087- width="96"
1088- height="96"
1089- id="svg4874"
1090- version="1.1"
1091- inkscape:version="0.91 r13725"
1092- viewBox="0 0 96 96.000001"
1093- sodipodi:docname="view-restore_light.svg">
1094- <defs
1095- id="defs4876" />
1096- <sodipodi:namedview
1097- id="base"
1098- pagecolor="#ffffff"
1099- bordercolor="#666666"
1100- borderopacity="1.0"
1101- inkscape:pageopacity="0.0"
1102- inkscape:pageshadow="2"
1103- inkscape:zoom="10.976561"
1104- inkscape:cx="10.918718"
1105- inkscape:cy="51.855938"
1106- inkscape:document-units="px"
1107- inkscape:current-layer="g4780"
1108- showgrid="true"
1109- showborder="true"
1110- fit-margin-top="0"
1111- fit-margin-left="0"
1112- fit-margin-right="0"
1113- fit-margin-bottom="0"
1114- inkscape:snap-bbox="true"
1115- inkscape:bbox-paths="true"
1116- inkscape:bbox-nodes="true"
1117- inkscape:snap-bbox-edge-midpoints="true"
1118- inkscape:snap-bbox-midpoints="true"
1119- inkscape:object-paths="true"
1120- inkscape:snap-intersection-paths="true"
1121- inkscape:object-nodes="true"
1122- inkscape:snap-smooth-nodes="true"
1123- inkscape:snap-midpoints="true"
1124- inkscape:snap-object-midpoints="true"
1125- inkscape:snap-center="true"
1126- showguides="true"
1127- inkscape:guide-bbox="true"
1128- inkscape:snap-global="true"
1129- inkscape:window-width="1615"
1130- inkscape:window-height="1026"
1131- inkscape:window-x="65"
1132- inkscape:window-y="24"
1133- inkscape:window-maximized="1">
1134- <inkscape:grid
1135- type="xygrid"
1136- id="grid5451"
1137- empspacing="8" />
1138- <sodipodi:guide
1139- orientation="1,0"
1140- position="8,-8.0000001"
1141- id="guide4063" />
1142- <sodipodi:guide
1143- orientation="1,0"
1144- position="4,-8.0000001"
1145- id="guide4065" />
1146- <sodipodi:guide
1147- orientation="0,1"
1148- position="-8,88.000001"
1149- id="guide4067" />
1150- <sodipodi:guide
1151- orientation="0,1"
1152- position="-8,92.000001"
1153- id="guide4069" />
1154- <sodipodi:guide
1155- orientation="0,1"
1156- position="104,4"
1157- id="guide4071" />
1158- <sodipodi:guide
1159- orientation="0,1"
1160- position="-5,8.0000001"
1161- id="guide4073" />
1162- <sodipodi:guide
1163- orientation="1,0"
1164- position="92,-8.0000001"
1165- id="guide4075" />
1166- <sodipodi:guide
1167- orientation="1,0"
1168- position="88,-8.0000001"
1169- id="guide4077" />
1170- <sodipodi:guide
1171- orientation="0,1"
1172- position="-8,84.000001"
1173- id="guide4074" />
1174- <sodipodi:guide
1175- orientation="1,0"
1176- position="12,-8.0000001"
1177- id="guide4076" />
1178- <sodipodi:guide
1179- orientation="0,1"
1180- position="-5,12"
1181- id="guide4078" />
1182- <sodipodi:guide
1183- orientation="1,0"
1184- position="84,-9.0000001"
1185- id="guide4080" />
1186- <sodipodi:guide
1187- position="48,-8.0000001"
1188- orientation="1,0"
1189- id="guide4170" />
1190- <sodipodi:guide
1191- position="-8,48"
1192- orientation="0,1"
1193- id="guide4172" />
1194- </sodipodi:namedview>
1195- <metadata
1196- id="metadata4879">
1197- <rdf:RDF>
1198- <cc:Work
1199- rdf:about="">
1200- <dc:format>image/svg+xml</dc:format>
1201- <dc:type
1202- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1203- <dc:title></dc:title>
1204- </cc:Work>
1205- </rdf:RDF>
1206- </metadata>
1207- <g
1208- inkscape:label="Layer 1"
1209- inkscape:groupmode="layer"
1210- id="layer1"
1211- transform="translate(67.857146,-78.50504)">
1212- <g
1213- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
1214- id="g4845"
1215- style="display:inline">
1216- <g
1217- inkscape:export-ydpi="90"
1218- inkscape:export-xdpi="90"
1219- inkscape:export-filename="next01.png"
1220- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
1221- id="g4778"
1222- inkscape:label="Layer 1">
1223- <g
1224- transform="matrix(-1,0,0,1,575.99999,611)"
1225- id="g4780"
1226- style="display:inline">
1227- <rect
1228- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
1229- id="rect4782"
1230- width="96.037987"
1231- height="96"
1232- x="-438.00244"
1233- y="345.36221"
1234- transform="scale(-1,1)" />
1235- <path
1236- 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"
1237- 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"
1238- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
1239- id="path4412"
1240- inkscape:connector-curvature="0" />
1241- <path
1242- 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"
1243- 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"
1244- id="path4645"
1245- inkscape:connector-curvature="0" />
1246- </g>
1247- </g>
1248- </g>
1249- </g>
1250-</svg>
1251
1252=== removed file 'nav/img/header/send.svg'
1253--- nav/img/header/send.svg 2016-03-26 18:53:17 +0000
1254+++ nav/img/header/send.svg 1970-01-01 00:00:00 +0000
1255@@ -1,173 +0,0 @@
1256-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1257-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1258-
1259-<svg
1260- xmlns:dc="http://purl.org/dc/elements/1.1/"
1261- xmlns:cc="http://creativecommons.org/ns#"
1262- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1263- xmlns:svg="http://www.w3.org/2000/svg"
1264- xmlns="http://www.w3.org/2000/svg"
1265- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1266- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1267- width="96"
1268- height="96"
1269- id="svg4874"
1270- version="1.1"
1271- inkscape:version="0.91+devel r"
1272- viewBox="0 0 96 96.000001"
1273- sodipodi:docname="send.svg">
1274- <defs
1275- id="defs4876">
1276- <inkscape:path-effect
1277- effect="powerstroke"
1278- id="path-effect4213"
1279- is_visible="true"
1280- offset_points="0,2.8284271"
1281- sort_points="true"
1282- interpolator_type="CubicBezierJohan"
1283- interpolator_beta="0.2"
1284- start_linecap_type="zerowidth"
1285- linejoin_type="extrp_arc"
1286- miter_limit="4"
1287- end_linecap_type="zerowidth"
1288- cusp_linecap_type="round" />
1289- <inkscape:path-effect
1290- effect="powerstroke"
1291- id="path-effect4205"
1292- is_visible="true"
1293- offset_points="1,4"
1294- sort_points="true"
1295- interpolator_type="CubicBezierJohan"
1296- interpolator_beta="0.2"
1297- start_linecap_type="zerowidth"
1298- linejoin_type="extrp_arc"
1299- miter_limit="4"
1300- end_linecap_type="zerowidth"
1301- cusp_linecap_type="round" />
1302- </defs>
1303- <sodipodi:namedview
1304- id="base"
1305- pagecolor="#ffffff"
1306- bordercolor="#666666"
1307- borderopacity="1.0"
1308- inkscape:pageopacity="0.0"
1309- inkscape:pageshadow="2"
1310- inkscape:zoom="3.5967995"
1311- inkscape:cx="73.412477"
1312- inkscape:cy="42.593387"
1313- inkscape:document-units="px"
1314- inkscape:current-layer="layer1"
1315- showgrid="true"
1316- showborder="true"
1317- fit-margin-top="0"
1318- fit-margin-left="0"
1319- fit-margin-right="0"
1320- fit-margin-bottom="0"
1321- inkscape:snap-bbox="true"
1322- inkscape:bbox-paths="true"
1323- inkscape:bbox-nodes="true"
1324- inkscape:snap-bbox-edge-midpoints="true"
1325- inkscape:snap-bbox-midpoints="true"
1326- inkscape:object-paths="true"
1327- inkscape:snap-intersection-paths="true"
1328- inkscape:object-nodes="true"
1329- inkscape:snap-smooth-nodes="true"
1330- inkscape:snap-midpoints="true"
1331- inkscape:snap-object-midpoints="true"
1332- inkscape:snap-center="true"
1333- showguides="true"
1334- inkscape:guide-bbox="true"
1335- inkscape:snap-global="true">
1336- <inkscape:grid
1337- type="xygrid"
1338- id="grid5451"
1339- empspacing="8" />
1340- <sodipodi:guide
1341- orientation="1,0"
1342- position="8,-8.0000001"
1343- id="guide4063" />
1344- <sodipodi:guide
1345- orientation="1,0"
1346- position="4,-8.0000001"
1347- id="guide4065" />
1348- <sodipodi:guide
1349- orientation="0,1"
1350- position="-8,88.000001"
1351- id="guide4067" />
1352- <sodipodi:guide
1353- orientation="0,1"
1354- position="-8,92.000001"
1355- id="guide4069" />
1356- <sodipodi:guide
1357- orientation="0,1"
1358- position="104,4"
1359- id="guide4071" />
1360- <sodipodi:guide
1361- orientation="0,1"
1362- position="-5,8.0000001"
1363- id="guide4073" />
1364- <sodipodi:guide
1365- orientation="1,0"
1366- position="88,-8.0000001"
1367- id="guide4077" />
1368- <sodipodi:guide
1369- orientation="0,1"
1370- position="-8,84.000001"
1371- id="guide4074" />
1372- <sodipodi:guide
1373- orientation="1,0"
1374- position="12,-8.0000001"
1375- id="guide4076" />
1376- <sodipodi:guide
1377- orientation="1,0"
1378- position="84,-8.0000001"
1379- id="guide4080" />
1380- <sodipodi:guide
1381- position="48,-8.0000001"
1382- orientation="1,0"
1383- id="guide4170" />
1384- <sodipodi:guide
1385- position="-8,48"
1386- orientation="0,1"
1387- id="guide4172" />
1388- <sodipodi:guide
1389- position="92,-8.0000001"
1390- orientation="1,0"
1391- id="guide4760" />
1392- </sodipodi:namedview>
1393- <metadata
1394- id="metadata4879">
1395- <rdf:RDF>
1396- <cc:Work
1397- rdf:about="">
1398- <dc:format>image/svg+xml</dc:format>
1399- <dc:type
1400- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1401- <dc:title></dc:title>
1402- </cc:Work>
1403- </rdf:RDF>
1404- </metadata>
1405- <g
1406- inkscape:label="Layer 1"
1407- inkscape:groupmode="layer"
1408- id="layer1"
1409- transform="translate(67.857146,-78.50504)">
1410- <rect
1411- transform="rotate(90)"
1412- y="-28.142857"
1413- x="78.505051"
1414- height="96"
1415- width="96"
1416- id="rect4782"
1417- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
1418- <path
1419- 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"
1420- 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 "
1421- transform="translate(-67.857146,78.50504)"
1422- id="path4193" />
1423- <path
1424- 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"
1425- 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"
1426- id="path4211" />
1427- </g>
1428-</svg>
1429
1430=== removed file 'nav/img/header/send_light.svg'
1431--- nav/img/header/send_light.svg 2016-03-26 18:53:17 +0000
1432+++ nav/img/header/send_light.svg 1970-01-01 00:00:00 +0000
1433@@ -1,180 +0,0 @@
1434-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1435-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1436-
1437-<svg
1438- xmlns:dc="http://purl.org/dc/elements/1.1/"
1439- xmlns:cc="http://creativecommons.org/ns#"
1440- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1441- xmlns:svg="http://www.w3.org/2000/svg"
1442- xmlns="http://www.w3.org/2000/svg"
1443- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1444- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1445- width="96"
1446- height="96"
1447- id="svg4874"
1448- version="1.1"
1449- inkscape:version="0.91 r13725"
1450- viewBox="0 0 96 96.000001"
1451- sodipodi:docname="send_light.svg">
1452- <defs
1453- id="defs4876">
1454- <inkscape:path-effect
1455- effect="powerstroke"
1456- id="path-effect4213"
1457- is_visible="true"
1458- offset_points="0,2.8284271"
1459- sort_points="true"
1460- interpolator_type="CubicBezierJohan"
1461- interpolator_beta="0.2"
1462- start_linecap_type="zerowidth"
1463- linejoin_type="extrp_arc"
1464- miter_limit="4"
1465- end_linecap_type="zerowidth"
1466- cusp_linecap_type="round" />
1467- <inkscape:path-effect
1468- effect="powerstroke"
1469- id="path-effect4205"
1470- is_visible="true"
1471- offset_points="1,4"
1472- sort_points="true"
1473- interpolator_type="CubicBezierJohan"
1474- interpolator_beta="0.2"
1475- start_linecap_type="zerowidth"
1476- linejoin_type="extrp_arc"
1477- miter_limit="4"
1478- end_linecap_type="zerowidth"
1479- cusp_linecap_type="round" />
1480- </defs>
1481- <sodipodi:namedview
1482- id="base"
1483- pagecolor="#ffffff"
1484- bordercolor="#666666"
1485- borderopacity="1.0"
1486- inkscape:pageopacity="0.0"
1487- inkscape:pageshadow="2"
1488- inkscape:zoom="3.5967995"
1489- inkscape:cx="31.986759"
1490- inkscape:cy="42.593387"
1491- inkscape:document-units="px"
1492- inkscape:current-layer="layer1"
1493- showgrid="true"
1494- showborder="true"
1495- fit-margin-top="0"
1496- fit-margin-left="0"
1497- fit-margin-right="0"
1498- fit-margin-bottom="0"
1499- inkscape:snap-bbox="true"
1500- inkscape:bbox-paths="true"
1501- inkscape:bbox-nodes="true"
1502- inkscape:snap-bbox-edge-midpoints="true"
1503- inkscape:snap-bbox-midpoints="true"
1504- inkscape:object-paths="true"
1505- inkscape:snap-intersection-paths="true"
1506- inkscape:object-nodes="true"
1507- inkscape:snap-smooth-nodes="true"
1508- inkscape:snap-midpoints="true"
1509- inkscape:snap-object-midpoints="true"
1510- inkscape:snap-center="true"
1511- showguides="true"
1512- inkscape:guide-bbox="true"
1513- inkscape:snap-global="true"
1514- inkscape:window-width="1615"
1515- inkscape:window-height="1026"
1516- inkscape:window-x="65"
1517- inkscape:window-y="24"
1518- inkscape:window-maximized="1">
1519- <inkscape:grid
1520- type="xygrid"
1521- id="grid5451"
1522- empspacing="8" />
1523- <sodipodi:guide
1524- orientation="1,0"
1525- position="8,-8.0000001"
1526- id="guide4063" />
1527- <sodipodi:guide
1528- orientation="1,0"
1529- position="4,-8.0000001"
1530- id="guide4065" />
1531- <sodipodi:guide
1532- orientation="0,1"
1533- position="-8,88.000001"
1534- id="guide4067" />
1535- <sodipodi:guide
1536- orientation="0,1"
1537- position="-8,92.000001"
1538- id="guide4069" />
1539- <sodipodi:guide
1540- orientation="0,1"
1541- position="104,4"
1542- id="guide4071" />
1543- <sodipodi:guide
1544- orientation="0,1"
1545- position="-5,8.0000001"
1546- id="guide4073" />
1547- <sodipodi:guide
1548- orientation="1,0"
1549- position="88,-8.0000001"
1550- id="guide4077" />
1551- <sodipodi:guide
1552- orientation="0,1"
1553- position="-8,84.000001"
1554- id="guide4074" />
1555- <sodipodi:guide
1556- orientation="1,0"
1557- position="12,-8.0000001"
1558- id="guide4076" />
1559- <sodipodi:guide
1560- orientation="1,0"
1561- position="84,-8.0000001"
1562- id="guide4080" />
1563- <sodipodi:guide
1564- position="48,-8.0000001"
1565- orientation="1,0"
1566- id="guide4170" />
1567- <sodipodi:guide
1568- position="-8,48"
1569- orientation="0,1"
1570- id="guide4172" />
1571- <sodipodi:guide
1572- position="92,-8.0000001"
1573- orientation="1,0"
1574- id="guide4760" />
1575- </sodipodi:namedview>
1576- <metadata
1577- id="metadata4879">
1578- <rdf:RDF>
1579- <cc:Work
1580- rdf:about="">
1581- <dc:format>image/svg+xml</dc:format>
1582- <dc:type
1583- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1584- <dc:title></dc:title>
1585- </cc:Work>
1586- </rdf:RDF>
1587- </metadata>
1588- <g
1589- inkscape:label="Layer 1"
1590- inkscape:groupmode="layer"
1591- id="layer1"
1592- transform="translate(67.857146,-78.50504)">
1593- <rect
1594- transform="rotate(90)"
1595- y="-28.142857"
1596- x="78.505051"
1597- height="96"
1598- width="96"
1599- id="rect4782"
1600- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
1601- <path
1602- 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"
1603- 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"
1604- transform="translate(-67.857146,78.50504)"
1605- id="path4193"
1606- inkscape:connector-curvature="0" />
1607- <path
1608- 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"
1609- 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"
1610- id="path4211"
1611- inkscape:connector-curvature="0" />
1612- </g>
1613-</svg>
1614
1615=== removed file 'nav/img/header/settings.svg'
1616--- nav/img/header/settings.svg 2016-03-26 18:53:17 +0000
1617+++ nav/img/header/settings.svg 1970-01-01 00:00:00 +0000
1618@@ -1,174 +0,0 @@
1619-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1620-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1621-
1622-<svg
1623- xmlns:dc="http://purl.org/dc/elements/1.1/"
1624- xmlns:cc="http://creativecommons.org/ns#"
1625- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1626- xmlns:svg="http://www.w3.org/2000/svg"
1627- xmlns="http://www.w3.org/2000/svg"
1628- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1629- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1630- width="96"
1631- height="96"
1632- id="svg4874"
1633- version="1.1"
1634- inkscape:version="0.91+devel r"
1635- viewBox="0 0 96 96.000001"
1636- sodipodi:docname="settings.svg">
1637- <defs
1638- id="defs4876" />
1639- <sodipodi:namedview
1640- id="base"
1641- pagecolor="#ffffff"
1642- bordercolor="#666666"
1643- borderopacity="1.0"
1644- inkscape:pageopacity="0.0"
1645- inkscape:pageshadow="2"
1646- inkscape:zoom="4.4959995"
1647- inkscape:cx="-16.425718"
1648- inkscape:cy="47.675692"
1649- inkscape:document-units="px"
1650- inkscape:current-layer="g4780"
1651- showgrid="true"
1652- showborder="true"
1653- fit-margin-top="0"
1654- fit-margin-left="0"
1655- fit-margin-right="0"
1656- fit-margin-bottom="0"
1657- inkscape:snap-bbox="true"
1658- inkscape:bbox-paths="true"
1659- inkscape:bbox-nodes="true"
1660- inkscape:snap-bbox-edge-midpoints="true"
1661- inkscape:snap-bbox-midpoints="true"
1662- inkscape:object-paths="true"
1663- inkscape:snap-intersection-paths="true"
1664- inkscape:object-nodes="true"
1665- inkscape:snap-smooth-nodes="true"
1666- inkscape:snap-midpoints="true"
1667- inkscape:snap-object-midpoints="true"
1668- inkscape:snap-center="true"
1669- showguides="true"
1670- inkscape:guide-bbox="true"
1671- inkscape:snap-global="true">
1672- <inkscape:grid
1673- type="xygrid"
1674- id="grid5451"
1675- empspacing="8" />
1676- <sodipodi:guide
1677- orientation="1,0"
1678- position="8,-8.0000001"
1679- id="guide4063" />
1680- <sodipodi:guide
1681- orientation="1,0"
1682- position="4,-8.0000001"
1683- id="guide4065" />
1684- <sodipodi:guide
1685- orientation="0,1"
1686- position="-8,88.000001"
1687- id="guide4067" />
1688- <sodipodi:guide
1689- orientation="0,1"
1690- position="-8,92.000001"
1691- id="guide4069" />
1692- <sodipodi:guide
1693- orientation="0,1"
1694- position="104,4"
1695- id="guide4071" />
1696- <sodipodi:guide
1697- orientation="0,1"
1698- position="-5,8.0000001"
1699- id="guide4073" />
1700- <sodipodi:guide
1701- orientation="1,0"
1702- position="92,-8.0000001"
1703- id="guide4075" />
1704- <sodipodi:guide
1705- orientation="1,0"
1706- position="88,-8.0000001"
1707- id="guide4077" />
1708- <sodipodi:guide
1709- orientation="0,1"
1710- position="-8,84.000001"
1711- id="guide4074" />
1712- <sodipodi:guide
1713- orientation="1,0"
1714- position="12,-8.0000001"
1715- id="guide4076" />
1716- <sodipodi:guide
1717- orientation="0,1"
1718- position="-5,12"
1719- id="guide4078" />
1720- <sodipodi:guide
1721- orientation="1,0"
1722- position="84,-9.0000001"
1723- id="guide4080" />
1724- <sodipodi:guide
1725- position="48,-8.0000001"
1726- orientation="1,0"
1727- id="guide4170" />
1728- <sodipodi:guide
1729- position="-8,48"
1730- orientation="0,1"
1731- id="guide4172" />
1732- </sodipodi:namedview>
1733- <metadata
1734- id="metadata4879">
1735- <rdf:RDF>
1736- <cc:Work
1737- rdf:about="">
1738- <dc:format>image/svg+xml</dc:format>
1739- <dc:type
1740- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1741- <dc:title></dc:title>
1742- </cc:Work>
1743- </rdf:RDF>
1744- </metadata>
1745- <g
1746- inkscape:label="Layer 1"
1747- inkscape:groupmode="layer"
1748- id="layer1"
1749- transform="translate(67.857146,-78.50504)">
1750- <g
1751- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
1752- id="g4845"
1753- style="display:inline">
1754- <g
1755- inkscape:export-ydpi="90"
1756- inkscape:export-xdpi="90"
1757- inkscape:export-filename="next01.png"
1758- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
1759- id="g4778"
1760- inkscape:label="Layer 1">
1761- <g
1762- transform="matrix(-1,0,0,1,575.99999,611)"
1763- id="g4780"
1764- style="display:inline">
1765- <rect
1766- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
1767- id="rect4782"
1768- width="96.037987"
1769- height="96"
1770- x="-438.00244"
1771- y="345.36221"
1772- transform="scale(-1,1)" />
1773- <path
1774- 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"
1775- 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"
1776- id="path5417"
1777- inkscape:connector-curvature="0" />
1778- <path
1779- 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"
1780- 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 "
1781- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
1782- id="path4168" />
1783- <path
1784- 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"
1785- 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"
1786- id="ellipse4539"
1787- inkscape:connector-curvature="0" />
1788- </g>
1789- </g>
1790- </g>
1791- </g>
1792-</svg>
1793
1794=== removed file 'nav/img/header/settings_light.svg'
1795--- nav/img/header/settings_light.svg 2016-03-26 18:53:17 +0000
1796+++ nav/img/header/settings_light.svg 1970-01-01 00:00:00 +0000
1797@@ -1,180 +0,0 @@
1798-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1799-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1800-
1801-<svg
1802- xmlns:dc="http://purl.org/dc/elements/1.1/"
1803- xmlns:cc="http://creativecommons.org/ns#"
1804- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1805- xmlns:svg="http://www.w3.org/2000/svg"
1806- xmlns="http://www.w3.org/2000/svg"
1807- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1808- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1809- width="96"
1810- height="96"
1811- id="svg4874"
1812- version="1.1"
1813- inkscape:version="0.91 r13725"
1814- viewBox="0 0 96 96.000001"
1815- sodipodi:docname="settings_light.svg">
1816- <defs
1817- id="defs4876" />
1818- <sodipodi:namedview
1819- id="base"
1820- pagecolor="#ffffff"
1821- bordercolor="#666666"
1822- borderopacity="1.0"
1823- inkscape:pageopacity="0.0"
1824- inkscape:pageshadow="2"
1825- inkscape:zoom="4.4959995"
1826- inkscape:cx="-49.566291"
1827- inkscape:cy="47.675692"
1828- inkscape:document-units="px"
1829- inkscape:current-layer="g4780"
1830- showgrid="true"
1831- showborder="true"
1832- fit-margin-top="0"
1833- fit-margin-left="0"
1834- fit-margin-right="0"
1835- fit-margin-bottom="0"
1836- inkscape:snap-bbox="true"
1837- inkscape:bbox-paths="true"
1838- inkscape:bbox-nodes="true"
1839- inkscape:snap-bbox-edge-midpoints="true"
1840- inkscape:snap-bbox-midpoints="true"
1841- inkscape:object-paths="true"
1842- inkscape:snap-intersection-paths="true"
1843- inkscape:object-nodes="true"
1844- inkscape:snap-smooth-nodes="true"
1845- inkscape:snap-midpoints="true"
1846- inkscape:snap-object-midpoints="true"
1847- inkscape:snap-center="true"
1848- showguides="true"
1849- inkscape:guide-bbox="true"
1850- inkscape:snap-global="true"
1851- inkscape:window-width="1615"
1852- inkscape:window-height="1026"
1853- inkscape:window-x="65"
1854- inkscape:window-y="24"
1855- inkscape:window-maximized="1">
1856- <inkscape:grid
1857- type="xygrid"
1858- id="grid5451"
1859- empspacing="8" />
1860- <sodipodi:guide
1861- orientation="1,0"
1862- position="8,-8.0000001"
1863- id="guide4063" />
1864- <sodipodi:guide
1865- orientation="1,0"
1866- position="4,-8.0000001"
1867- id="guide4065" />
1868- <sodipodi:guide
1869- orientation="0,1"
1870- position="-8,88.000001"
1871- id="guide4067" />
1872- <sodipodi:guide
1873- orientation="0,1"
1874- position="-8,92.000001"
1875- id="guide4069" />
1876- <sodipodi:guide
1877- orientation="0,1"
1878- position="104,4"
1879- id="guide4071" />
1880- <sodipodi:guide
1881- orientation="0,1"
1882- position="-5,8.0000001"
1883- id="guide4073" />
1884- <sodipodi:guide
1885- orientation="1,0"
1886- position="92,-8.0000001"
1887- id="guide4075" />
1888- <sodipodi:guide
1889- orientation="1,0"
1890- position="88,-8.0000001"
1891- id="guide4077" />
1892- <sodipodi:guide
1893- orientation="0,1"
1894- position="-8,84.000001"
1895- id="guide4074" />
1896- <sodipodi:guide
1897- orientation="1,0"
1898- position="12,-8.0000001"
1899- id="guide4076" />
1900- <sodipodi:guide
1901- orientation="0,1"
1902- position="-5,12"
1903- id="guide4078" />
1904- <sodipodi:guide
1905- orientation="1,0"
1906- position="84,-9.0000001"
1907- id="guide4080" />
1908- <sodipodi:guide
1909- position="48,-8.0000001"
1910- orientation="1,0"
1911- id="guide4170" />
1912- <sodipodi:guide
1913- position="-8,48"
1914- orientation="0,1"
1915- id="guide4172" />
1916- </sodipodi:namedview>
1917- <metadata
1918- id="metadata4879">
1919- <rdf:RDF>
1920- <cc:Work
1921- rdf:about="">
1922- <dc:format>image/svg+xml</dc:format>
1923- <dc:type
1924- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1925- <dc:title></dc:title>
1926- </cc:Work>
1927- </rdf:RDF>
1928- </metadata>
1929- <g
1930- inkscape:label="Layer 1"
1931- inkscape:groupmode="layer"
1932- id="layer1"
1933- transform="translate(67.857146,-78.50504)">
1934- <g
1935- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
1936- id="g4845"
1937- style="display:inline">
1938- <g
1939- inkscape:export-ydpi="90"
1940- inkscape:export-xdpi="90"
1941- inkscape:export-filename="next01.png"
1942- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
1943- id="g4778"
1944- inkscape:label="Layer 1">
1945- <g
1946- transform="matrix(-1,0,0,1,575.99999,611)"
1947- id="g4780"
1948- style="display:inline">
1949- <rect
1950- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
1951- id="rect4782"
1952- width="96.037987"
1953- height="96"
1954- x="-438.00244"
1955- y="345.36221"
1956- transform="scale(-1,1)" />
1957- <path
1958- 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"
1959- 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"
1960- id="path5417"
1961- inkscape:connector-curvature="0" />
1962- <path
1963- 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"
1964- 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"
1965- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
1966- id="path4168"
1967- inkscape:connector-curvature="0" />
1968- <path
1969- 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"
1970- 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"
1971- id="ellipse4539"
1972- inkscape:connector-curvature="0" />
1973- </g>
1974- </g>
1975- </g>
1976- </g>
1977-</svg>
1978
1979=== removed directory 'nav/img/pages/route'
1980=== removed file 'nav/img/pages/route/cancel.svg'
1981--- nav/img/pages/route/cancel.svg 2016-03-26 18:53:17 +0000
1982+++ nav/img/pages/route/cancel.svg 1970-01-01 00:00:00 +0000
1983@@ -1,182 +0,0 @@
1984-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1985-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1986-
1987-<svg
1988- xmlns:dc="http://purl.org/dc/elements/1.1/"
1989- xmlns:cc="http://creativecommons.org/ns#"
1990- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1991- xmlns:svg="http://www.w3.org/2000/svg"
1992- xmlns="http://www.w3.org/2000/svg"
1993- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1994- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1995- width="96"
1996- height="96"
1997- id="svg4874"
1998- version="1.1"
1999- inkscape:version="0.91+devel r"
2000- viewBox="0 0 96 96.000001"
2001- sodipodi:docname="edit-clear.svg">
2002- <defs
2003- id="defs4876" />
2004- <sodipodi:namedview
2005- id="base"
2006- pagecolor="#ffffff"
2007- bordercolor="#666666"
2008- borderopacity="1.0"
2009- inkscape:pageopacity="0.0"
2010- inkscape:pageshadow="2"
2011- inkscape:zoom="10.976561"
2012- inkscape:cx="19.159003"
2013- inkscape:cy="42.886827"
2014- inkscape:document-units="px"
2015- inkscape:current-layer="g4780"
2016- showgrid="true"
2017- showborder="true"
2018- fit-margin-top="0"
2019- fit-margin-left="0"
2020- fit-margin-right="0"
2021- fit-margin-bottom="0"
2022- inkscape:snap-bbox="true"
2023- inkscape:bbox-paths="true"
2024- inkscape:bbox-nodes="true"
2025- inkscape:snap-bbox-edge-midpoints="true"
2026- inkscape:snap-bbox-midpoints="true"
2027- inkscape:object-paths="true"
2028- inkscape:snap-intersection-paths="true"
2029- inkscape:object-nodes="true"
2030- inkscape:snap-smooth-nodes="true"
2031- inkscape:snap-midpoints="true"
2032- inkscape:snap-object-midpoints="true"
2033- inkscape:snap-center="true"
2034- showguides="true"
2035- inkscape:guide-bbox="true"
2036- inkscape:snap-global="true">
2037- <inkscape:grid
2038- type="xygrid"
2039- id="grid5451"
2040- empspacing="8" />
2041- <sodipodi:guide
2042- orientation="1,0"
2043- position="8,-8.0000001"
2044- id="guide4063" />
2045- <sodipodi:guide
2046- orientation="1,0"
2047- position="4,-8.0000001"
2048- id="guide4065" />
2049- <sodipodi:guide
2050- orientation="0,1"
2051- position="-8,88.000001"
2052- id="guide4067" />
2053- <sodipodi:guide
2054- orientation="0,1"
2055- position="-8,92.000001"
2056- id="guide4069" />
2057- <sodipodi:guide
2058- orientation="0,1"
2059- position="104,4"
2060- id="guide4071" />
2061- <sodipodi:guide
2062- orientation="0,1"
2063- position="-5,8.0000001"
2064- id="guide4073" />
2065- <sodipodi:guide
2066- orientation="1,0"
2067- position="92,-8.0000001"
2068- id="guide4075" />
2069- <sodipodi:guide
2070- orientation="1,0"
2071- position="88,-8.0000001"
2072- id="guide4077" />
2073- <sodipodi:guide
2074- orientation="0,1"
2075- position="-8,84.000001"
2076- id="guide4074" />
2077- <sodipodi:guide
2078- orientation="1,0"
2079- position="12,-8.0000001"
2080- id="guide4076" />
2081- <sodipodi:guide
2082- orientation="0,1"
2083- position="-5,12"
2084- id="guide4078" />
2085- <sodipodi:guide
2086- orientation="1,0"
2087- position="84,-9.0000001"
2088- id="guide4080" />
2089- <sodipodi:guide
2090- position="48,-8.0000001"
2091- orientation="1,0"
2092- id="guide4170" />
2093- <sodipodi:guide
2094- position="-8,48"
2095- orientation="0,1"
2096- id="guide4172" />
2097- </sodipodi:namedview>
2098- <metadata
2099- id="metadata4879">
2100- <rdf:RDF>
2101- <cc:Work
2102- rdf:about="">
2103- <dc:format>image/svg+xml</dc:format>
2104- <dc:type
2105- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2106- <dc:title></dc:title>
2107- </cc:Work>
2108- </rdf:RDF>
2109- </metadata>
2110- <g
2111- inkscape:label="Layer 1"
2112- inkscape:groupmode="layer"
2113- id="layer1"
2114- transform="translate(67.857146,-78.50504)">
2115- <g
2116- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2117- id="g4845"
2118- style="display:inline">
2119- <g
2120- inkscape:export-ydpi="90"
2121- inkscape:export-xdpi="90"
2122- inkscape:export-filename="next01.png"
2123- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2124- id="g4778"
2125- inkscape:label="Layer 1">
2126- <g
2127- transform="matrix(-1,0,0,1,575.99999,611)"
2128- id="g4780"
2129- style="display:inline">
2130- <rect
2131- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
2132- id="rect4782"
2133- width="96.037987"
2134- height="96"
2135- x="-438.00244"
2136- y="345.36221"
2137- transform="scale(-1,1)" />
2138- <path
2139- 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"
2140- 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"
2141- id="path4157" />
2142- <path
2143- 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"
2144- 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"
2145- id="path4344" />
2146- <path
2147- 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"
2148- 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"
2149- id="path4116"
2150- inkscape:connector-curvature="0" />
2151- <path
2152- 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"
2153- d="m 406.57617,373.94727 -36.01367,36 2.82812,2.83007 36.01368,-36 -2.82813,-2.83007 z"
2154- id="path4305"
2155- inkscape:connector-curvature="0" />
2156- <path
2157- 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"
2158- d="m 373.39062,373.94727 -2.82812,2.83007 36.01367,36 2.82813,-2.83007 -36.01368,-36 z"
2159- id="path4307"
2160- inkscape:connector-curvature="0" />
2161- </g>
2162- </g>
2163- </g>
2164- </g>
2165-</svg>
2166
2167=== removed file 'nav/img/pages/route/coordinates.svg'
2168--- nav/img/pages/route/coordinates.svg 2016-03-26 18:53:17 +0000
2169+++ nav/img/pages/route/coordinates.svg 1970-01-01 00:00:00 +0000
2170@@ -1,192 +0,0 @@
2171-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2172-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2173-
2174-<svg
2175- xmlns:dc="http://purl.org/dc/elements/1.1/"
2176- xmlns:cc="http://creativecommons.org/ns#"
2177- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2178- xmlns:svg="http://www.w3.org/2000/svg"
2179- xmlns="http://www.w3.org/2000/svg"
2180- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2181- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2182- width="96"
2183- height="96"
2184- id="svg4874"
2185- version="1.1"
2186- inkscape:version="0.91+devel r"
2187- viewBox="0 0 96 96.000001"
2188- sodipodi:docname="stock_website.svg">
2189- <defs
2190- id="defs4876" />
2191- <sodipodi:namedview
2192- id="base"
2193- pagecolor="#ffffff"
2194- bordercolor="#666666"
2195- borderopacity="1.0"
2196- inkscape:pageopacity="0.0"
2197- inkscape:pageshadow="2"
2198- inkscape:zoom="3.5967995"
2199- inkscape:cx="-6.2277702"
2200- inkscape:cy="27.079593"
2201- inkscape:document-units="px"
2202- inkscape:current-layer="g4780"
2203- showgrid="false"
2204- showborder="true"
2205- fit-margin-top="0"
2206- fit-margin-left="0"
2207- fit-margin-right="0"
2208- fit-margin-bottom="0"
2209- inkscape:snap-bbox="true"
2210- inkscape:bbox-paths="true"
2211- inkscape:bbox-nodes="true"
2212- inkscape:snap-bbox-edge-midpoints="true"
2213- inkscape:snap-bbox-midpoints="true"
2214- inkscape:object-paths="true"
2215- inkscape:snap-intersection-paths="true"
2216- inkscape:object-nodes="true"
2217- inkscape:snap-smooth-nodes="true"
2218- inkscape:snap-midpoints="true"
2219- inkscape:snap-object-midpoints="true"
2220- inkscape:snap-center="true"
2221- showguides="true"
2222- inkscape:guide-bbox="true"
2223- inkscape:snap-global="false">
2224- <inkscape:grid
2225- type="xygrid"
2226- id="grid5451"
2227- empspacing="8" />
2228- <sodipodi:guide
2229- orientation="1,0"
2230- position="8,-8.0000001"
2231- id="guide4063" />
2232- <sodipodi:guide
2233- orientation="1,0"
2234- position="4,-8.0000001"
2235- id="guide4065" />
2236- <sodipodi:guide
2237- orientation="0,1"
2238- position="-8,88.000001"
2239- id="guide4067" />
2240- <sodipodi:guide
2241- orientation="0,1"
2242- position="-8,92.000001"
2243- id="guide4069" />
2244- <sodipodi:guide
2245- orientation="0,1"
2246- position="104,4"
2247- id="guide4071" />
2248- <sodipodi:guide
2249- orientation="0,1"
2250- position="-5,8.0000001"
2251- id="guide4073" />
2252- <sodipodi:guide
2253- orientation="1,0"
2254- position="92,-8.0000001"
2255- id="guide4075" />
2256- <sodipodi:guide
2257- orientation="1,0"
2258- position="88,-8.0000001"
2259- id="guide4077" />
2260- <sodipodi:guide
2261- orientation="0,1"
2262- position="-8,84.000001"
2263- id="guide4074" />
2264- <sodipodi:guide
2265- orientation="1,0"
2266- position="12,-8.0000001"
2267- id="guide4076" />
2268- <sodipodi:guide
2269- orientation="0,1"
2270- position="-5,12"
2271- id="guide4078" />
2272- <sodipodi:guide
2273- orientation="1,0"
2274- position="84,-9.0000001"
2275- id="guide4080" />
2276- <sodipodi:guide
2277- position="48,-8.0000001"
2278- orientation="1,0"
2279- id="guide4170" />
2280- <sodipodi:guide
2281- position="-8,48"
2282- orientation="0,1"
2283- id="guide4172" />
2284- </sodipodi:namedview>
2285- <metadata
2286- id="metadata4879">
2287- <rdf:RDF>
2288- <cc:Work
2289- rdf:about="">
2290- <dc:format>image/svg+xml</dc:format>
2291- <dc:type
2292- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2293- <dc:title></dc:title>
2294- </cc:Work>
2295- </rdf:RDF>
2296- </metadata>
2297- <g
2298- inkscape:label="Layer 1"
2299- inkscape:groupmode="layer"
2300- id="layer1"
2301- transform="translate(67.857146,-78.50504)">
2302- <g
2303- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2304- id="g4845"
2305- style="display:inline">
2306- <g
2307- inkscape:export-ydpi="90"
2308- inkscape:export-xdpi="90"
2309- inkscape:export-filename="next01.png"
2310- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2311- id="g4778"
2312- inkscape:label="Layer 1">
2313- <g
2314- transform="matrix(-1,0,0,1,575.99999,611)"
2315- id="g4780"
2316- style="display:inline">
2317- <rect
2318- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
2319- id="rect4782"
2320- width="96.037987"
2321- height="96"
2322- x="-438.00244"
2323- y="345.36221"
2324- transform="scale(-1,1)" />
2325- <path
2326- 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"
2327- 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"
2328- id="path4157" />
2329- <path
2330- 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"
2331- 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"
2332- id="path4344" />
2333- <path
2334- 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"
2335- 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"
2336- id="path4116"
2337- inkscape:connector-curvature="0" />
2338- <path
2339- 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"
2340- 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"
2341- id="path4176"
2342- inkscape:connector-curvature="0" />
2343- <path
2344- 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"
2345- d="m 429.00958,393.49744 -5.5182,0.17794 -0.71202,-4.80427 5.34019,-5.51602 z"
2346- id="path4178"
2347- inkscape:connector-curvature="0" />
2348- <path
2349- 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"
2350- 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"
2351- id="path4180"
2352- inkscape:connector-curvature="0" />
2353- <path
2354- 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"
2355- 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"
2356- id="path4182"
2357- inkscape:connector-curvature="0" />
2358- </g>
2359- </g>
2360- </g>
2361- </g>
2362-</svg>
2363
2364=== removed file 'nav/img/pages/route/favorites.svg'
2365--- nav/img/pages/route/favorites.svg 2016-03-26 18:53:17 +0000
2366+++ nav/img/pages/route/favorites.svg 1970-01-01 00:00:00 +0000
2367@@ -1,160 +0,0 @@
2368-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2369-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2370-
2371-<svg
2372- xmlns:dc="http://purl.org/dc/elements/1.1/"
2373- xmlns:cc="http://creativecommons.org/ns#"
2374- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2375- xmlns:svg="http://www.w3.org/2000/svg"
2376- xmlns="http://www.w3.org/2000/svg"
2377- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2378- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2379- width="96"
2380- height="96"
2381- id="svg4874"
2382- version="1.1"
2383- inkscape:version="0.91+devel r"
2384- viewBox="0 0 96 96.000001"
2385- sodipodi:docname="starred.svg">
2386- <defs
2387- id="defs4876" />
2388- <sodipodi:namedview
2389- id="base"
2390- pagecolor="#ffffff"
2391- bordercolor="#666666"
2392- borderopacity="1.0"
2393- inkscape:pageopacity="0.0"
2394- inkscape:pageshadow="2"
2395- inkscape:zoom="5.6199993"
2396- inkscape:cx="-4.3416438"
2397- inkscape:cy="69.76867"
2398- inkscape:document-units="px"
2399- inkscape:current-layer="g4780"
2400- showgrid="true"
2401- showborder="true"
2402- fit-margin-top="0"
2403- fit-margin-left="0"
2404- fit-margin-right="0"
2405- fit-margin-bottom="0"
2406- inkscape:snap-bbox="true"
2407- inkscape:bbox-paths="true"
2408- inkscape:bbox-nodes="true"
2409- inkscape:snap-bbox-edge-midpoints="true"
2410- inkscape:snap-bbox-midpoints="true"
2411- inkscape:object-paths="true"
2412- inkscape:snap-intersection-paths="true"
2413- inkscape:object-nodes="true"
2414- inkscape:snap-smooth-nodes="true"
2415- inkscape:snap-midpoints="true"
2416- inkscape:snap-object-midpoints="true"
2417- inkscape:snap-center="true"
2418- showguides="true"
2419- inkscape:guide-bbox="true"
2420- inkscape:snap-global="true">
2421- <inkscape:grid
2422- type="xygrid"
2423- id="grid5451"
2424- empspacing="8" />
2425- <sodipodi:guide
2426- orientation="1,0"
2427- position="8,-8.0000001"
2428- id="guide4063" />
2429- <sodipodi:guide
2430- orientation="1,0"
2431- position="4,-8.0000001"
2432- id="guide4065" />
2433- <sodipodi:guide
2434- orientation="0,1"
2435- position="-8,88.000001"
2436- id="guide4067" />
2437- <sodipodi:guide
2438- orientation="0,1"
2439- position="-8,92.000001"
2440- id="guide4069" />
2441- <sodipodi:guide
2442- orientation="0,1"
2443- position="104,4"
2444- id="guide4071" />
2445- <sodipodi:guide
2446- orientation="0,1"
2447- position="-5,8.0000001"
2448- id="guide4073" />
2449- <sodipodi:guide
2450- orientation="1,0"
2451- position="88,-8.0000001"
2452- id="guide4077" />
2453- <sodipodi:guide
2454- orientation="0,1"
2455- position="-8,84.000001"
2456- id="guide4074" />
2457- <sodipodi:guide
2458- orientation="1,0"
2459- position="12,-8.0000001"
2460- id="guide4076" />
2461- <sodipodi:guide
2462- orientation="1,0"
2463- position="84,-8.0000001"
2464- id="guide4080" />
2465- <sodipodi:guide
2466- position="48,-8.0000001"
2467- orientation="1,0"
2468- id="guide4170" />
2469- <sodipodi:guide
2470- position="-8,48"
2471- orientation="0,1"
2472- id="guide4172" />
2473- <sodipodi:guide
2474- position="92,-8.0000001"
2475- orientation="1,0"
2476- id="guide4760" />
2477- </sodipodi:namedview>
2478- <metadata
2479- id="metadata4879">
2480- <rdf:RDF>
2481- <cc:Work
2482- rdf:about="">
2483- <dc:format>image/svg+xml</dc:format>
2484- <dc:type
2485- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2486- <dc:title></dc:title>
2487- </cc:Work>
2488- </rdf:RDF>
2489- </metadata>
2490- <g
2491- inkscape:label="Layer 1"
2492- inkscape:groupmode="layer"
2493- id="layer1"
2494- transform="translate(67.857146,-78.50504)">
2495- <g
2496- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2497- id="g4845"
2498- style="display:inline">
2499- <g
2500- inkscape:export-ydpi="90"
2501- inkscape:export-xdpi="90"
2502- inkscape:export-filename="next01.png"
2503- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2504- id="g4778"
2505- inkscape:label="Layer 1">
2506- <g
2507- transform="matrix(-1,0,0,1,575.99999,611)"
2508- id="g4780"
2509- style="display:inline">
2510- <rect
2511- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
2512- id="rect4782"
2513- width="96.037987"
2514- height="96"
2515- x="-438.00244"
2516- y="345.36221"
2517- transform="scale(-1,1)" />
2518- <path
2519- 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"
2520- 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"
2521- id="path4170"
2522- inkscape:connector-curvature="0" />
2523- </g>
2524- </g>
2525- </g>
2526- </g>
2527-</svg>
2528
2529=== removed file 'nav/img/pages/route/nearby.svg'
2530--- nav/img/pages/route/nearby.svg 2016-03-31 18:20:06 +0000
2531+++ nav/img/pages/route/nearby.svg 1970-01-01 00:00:00 +0000
2532@@ -1,163 +0,0 @@
2533-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2534-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2535-
2536-<svg
2537- xmlns:dc="http://purl.org/dc/elements/1.1/"
2538- xmlns:cc="http://creativecommons.org/ns#"
2539- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2540- xmlns:svg="http://www.w3.org/2000/svg"
2541- xmlns="http://www.w3.org/2000/svg"
2542- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2543- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2544- width="96"
2545- height="96"
2546- id="svg4874"
2547- version="1.1"
2548- inkscape:version="0.91+devel r"
2549- viewBox="0 0 96 96.000001"
2550- sodipodi:docname="location.svg">
2551- <defs
2552- id="defs4876" />
2553- <sodipodi:namedview
2554- id="base"
2555- pagecolor="#ffffff"
2556- bordercolor="#666666"
2557- borderopacity="1.0"
2558- inkscape:pageopacity="0.0"
2559- inkscape:pageshadow="2"
2560- inkscape:zoom="5.7646075"
2561- inkscape:cx="42.448473"
2562- inkscape:cy="30.951139"
2563- inkscape:document-units="px"
2564- inkscape:current-layer="g4780"
2565- showgrid="false"
2566- showborder="true"
2567- fit-margin-top="0"
2568- fit-margin-left="0"
2569- fit-margin-right="0"
2570- fit-margin-bottom="0"
2571- inkscape:snap-bbox="true"
2572- inkscape:bbox-paths="true"
2573- inkscape:bbox-nodes="true"
2574- inkscape:snap-bbox-edge-midpoints="true"
2575- inkscape:snap-bbox-midpoints="true"
2576- inkscape:object-paths="true"
2577- inkscape:snap-intersection-paths="true"
2578- inkscape:object-nodes="true"
2579- inkscape:snap-smooth-nodes="true"
2580- inkscape:snap-midpoints="true"
2581- inkscape:snap-object-midpoints="true"
2582- inkscape:snap-center="true"
2583- showguides="true"
2584- inkscape:guide-bbox="true">
2585- <inkscape:grid
2586- type="xygrid"
2587- id="grid5451"
2588- empspacing="8" />
2589- <sodipodi:guide
2590- orientation="1,0"
2591- position="8,-8.0000001"
2592- id="guide4063" />
2593- <sodipodi:guide
2594- orientation="1,0"
2595- position="4,-8.0000001"
2596- id="guide4065" />
2597- <sodipodi:guide
2598- orientation="0,1"
2599- position="-8,88.000001"
2600- id="guide4067" />
2601- <sodipodi:guide
2602- orientation="0,1"
2603- position="-8,92.000001"
2604- id="guide4069" />
2605- <sodipodi:guide
2606- orientation="0,1"
2607- position="104,4"
2608- id="guide4071" />
2609- <sodipodi:guide
2610- orientation="0,1"
2611- position="-5,8.0000001"
2612- id="guide4073" />
2613- <sodipodi:guide
2614- orientation="1,0"
2615- position="92,-8.0000001"
2616- id="guide4075" />
2617- <sodipodi:guide
2618- orientation="1,0"
2619- position="88,-8.0000001"
2620- id="guide4077" />
2621- <sodipodi:guide
2622- orientation="0,1"
2623- position="-8,84.000001"
2624- id="guide4074" />
2625- <sodipodi:guide
2626- orientation="1,0"
2627- position="12,-8.0000001"
2628- id="guide4076" />
2629- <sodipodi:guide
2630- orientation="0,1"
2631- position="-5,12"
2632- id="guide4078" />
2633- <sodipodi:guide
2634- orientation="1,0"
2635- position="84,-9.0000001"
2636- id="guide4080" />
2637- <sodipodi:guide
2638- position="48,-8.0000001"
2639- orientation="1,0"
2640- id="guide4170" />
2641- <sodipodi:guide
2642- position="-8,48"
2643- orientation="0,1"
2644- id="guide4172" />
2645- </sodipodi:namedview>
2646- <metadata
2647- id="metadata4879">
2648- <rdf:RDF>
2649- <cc:Work
2650- rdf:about="">
2651- <dc:format>image/svg+xml</dc:format>
2652- <dc:type
2653- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2654- <dc:title></dc:title>
2655- </cc:Work>
2656- </rdf:RDF>
2657- </metadata>
2658- <g
2659- inkscape:label="Layer 1"
2660- inkscape:groupmode="layer"
2661- id="layer1"
2662- transform="translate(67.857146,-78.50504)">
2663- <g
2664- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2665- id="g4845"
2666- style="display:inline">
2667- <g
2668- inkscape:export-ydpi="90"
2669- inkscape:export-xdpi="90"
2670- inkscape:export-filename="next01.png"
2671- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2672- id="g4778"
2673- inkscape:label="Layer 1">
2674- <g
2675- transform="matrix(-1,0,0,1,575.99999,611)"
2676- id="g4780"
2677- style="display:inline">
2678- <path
2679- 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"
2680- 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 "
2681- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
2682- id="path4176" />
2683- <rect
2684- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
2685- id="rect4782"
2686- width="96.037987"
2687- height="96"
2688- x="-438.00244"
2689- y="345.36221"
2690- transform="scale(-1,1)" />
2691- </g>
2692- </g>
2693- </g>
2694- </g>
2695-</svg>
2696
2697=== removed file 'nav/img/pages/route/search.svg'
2698--- nav/img/pages/route/search.svg 2016-03-26 18:53:17 +0000
2699+++ nav/img/pages/route/search.svg 1970-01-01 00:00:00 +0000
2700@@ -1,176 +0,0 @@
2701-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2702-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2703-
2704-<svg
2705- xmlns:dc="http://purl.org/dc/elements/1.1/"
2706- xmlns:cc="http://creativecommons.org/ns#"
2707- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2708- xmlns:svg="http://www.w3.org/2000/svg"
2709- xmlns="http://www.w3.org/2000/svg"
2710- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2711- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2712- width="96"
2713- height="96"
2714- id="svg4874"
2715- version="1.1"
2716- inkscape:version="0.91+devel r"
2717- viewBox="0 0 96 96.000001"
2718- sodipodi:docname="find.svg">
2719- <defs
2720- id="defs4876" />
2721- <sodipodi:namedview
2722- id="base"
2723- pagecolor="#ffffff"
2724- bordercolor="#666666"
2725- borderopacity="1.0"
2726- inkscape:pageopacity="0.0"
2727- inkscape:pageshadow="2"
2728- inkscape:zoom="3.5967996"
2729- inkscape:cx="-36.35177"
2730- inkscape:cy="61.234959"
2731- inkscape:document-units="px"
2732- inkscape:current-layer="g4780"
2733- showgrid="true"
2734- showborder="true"
2735- fit-margin-top="0"
2736- fit-margin-left="0"
2737- fit-margin-right="0"
2738- fit-margin-bottom="0"
2739- inkscape:snap-bbox="true"
2740- inkscape:bbox-paths="true"
2741- inkscape:bbox-nodes="true"
2742- inkscape:snap-bbox-edge-midpoints="true"
2743- inkscape:snap-bbox-midpoints="true"
2744- inkscape:object-paths="true"
2745- inkscape:snap-intersection-paths="true"
2746- inkscape:object-nodes="true"
2747- inkscape:snap-smooth-nodes="true"
2748- inkscape:snap-midpoints="true"
2749- inkscape:snap-object-midpoints="true"
2750- inkscape:snap-center="true"
2751- showguides="true"
2752- inkscape:guide-bbox="true">
2753- <inkscape:grid
2754- type="xygrid"
2755- id="grid5451"
2756- empspacing="8" />
2757- <sodipodi:guide
2758- orientation="1,0"
2759- position="8,-8.0000001"
2760- id="guide4063" />
2761- <sodipodi:guide
2762- orientation="1,0"
2763- position="4,-8.0000001"
2764- id="guide4065" />
2765- <sodipodi:guide
2766- orientation="0,1"
2767- position="-8,88.000001"
2768- id="guide4067" />
2769- <sodipodi:guide
2770- orientation="0,1"
2771- position="-8,92.000001"
2772- id="guide4069" />
2773- <sodipodi:guide
2774- orientation="0,1"
2775- position="104,4"
2776- id="guide4071" />
2777- <sodipodi:guide
2778- orientation="0,1"
2779- position="-5,8.0000001"
2780- id="guide4073" />
2781- <sodipodi:guide
2782- orientation="1,0"
2783- position="92,-8.0000001"
2784- id="guide4075" />
2785- <sodipodi:guide
2786- orientation="1,0"
2787- position="88,-8.0000001"
2788- id="guide4077" />
2789- <sodipodi:guide
2790- orientation="0,1"
2791- position="-8,84.000001"
2792- id="guide4074" />
2793- <sodipodi:guide
2794- orientation="1,0"
2795- position="12,-8.0000001"
2796- id="guide4076" />
2797- <sodipodi:guide
2798- orientation="0,1"
2799- position="-5,12"
2800- id="guide4078" />
2801- <sodipodi:guide
2802- orientation="1,0"
2803- position="84,-9.0000001"
2804- id="guide4080" />
2805- <sodipodi:guide
2806- position="48,-8.0000001"
2807- orientation="1,0"
2808- id="guide4170" />
2809- <sodipodi:guide
2810- position="-8,48"
2811- orientation="0,1"
2812- id="guide4172" />
2813- </sodipodi:namedview>
2814- <metadata
2815- id="metadata4879">
2816- <rdf:RDF>
2817- <cc:Work
2818- rdf:about="">
2819- <dc:format>image/svg+xml</dc:format>
2820- <dc:type
2821- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2822- <dc:title></dc:title>
2823- </cc:Work>
2824- </rdf:RDF>
2825- </metadata>
2826- <g
2827- inkscape:label="Layer 1"
2828- inkscape:groupmode="layer"
2829- id="layer1"
2830- transform="translate(67.857146,-78.50504)">
2831- <g
2832- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2833- id="g4845"
2834- style="display:inline">
2835- <g
2836- inkscape:export-ydpi="90"
2837- inkscape:export-xdpi="90"
2838- inkscape:export-filename="next01.png"
2839- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2840- id="g4778"
2841- inkscape:label="Layer 1">
2842- <g
2843- transform="matrix(-1,0,0,1,575.99999,611)"
2844- id="g4780"
2845- style="display:inline">
2846- <rect
2847- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
2848- id="rect4782"
2849- width="96.037987"
2850- height="96"
2851- x="-438.00244"
2852- y="345.36221"
2853- transform="scale(-1,1)" />
2854- <path
2855- 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"
2856- 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"
2857- id="path4157" />
2858- <path
2859- 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"
2860- 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"
2861- id="path4344" />
2862- <path
2863- 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"
2864- 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"
2865- id="path4116"
2866- inkscape:connector-curvature="0" />
2867- <path
2868- 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"
2869- d="m 353.08984,352.24023 -4.24218,4.24415 22.67187,22.66406 4.24219,-4.24414 -22.67188,-22.66407 z"
2870- id="path4229"
2871- inkscape:connector-curvature="0" />
2872- </g>
2873- </g>
2874- </g>
2875- </g>
2876-</svg>
2877
2878=== removed file 'nav/img/pages/route/share.svg'
2879--- nav/img/pages/route/share.svg 2016-03-26 18:53:17 +0000
2880+++ nav/img/pages/route/share.svg 1970-01-01 00:00:00 +0000
2881@@ -1,174 +0,0 @@
2882-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2883-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2884-
2885-<svg
2886- xmlns:dc="http://purl.org/dc/elements/1.1/"
2887- xmlns:cc="http://creativecommons.org/ns#"
2888- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2889- xmlns:svg="http://www.w3.org/2000/svg"
2890- xmlns="http://www.w3.org/2000/svg"
2891- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2892- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2893- width="96"
2894- height="96"
2895- id="svg4874"
2896- version="1.1"
2897- inkscape:version="0.91+devel r"
2898- viewBox="0 0 96 96.000001"
2899- sodipodi:docname="share.svg">
2900- <defs
2901- id="defs4876" />
2902- <sodipodi:namedview
2903- id="base"
2904- pagecolor="#ffffff"
2905- bordercolor="#666666"
2906- borderopacity="1.0"
2907- inkscape:pageopacity="0.0"
2908- inkscape:pageshadow="2"
2909- inkscape:zoom="2.951479"
2910- inkscape:cx="-66.059911"
2911- inkscape:cy="38.952069"
2912- inkscape:document-units="px"
2913- inkscape:current-layer="g4780"
2914- showgrid="true"
2915- showborder="true"
2916- fit-margin-top="0"
2917- fit-margin-left="0"
2918- fit-margin-right="0"
2919- fit-margin-bottom="0"
2920- inkscape:snap-bbox="true"
2921- inkscape:bbox-paths="true"
2922- inkscape:bbox-nodes="true"
2923- inkscape:snap-bbox-edge-midpoints="true"
2924- inkscape:snap-bbox-midpoints="true"
2925- inkscape:object-paths="true"
2926- inkscape:snap-intersection-paths="true"
2927- inkscape:object-nodes="true"
2928- inkscape:snap-smooth-nodes="true"
2929- inkscape:snap-midpoints="true"
2930- inkscape:snap-object-midpoints="true"
2931- inkscape:snap-center="true"
2932- showguides="true"
2933- inkscape:guide-bbox="true">
2934- <inkscape:grid
2935- type="xygrid"
2936- id="grid5451"
2937- empspacing="8" />
2938- <sodipodi:guide
2939- orientation="1,0"
2940- position="8,-8.0000001"
2941- id="guide4063" />
2942- <sodipodi:guide
2943- orientation="1,0"
2944- position="4,-8.0000001"
2945- id="guide4065" />
2946- <sodipodi:guide
2947- orientation="0,1"
2948- position="-8,88.000001"
2949- id="guide4067" />
2950- <sodipodi:guide
2951- orientation="0,1"
2952- position="-8,92.000001"
2953- id="guide4069" />
2954- <sodipodi:guide
2955- orientation="0,1"
2956- position="104,4"
2957- id="guide4071" />
2958- <sodipodi:guide
2959- orientation="0,1"
2960- position="-5,8.0000001"
2961- id="guide4073" />
2962- <sodipodi:guide
2963- orientation="1,0"
2964- position="92,-8.0000001"
2965- id="guide4075" />
2966- <sodipodi:guide
2967- orientation="1,0"
2968- position="88,-8.0000001"
2969- id="guide4077" />
2970- <sodipodi:guide
2971- orientation="0,1"
2972- position="-8,84.000001"
2973- id="guide4074" />
2974- <sodipodi:guide
2975- orientation="1,0"
2976- position="12,-8.0000001"
2977- id="guide4076" />
2978- <sodipodi:guide
2979- orientation="0,1"
2980- position="-5,12"
2981- id="guide4078" />
2982- <sodipodi:guide
2983- orientation="1,0"
2984- position="84,-9.0000001"
2985- id="guide4080" />
2986- <sodipodi:guide
2987- position="48,83.568528"
2988- orientation="1,0"
2989- id="guide4170" />
2990- </sodipodi:namedview>
2991- <metadata
2992- id="metadata4879">
2993- <rdf:RDF>
2994- <cc:Work
2995- rdf:about="">
2996- <dc:format>image/svg+xml</dc:format>
2997- <dc:type
2998- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2999- <dc:title></dc:title>
3000- </cc:Work>
3001- </rdf:RDF>
3002- </metadata>
3003- <g
3004- inkscape:label="Layer 1"
3005- inkscape:groupmode="layer"
3006- id="layer1"
3007- transform="translate(67.857146,-78.50504)">
3008- <g
3009- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3010- id="g4845"
3011- style="display:inline">
3012- <g
3013- inkscape:export-ydpi="90"
3014- inkscape:export-xdpi="90"
3015- inkscape:export-filename="next01.png"
3016- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
3017- id="g4778"
3018- inkscape:label="Layer 1">
3019- <g
3020- transform="matrix(-1,0,0,1,575.99999,611)"
3021- id="g4780"
3022- style="display:inline">
3023- <rect
3024- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
3025- id="rect4782"
3026- width="96.037987"
3027- height="96"
3028- x="-438.00244"
3029- y="345.36221"
3030- transform="scale(-1,1)" />
3031- <path
3032- 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"
3033- 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"
3034- id="path4184"
3035- inkscape:connector-curvature="0" />
3036- <path
3037- 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"
3038- 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"
3039- id="ellipse4187"
3040- inkscape:connector-curvature="0" />
3041- <path
3042- 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"
3043- 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"
3044- id="ellipse4189"
3045- inkscape:connector-curvature="0" />
3046- <path
3047- 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"
3048- 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 "
3049- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
3050- id="path4191" />
3051- </g>
3052- </g>
3053- </g>
3054- </g>
3055-</svg>
3056
3057=== removed directory 'nav/img/popup'
3058=== removed file 'nav/img/popup/PtFrom.svg'
3059--- nav/img/popup/PtFrom.svg 2016-03-26 18:53:17 +0000
3060+++ nav/img/popup/PtFrom.svg 1970-01-01 00:00:00 +0000
3061@@ -1,174 +0,0 @@
3062-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3063-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3064-
3065-<svg
3066- xmlns:dc="http://purl.org/dc/elements/1.1/"
3067- xmlns:cc="http://creativecommons.org/ns#"
3068- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3069- xmlns:svg="http://www.w3.org/2000/svg"
3070- xmlns="http://www.w3.org/2000/svg"
3071- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3072- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3073- width="70"
3074- height="96"
3075- id="svg4874"
3076- version="1.1"
3077- inkscape:version="0.91 r13725"
3078- viewBox="0 0 70 96.000001"
3079- sodipodi:docname="PtFrom.svg">
3080- <defs
3081- id="defs4876" />
3082- <sodipodi:namedview
3083- id="base"
3084- pagecolor="#ffffff"
3085- bordercolor="#666666"
3086- borderopacity="1.0"
3087- inkscape:pageopacity="0.0"
3088- inkscape:pageshadow="2"
3089- inkscape:zoom="5.6199992"
3090- inkscape:cx="61.484224"
3091- inkscape:cy="57.330946"
3092- inkscape:document-units="px"
3093- inkscape:current-layer="g4780"
3094- showgrid="true"
3095- showborder="true"
3096- fit-margin-top="0"
3097- fit-margin-left="0"
3098- fit-margin-right="0"
3099- fit-margin-bottom="0"
3100- inkscape:snap-bbox="true"
3101- inkscape:bbox-paths="true"
3102- inkscape:bbox-nodes="true"
3103- inkscape:snap-bbox-edge-midpoints="true"
3104- inkscape:snap-bbox-midpoints="true"
3105- inkscape:object-paths="true"
3106- inkscape:snap-intersection-paths="true"
3107- inkscape:object-nodes="true"
3108- inkscape:snap-smooth-nodes="true"
3109- inkscape:snap-midpoints="true"
3110- inkscape:snap-object-midpoints="true"
3111- inkscape:snap-center="true"
3112- showguides="true"
3113- inkscape:guide-bbox="true"
3114- inkscape:snap-global="true"
3115- inkscape:window-width="1280"
3116- inkscape:window-height="854"
3117- inkscape:window-x="0"
3118- inkscape:window-y="24"
3119- inkscape:window-maximized="1">
3120- <inkscape:grid
3121- type="xygrid"
3122- id="grid5451"
3123- empspacing="8" />
3124- <sodipodi:guide
3125- orientation="1,0"
3126- position="8,-8.0000001"
3127- id="guide4063" />
3128- <sodipodi:guide
3129- orientation="1,0"
3130- position="4,-8.0000001"
3131- id="guide4065" />
3132- <sodipodi:guide
3133- orientation="0,1"
3134- position="-8,88.000001"
3135- id="guide4067" />
3136- <sodipodi:guide
3137- orientation="0,1"
3138- position="-8,92.000001"
3139- id="guide4069" />
3140- <sodipodi:guide
3141- orientation="0,1"
3142- position="104,4"
3143- id="guide4071" />
3144- <sodipodi:guide
3145- orientation="0,1"
3146- position="-5,8.0000001"
3147- id="guide4073" />
3148- <sodipodi:guide
3149- orientation="1,0"
3150- position="88,-8.0000001"
3151- id="guide4077" />
3152- <sodipodi:guide
3153- orientation="0,1"
3154- position="-8,84.000001"
3155- id="guide4074" />
3156- <sodipodi:guide
3157- orientation="1,0"
3158- position="12,-8.0000001"
3159- id="guide4076" />
3160- <sodipodi:guide
3161- orientation="1,0"
3162- position="84,-8.0000001"
3163- id="guide4080" />
3164- <sodipodi:guide
3165- position="48,-8.0000001"
3166- orientation="1,0"
3167- id="guide4170" />
3168- <sodipodi:guide
3169- position="-8,48"
3170- orientation="0,1"
3171- id="guide4172" />
3172- <sodipodi:guide
3173- position="92,-8.0000001"
3174- orientation="1,0"
3175- id="guide4760" />
3176- </sodipodi:namedview>
3177- <metadata
3178- id="metadata4879">
3179- <rdf:RDF>
3180- <cc:Work
3181- rdf:about="">
3182- <dc:format>image/svg+xml</dc:format>
3183- <dc:type
3184- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3185- <dc:title></dc:title>
3186- </cc:Work>
3187- </rdf:RDF>
3188- </metadata>
3189- <g
3190- inkscape:label="Layer 1"
3191- inkscape:groupmode="layer"
3192- id="layer1"
3193- transform="translate(67.857146,-78.50504)">
3194- <g
3195- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3196- id="g4845"
3197- style="display:inline">
3198- <g
3199- inkscape:export-ydpi="90"
3200- inkscape:export-xdpi="90"
3201- inkscape:export-filename="next01.png"
3202- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
3203- id="g4778"
3204- inkscape:label="Layer 1">
3205- <g
3206- transform="matrix(-1,0,0,1,575.99999,611)"
3207- id="g4780"
3208- style="display:inline">
3209- <rect
3210- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
3211- id="rect4782"
3212- width="96.037987"
3213- height="96"
3214- x="-438.00244"
3215- y="345.36221"
3216- transform="scale(-1,1)" />
3217- <g
3218- id="g3382"
3219- transform="matrix(1.018901,0,0,1.018901,-6.4634705,-7.4884152)">
3220- <path
3221- inkscape:connector-curvature="0"
3222- id="path4188"
3223- 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"
3224- 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" />
3225- <path
3226- inkscape:connector-curvature="0"
3227- id="path4190"
3228- 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"
3229- 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" />
3230- </g>
3231- </g>
3232- </g>
3233- </g>
3234- </g>
3235-</svg>
3236
3237=== removed file 'nav/img/popup/PtTo.svg'
3238--- nav/img/popup/PtTo.svg 2016-03-26 18:53:17 +0000
3239+++ nav/img/popup/PtTo.svg 1970-01-01 00:00:00 +0000
3240@@ -1,174 +0,0 @@
3241-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3242-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3243-
3244-<svg
3245- xmlns:dc="http://purl.org/dc/elements/1.1/"
3246- xmlns:cc="http://creativecommons.org/ns#"
3247- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3248- xmlns:svg="http://www.w3.org/2000/svg"
3249- xmlns="http://www.w3.org/2000/svg"
3250- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3251- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3252- width="70"
3253- height="96"
3254- id="svg4874"
3255- version="1.1"
3256- inkscape:version="0.91 r13725"
3257- viewBox="0 0 70 96.000001"
3258- sodipodi:docname="PtTo.svg">
3259- <defs
3260- id="defs4876" />
3261- <sodipodi:namedview
3262- id="base"
3263- pagecolor="#ffffff"
3264- bordercolor="#666666"
3265- borderopacity="1.0"
3266- inkscape:pageopacity="0.0"
3267- inkscape:pageshadow="2"
3268- inkscape:zoom="5.6199992"
3269- inkscape:cx="13.34708"
3270- inkscape:cy="47.722404"
3271- inkscape:document-units="px"
3272- inkscape:current-layer="g4780"
3273- showgrid="true"
3274- showborder="true"
3275- fit-margin-top="0"
3276- fit-margin-left="0"
3277- fit-margin-right="0"
3278- fit-margin-bottom="0"
3279- inkscape:snap-bbox="true"
3280- inkscape:bbox-paths="true"
3281- inkscape:bbox-nodes="true"
3282- inkscape:snap-bbox-edge-midpoints="true"
3283- inkscape:snap-bbox-midpoints="true"
3284- inkscape:object-paths="true"
3285- inkscape:snap-intersection-paths="true"
3286- inkscape:object-nodes="true"
3287- inkscape:snap-smooth-nodes="true"
3288- inkscape:snap-midpoints="true"
3289- inkscape:snap-object-midpoints="true"
3290- inkscape:snap-center="true"
3291- showguides="true"
3292- inkscape:guide-bbox="true"
3293- inkscape:snap-global="true"
3294- inkscape:window-width="1280"
3295- inkscape:window-height="854"
3296- inkscape:window-x="0"
3297- inkscape:window-y="24"
3298- inkscape:window-maximized="1">
3299- <inkscape:grid
3300- type="xygrid"
3301- id="grid5451"
3302- empspacing="8" />
3303- <sodipodi:guide
3304- orientation="1,0"
3305- position="8,-8.0000001"
3306- id="guide4063" />
3307- <sodipodi:guide
3308- orientation="1,0"
3309- position="4,-8.0000001"
3310- id="guide4065" />
3311- <sodipodi:guide
3312- orientation="0,1"
3313- position="-8,88.000001"
3314- id="guide4067" />
3315- <sodipodi:guide
3316- orientation="0,1"
3317- position="-8,92.000001"
3318- id="guide4069" />
3319- <sodipodi:guide
3320- orientation="0,1"
3321- position="104,4"
3322- id="guide4071" />
3323- <sodipodi:guide
3324- orientation="0,1"
3325- position="32,24"
3326- id="guide4073" />
3327- <sodipodi:guide
3328- orientation="1,0"
3329- position="88,-8.0000001"
3330- id="guide4077" />
3331- <sodipodi:guide
3332- orientation="0,1"
3333- position="-8,84.000001"
3334- id="guide4074" />
3335- <sodipodi:guide
3336- orientation="1,0"
3337- position="12,-8.0000001"
3338- id="guide4076" />
3339- <sodipodi:guide
3340- orientation="1,0"
3341- position="84,-8.0000001"
3342- id="guide4080" />
3343- <sodipodi:guide
3344- position="48,-8.0000001"
3345- orientation="1,0"
3346- id="guide4170" />
3347- <sodipodi:guide
3348- position="-8,48"
3349- orientation="0,1"
3350- id="guide4172" />
3351- <sodipodi:guide
3352- position="92,-8.0000001"
3353- orientation="1,0"
3354- id="guide4760" />
3355- </sodipodi:namedview>
3356- <metadata
3357- id="metadata4879">
3358- <rdf:RDF>
3359- <cc:Work
3360- rdf:about="">
3361- <dc:format>image/svg+xml</dc:format>
3362- <dc:type
3363- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3364- <dc:title></dc:title>
3365- </cc:Work>
3366- </rdf:RDF>
3367- </metadata>
3368- <g
3369- inkscape:label="Layer 1"
3370- inkscape:groupmode="layer"
3371- id="layer1"
3372- transform="translate(67.857146,-78.50504)">
3373- <g
3374- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3375- id="g4845"
3376- style="display:inline">
3377- <g
3378- inkscape:export-ydpi="90"
3379- inkscape:export-xdpi="90"
3380- inkscape:export-filename="next01.png"
3381- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
3382- id="g4778"
3383- inkscape:label="Layer 1">
3384- <g
3385- transform="matrix(-1,0,0,1,575.99999,611)"
3386- id="g4780"
3387- style="display:inline">
3388- <rect
3389- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
3390- id="rect4782"
3391- width="96.037987"
3392- height="96"
3393- x="-438.00244"
3394- y="345.36221"
3395- transform="scale(-1,1)" />
3396- <g
3397- id="g3378"
3398- transform="matrix(1.0757005,0,0,-1.0757005,-31.674903,843.69846)">
3399- <path
3400- inkscape:connector-curvature="0"
3401- id="path4188"
3402- 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"
3403- 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" />
3404- <path
3405- inkscape:connector-curvature="0"
3406- id="path4190"
3407- 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"
3408- 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" />
3409- </g>
3410- </g>
3411- </g>
3412- </g>
3413- </g>
3414-</svg>
3415
3416=== removed file 'nav/img/popup/non-starred.svg'
3417--- nav/img/popup/non-starred.svg 2016-03-26 18:53:17 +0000
3418+++ nav/img/popup/non-starred.svg 1970-01-01 00:00:00 +0000
3419@@ -1,166 +0,0 @@
3420-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3421-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3422-
3423-<svg
3424- xmlns:dc="http://purl.org/dc/elements/1.1/"
3425- xmlns:cc="http://creativecommons.org/ns#"
3426- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3427- xmlns:svg="http://www.w3.org/2000/svg"
3428- xmlns="http://www.w3.org/2000/svg"
3429- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3430- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3431- width="96"
3432- height="96"
3433- id="svg4874"
3434- version="1.1"
3435- inkscape:version="0.91 r13725"
3436- viewBox="0 0 96 96.000001"
3437- sodipodi:docname="non-starred.svg">
3438- <defs
3439- id="defs4876" />
3440- <sodipodi:namedview
3441- id="base"
3442- pagecolor="#ffffff"
3443- bordercolor="#666666"
3444- borderopacity="1.0"
3445- inkscape:pageopacity="0.0"
3446- inkscape:pageshadow="2"
3447- inkscape:zoom="5.6199993"
3448- inkscape:cx="-27.206415"
3449- inkscape:cy="69.76867"
3450- inkscape:document-units="px"
3451- inkscape:current-layer="g4780"
3452- showgrid="true"
3453- showborder="true"
3454- fit-margin-top="0"
3455- fit-margin-left="0"
3456- fit-margin-right="0"
3457- fit-margin-bottom="0"
3458- inkscape:snap-bbox="true"
3459- inkscape:bbox-paths="true"
3460- inkscape:bbox-nodes="true"
3461- inkscape:snap-bbox-edge-midpoints="true"
3462- inkscape:snap-bbox-midpoints="true"
3463- inkscape:object-paths="true"
3464- inkscape:snap-intersection-paths="true"
3465- inkscape:object-nodes="true"
3466- inkscape:snap-smooth-nodes="true"
3467- inkscape:snap-midpoints="true"
3468- inkscape:snap-object-midpoints="true"
3469- inkscape:snap-center="true"
3470- showguides="true"
3471- inkscape:guide-bbox="true"
3472- inkscape:snap-global="true"
3473- inkscape:window-width="1680"
3474- inkscape:window-height="965"
3475- inkscape:window-x="0"
3476- inkscape:window-y="24"
3477- inkscape:window-maximized="1">
3478- <inkscape:grid
3479- type="xygrid"
3480- id="grid5451"
3481- empspacing="8" />
3482- <sodipodi:guide
3483- orientation="1,0"
3484- position="8,-8.0000001"
3485- id="guide4063" />
3486- <sodipodi:guide
3487- orientation="1,0"
3488- position="4,-8.0000001"
3489- id="guide4065" />
3490- <sodipodi:guide
3491- orientation="0,1"
3492- position="-8,88.000001"
3493- id="guide4067" />
3494- <sodipodi:guide
3495- orientation="0,1"
3496- position="-8,92.000001"
3497- id="guide4069" />
3498- <sodipodi:guide
3499- orientation="0,1"
3500- position="104,4"
3501- id="guide4071" />
3502- <sodipodi:guide
3503- orientation="0,1"
3504- position="-5,8.0000001"
3505- id="guide4073" />
3506- <sodipodi:guide
3507- orientation="1,0"
3508- position="88,-8.0000001"
3509- id="guide4077" />
3510- <sodipodi:guide
3511- orientation="0,1"
3512- position="-8,84.000001"
3513- id="guide4074" />
3514- <sodipodi:guide
3515- orientation="1,0"
3516- position="12,-8.0000001"
3517- id="guide4076" />
3518- <sodipodi:guide
3519- orientation="1,0"
3520- position="84,-8.0000001"
3521- id="guide4080" />
3522- <sodipodi:guide
3523- position="48,-8.0000001"
3524- orientation="1,0"
3525- id="guide4170" />
3526- <sodipodi:guide
3527- position="-8,48"
3528- orientation="0,1"
3529- id="guide4172" />
3530- <sodipodi:guide
3531- position="92,-8.0000001"
3532- orientation="1,0"
3533- id="guide4760" />
3534- </sodipodi:namedview>
3535- <metadata
3536- id="metadata4879">
3537- <rdf:RDF>
3538- <cc:Work
3539- rdf:about="">
3540- <dc:format>image/svg+xml</dc:format>
3541- <dc:type
3542- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3543- <dc:title />
3544- </cc:Work>
3545- </rdf:RDF>
3546- </metadata>
3547- <g
3548- inkscape:label="Layer 1"
3549- inkscape:groupmode="layer"
3550- id="layer1"
3551- transform="translate(67.857146,-78.50504)">
3552- <g
3553- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3554- id="g4845"
3555- style="display:inline">
3556- <g
3557- inkscape:export-ydpi="90"
3558- inkscape:export-xdpi="90"
3559- inkscape:export-filename="next01.png"
3560- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
3561- id="g4778"
3562- inkscape:label="Layer 1">
3563- <g
3564- transform="matrix(-1,0,0,1,575.99999,611)"
3565- id="g4780"
3566- style="display:inline">
3567- <rect
3568- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
3569- id="rect4782"
3570- width="96.037987"
3571- height="96"
3572- x="-438.00244"
3573- y="345.36221"
3574- transform="scale(-1,1)" />
3575- <path
3576- 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"
3577- 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"
3578- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
3579- id="path4170"
3580- inkscape:connector-curvature="0" />
3581- </g>
3582- </g>
3583- </g>
3584- </g>
3585-</svg>
3586
3587=== removed file 'nav/img/popup/pois.svg'
3588--- nav/img/popup/pois.svg 2016-03-26 18:53:17 +0000
3589+++ nav/img/popup/pois.svg 1970-01-01 00:00:00 +0000
3590@@ -1,169 +0,0 @@
3591-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3592-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3593-
3594-<svg
3595- xmlns:dc="http://purl.org/dc/elements/1.1/"
3596- xmlns:cc="http://creativecommons.org/ns#"
3597- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3598- xmlns:svg="http://www.w3.org/2000/svg"
3599- xmlns="http://www.w3.org/2000/svg"
3600- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3601- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3602- width="96"
3603- height="96"
3604- id="svg4874"
3605- version="1.1"
3606- inkscape:version="0.48.4 r9939"
3607- viewBox="0 0 96 96.000001"
3608- sodipodi:docname="location.svg">
3609- <defs
3610- id="defs4876" />
3611- <sodipodi:namedview
3612- id="base"
3613- pagecolor="#ffffff"
3614- bordercolor="#666666"
3615- borderopacity="1.0"
3616- inkscape:pageopacity="0.0"
3617- inkscape:pageshadow="2"
3618- inkscape:zoom="5.7646075"
3619- inkscape:cx="42.448473"
3620- inkscape:cy="30.951139"
3621- inkscape:document-units="px"
3622- inkscape:current-layer="g4780"
3623- showgrid="false"
3624- showborder="true"
3625- fit-margin-top="0"
3626- fit-margin-left="0"
3627- fit-margin-right="0"
3628- fit-margin-bottom="0"
3629- inkscape:snap-bbox="true"
3630- inkscape:bbox-paths="true"
3631- inkscape:bbox-nodes="true"
3632- inkscape:snap-bbox-edge-midpoints="true"
3633- inkscape:snap-bbox-midpoints="true"
3634- inkscape:object-paths="true"
3635- inkscape:snap-intersection-paths="true"
3636- inkscape:object-nodes="true"
3637- inkscape:snap-smooth-nodes="true"
3638- inkscape:snap-midpoints="true"
3639- inkscape:snap-object-midpoints="true"
3640- inkscape:snap-center="true"
3641- showguides="true"
3642- inkscape:guide-bbox="true"
3643- inkscape:window-width="525"
3644- inkscape:window-height="457"
3645- inkscape:window-x="0"
3646- inkscape:window-y="52"
3647- inkscape:window-maximized="0">
3648- <inkscape:grid
3649- type="xygrid"
3650- id="grid5451"
3651- empspacing="8" />
3652- <sodipodi:guide
3653- orientation="1,0"
3654- position="8,-8.0000001"
3655- id="guide4063" />
3656- <sodipodi:guide
3657- orientation="1,0"
3658- position="4,-8.0000001"
3659- id="guide4065" />
3660- <sodipodi:guide
3661- orientation="0,1"
3662- position="-8,88.000001"
3663- id="guide4067" />
3664- <sodipodi:guide
3665- orientation="0,1"
3666- position="-8,92.000001"
3667- id="guide4069" />
3668- <sodipodi:guide
3669- orientation="0,1"
3670- position="104,4"
3671- id="guide4071" />
3672- <sodipodi:guide
3673- orientation="0,1"
3674- position="-5,8.0000001"
3675- id="guide4073" />
3676- <sodipodi:guide
3677- orientation="1,0"
3678- position="92,-8.0000001"
3679- id="guide4075" />
3680- <sodipodi:guide
3681- orientation="1,0"
3682- position="88,-8.0000001"
3683- id="guide4077" />
3684- <sodipodi:guide
3685- orientation="0,1"
3686- position="-8,84.000001"
3687- id="guide4074" />
3688- <sodipodi:guide
3689- orientation="1,0"
3690- position="12,-8.0000001"
3691- id="guide4076" />
3692- <sodipodi:guide
3693- orientation="0,1"
3694- position="-5,12"
3695- id="guide4078" />
3696- <sodipodi:guide
3697- orientation="1,0"
3698- position="84,-9.0000001"
3699- id="guide4080" />
3700- <sodipodi:guide
3701- position="48,-8.0000001"
3702- orientation="1,0"
3703- id="guide4170" />
3704- <sodipodi:guide
3705- position="-8,48"
3706- orientation="0,1"
3707- id="guide4172" />
3708- </sodipodi:namedview>
3709- <metadata
3710- id="metadata4879">
3711- <rdf:RDF>
3712- <cc:Work
3713- rdf:about="">
3714- <dc:format>image/svg+xml</dc:format>
3715- <dc:type
3716- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3717- <dc:title />
3718- </cc:Work>
3719- </rdf:RDF>
3720- </metadata>
3721- <g
3722- inkscape:label="Layer 1"
3723- inkscape:groupmode="layer"
3724- id="layer1"
3725- transform="translate(67.857146,-78.50504)">
3726- <g
3727- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3728- id="g4845"
3729- style="display:inline">
3730- <g
3731- inkscape:export-ydpi="90"
3732- inkscape:export-xdpi="90"
3733- inkscape:export-filename="next01.png"
3734- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
3735- id="g4778"
3736- inkscape:label="Layer 1">
3737- <g
3738- transform="matrix(-1,0,0,1,575.99999,611)"
3739- id="g4780"
3740- style="display:inline">
3741- <path
3742- 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"
3743- 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"
3744- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
3745- id="path4176"
3746- inkscape:connector-curvature="0" />
3747- <rect
3748- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
3749- id="rect4782"
3750- width="96.037987"
3751- height="96"
3752- x="-438.00244"
3753- y="345.36221"
3754- transform="scale(-1,1)" />
3755- </g>
3756- </g>
3757- </g>
3758- </g>
3759-</svg>
3760
3761=== removed file 'nav/img/popup/send.svg'
3762--- nav/img/popup/send.svg 2016-03-26 18:53:17 +0000
3763+++ nav/img/popup/send.svg 1970-01-01 00:00:00 +0000
3764@@ -1,180 +0,0 @@
3765-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3766-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3767-
3768-<svg
3769- xmlns:dc="http://purl.org/dc/elements/1.1/"
3770- xmlns:cc="http://creativecommons.org/ns#"
3771- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3772- xmlns:svg="http://www.w3.org/2000/svg"
3773- xmlns="http://www.w3.org/2000/svg"
3774- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3775- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3776- width="96"
3777- height="96"
3778- id="svg4874"
3779- version="1.1"
3780- inkscape:version="0.91 r13725"
3781- viewBox="0 0 96 96.000001"
3782- sodipodi:docname="send.svg">
3783- <defs
3784- id="defs4876">
3785- <inkscape:path-effect
3786- effect="powerstroke"
3787- id="path-effect4213"
3788- is_visible="true"
3789- offset_points="0,2.8284271"
3790- sort_points="true"
3791- interpolator_type="CubicBezierJohan"
3792- interpolator_beta="0.2"
3793- start_linecap_type="zerowidth"
3794- linejoin_type="extrp_arc"
3795- miter_limit="4"
3796- end_linecap_type="zerowidth"
3797- cusp_linecap_type="round" />
3798- <inkscape:path-effect
3799- effect="powerstroke"
3800- id="path-effect4205"
3801- is_visible="true"
3802- offset_points="1,4"
3803- sort_points="true"
3804- interpolator_type="CubicBezierJohan"
3805- interpolator_beta="0.2"
3806- start_linecap_type="zerowidth"
3807- linejoin_type="extrp_arc"
3808- miter_limit="4"
3809- end_linecap_type="zerowidth"
3810- cusp_linecap_type="round" />
3811- </defs>
3812- <sodipodi:namedview
3813- id="base"
3814- pagecolor="#ffffff"
3815- bordercolor="#666666"
3816- borderopacity="1.0"
3817- inkscape:pageopacity="0.0"
3818- inkscape:pageshadow="2"
3819- inkscape:zoom="3.5967995"
3820- inkscape:cx="37.686271"
3821- inkscape:cy="42.593387"
3822- inkscape:document-units="px"
3823- inkscape:current-layer="layer1"
3824- showgrid="true"
3825- showborder="true"
3826- fit-margin-top="0"
3827- fit-margin-left="0"
3828- fit-margin-right="0"
3829- fit-margin-bottom="0"
3830- inkscape:snap-bbox="true"
3831- inkscape:bbox-paths="true"
3832- inkscape:bbox-nodes="true"
3833- inkscape:snap-bbox-edge-midpoints="true"
3834- inkscape:snap-bbox-midpoints="true"
3835- inkscape:object-paths="true"
3836- inkscape:snap-intersection-paths="true"
3837- inkscape:object-nodes="true"
3838- inkscape:snap-smooth-nodes="true"
3839- inkscape:snap-midpoints="true"
3840- inkscape:snap-object-midpoints="true"
3841- inkscape:snap-center="true"
3842- showguides="true"
3843- inkscape:guide-bbox="true"
3844- inkscape:snap-global="true"
3845- inkscape:window-width="1680"
3846- inkscape:window-height="965"
3847- inkscape:window-x="0"
3848- inkscape:window-y="24"
3849- inkscape:window-maximized="1">
3850- <inkscape:grid
3851- type="xygrid"
3852- id="grid5451"
3853- empspacing="8" />
3854- <sodipodi:guide
3855- orientation="1,0"
3856- position="8,-8.0000001"
3857- id="guide4063" />
3858- <sodipodi:guide
3859- orientation="1,0"
3860- position="4,-8.0000001"
3861- id="guide4065" />
3862- <sodipodi:guide
3863- orientation="0,1"
3864- position="-8,88.000001"
3865- id="guide4067" />
3866- <sodipodi:guide
3867- orientation="0,1"
3868- position="-8,92.000001"
3869- id="guide4069" />
3870- <sodipodi:guide
3871- orientation="0,1"
3872- position="104,4"
3873- id="guide4071" />
3874- <sodipodi:guide
3875- orientation="0,1"
3876- position="-5,8.0000001"
3877- id="guide4073" />
3878- <sodipodi:guide
3879- orientation="1,0"
3880- position="88,-8.0000001"
3881- id="guide4077" />
3882- <sodipodi:guide
3883- orientation="0,1"
3884- position="-8,84.000001"
3885- id="guide4074" />
3886- <sodipodi:guide
3887- orientation="1,0"
3888- position="12,-8.0000001"
3889- id="guide4076" />
3890- <sodipodi:guide
3891- orientation="1,0"
3892- position="84,-8.0000001"
3893- id="guide4080" />
3894- <sodipodi:guide
3895- position="48,-8.0000001"
3896- orientation="1,0"
3897- id="guide4170" />
3898- <sodipodi:guide
3899- position="-8,48"
3900- orientation="0,1"
3901- id="guide4172" />
3902- <sodipodi:guide
3903- position="92,-8.0000001"
3904- orientation="1,0"
3905- id="guide4760" />
3906- </sodipodi:namedview>
3907- <metadata
3908- id="metadata4879">
3909- <rdf:RDF>
3910- <cc:Work
3911- rdf:about="">
3912- <dc:format>image/svg+xml</dc:format>
3913- <dc:type
3914- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3915- <dc:title />
3916- </cc:Work>
3917- </rdf:RDF>
3918- </metadata>
3919- <g
3920- inkscape:label="Layer 1"
3921- inkscape:groupmode="layer"
3922- id="layer1"
3923- transform="translate(67.857146,-78.50504)">
3924- <rect
3925- transform="rotate(90)"
3926- y="-28.142857"
3927- x="78.505051"
3928- height="96"
3929- width="96"
3930- id="rect4782"
3931- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate" />
3932- <path
3933- 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"
3934- 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"
3935- transform="translate(-67.857146,78.50504)"
3936- id="path4193"
3937- inkscape:connector-curvature="0" />
3938- <path
3939- 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"
3940- 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"
3941- id="path4211"
3942- inkscape:connector-curvature="0" />
3943- </g>
3944-</svg>
3945
3946=== removed file 'nav/img/popup/share.svg'
3947--- nav/img/popup/share.svg 2016-03-26 18:53:17 +0000
3948+++ nav/img/popup/share.svg 1970-01-01 00:00:00 +0000
3949@@ -1,180 +0,0 @@
3950-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3951-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3952-
3953-<svg
3954- xmlns:dc="http://purl.org/dc/elements/1.1/"
3955- xmlns:cc="http://creativecommons.org/ns#"
3956- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3957- xmlns:svg="http://www.w3.org/2000/svg"
3958- xmlns="http://www.w3.org/2000/svg"
3959- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3960- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3961- width="96"
3962- height="96"
3963- id="svg4874"
3964- version="1.1"
3965- inkscape:version="0.91 r13725"
3966- viewBox="0 0 96 96.000001"
3967- sodipodi:docname="share.svg">
3968- <defs
3969- id="defs4876" />
3970- <sodipodi:namedview
3971- id="base"
3972- pagecolor="#ffffff"
3973- bordercolor="#666666"
3974- borderopacity="1.0"
3975- inkscape:pageopacity="0.0"
3976- inkscape:pageshadow="2"
3977- inkscape:zoom="11.805916"
3978- inkscape:cx="18.90923"
3979- inkscape:cy="59.734504"
3980- inkscape:document-units="px"
3981- inkscape:current-layer="g4780"
3982- showgrid="true"
3983- showborder="true"
3984- fit-margin-top="0"
3985- fit-margin-left="0"
3986- fit-margin-right="0"
3987- fit-margin-bottom="0"
3988- inkscape:snap-bbox="true"
3989- inkscape:bbox-paths="true"
3990- inkscape:bbox-nodes="true"
3991- inkscape:snap-bbox-edge-midpoints="true"
3992- inkscape:snap-bbox-midpoints="true"
3993- inkscape:object-paths="true"
3994- inkscape:snap-intersection-paths="true"
3995- inkscape:object-nodes="true"
3996- inkscape:snap-smooth-nodes="true"
3997- inkscape:snap-midpoints="true"
3998- inkscape:snap-object-midpoints="true"
3999- inkscape:snap-center="true"
4000- showguides="true"
4001- inkscape:guide-bbox="true"
4002- inkscape:window-width="1680"
4003- inkscape:window-height="964"
4004- inkscape:window-x="0"
4005- inkscape:window-y="24"
4006- inkscape:window-maximized="1">
4007- <inkscape:grid
4008- type="xygrid"
4009- id="grid5451"
4010- empspacing="8" />
4011- <sodipodi:guide
4012- orientation="1,0"
4013- position="8,-8.0000001"
4014- id="guide4063" />
4015- <sodipodi:guide
4016- orientation="1,0"
4017- position="4,-8.0000001"
4018- id="guide4065" />
4019- <sodipodi:guide
4020- orientation="0,1"
4021- position="-8,88.000001"
4022- id="guide4067" />
4023- <sodipodi:guide
4024- orientation="0,1"
4025- position="-8,92.000001"
4026- id="guide4069" />
4027- <sodipodi:guide
4028- orientation="0,1"
4029- position="104,4"
4030- id="guide4071" />
4031- <sodipodi:guide
4032- orientation="0,1"
4033- position="-5,8.0000001"
4034- id="guide4073" />
4035- <sodipodi:guide
4036- orientation="1,0"
4037- position="92,-8.0000001"
4038- id="guide4075" />
4039- <sodipodi:guide
4040- orientation="1,0"
4041- position="88,-8.0000001"
4042- id="guide4077" />
4043- <sodipodi:guide
4044- orientation="0,1"
4045- position="-8,84.000001"
4046- id="guide4074" />
4047- <sodipodi:guide
4048- orientation="1,0"
4049- position="12,-8.0000001"
4050- id="guide4076" />
4051- <sodipodi:guide
4052- orientation="0,1"
4053- position="-5,12"
4054- id="guide4078" />
4055- <sodipodi:guide
4056- orientation="1,0"
4057- position="84,-9.0000001"
4058- id="guide4080" />
4059- <sodipodi:guide
4060- position="48,83.568528"
4061- orientation="1,0"
4062- id="guide4170" />
4063- </sodipodi:namedview>
4064- <metadata
4065- id="metadata4879">
4066- <rdf:RDF>
4067- <cc:Work
4068- rdf:about="">
4069- <dc:format>image/svg+xml</dc:format>
4070- <dc:type
4071- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4072- <dc:title />
4073- </cc:Work>
4074- </rdf:RDF>
4075- </metadata>
4076- <g
4077- inkscape:label="Layer 1"
4078- inkscape:groupmode="layer"
4079- id="layer1"
4080- transform="translate(67.857146,-78.50504)">
4081- <g
4082- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4083- id="g4845"
4084- style="display:inline">
4085- <g
4086- inkscape:export-ydpi="90"
4087- inkscape:export-xdpi="90"
4088- inkscape:export-filename="next01.png"
4089- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
4090- id="g4778"
4091- inkscape:label="Layer 1">
4092- <g
4093- transform="matrix(-1,0,0,1,575.99999,611)"
4094- id="g4780"
4095- style="display:inline">
4096- <rect
4097- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
4098- id="rect4782"
4099- width="96.037987"
4100- height="96"
4101- x="-438.00244"
4102- y="345.36221"
4103- transform="scale(-1,1)" />
4104- <path
4105- 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"
4106- 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"
4107- id="path4184"
4108- inkscape:connector-curvature="0" />
4109- <path
4110- 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"
4111- 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"
4112- id="ellipse4187"
4113- inkscape:connector-curvature="0" />
4114- <path
4115- 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"
4116- 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"
4117- id="ellipse4189"
4118- inkscape:connector-curvature="0" />
4119- <path
4120- 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"
4121- 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"
4122- transform="matrix(0,-1,-1.0003957,0,438.00245,441.36222)"
4123- id="path4191"
4124- inkscape:connector-curvature="0" />
4125- </g>
4126- </g>
4127- </g>
4128- </g>
4129-</svg>
4130
4131=== removed file 'nav/img/popup/starred.svg'
4132--- nav/img/popup/starred.svg 2016-03-26 18:53:17 +0000
4133+++ nav/img/popup/starred.svg 1970-01-01 00:00:00 +0000
4134@@ -1,165 +0,0 @@
4135-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4136-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4137-
4138-<svg
4139- xmlns:dc="http://purl.org/dc/elements/1.1/"
4140- xmlns:cc="http://creativecommons.org/ns#"
4141- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4142- xmlns:svg="http://www.w3.org/2000/svg"
4143- xmlns="http://www.w3.org/2000/svg"
4144- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4145- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4146- width="96"
4147- height="96"
4148- id="svg4874"
4149- version="1.1"
4150- inkscape:version="0.91 r13725"
4151- viewBox="0 0 96 96.000001"
4152- sodipodi:docname="starred.svg">
4153- <defs
4154- id="defs4876" />
4155- <sodipodi:namedview
4156- id="base"
4157- pagecolor="#ffffff"
4158- bordercolor="#666666"
4159- borderopacity="1.0"
4160- inkscape:pageopacity="0.0"
4161- inkscape:pageshadow="2"
4162- inkscape:zoom="5.6199993"
4163- inkscape:cx="-31.121007"
4164- inkscape:cy="69.76867"
4165- inkscape:document-units="px"
4166- inkscape:current-layer="g4780"
4167- showgrid="true"
4168- showborder="true"
4169- fit-margin-top="0"
4170- fit-margin-left="0"
4171- fit-margin-right="0"
4172- fit-margin-bottom="0"
4173- inkscape:snap-bbox="true"
4174- inkscape:bbox-paths="true"
4175- inkscape:bbox-nodes="true"
4176- inkscape:snap-bbox-edge-midpoints="true"
4177- inkscape:snap-bbox-midpoints="true"
4178- inkscape:object-paths="true"
4179- inkscape:snap-intersection-paths="true"
4180- inkscape:object-nodes="true"
4181- inkscape:snap-smooth-nodes="true"
4182- inkscape:snap-midpoints="true"
4183- inkscape:snap-object-midpoints="true"
4184- inkscape:snap-center="true"
4185- showguides="true"
4186- inkscape:guide-bbox="true"
4187- inkscape:snap-global="true"
4188- inkscape:window-width="1680"
4189- inkscape:window-height="964"
4190- inkscape:window-x="0"
4191- inkscape:window-y="24"
4192- inkscape:window-maximized="1">
4193- <inkscape:grid
4194- type="xygrid"
4195- id="grid5451"
4196- empspacing="8" />
4197- <sodipodi:guide
4198- orientation="1,0"
4199- position="8,-8.0000001"
4200- id="guide4063" />
4201- <sodipodi:guide
4202- orientation="1,0"
4203- position="4,-8.0000001"
4204- id="guide4065" />
4205- <sodipodi:guide
4206- orientation="0,1"
4207- position="-8,88.000001"
4208- id="guide4067" />
4209- <sodipodi:guide
4210- orientation="0,1"
4211- position="-8,92.000001"
4212- id="guide4069" />
4213- <sodipodi:guide
4214- orientation="0,1"
4215- position="104,4"
4216- id="guide4071" />
4217- <sodipodi:guide
4218- orientation="0,1"
4219- position="-5,8.0000001"
4220- id="guide4073" />
4221- <sodipodi:guide
4222- orientation="1,0"
4223- position="88,-8.0000001"
4224- id="guide4077" />
4225- <sodipodi:guide
4226- orientation="0,1"
4227- position="-8,84.000001"
4228- id="guide4074" />
4229- <sodipodi:guide
4230- orientation="1,0"
4231- position="12,-8.0000001"
4232- id="guide4076" />
4233- <sodipodi:guide
4234- orientation="1,0"
4235- position="84,-8.0000001"
4236- id="guide4080" />
4237- <sodipodi:guide
4238- position="48,-8.0000001"
4239- orientation="1,0"
4240- id="guide4170" />
4241- <sodipodi:guide
4242- position="-8,48"
4243- orientation="0,1"
4244- id="guide4172" />
4245- <sodipodi:guide
4246- position="92,-8.0000001"
4247- orientation="1,0"
4248- id="guide4760" />
4249- </sodipodi:namedview>
4250- <metadata
4251- id="metadata4879">
4252- <rdf:RDF>
4253- <cc:Work
4254- rdf:about="">
4255- <dc:format>image/svg+xml</dc:format>
4256- <dc:type
4257- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4258- <dc:title />
4259- </cc:Work>
4260- </rdf:RDF>
4261- </metadata>
4262- <g
4263- inkscape:label="Layer 1"
4264- inkscape:groupmode="layer"
4265- id="layer1"
4266- transform="translate(67.857146,-78.50504)">
4267- <g
4268- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4269- id="g4845"
4270- style="display:inline">
4271- <g
4272- inkscape:export-ydpi="90"
4273- inkscape:export-xdpi="90"
4274- inkscape:export-filename="next01.png"
4275- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
4276- id="g4778"
4277- inkscape:label="Layer 1">
4278- <g
4279- transform="matrix(-1,0,0,1,575.99999,611)"
4280- id="g4780"
4281- style="display:inline">
4282- <rect
4283- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
4284- id="rect4782"
4285- width="96.037987"
4286- height="96"
4287- x="-438.00244"
4288- y="345.36221"
4289- transform="scale(-1,1)" />
4290- <path
4291- 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"
4292- 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"
4293- id="path4170"
4294- inkscape:connector-curvature="0" />
4295- </g>
4296- </g>
4297- </g>
4298- </g>
4299-</svg>
4300
4301=== modified file 'qml/Main.qml'
4302--- qml/Main.qml 2016-03-31 20:26:09 +0000
4303+++ qml/Main.qml 2016-04-02 11:05:19 +0000
4304@@ -131,7 +131,7 @@
4305 actions: [
4306 Action {
4307 id: actionFullScreen
4308- iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/restore.svg" : "../nav/img/header/restore_light.svg"
4309+ iconName: "view-restore"
4310 text: i18n.tr("Fullscreen")
4311 enabled: navigationPage.buttonsEnabled
4312 onTriggered: {
4313@@ -141,7 +141,7 @@
4314
4315 Action {
4316 id: centerPosAction
4317- 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"
4318+ 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"
4319 text: i18n.tr("Center on Position")
4320 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2
4321 onTriggered: {
4322@@ -153,7 +153,7 @@
4323
4324 Action {
4325 id: routeAction
4326- iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/send.svg" : "../nav/img/header/send_light.svg"
4327+ iconName: "send"
4328 text: i18n.tr("Route")
4329 enabled: navigationPage.buttonsEnabled
4330 onTriggered: {
4331@@ -163,7 +163,7 @@
4332
4333 Action {
4334 id: actionSettings
4335- iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/settings.svg" : "../nav/img/header/settings_light.svg"
4336+ iconName: "settings"
4337 text: i18n.tr("Settings")
4338 enabled: navigationPage.buttonsEnabled
4339 onTriggered: mainPageStack.push(Qt.resolvedUrl("SettingsPage.qml"))
4340@@ -171,7 +171,7 @@
4341
4342 Action {
4343 id: actionInfo
4344- iconSource: navigationPage.buttonsEnabled ? "../nav/img/header/info.svg" : "../nav/img/header/info_light.svg"
4345+ iconName: "info"
4346 text: i18n.tr("About")
4347 enabled: navigationPage.buttonsEnabled
4348 onTriggered: mainPageStack.push(Qt.resolvedUrl("AboutPage.qml"))
4349@@ -415,9 +415,7 @@
4350 }
4351
4352 ActionIcon {
4353- icon.source: mainPageStack.center_onpos ? (mainPageStack.center_onpos === 1 ? "../nav/img/header/center_onpos.svg"
4354- : "../nav/img/header/center_onpos_light.svg")
4355- : "../nav/img/header/gps_off.svg"
4356+ 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"
4357 enabled: navigationPage.buttonsEnabled && mainPageStack.center_onpos !== 2
4358 onClicked: {
4359 mainPageStack.center_onpos = 2;
4360@@ -427,7 +425,7 @@
4361 }
4362
4363 ActionIcon {
4364- icon.name: "view-restore"
4365+ icon.name: "view-fullscreen"
4366 enabled: navigationPage.buttonsEnabled
4367 onClicked: navApp.settings.headerVisible = !navApp.settings.headerVisible;
4368 }
4369@@ -500,7 +498,7 @@
4370 visible: goThereActionPopover.poiName !== ""
4371 width: parent.width - units.gu(7)
4372 maximumLineCount: 2
4373- fontSize: "small"
4374+ textSize: Label.Small
4375 horizontalAlignment: Text.AlignLeft
4376 elide: Text.ElideRight
4377 wrapMode: Text.WordWrap
4378@@ -546,7 +544,7 @@
4379
4380 Label {
4381 text: i18n.tr("Coord:") + " " + parseFloat(mainPageStack.clickedLat).toFixed(5) + ", " + parseFloat(mainPageStack.clickedLng).toFixed(5)
4382- fontSize: "small"
4383+ textSize: Label.Small
4384 horizontalAlignment: Text.AlignHCenter
4385 visible: !goThereActionPopover.poiName
4386 }
4387@@ -554,14 +552,12 @@
4388 Row {
4389 spacing: 3
4390
4391- Button {
4392+ IconButton {
4393 id: goThereButton
4394- height: units.gu(5)
4395- width: units.gu(5)
4396- iconSource: "../nav/img/popup/send.svg"
4397+ icon.name: "send"
4398 color: UbuntuColors.green
4399 visible: goThereActionPopover.poiName !== i18n.tr("Current Position") ? true : false
4400- onTriggered: {
4401+ onClicked: {
4402 goThereActionPopover.hide();
4403 mainPageStack.center_onpos = 2;
4404 mainPageStack.routeState = 'yes';
4405@@ -569,13 +565,11 @@
4406 }
4407 }
4408
4409- Button {
4410+ IconButton {
4411 id: addFavButton
4412- height: units.gu(5)
4413- width: units.gu(5)
4414- iconSource: mainPageStack.favPopup ? "../nav/img/popup/starred.svg" : "../nav/img/popup/non-starred.svg"
4415- color: UbuntuColors.greyGradient
4416- onTriggered: {
4417+ icon.name: mainPageStack.favPopup ? "starred" : "non-starred"
4418+ color: UbuntuColors.coolGrey
4419+ onClicked: {
4420 mainPageStack.favPopup = !mainPageStack.favPopup;
4421 favNamePopup.text = '';
4422 if (mainPageStack.favPopup) {
4423@@ -584,50 +578,42 @@
4424 }
4425 }
4426
4427- Button {
4428+ IconButton {
4429 id: poiButton
4430- height: units.gu(5)
4431- width: units.gu(5)
4432- iconSource: "../nav/img/popup/pois.svg"
4433+ icon.name: "location"
4434 color: UbuntuColors.orange
4435- onTriggered: {
4436+ onClicked: {
4437 mainPageStack.push(Qt.resolvedUrl("./PoiPage.qml"), {"fromPage": "Main.qml", "lat": mainPageStack.clickedLat, "lng": mainPageStack.clickedLng})
4438 }
4439 }
4440
4441- Button {
4442+ IconButton {
4443 id: shareButton
4444- height: units.gu(5)
4445- width: units.gu(5)
4446- iconSource: "../nav/img/popup/share.svg"
4447+ icon.name: "share"
4448 color: UbuntuColors.lightAubergine
4449- onTriggered: {
4450+ onClicked: {
4451 PopupUtils.open(Qt.resolvedUrl("./Share.qml"), navApp, {"lat": mainPageStack.clickedLat, "lon": mainPageStack.clickedLng})
4452 }
4453 }
4454
4455- Button {
4456+ IconButton {
4457 id: ptFromButton
4458- height: units.gu(5)
4459- width: units.gu(5)
4460- iconSource: "../nav/img/popup/PtFrom.svg"
4461+ icon.name: "transfer-progress-upload"
4462 visible: mainPageStack.ptFromLat === "null"
4463 color: UbuntuColors.darkGrey
4464- onTriggered: {
4465+ onClicked: {
4466 goThereActionPopover.hide();
4467 mainPageStack.ptFromLat = mainPageStack.clickedLat;
4468 mainPageStack.ptFromLng = mainPageStack.clickedLng;
4469 }
4470 }
4471
4472- Button {
4473+ IconButton {
4474 id: ptToButton
4475- height: units.gu(5)
4476- width: units.gu(5)
4477- iconSource: "../nav/img/popup/PtTo.svg"
4478+ icon.name: "transfer-progress-download"
4479 visible: mainPageStack.ptFromLat !== "null"
4480 color: UbuntuColors.darkGrey
4481- onTriggered: {
4482+ onClicked: {
4483 goThereActionPopover.hide();
4484 mainPageStack.routeState = 'simulate_calculating';
4485 mainPageStack.executeJavaScript("simulate2coord(" + mainPageStack.ptFromLat + ", " + mainPageStack.ptFromLng + ", " + mainPageStack.clickedLat + ", " + mainPageStack.clickedLng + ");");
4486
4487=== modified file 'qml/Nearby.qml'
4488--- qml/Nearby.qml 2016-04-01 01:12:07 +0000
4489+++ qml/Nearby.qml 2016-04-02 11:05:19 +0000
4490@@ -65,7 +65,7 @@
4491
4492 visible: model.visible
4493 title: model.text
4494- icon: model.source
4495+ icon.source: model.source
4496
4497 onClicked: {
4498 mainPageStack.pop(nearbyPage);
4499
4500=== modified file 'qml/RouteInfoListPage.qml'
4501--- qml/RouteInfoListPage.qml 2016-03-26 18:53:17 +0000
4502+++ qml/RouteInfoListPage.qml 2016-04-02 11:05:19 +0000
4503@@ -100,7 +100,7 @@
4504 anchors.topMargin: units.gu(1.5)
4505 anchors.right: parent.right
4506 text: duration !== 0 ? ( (duration/60).toFixed(1) + " min" ) : ""
4507- fontSize: "small"
4508+ textSize: Label.Small
4509 }
4510
4511 Label {
4512@@ -109,7 +109,7 @@
4513 anchors.top: inner_timeLabel.bottom
4514 anchors.topMargin: units.gu(2)
4515 text: distance !== 0 ? ( (distance /1000).toFixed(2) + (navApp.settings.unit === 1 ? " mi" : " km") ) : ""
4516- fontSize: "small"
4517+ textSize: Label.Small
4518 }
4519 }
4520 }
4521
4522=== modified file 'qml/RoutePage.qml'
4523--- qml/RoutePage.qml 2016-04-01 01:12:07 +0000
4524+++ qml/RoutePage.qml 2016-04-02 11:05:19 +0000
4525@@ -41,12 +41,12 @@
4526 Component.onCompleted: initialize()
4527
4528 function initialize() {
4529- routePageModel.append({mode: "SEARCH", text: i18n.tr("Search"), source: "../nav/img/pages/route/search.svg", visible: true})
4530- routePageModel.append({mode: "FAVORITES", text: i18n.tr("Favorites"), source: "../nav/img/pages/route/favorites.svg", visible: true})
4531- routePageModel.append({mode: "NEARBY", text: i18n.tr("Nearby"), source: "../nav/img/pages/route/nearby.svg", visible: true})
4532- routePageModel.append({mode: "COORDINATES", text: i18n.tr("Coordinates"), source: "../nav/img/pages/route/coordinates.svg", visible: true})
4533- routePageModel.append({mode: "SHARE", text: i18n.tr("Share"), source: "../nav/img/pages/route/share.svg", visible: true})
4534- routePageModel.append({mode: "CANCEL", text: i18n.tr("Cancel Route"), source: "../nav/img/pages/route/cancel.svg", visible: mainPageStack.routeState !== 'no'})
4535+ routePageModel.append({mode: "SEARCH", text: i18n.tr("Search"), iconName: "find", visible: true})
4536+ routePageModel.append({mode: "FAVORITES", text: i18n.tr("Favorites"), iconName: "starred", visible: true})
4537+ routePageModel.append({mode: "NEARBY", text: i18n.tr("Nearby"), iconName: "location", visible: true})
4538+ routePageModel.append({mode: "COORDINATES", text: i18n.tr("Coordinates"), iconName: "stock_website", visible: true})
4539+ routePageModel.append({mode: "SHARE", text: i18n.tr("Share"), iconName: "share", visible: true})
4540+ routePageModel.append({mode: "CANCEL", text: i18n.tr("Cancel Route"), iconName: "dialog-error-symbolic", visible: mainPageStack.routeState !== 'no'})
4541 }
4542 }
4543
4544@@ -58,7 +58,7 @@
4545 id: delegate
4546
4547 title: model.text
4548- icon: model.source
4549+ icon.name: model.iconName
4550 visible: model.visible
4551
4552 onClicked: {
4553
4554=== modified file 'qml/SharePage.qml'
4555--- qml/SharePage.qml 2016-04-01 11:46:22 +0000
4556+++ qml/SharePage.qml 2016-04-02 11:05:19 +0000
4557@@ -65,7 +65,7 @@
4558 id: delegate
4559
4560 title: model.text
4561- icon: model.source
4562+ icon.source: model.source
4563 visible: model.visible
4564
4565 onClicked: {
4566
4567=== renamed file 'qml/CustomGridView.qml' => 'qml/components/CustomGridView.qml'
4568=== modified file 'qml/components/GridDelegate.qml'
4569--- qml/components/GridDelegate.qml 2016-04-01 11:33:32 +0000
4570+++ qml/components/GridDelegate.qml 2016-04-02 11:05:19 +0000
4571@@ -21,7 +21,7 @@
4572
4573 // Public APIs
4574 property string title
4575- property alias icon: _icon.source
4576+ property alias icon: _icon
4577
4578 width: delegateColumn.width
4579 height: delegateColumn.height
4580
4581=== added file 'qml/components/IconButton.qml'
4582--- qml/components/IconButton.qml 1970-01-01 00:00:00 +0000
4583+++ qml/components/IconButton.qml 2016-04-02 11:05:19 +0000
4584@@ -0,0 +1,53 @@
4585+/*
4586+ * Copyright 2016 Canonical Ltd.
4587+ *
4588+ * dialer-app is free software; you can redistribute it and/or modify
4589+ * it under the terms of the GNU General Public License as published by
4590+ * the Free Software Foundation; version 3.
4591+ *
4592+ * dialer-app is distributed in the hope that it will be useful,
4593+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4594+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4595+ * GNU General Public License for more details.
4596+ *
4597+ * You should have received a copy of the GNU General Public License
4598+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4599+ */
4600+
4601+import QtQuick 2.4
4602+import Ubuntu.Components 1.3
4603+
4604+AbstractButton {
4605+ id: button
4606+
4607+ readonly property string defaultColor: "#0F8B21"
4608+ property alias color: shape.backgroundColor
4609+ property alias icon: icon
4610+
4611+ width: units.gu(5)
4612+ height: units.gu(5)
4613+ opacity: button.pressed ? 0.5 : (enabled ? 1 : 0.2)
4614+
4615+ Behavior on opacity {
4616+ UbuntuNumberAnimation { }
4617+ }
4618+
4619+ UbuntuShape {
4620+ id: shape
4621+
4622+ aspect: UbuntuShape.Flat
4623+ anchors.fill: parent
4624+ backgroundColor: defaultColor
4625+ radius: "medium"
4626+ }
4627+
4628+ Icon {
4629+ id: icon
4630+
4631+ anchors.centerIn: parent
4632+ width: units.gu(3)
4633+ height: units.gu(3)
4634+ color: "white"
4635+ z: 1
4636+ }
4637+}

Subscribers

People subscribed via source and target branches