summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Robertson <aliask@rockbox.org>2008-05-09 07:08:18 +0000
committerWill Robertson <aliask@rockbox.org>2008-05-09 07:08:18 +0000
commit8a3c77e31e2657cbb1e878cb830338c9628c460b (patch)
tree2857b46aaaf18b02522822d28f24bfb81495007b
parent25583656d9e4f99c73ee41cf37055bed5aafa938 (diff)
downloadrockbox-8a3c77e31e2657cbb1e878cb830338c9628c460b.tar.gz
rockbox-8a3c77e31e2657cbb1e878cb830338c9628c460b.zip
Initial work on a Gigabeat S manual. Still a bit to do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17429 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/lang/english.lang2
-rw-r--r--docs/CREDITS-MANUAL1
-rw-r--r--manual/configure_rockbox/playback_options.tex12
-rw-r--r--manual/getting_started/gigabeats_install.tex8
-rw-r--r--manual/getting_started/installation.tex9
-rw-r--r--manual/platform/gigabeats.tex111
-rw-r--r--manual/rockbox_interface/images/gigabeats-front.pngbin0 -> 44867 bytes
-rw-r--r--manual/rockbox_interface/images/gigabeats-front.svg1275
-rw-r--r--manual/rockbox_interface/main.tex36
9 files changed, 1444 insertions, 10 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index e7cf17ea70..76ec07556d 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -4745,12 +4745,14 @@
4745 alarm: "PLAY=Set OFF=Cancel" 4745 alarm: "PLAY=Set OFF=Cancel"
4746 ipod*: "SELECT=Set MENU=Cancel" 4746 ipod*: "SELECT=Set MENU=Cancel"
4747 h10,h10_5gb: "SELECT=Set PREV=Cancel" 4747 h10,h10_5gb: "SELECT=Set PREV=Cancel"
4748 gigabeats: "SELECT=Set POWER=Cancel"
4748 </source> 4749 </source>
4749 <dest> 4750 <dest>
4750 *: none 4751 *: none
4751 alarm: "PLAY=Set OFF=Cancel" 4752 alarm: "PLAY=Set OFF=Cancel"
4752 ipod*: "SELECT=Set MENU=Cancel" 4753 ipod*: "SELECT=Set MENU=Cancel"
4753 h10,h10_5gb: "SELECT=Set PREV=Cancel" 4754 h10,h10_5gb: "SELECT=Set PREV=Cancel"
4755 gigabeats: "SELECT=Set POWER=Cancel"
4754 </dest> 4756 </dest>
4755 <voice> 4757 <voice>
4756 *: none 4758 *: none
diff --git a/docs/CREDITS-MANUAL b/docs/CREDITS-MANUAL
index d9d2350d2c..340862d927 100644
--- a/docs/CREDITS-MANUAL
+++ b/docs/CREDITS-MANUAL
@@ -30,4 +30,5 @@ Tom Ross
30Philippe Latulippe 30Philippe Latulippe
31Costas Calamvokis 31Costas Calamvokis
32Peter Harley 32Peter Harley
33Will Robertson
33 34
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index ab3c724b8f..4694d30cb8 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -64,7 +64,7 @@ related to audio playback.
64 \ButtonPower{} and \ButtonRight{}. 64 \ButtonPower{} and \ButtonRight{}.
65 To reset the markers hold \ButtonPower{} and press \ButtonUp{}. 65 To reset the markers hold \ButtonPower{} and press \ButtonUp{}.
66 } 66 }
67 \opt{gigabeat}{ 67 \opt{gigabeatf}{
68 To set the Start Point (A) hold \ButtonA{} and press \ButtonLeft{}. 68 To set the Start Point (A) hold \ButtonA{} and press \ButtonLeft{}.
69 Setting the End Point (B) is done accordingly using 69 Setting the End Point (B) is done accordingly using
70 \ButtonA{} and \ButtonRight{}. 70 \ButtonA{} and \ButtonRight{}.
@@ -76,7 +76,13 @@ related to audio playback.
76 \ButtonDisplay{} and \ButtonRight{}. 76 \ButtonDisplay{} and \ButtonRight{}.
77 To reset the markers hold \ButtonDisplay{} and press \ButtonSelect{}. 77 To reset the markers hold \ButtonDisplay{} and press \ButtonSelect{}.
78 } 78 }
79 \nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,gigabeat,RECORDER_PAD,MROBE100_PAD}{ 79 \opt{gigabeats}{
80 To set the Start Point (A) hold \ButtonBack{} and press \ButtonLeft{}.
81 Setting the End Point (B) is done accordingly using
82 \ButtonBack{} and \ButtonRight{}.
83 To reset the markers \ButtonBack{} and press \ButtonSelect{}.
84 }
85 \nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,gigabeatf,RECORDER_PAD,MROBE100_PAD,gigabeats}{
80 \fixme{ 86 \fixme{
81 --- Sets Start Point (A)\\ 87 --- Sets Start Point (A)\\
82 --- Sets End Point (B)\\ 88 --- Sets End Point (B)\\
@@ -241,7 +247,7 @@ related to audio playback.
241 \setting{Auto-Change Directory} to function properly.} 247 \setting{Auto-Change Directory} to function properly.}
242 248
243 % 249 %
244\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor,gigabeatf}{ 250\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor,gigabeatf,gigabeats}{
245\item[Pause on headphone unplug.] Enables and disables automatic pausing of 251\item[Pause on headphone unplug.] Enables and disables automatic pausing of
246 playback when the headphones are disconnected from the \daps{} headphone 252 playback when the headphones are disconnected from the \daps{} headphone
247 socket. 253 socket.
diff --git a/manual/getting_started/gigabeats_install.tex b/manual/getting_started/gigabeats_install.tex
new file mode 100644
index 0000000000..56de5adcc7
--- /dev/null
+++ b/manual/getting_started/gigabeats_install.tex
@@ -0,0 +1,8 @@
1% $Id$
2
3Installing the bootloader is only needed once. It involves replacing the
4existing firmware file on your \dap{} with another version. To be able
5to boot the original firmware you must generate your own \fname{nk.bin} file
6using the mknkboot utility. Alternatively you can use a pre-built bootloader,
7however you must keep in mind that by using the pre-built version you will be
8unable to dual-boot your \dap{}.
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 8828e3bf40..23aea0e1d6 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -47,7 +47,7 @@ installation options.
47 the \playerman{} bootloader. It is responsible for loading the Rockbox 47 the \playerman{} bootloader. It is responsible for loading the Rockbox
48 firmware and for providing the dual boot function. It directly replaces the 48 firmware and for providing the dual boot function. It directly replaces the
49 \playerman{} firmware on the \daps{} disk. 49 \playerman{} firmware on the \daps{} disk.
50 \opt{gigabeat}{\note{Dual boot does not currently work on the gigabeat.}}} 50 \opt{gigabeatf}{\note{Dual boot does not currently work on the gigabeat.}}}
51 51
52 \opt{HAVE_RB_BL_IN_FLASH}{ 52 \opt{HAVE_RB_BL_IN_FLASH}{
53 The bootloader is the program that tells your 53 The bootloader is the program that tells your
@@ -119,7 +119,7 @@ software.
119 \opt{h10,h10_5gb}{\warn{The following steps require you to use UMS mode and so 119 \opt{h10,h10_5gb}{\warn{The following steps require you to use UMS mode and so
120 may require use of the UMS trick as described in the bootloader installation 120 may require use of the UMS trick as described in the bootloader installation
121 section.}} 121 section.}}
122 \opt{gigabeat}{\warn{During installation, do not connect your \dap{} 122 \opt{gigabeatf}{\warn{During installation, do not connect your \dap{}
123 using the cradle but plug the USB cable directly to the \dap{}.}} 123 using the cradle but plug the USB cable directly to the \dap{}.}}
124\end{description} 124\end{description}
125For manual installation and customization additional software is required. 125For manual installation and customization additional software is required.
@@ -320,9 +320,10 @@ structure that Rockbox needs.
320 \opt{ipod}{\input{getting_started/ipod_install.tex}} 320 \opt{ipod}{\input{getting_started/ipod_install.tex}}
321 \opt{m5,x5}{\input{getting_started/iaudio_install.tex}} 321 \opt{m5,x5}{\input{getting_started/iaudio_install.tex}}
322 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}} 322 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
323 \opt{gigabeat}{\input{getting_started/gigabeat_install.tex}} 323 \opt{gigabeatf}{\input{getting_started/gigabeat_install.tex}}
324 \opt{sansa}{\input{getting_started/sansa_install.tex}} 324 \opt{sansa}{\input{getting_started/sansa_install.tex}}
325 \opt{mrobe100}{\input{getting_started/mrobe100_install.tex}} 325 \opt{mrobe100}{\input{getting_started/mrobe100_install.tex}}
326 \opt{gigabeats}{\input{getting_started/gigabeats_install.tex}}
326} 327}
327 328
328\subsection{Enabling Speech Support (optional)}\label{sec:enabling_speech_support} 329\subsection{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
@@ -387,7 +388,7 @@ completely follow the manual uninstallation instructions below.}}
387 connect the \dap{} to your computer, and delete the 388 connect the \dap{} to your computer, and delete the
388 \fname{\firmwarefilename} file. 389 \fname{\firmwarefilename} file.
389} 390}
390\nopt{gigabeat,m5,x5,archos,mrobe100} 391\nopt{gigabeatf,m5,x5,archos,mrobe100}
391 { 392 {
392 \note{The Rockbox bootloader can start the original firmware on your \dap. 393 \note{The Rockbox bootloader can start the original firmware on your \dap.
393 (See \reference{ref:Dualboot} for more information.)}} 394 (See \reference{ref:Dualboot} for more information.)}}
diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex
new file mode 100644
index 0000000000..bb659cb5bb
--- /dev/null
+++ b/manual/platform/gigabeats.tex
@@ -0,0 +1,111 @@
1% $Id$ %
2\def\UseOption{gigabeats}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,GIGABEAT_S_PAD}
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,gigabeat}
9
10\newcommand{\playerman}{Toshiba}
11\newcommand{\playertype}{Gigabeat S Series}
12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{240x320x16}
14\newcommand{\specimg}{gigabeats}
15%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player}
17%For use when referring to the player. E.g. the \daps\ capacity ...
18\newcommand{\daps}{player's}
19\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
20\newcommand{\screenshotsize}{6cm}
21\newcommand{\disk}{hard disk}
22
23\newcommand{\ButtonPower}{\btnfnt{Power}}
24\newcommand{\ButtonBack}{\btnfnt{Back}}
25\newcommand{\ButtonMenu}{\btnfnt{Menu}}
26\newcommand{\ButtonLeft}{\btnfnt{Left}}
27\newcommand{\ButtonRight}{\btnfnt{Right}}
28\newcommand{\ButtonUp}{\btnfnt{Up}}
29\newcommand{\ButtonDown}{\btnfnt{Down}}
30\newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
31\newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
32\newcommand{\ButtonSelect}{\btnfnt{Select}}
33\newcommand{\ButtonPrev}{\btnfnt{Previous}}
34\newcommand{\ButtonPlay}{\btnfnt{Play}}
35\newcommand{\ButtonNext}{\btnfnt{Next}}
36\newcommand{\ButtonHold}{\btnfnt{Hold}}
37
38%Button actions, standard context
39\newcommand{\ActionStdPrev}{\ButtonUp}
40\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
41\newcommand{\ActionStdNext}{\ButtonDown}
42\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
43\newcommand{\ActionStdCancel}{\ButtonLeft{}, \ButtonPower{} or \ButtonBack}
44\newcommand{\ActionStdContext}{Long \ButtonSelect}
45\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
46\newcommand{\ActionStdMenu}{\ButtonMenu}
47\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
48
49%Button actions, wps context
50\newcommand{\ActionWpsPlay}{\ButtonPlay}
51\newcommand{\ActionWpsSkipNext}{\ButtonRight{} or \ButtonNext}
52\newcommand{\ActionWpsSkipPrev}{\ButtonLeft{} or \ButtonPrev}
53\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft{} or Long \ButtonNext}
54\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight{} or Long \ButtonNext}
55\newcommand{\ActionWpsAbSetBNextDir}{\ButtonBack{} + \ButtonRight}
56\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonBack{} + \ButtonLeft}
57\newcommand{\ActionWpsStop}{\ButtonPower}
58\newcommand{\ActionWpsVolDown}{\ButtonDown{} or \ButtonVolDown}
59\newcommand{\ActionWpsVolUp}{\ButtonUp{} or \ButtonVolUp}
60\newcommand{\ActionWpsPitchScreen}{\ButtonBack{} + \ButtonUp/\ButtonDown}
61\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
62\newcommand{\ActionWpsMenu}{\ButtonMenu}
63\newcommand{\ActionWpsContext}{Long \ButtonSelect}
64\newcommand{\ActionWpsBrowse}{\ButtonSelect}
65\newcommand{\ActionWpsAbReset}{\ButtonBack{}}
66\newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
67
68%Button actions, tree context
69\newcommand{\ActionTreeWps}{\ButtonPlay}
70\newcommand{\ActionTreeStop}{\ButtonPower}
71\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
72\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73
74%Button actions, YesNo context
75\newcommand{\ActionYesNoAccept}{\ButtonSelect}
76
77%Button actions, Setting context
78\newcommand{\ActionSettingInc}{\ButtonUp}
79\newcommand{\ActionSettingDec}{\ButtonDown}
80
81%Button actions, Alarm screen
82\newcommand{\ActionAlarmSet}{\ButtonSelect}
83\newcommand{\ActionAlarmCancel}{\ButtonPower}
84\newcommand{\ActionAlarmHoursInc}{\ButtonUp}
85\newcommand{\ActionAlarmHoursDec}{\ButtonDown}
86
87%Button actions, Virtual Keyboard Context
88\newcommand{\ActionKbdLeft}{\ButtonLeft}
89\newcommand{\ActionKbdRight}{\ButtonRight}
90\newcommand{\ActionKbdSelect}{\ButtonSelect}
91\newcommand{\ActionKbdCursorLeft}{\ButtonPrev}
92\newcommand{\ActionKbdCursorRight}{\ButtonNext}
93\newcommand{\ActionKbdPageFlip}{\ButtonBack{} + \ButtonMenu}
94\newcommand{\ActionKbdDone}{\ButtonPlay}
95\newcommand{\ActionKbdAbort}{\ButtonBack}
96\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
97\newcommand{\ActionKbdMorseInput}{\ButtonBack{} + \ButtonVolUp}
98\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
99\newcommand{\ActionKbdUp}{\ButtonUp}
100\newcommand{\ActionKbdDown}{\ButtonDown}
101
102%Button actions, Pitch Screen context
103\newcommand{\ActionPsToggleMode}{\ButtonMenu}
104\newcommand{\ActionPsIncSmall}{\ButtonUp}
105\newcommand{\ActionPsIncBig}{Long \ButtonUp}
106\newcommand{\ActionPsDecSmall}{\ButtonDown}
107\newcommand{\ActionPsDecBig}{Long \ButtonDown}
108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
109\newcommand{\ActionPsNudgeRight}{\ButtonRight}
110\newcommand{\ActionPsReset}{\ButtonPlay}
111\newcommand{\ActionPsExit}{\ButtonBack}
diff --git a/manual/rockbox_interface/images/gigabeats-front.png b/manual/rockbox_interface/images/gigabeats-front.png
new file mode 100644
index 0000000000..a2df7ced77
--- /dev/null
+++ b/manual/rockbox_interface/images/gigabeats-front.png
Binary files differ
diff --git a/manual/rockbox_interface/images/gigabeats-front.svg b/manual/rockbox_interface/images/gigabeats-front.svg
new file mode 100644
index 0000000000..54b56fef87
--- /dev/null
+++ b/manual/rockbox_interface/images/gigabeats-front.svg
@@ -0,0 +1,1275 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="11887.345"
13 height="17015.342"
14 id="svg2"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 version="1.0"
18 sodipodi:docname="gigabeats-front.svg"
19 sodipodi:docbase="/var/files/gigabeat"
20 inkscape:output_extension="org.inkscape.output.svg.inkscape"
21 sodipodi:modified="true"
22 style="display:inline">
23 <defs
24 id="defs4">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 8507.6709 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="11887.345 : 8507.6709 : 1"
30 inkscape:persp3d-origin="5943.6724 : 5671.7806 : 1"
31 id="perspective174" />
32 <linearGradient
33 id="linearGradient8184"
34 gradientUnits="userSpaceOnUse"
35 x1="78.980003"
36 y1="3680.1499"
37 x2="78.980003"
38 y2="1995.67">
39 <stop
40 offset="0"
41 stop-color="#878787"
42 id="stop8186"
43 style="stop-color:#646464;stop-opacity:1;" />
44 <stop
45 style="stop-color:#939393;stop-opacity:1;"
46 offset="0.08571429"
47 stop-color="#E8E8E8"
48 id="stop8188" />
49 <stop
50 offset="0.54285717"
51 stop-color="#E8E8E8"
52 id="stop8190"
53 style="stop-color:#bbbbbb;stop-opacity:1;" />
54 <stop
55 offset="1"
56 stop-color="#B3B3B3"
57 id="stop8192"
58 style="stop-color:#8e8e8e;stop-opacity:1;" />
59 </linearGradient>
60 <linearGradient
61 gradientTransform="matrix(1,0,0,1.165854,0,-39.03568)"
62 spreadMethod="pad"
63 gradientUnits="userSpaceOnUse"
64 y2="427.36218"
65 x2="377"
66 y1="189.86218"
67 x1="324"
68 id="linearGradient5523"
69 xlink:href="#linearGradient5517"
70 inkscape:collect="always" />
71 <linearGradient
72 id="linearGradient4621">
73 <stop
74 id="stop4623"
75 offset="0"
76 style="stop-color:black;stop-opacity:1;" />
77 <stop
78 id="stop4625"
79 offset="1"
80 style="stop-color:#1e1e1e;stop-opacity:1;" />
81 </linearGradient>
82 <linearGradient
83 id="linearGradient5517">
84 <stop
85 id="stop5519"
86 offset="0"
87 style="stop-color:white;stop-opacity:1;" />
88 <stop
89 id="stop5521"
90 offset="1"
91 style="stop-color:#646464;stop-opacity:0.14117648;" />
92 </linearGradient>
93 <linearGradient
94 inkscape:collect="always"
95 xlink:href="#id15"
96 id="linearGradient2648"
97 gradientUnits="userSpaceOnUse"
98 x1="7300.3101"
99 y1="4250.7598"
100 x2="7335.0498"
101 y2="4447.8198" />
102 <filter
103 inkscape:collect="always"
104 id="filter4358">
105 <feGaussianBlur
106 inkscape:collect="always"
107 stdDeviation="3.0256766"
108 id="feGaussianBlur4360" />
109 </filter>
110 <linearGradient
111 inkscape:collect="always"
112 xlink:href="#id5"
113 id="linearGradient4368"
114 x1="2239.219"
115 y1="369.59302"
116 x2="3332.6543"
117 y2="369.59302"
118 gradientUnits="userSpaceOnUse"
119 gradientTransform="translate(0,54.762152)" />
120 <radialGradient
121 inkscape:collect="always"
122 xlink:href="#id5"
123 id="radialGradient5349"
124 cx="8384.2773"
125 cy="379.11795"
126 fx="8384.2773"
127 fy="379.11795"
128 r="1317.4406"
129 gradientTransform="matrix(1,0,0,7.2497848e-2,0,351.63273)"
130 gradientUnits="userSpaceOnUse" />
131 <linearGradient
132 inkscape:collect="always"
133 xlink:href="#id5"
134 id="linearGradient5356"
135 gradientUnits="userSpaceOnUse"
136 gradientTransform="translate(10.627359,51.083067)"
137 x1="2239.219"
138 y1="369.59302"
139 x2="3332.6543"
140 y2="369.59302" />
141 <linearGradient
142 inkscape:collect="always"
143 xlink:href="#linearGradient8184"
144 id="linearGradient3297"
145 x1="10621.958"
146 y1="2393.1189"
147 x2="10675.917"
148 y2="2393.1189"
149 gradientUnits="userSpaceOnUse" />
150 <linearGradient
151 inkscape:collect="always"
152 xlink:href="#linearGradient8184"
153 id="linearGradient4276"
154 x1="10622.676"
155 y1="5013.1768"
156 x2="10683.052"
157 y2="5013.1768"
158 gradientUnits="userSpaceOnUse" />
159 <linearGradient
160 inkscape:collect="always"
161 xlink:href="#linearGradient8184"
162 id="linearGradient5255"
163 x1="10626.469"
164 y1="7621.0166"
165 x2="10683.052"
166 y2="7621.0166"
167 gradientUnits="userSpaceOnUse" />
168 <linearGradient
169 inkscape:collect="always"
170 xlink:href="#linearGradient8184"
171 id="linearGradient6234"
172 x1="10629.985"
173 y1="9204.0811"
174 x2="10699.162"
175 y2="9204.0811"
176 gradientUnits="userSpaceOnUse" />
177 <linearGradient
178 inkscape:collect="always"
179 xlink:href="#linearGradient8184"
180 id="linearGradient7213"
181 x1="10632.164"
182 y1="10783.504"
183 x2="10694.743"
184 y2="10783.504"
185 gradientUnits="userSpaceOnUse" />
186 <radialGradient
187 inkscape:collect="always"
188 xlink:href="#id0"
189 id="radialGradient4556"
190 cx="362.80157"
191 cy="513.09845"
192 fx="362.80157"
193 fy="513.09845"
194 r="221.12788"
195 gradientTransform="matrix(1,0,0,1.62019,0,-318.2186)"
196 gradientUnits="userSpaceOnUse" />
197 <linearGradient
198 inkscape:collect="always"
199 xlink:href="#linearGradient4621"
200 id="linearGradient4567"
201 x1="147.73029"
202 y1="512.9516"
203 x2="579.89551"
204 y2="512.9516"
205 gradientUnits="userSpaceOnUse" />
206 </defs>
207 <sodipodi:namedview
208 id="base"
209 pagecolor="#ffffff"
210 bordercolor="#666666"
211 borderopacity="1.0"
212 gridtolerance="10000"
213 guidetolerance="10"
214 objecttolerance="10"
215 inkscape:pageopacity="0.0"
216 inkscape:pageshadow="2"
217 inkscape:zoom="0.028634208"
218 inkscape:cx="-645.39649"
219 inkscape:cy="7847.5633"
220 inkscape:document-units="px"
221 inkscape:current-layer="layer17"
222 showguides="true"
223 inkscape:guide-bbox="true"
224 width="744.09449px"
225 height="1053.36px"
226 inkscape:window-width="1280"
227 inkscape:window-height="949"
228 inkscape:window-x="0"
229 inkscape:window-y="49"
230 showgrid="false" />
231 <metadata
232 id="metadata7">
233 <rdf:RDF>
234 <cc:Work
235 rdf:about="">
236 <dc:format>image/svg+xml</dc:format>
237 <dc:type
238 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
239 </cc:Work>
240 </rdf:RDF>
241 </metadata>
242 <g
243 inkscape:groupmode="layer"
244 id="layer17"
245 inkscape:label="Sidebits"
246 style="display:inline">
247 <path
248 style="fill:url(#linearGradient3297);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
249 d="M 10623.631,2081.5519 C 10623.631,2081.5519 10673.625,2110.1196 10673.625,2204.7503 C 10673.625,2299.3809 10675.41,2622.5536 10675.41,2622.5536 C 10675.41,2622.5536 10677.196,2686.831 10625.417,2704.6859 C 10621.845,2702.9004 10621.846,2083.3374 10623.631,2081.5519 z"
250 id="path2320"
251 sodipodi:nodetypes="csccc"
252 inkscape:export-filename="/var/files/gigabeat/path5354.png"
253 inkscape:export-xdpi="1.9466898"
254 inkscape:export-ydpi="1.9466898" />
255 <path
256 style="fill:url(#linearGradient6234);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
257 d="M 10633.01,8884.6618 C 10633.01,8884.6618 10698.662,8882.1367 10698.662,9096.7665 C 10698.662,9311.3963 10696.137,9389.673 10696.137,9389.673 C 10696.137,9389.673 10708.762,9518.4508 10635.535,9523.5009 C 10627.96,9523.501 10630.485,8889.7119 10633.01,8884.6618 z"
258 id="path5257"
259 sodipodi:nodetypes="csccc"
260 inkscape:export-filename="/var/files/gigabeat/path5354.png"
261 inkscape:export-xdpi="1.9466898"
262 inkscape:export-ydpi="1.9466898" />
263 <path
264 style="opacity:1;fill:url(#linearGradient4276);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
265 d="M 10623.631,3675.9893 C 10623.631,3675.9893 10680.767,3702.7715 10675.41,3829.5409 C 10670.054,3956.3103 10648.628,4824.0556 10648.628,4824.0556 C 10648.628,4824.0556 10653.984,5497.1832 10666.483,5623.9525 C 10678.981,5750.7219 10682.552,6213.1623 10682.552,6213.1623 C 10682.552,6213.1623 10666.226,6375.2565 10628.652,6347.0736 C 10621.511,6341.7172 10621.846,3675.9893 10623.631,3675.9893 z"
266 id="path3299"
267 sodipodi:nodetypes="cccccsc"
268 inkscape:export-filename="/var/files/gigabeat/path5354.png"
269 inkscape:export-xdpi="1.9466898"
270 inkscape:export-ydpi="1.9466898" />
271 <path
272 style="opacity:1;fill:url(#linearGradient5255);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
273 d="M 10627.202,7311.2351 C 10627.202,7311.2351 10675.41,7323.7335 10678.981,7441.5755 C 10682.552,7559.4174 10682.552,7852.2368 10682.552,7852.2368 C 10682.552,7852.2368 10671.989,7930.798 10630.884,7930.7981 C 10627.313,7930.7981 10625.417,7314.8061 10627.202,7311.2351 z"
274 id="path4278"
275 sodipodi:nodetypes="cscsc"
276 inkscape:export-filename="/var/files/gigabeat/path5354.png"
277 inkscape:export-xdpi="1.9466898"
278 inkscape:export-ydpi="1.9466898" />
279 <path
280 style="opacity:1;fill:url(#linearGradient7213);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
281 d="M 10635.535,10460.297 C 10635.535,10460.297 10686.037,10475.447 10691.087,10591.6 C 10696.137,10707.752 10693.612,11008.234 10693.612,11008.234 C 10693.612,11008.234 10693.612,11106.711 10635.535,11106.711 C 10627.96,11106.711 10638.06,10462.822 10635.535,10460.297 z"
282 id="path6236"
283 sodipodi:nodetypes="cscsc"
284 inkscape:export-filename="/var/files/gigabeat/path5354.png"
285 inkscape:export-xdpi="1.9466898"
286 inkscape:export-ydpi="1.9466898" />
287 </g>
288 <g
289 inkscape:label="Player"
290 inkscape:groupmode="layer"
291 id="layer1"
292 transform="translate(-0.9187591,8987.8277)"
293 style="opacity:1;display:inline">
294 <g
295 id="g2219"
296 transform="matrix(21.713672,0,0,22.213933,-2022.6956,-11976.245)"
297 inkscape:export-filename="/var/files/gigabeat/path5354.png"
298 inkscape:export-xdpi="1.9466898"
299 inkscape:export-ydpi="1.9466898">
300 <g
301 style="opacity:1;display:none"
302 id="g2221"
303 inkscape:label="Reference">
304 <image
305 xlink:href="C:\Temp\gigabeatLarge.jpg"
306 sodipodi:absref="C:\Temp\gigabeatLarge.jpg"
307 width="537.14288"
308 height="768.85718"
309 id="image1945"
310 x="96.142853"
311 y="131.6479" />
312 </g>
313 <g
314 style="opacity:1;display:inline"
315 inkscape:label="Backing"
316 id="layer12">
317 <path
318 id="path11779"
319 d="M 154.40988,157.0586 L 150.48358,834.62305 C 150.48358,834.62305 137,864.36218 176,867.36218 C 215,870.36218 548,870.36218 548,870.36218 C 548,870.36218 579.39553,865.62305 579.39553,833.62305 C 579.39553,801.62305 571.49291,155.54096 571.49291,155.54096 L 154.40988,157.0586 z"
320 style="fill:url(#linearGradient4567);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.99998277;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
321 sodipodi:nodetypes="ccscscc" />
322 </g>
323 <g
324 style="opacity:0.62280704"
325 inkscape:label="Screen border"
326 id="layer7">
327 <path
328 sodipodi:nodetypes="cscscscsc"
329 id="path5525"
330 d="M 199.21545,608.22144 C 199.21545,608.22144 198.51026,629.32123 217.94876,629.32123 C 237.38727,629.32123 510.28234,628.51734 510.28234,628.51734 C 510.28234,628.51734 529.02437,628.17633 528.69807,607.22465 C 528.38048,586.8323 526.55417,216.66374 526.55417,216.66374 C 526.55417,216.66374 525.61724,196.5479 506.42966,196.5897 C 483.08257,196.64056 220.29939,196.63151 220.29939,196.63151 C 220.29939,196.63151 199.21545,195.01091 199.21545,220.92741 C 199.21545,246.8439 199.21545,607.22465 199.21545,608.22144 z"
331 style="opacity:1;fill:#3e3e3e;fill-opacity:1;fill-rule:evenodd;stroke:#616161;stroke-width:2.95283461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
332 </g>
333 <g
334 style="opacity:1;display:inline"
335 inkscape:label="Back button"
336 id="layer8">
337 <path
338 id="path6431"
339 d="M 235.15246,628.51963 L 234.65766,611.90226 C 234.65766,611.90226 233.17327,599.43923 252.47038,599.43923 C 271.76749,599.43923 309.37212,599.95852 309.37212,599.95852 C 309.37212,599.95852 322.23686,596.32348 322.23686,612.42155 C 322.23686,628.51963 322.23686,628.51963 322.23686,628.51963 L 235.15246,628.51963 z"
340 style="fill:#464646;fill-opacity:1;fill-rule:evenodd;stroke:#3a3a3a;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
341 </g>
342 <g
343 style="opacity:1;display:inline"
344 inkscape:label="Windows button"
345 id="layer10">
346 <path
347 id="path8210"
348 d="M 404.40464,627.65245 L 403.90464,611.65245 C 403.90464,611.65245 402.40464,599.65245 421.90464,599.65245 C 441.40464,599.65245 479.40464,600.15245 479.40464,600.15245 C 479.40464,600.15245 492.40464,596.65246 492.40464,612.15245 C 492.40464,627.65245 492.40464,627.65245 492.40464,627.65245 L 404.40464,627.65245 z"
349 style="opacity:1;fill:#464646;fill-opacity:1;fill-rule:evenodd;stroke:#3a3a3a;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
350 </g>
351 <g
352 style="opacity:1;display:inline"
353 inkscape:label="Windows"
354 id="layer11"
355 transform="translate(-18.134512,-2.3247371)">
356 <path
357 sodipodi:nodetypes="csccscc"
358 id="path8217"
359 d="M 458.87068,615.92387 C 459.96564,615.69551 460.98868,614.98969 462.93605,615.4216 C 464.7691,615.82816 466.04272,616.56844 466.04272,616.56844 C 466.8497,614.0472 467.42865,613.3283 468.50354,609.5822 C 468.50354,609.5822 466.69066,607.72917 464.93594,607.80214 C 462.9103,607.88758 460.39996,608.74635 460.39996,608.74635 L 458.87068,615.92387 z"
360 style="fill:#888888;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
361 <path
362 sodipodi:nodetypes="csccscc"
363 id="path8221"
364 d="M 458.57885,616.97711 C 458.57885,616.97711 460.08286,616.28936 461.83654,616.29846 C 464.20604,616.31075 465.68024,617.46837 465.68024,617.46837 L 463.49944,624.398 C 463.49944,624.398 462.01435,623.4036 460.78854,623.28816 C 459.06688,623.12603 456.42206,623.88114 456.42206,623.88114 L 458.57885,616.97711 z"
365 style="fill:#828282;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
366 </g>
367 <g
368 style="display:inline"
369 inkscape:label="Back"
370 id="layer9"
371 transform="translate(14.000405,0)">
372 <path
373 id="path7321"
374 d="M 259.9537,620.91909 L 259.49121,617.79121 L 273.19527,617.89001 L 273.19527,613.64183 L 259.40105,613.64183 L 259.21293,610.72906 L 249.03284,615.61772 L 259.9537,620.91909 z"
375 style="fill:#9f9f9f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
376 sodipodi:nodetypes="cccccccc" />
377 </g>
378 <g
379 inkscape:label="Screen"
380 id="layer5">
381 <rect
382 y="226.25896"
383 x="227.76482"
384 height="356.10339"
385 width="274.23517"
386 id="rect3734"
387 style="fill:#000000;fill-opacity:1;stroke:#686868;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
388 ry="0" />
389 </g>
390 <g
391 inkscape:label="Screen Sheen"
392 id="layer6" />
393 <g
394 style="display:inline"
395 inkscape:label="Keypad"
396 id="layer3">
397 <path
398 sodipodi:nodetypes="ccscccscccscccscc"
399 id="path2839"
400 d="M 261.03365,732.0639 L 313.37997,732.24397 C 313.37997,732.24397 350.22018,730.14009 350.22018,695.53553 C 350.22018,660.52177 350.22018,644.30603 350.22018,644.30603 L 376.09325,644.24878 L 376.09325,695.90163 C 376.09325,695.90163 377.63684,732.24397 414.96541,732.24397 C 447.00916,732.24397 465.63786,732.24397 465.63786,732.24397 L 465.67277,756.17586 L 413.02668,756.17586 C 413.02668,756.17586 376.09325,757.37629 376.09325,788.28596 C 376.09325,815.68287 376.09325,842.9303 376.09325,842.9303 L 350.22018,842.95908 L 350.22018,788.94982 C 350.22018,788.94982 346.92485,756.32539 314.77089,756.17586 C 294.87414,756.08296 261.02408,756.17586 261.02408,756.17586 L 261.03365,732.0639 z"
401 style="fill:#414141;fill-opacity:1;fill-rule:evenodd;stroke:#686868;stroke-width:3.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
402 </g>
403 <g
404 style="display:inline"
405 inkscape:label="Select button"
406 id="layer4">
407 <path
408 transform="matrix(1.0778547,0,0,-1.0778547,-26.391729,1553.156)"
409 d="M 383,751.36218 A 21.5,22 0 1 1 340,751.36218 A 21.5,22 0 1 1 383,751.36218 z"
410 sodipodi:ry="22"
411 sodipodi:rx="21.5"
412 sodipodi:cy="751.36218"
413 sodipodi:cx="361.5"
414 id="path3731"
415 style="fill:#414141;fill-opacity:1;stroke:#686868;stroke-width:3.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
416 sodipodi:type="arc" />
417 </g>
418 <g
419 style="display:inline"
420 inkscape:label="Silver rim"
421 id="layer2">
422 <path
423 sodipodi:nodetypes="czscscsscscsszc"
424 id="path1949"
425 d="M 154.84263,156.33444 C 154.84263,156.33444 153.26535,826.75181 153.38978,837.72692 C 153.5143,848.71021 158.84382,860.16589 175.08708,860.35234 C 197.29865,860.60286 547.58708,860.35234 547.58708,860.35234 C 547.58708,860.35234 575.08708,863.13202 575.08708,827.35234 C 575.08708,787.35234 571.71871,155.17727 571.71871,155.17727 C 571.71871,155.17727 577.78342,153.5203 580.87935,158.49032 C 583.8059,163.18845 582.56033,179.2984 582.56377,190.52811 C 582.57303,220.72179 583.42597,838.09551 583.42597,838.09551 C 583.42597,838.09551 584.02997,871.0575 549.1929,871.00315 C 518.59317,870.95538 211.19266,870.22075 211.19266,870.22075 C 211.19266,870.22075 186.53015,869.57895 174.30313,869.67771 C 145.56903,869.90979 144.92692,858.14613 144.53152,830.09551 C 143.86908,783.09997 139.57457,164.20461 144.53152,159.37937 C 149.388,154.65193 154.84263,156.33444 154.84263,156.33444 z"
426 style="opacity:1;fill:url(#radialGradient4556);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0" />
427 </g>
428 <path
429 sodipodi:nodetypes="csccscc"
430 id="path8223"
431 d="M 451.12346,607.82204 C 451.12346,607.82204 453.34174,608.82119 454.57917,608.99797 C 455.81661,609.17475 458.84358,608.43235 458.84358,608.43235 L 457.35673,614.95664 C 457.35673,614.95664 455.29303,616.05004 453.09012,616.17455 C 451.06676,616.28892 448.77812,614.61119 448.77812,614.61119 L 451.12346,607.82204 z"
432 style="fill:#828282;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
433 <path
434 sodipodi:nodetypes="ccsccsc"
435 id="path8225"
436 d="M 448.35454,615.38958 L 446.25109,622.60958 C 446.25109,622.60958 448.29044,624.21884 450.95136,624.19735 C 453.42284,624.177 454.9912,623.24213 454.9912,623.24213 L 457.01295,616.22402 C 455.22632,616.51455 454.61224,617.32437 452.51031,617.07524 C 450.54148,616.84188 449.07032,615.86618 448.35454,615.38958 z"
437 style="fill:#828282;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
438 <text
439 xml:space="preserve"
440 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
441 x="11844.039"
442 y="9378.5889"
443 id="text2609"
444 transform="matrix(4.6053933e-2,0,0,4.5016792e-2,93.195401,134.52896)"><tspan
445 sodipodi:role="line"
446 id="tspan2611"
447 x="11844.039"
448 y="9378.5889" /></text>
449 </g>
450 <path
451 style="fill:url(#radialGradient5349);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
452 d="M 7067.3599,474.12957 C 7067.3599,474.12957 7066.2912,389.08493 7271.9952,389.97767 C 7530.5919,391.10118 8323.8471,388.944 8323.8471,388.944 C 8323.8471,388.944 8338.974,357.62401 8366.4399,355.47824 C 8416.8091,351.54316 8429.5623,284.26374 8491.7045,284.1066 C 8546.5408,283.96793 8552.1409,342.56284 8599.0556,349.98086 C 8657.4582,359.18002 8662.4984,380.68614 8662.4984,380.68614 L 9566.8499,382.80064 C 9566.8499,382.80064 9701.2175,395.63957 9701.2175,456.48641 C 9701.2175,459.97456 7058.2329,474.12957 7067.3599,474.12957 z"
453 id="path4370"
454 transform="translate(0.9187591,-8987.8277)"
455 sodipodi:nodetypes="cscsssccsc"
456 inkscape:export-filename="/var/files/gigabeat/path5354.png"
457 inkscape:export-xdpi="1.9466898"
458 inkscape:export-ydpi="1.9466898" />
459 </g>
460 <g
461 inkscape:groupmode="layer"
462 id="layer19"
463 inkscape:label="Gigabeat logo"
464 style="display:inline">
465 <path
466 style="fill:#646464;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
467 d="M 7542.3256,15763.692 L 7542.1875,15380.967 L 7925,15380.967 L 7925,15434.092 C 7925,15434.092 7792.1875,15438.779 7792.1875,15577.842 C 7792.1875,15716.904 7926.5625,15715.342 7926.5625,15715.342 L 7926.5625,15763.779 L 7542.3256,15763.692 z"
468 id="path4569"
469 sodipodi:nodetypes="ccccsccc"
470 inkscape:export-filename="/var/files/gigabeat/path5354.png"
471 inkscape:export-xdpi="1.9466898"
472 inkscape:export-ydpi="1.9466898" />
473 <path
474 sodipodi:type="arc"
475 style="opacity:1;fill:#646464;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:21.96199989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
476 id="path4571"
477 sodipodi:cx="7935"
478 sodipodi:cy="15573.342"
479 sodipodi:rx="43"
480 sodipodi:ry="43"
481 d="M 7978,15573.342 A 43,43 0 1 1 7892,15573.342 A 43,43 0 1 1 7978,15573.342 z"
482 inkscape:export-filename="/var/files/gigabeat/path5354.png"
483 inkscape:export-xdpi="1.9466898"
484 inkscape:export-ydpi="1.9466898" />
485 <path
486 sodipodi:type="arc"
487 style="opacity:1;fill:#646464;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:21.96199989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
488 id="path4573"
489 sodipodi:cx="8131"
490 sodipodi:cy="15568.342"
491 sodipodi:rx="66"
492 sodipodi:ry="66"
493 d="M 8197,15568.342 A 66,66 0 1 1 8065,15568.342 A 66,66 0 1 1 8197,15568.342 z"
494 inkscape:export-filename="/var/files/gigabeat/path5354.png"
495 inkscape:export-xdpi="1.9466898"
496 inkscape:export-ydpi="1.9466898" />
497 <flowRoot
498 xml:space="preserve"
499 id="flowRoot4575"
500 style="font-size:40px;font-style:normal;font-weight:normal;fill:#646464;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
501 transform="matrix(1.2250308,0,0,1,-1878.8697,-34)"
502 inkscape:export-filename="/var/files/gigabeat/path5354.png"
503 inkscape:export-xdpi="1.9466898"
504 inkscape:export-ydpi="1.9466898"><flowRegion
505 id="flowRegion4577"><rect
506 id="rect4579"
507 width="1634"
508 height="414"
509 x="8334"
510 y="15389.342"
511 style="fill:#646464;fill-opacity:1" /></flowRegion><flowPara
512 id="flowPara4581"
513 style="font-size:300px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#646464;fill-opacity:1;font-family:ori1Uni;-inkscape-font-specification:ori1Uni">gigabeat</flowPara></flowRoot> </g>
514 <g
515 inkscape:groupmode="layer"
516 id="layer15"
517 inkscape:label="Rockbox blue"
518 transform="translate(-0.9187591,8987.8277)"
519 style="opacity:1;display:inline">
520 <rect
521 style="fill:#000000;fill-opacity:1"
522 id="rect5787"
523 width="5932.1768"
524 height="7888.3374"
525 x="2934.146"
526 y="-6939.2427"
527 ry="0"
528 inkscape:export-filename="/var/files/gigabeat/path5354.png"
529 inkscape:export-xdpi="1.9466898"
530 inkscape:export-ydpi="1.9466898" />
531 </g>
532 <g
533 inkscape:groupmode="layer"
534 id="layer13"
535 inkscape:label="Rockbox logo"
536 transform="translate(-0.9187591,8987.8277)"
537 style="display:inline">
538 <g
539 style="fill-rule:evenodd"
540 id="g2432"
541 transform="matrix(0.9634819,0,0,1.0828414,-12952.416,-10230.56)"
542 inkscape:export-filename="/var/files/gigabeat/path5354.png"
543 inkscape:export-xdpi="1.9466898"
544 inkscape:export-ydpi="1.9466898">
545 <g
546 id="Ebene_x0020_1"
547 transform="matrix(0.9553697,0,0,0.9553697,774.18845,203.98191)">
548 <defs
549 id="defs1739">
550 <linearGradient
551 y2="1960.59"
552 x2="10121"
553 y1="2630.3301"
554 x1="10121"
555 gradientUnits="userSpaceOnUse"
556 id="id0">
557 <stop
558 id="stop1742"
559 stop-color="#878787"
560 offset="0" />
561 <stop
562 id="stop1744"
563 stop-color="#E8E8E8"
564 offset="0.2" />
565 <stop
566 id="stop1746"
567 stop-color="#E8E8E8"
568 offset="0.8" />
569 <stop
570 id="stop1748"
571 stop-color="#B3B3B3"
572 offset="1" />
573 </linearGradient>
574 <linearGradient
575 y2="125.77"
576 x2="7803.8901"
577 y1="125.77"
578 x1="8514.4502"
579 gradientUnits="userSpaceOnUse"
580 id="id1">
581 <stop
582 id="stop1751"
583 stop-color="#363636"
584 offset="0" />
585 <stop
586 id="stop1753"
587 stop-color="#757575"
588 offset="0.501961" />
589 <stop
590 id="stop1755"
591 stop-color="#121212"
592 offset="1" />
593 </linearGradient>
594 <linearGradient
595 y2="102.13"
596 x2="6257.5298"
597 y1="102.13"
598 x1="6966.6099"
599 gradientUnits="userSpaceOnUse"
600 id="id2">
601 <stop
602 id="stop1758"
603 stop-color="#363636"
604 offset="0" />
605 <stop
606 id="stop1760"
607 stop-color="#757575"
608 offset="0.501961" />
609 <stop
610 id="stop1762"
611 stop-color="#121212"
612 offset="1" />
613 </linearGradient>
614 <linearGradient
615 y2="100.36"
616 x2="3405.6599"
617 y1="100.36"
618 x1="3975.3999"
619 gradientUnits="userSpaceOnUse"
620 id="id3">
621 <stop
622 id="stop1765"
623 stop-color="#363636"
624 offset="0" />
625 <stop
626 id="stop1767"
627 stop-color="#757575"
628 offset="0.501961" />
629 <stop
630 id="stop1769"
631 stop-color="#121212"
632 offset="1" />
633 </linearGradient>
634 <linearGradient
635 y2="123.25"
636 x2="1815.76"
637 y1="123.25"
638 x1="2526.3401"
639 gradientUnits="userSpaceOnUse"
640 id="id4">
641 <stop
642 id="stop1772"
643 stop-color="#363636"
644 offset="0" />
645 <stop
646 id="stop1774"
647 stop-color="#757575"
648 offset="0.501961" />
649 <stop
650 id="stop1776"
651 stop-color="#121212"
652 offset="1" />
653 </linearGradient>
654 <linearGradient
655 y2="1995.67"
656 x2="78.980003"
657 y1="3680.1499"
658 x1="78.980003"
659 gradientUnits="userSpaceOnUse"
660 id="id5">
661 <stop
662 id="stop1779"
663 stop-color="#878787"
664 offset="0" />
665 <stop
666 id="stop1781"
667 stop-color="#E8E8E8"
668 offset="0.08571429"
669 style="stop-color:#b0b0b0;stop-opacity:1;" />
670 <stop
671 id="stop1783"
672 stop-color="#E8E8E8"
673 offset="0.54285717" />
674 <stop
675 id="stop1785"
676 stop-color="#B3B3B3"
677 offset="1" />
678 </linearGradient>
679 <linearGradient
680 y2="10854.8"
681 x2="2475.52"
682 y1="11618.2"
683 x1="2475.52"
684 gradientUnits="userSpaceOnUse"
685 id="id6">
686 <stop
687 id="stop1788"
688 stop-color="#1C1C1C"
689 offset="0" />
690 <stop
691 id="stop1790"
692 stop-color="#666666"
693 offset="0.0901961" />
694 <stop
695 id="stop1792"
696 stop-color="#B1B1B1"
697 offset="1" />
698 </linearGradient>
699 <linearGradient
700 y2="10854.8"
701 x2="7724.46"
702 y1="11618.2"
703 x1="7724.46"
704 gradientUnits="userSpaceOnUse"
705 id="id7">
706 <stop
707 id="stop1795"
708 stop-color="#1C1C1C"
709 offset="0" />
710 <stop
711 id="stop1797"
712 stop-color="#666666"
713 offset="0.0901961" />
714 <stop
715 id="stop1799"
716 stop-color="#B1B1B1"
717 offset="1" />
718 </linearGradient>
719 <linearGradient
720 y2="12722.5"
721 x2="2475.51"
722 y1="11959.1"
723 x1="2475.51"
724 gradientUnits="userSpaceOnUse"
725 id="id8">
726 <stop
727 id="stop1802"
728 stop-color="#1C1C1C"
729 offset="0" />
730 <stop
731 id="stop1804"
732 stop-color="#666666"
733 offset="0.0901961" />
734 <stop
735 id="stop1806"
736 stop-color="#B1B1B1"
737 offset="1" />
738 </linearGradient>
739 <linearGradient
740 y2="12722.5"
741 x2="7724.4702"
742 y1="11959.1"
743 x1="7724.4702"
744 gradientUnits="userSpaceOnUse"
745 id="id9">
746 <stop
747 id="stop1809"
748 stop-color="#1C1C1C"
749 offset="0" />
750 <stop
751 id="stop1811"
752 stop-color="#666666"
753 offset="0.0901961" />
754 <stop
755 id="stop1813"
756 stop-color="#B1B1B1"
757 offset="1" />
758 </linearGradient>
759 <linearGradient
760 y2="11788.6"
761 x2="4255.54"
762 y1="11788.6"
763 x1="3424.22"
764 gradientUnits="userSpaceOnUse"
765 id="id10">
766 <stop
767 id="stop1816"
768 stop-color="#262626"
769 offset="0" />
770 <stop
771 id="stop1818"
772 stop-color="#666666"
773 offset="0.160784" />
774 <stop
775 id="stop1820"
776 stop-color="#666666"
777 offset="0.309804" />
778 <stop
779 id="stop1822"
780 stop-color="#383838"
781 offset="0.45098" />
782 <stop
783 id="stop1824"
784 stop-color="#262626"
785 offset="0.560784" />
786 <stop
787 id="stop1826"
788 stop-color="#4D4D4D"
789 offset="0.901961" />
790 <stop
791 id="stop1828"
792 stop-color="#000000"
793 offset="1" />
794 </linearGradient>
795 <linearGradient
796 y2="12236.5"
797 x2="5100"
798 y1="13067.8"
799 x1="5100"
800 gradientUnits="userSpaceOnUse"
801 id="id11">
802 <stop
803 id="stop1831"
804 stop-color="#262626"
805 offset="0" />
806 <stop
807 id="stop1833"
808 stop-color="#666666"
809 offset="0.160784" />
810 <stop
811 id="stop1835"
812 stop-color="#666666"
813 offset="0.309804" />
814 <stop
815 id="stop1837"
816 stop-color="#383838"
817 offset="0.45098" />
818 <stop
819 id="stop1839"
820 stop-color="#262626"
821 offset="0.560784" />
822 <stop
823 id="stop1841"
824 stop-color="#4D4D4D"
825 offset="0.901961" />
826 <stop
827 id="stop1843"
828 stop-color="#000000"
829 offset="1" />
830 </linearGradient>
831 <linearGradient
832 y2="11788.6"
833 x2="5944.4199"
834 y1="11788.6"
835 x1="6775.7402"
836 gradientUnits="userSpaceOnUse"
837 id="id12">
838 <stop
839 id="stop1846"
840 stop-color="#262626"
841 offset="0" />
842 <stop
843 id="stop1848"
844 stop-color="#666666"
845 offset="0.160784" />
846 <stop
847 id="stop1850"
848 stop-color="#666666"
849 offset="0.309804" />
850 <stop
851 id="stop1852"
852 stop-color="#383838"
853 offset="0.45098" />
854 <stop
855 id="stop1854"
856 stop-color="#262626"
857 offset="0.560784" />
858 <stop
859 id="stop1856"
860 stop-color="#4D4D4D"
861 offset="0.901961" />
862 <stop
863 id="stop1858"
864 stop-color="#000000"
865 offset="1" />
866 </linearGradient>
867 <linearGradient
868 y2="11340.8"
869 x2="5100"
870 y1="10509.5"
871 x1="5100"
872 gradientUnits="userSpaceOnUse"
873 id="id13">
874 <stop
875 id="stop1861"
876 stop-color="#262626"
877 offset="0" />
878 <stop
879 id="stop1863"
880 stop-color="#666666"
881 offset="0.160784" />
882 <stop
883 id="stop1865"
884 stop-color="#666666"
885 offset="0.309804" />
886 <stop
887 id="stop1867"
888 stop-color="#383838"
889 offset="0.45098" />
890 <stop
891 id="stop1869"
892 stop-color="#262626"
893 offset="0.560784" />
894 <stop
895 id="stop1871"
896 stop-color="#4D4D4D"
897 offset="0.901961" />
898 <stop
899 id="stop1873"
900 stop-color="#000000"
901 offset="1" />
902 </linearGradient>
903 <linearGradient
904 y2="2733.97"
905 x2="8785.6299"
906 y1="7306.8101"
907 x1="8385.5498"
908 gradientUnits="userSpaceOnUse"
909 id="id14">
910 <stop
911 id="stop1876"
912 stop-color="#6D84AB"
913 offset="0" />
914 <stop
915 id="stop1878"
916 stop-color="#74EEF7"
917 offset="0.239216" />
918 <stop
919 id="stop1880"
920 stop-color="#DEDEDE"
921 offset="0.411765" />
922 <stop
923 id="stop1882"
924 stop-color="#DEDEDE"
925 offset="0.541176" />
926 <stop
927 id="stop1884"
928 stop-color="#F7A7E8"
929 offset="0.65098" />
930 <stop
931 id="stop1886"
932 stop-color="#FF7154"
933 offset="0.8" />
934 <stop
935 id="stop1888"
936 stop-color="#F3F592"
937 offset="1" />
938 </linearGradient>
939 </defs>
940 <g
941 style="fill-rule:evenodd"
942 id="g2614"
943 transform="translate(14831.371,389.68617)">
944 <defs
945 id="defs2616">
946 <linearGradient
947 y2="4447.8198"
948 x2="7335.0498"
949 y1="4250.7598"
950 x1="7300.3101"
951 gradientUnits="userSpaceOnUse"
952 id="linearGradient2618">
953 <stop
954 id="stop2620"
955 stop-color="#FFC100"
956 offset="0" />
957 <stop
958 id="stop2622"
959 stop-color="#997200"
960 offset="0.6" />
961 <stop
962 id="stop2624"
963 stop-color="#332201"
964 offset="1" />
965 </linearGradient>
966 </defs>
967 <path
968 id="path2626"
969 d="M 1619.09,4897.8 L 8072.11,4897.8 L 8072.11,2900 L 1619.09,2900 L 1619.09,4897.8 L 1619.09,4897.8 z"
970 style="fill:#000000" />
971 <path
972 id="path2628"
973 d="M 2027.18,4782.13 C 2027.18,4754.06 2004.43,4731.31 1976.37,4731.31 C 1948.29,4731.31 1925.54,4754.06 1925.54,4782.13 C 1925.54,4810.19 1948.29,4832.94 1976.37,4832.94 C 2004.43,4832.94 2027.18,4810.19 2027.18,4782.13 z M 2186.81,4739.59 C 2207.23,4725.68 2234.37,4729.62 2250.38,4748.8 C 2266.39,4767.97 2266.39,4796.54 2250.38,4815.71 C 2234.37,4834.9 2207.23,4838.82 2186.81,4824.92 L 2186.81,4867.04 L 2159.89,4867.04 L 2159.89,4733.78 L 2186.81,4733.78 L 2186.81,4739.59 z M 2494.15,4782.12 C 2494.15,4754.05 2471.4,4731.31 2443.33,4731.31 C 2415.27,4731.31 2392.51,4754.05 2392.51,4782.12 C 2392.51,4810.19 2415.27,4832.94 2443.33,4832.94 C 2457.79,4832.94 2470.85,4826.9 2480.1,4817.19 L 2460.66,4798.64 L 2480.1,4817.19 L 2460.66,4798.64 C 2455.68,4803.87 2448.58,4806.57 2441.37,4805.98 C 2434.17,4805.38 2427.63,4801.56 2423.56,4795.57 L 2492.35,4795.57 C 2493.53,4791.28 2494.15,4786.78 2494.15,4782.12 z M 4182.06,4782.12 C 4182.06,4754.05 4159.31,4731.31 4131.24,4731.31 C 4103.18,4731.31 4080.42,4754.05 4080.42,4782.12 C 4080.42,4810.19 4103.18,4832.94 4131.24,4832.94 C 4145.7,4832.94 4158.76,4826.9 4168.02,4817.19 L 4148.57,4798.64 L 4168.02,4817.19 L 4148.57,4798.64 C 4143.58,4803.87 4136.5,4806.57 4129.3,4805.98 C 4122.08,4805.38 4115.54,4801.56 4111.47,4795.57 L 4180.26,4795.57 C 4181.44,4791.28 4182.06,4786.78 4182.06,4782.12 z M 5186.44,4782.12 C 5186.44,4754.05 5163.69,4731.31 5135.62,4731.31 C 5107.56,4731.31 5084.8,4754.05 5084.8,4782.12 C 5084.8,4810.19 5107.56,4832.94 5135.62,4832.94 C 5150.08,4832.94 5163.14,4826.9 5172.39,4817.19 L 5152.95,4798.64 L 5172.39,4817.19 L 5152.95,4798.64 C 5147.97,4803.87 5140.89,4806.57 5133.67,4805.98 C 5126.47,4805.38 5119.92,4801.56 5115.86,4795.57 L 5184.64,4795.57 C 5185.82,4791.28 5186.44,4786.78 5186.44,4782.12 L 5186.44,4782.12 z M 7753.36,4782.12 C 7753.36,4754.05 7730.62,4731.31 7702.55,4731.31 C 7674.48,4731.31 7651.74,4754.05 7651.74,4782.12 C 7651.74,4810.19 7674.48,4832.94 7702.55,4832.94 C 7717.01,4832.94 7730.08,4826.9 7739.33,4817.19 L 7719.88,4798.64 L 7739.33,4817.19 L 7719.88,4798.64 C 7714.89,4803.87 7707.8,4806.57 7700.6,4805.98 C 7693.4,4805.38 7686.85,4801.56 7682.78,4795.57 L 7751.57,4795.57 C 7752.76,4791.28 7753.36,4786.78 7753.36,4782.12 z M 2714.49,4774.57 C 2714.49,4758.29 2706.56,4743.4 2693.97,4736.01 C 2681.37,4728.63 2666.26,4730.02 2654.83,4739.59 L 2654.83,4733.78 L 2627.91,4733.78 L 2627.91,4830.73 L 2654.83,4830.73 L 2654.83,4774.57 C 2654.83,4765.53 2662.16,4758.2 2671.19,4758.2 C 2680.24,4758.2 2687.57,4765.53 2687.57,4774.57 L 2687.57,4830.73 L 2714.49,4830.73 L 2714.49,4774.57 L 2714.49,4774.57 z M 3103.72,4762.02 C 3103.72,4749.15 3094.01,4737.64 3079.41,4733.19 C 3064.81,4728.76 3048.41,4732.31 3038.34,4742.12 C 3028.26,4751.93 3026.64,4765.9 3034.28,4777.1 C 3038.13,4782.5 3043.64,4786.48 3049.96,4788.48 C 3057.13,4790.88 3064.44,4792.81 3071.84,4794.31 C 3077.91,4795.49 3081.11,4798.53 3079.34,4801.4 C 3077.56,4804.27 3071.35,4806.1 3064.81,4805.71 C 3058.27,4805.29 3053.38,4802.76 3053.38,4799.78 L 3053.38,4796.92 L 3026.5,4796.92 L 3026.5,4799.78 C 3026.5,4814.06 3037.38,4826.76 3053.58,4831.39 C 3069.78,4836.02 3087.74,4831.58 3098.26,4820.31 C 3108.78,4809.06 3109.56,4793.46 3100.19,4781.5 C 3094.77,4775.18 3087.29,4770.94 3079.08,4769.55 C 3072.58,4768.35 3066.15,4766.77 3059.82,4764.87 C 3056.3,4763.7 3055.38,4761.8 3057.57,4760.24 C 3059.75,4758.69 3064.49,4757.9 3069.05,4758.31 C 3073.61,4758.73 3076.82,4760.27 3076.82,4762.02 L 3076.82,4763.36 L 3103.72,4763.36 L 3103.72,4762.02 L 3103.72,4762.02 z M 3337.85,4782.13 C 3337.85,4754.06 3315.09,4731.31 3287.02,4731.31 C 3258.97,4731.31 3236.21,4754.06 3236.21,4782.13 C 3236.21,4810.19 3258.97,4832.94 3287.02,4832.94 C 3315.09,4832.94 3337.85,4810.19 3337.85,4782.13 z M 3471.12,4789.95 L 3471.12,4733.78 L 3498.04,4733.78 L 3498.04,4789.95 C 3498.04,4798.99 3505.37,4806.32 3514.41,4806.32 C 3523.46,4806.32 3530.78,4798.99 3530.78,4789.95 L 3530.78,4733.78 L 3557.71,4733.78 L 3557.71,4830.73 L 3530.78,4830.73 L 3530.78,4824.92 C 3519.36,4834.5 3504.25,4835.88 3491.65,4828.5 C 3479.05,4821.11 3471.12,4806.22 3471.12,4789.95 L 3471.12,4789.95 z M 3720.16,4739.59 L 3720.16,4733.78 L 3693.23,4733.78 L 3693.23,4830.73 L 3720.16,4830.73 L 3720.16,4782.13 C 3720.16,4775.79 3722.68,4769.69 3727.16,4765.22 C 3731.65,4760.73 3737.74,4758.2 3744.09,4758.2 L 3744.09,4731.38 C 3735.56,4731.89 3727.31,4734.72 3720.16,4739.59 L 3720.16,4739.59 z M 3956.98,4747.04 C 3947.72,4737.35 3934.66,4731.31 3920.2,4731.31 C 3892.13,4731.31 3869.39,4754.05 3869.38,4782.1 C 3869.38,4782.12 3869.38,4782.12 3869.38,4782.12 C 3869.39,4810.19 3892.13,4832.92 3920.2,4832.92 C 3934.66,4832.92 3947.72,4826.88 3956.98,4817.18 L 3937.53,4798.63 C 3933.17,4803.18 3927.02,4806.04 3920.22,4806.04 C 3907.02,4806.04 3896.31,4795.33 3896.3,4782.12 C 3896.3,4782.12 3896.3,4782.12 3896.3,4782.1 C 3896.31,4768.9 3907.02,4758.2 3920.22,4758.2 C 3927.02,4758.2 3933.17,4761.03 3937.53,4765.6 L 3956.98,4747.04 z M 7072.4,4782.05 L 7058.52,4733.78 L 7034.49,4733.78 L 7020.62,4782.05 L 7006.76,4733.78 L 6978.77,4733.78 L 7006.63,4830.73 L 7034.62,4830.73 L 7046.51,4789.35 L 7058.41,4830.73 L 7086.39,4830.73 L 7114.25,4733.78 L 7086.27,4733.78 L 7072.4,4782.05 M 6389.15,4702.2 L 6362.23,4702.2 L 6362.23,4729.1 L 6389.15,4729.1 L 6389.15,4702.2 M 6389.15,4733.78 L 6362.23,4733.78 L 6362.23,4830.73 L 6389.15,4830.73 L 6389.15,4733.78 M 5831.4,4782.29 L 5861.36,4830.73 L 5829.68,4830.73 L 5815.56,4807.92 L 5801.46,4830.73 L 5769.75,4830.73 L 5799.71,4782.29 L 5769.7,4733.78 L 5801.41,4733.78 L 5815.56,4756.69 L 5829.73,4733.78 L 5861.42,4733.78 L 5831.4,4782.29 M 4929.77,4733.78 L 4905.11,4773.66 L 4905.11,4702.2 L 4878.17,4702.2 L 4878.17,4830.73 L 4905.11,4830.73 L 4905.11,4790.3 L 4935.41,4830.73 L 4969.03,4830.73 L 4932.03,4781.38 L 4961.46,4733.78 L 4929.77,4733.78 M 4519.69,4702.2 L 4492.78,4702.2 L 4492.78,4729.1 L 4519.69,4729.1 L 4519.69,4702.2 M 4519.69,4835.46 L 4519.69,4733.78 L 4492.78,4733.78 L 4492.78,4835.49 C 4492.78,4838.05 4490.69,4840.15 4488.13,4840.15 L 4480.5,4840.15 L 4480.5,4867.04 L 4488.13,4867.04 C 4505.57,4867.04 4519.69,4852.91 4519.69,4835.46 M 5653.1,4782.13 C 5653.1,4754.06 5630.35,4731.31 5602.28,4731.31 C 5574.21,4731.31 5551.47,4754.06 5551.47,4782.13 C 5551.47,4810.19 5574.21,4832.94 5602.28,4832.94 C 5630.35,4832.94 5653.1,4810.19 5653.1,4782.13 z M 4715.77,4824.92 L 4715.77,4830.73 L 4742.69,4830.73 L 4742.69,4733.78 L 4715.77,4733.78 L 4715.77,4789.95 C 4715.77,4798.99 4708.44,4806.32 4699.41,4806.32 C 4690.35,4806.32 4683.03,4798.99 4683.03,4789.95 L 4683.03,4733.78 L 4656.11,4733.78 L 4656.11,4789.95 C 4656.11,4806.22 4664.03,4821.11 4676.63,4828.5 C 4689.23,4835.88 4704.36,4834.5 4715.77,4824.92 L 4715.77,4824.92 z M 5345.54,4739.59 L 5345.54,4702.2 L 5318.63,4702.2 L 5318.63,4830.73 L 5345.54,4830.73 L 5345.54,4824.92 C 5365.97,4838.82 5393.11,4834.9 5409.11,4815.71 C 5425.14,4796.54 5425.14,4767.98 5409.11,4748.8 C 5393.11,4729.62 5365.97,4725.68 5345.54,4739.59 L 5345.54,4739.59 z M 6228.81,4729.1 L 6206.47,4729.1 C 6205.88,4729.05 6205.28,4729.26 6204.84,4729.69 C 6204.43,4730.11 6204.22,4730.71 6204.27,4731.31 L 6204.27,4733.78 L 6204.27,4733.78 L 6216.54,4733.78 L 6216.54,4760.68 L 6204.27,4760.68 L 6204.27,4830.73 L 6177.35,4830.73 L 6177.35,4760.68 L 6165.08,4760.68 L 6165.08,4733.78 L 6177.35,4733.78 C 6177.35,4716.35 6191.49,4702.2 6208.91,4702.2 L 6228.81,4702.2 L 6228.81,4729.1 z M 6575.99,4731.38 L 6575.99,4758.2 C 6569.64,4758.2 6563.54,4760.73 6559.07,4765.22 C 6554.58,4769.69 6552.06,4775.79 6552.06,4782.13 L 6552.06,4830.73 L 6525.13,4830.73 L 6525.13,4733.78 L 6552.06,4733.78 L 6552.06,4739.59 C 6559.21,4734.72 6567.46,4731.89 6575.99,4731.38 L 6575.99,4731.38 z M 6733.77,4739.59 L 6733.77,4733.78 L 6706.86,4733.78 L 6706.86,4830.73 L 6733.77,4830.73 L 6733.77,4774.57 C 6733.77,4765.53 6741.12,4758.2 6750.15,4758.2 C 6759.19,4758.2 6766.52,4765.53 6766.52,4774.57 L 6766.52,4830.73 L 6793.43,4830.73 L 6793.43,4774.57 C 6793.43,4765.53 6800.78,4758.2 6809.81,4758.2 C 6818.85,4758.2 6826.18,4765.53 6826.18,4774.57 L 6826.18,4830.73 L 6853.09,4830.73 L 6853.09,4774.57 C 6853.09,4757.5 6843.04,4742.02 6827.46,4735.05 C 6811.87,4728.09 6793.64,4730.94 6780.92,4742.34 C 6767.73,4728.73 6748.09,4727.58 6733.77,4739.59 L 6733.77,4739.59 z M 7309.63,4739.59 L 7309.63,4733.78 L 7336.56,4733.78 L 7336.56,4830.73 L 7309.63,4830.73 L 7309.63,4824.92 C 7289.2,4838.82 7262.09,4834.9 7246.07,4815.71 C 7230.05,4796.54 7230.05,4767.98 7246.07,4748.8 C 7262.09,4729.62 7289.2,4725.68 7309.63,4739.59 L 7309.63,4739.59 z M 7526.66,4731.38 L 7526.66,4758.2 C 7520.32,4758.2 7514.23,4760.73 7509.74,4765.22 C 7505.27,4769.69 7502.74,4775.79 7502.74,4782.13 L 7502.74,4830.73 L 7475.82,4830.73 L 7475.82,4733.78 L 7502.74,4733.78 L 7502.74,4739.59 C 7509.88,4734.72 7518.15,4731.89 7526.66,4731.38 L 7526.66,4731.38 z"
974 style="fill:#ffffff" />
975 <path
976 id="path2630"
977 d="M 2000.28,4782.13 C 2000.28,4768.9 1989.57,4758.2 1976.37,4758.2 C 1963.14,4758.2 1952.43,4768.9 1952.43,4782.13 C 1952.43,4795.34 1963.14,4806.05 1976.37,4806.05 C 1989.57,4806.05 2000.28,4795.34 2000.28,4782.13 z M 5115.84,4768.67 L 5155.43,4768.67 C 5150.98,4762.12 5143.57,4758.2 5135.63,4758.2 C 5127.7,4758.2 5120.3,4762.12 5115.84,4768.67 M 4111.47,4768.67 L 4151.06,4768.67 C 4146.61,4762.12 4139.18,4758.2 4131.26,4758.2 C 4123.34,4758.2 4115.93,4762.12 4111.47,4768.67 M 3310.96,4782.13 C 3310.96,4768.9 3300.25,4758.2 3287.02,4758.2 C 3273.81,4758.2 3263.1,4768.9 3263.1,4782.13 C 3263.1,4795.34 3273.81,4806.05 3287.02,4806.05 C 3300.25,4806.05 3310.96,4795.34 3310.96,4782.13 z M 5626.2,4782.13 C 5626.2,4768.9 5615.49,4758.2 5602.28,4758.2 C 5589.06,4758.2 5578.35,4768.9 5578.35,4782.13 C 5578.35,4795.34 5589.06,4806.05 5602.28,4806.05 C 5615.49,4806.05 5626.2,4795.34 5626.2,4782.13 z M 5393.4,4782.13 C 5393.4,4768.9 5382.69,4758.2 5369.48,4758.2 C 5356.25,4758.2 5345.54,4768.9 5345.54,4782.13 C 5345.54,4795.34 5356.25,4806.05 5369.48,4806.05 C 5382.69,4806.05 5393.4,4795.34 5393.4,4782.13 z M 2234.67,4782.38 C 2234.67,4769.17 2223.96,4758.46 2210.74,4758.46 C 2197.52,4758.46 2186.81,4769.17 2186.81,4782.38 C 2186.81,4795.61 2197.52,4806.32 2210.74,4806.32 C 2223.96,4806.32 2234.67,4795.61 2234.67,4782.38 z M 2423.56,4768.67 L 2463.14,4768.67 C 2458.7,4762.12 2451.29,4758.2 2443.36,4758.2 C 2435.42,4758.2 2428.03,4762.12 2423.56,4768.67 M 7682.77,4768.67 L 7722.34,4768.67 C 7717.89,4762.12 7710.48,4758.2 7702.56,4758.2 C 7694.63,4758.2 7687.22,4762.12 7682.77,4768.67 M 7309.63,4782.13 C 7309.63,4768.9 7298.93,4758.2 7285.72,4758.2 C 7272.49,4758.2 7261.78,4768.9 7261.78,4782.13 C 7261.78,4795.34 7272.49,4806.05 7285.72,4806.05 C 7298.93,4806.05 7309.63,4795.34 7309.63,4782.13 z"
978 style="fill:#000000" />
979 <path
980 id="path2632"
981 d="M 1657.28,2946.69 L 8027.54,2946.69 L 8027.54,4643.56 L 1657.28,4643.56 L 1657.28,2946.69"
982 style="fill:#ffc000" />
983 <path
984 id="path2634"
985 d="M 6663.88,4541.6 L 6663.88,4541.6 M 8010.44,4262.8 L 8027.54,4262.8 L 8027.54,4272.52 L 8020.16,4272.52 L 8020.16,4311.38 L 8010.44,4311.38 L 8010.44,4262.8 M 7961.87,4262.8 L 7991,4262.8 L 7991,4272.52 L 7961.87,4272.52 L 7961.87,4262.8 M 7961.87,4301.66 L 7991,4301.66 L 7991,4311.38 L 7961.87,4311.38 L 7961.87,4301.66 M 7893.86,4262.8 L 7893.86,4262.8 L 7893.86,4262.8 L 7893.86,4262.8 L 7893.86,4262.8 M 7913.29,4272.52 L 7923.01,4272.52 L 7923.01,4311.38 L 7913.29,4311.38 L 7913.29,4272.52 M 7923.01,4262.8 L 7932.72,4262.8 L 7932.72,4272.52 L 7923.01,4272.52 L 7923.01,4262.8 M 7932.72,4272.52 L 7942.44,4272.52 L 7942.44,4311.38 L 7932.72,4311.38 L 7932.72,4272.52 M 7893.86,4262.8 L 7913.29,4262.8 L 7913.29,4272.52 L 7903.58,4272.52 L 7903.58,4311.38 L 7893.86,4311.38 L 7893.86,4262.8 M 7874.44,4253.08 L 7884.15,4253.08 L 7884.15,4272.52 L 7874.44,4272.52 L 7874.44,4253.08 M 7874.44,4282.23 L 7884.15,4282.23 L 7884.15,4301.66 L 7874.44,4301.66 L 7874.44,4282.23 M 7796.72,4262.8 L 7806.44,4262.8 L 7806.44,4282.23 L 7796.72,4282.23 L 7796.72,4262.8 M 7727.16,4262.8 L 7736.88,4262.8 L 7736.88,4272.52 L 7727.16,4272.52 L 7727.16,4262.8 M 7698.02,4282.23 L 7707.73,4282.23 L 7707.73,4301.66 L 7698.02,4301.66 L 7698.02,4282.23 M 7660.62,4301.66 L 7698.02,4301.66 L 7698.02,4311.38 L 7660.62,4311.38 L 7660.62,4301.66 M 7621.76,4272.52 L 7631.49,4272.52 L 7631.49,4282.23 L 7621.76,4282.23 L 7621.76,4272.52 M 7612.05,4243.38 L 7641.19,4243.38 L 7641.19,4253.08 L 7612.05,4253.08 L 7612.05,4243.38 M 7612.05,4301.66 L 7641.19,4301.66 L 7641.19,4311.38 L 7612.05,4311.38 L 7612.05,4301.66 M 7563.49,4243.38 L 7582.92,4243.38 L 7582.92,4253.08 L 7563.49,4253.08 L 7563.49,4243.38 M 7553.77,4253.08 L 7563.49,4253.08 L 7563.49,4262.8 L 7553.77,4262.8 L 7553.77,4253.08 M 7582.92,4282.23 L 7592.63,4282.23 L 7592.63,4301.66 L 7582.92,4301.66 L 7582.92,4282.23 M 7845.3,4156.99 L 7884.15,4156.99 L 7884.15,4166.71 L 7845.3,4166.71 L 7845.3,4156.99 M 7835.58,4166.71 L 7845.3,4166.71 L 7845.3,4176.42 L 7835.58,4176.42 L 7835.58,4166.71 M 7845.3,4176.42 L 7874.44,4176.42 L 7874.44,4186.14 L 7845.3,4186.14 L 7845.3,4176.42 M 7874.44,4186.14 L 7884.15,4186.14 L 7884.15,4195.85 L 7874.44,4195.85 L 7874.44,4186.14 M 7835.58,4195.85 L 7874.44,4195.85 L 7874.44,4205.57 L 7835.58,4205.57 L 7835.58,4195.85 M 7893.86,4156.99 L 7903.58,4156.99 L 7903.58,4195.85 L 7893.86,4195.85 L 7893.86,4156.99 M 7903.58,4215.27 L 7932.72,4215.27 L 7932.72,4225 L 7903.58,4225 L 7903.58,4215.27 M 7952.16,4195.85 L 7991,4195.85 L 7991,4205.57 L 7952.16,4205.57 L 7952.16,4195.85 M 7991,4186.14 L 8000.73,4186.14 L 8000.73,4195.85 L 7991,4195.85 L 7991,4186.14 M 7961.87,4176.42 L 7991,4176.42 L 7991,4186.14 L 7961.87,4186.14 L 7961.87,4176.42 M 7952.16,4166.71 L 7961.87,4166.71 L 7961.87,4176.42 L 7952.16,4176.42 L 7952.16,4166.71 M 7961.87,4156.99 L 8000.73,4156.99 L 8000.73,4166.71 L 7961.87,4166.71 L 7961.87,4156.99 M 7845.3,4368.61 L 7884.15,4368.61 L 7884.15,4378.32 L 7845.3,4378.32 L 7845.3,4368.61 M 7835.58,4378.32 L 7845.3,4378.32 L 7845.3,4388.04 L 7835.58,4388.04 L 7835.58,4378.32 M 7845.3,4388.04 L 7874.44,4388.04 L 7874.44,4397.74 L 7845.3,4397.74 L 7845.3,4388.04 M 7874.44,4397.74 L 7884.15,4397.74 L 7884.15,4407.46 L 7874.44,4407.46 L 7874.44,4397.74 M 7835.58,4407.46 L 7874.44,4407.46 L 7874.44,4417.19 L 7835.58,4417.19 L 7835.58,4407.46 M 7602.07,4407.46 L 7640.91,4407.46 L 7640.91,4417.19 L 7602.07,4417.19 L 7602.07,4407.46 M 7640.91,4397.74 L 7650.63,4397.74 L 7650.63,4407.46 L 7640.91,4407.46 L 7640.91,4397.74 M 7611.77,4388.04 L 7640.91,4388.04 L 7640.91,4397.74 L 7611.77,4397.74 L 7611.77,4388.04 M 7602.07,4378.32 L 7611.77,4378.32 L 7611.77,4388.04 L 7602.07,4388.04 L 7602.07,4378.32 M 7611.77,4368.61 L 7650.63,4368.61 L 7650.63,4378.32 L 7611.77,4378.32 L 7611.77,4368.61 M 7319.77,4474.42 L 7358.63,4474.42 L 7358.63,4484.13 L 7319.77,4484.13 L 7319.77,4474.42 M 7310.05,4484.13 L 7319.77,4484.13 L 7319.77,4493.85 L 7310.05,4493.85 L 7310.05,4484.13 M 7319.77,4493.85 L 7348.91,4493.85 L 7348.91,4503.56 L 7319.77,4503.56 L 7319.77,4493.85 M 7348.91,4503.56 L 7358.63,4503.56 L 7358.63,4513.28 L 7348.91,4513.28 L 7348.91,4503.56 M 7310.05,4513.28 L 7348.91,4513.28 L 7348.91,4522.98 L 7310.05,4522.98 L 7310.05,4513.28 M 6664.69,4513.28 L 6703.53,4513.28 L 6703.53,4522.98 L 6664.69,4522.98 L 6664.69,4513.28 M 6703.53,4503.56 L 6713.25,4503.56 L 6713.25,4513.28 L 6703.53,4513.28 L 6703.53,4503.56 M 6674.39,4493.85 L 6703.53,4493.85 L 6703.53,4503.56 L 6674.39,4503.56 L 6674.39,4493.85 M 6664.69,4484.13 L 6674.39,4484.13 L 6674.39,4493.85 L 6664.69,4493.85 L 6664.69,4484.13 M 6674.39,4474.42 L 6713.25,4474.42 L 6713.25,4484.13 L 6674.39,4484.13 L 6674.39,4474.42 M 7719,4474.42 L 7738.42,4474.42 L 7738.42,4484.13 L 7728.72,4484.13 L 7728.72,4522.98 L 7719,4522.98 L 7719,4474.42 M 7757.86,4484.13 L 7767.58,4484.13 L 7767.58,4522.98 L 7757.86,4522.98 L 7757.86,4484.13 M 7748.15,4474.42 L 7757.86,4474.42 L 7757.86,4484.13 L 7748.15,4484.13 L 7748.15,4474.42 M 7738.42,4484.13 L 7748.15,4484.13 L 7748.15,4522.98 L 7738.42,4522.98 L 7738.42,4484.13 M 7719,4474.42 L 7719,4474.42 L 7719,4474.42 L 7719,4474.42 L 7719,4474.42 M 6782.85,4474.42 L 6782.85,4474.42 L 6782.85,4474.42 L 6782.85,4474.42 L 6782.85,4474.42 M 6802.28,4484.13 L 6812,4484.13 L 6812,4522.98 L 6802.28,4522.98 L 6802.28,4484.13 M 6812,4474.42 L 6821.71,4474.42 L 6821.71,4484.13 L 6812,4484.13 L 6812,4474.42 M 6821.71,4484.13 L 6831.44,4484.13 L 6831.44,4522.98 L 6821.71,4522.98 L 6821.71,4484.13 M 6782.85,4474.42 L 6802.28,4474.42 L 6802.28,4484.13 L 6792.58,4484.13 L 6792.58,4522.98 L 6782.85,4522.98 L 6782.85,4474.42 M 7932.72,4195.85 L 7932.72,4156.99 L 7942.44,4156.99 L 7942.44,4215.27 L 7932.72,4215.27 L 7932.72,4205.57 L 7903.58,4205.57 L 7903.58,4195.85 L 7932.72,4195.85 M 7172.73,4511.81 L 7172.73,4472.95 L 7182.44,4472.95 L 7182.44,4531.23 L 7172.73,4531.23 L 7172.73,4521.53 L 7143.58,4521.53 L 7143.58,4511.81 L 7172.73,4511.81 M 7143.58,4531.23 L 7172.73,4531.23 L 7172.73,4540.95 L 7143.58,4540.95 L 7143.58,4531.23 M 7133.87,4472.95 L 7143.58,4472.95 L 7143.58,4511.81 L 7133.87,4511.81 L 7133.87,4472.95 M 7952.16,4272.52 L 7961.87,4272.52 L 7961.87,4282.23 L 7991,4282.23 L 7991,4272.52 L 8000.73,4272.52 L 8000.73,4291.95 L 7961.87,4291.95 L 7961.87,4301.66 L 7952.16,4301.66 L 7952.16,4272.52 M 7777.28,4378.32 L 7787,4378.32 L 7787,4388.04 L 7816.14,4388.04 L 7816.14,4378.32 L 7825.86,4378.32 L 7825.86,4397.74 L 7787,4397.74 L 7787,4407.46 L 7777.28,4407.46 L 7777.28,4378.32 M 7787,4407.46 L 7816.14,4407.46 L 7816.14,4417.19 L 7787,4417.19 L 7787,4407.46 M 7787,4368.61 L 7816.14,4368.61 L 7816.14,4378.32 L 7787,4378.32 L 7787,4368.61 M 7553.49,4368.61 L 7582.63,4368.61 L 7582.63,4378.32 L 7553.49,4378.32 L 7553.49,4368.61 M 7553.49,4407.46 L 7582.63,4407.46 L 7582.63,4417.19 L 7553.49,4417.19 L 7553.49,4407.46 M 7543.77,4378.32 L 7553.49,4378.32 L 7553.49,4388.04 L 7582.63,4388.04 L 7582.63,4378.32 L 7592.35,4378.32 L 7592.35,4397.74 L 7553.49,4397.74 L 7553.49,4407.46 L 7543.77,4407.46 L 7543.77,4378.32 M 7893.86,4484.13 L 7903.58,4484.13 L 7903.58,4493.85 L 7932.72,4493.85 L 7932.72,4484.13 L 7942.44,4484.13 L 7942.44,4503.56 L 7903.58,4503.56 L 7903.58,4513.28 L 7893.86,4513.28 L 7893.86,4484.13 M 7903.58,4513.28 L 7932.72,4513.28 L 7932.72,4522.98 L 7903.58,4522.98 L 7903.58,4513.28 M 7903.58,4474.42 L 7932.72,4474.42 L 7932.72,4484.13 L 7903.58,4484.13 L 7903.58,4474.42 M 8020.16,4474.42 L 8027.54,4474.42 L 8027.54,4484.13 L 8020.16,4484.13 L 8020.16,4474.42 M 8020.16,4513.28 L 8027.54,4513.28 L 8027.54,4522.98 L 8020.16,4522.98 L 8020.16,4513.28 M 8010.44,4484.13 L 8020.16,4484.13 L 8020.16,4493.85 L 8027.54,4493.85 L 8027.54,4493.85 L 8027.54,4493.85 L 8027.54,4503.56 L 8020.16,4503.56 L 8020.16,4513.28 L 8010.44,4513.28 L 8010.44,4484.13 M 6617.59,4474.42 L 6646.72,4474.42 L 6646.72,4484.13 L 6617.59,4484.13 L 6617.59,4474.42 M 6617.59,4513.28 L 6646.72,4513.28 L 6646.72,4522.98 L 6617.59,4522.98 L 6617.59,4513.28 M 6607.86,4484.13 L 6617.59,4484.13 L 6617.59,4493.85 L 6646.72,4493.85 L 6646.72,4484.13 L 6656.44,4484.13 L 6656.44,4503.56 L 6617.59,4503.56 L 6617.59,4513.28 L 6607.86,4513.28 L 6607.86,4484.13 M 6732.69,4503.56 L 6752.11,4503.56 L 6752.11,4521.53 L 6732.69,4521.53 L 6732.69,4503.56 M 7903.58,4368.61 L 7932.72,4368.61 L 7932.72,4378.32 L 7903.58,4378.32 L 7903.58,4368.61 M 7893.86,4378.32 L 7903.58,4378.32 L 7903.58,4407.46 L 7893.86,4407.46 L 7893.86,4378.32 M 7903.58,4407.46 L 7932.72,4407.46 L 7932.72,4417.19 L 7903.58,4417.19 L 7903.58,4407.46 M 7932.72,4397.74 L 7942.44,4397.74 L 7942.44,4407.46 L 7932.72,4407.46 L 7932.72,4397.74 M 7961.87,4368.61 L 7991,4368.61 L 7991,4378.32 L 7961.87,4378.32 L 7961.87,4368.61 M 7952.16,4397.74 L 7961.87,4397.74 L 7961.87,4407.46 L 7952.16,4407.46 L 7952.16,4397.74 M 7171.91,4397.74 L 7181.62,4397.74 L 7181.62,4407.46 L 7171.91,4407.46 L 7171.91,4397.74 M 7142.76,4407.46 L 7171.91,4407.46 L 7171.91,4417.19 L 7142.76,4417.19 L 7142.76,4407.46 M 7133.04,4378.32 L 7142.76,4378.32 L 7142.76,4407.46 L 7133.04,4407.46 L 7133.04,4378.32 M 7142.76,4368.61 L 7171.91,4368.61 L 7171.91,4378.32 L 7142.76,4378.32 L 7142.76,4368.61 M 7680.14,4349.18 L 7689.86,4349.18 L 7689.86,4358.89 L 7680.14,4358.89 L 7680.14,4349.18 M 7738.42,4388.04 L 7748.15,4388.04 L 7748.15,4397.74 L 7738.42,4397.74 L 7738.42,4388.04 M 7446.62,4368.61 L 7466.05,4368.61 L 7466.05,4378.32 L 7446.62,4378.32 L 7446.62,4368.61 M 7466.05,4378.32 L 7475.77,4378.32 L 7475.77,4417.19 L 7466.05,4417.19 L 7466.05,4378.32 M 7201.04,4368.61 L 7228.73,4368.61 L 7228.73,4378.32 L 7201.04,4378.32 L 7201.04,4368.61 M 7191.33,4378.32 L 7201.04,4378.32 L 7201.04,4407.46 L 7191.33,4407.46 L 7191.33,4378.32 M 7201.04,4407.46 L 7228.73,4407.46 L 7228.73,4417.19 L 7201.04,4417.19 L 7201.04,4407.46 M 7228.73,4378.32 L 7238.44,4378.32 L 7238.44,4407.46 L 7228.73,4407.46 L 7228.73,4378.32 M 7697.18,4484.13 L 7706.89,4484.13 L 7706.89,4513.28 L 7697.18,4513.28 L 7697.18,4484.13 M 7669.5,4513.28 L 7697.18,4513.28 L 7697.18,4522.98 L 7669.5,4522.98 L 7669.5,4513.28 M 7659.8,4484.13 L 7669.5,4484.13 L 7669.5,4513.28 L 7659.8,4513.28 L 7659.8,4484.13 M 7669.5,4474.42 L 7697.18,4474.42 L 7697.18,4484.13 L 7669.5,4484.13 L 7669.5,4474.42 M 7427.19,4368.61 L 7436.91,4368.61 L 7436.91,4378.32 L 7446.62,4378.32 L 7446.62,4388.04 L 7436.91,4388.04 L 7436.91,4417.19 L 7427.19,4417.19 L 7427.19,4368.61 M 8010.44,4368.61 L 8020.16,4368.61 L 8020.16,4378.32 L 8027.54,4378.32 L 8027.54,4388.04 L 8020.16,4388.04 L 8020.16,4417.19 L 8010.44,4417.19 L 8010.44,4368.61 M 7534.05,4417.19 L 7524.33,4417.19 L 7524.33,4407.46 L 7514.63,4407.46 L 7514.63,4397.74 L 7524.33,4397.74 L 7524.33,4368.61 L 7534.05,4368.61 L 7534.05,4417.19 M 7495.2,4407.46 L 7485.48,4407.46 L 7485.48,4368.61 L 7495.2,4368.61 L 7495.2,4407.46 M 7514.63,4417.19 L 7495.2,4417.19 L 7495.2,4407.46 L 7514.63,4407.46 L 7514.63,4417.19 M 7252.33,4368.61 L 7262.04,4368.61 L 7262.04,4378.32 L 7271.76,4378.32 L 7271.76,4388.04 L 7262.04,4388.04 L 7262.04,4417.19 L 7252.33,4417.19 L 7252.33,4368.61 M 7291.19,4378.32 L 7300.9,4378.32 L 7300.9,4417.19 L 7291.19,4417.19 L 7291.19,4378.32 M 7271.76,4368.61 L 7291.19,4368.61 L 7291.19,4378.32 L 7271.76,4378.32 L 7271.76,4368.61 M 7562.65,4474.42 L 7582.08,4474.42 L 7582.08,4484.13 L 7562.65,4484.13 L 7562.65,4474.42 M 7582.08,4484.13 L 7591.79,4484.13 L 7591.79,4522.98 L 7582.08,4522.98 L 7582.08,4484.13 M 7543.22,4474.42 L 7552.93,4474.42 L 7552.93,4484.13 L 7562.65,4484.13 L 7562.65,4493.85 L 7552.93,4493.85 L 7552.93,4522.98 L 7543.22,4522.98 L 7543.22,4474.42 M 7864.72,4522.98 L 7845.3,4522.98 L 7845.3,4513.28 L 7864.72,4513.28 L 7864.72,4522.98 M 7845.3,4513.28 L 7835.58,4513.28 L 7835.58,4474.42 L 7845.3,4474.42 L 7845.3,4513.28 M 7884.15,4522.98 L 7874.44,4522.98 L 7874.44,4513.28 L 7864.72,4513.28 L 7864.72,4503.56 L 7874.44,4503.56 L 7874.44,4474.42 L 7884.15,4474.42 L 7884.15,4522.98 M 8000.73,4522.98 L 7991,4522.98 L 7991,4513.28 L 7981.3,4513.28 L 7981.3,4503.56 L 7991,4503.56 L 7991,4474.42 L 8000.73,4474.42 L 8000.73,4522.98 M 7961.87,4513.28 L 7952.16,4513.28 L 7952.16,4474.42 L 7961.87,4474.42 L 7961.87,4513.28 M 7981.3,4522.98 L 7961.87,4522.98 L 7961.87,4513.28 L 7981.3,4513.28 L 7981.3,4522.98 M 7991,4378.32 L 8000.73,4378.32 L 8000.73,4417.19 L 7961.87,4417.19 L 7961.87,4407.46 L 7991,4407.46 L 7991,4397.74 L 7961.87,4397.74 L 7961.87,4388.04 L 7991,4388.04 L 7991,4378.32 M 7523.79,4484.13 L 7533.5,4484.13 L 7533.5,4522.98 L 7494.64,4522.98 L 7494.64,4513.28 L 7523.79,4513.28 L 7523.79,4503.56 L 7494.64,4503.56 L 7494.64,4493.85 L 7523.79,4493.85 L 7523.79,4484.13 M 7484.92,4503.56 L 7494.64,4503.56 L 7494.64,4513.28 L 7484.92,4513.28 L 7484.92,4503.56 M 7494.64,4474.42 L 7523.79,4474.42 L 7523.79,4484.13 L 7494.64,4484.13 L 7494.64,4474.42 M 7085.29,4474.42 L 7114.44,4474.42 L 7114.44,4484.13 L 7085.29,4484.13 L 7085.29,4474.42 M 7075.59,4503.56 L 7085.29,4503.56 L 7085.29,4513.28 L 7075.59,4513.28 L 7075.59,4503.56 M 7114.44,4484.13 L 7124.16,4484.13 L 7124.16,4522.98 L 7085.29,4522.98 L 7085.29,4513.28 L 7114.44,4513.28 L 7114.44,4503.56 L 7085.29,4503.56 L 7085.29,4493.85 L 7114.44,4493.85 L 7114.44,4484.13 M 7874.44,4243.38 L 7835.58,4243.38 L 7835.58,4311.38 L 7874.44,4311.38 L 7874.44,4301.66 L 7845.3,4301.66 L 7845.3,4282.23 L 7874.44,4282.23 L 7874.44,4272.52 L 7845.3,4272.52 L 7845.3,4253.08 L 7874.44,4253.08 L 7874.44,4243.38 M 7777.28,4243.38 L 7777.28,4311.38 L 7787,4311.38 L 7787,4262.8 L 7796.72,4262.8 L 7796.72,4253.08 L 7787,4253.08 L 7787,4243.38 L 7777.28,4243.38 M 7825.86,4243.38 L 7825.86,4311.38 L 7816.14,4311.38 L 7816.14,4262.8 L 7806.44,4262.8 L 7806.44,4253.08 L 7816.14,4253.08 L 7816.14,4243.38 L 7825.86,4243.38 M 7746.59,4243.38 L 7756.3,4243.38 L 7756.3,4282.23 L 7766.02,4282.23 L 7766.02,4291.95 L 7756.3,4291.95 L 7756.3,4311.38 L 7746.59,4311.38 L 7746.59,4291.95 L 7717.45,4291.95 L 7717.45,4272.52 L 7727.16,4272.52 L 7727.16,4282.23 L 7746.59,4282.23 L 7746.59,4262.8 L 7736.88,4262.8 L 7736.88,4253.08 L 7746.59,4253.08 L 7746.59,4243.38 M 7660.62,4243.38 L 7660.62,4253.08 L 7688.3,4253.08 L 7688.3,4262.8 L 7698.02,4262.8 L 7698.02,4253.08 L 7707.73,4253.08 L 7707.73,4243.38 L 7660.62,4243.38 M 7688.3,4262.8 L 7678.59,4262.8 L 7678.59,4272.52 L 7668.87,4272.52 L 7668.87,4282.23 L 7698.02,4282.23 L 7698.02,4272.52 L 7688.3,4272.52 L 7688.3,4262.8 M 7602.35,4253.08 L 7602.35,4301.66 L 7612.05,4301.66 L 7612.05,4291.95 L 7621.76,4291.95 L 7621.76,4282.23 L 7612.05,4282.23 L 7612.05,4253.08 L 7602.35,4253.08 M 7641.19,4253.08 L 7641.19,4262.8 L 7631.49,4262.8 L 7631.49,4272.52 L 7641.19,4272.52 L 7641.19,4301.66 L 7650.91,4301.66 L 7650.91,4253.08 L 7641.19,4253.08 M 7544.05,4262.8 L 7544.05,4301.66 L 7553.77,4301.66 L 7553.77,4282.23 L 7582.92,4282.23 L 7582.92,4272.52 L 7553.77,4272.52 L 7553.77,4262.8 L 7544.05,4262.8 M 7553.77,4301.66 L 7582.92,4301.66 L 7582.92,4311.38 L 7553.77,4311.38 L 7553.77,4301.66 M 6928.58,4474.42 L 6918.86,4474.42 L 6918.86,4484.13 L 6909.15,4484.13 L 6909.15,4493.85 L 6938.28,4493.85 L 6938.28,4484.13 L 6928.58,4484.13 L 6928.58,4474.42 M 6900.9,4454.99 L 6900.9,4464.7 L 6928.58,4464.7 L 6928.58,4474.42 L 6938.28,4474.42 L 6938.28,4464.7 L 6948,4464.7 L 6948,4454.99 L 6900.9,4454.99 M 6900.9,4513.28 L 6938.28,4513.28 L 6938.28,4522.98 L 6900.9,4522.98 L 6900.9,4513.28 M 6938.28,4493.85 L 6948,4493.85 L 6948,4513.28 L 6938.28,4513.28 L 6938.28,4493.85 M 7719,4368.61 L 7719,4378.32 L 7748.15,4378.32 L 7748.15,4388.04 L 7757.86,4388.04 L 7757.86,4378.32 L 7767.58,4378.32 L 7767.58,4368.61 L 7719,4368.61 M 7728.72,4397.74 L 7738.42,4397.74 L 7738.42,4407.46 L 7767.58,4407.46 L 7767.58,4417.19 L 7719,4417.19 L 7719,4407.46 L 7728.72,4407.46 L 7728.72,4397.74 M 7670.43,4368.61 L 7689.86,4368.61 L 7689.86,4407.46 L 7699.57,4407.46 L 7699.57,4417.19 L 7670.43,4417.19 L 7670.43,4407.46 L 7680.14,4407.46 L 7680.14,4378.32 L 7670.43,4378.32 L 7670.43,4368.61 M 7378.63,4368.61 L 7398.05,4368.61 L 7398.05,4407.46 L 7407.76,4407.46 L 7407.76,4417.19 L 7378.63,4417.19 L 7378.63,4407.46 L 7388.33,4407.46 L 7388.33,4378.32 L 7378.63,4378.32 L 7378.63,4368.61 M 7388.33,4349.18 L 7398.05,4349.18 L 7398.05,4358.89 L 7388.33,4358.89 L 7388.33,4349.18 M 7271.2,4454.99 L 7280.92,4454.99 L 7280.92,4464.7 L 7271.2,4464.7 L 7271.2,4454.99 M 7261.49,4474.42 L 7280.92,4474.42 L 7280.92,4513.28 L 7290.63,4513.28 L 7290.63,4522.98 L 7261.49,4522.98 L 7261.49,4513.28 L 7271.2,4513.28 L 7271.2,4484.13 L 7261.49,4484.13 L 7261.49,4474.42 M 7349.47,4397.74 L 7359.19,4397.74 L 7359.19,4407.46 L 7349.47,4407.46 L 7349.47,4397.74 M 7339.77,4407.46 L 7349.47,4407.46 L 7349.47,4417.19 L 7339.77,4417.19 L 7339.77,4407.46 M 7330.04,4349.18 L 7339.77,4349.18 L 7339.77,4368.61 L 7349.47,4368.61 L 7349.47,4378.32 L 7339.77,4378.32 L 7339.77,4407.46 L 7330.04,4407.46 L 7330.04,4378.32 L 7320.32,4378.32 L 7320.32,4368.61 L 7330.04,4368.61 L 7330.04,4349.18 M 7387.79,4454.99 L 7397.49,4454.99 L 7397.49,4474.42 L 7407.22,4474.42 L 7407.22,4484.13 L 7397.49,4484.13 L 7397.49,4513.28 L 7387.79,4513.28 L 7387.79,4484.13 L 7378.07,4484.13 L 7378.07,4474.42 L 7387.79,4474.42 L 7387.79,4454.99 M 7397.49,4513.28 L 7407.22,4513.28 L 7407.22,4522.98 L 7397.49,4522.98 L 7397.49,4513.28 M 7407.22,4503.56 L 7416.93,4503.56 L 7416.93,4513.28 L 7407.22,4513.28 L 7407.22,4503.56 M 7426.63,4474.42 L 7436.35,4474.42 L 7436.35,4484.13 L 7446.07,4484.13 L 7446.07,4493.85 L 7436.35,4493.85 L 7436.35,4522.98 L 7426.63,4522.98 L 7426.63,4474.42 M 7465.49,4484.13 L 7475.21,4484.13 L 7475.21,4495.32 L 7465.49,4495.32 L 7465.49,4484.13 M 7446.07,4474.42 L 7465.49,4474.42 L 7465.49,4484.13 L 7446.07,4484.13 L 7446.07,4474.42 M 7201.87,4454.99 L 7219.84,4454.99 L 7219.84,4513.28 L 7229.54,4513.28 L 7229.54,4521.53 L 7201.87,4521.53 L 7201.87,4513.28 L 7211.59,4513.28 L 7211.59,4464.7 L 7201.87,4464.7 L 7201.87,4454.99 M 7028.48,4454.99 L 7046.43,4454.99 L 7046.43,4513.28 L 7056.16,4513.28 L 7056.16,4521.53 L 7028.48,4521.53 L 7028.48,4513.28 L 7038.19,4513.28 L 7038.19,4464.7 L 7028.48,4464.7 L 7028.48,4454.99 M 7611.22,4474.42 L 7630.65,4474.42 L 7630.65,4484.13 L 7611.22,4484.13 L 7611.22,4474.42 M 7601.51,4484.13 L 7611.22,4484.13 L 7611.22,4513.28 L 7601.51,4513.28 L 7601.51,4484.13 M 7630.65,4484.13 L 7640.35,4484.13 L 7640.35,4454.99 L 7650.07,4454.99 L 7650.07,4521.53 L 7611.22,4521.53 L 7611.22,4513.28 L 7640.35,4513.28 L 7640.35,4493.85 L 7630.65,4493.85 L 7630.65,4484.13 M 7777.28,4484.13 L 7787,4484.13 L 7787,4513.28 L 7777.28,4513.28 L 7777.28,4484.13 M 7787,4474.42 L 7806.44,4474.42 L 7806.44,4484.13 L 7787,4484.13 L 7787,4474.42 M 7806.44,4484.13 L 7816.14,4484.13 L 7816.14,4474.42 L 7825.86,4474.42 L 7825.86,4540.95 L 7816.14,4540.95 L 7816.14,4521.53 L 7787,4521.53 L 7787,4513.28 L 7816.14,4513.28 L 7816.14,4493.85 L 7806.44,4493.85 L 7806.44,4484.13 M 6997.87,4474.42 L 6978.44,4474.42 L 6978.44,4484.13 L 6997.87,4484.13 L 6997.87,4474.42 M 6978.44,4484.13 L 6968.71,4484.13 L 6968.71,4474.42 L 6959.01,4474.42 L 6959.01,4540.95 L 6968.71,4540.95 L 6968.71,4521.53 L 6997.87,4521.53 L 6997.87,4513.28 L 6968.71,4513.28 L 6968.71,4493.85 L 6978.44,4493.85 L 6978.44,4484.13 M 7007.57,4484.13 L 6997.87,4484.13 L 6997.87,4513.28 L 7007.57,4513.28 L 7007.57,4484.13 M 6889.72,4484.13 L 6880,4484.13 L 6880,4513.28 L 6889.72,4513.28 L 6889.72,4484.13 M 6860.57,4484.13 L 6850.85,4484.13 L 6850.85,4474.42 L 6841.14,4474.42 L 6841.14,4540.95 L 6850.85,4540.95 L 6850.85,4521.53 L 6880,4521.53 L 6880,4513.28 L 6850.85,4513.28 L 6850.85,4493.85 L 6860.57,4493.85 L 6860.57,4484.13 M 6880,4474.42 L 6860.57,4474.42 L 6860.57,4484.13 L 6880,4484.13 L 6880,4474.42 M 6663.88,4541.6 L 6663.88,4541.6"
986 style="fill:url(#linearGradient2648)" />
987 <path
988 id="path2636"
989 d="M 3307.98,3434.32 C 3220.26,3052.62 2993.11,3036.01 2939.7,3036.01 L 2939.7,3013.69 C 3058.14,3013.69 3249.57,3098.21 3319.14,3388.31 C 3408.26,3098.82 3560.45,3021.13 3667.27,3019.65 C 3769.06,3018.25 3831.84,3041.98 3928.31,3092.24 L 3928.31,3046.94 L 4206.83,3046.94 L 4206.83,3008.76 L 4229.16,3008.76 L 4229.16,3046.94 L 4276.39,3046.94 L 4276.39,3069.25 L 4229.16,3069.25 L 4229.16,3615.04 L 4429.46,3108.73 L 4621.37,3108.73 L 4638.09,3069.25 L 4398.96,3069.25 L 4398.96,3046.94 L 4647.55,3046.94 L 4673.84,2984.91 L 4694.4,2993.62 L 4671.79,3046.94 L 4724.7,3046.94 L 4724.7,3069.25 L 4662.34,3069.25 L 4506.22,3437.65 L 4712.97,3437.65 L 4712.97,3713.76 C 4906.45,3618.53 5137.94,3688.41 5254.62,3874.82 C 5370.35,3696.44 5596.44,3625.35 5793.43,3705.42 L 5785.59,3692.73 L 6118.54,3692.73 L 6185.05,3800.28 L 6250.01,3695.24 C 6250.98,3693.69 6252.68,3692.73 6254.5,3692.73 L 6254.5,3692.73 C 6256.41,3692.73 6258.18,3693.78 6259.1,3695.45 C 6260.04,3697.12 6259.99,3699.16 6258.98,3700.78 L 6191.26,3810.3 L 6199.92,3824.32 L 6279.77,3695.24 C 6280.74,3693.69 6282.42,3692.73 6284.26,3692.73 L 6284.26,3692.73 C 6286.17,3692.73 6287.93,3693.78 6288.86,3695.45 C 6289.78,3697.12 6289.75,3699.16 6288.73,3700.78 L 6206.13,3834.34 L 6214.81,3848.38 L 6311.08,3692.73 L 6644.02,3692.73 L 6381.27,4117.53 L 6389.96,4131.55 L 6667.19,3683.33 L 6321.32,3683.33 C 6319.41,3683.33 6317.64,3682.31 6316.71,3680.63 C 6315.78,3678.96 6315.82,3676.92 6316.84,3675.28 L 6316.84,3675.28 C 6317.8,3673.74 6319.49,3672.79 6321.32,3672.79 L 6686.11,3672.79 L 6411.04,4117.53 L 6668.36,4533.55 C 6669.37,4535.19 6669.41,4537.23 6668.49,4538.9 C 6667.56,4540.56 6665.8,4541.6 6663.88,4541.6 C 6662.05,4541.6 6660.36,4540.66 6659.4,4539.1 L 6404.84,4127.54 L 6396.16,4141.57 L 6643.58,4541.6 L 6310.63,4541.6 L 6247.04,4438.78 L 6184.99,4539.1 C 6184.03,4540.66 6182.33,4541.6 6180.51,4541.6 L 6180.51,4541.6 C 6179.64,4541.6 6178.79,4541.4 6178.04,4540.98 C 6177.27,4541.4 6176.4,4541.6 6175.55,4541.6 C 6173.64,4541.6 6171.88,4540.56 6170.94,4538.9 C 6170.01,4537.23 6170.06,4535.19 6171.06,4533.55 L 6238.36,4424.75 L 6229.69,4410.73 L 6150.28,4539.1 C 6149.32,4540.66 6147.63,4541.6 6145.78,4541.6 C 6143.88,4541.6 6142.12,4540.56 6141.19,4538.9 C 6140.25,4537.23 6140.3,4535.19 6141.31,4533.55 L 6223.49,4400.7 L 6214.81,4386.67 L 6118.97,4541.6 L 5786.02,4541.6 L 5795.77,4525.85 C 5598.62,4607.28 5371.42,4536.78 5255.02,4358.02 C 5138.5,4544.89 4906.71,4613.27 4712.97,4517.92 L 4712.97,4541.6 L 4430.07,4541.6 L 4430.07,4539.48 L 4383.37,4539.48 L 4403.76,4597.05 L 4382.73,4604.51 L 4359.7,4539.48 L 4270.02,4539.48 L 4270.02,4517.16 L 4351.79,4517.16 L 4185.17,4046.83 L 4175.33,4070.81 L 4175.33,4541.6 L 3990.8,4541.6 L 3990.8,3108.73 L 4175.33,3108.73 L 4175.33,3751.11 L 4206.83,3671.46 L 4206.83,3069.25 L 3950.63,3069.25 L 3950.63,3134.48 C 3839.48,3059.75 3765,3041.98 3667.27,3041.98 C 3589.88,3041.98 3420.07,3098.38 3330.3,3434.32 L 3307.98,3434.32 L 3307.98,3434.32 z M 3707.66,4571.71 L 3355.85,4571.74 L 3355.85,4549.42 L 3596.11,4549.42 C 3413.03,4468.13 3333.25,4173.94 3333.25,3825.17 C 3333.25,3413.96 3444.09,3078.58 3704.46,3078.58 C 3824.13,3078.58 3892.1,3140.06 3950.63,3196.07 L 3950.63,3232.61 C 3950.65,3232.64 3950.68,3232.68 3950.69,3232.71 L 3950.68,3542.34 L 3930.8,3542.34 C 3887.65,3463.75 3808.35,3353.35 3726.44,3353.35 C 3589.9,3353.35 3522.38,3564.79 3524.09,3825.17 C 3522.38,4085.53 3589.9,4296.98 3726.44,4296.98 C 3808.35,4296.98 3887.65,4186.59 3930.8,4107.98 L 3950.68,4107.98 L 3950.69,4417.62 C 3950.68,4417.65 3950.65,4417.68 3950.63,4417.72 L 3950.63,4454.25 C 3892.64,4509.77 3825.33,4570.64 3707.66,4571.71 z M 2937,3078.58 C 3195.14,3078.58 3305.03,3430.65 3305.03,3825.17 C 3305.03,4219.68 3195.14,4571.74 2937,4571.74 C 2678.85,4571.74 2568.96,4236.36 2568.96,3825.17 C 2568.96,3413.96 2678.85,3078.58 2937,3078.58 L 2937,3078.58 z M 2294.32,3108.73 L 1958.21,3108.73 L 1958.21,3940.84 C 1960.39,3946.66 1962.53,3952.48 1964.68,3958.32 C 1979.76,3954.17 1995.42,3952.5 2011.05,3953.34 C 2041.62,3954.98 2069.16,3972.31 2083.84,3999.18 C 2097.1,4023.45 2103.42,4050.92 2102.09,4078.54 C 2101.53,4090.1 2098.48,4101.38 2093.17,4111.65 C 2080.12,4136.88 2059.97,4157.71 2035.2,4171.63 C 2043.58,4200.04 2051.58,4228.59 2059.22,4257.23 C 2073.83,4312.04 2080.69,4368.61 2079.59,4425.31 C 2079.31,4439.93 2076.14,4454.36 2070.26,4467.76 C 2064.24,4481.48 2053.67,4492.72 2040.34,4499.58 C 2030.67,4504.58 2019.37,4505.38 2009.09,4501.87 C 1998.8,4498.34 1990.39,4490.78 1985.79,4480.91 C 1980.45,4469.42 1977.84,4456.86 1978.16,4444.19 C 1978.33,4437.07 1981.77,4430.42 1987.49,4426.16 C 1994.7,4420.78 2003.56,4418.09 2012.54,4418.52 C 2018.43,4418.8 2023.71,4422.26 2026.35,4427.53 C 2028.99,4432.8 2028.57,4439.09 2025.27,4443.99 C 2021.19,4450.01 2015.22,4454.48 2008.28,4456.72 L 2010.65,4461.88 C 2011.77,4464.81 2014.26,4467.01 2017.31,4467.77 C 2020.35,4468.52 2023.57,4467.73 2025.93,4465.67 C 2037.52,4455.8 2044.74,4441.73 2046.03,4426.54 C 2047.7,4400.38 2047.14,4374.13 2044.36,4348.07 C 2036.21,4292.38 2024.08,4237.36 2008.05,4183.41 C 2003.94,4184.71 1999.77,4185.84 1995.55,4186.78 C 1983.22,4189.53 1970.76,4191.66 1958.21,4193.18 L 1958.21,4541.6 L 2183.15,4541.6 L 2183.15,4588.2 L 2205.48,4588.2 L 2205.48,4541.6 L 2253.4,4541.6 L 2253.4,4519.3 L 2205.48,4519.3 L 2205.48,4016.85 L 2227.02,4016.85 L 2423.34,4541.6 L 2638.94,4541.6 L 2658.42,4591.34 L 2679.2,4583.19 L 2659.83,4533.75 L 2727.1,4533.75 L 2727.1,4511.44 L 2651.08,4511.44 L 2418.92,3918.91 C 2504.38,3830.77 2553.4,3698.1 2553.4,3529.62 C 2553.4,3303.8 2492.28,3108.73 2294.32,3108.73 L 2294.32,3108.73 z M 1998.24,4151.98 C 1985.43,4157.26 1971.96,4160.8 1958.21,4162.5 L 1958.21,4035.52 C 1972.05,4074.01 1985.35,4112.69 1998.1,4151.54 C 1998.15,4151.7 1998.19,4151.84 1998.24,4151.98 C 1998.24,4151.98 1998.24,4151.98 1998.24,4151.98 C 1998.24,4151.98 1998.24,4151.98 1998.24,4151.98 C 1998.24,4151.98 1998.24,4151.98 1998.24,4151.98 M 1977.17,3992.89 C 1981.56,3991.69 1986,3990.67 1990.46,3989.83 C 2004.49,3987.24 2018.95,3990.62 2030.37,3999.18 C 2040.75,4006.97 2048.22,4018 2051.59,4030.55 C 2059.14,4058.49 2057.49,4088.11 2046.91,4115.05 C 2044.69,4120.69 2041.04,4125.67 2036.3,4129.48 C 2032.68,4132.4 2028.91,4135.15 2025.04,4137.73 C 2010.15,4089.1 1994.2,4040.82 1977.17,3992.89 M 1958.21,4162.5 C 1954.69,4162.93 1951.15,4163.25 1947.6,4163.44 C 1908.96,4165.53 1873,4143.59 1857.19,4108.26 C 1829.15,4045.55 1825.07,3974.72 1845.73,3909.2 C 1852.98,3886.2 1860.48,3863.28 1868.22,3840.44 C 1870.38,3834.11 1872.53,3827.81 1874.73,3821.49 C 1895.46,3870.78 1915.3,3920.44 1934.21,3970.46 C 1907.26,3984.88 1885.53,4007.4 1872.05,4034.84 C 1869.83,4039.36 1870.7,4044.81 1874.23,4048.42 C 1877.76,4052.02 1883.19,4053.01 1887.77,4050.88 C 1891.74,4048.01 1895.44,4044.77 1898.79,4041.19 C 1912.4,4026.08 1928.74,4013.64 1946.92,4004.51 C 1950.72,4014.83 1954.49,4025.17 1958.21,4035.52 L 1958.21,3940.84 C 1940.32,3892.95 1921.35,3845.46 1901.34,3798.42 C 1898.01,3790.63 1894.64,3782.87 1891.19,3775.14 C 1895.35,3763.71 1899.57,3752.29 1903.88,3740.91 C 1910.02,3724.66 1914.7,3707.91 1917.88,3690.82 C 1921.48,3671.52 1919.86,3651.6 1913.22,3633.11 C 1898.05,3590.99 1868.82,3555.38 1830.45,3532.31 C 1813.57,3522.16 1794.11,3517.14 1774.43,3517.87 C 1757.93,3518.49 1744.62,3531.53 1743.66,3548.01 C 1742.78,3562.95 1746.25,3577.84 1753.63,3590.87 C 1760.47,3602.95 1767.83,3614.69 1775.7,3626.11 C 1799.99,3661.31 1820.98,3698.67 1838.41,3737.74 C 1841.84,3745.41 1845.23,3753.1 1848.62,3760.81 C 1843.3,3775.42 1838.1,3790.09 1833,3804.79 C 1809.35,3873 1794.1,3943.83 1787.58,4015.73 C 1784.51,4049.67 1787.53,4083.87 1796.5,4116.75 C 1808.82,4161.84 1848.9,4193.78 1895.6,4195.69 C 1916.51,4196.55 1937.45,4195.71 1958.21,4193.18 L 1958.21,4162.5 M 2263.87,3049.06 L 1916.37,3049.06 L 1916.37,2994.92 L 1894.05,2994.92 L 1894.05,3049.06 L 1842.08,3049.06 L 1842.08,3071.38 L 1894.05,3071.38 L 1894.05,3319.98 L 1916.37,3319.98 L 1916.37,3071.38 L 2263.87,3071.38 L 2263.87,3049.06"
990 style="fill:#000000" />
991 <path
992 id="path2638"
993 d="M 6585.36,3725.43 L 6329.29,3725.43 L 6214.81,3910.51 L 6100.33,3725.43 L 5844.24,3725.43 L 5892.27,3803.06 C 5794.52,3720.09 5663.63,3687.54 5538.42,3715.05 C 5413.18,3742.55 5307.99,3826.97 5254.04,3943.28 C 5205.67,3835.08 5114.66,3754.1 5004.57,3721.31 C 4894.48,3688.54 4776.16,3707.17 4680.28,3772.41 L 4680.28,3465.24 L 4462.76,3465.24 L 4462.76,4503.83 L 4680.28,4503.83 L 4680.28,4461.93 C 4776.34,4527.29 4894.89,4545.87 5005.12,4512.86 C 5115.35,4479.85 5206.38,4398.51 5254.52,4289.98 C 5309.08,4406.73 5415.29,4491.1 5541.37,4517.82 C 5667.44,4544.55 5798.75,4510.52 5896,4425.96 L 5844.68,4508.91 L 6100.76,4508.91 L 6214.81,4324.53 L 6328.86,4508.91 L 6584.93,4508.91 L 6342.85,4117.53 L 6585.36,3725.43 L 6585.36,3725.43 z"
994 style="fill:#b4c3d3" />
995 <path
996 id="path2640"
997 d="M 5066.95,4116.11 C 5066.95,4009.34 4980.39,3922.79 4873.62,3922.79 C 4766.85,3922.79 4680.29,4009.34 4680.29,4116.11 C 4680.29,4222.88 4766.85,4309.44 4873.62,4309.44 C 4980.39,4309.44 5066.95,4222.88 5066.95,4116.11 z M 6025.29,4018.12 C 6041.51,4084.11 6041.09,4153.08 6024.08,4218.85 L 6086.76,4117.53 L 6025.29,4018.12 M 5819.86,4116.11 C 5819.86,4009.34 5733.29,3922.79 5626.52,3922.79 C 5519.75,3922.79 5433.18,4009.34 5433.18,4116.11 C 5433.18,4222.88 5519.75,4309.44 5626.52,4309.44 C 5733.29,4309.44 5819.86,4222.88 5819.86,4116.11 z"
998 style="fill:#000000" />
999 <path
1000 id="path2642"
1001 d="M 2142.72,4519.3 L 2183.15,4519.3 L 2183.15,4016.85 L 2142.72,4016.85 L 2142.72,4519.3 M 2226.21,3700.16 C 2294.39,3700.16 2305.07,3613.71 2305.01,3554.39 C 2304.95,3495.07 2296.34,3430.69 2236.83,3430.69 L 2142.72,3430.69 L 2142.72,3758.52 L 2183.15,3758.52 L 2183.15,3700.16 L 2226.21,3700.16 z M 2226.21,3722.48 L 2205.48,3722.48 L 2205.48,3758.52 L 2206.9,3758.52 C 2358.85,3758.52 2358.85,3622.46 2358.85,3575.17 L 2358.85,3544.65 C 2358.85,3498.83 2358.56,3372.33 2230.59,3372.33 L 2142.72,3372.33 L 2142.72,3408.37 L 2226.21,3408.37 C 2269.63,3408.37 2327.88,3414.54 2327.88,3560.16 C 2327.88,3705.77 2269.34,3721.26 2226.21,3722.48 L 2226.21,3722.48 z M 1864.35,3718.49 C 1846.86,3683.59 1827.94,3649.41 1807.62,3616.07 C 1801.15,3605.47 1795.32,3594.52 1790.13,3583.23 C 1786.74,3575.89 1784.74,3567.97 1784.19,3559.89 C 1784.08,3558.16 1784.7,3556.45 1785.91,3555.19 C 1787.12,3553.94 1788.81,3553.26 1790.57,3553.31 C 1798.95,3553.6 1807.12,3556.02 1814.33,3560.31 C 1845.29,3578.84 1867.37,3609.18 1875.45,3644.35 C 1877.8,3654.61 1877.88,3665.26 1875.66,3675.54 C 1872.53,3690.04 1868.76,3704.36 1864.35,3718.49 L 1864.35,3718.49 M 5621.25,4276.66 L 5631.79,4276.66 C 5719.43,4273.79 5788.59,4201.15 5787.14,4113.47 C 5785.71,4025.78 5714.21,3955.47 5626.52,3955.47 C 5538.83,3955.47 5467.33,4025.78 5465.91,4113.47 C 5464.47,4201.15 5533.6,4273.79 5621.25,4276.66 L 5621.25,4276.66 z M 4868.34,4276.66 L 4878.89,4276.66 C 4966.53,4273.79 5035.68,4201.15 5034.23,4113.47 C 5032.79,4025.78 4961.31,3955.47 4873.62,3955.47 C 4785.93,3955.47 4714.43,4025.78 4712.99,4113.47 C 4711.56,4201.15 4780.7,4273.79 4868.34,4276.66 L 4868.34,4276.66 z M 4364.73,3771.6 L 4430.07,3940.64 L 4430.07,3617.36 L 4364.73,3771.6 M 4375.46,4517.16 L 4197.89,4015.86 L 4218.7,3965.14 L 4423.91,4517.16 L 4375.46,4517.16 M 2936.99,3348.52 C 3061.3,3348.52 3114.19,3573.27 3114.19,3825.17 C 3114.19,4077.05 3061.3,4301.81 2936.99,4301.81 C 2812.69,4301.81 2759.8,4087.69 2759.8,3825.17 C 2759.8,3562.64 2812.69,3348.52 2936.99,3348.52 z"
1002 style="fill:#ffc000" />
1003 <path
1004 id="path2644"
1005 d="M 5621.25,4276.66 C 5624.76,4276.91 5628.28,4276.9 5631.79,4276.66 L 5631.79,4261.9 C 5711.3,4259.02 5773.83,4192.97 5772.38,4113.42 C 5770.92,4033.88 5705.99,3970.18 5626.42,3970.23 C 5624.51,3970.19 5622.94,3971.2 5621.97,3972.83 C 5621.02,3974.48 5621.01,3976.53 5621.97,3978.16 C 5622.94,3979.81 5624.52,3980.8 5626.42,3980.78 C 5675.42,3980.74 5720.6,4007.19 5744.56,4049.91 C 5768.53,4092.64 5767.52,4145 5741.95,4186.78 C 5716.38,4228.55 5670.2,4253.26 5621.25,4251.34 L 5621.25,4276.66 L 5621.25,4276.66 z M 4873.62,4236.68 C 4870.7,4236.68 4868.34,4234.32 4868.34,4231.42 C 4868.34,4228.5 4870.7,4226.14 4873.62,4226.14 C 4934.39,4226.14 4983.65,4176.87 4983.65,4116.11 C 4983.65,4055.34 4934.39,4006.08 4873.62,4006.08 C 4870.7,4006.08 4868.34,4003.72 4868.34,4000.81 C 4868.34,3997.89 4870.7,3995.53 4873.62,3995.53 C 4940.2,3995.53 4994.19,4049.52 4994.19,4116.11 C 4994.19,4182.7 4940.2,4236.68 4873.62,4236.68 z M 5626.52,4236.68 C 5623.61,4236.68 5621.25,4234.32 5621.25,4231.42 C 5621.25,4228.5 5623.61,4226.14 5626.52,4226.14 C 5687.29,4226.14 5736.56,4176.87 5736.56,4116.11 C 5736.56,4055.34 5687.29,4006.08 5626.52,4006.08 C 5623.61,4006.08 5621.25,4003.72 5621.25,4000.81 C 5621.25,3997.89 5623.61,3995.53 5626.52,3995.53 C 5693.12,3995.53 5747.1,4049.52 5747.1,4116.11 C 5747.1,4182.7 5693.12,4236.68 5626.52,4236.68 z M 4868.34,4276.66 C 4871.86,4276.83 4875.37,4276.79 4878.89,4276.66 L 4878.89,4261.9 C 4958.39,4259.02 5020.93,4192.97 5019.48,4113.42 C 5018.01,4033.88 4953.07,3970.18 4873.52,3970.23 C 4871.6,3970.19 4870.03,3971.2 4869.07,3972.83 C 4868.11,3974.48 4868.1,3976.53 4869.07,3978.16 C 4870.03,3979.81 4871.62,3980.8 4873.52,3980.78 C 4922.5,3980.74 4967.7,4007.19 4991.65,4049.91 C 5015.63,4092.64 5014.62,4145 4989.04,4186.78 C 4963.47,4228.55 4917.29,4253.26 4868.34,4251.34 L 4868.34,4276.66 L 4868.34,4276.66 z M 2937,4234.73 L 2937,4179.6 L 2914.68,4179.6 L 2914.68,4238.3 L 2914.68,4260.63 C 3035.33,4260.63 3070.74,4055.75 3071.57,3836.32 L 3579.35,3836.32 C 3580.55,3990.79 3614.44,4227.21 3715.28,4243.51 L 3715.28,4301.81 L 3737.58,4301.81 L 3737.58,3836.32 L 3826.45,3836.32 L 3826.45,3814 L 3737.58,3814 L 3737.58,3733.49 L 3715.28,3733.49 L 3715.28,3814 L 3601.75,3814 C 3604.16,3660.9 3646.93,3437.07 3726.44,3433.44 L 3726.44,3411.11 C 3622.15,3415.16 3581.62,3654.06 3579.42,3814 L 3071.53,3814 C 3070.09,3595.6 3034.84,3392.4 2914.68,3392.4 L 2914.68,3413.82 L 2914.68,3814 L 2846.46,3814 L 2846.46,3836.32 L 2914.68,3836.32 L 2914.68,3914.27 L 2937,3914.27 L 2937,3836.32 L 3049.23,3836.32 C 3048.1,3976.77 3030.4,4203.73 2937,4234.73 L 2937,4234.73 z"
1006 style="fill:#000000" />
1007 <path
1008 id="path2646"
1009 d="M 3601.67,3836.32 C 3603.11,3982.55 3640.15,4200.87 3715.28,4220.7 L 3715.28,3836.32 L 3601.67,3836.32 L 3601.67,3836.32 z M 3049.25,3814 L 2937,3814 L 2937,3417.43 C 3029.93,3448.31 3048.59,3673.31 3049.25,3814 z"
1010 style="fill:#ffc000" />
1011 </g>
1012 </g>
1013 </g>
1014 </g>
1015 <g
1016 inkscape:groupmode="layer"
1017 id="layer18"
1018 inkscape:label="Button descriptions"
1019 style="display:inline">
1020 <flowRoot
1021 xml:space="preserve"
1022 id="flowRoot2551"
1023 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1024 transform="matrix(21.713672,0,0,22.213933,-144601.75,23319.445)"
1025 inkscape:transform-center-x="-906.0793"
1026 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1027 inkscape:export-xdpi="1.9466898"
1028 inkscape:export-ydpi="1.9466898"><flowRegion
1029 id="flowRegion2553"><rect
1030 id="rect2555"
1031 width="2921.2874"
1032 height="985.93451"
1033 x="7011.0898"
1034 y="-1096.6401" /></flowRegion><flowPara
1035 id="flowPara2557">Hold</flowPara></flowRoot> <flowRoot
1036 xml:space="preserve"
1037 id="flowRoot2559"
1038 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1039 transform="matrix(21.713672,0,0,22.213933,-250503.85,-41555.509)"
1040 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1041 inkscape:export-xdpi="1.9466898"
1042 inkscape:export-ydpi="1.9466898"><flowRegion
1043 id="flowRegion2561"><rect
1044 id="rect2563"
1045 width="2722.3611"
1046 height="883.88348"
1047 x="12056.171"
1048 y="1953.9673" /></flowRegion><flowPara
1049 id="flowPara2565">Power</flowPara></flowRoot> <flowRoot
1050 xml:space="preserve"
1051 id="flowRoot2567"
1052 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1053 transform="matrix(21.713672,0,0,22.213933,-250431.18,-40054.644)"
1054 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1055 inkscape:export-xdpi="1.9466898"
1056 inkscape:export-ydpi="1.9466898"><flowRegion
1057 id="flowRegion2569"><rect
1058 id="rect2571"
1059 width="2722.3611"
1060 height="883.88348"
1061 x="12056.171"
1062 y="1953.9673" /></flowRegion><flowPara
1063 id="flowPara2573">Volume Up</flowPara></flowRoot> <flowRoot
1064 xml:space="preserve"
1065 id="flowRoot2575"
1066 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1067 transform="matrix(21.713672,0,0,22.213933,-250429.44,-38005.78)"
1068 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1069 inkscape:export-xdpi="1.9466898"
1070 inkscape:export-ydpi="1.9466898"><flowRegion
1071 id="flowRegion2577"><rect
1072 id="rect2579"
1073 width="2722.3611"
1074 height="883.88348"
1075 x="12056.171"
1076 y="1953.9673" /></flowRegion><flowPara
1077 id="flowPara2581">Volume Down</flowPara></flowRoot> <flowRoot
1078 xml:space="preserve"
1079 id="flowRoot2583"
1080 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1081 transform="matrix(21.713672,0,0,22.213933,-250503.85,-36328.668)"
1082 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1083 inkscape:export-xdpi="1.9466898"
1084 inkscape:export-ydpi="1.9466898"><flowRegion
1085 id="flowRegion2585"><rect
1086 id="rect2587"
1087 width="2722.3611"
1088 height="883.88348"
1089 x="12056.171"
1090 y="1953.9673" /></flowRegion><flowPara
1091 id="flowPara2589">Previous</flowPara></flowRoot> <flowRoot
1092 xml:space="preserve"
1093 id="flowRoot2591"
1094 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1095 transform="matrix(21.713672,0,0,22.213933,-250503.85,-34737.677)"
1096 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1097 inkscape:export-xdpi="1.9466898"
1098 inkscape:export-ydpi="1.9466898"><flowRegion
1099 id="flowRegion2593"><rect
1100 id="rect2595"
1101 width="2722.3611"
1102 height="883.88348"
1103 x="12056.171"
1104 y="1953.9673" /></flowRegion><flowPara
1105 id="flowPara2597">Play</flowPara></flowRoot> <flowRoot
1106 xml:space="preserve"
1107 id="flowRoot2599"
1108 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1109 transform="matrix(21.713672,0,0,22.213933,-250503.85,-33179.776)"
1110 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1111 inkscape:export-xdpi="1.9466898"
1112 inkscape:export-ydpi="1.9466898"><flowRegion
1113 id="flowRegion2601"><rect
1114 id="rect2603"
1115 width="2722.3611"
1116 height="883.88348"
1117 x="12056.171"
1118 y="1953.9673" /></flowRegion><flowPara
1119 id="flowPara2605">Next</flowPara></flowRoot> <flowRoot
1120 xml:space="preserve"
1121 id="flowRoot2613"
1122 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1123 transform="matrix(21.713672,0,0,22.213933,-265113.88,-35884.46)"
1124 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1125 inkscape:export-xdpi="1.9466898"
1126 inkscape:export-ydpi="1.9466898"><flowRegion
1127 id="flowRegion2615"><rect
1128 id="rect2617"
1129 width="2722.3611"
1130 height="883.88348"
1131 x="12056.171"
1132 y="1953.9673" /></flowRegion><flowPara
1133 id="flowPara2619">Back</flowPara></flowRoot> <flowRoot
1134 xml:space="preserve"
1135 id="flowRoot2621"
1136 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1137 transform="matrix(21.713672,0,0,22.213933,-265215.97,-37619.137)"
1138 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1139 inkscape:export-xdpi="1.9466898"
1140 inkscape:export-ydpi="1.9466898"><flowRegion
1141 id="flowRegion2623"><rect
1142 id="rect2625"
1143 width="2722.3611"
1144 height="883.88348"
1145 x="12056.171"
1146 y="1953.9673" /></flowRegion><flowPara
1147 id="flowPara2627">Menu</flowPara></flowRoot> <flowRoot
1148 xml:space="preserve"
1149 id="flowRoot2631"
1150 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1151 transform="matrix(21.713672,0,0,22.213933,-264878.59,-30959.602)"
1152 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1153 inkscape:export-xdpi="1.9466898"
1154 inkscape:export-ydpi="1.9466898"><flowRegion
1155 id="flowRegion2633"><rect
1156 id="rect2635"
1157 width="2722.3611"
1158 height="883.88348"
1159 x="12056.171"
1160 y="1953.9673" /></flowRegion><flowPara
1161 id="flowPara2637">Left</flowPara></flowRoot> <flowRoot
1162 xml:space="preserve"
1163 id="flowRoot2639"
1164 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1165 transform="matrix(21.713672,0,0,22.213933,-264623.1,-34136.635)"
1166 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1167 inkscape:export-xdpi="1.9466898"
1168 inkscape:export-ydpi="1.9466898"><flowRegion
1169 id="flowRegion2641"><rect
1170 id="rect2643"
1171 width="2722.3611"
1172 height="883.88348"
1173 x="12056.171"
1174 y="1953.9673" /></flowRegion><flowPara
1175 id="flowPara2645">Up</flowPara></flowRoot> <flowRoot
1176 xml:space="preserve"
1177 id="flowRoot2647"
1178 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1179 transform="matrix(21.713672,0,0,22.213933,-250503.85,-30371.291)"
1180 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1181 inkscape:export-xdpi="1.9466898"
1182 inkscape:export-ydpi="1.9466898"><flowRegion
1183 id="flowRegion2649"><rect
1184 id="rect2651"
1185 width="2722.3611"
1186 height="883.88348"
1187 x="12056.171"
1188 y="1953.9673" /></flowRegion><flowPara
1189 id="flowPara2653">Right</flowPara></flowRoot> <flowRoot
1190 xml:space="preserve"
1191 id="flowRoot2655"
1192 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1193 transform="matrix(21.713672,0,0,22.213933,-265387.62,-32598.151)"
1194 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1195 inkscape:export-xdpi="1.9466898"
1196 inkscape:export-ydpi="1.9466898"><flowRegion
1197 id="flowRegion2657"><rect
1198 id="rect2659"
1199 width="2722.3611"
1200 height="883.88348"
1201 x="12056.171"
1202 y="1953.9673" /></flowRegion><flowPara
1203 id="flowPara2661">Select</flowPara></flowRoot> <flowRoot
1204 xml:space="preserve"
1205 id="flowRoot2663"
1206 style="font-size:40px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
1207 transform="matrix(21.713672,0,0,22.213933,-250503.85,-28550.493)"
1208 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1209 inkscape:export-xdpi="1.9466898"
1210 inkscape:export-ydpi="1.9466898"><flowRegion
1211 id="flowRegion2665"><rect
1212 id="rect2667"
1213 width="2722.3611"
1214 height="883.88348"
1215 x="12056.171"
1216 y="1953.9673" /></flowRegion><flowPara
1217 id="flowPara2669">Down</flowPara></flowRoot> <path
1218 style="opacity:1;fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
1219 d="M -830.85047,6375.9616 L 7493.3884,10158.983"
1220 id="path4527"
1221 sodipodi:nodetypes="cc"
1222 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1223 inkscape:export-xdpi="1.9466898"
1224 inkscape:export-ydpi="1.9466898" />
1225 <path
1226 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1227 d="M -830.85047,8123.474 L 3924.4426,10138.728"
1228 id="path4533"
1229 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1230 inkscape:export-xdpi="1.9466898"
1231 inkscape:export-ydpi="1.9466898" />
1232 <path
1233 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1234 d="M -830.85047,9891.241 L 5833.631,11906.495"
1235 id="path4535"
1236 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1237 inkscape:export-xdpi="1.9466898"
1238 inkscape:export-ydpi="1.9466898" />
1239 <path
1240 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1241 d="M -830.85047,11376.165 L 5886.664,13497.486"
1242 id="path4537"
1243 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1244 inkscape:export-xdpi="1.9466898"
1245 inkscape:export-ydpi="1.9466898" />
1246 <path
1247 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1248 d="M -830.85047,13108.577 L 4136.5747,13532.841"
1249 id="path4539"
1250 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1251 inkscape:export-xdpi="1.9466898"
1252 inkscape:export-ydpi="1.9466898" />
1253 <path
1254 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1255 d="M 7566.0426,13479.808 L 10907.122,13638.907"
1256 id="path4541"
1257 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1258 inkscape:export-xdpi="1.9466898"
1259 inkscape:export-ydpi="1.9466898" />
1260 <path
1261 style="fill:none;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:57;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1262 d="M 5798.2756,15406.674 L 10871.767,15477.385"
1263 id="path4543"
1264 inkscape:export-filename="/var/files/gigabeat/path5354.png"
1265 inkscape:export-xdpi="1.9466898"
1266 inkscape:export-ydpi="1.9466898" />
1267 </g>
1268 <path
1269 style="opacity:1;fill:url(#linearGradient5356);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter4358)"
1270 d="M 2252.8333,475.55134 C 2252.8333,475.55134 2182.8814,370.95457 2785.2431,362.98469 C 3375.0015,355.18156 3341.9916,478.59368 3341.9916,478.59368 L 2252.8333,475.55134 z"
1271 id="path5354"
1272 sodipodi:nodetypes="cscc"
1273 inkscape:export-xdpi="1.9466898"
1274 inkscape:export-ydpi="1.9466898" />
1275</svg>
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 65813cbb61..e70a899f46 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -169,6 +169,30 @@ paragraph.
169 button and nearest to the top of the unit the \ButtonPower{} button, which is held 169 button and nearest to the top of the unit the \ButtonPower{} button, which is held
170 down to turn the \dap{} on or off.} 170 down to turn the \dap{} on or off.}
171 % 171 %
172 \opt{gigabeats}{
173 Hold the \dap{} with the screen on top and the controls on the right hand side.
174 Below the screen is a cross-shaped pad which contains the \ButtonUp{},
175 \ButtonDown{}, \ButtonLeft{}, \ButtonRight{} and \ButtonSelect{} controls.
176 On the top of the unit from left to right are the headphone socket and the
177 \ButtonHold{} switch. The \ButtonHold{} switch puts the \dap{} into
178 hold mode when it is switched to the right of the unit.
179 The buttons will have no effect when this is the case.
180
181 Starting from the left hand side on the bottom of the unit, nearer to the back
182 than the front, is a recessed switch which controls whether the battery is on
183 or off. When this switch is to the left, the battery is disconnected.
184 This can be used for a hard reset of the unit, or if the \dap{} is being placed
185 in storage. Next to that is a custom connector, presumably for planned accessories
186 which were never released, and finally on the right hand side of the bottom of the
187 unit is a mini USB socket for connecting directly to USB.
188
189 Finally on the right hand side of the unit are some control buttons. Going from
190 the bottom of the unit to the top there are three small round buttons, the
191 \ButtonNext{} buttton, \ButtonPlay{} button, and \ButtonPrev{} button (from bottom
192 to top) then a rocker volume switch with of the \ButtonVolDown{} button below the
193 \ButtonVolUp{} button. Above that is one more small round button, the \ButtonPower{}
194 button, which is held down to turn the \dap{} on or off.}
195 %
172 \opt{mrobe100}{ 196 \opt{mrobe100}{
173 Hold the \dap{} with the black front facing you such that the m:robe writing 197 Hold the \dap{} with the black front facing you such that the m:robe writing
174 is readable. Below the writing is the touch sensitive pad with the 198 is readable. Below the writing is the touch sensitive pad with the
@@ -283,7 +307,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
283 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonSelect}% 307 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonSelect}%
284 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}% 308 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}%
285 {Long \ButtonOn}% 309 {Long \ButtonOn}%
286 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 310 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}
287 {\ButtonPower}% 311 {\ButtonPower}%
288 & Start Rockbox\\ 312 & Start Rockbox\\
289 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% 313 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}%
@@ -291,7 +315,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
291 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% 315 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}%
292 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}% 316 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}%
293 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}% 317 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}%
294 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}% 318 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}%
295 {Long \ButtonPower}% 319 {Long \ButtonPower}%
296 & Shutdown Rockbox\\ 320 & Shutdown Rockbox\\
297 \end{btnmap} 321 \end{btnmap}
@@ -308,7 +332,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
308 \opt{ondiosp,ondiofm}{\daps{} display} goes off.% 332 \opt{ondiosp,ondiofm}{\daps{} display} goes off.%
309} 333}
310 334
311\nopt{gigabeat,m5,x5,archos} 335\nopt{gigabeatf,m5,x5,archos}
312 { 336 {
313 \subsection{Starting the original firmware} 337 \subsection{Starting the original firmware}
314 \label{ref:Dualboot} 338 \label{ref:Dualboot}
@@ -366,6 +390,12 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
366 message on the screen. 390 message on the screen.
367 } 391 }
368 392
393 \opt{gigabeats}
394 {
395 Rockbox has a dual-boot feature. To boot into the original firmware,
396 turn the \ButtonHold{} switch on just after turning on the \dap{}.
397 }
398
369 } 399 }
370 400
371\subsection{The first contact} 401\subsection{The first contact}