Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [d690b96796]

Overview
Comment:distribution files
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d690b96796cda3b518975173b16585666f8c834b
User & Date: mario on 2012-01-09 03:47:21
Other Links: manifest | tags
Context
2012-01-09
21:13
transition from libglade to gtk.Builder, ui file might be still borked (gtk-builder-convert drops menu, glade-gtk2 3.8.0 is the last to work, but gives massive warnings) check-in: 0a107286ea user: mario tags: trunk
03:47
distribution files check-in: d690b96796 user: mario tags: trunk
03:45
gnome help files check-in: c2c3526ac3 user: mario tags: trunk
Changes

Added PKG-INFO version [cf54822d4c].





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
Metadata-Version: 1.0
Name: streamtuner2
Version: 2.0.9
Summary: Streamtuner2 is an internet radio browser
Home-page: http://sourceforge.net/projects/streamtuner2/
Author: Mario Salzer
Author-email: xmilky+st2@gmail....
License: Public Domain
Description: Streamtuner2 lists radio directory services like Shoutcast, Xiph, Live365, MyOggRadio, Jamendo. It allows listening via any audio player, and recording of streams via streamripper.
Platform: ALL

Added README version [ce094d1e8d].



































































































































































































































































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321

streamtuner2
============

ST2 is a internet radio browser. It queries online directories like
shoutcast and xiph.org for music stations.

It mimics the original streamtuner 1 to some extend. It's however
written in Python now instead of C.


installation howto
------------------

You can just execute the main binary "st2.py". All the other files
need to be copied into /usr/share/streamtuner2/ however. If it
doesn't work, make sure you have Python and gtk/pygtk installed:

  sudo apt-get install python python-gtk2 python-glade2 python-xdg


The *.glade file represents the GUI.  So if you have the glade-3
application installed, you can inspect and enhance the interface.
Give it a try, report back.


development state
-----------------

There was a lengthy development pause, actual maintenance time of
this application is probably 2-3 months now. However, it is mostly
feature-complete meanwhile. The internal application structures are
somewhat settled. Some modules are still pretty rough (json format,
http functions), and especially the action module for playing and
recording isn't very autonomic (though has some heuristic and uses
stream format hints).

The directory modules mostly work. If they don't, it's just a
matter of adapting the regular expressions. Shoutcast and Live365
lately changed the HTML output, so broke. Therefore PyQuery parsing
methods were implemented, which extract stream info from HTML soup
using CSS/jQuery selectors.
And it should be pretty easy to add new ones. There will also
somewhen be a feature to add simple station 'scripts'; in testing.


comparison to streamtuner1
--------------------------

Streamtuner1 has been written around 2002-2004. At this time it was
totally unfeasible to write any responsive application in a scripting
language. Therefore it was implemented in C, which made it speedy.

Using C however has some drawbacks. The codebase is more elaborate,
and it often takes more time to adapt things.

Personally I had some occasional crashes because of corrupt data
from some of the directory services. Because that was more difficult
to fix in C code, this rewrite started. It's purely for practical
purposes, not because there was anything wrong with streamtuner1.

streamtuner2 being implemented directly in Python (the C version had
a Python plugin), cuts down the code size considerably. It's much
easier to add new plugins. (Even though it doesn't look that way yet.)

For older machines or netbooks, the C streamtuner1 might overall
remain the better choice, btw. Running inside the Python VM makes this
variant more stable, but also way more memory hungry. (This has been
reduced with some de-optimizations already.)


advertisement
-------------

If you are looking for a lightweight alternative, Tunapie is still
in development, and it has a working Shoutcast+Xiph reader.
http://tunapie.sourceforge.net/

Streamtuner2 CLI can also be used as proxy server for streamtuner1.
There is a wrapper available. But there was nobody yet to be found who
wanted set it up globally. (Else streamtuner1 would just require a patch
in /etc/hosts to work again.)
It's available as st1proxy.tgz and cli-mode-only.tgz from
http://milki.include-once.org/streamtuner2/ext/
Contact me for setup help. Requires a webserver with unrestrained
vhost support.


license
-------

Public Domain.
(no rules: unrestricted copying, modification, distribution, etc.)


history
-------

2.0.9.
- sys.path patch (less py module conflicts) from Stefan Talpalaru
- fixed main_quit signal slot, so window size saving works
- added [new] button in streamedit window
- prepared remaining print syntax for python3 (still needs 2to3 though)
- fix for https://bugzilla.redhat.com/show_bug.cgi?id=655596 array error
- 


2.0.8
- configuration files use prettified json
- fixed double quotation for %pls players and /local/file handling
- (unused) channel .shutdown function introduced (late saving)
- external plugin: basic file browser, no ID3 editing yet
- allow interpolating of %genre and other fields, streamripper wrapper
- fixed pyQuery parsing for latest shoutcast change
  (strangely the regular expressions were still working)

2.0.7
- json cache files are now stored .gz compressed
- xiph channel .format() call fixed into .mime_fmt()
- simplified __init__ and attributes of main window object
- .play() is now a per-channel function
- global_key now accepts multiple keys, updates gtk view
- new musicgoal plugin with radios and podcasts
- silenced channel initialization errors
- double clicking tabs is functioning now (-> channel service homepage)
- shoutcast finally became a real channel plugin
- processing.py pseudo module removed

2.0.6
- mirrored Station>Extensions menu into stream context menu
- creation of .nobackup files in cache/ and icons/ directories
- global_key plugin allows radio switching via keyboard shortcut
- compound channel plugin is new, mixes different source channels
- new external plugin: podspider
- more documentation restructuring
- feature plugins` options are now listed in configuration dialog
- current_channel_gtk()
- added basic package dependencies for .deb archives,
  packaged-in lxml/ removed (lacked etree.so anyway)
- TV plugin for shoutcast video listings
- simpler overriding of stream column titles is now possible
- cleaner .src.tgz package, contrib/ files have been externalized
- minor fix for quicksearch function

2.0.5
- display logic now can extract homepage URLs from station titles
- automated google search for missing station homepages
- kept .m3u files are reused for playing (faster)
- registration code for (stations) extension submenu
- timer plugin for programming broadcast play/recordings, uses kronos
- heuristic update of bookmarks when reloading station lists
- general thread() wrapper function implemented, for worker pool
- simple mygtk wrapper for adding menu entries
- MyOggRadio plugin is now complete, can upload individual favourites
- links plugin, which lists other radio directories in bookmarks tab
- CLI mode implemented
- two PHP wrapper scripts to generate YP.Shoutcast for Streamtuner1
- GUI startup progress window added
- one GtkWarning message fixed
- the Shoutcast channel was plugin-ed out, but remains in the UI file
- multiple additions to and restructuring of the help files, manpage

2.0.4
- PyQuery parsing for InternetRadio.org.uk channel, and adapted PQ
  usage for shoutcast
- utility function http.fix_url extended, common string parsing
  functions strip_tags, mime_fmt are now in channels.GenericChannel
- http module reworked, visual feedback now for GET and AJAX methods,
  and CookieJar was enabled
- channel/tab order can now be configured (instead of tab dragging)
- fixed PyQuery wrapper module, packaged lxml modules in (evades
  extra support for Windows port, native modules will be used on Linux)
- more Gtk.Widget mini help popups in the dialog windows

2.0.3
- new channel plugin: MyOggRadio (an open source directory)
- also Internet-Radio.org.uk channel, but only regex parsing for now
- the quick search box is now in the toolbar, while an all-scanning
  search feature has been implemented in the former dialog
- Shoutcast.com broke regex parsing, the homepage links are gone
- Category updates are now performed in a thread too
- interna: GenericChannel.display() is now .prepare()
- live365 category parsing fixed
- Live365 and Xiph are no longer built-in tabs, can be fully disabled
- fixed disabling search, config, streamedit windows (gtk close event)
- and a few help files were added

2.0.2
- more checks for initializing channel plugins
- gtkrc theming support extended: apply and combobox in config dialog
- PyQuery as new alternative parsing mechanism, as option for shoutcast
- category tree gets loaded on first display of empty channels
- windows port tested, new external project: python+gtk installer bundle
- removal of .pyc bytecode files from generic .deb and .rpm packages
- distribution includes gtkrc theme "MountainDew"
- removed most debug print statements, introduced a config option for it

2.0.1
- new channel plugin: jamendo (just a simple browser for now)
- new channel plugin: basicch (all new, because old scraper nonfunc)
- new channel plugin: punkcast (just a very basic listing)
- fixed shoutcast channel parsing
- new elaborate http.ajax method using braindamaged urllib2
- extremely cool plugin configuration scheme implented w/ GUI controls
- plugins (except code or glade built-in) now deactivatable individually
- preliminary support for application themes
- support for per-channel .play() method
- reenabled audioformat= in play calls
- channeltab doubleclick doesn't work despite hours of fruitless trying
- add "format" to stream edit dialog
- new helper methods: mygtk.bg(), config.get()

2.0.0
- search function implemented, highlights results in current category list
- right click context menu added
- station data inspection/editor added
- auto_save_appstate implemented
- station delete implemented
- clean up of internal application interfaces: new self.channel() instead
  of self.c[self.cc] kludges all around (all traces rm), and new self.row(),
  and some auxiliary windows now have handling code in separate classes
- now real favicons for directory providers are displayed
- removed directory service homepage button (still in menu), donated icon
  to stations instead; double-click on channel tab still resultless
- load_favicon hook (for currently playing station) added
- added channel switching to menu, and submenu view merged into edit
- fixed initialisation of open channel tab (previously only default
  shoutcast was populated by .first_show method)
- made a new logo for 2.0.0 release
- fixed shoutcast category loading


1.9.9-2
- bookmark handling fixed
- pson/json decoding still flaky

1.9.9
- fixed record action
- shoutcast parser redone twice
- rebuilding of TreeView list more robust noew, always in gobject.idle()
- favicon downloading methods implemented, display enabled per default
- live365 is buggy, but usable
- bookmarks still broken

1.9.8
- save-as dialog implemented (export to .m3u, .pls or .xspf)
- download progress bar added
- last selected category and stream entry is remembered in all channel
  tabs now (though the implementation is spread between a separate but
  unused state.json and mygtk.app_state() which stores notext indexes)
- menu edit/copy implemented: saves current stream URL into clipboard
- fixed XDG_CONFIG_HOME use
- code parts have been extracted into separate modules
- the Google stations plugin has been ported from streamtuner1
- packaging of .deb and .rpm archives

1.9.7
- configuration window added
- threading support enabled (uses python 2.6 processing if avail)
- more generic window/state saving
- update_categories() added in menu
- "generic" class for channels has been separated from shoutcast
- new channel module "live365" (without login support)
- bookmarks module has comments now
- new defaults for audio/ogg and other media types
- pseudo-json is now a fallback if python 2.6 module isn't there
- preparations for saner url extraction in action. class
- better doc for mygtk.columns()
- (temp.) faster initial startup by not .load()ing default category

1.9.6
- added xiph.org example implementation, incomplete
- bookmark module basics done
- rowmap defined manually again, instead of in mygtk.

1.9.5
- basic menu added, toolbar style switching
- glade XML file is searched in binary dir
- static classes move to bottom
- forgotten/deleted streams feature added 
- display() filter

1.9.4
- category change
- app_state
- mygtk.column_view() and .column_data() have been merged into
  more general mygtk.columns() - more elaborate, only depends on
  datamap, instead of individual sublists, pixbuf support added
- shoutcast.rowtypes cellmap titles colsizes cellrendr colattrs gone

1.9.3
- thread for http GET (doesn't work)
- app_restore added
- action.record, browse, homepage stream / channel, .reload streams
- .status() shortuct
- dict2list removed (now in .columns_view)
- treeviewcolumns sizes
- simplified form of datamap, less dicts, more lists, reshuffled
- http. wrapper class
- action. with actual os.system() call

1.9.2
- action.play(), .m3u
- pseudojson instead of pickle in Config class
- more doc on top
- icons in column_view() for category trees
- fix for [format] regex in shoutcast
- mime defaults for action. module in conf
. .pls and .m3u methods in action.

1.9.1
- first real shoutcast server scans
- ??
- ..
- cache stream lists + category names

1.9.0
- first GUI implementation with standard glade
- at least shoutcast category names were read

 

Added _pack version [1cddd82d48].







































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#"bsd" "osx" 
# "rpm -a noarch"


#-- meta data
VERSION=$(./version st2.py)
perl -n -i -e "if (/^[%]version/m) { print \"%version $VERSION\n\" } else { print }" _package.epm
perl -n -i -e 'if (/^(\s+a.set_version)[\d.(\")]+/m) { print "$1(\"'$VERSION'\")\n" } else { print }' st2.py


#-- linux
for pkg in "rpm" "deb DEP=deb" "slackware" "portable -s streamtuner2.png"
do
  echo \#\#\#$pkg\#\#\#
  sudo=""
  if [ "$pkg" == "deb" ]; then sudo=fakeroot ; fi
  $sudo epm -v -n -a all -f $pkg streamtuner2 _package.epm
done


#-- win32
for pkg in "win32"
do
  epm-win32sfx -v streamtuner2 _package.epm
done


#-- src.tgz
cd ..
pax -wzf streamtuner2-$VERSION.src.tgz \
	streamtuner2/*.py streamtuner2/*.glade streamtuner2/channels/*.{py,png} \
	streamtuner2/*.png streamtuner2/*.svg streamtuner2/*.desktop \
	streamtuner2/README streamtuner2/help/* streamtuner2/contrib/* \
	streamtuner2/PKG-INFO streamtuner2/version streamtuner2/_pack streamtuner2/*.epm
# streamtuner2/scripts

Added _package.epm version [c15ce31f95].





























































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
%product streamtuner2 - internet radio browser
%version 2.0.8
%vendor Mario Salzer
%license
%copyright Placed into the Public Domain, 2009/2010
%readme README

%description
%description Browser for Internet Radio Stations
%description   
%description   streamtuner2 is a browser for radio station directories.
%description   It can fetch lists from SHOUTcast, Xiph.org, Live365,
%description   Jamendo, DMOZ, basic.ch, Punkcast. And it lists stream
%description   entries by category or genre. It reuses existing audio
%description   players, and recording is delegated to streamripper.
%description   
%description   It mimics the original streamtuner 0.99.99, but is easier
%description   to extend because it's written entirely in Python. It's
%description   already in a stable and useable form.
%description   
%description   There is no license to accept. Streamtuner2 is open source
%description   and released into the Public Domain.


%system all
#-- base
f 644 root root /usr/share/doc/streamtuner2/README		./README
d 755 root root /usr/share/doc/streamtuner2/contrib		-
f 644 root root /usr/share/doc/streamtuner2/contrib/streamripper_addgenre		./contrib/streamripper_addgenre
f 755 root root /usr/bin/streamtuner2				./st2.py
f 644 root root /usr/share/applications/streamtuner2.desktop	./streamtuner2.desktop
d 755 root root /usr/share/streamtuner2				-
f 644 root root /usr/share/streamtuner2/streamtuner2.png	./streamtuner2.png
f 644 root root /usr/share/pixmaps/streamtuner2.png		./logo.png
f 644 root root /usr/share/streamtuner2/st2.glade		./st2.glade
f 644 root root /usr/share/streamtuner2/pson.py			./pson.py
#f 644 root root /usr/share/streamtuner2/processing.py		./processing.py
f 644 root root /usr/share/streamtuner2/action.py		./action.py
f 644 root root /usr/share/streamtuner2/config.py		./config.py
f 644 root root /usr/share/streamtuner2/http.py			./http.py
f 644 root root /usr/share/streamtuner2/cli.py			./cli.py
f 644 root root /usr/share/streamtuner2/mygtk.py		./mygtk.py
f 644 root root /usr/share/streamtuner2/favicon.py		./favicon.py
f 644 root root /usr/share/streamtuner2/kronos.py		./kronos.py
f 644 root root /usr/share/streamtuner2/pq.py			./pq.py
#-- channels
d 755 root root /usr/share/streamtuner2/channels		-
f 644 root root /usr/share/streamtuner2/channels/__init__.py	./channels/__init__.py
f 644 root root /usr/share/streamtuner2/channels/_generic.py	./channels/_generic.py
f 644 root root /usr/share/streamtuner2/channels/shoutcast.py 	./channels/shoutcast.py
f 644 root root /usr/share/streamtuner2/channels/shoutcast.png 	./channels/shoutcast.png
f 644 root root /usr/share/streamtuner2/channels/xiph.py	./channels/xiph.py
f 644 root root /usr/share/streamtuner2/channels/xiph.png 	./channels/xiph.png
f 644 root root /usr/share/streamtuner2/channels/live365.py	./channels/live365.py
f 644 root root /usr/share/streamtuner2/channels/live365.png 	./channels/live365.png
f 644 root root /usr/share/streamtuner2/channels/google.py	./channels/google.py
f 644 root root /usr/share/streamtuner2/channels/google.png	./channels/google.png
f 644 root root /usr/share/streamtuner2/channels/punkcast.py	./channels/punkcast.py
f 644 root root /usr/share/streamtuner2/channels/punkcast.png	./channels/punkcast.png
f 644 root root /usr/share/streamtuner2/channels/basicch.py 	./channels/basicch.py
f 644 root root /usr/share/streamtuner2/channels/basicch.png 	./channels/basicch.png
f 644 root root /usr/share/streamtuner2/channels/jamendo.py 	./channels/jamendo.py
f 644 root root /usr/share/streamtuner2/channels/jamendo.png 	./channels/jamendo.png
f 644 root root /usr/share/streamtuner2/channels/myoggradio.py 	./channels/myoggradio.py
f 644 root root /usr/share/streamtuner2/channels/myoggradio.png	./channels/myoggradio.png
f 644 root root /usr/share/streamtuner2/channels/internet_radio_org_uk.py ./channels/internet_radio_org_uk.py
f 644 root root /usr/share/streamtuner2/channels/internet_radio_org_uk.png ./channels/internet_radio_org_uk.png
f 644 root root /usr/share/streamtuner2/channels/timer.py 	./channels/timer.py
f 644 root root /usr/share/streamtuner2/channels/links.py 	./channels/links.py
f 644 root root /usr/share/streamtuner2/channels/global_key.py 	./channels/global_key.py
f 644 root root /usr/share/streamtuner2/channels/tv.py 		./channels/tv.py
f 644 root root /usr/share/streamtuner2/channels/tv.png 	./channels/tv.png
f 644 root root /usr/share/streamtuner2/channels/musicgoal.py 	./channels/musicgoal.py
f 644 root root /usr/share/streamtuner2/channels/musicgoal.png	./channels/musicgoal.png
#-- scripts
#d 755 root root /usr/share/streamtuner2/scripts		-
#f 644 root root /usr/share/streamtuner2/scripts/radiotop40_de.py  ./scripts/radiotop40_de.py
#-- themes
f 644 root root /usr/share/streamtuner2/themes/MountainDew/gtk-2.0/gtkrc ./themes/MountainDew/gtk-2.0/gtkrc
#-- help files
f 644 root root /usr/share/man/man1/streamtuner2.1		 	 ./help/streamtuner2.1
d 755 root root /usr/share/doc/streamtuner2/help 			-
f 644 root root /usr/share/doc/streamtuner2/help/action_homepage.page 	 ./help/action_homepage.page
f 644 root root /usr/share/doc/streamtuner2/help/action_playing.page 	 ./help/action_playing.page
f 644 root root /usr/share/doc/streamtuner2/help/action_recording.page 	 ./help/action_recording.page
f 644 root root /usr/share/doc/streamtuner2/help/action_saving.page 	 ./help/action_saving.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_bookmarks.page 	 ./help/channel_bookmarks.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_internetradioorguk.page 	 ./help/channel_internetradioorguk.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_jamendo.page 	 ./help/channel_jamendo.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_myoggradio.page 	 ./help/channel_myoggradio.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_shoutcast.page 	 ./help/channel_shoutcast.page
f 644 root root /usr/share/doc/streamtuner2/help/channel_xiph.page 	 ./help/channel_xiph.page
f 644 root root /usr/share/doc/streamtuner2/help/channels.page 	 ./help/channels.page
f 644 root root /usr/share/doc/streamtuner2/help/cli.page 	 ./help/cli.page
f 644 root root /usr/share/doc/streamtuner2/help/config_apps.page 	 ./help/config_apps.page
f 644 root root /usr/share/doc/streamtuner2/help/configuration.page 	 ./help/configuration.page
f 644 root root /usr/share/doc/streamtuner2/help/extending.page 	 ./help/extending.page
f 644 root root /usr/share/doc/streamtuner2/help/global_key.page 	 ./help/global_key.page
f 644 root root /usr/share/doc/streamtuner2/help/glossary.page 	 ./help/glossary.page
f 644 root root /usr/share/doc/streamtuner2/help/glossary_json.page 	 ./help/glossary_json.page
f 644 root root /usr/share/doc/streamtuner2/help/glossary_m3u.page 	 ./help/glossary_m3u.page
f 644 root root /usr/share/doc/streamtuner2/help/glossary_pls.page 	 ./help/glossary_pls.page
f 644 root root /usr/share/doc/streamtuner2/help/guiseq 	 ./help/guiseq
f 644 root root /usr/share/doc/streamtuner2/help/index.page 	 ./help/index.page
f 644 root root /usr/share/doc/streamtuner2/help/introduction.page 	 ./help/introduction.page
f 644 root root /usr/share/doc/streamtuner2/help/reloading.page 	 ./help/reloading.page
f 644 root root /usr/share/doc/streamtuner2/help/search.page 	 ./help/search.page
f 644 root root /usr/share/doc/streamtuner2/help/streams.page 	 ./help/streams.page
f 644 root root /usr/share/doc/streamtuner2/help/technical.page 	 ./help/technical.page
f 644 root root /usr/share/doc/streamtuner2/help/timer.page 	 ./help/timer.page
d 755 root root /usr/share/doc/streamtuner2/help/img 			-
f 644 root root /usr/share/doc/streamtuner2/help/img/categories.png 	 ./help/img/categories.png
f 644 root root /usr/share/doc/streamtuner2/help/img/channels.png 	 ./help/img/channels.png
f 644 root root /usr/share/doc/streamtuner2/help/img/logo.png 	 ./help/img/logo.png
f 644 root root /usr/share/doc/streamtuner2/help/img/mainwindow2.svg 	 ./help/img/mainwindow2.svg
f 644 root root /usr/share/doc/streamtuner2/help/img/streams.png 	 ./help/img/streams.png
#--pyquery
d 755 root root /usr/share/streamtuner2/pyquery			-
f 644 root root /usr/share/streamtuner2/pyquery/LICENSE.txt 	 ./pyquery/LICENSE.txt
f 644 root root /usr/share/streamtuner2/pyquery/README.txt 	 ./pyquery/README.txt
f 644 root root /usr/share/streamtuner2/pyquery/__init__.py 	 ./pyquery/__init__.py
f 644 root root /usr/share/streamtuner2/pyquery/__init__.pyc 	 ./pyquery/__init__.pyc
f 644 root root /usr/share/streamtuner2/pyquery/ajax.py 	 ./pyquery/ajax.py
f 644 root root /usr/share/streamtuner2/pyquery/cssselectpatch.py 	 ./pyquery/cssselectpatch.py
f 644 root root /usr/share/streamtuner2/pyquery/cssselectpatch.pyc 	 ./pyquery/cssselectpatch.pyc
f 644 root root /usr/share/streamtuner2/pyquery/pyquery.py 	 ./pyquery/pyquery.py
f 644 root root /usr/share/streamtuner2/pyquery/pyquery.pyc 	 ./pyquery/pyquery.pyc
f 644 root root /usr/share/streamtuner2/pyquery/rules.py 	 ./pyquery/rules.py
f 644 root root /usr/share/streamtuner2/pyquery/test.html 	 ./pyquery/test.html
f 644 root root /usr/share/streamtuner2/pyquery/test.py 	 ./pyquery/test.py
f 644 root root /usr/share/streamtuner2/pyquery/tests.txt 	 ./pyquery/tests.txt
#-- lxml
#d 755 root root /usr/share/streamtuner2/lxml			-
#d 755 root root /usr/share/streamtuner2/lxml/html		-
#f 644 root root /usr/share/streamtuner2/lxml/ElementInclude.py 	 /usr/share/pyshared/lxml/ElementInclude.py
#f 644 root root /usr/share/streamtuner2/lxml/__init__.py 	 /usr/share/pyshared/lxml/__init__.py
#f 644 root root /usr/share/streamtuner2/lxml/_elementpath.py 	 /usr/share/pyshared/lxml/_elementpath.py
#f 644 root root /usr/share/streamtuner2/lxml/builder.py 	 /usr/share/pyshared/lxml/builder.py
#f 644 root root /usr/share/streamtuner2/lxml/cssselect.py 	 /usr/share/pyshared/lxml/cssselect.py
#f 644 root root /usr/share/streamtuner2/lxml/doctestcompare.py 	 /usr/share/pyshared/lxml/doctestcompare.py
#f 644 root root /usr/share/streamtuner2/lxml/pyclasslookup.py 	 /usr/share/pyshared/lxml/pyclasslookup.py
#f 644 root root /usr/share/streamtuner2/lxml/sax.py 	 /usr/share/pyshared/lxml/sax.py
#f 644 root root /usr/share/streamtuner2/lxml/usedoctest.py 	 /usr/share/pyshared/lxml/usedoctest.py
#f 644 root root /usr/share/streamtuner2/lxml/html/ElementSoup.py 	 /usr/share/pyshared/lxml/html/ElementSoup.py
#f 644 root root /usr/share/streamtuner2/lxml/html/__init__.py 	 /usr/share/pyshared/lxml/html/__init__.py
#f 644 root root /usr/share/streamtuner2/lxml/html/_dictmixin.py 	 /usr/share/pyshared/lxml/html/_dictmixin.py
#f 644 root root /usr/share/streamtuner2/lxml/html/_diffcommand.py 	 /usr/share/pyshared/lxml/html/_diffcommand.py
#f 644 root root /usr/share/streamtuner2/lxml/html/_html5builder.py 	 /usr/share/pyshared/lxml/html/_html5builder.py
#f 644 root root /usr/share/streamtuner2/lxml/html/_setmixin.py 	 /usr/share/pyshared/lxml/html/_setmixin.py
#f 644 root root /usr/share/streamtuner2/lxml/html/builder.py 	 /usr/share/pyshared/lxml/html/builder.py
#f 644 root root /usr/share/streamtuner2/lxml/html/clean.py 	 /usr/share/pyshared/lxml/html/clean.py
#f 644 root root /usr/share/streamtuner2/lxml/html/defs.py 	 /usr/share/pyshared/lxml/html/defs.py
#f 644 root root /usr/share/streamtuner2/lxml/html/diff.py 	 /usr/share/pyshared/lxml/html/diff.py
#f 644 root root /usr/share/streamtuner2/lxml/html/formfill.py 	 /usr/share/pyshared/lxml/html/formfill.py
#f 644 root root /usr/share/streamtuner2/lxml/html/html5parser.py 	 /usr/share/pyshared/lxml/html/html5parser.py
#f 644 root root /usr/share/streamtuner2/lxml/html/soupparser.py 	 /usr/share/pyshared/lxml/html/soupparser.py
#f 644 root root /usr/share/streamtuner2/lxml/html/usedoctest.py 	 /usr/share/pyshared/lxml/html/usedoctest.py


#-- windows
%system win32
%description  Windows version gets no love, nor support.
%description  It requires manual installation of Python 2.6 and Gtk+ and Pygtk.org libraries first.
f 644 root root /usr/share/applications/streamtuner2.lnk	./streamtuner2.lnk
%shortcut $desktop$\streamtuner2.lnk|/usr/share/applications/streamtuner2.lnk
%homepage http://streamtuner2.sourceforge.net/




#-- distribution specific dependency rules
%system all
%requires python

%format deb
%requires python-lxml
%requires python-imaging
%requires python-pyquery
%requires python-keybinder
%requires python-gtk2
%requires python-glade2
# %requires python-httplib2
# %requires python-json
# %requires python-xdg
# %requires python-xdgapp

%format rpm
%requires pygtk
# %requires pyxdg
# RPM package names are weirder, and there's no comprehensive list of them (Suse and Fedora depart anyway)

Added logo.png version [757c7b5fe2].

cannot compute difference between binary files

Added logo.svg version [b84abf461d].



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="1052.3622"
   height="744.09448"
   id="svg2"
   version="1.1"
   inkscape:version="0.47 r22583"
   sodipodi:docname="logo.svg">
  <defs
     id="defs4">
    <linearGradient
       id="linearGradient3660">
      <stop
         style="stop-color:#1e1e1e;stop-opacity:1;"
         offset="0"
         id="stop3662" />
      <stop
         style="stop-color:#3a1a21;stop-opacity:0.87551868;"
         offset="1"
         id="stop3664" />
    </linearGradient>
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective10" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3660"
       id="linearGradient3666"
       x1="296.41022"
       y1="254.74525"
       x2="509.9274"
       y2="254.74525"
       gradientUnits="userSpaceOnUse" />
    <inkscape:perspective
       id="perspective3676"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3660-1"
       id="linearGradient3666-5"
       x1="296.41022"
       y1="254.74525"
       x2="509.9274"
       y2="254.74525"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient3660-1">
      <stop
         style="stop-color:#1e1e1e;stop-opacity:1;"
         offset="0"
         id="stop3662-3" />
      <stop
         style="stop-color:#3a1a21;stop-opacity:0.87551868;"
         offset="1"
         id="stop3664-7" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3660-1"
       id="linearGradient3684"
       x1="296.41022"
       y1="254.74525"
       x2="509.9274"
       y2="254.74525"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient3686">
      <stop
         style="stop-color:#1e1e1e;stop-opacity:1;"
         offset="0"
         id="stop3688" />
      <stop
         style="stop-color:#3a1a21;stop-opacity:0.87551868;"
         offset="1"
         id="stop3690" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3660-1"
       id="linearGradient3692"
       x1="296.41022"
       y1="254.74525"
       x2="509.9274"
       y2="254.74525"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient3694">
      <stop
         style="stop-color:#1e1e1e;stop-opacity:1;"
         offset="0"
         id="stop3696" />
      <stop
         style="stop-color:#3a1a21;stop-opacity:0.87551868;"
         offset="1"
         id="stop3698" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3660-1"
       id="linearGradient3700"
       x1="296.41022"
       y1="254.74525"
       x2="509.9274"
       y2="254.74525"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient3702">
      <stop
         style="stop-color:#1e1e1e;stop-opacity:1;"
         offset="0"
         id="stop3704" />
      <stop
         style="stop-color:#3a1a21;stop-opacity:0.87551868;"
         offset="1"
         id="stop3706" />
    </linearGradient>
    <linearGradient
       y2="254.74525"
       x2="509.9274"
       y1="254.74525"
       x1="296.41022"
       gradientUnits="userSpaceOnUse"
       id="linearGradient3714"
       xlink:href="#linearGradient3660-1"
       inkscape:collect="always" />
    <inkscape:perspective
       id="perspective3790"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.70710678"
     inkscape:cx="496.57175"
     inkscape:cy="414.1878"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1583"
     inkscape:window-height="1083"
     inkscape:window-x="0"
     inkscape:window-y="24"
     inkscape:window-maximized="0" />
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Ebene 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(0,-308.2677)">
    <path
       style="fill:#000000;fill-opacity:1;stroke:#000003;stroke-width:2.34887457;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3696"
       d="m 125.15868,582.13248 c 0.095,-1.57969 0.064,-3.16279 0.0789,-4.74424 -0.02,-1.57485 0.008,-3.1516 -0.0577,-4.7254 -0.1325,-1.46588 -0.25025,-2.9302 -0.30481,-4.40095 -0.0308,-1.5011 -0.20612,-2.99514 -0.32647,-4.49118 -0.0772,-1.29857 -0.10481,-2.59985 -0.13216,-3.90025 -0.003,-1.07629 -0.0303,-2.15335 0.0325,-3.22829 0.22059,-1.32003 0.22807,-2.64066 0.16933,-3.97208 -0.10469,-1.18205 -0.15705,-2.354 -0.0381,-3.53524 0.12969,-1.09075 0.17774,-2.18612 0.31306,-3.2763 0.18012,-1.27504 0.23472,-2.56049 0.28726,-3.84488 0.0316,-1.31299 0.14676,-2.62921 0.32706,-3.93115 0.17887,-1.07196 0.30657,-2.14917 0.58791,-3.20185 0.26491,-0.82866 0.45273,-1.66991 0.84296,-2.45409 1.45534,-2.11318 4.36986,-4.54457 6.99537,-3.73802 0.38462,0.11814 0.56613,0.24436 0.91394,0.4387 0.88442,0.57946 1.25849,1.37377 1.24025,2.38188 -0.23368,0.94603 -0.71249,2.01014 -1.6194,2.5378 -2.00171,1.16462 -4.03792,2.27281 -6.05687,3.40922 -0.90656,0.25473 -1.85121,0.86977 -2.83129,0.81223 -0.20539,-0.012 -0.40292,-0.0811 -0.60438,-0.12161 -1.2554,-0.42415 -1.58445,-1.13414 -1.45837,-2.3601 0.11215,-0.92881 0.55769,-1.75491 0.99681,-2.5715 0.35348,-0.83399 0.80533,-1.60279 1.38394,-2.30829 2.12974,-1.99719 4.79739,-3.84893 7.77211,-4.24796 0.9752,-0.136 1.76403,0.35206 2.39635,1.01876 0.62647,0.74423 0.8824,1.64284 1.02178,2.57318 0.11174,0.83172 -0.0332,1.66599 -0.30672,2.45444 -0.43355,0.98183 -1.20599,1.75984 -1.97121,2.5084 -2.93498,2.58853 -5.28604,3.85735 -8.75648,4.06039 -1.6693,0.10807 -2.25888,0.0849 -3.43576,-1.15412 -0.8216,-0.97191 -1.08399,-2.02749 -0.86294,-3.24308 0.20139,-0.88129 0.7113,-1.64364 1.12405,-2.44058 0.3717,-0.82983 0.85749,-1.58682 1.45039,-2.28366 2.08936,-1.79371 4.61782,-4.02155 7.47525,-3.8092 0,0 -5.22064,3.71244 -5.22064,3.71244 l 0,0 c -0.25307,0.0522 -0.96697,0.34051 -0.74455,0.21255 8.9928,-5.17316 6.42667,-3.59484 4.45966,-2.52789 -0.6623,0.58925 -1.17612,1.31233 -1.51574,2.12051 -0.41879,0.75979 -0.87518,1.50958 -1.19583,2.31107 -0.3698,1.06585 -0.22677,1.81562 0.50821,2.71066 0.14163,0.13157 0.26579,0.28337 0.42487,0.39471 0.77689,0.54375 1.81507,0.32968 2.69947,0.29665 0.59846,-0.0687 1.18351,-0.13285 1.75001,-0.34693 0.15859,-0.0599 0.60679,-0.29802 0.46075,-0.21332 -5.9005,3.42217 -6.56954,3.87617 -4.5755,2.56456 0.77831,-0.65387 1.49101,-1.39844 2.04123,-2.24529 0.34194,-0.66436 0.50011,-1.4242 0.45275,-2.16588 -0.0852,-0.80044 -0.24202,-1.59124 -0.8021,-2.22072 -0.60025,-0.52985 -1.24842,-0.7078 -2.04771,-0.4949 -2.15016,0.58736 -4.59095,2.48701 4.46389,-2.67394 0.12232,-0.0697 -0.26131,0.10888 -0.38479,0.17666 -0.34554,0.18962 -0.41558,0.27672 -0.71355,0.53157 -0.65695,0.59675 -1.1458,1.33009 -1.45173,2.15221 -0.40127,0.77717 -0.92617,1.51898 -1.08609,2.38791 -0.19617,0.91459 -0.18162,1.30285 0.90069,1.50578 1.12505,-0.0297 2.18216,-0.49908 3.17577,-0.98153 -1.63811,0.92717 -3.27624,1.85432 -4.91434,2.78148 0.3342,-0.19263 0.73877,-0.39423 1.00973,-0.67567 0.36053,-0.37447 0.56814,-0.89396 0.79338,-1.34668 0.1328,-0.77724 -0.11433,-1.34539 -0.84917,-1.74303 -0.2902,-0.11636 -0.45648,-0.21709 -0.77606,-0.21908 -0.12018,-5.2e-4 -0.45812,0.11713 -0.35589,0.056 1.71055,-1.02273 3.48348,-1.94502 5.20278,-2.95392 0.11627,-0.0682 -0.27191,0.056 -0.3861,0.12743 -0.11483,0.0719 -0.18699,0.19314 -0.2805,0.28971 -0.47405,0.72801 -0.66085,1.52115 -0.91149,2.33927 -0.36396,1.01729 -0.46939,2.08067 -0.65826,3.13663 -0.22349,1.27601 -0.33514,2.57846 -0.3796,3.87061 -0.0177,1.29923 -0.0925,2.59913 -0.25039,3.88977 -0.12828,1.08438 -0.17847,2.16765 -0.27219,3.25477 -0.15814,1.16131 -0.20758,2.31101 -0.0832,3.48152 0.0749,1.34351 0.16772,2.68403 -0.078,4.01867 -0.12227,1.05392 -0.0263,2.11818 -0.0573,3.17723 -0.008,1.29592 -0.004,2.59226 0.0765,3.88641 0.0872,1.50639 0.27847,3.00518 0.32777,4.51261 0.0519,1.46648 0.15028,2.93057 0.29054,4.39173 0.1253,1.58972 0.0112,3.18406 0.0351,4.77715 0.0148,1.55549 -0.0174,3.11279 0.0789,4.66642 0,0 -5.80795,2.86311 -5.80795,2.86311 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <g
       id="g2901"
       transform="matrix(0.54272883,0,0,0.52508714,28.045484,340.06499)"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335">
      <g
         id="g2896">
        <path
           style="fill:#ff7f2a"
           id="path2888"
           d="m 202.33359,452.4659 c -0.3154,2.45371 -0.12233,4.93226 -0.11632,7.39711 -0.0271,2.04828 -0.40529,4.05265 -0.79928,6.05369 -0.26997,1.61535 -0.57978,3.24789 -0.99222,4.83316 -0.44573,1.2274 -0.70169,2.49273 -0.83391,3.78795 0.0713,1.50846 -0.22201,2.96068 -0.48814,4.43563 -0.0441,1.46935 -0.39746,2.87821 -0.69412,4.3114 -0.0922,1.68409 -0.45344,3.29481 -0.95658,4.90264 -0.38703,1.7044 -0.84389,3.42126 -1.5932,5.00586 -0.68182,1.60033 -1.46794,3.1698 -1.9689,4.84535 -0.58843,1.59171 -1.0312,3.21496 -1.68689,4.78254 -0.37953,1.91483 -0.94499,3.77055 -1.45315,5.64993 -0.49928,1.83321 -0.39969,3.74276 -0.81283,5.58624 -0.46241,1.44116 -0.86571,2.89127 -1.10117,4.38714 -0.16049,2.16297 -0.37774,4.32142 -0.56267,6.48291 -0.21896,1.89375 -0.19874,3.80017 -0.34332,5.69698 -0.25765,1.70068 -0.44448,3.40303 -0.52839,5.12169 -0.0234,1.65411 -0.11844,3.30627 -0.13803,4.9602 -0.12476,2.08915 -0.0324,4.18325 0.0218,6.2733 0.0351,1.59049 -0.0522,3.15103 0.18166,4.72688 0.36598,1.70325 0.46637,3.38459 0.26894,5.11066 -0.19835,1.35159 -0.29435,2.71303 -0.34721,4.07702 0.13142,1.50571 -0.29869,2.96975 -0.52132,4.44603 -0.19428,1.38761 -0.18799,2.79069 -0.25716,4.18715 -0.0545,1.89706 -0.0884,3.79397 -0.0632,5.69181 0.0338,1.63201 0.0633,3.26405 0.0785,4.89635 -0.0567,1.63462 -0.0256,3.27071 -0.0108,4.90582 0.0149,1.62122 -0.0808,3.20118 0.1174,4.81206 0.17166,1.89656 0.47363,3.78775 0.47648,5.69505 0.0834,1.87759 0.67641,3.67056 1.06778,5.49624 0.20531,1.59961 0.41207,3.12475 0.88661,4.66866 0.33659,1.89874 0.93925,3.71252 1.57264,5.52887 0.50494,1.72658 1.58496,3.13196 2.73714,4.47399 1.01221,1.37563 2.66855,1.63515 4.12457,2.34772 1.81817,0.71082 3.52954,1.59009 5.40412,2.17108 2.01505,0.90027 4.00045,1.86824 6.15801,2.37439 1.68451,0.27405 3.40558,0.17975 5.10477,0.12501 1.49035,-0.0581 2.98158,-0.0821 4.47291,-0.0937 1.59306,0.018 3.18605,0.0226 4.77938,0.0143 1.52065,-0.002 3.04149,-0.0321 4.56186,0.003 1.61736,0.0156 3.23483,-10e-4 4.85219,-0.01 1.08191,0.0978 2.21596,-0.12221 3.29218,0.0368 0.6931,0.10241 1.36247,0.32964 2.05043,0.46228 2.2419,0.054 4.26545,1.01832 6.42556,1.49643 2.08604,0.3078 4.20471,0.28077 6.30824,0.26987 2.06392,-0.19972 4.03663,0.41104 6.08417,0.5861 0.29183,0.0134 0.58741,-0.008 0.87549,0.0404 1.03121,0.27793 1.04912,0.31167 2.08814,0.48019 0.98196,0.15928 1.96543,0.20808 2.95736,0.25473 2.12109,0.0623 4.24359,0.0531 6.36507,0.0183 1.79954,-0.0512 3.59925,-0.0576 5.39917,-0.0306 2.05455,0.0243 4.10802,0.0336 6.16261,0.005 1.77684,-0.0338 3.5537,-0.0154 5.33079,-0.0295 1.52858,0.5622 3.12667,0.7202 4.74039,0.74718 1.38978,-0.005 2.77934,-0.0332 4.16905,-0.047 2.1336,0.64415 4.30267,1.16014 6.52362,1.41324 2.05586,0.14361 4.12009,0.11857 6.18012,0.14509 2.84164,0.0704 5.65013,0.5581 8.44628,1.03103 2.54878,0.35995 5.12919,0.39476 7.69886,0.4027 1.92842,-0.39285 3.48543,1.13158 5.34467,1.20615 0.16906,0.007 1.6178,-0.23334 1.80648,-0.26355 1.83113,-0.27577 3.68198,-0.29102 5.52862,-0.33494 1.01605,-0.66617 2.23907,-0.41943 3.3419,-0.68089 0.54608,-0.12947 1.0488,-0.40466 1.58935,-0.55551 2.03754,-0.91616 -0.59294,0.1953 1.78709,-0.55272 0.32012,-0.10062 0.60732,-0.2874 0.92141,-0.40552 0.95362,-0.35862 1.93293,-0.52986 2.93466,-0.68074 0.30805,-0.0267 0.62368,-0.007 0.92414,-0.08 1.17472,-0.28539 0.3062,-0.29463 1.33455,-0.81165 0.83376,-0.41918 1.9919,-0.3637 2.89423,-0.4555 2.01121,-0.077 4.02244,-0.1238 6.03512,-0.12412 0.68007,-0.47506 1.46284,-0.41466 2.2214,-0.57941 0.28113,-0.0611 0.53942,-0.20225 0.81651,-0.27957 0.65747,-0.18347 1.24451,-0.26114 1.91673,-0.37191 1.05304,0.0911 1.5942,-0.47411 2.40896,-0.95889 0.24225,-0.14414 0.52669,-0.20754 0.76948,-0.35078 0.50237,-0.29637 0.85729,-0.67957 1.27543,-1.07669 -14.02848,8.17065 -28.06558,16.3265 -42.08544,24.51195 -0.22348,0.13048 0.46305,-0.23126 0.6949,-0.34623 1.05397,-0.52265 1.41961,-0.82487 2.09756,-1.8091 0.5784,-1.37959 1.25841,-2.6969 1.62727,-4.15282 0.0864,-1.44231 0.55015,-2.81905 0.78385,-4.2398 0.17772,-1.4244 0.23083,-2.86376 0.26357,-4.29796 0.0113,-1.57504 -0.0142,-3.15005 -0.0271,-4.72501 -0.0112,-1.44448 -0.0134,-2.88901 -0.0148,-4.33353 -10e-4,-1.5404 0.001,-3.0808 -0.005,-4.6212 0.21841,-1.70057 0.33388,-3.41294 0.74163,-5.08065 0.41156,-1.13214 0.39237,-2.34202 0.68039,-3.50073 0.16832,-0.67715 0.41278,-1.33318 0.60438,-2.00412 0.50788,-2.08561 0.93318,-4.18731 1.47561,-6.26482 0.52637,-2.18758 1.33339,-4.27407 1.82632,-6.47188 0.51395,-1.81619 0.8367,-3.6558 1.05611,-5.52665 0.15399,-1.98963 0.16336,-3.98709 0.13898,-5.98142 0.10423,-1.80028 0.41193,-3.57335 0.5329,-5.37321 0.0136,-1.61943 0.0737,-3.19783 0.36644,-4.79258 0.23429,-1.22317 0.44252,-2.39126 0.28088,-3.62497 -0.21691,-1.70787 -0.37512,-3.42125 -0.47213,-5.1399 -0.0742,-1.49027 -0.0823,-2.98266 -0.0875,-4.47444 0.13645,-1.45116 -0.24479,-2.91445 -0.60283,-4.31131 -0.39918,-1.49152 -0.54941,-3.02331 -0.88482,-4.52692 -0.29671,-1.88619 -0.50091,-3.80298 -0.50997,-5.71429 -0.21196,-1.74899 -0.51287,-3.48366 -0.68924,-5.2374 0.004,-1.43118 -0.32008,-2.81984 -0.54581,-4.22712 -0.23051,-1.49511 -0.57464,-2.96713 -0.74095,-4.47713 -0.31546,-1.58872 -0.72563,-3.16303 -0.80206,-4.78634 -0.34808,-1.66295 -0.4948,-3.35881 -0.78625,-5.02805 -0.36706,-1.6895 -0.61507,-3.39753 -0.75783,-5.11956 -0.1814,-1.25892 0.30038,-2.02993 -0.50507,-3.0299 -0.38971,-0.20714 -0.67224,-0.57526 -1.05686,-0.78765 -0.45175,-0.24946 -0.99049,-0.22903 -1.46983,-0.36534 -1.57249,-0.44715 -3.11203,-1.00323 -4.67412,-1.48544 -8.04385,-2.26854 -16.41288,-3.29168 -24.74565,-3.70209 -4.37043,-0.14871 -8.74674,-0.10026 -13.11822,-0.012 -3.63184,0.0898 -7.26494,0.10169 -10.8973,0.0435 -2.72187,-0.15318 -5.45677,0.10312 -8.17693,0.0253 -0.0711,-0.002 -3.37079,-0.27812 -3.53745,-0.29202 -4.5802,-0.36253 -9.16847,-0.58984 -13.76082,-0.71525 -5.373,0.0639 -10.7417,-0.0586 -16.11034,-0.27718 -3.56602,-0.1696 -7.13541,-0.0942 -10.70356,-0.0808 -2.76886,0.13803 -5.56466,-0.14907 -8.31311,0.23286 -2.86042,0.21382 -5.71996,0.44913 -8.58461,0.60044 -0.38771,-0.0735 -0.79253,-0.0848 -1.16312,-0.2204 -1.90812,-0.69796 -4.20659,-2.48692 -5.79637,-3.7672 -1.96119,-1.50632 -3.44253,-3.47137 -4.77819,-5.52788 -1.14282,-1.86476 -1.59572,-4.01102 -1.86633,-6.15239 -0.1789,-1.63095 -0.12882,-3.273 -0.2015,-4.9092 0.0371,-1.73544 0.59954,-3.36529 1.04757,-5.02551 0.72866,-1.41904 1.3497,-2.87979 2.0482,-4.31737 0.51911,-1.53037 1.35024,-2.89549 1.61594,-4.50039 0.4189,-1.39445 0.82153,-2.76676 0.9765,-4.21745 0.31299,-1.52603 -0.2593,-3.05475 -0.93606,-4.40596 -0.9418,-1.67844 -2.30327,-2.96496 -3.90677,-3.99559 -2.21013,-1.4877 -4.42646,-3.05241 -7.05808,-3.64674 -1.26801,-0.019 -2.6653,-0.39672 -3.93189,-0.14207 -0.52132,0.10482 -0.98837,0.39484 -1.49438,0.55827 -0.2051,0.15392 -0.39411,0.33203 -0.61531,0.46177 -0.22392,0.13133 -0.48995,0.18132 -0.71158,0.31649 -0.65722,0.40081 -0.5843,0.56448 -1.16457,1.06649 -0.65556,0.56714 -0.78458,0.55379 -1.58387,0.91583 -1.07258,0.57351 -2.11902,1.34508 -3.29239,1.71143 -1.57224,0.49089 -0.22527,-0.13724 -1.59739,0.5805 -1.86344,0.56229 0.20909,-0.13863 -1.45724,0.65254 -0.24358,0.11565 -0.52246,0.14561 -0.76439,0.26467 -0.23202,0.11419 -0.40571,0.33409 -0.64608,0.42949 -0.27933,0.11086 -0.59394,0.0987 -0.8839,0.17771 -0.30553,0.0833 -0.59914,0.20532 -0.8987,0.30797 -1.11054,0.88135 -2.51304,0.92005 -3.79682,1.31008 -0.27672,0.0841 -0.52592,0.2408 -0.78888,0.3612 -0.27769,0.0806 -0.55539,0.16125 -0.83309,0.24188 -14.71677,7.24031 -36.70417,21.09743 40.47844,-23.17417 0.29637,-0.16999 -0.63344,0.25998 -0.93318,0.42396 -0.6748,0.36915 -1.08751,0.73335 -1.68933,1.20565 -1.48022,0.78051 -2.33192,2.02763 -2.89303,3.55242 -0.37948,1.66704 -0.37931,3.35214 -0.17722,5.03809 0.17686,1.7178 0.63586,3.38035 0.91534,5.0816 0.33351,1.4738 0.77939,2.93189 1.34228,4.33479 0.94437,1.58306 2.20873,2.97173 3.58659,4.18788 0.2668,0.22813 0.53359,0.45626 0.80038,0.6844 0,0 -42.34875,26.31367 -42.34875,26.31367 l 0,0 c -0.2974,-0.27014 -0.59479,-0.54028 -0.89219,-0.81042 -1.71308,-1.68544 -3.27907,-3.52449 -4.55894,-5.56476 -0.98137,-1.68993 -1.50618,-3.56749 -1.99373,-5.4545 -0.48802,-1.8098 -0.76394,-3.69998 -1.07649,-5.54251 -0.26864,-2.0729 -0.73678,-4.11122 -0.51493,-6.21886 0.0324,-2.33605 0.5019,-4.60343 1.63882,-6.66995 0.29519,-0.32214 2.00575,-2.36955 2.22665,-2.49828 33.9206,-19.76666 28.12627,-20.55493 45.64113,-25.60408 1.04113,-0.39123 0.4981,-0.22026 1.63201,-0.50364 1.20768,-0.43309 2.25237,-1.30254 3.53887,-1.54759 0.31232,-0.1361 0.62464,-0.27219 0.93696,-0.40828 0.23951,-0.15601 0.46126,-0.34344 0.71853,-0.46802 0.95323,-0.46157 2.02567,-0.67487 2.93754,-1.23281 1.62587,-0.62011 2.97119,-1.83847 4.58331,-2.51723 1.66551,-1.06168 3.35026,-1.44016 5.32,-1.27075 2.26992,0.14807 4.52385,0.82538 6.60853,1.71372 2.65296,1.42019 5.11575,3.17086 7.67553,4.7492 2.09502,1.67532 4.02331,3.44109 5.27368,5.86533 1.11573,2.11086 1.98694,4.33429 2.34544,6.70848 -0.039,1.71123 0.038,3.4514 -0.49135,5.10352 -0.6567,1.59729 -0.40902,3.52236 -1.47772,5.00001 -0.47762,1.6089 -1.1585,3.11872 -1.80973,4.65432 -0.31347,0.35875 -0.57876,0.59829 -0.7548,1.05506 -0.37509,0.97324 0.0247,0.53947 -0.43957,1.42459 -0.0864,0.16477 -0.2504,0.28214 -0.32949,0.45055 -0.0907,0.19312 -0.11448,0.41107 -0.17171,0.6166 -0.59383,1.20632 -0.0941,2.7731 -0.29512,4.08205 -0.006,1.3729 -0.0496,2.80144 0.57654,4.06194 0.94569,1.60539 2.16599,2.93091 3.71351,3.98537 1.73706,1.14937 2.96615,1.69879 5.05634,1.16663 2.7806,-0.0998 5.55596,-0.27118 8.32872,-0.50342 2.81742,0.0235 5.63302,-0.008 8.44964,0.0865 3.52151,0.0753 7.03687,0.28228 10.55451,0.4603 5.05737,0.33576 10.10583,0.83438 15.18498,0.6862 4.9913,-0.0282 9.99506,-0.21761 14.97515,0.21441 3.75545,0.22828 7.524,0.15972 11.28438,0.11972 3.64151,-0.0749 7.28442,-0.10981 10.92648,-0.0558 4.30826,0.0786 8.62746,0.13093 12.885,0.88628 8.18539,1.57072 16.31699,3.4741 24.62,4.36906 4.58024,0.68209 7.72198,0.71535 10.71725,4.4694 1.27744,1.7024 2.29759,3.4382 2.0797,5.63631 0.01,1.51985 0.0426,3.04584 0.33072,4.54363 0.13034,0.63344 0.32456,1.25344 0.43651,1.89039 0.18606,1.05856 0.10007,2.17543 0.44401,3.21315 0.39156,1.53852 0.29142,3.14823 0.73619,4.68664 0.38903,1.56214 0.40772,3.19921 0.9827,4.7251 0.12371,1.52922 0.54628,3.0033 0.65011,4.52106 0.0327,1.70241 0.13504,3.40443 0.45204,5.0811 0.32772,1.73324 0.154,3.49721 0.45027,5.24123 0.26957,1.48297 0.68198,2.91719 0.75997,4.43106 0.37022,1.77413 0.89645,3.5052 1.20667,5.29394 -0.006,1.45371 -0.0177,2.90738 -0.0241,4.36109 0.003,1.53252 0.003,3.07353 0.23869,4.59175 0.2763,1.6592 0.71037,3.26 0.38503,4.95566 -0.0872,0.73294 -0.16745,1.46954 -0.39494,2.17613 -0.0603,0.18728 -0.18494,0.35449 -0.21829,0.54838 -0.0959,0.55763 0.0645,1.13987 -0.0474,1.69679 -0.0844,1.85733 -0.13222,3.73178 -0.54614,5.5514 -0.44172,1.90582 -0.0355,3.92287 -0.19351,5.86555 -0.0249,2.14745 -0.17721,4.31202 -0.74515,6.39143 -0.59136,2.14701 -0.85383,4.38093 -1.74677,6.44017 -0.50198,2.0924 -1.24613,4.11005 -1.54017,6.25064 -0.0497,0.2468 -0.36986,1.87096 -0.45099,2.13622 -0.18375,0.60076 -0.43911,0.81096 -0.53521,1.43496 -0.0472,0.30675 -0.003,0.62131 -0.0282,0.93069 -0.0222,0.27629 -0.0753,0.54923 -0.11296,0.82385 -0.11976,0.59633 -0.17125,0.96669 -0.3736,1.53808 -0.0747,0.21094 -0.21296,0.39885 -0.26666,0.61609 -0.1947,0.78751 -0.1008,1.65164 -0.36206,2.43147 -0.41922,1.3074 -0.0586,2.75717 -0.17528,4.11311 -10e-4,1.4468 -0.003,2.8936 -0.0105,4.34038 -0.009,1.59115 -0.0271,3.18233 -0.0191,4.77352 0.0252,1.55776 0.0862,3.11542 0.0217,4.67367 -0.0615,1.50076 -0.11251,3.05274 -0.7127,4.4526 -0.11142,1.82643 -0.31617,3.67452 -1.16344,5.32802 -0.23167,0.96339 -0.44453,1.97688 -0.78298,2.9098 -5.91371,16.3009 -82.30471,1.68329 -44.30888,27.16355 -0.83223,0.24879 -1.72886,0.57419 -2.58248,0.72908 -0.92589,0.168 -1.90196,-0.005 -2.80052,0.34375 -1.80354,0.41343 -3.68753,0.83131 -5.53749,0.60741 -1.81094,0.0909 -3.64444,0.2223 -5.36853,0.82844 -0.84766,0.3038 -1.71022,0.86031 -2.58225,1.06491 -0.58936,0.13827 -1.21561,0.0379 -1.80939,0.15578 -0.25763,0.0511 -0.50012,0.16076 -0.75018,0.24115 -1.87239,0.65308 -3.76541,1.26776 -5.72183,1.58748 -2.331,0.39075 0.70676,-0.078 -1.84559,0.17348 -1.21312,0.11952 -2.38428,0.59203 -3.62289,0.28438 -1.90396,0.0678 -3.816,0.25354 -5.71566,0.0118 -1.1439,-0.24737 -2.22587,-0.72948 -3.36779,-0.95795 -1.03172,-0.20641 -1.16226,-0.0405 -2.21813,-0.0354 -0.43908,0.002 -0.87751,-0.0342 -1.31627,-0.0513 -2.69878,-0.1641 -5.39031,-0.40511 -8.05127,-0.90639 -2.67133,-0.3858 -5.37271,-0.52839 -8.07066,-0.43583 -2.26183,-0.0362 -4.53262,-0.1171 -6.74038,-0.66465 -2.04735,-0.44649 -4.17763,-0.99284 -6.27466,-0.61541 -1.47466,-0.0317 -2.95228,-0.085 -4.41228,-0.31186 -1.44538,-0.23357 -2.9389,-0.71433 -4.39919,-0.42256 -1.74963,-0.0143 -3.49904,0.005 -5.24841,-0.0291 -2.05911,-0.0293 -4.11705,-0.0163 -6.17609,0.0111 -1.79488,0.0299 -3.59004,0.0371 -5.38426,-0.0324 -2.19264,-0.0691 -4.39074,-0.11606 -6.56923,-0.39689 -2.04225,-0.27285 -4.05765,-0.69534 -6.11653,-0.79215 -1.89984,-0.28914 -3.76263,-0.28549 -5.67841,-0.34944 -2.3592,-0.16291 -4.72478,-0.3698 -6.98567,-1.11621 -0.56903,-0.16416 -1.47889,-0.44419 -2.06317,-0.54169 -1.34942,-0.22517 -2.74728,-0.10409 -4.09175,-0.39872 -1.68379,-0.0908 -3.38203,0.19712 -5.07574,0.0923 -1.60811,-0.009 -3.21631,-0.0258 -4.82442,-0.0102 -1.5211,0.0326 -3.04253,0.006 -4.56389,0.004 -1.60645,-0.006 -3.21241,0.003 -4.81844,0.0353 -1.51127,10e-4 -3.02517,0.003 -4.53181,-0.1322 -1.98132,-0.21111 -3.95303,-0.56247 -5.78754,-1.37619 -2.04746,-0.87162 -4.07832,-1.78663 -6.18045,-2.52004 -1.95796,-0.81013 -3.94163,-1.57314 -5.83131,-2.53151 -2.03726,-1.00455 -3.80997,-2.35361 -5.1815,-4.18591 -1.46076,-1.82625 -2.79001,-3.75712 -3.66417,-5.94188 -0.68709,-1.88909 -1.28883,-3.8358 -1.77834,-5.78175 -0.45455,-1.72196 -1.25656,-3.36217 -1.1739,-5.18079 -0.2001,-1.94482 -0.72799,-3.80714 -1.12086,-5.71542 -0.37358,-1.87282 -0.13667,-3.79033 -0.42884,-5.68233 -0.22679,-1.7772 -0.72486,-3.4932 -0.52949,-5.30155 0.0147,-1.63111 0.0464,-3.26327 -0.011,-4.89386 0.0149,-1.65699 0.0434,-3.31375 0.0743,-4.97051 0.0217,-1.88696 -0.0181,-3.77262 -0.0656,-5.65885 -0.0602,-1.5172 -0.0355,-3.03682 0.002,-4.55446 0.0633,-1.38116 0.0786,-2.8488 0.68289,-4.11805 0.005,-1.50375 0.007,-3.01045 0.14551,-4.50916 0.065,-0.55314 0.0893,-0.8693 0.2022,-1.41056 0.0755,-0.36183 0.29277,-0.69055 0.33161,-1.05813 0.0165,-0.15625 -0.12469,-1.39041 -0.1388,-1.52184 -0.25408,-1.79612 -0.68068,-3.55719 -0.46732,-5.38663 0.0507,-2.09737 0.1409,-4.19913 0.0134,-6.29525 -0.0197,-1.69822 -0.12925,-3.39522 -0.041,-5.09405 0.0603,-1.86046 0.11609,-3.73533 0.40619,-5.57506 0.11171,-0.56353 0.30612,-1.11302 0.36413,-1.68458 0.12837,-1.26478 -0.19001,-2.56633 0.0732,-3.82995 0.20404,-2.11065 0.64549,-4.21296 0.61961,-6.33117 -0.0465,-1.8244 -0.0137,-3.65165 0.57607,-5.40293 0.1,-0.26297 0.19991,-0.52593 0.29987,-0.7889 0.11845,-0.2151 0.2654,-0.41681 0.35537,-0.6453 0.46742,-1.18709 0.0792,-2.53495 0.40326,-3.76018 0.0507,-0.36328 0.23523,-1.74501 0.3186,-2.1006 0.28535,-1.21722 0.9331,-2.33068 1.02176,-3.60577 0.16715,-1.96991 0.94937,-3.54911 1.50951,-5.42075 0.40346,-0.92921 0.57409,-1.84641 0.85813,-2.81341 0.65683,-2.23615 -0.15176,0.55415 0.5999,-1.41254 0.10479,-0.27418 0.1523,-0.56694 0.22846,-0.85041 0.59152,-1.46502 1.46169,-2.79463 1.97198,-4.30003 0.12484,-0.59606 0.21932,-1.14136 0.41526,-1.71886 0.17237,-0.50804 0.56838,-1.30105 0.67221,-1.80795 0.0528,-0.25792 0.0234,-0.52603 0.0352,-0.78904 0.057,-0.77602 0.11072,-1.55292 0.27624,-2.31557 0.0873,-0.40205 0.32409,-0.76212 0.40779,-1.16492 0.0529,-0.25443 0.0231,-0.51922 0.0346,-0.77883 0.0544,-0.75694 0.10461,-1.51549 0.26025,-2.26037 0.0798,-0.38183 0.30974,-0.72362 0.3769,-1.10786 0.0434,-0.24841 6.7e-4,-0.50435 10e-4,-0.75653 0.0153,-1.59991 0.0286,-3.21514 0.38059,-4.78406 0.13021,-0.44321 0.36256,-0.85264 0.48618,-1.29773 0.28823,-1.03778 0.22654,-2.19165 0.81735,-3.14942 0.30098,-1.92241 0.88677,-3.76523 1.1582,-5.69121 0.41865,-2.26794 0.25956,-4.65245 0.0546,-6.93648 0,0 44.66718,-22.75907 44.66718,-22.75907 z" />
        <path
           style="fill:#ff7f2a"
           id="path2892"
           d="m 154.70293,475.03443 c 0.38598,-2.24141 0.52516,-4.51603 0.6436,-6.78444 0.0608,-1.90076 -0.31722,-3.74896 -0.75367,-5.58427 -0.37443,-1.49515 -0.519,-3.02798 -0.597,-4.56273 -0.17569,-1.67342 0.0545,-3.20129 0.76718,-4.71936 0.14862,-0.22337 0.27614,-0.46232 0.44585,-0.67012 0.15448,-0.18915 0.93446,-0.93342 1.15169,-1.05941 2.2325,-1.29486 11.67007,-7.83141 17.83779,-9.92575 2.05297,-0.39126 4.04541,-1.00904 6.09513,-1.4237 2.17396,-0.35258 4.37843,-0.43607 6.57688,-0.46472 1.78476,-0.0212 3.56967,-0.0216 5.35454,-0.0217 0.27026,0.0512 1.30076,0.3097 1.63567,0.15232 0.16746,-0.0787 0.4479,-0.57098 0.29122,-0.47256 -7.0753,4.44452 -10.27679,11.96117 -16.83644,9.72821 -2.41418,-0.65755 -4.95588,-0.70044 -7.44388,-0.77114 -1.62966,0.0406 -3.2768,-0.13832 -4.9053,-0.0337 -0.74461,0.0478 -1.47952,0.19483 -2.21989,0.28741 -1.99323,0.48833 -4.05686,0.64183 -6.05204,1.14493 -0.32232,0.0722 -0.64987,0.1242 -0.96697,0.21669 -0.62559,0.18247 -1.16275,0.42699 -1.72474,0.75398 -0.27025,0.15724 -1.0571,0.66756 -0.78545,0.51275 14.2836,-8.14026 19.70477,-11.67098 14.06141,-8.01659 -1.41949,0.89625 -2.15961,2.10686 -2.51368,3.70928 -0.23742,1.71862 -0.20591,3.45893 -0.19268,5.18952 -0.0555,1.59217 0.0312,3.14803 0.57889,4.65213 0.66507,2.074 1.6598,4.00923 2.52678,5.99954 0.80895,1.6798 0.91767,3.43369 0.80114,5.25598 -0.26515,1.71445 -0.54467,3.44333 -1.01544,5.11525 -0.57179,1.36313 -1.01998,2.75037 -1.25118,4.21043 -0.13885,1.57597 -0.46318,3.12502 -0.71869,4.68481 -0.35674,1.49684 -0.62889,3.00535 -0.77253,4.53716 -0.18537,1.49628 -0.43707,2.9973 -0.80252,4.46144 -0.35183,1.54308 -0.77529,3.06828 -1.0851,4.62057 -0.26197,1.96556 -0.64827,3.91051 -0.87111,5.88125 -0.2998,2.05208 -0.50111,4.12161 -1.16624,6.09262 -0.85198,1.6705 -1.34188,3.45572 -1.84557,5.24941 -0.47414,1.7044 -0.86424,3.43188 -1.35777,5.13057 -0.51391,1.52886 -0.69503,3.11923 -0.79112,4.71969 -0.0296,1.62518 -0.55884,3.15668 -0.97824,4.70646 -0.42038,1.62313 -0.46974,3.30486 -0.50762,4.97156 -0.0209,1.60532 -0.006,3.21081 0.002,4.81617 0.007,1.43903 0.009,2.87807 0.0101,4.31711 -0.006,1.42207 -0.0416,2.83825 0.1305,4.25155 0.25721,1.62862 0.4199,3.26784 0.51323,4.9133 0.0699,1.4669 0.0727,2.9358 0.0757,4.404 0.009,1.49812 -0.01,2.99606 -0.0179,4.49408 0.004,1.72173 -1.7e-4,3.44337 -0.0164,5.16503 0.13168,1.95578 -0.31061,3.83317 -0.76416,5.71427 -0.42111,1.86964 -0.552,3.78083 -0.61947,5.69037 0.0674,1.70454 -0.16793,3.37261 -0.46749,5.0437 -0.42012,1.74735 -0.74277,3.51364 -1.14023,5.26616 -0.24783,1.50696 -0.587,2.99331 -0.89493,4.48836 -0.31432,1.58948 -0.33066,3.21576 -0.37946,4.82938 -0.0765,1.63324 -0.0312,3.2411 0.29264,4.84399 0.45729,1.72811 1.4071,3.23918 2.22207,4.80896 0.83508,1.64301 1.93021,3.08599 3.40716,4.19129 1.07673,1.00577 2.40389,1.48731 3.71765,2.07845 0,0 -15.26301,10.12657 -15.26301,10.12657 l 0,0 c -1.4393,-0.65624 -2.79906,-1.42531 -3.99023,-2.48114 -1.53818,-1.37675 -2.79919,-2.98199 -3.75562,-4.81898 -0.9184,-1.68891 -1.88519,-3.3532 -2.46565,-5.19853 -0.47852,-1.72754 -0.61245,-3.46203 -0.51033,-5.25259 -9.2e-4,-1.69607 0.054,-3.3929 0.2129,-5.08221 0.24153,-1.53879 0.71852,-3.01525 0.89499,-4.56427 0.37359,-1.76356 0.80987,-3.50606 1.13931,-5.27768 0.4293,-1.5375 0.64187,-3.14417 0.62886,-4.73996 0.0656,-2.00217 0.14441,-4.01152 0.5057,-5.98658 0.3221,-1.79217 1.02501,-3.51923 0.91804,-5.36864 -0.0162,-1.71683 -0.0198,-3.43364 -0.0143,-5.15055 -0.006,-1.4926 -0.0209,-2.98511 -0.01,-4.47778 0.002,-1.44592 0.007,-2.89209 -0.0268,-4.33773 -0.0514,-1.59075 -0.14637,-3.18216 -0.41606,-4.75324 -0.25702,-1.49112 -0.35338,-2.96083 -0.27732,-4.47735 -3.4e-4,-1.4395 -0.001,-2.87901 -9.1e-4,-4.31851 9.1e-4,-1.62441 0.002,-3.24888 0.0242,-4.87317 0.0278,-1.76847 0.007,-3.55208 0.29058,-5.30235 0.31145,-1.49944 0.91018,-2.89939 1.14752,-4.41348 0.0674,-1.71632 0.12483,-3.45364 0.6045,-5.11473 0.50879,-1.69035 0.98353,-3.3863 1.38101,-5.10818 0.50947,-1.85168 0.87265,-3.76371 1.78115,-5.47358 0.27756,-0.53317 0.60771,-1.08743 0.75634,-1.67925 0.32028,-1.27527 0.28591,-2.64894 0.63658,-3.92283 0.18267,-2.00387 0.55147,-3.97063 0.8108,-5.96222 0.19137,-1.62286 0.62038,-3.16865 0.95768,-4.76082 0.3752,-1.38046 0.6376,-2.76732 0.94724,-4.1662 0.0954,-1.60584 0.27068,-3.20772 0.69547,-4.76466 0.38381,-1.47464 0.51044,-3.03334 0.75453,-4.5305 0.14244,-1.58481 0.40199,-3.15778 1.09305,-4.60874 0.70977,-1.47126 0.78646,-3.08834 1.21084,-4.65381 0.15714,-1.55968 0.38546,-3.04138 -0.31173,-4.52341 -0.81408,-2.02781 -1.86484,-3.95172 -2.59925,-6.01367 -0.68237,-1.67318 -0.99795,-3.42334 -0.90997,-5.23574 -0.004,-1.81454 -0.009,-3.63076 0.1051,-5.44261 0.1399,-1.90148 0.49575,-3.66071 1.93661,-5.03769 6.05263,-5.12553 13.18548,-9.64834 20.99803,-11.27981 2.04061,-0.34894 4.08178,-0.70271 6.13426,-0.97149 2.41276,-0.20492 4.83503,-0.1016 7.25193,-0.008 2.63624,0.16519 5.3374,0.27606 7.84689,1.1731 7.78721,3.04964 -3.5721,5.35835 -12.88305,11.84116 -0.18313,0.1275 -0.43448,-0.10419 -0.65504,-0.13804 -0.26323,-0.0404 -0.5286,-0.0691 -0.79447,-0.0844 -0.26439,-0.0152 -0.52963,-0.005 -0.79444,-0.007 -1.75479,-0.009 -3.51009,-0.0249 -5.26445,0.0248 -2.1303,0.091 -4.26827,0.21991 -6.34736,0.7311 -2.01436,0.49375 -4.05893,0.96494 -5.99007,1.72443 -8.8158,4.19488 21.44354,-12.46037 11.82335,-7.03497 -1.07491,1.03485 -1.41768,2.16842 -1.25995,3.65017 0.0368,1.43336 0.10378,2.87118 0.40867,4.27736 0.43605,2.00356 0.8832,3.99279 0.89272,6.05931 -0.0714,2.29235 -0.26939,4.57346 -0.45336,6.85895 0,0 -16.47931,8.14012 -16.47931,8.14012 z" />
        <path
           style="fill:#ff7f2a"
           id="path2894"
           d="m 326.69047,639.81711 c 2.32814,-0.016 4.63035,0.0595 6.90575,0.5819 1.6935,0.45812 3.42068,0.71621 5.16894,0.81939 1.72918,0.14414 3.41793,0.0278 5.06856,-0.51541 1.66179,-0.37586 3.20514,-1.01576 4.71064,-1.79872 1.853,-0.95535 3.13074,-0.91521 5.12372,-0.75269 1.57697,0.16194 2.9187,0.33563 4.42589,-0.2349 0.26916,-0.085 0.53627,-0.17677 0.80748,-0.25499 0.84827,-0.24467 0.79794,-0.14379 1.58504,-0.53963 0.24977,-0.12561 0.96712,-0.56148 0.72425,-0.423 -14.79417,8.43514 -20.0394,11.54687 -14.45213,8.23686 1.22213,-1.02646 2.02347,-2.42045 2.91095,-3.72235 0.20086,0.0454 1.62081,-3.12823 0.63912,-2.29149 -0.24622,0.10828 -0.95917,0.41374 -1.1432,0.53502 -0.29082,0.19165 -1.1229,0.81883 -0.81863,0.64933 25.33261,-14.11228 17.78576,-10.47426 12.46523,-6.94884 -6.09321,4.18811 -2.10169,1.47971 -17.44813,10.22637 -1.07043,0.61009 -2.41548,0.66632 -3.60662,0.76611 -1.76406,-0.007 -3.48216,0.38351 -5.23052,0.57569 -1.57852,0.15403 -3.16559,0.18231 -4.75044,0.17613 -1.81123,-0.0182 -3.62262,-0.008 -5.4339,-0.004 -1.50357,0.004 -3.00714,0.005 -4.51071,0.006 -1.61378,-0.0318 -3.21337,0.48175 -4.65495,1.18012 -1.79757,0.63177 -3.09991,0.76247 -4.78123,1.78471 4.96505,-2.8425 9.92602,-5.69217 14.89517,-8.52751 0.27357,-0.1561 -0.5361,0.33093 -0.80817,0.48964 -5.46548,3.18814 -10.93624,6.36721 -16.40436,9.55082 0,0 14.25233,-11.5231 14.25233,-11.5231 l 0,0 c -4.95951,2.89517 -9.89313,5.83517 -14.87854,8.68552 -0.28109,0.16072 0.50357,-0.40717 0.75535,-0.61076 5.5006,-3.16436 11.00121,-6.32873 16.50182,-9.49309 1.61533,-0.62106 3.32007,-0.95824 4.90834,-1.6621 1.66399,-0.46458 3.33794,-0.77719 5.07744,-0.67224 1.49565,0.002 2.9913,0.005 4.48693,0.0128 1.80679,0.008 3.61416,0.0264 5.42054,-0.0222 1.54479,-0.051 3.09119,-0.11185 4.62389,-0.32651 1.72973,-0.23306 3.46026,-0.41839 5.19288,-0.61674 0.83881,-0.19244 1.60114,-0.42641 2.36964,-0.82355 0.26855,-0.13878 1.05121,-0.59747 0.79001,-0.44531 -15.42361,8.98506 -19.49858,11.5355 -13.72918,7.94386 5.89962,-4.26081 12.44237,-7.56831 18.78935,-11.09077 0.54505,-0.30249 1.54351,-0.37131 2.16088,-0.22489 0.32823,0.0778 0.62444,0.25542 0.93666,0.38313 0.28324,0.26939 0.61348,0.49676 0.84973,0.80818 0.92673,1.22159 0.45044,2.8773 -0.13826,4.10319 -0.81335,1.43551 -1.76772,2.79403 -2.70229,4.15215 -4.55051,6.22265 -12.82779,9.29777 -20.25088,11.04845 -1.57476,0.1349 -3.13425,-0.0587 -4.71029,-0.10656 -1.65248,0.0508 -3.11477,0.65452 -4.57747,1.40693 -1.59507,0.66528 -3.25495,1.13387 -4.94703,1.48513 -1.81082,0.24243 -3.63241,0.30151 -5.45098,0.0758 -1.74988,-0.22707 -3.46126,-0.63143 -5.18272,-1.01202 -2.25835,-0.3178 -4.52985,-0.33006 -6.80693,-0.23591 0,0 14.87103,-10.80443 14.87103,-10.80443 z" />
      </g>
      <path
         d="m 237.20791,448.69337 c 2.162,1.61333 4.29413,3.29899 6.22538,5.187 1.58465,1.78851 2.7173,3.8942 3.62341,6.08982 0.64509,1.63372 0.87631,3.36657 0.98592,5.10634 -0.0137,1.57016 0.23197,3.17585 0.52162,4.72222 0.44669,1.85304 0.63792,3.74968 0.78831,5.64565 0.0703,1.86227 0.30657,3.72647 0.0745,5.58089 -0.10418,0.30556 -0.20837,0.61112 -0.31256,0.91668 0,0 -46.01617,19.94607 -46.01617,19.94607 l 0,0 c 0.18337,-0.0953 0.36674,-0.19062 0.55011,-0.28593 0.16475,-0.0579 0.81419,-0.25793 0.95553,-0.4124 0.62042,-0.67796 0.0607,-2.01674 0.24367,-2.82129 -0.01,-1.66549 -0.0591,-3.33654 -0.38807,-4.9753 -0.14054,-0.64733 -0.34202,-1.281 -0.46818,-1.93129 -0.2234,-1.15159 -0.19357,-2.36234 -0.58745,-3.48598 0.017,-1.25554 0.0785,-2.5266 -0.16134,-3.76626 -0.42007,-1.5556 -1.10725,-3.08248 -2.25322,-4.23679 -1.59313,-1.53646 -3.36089,-2.95184 -5.57252,-3.42916 0,0 41.79108,-27.85027 41.79108,-27.85027 z"
         id="path2890"
         style="fill:#ff7f2a" />
    </g>
    <path
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
       d="m 113.36911,584.05937 c -2.96935,24.50399 -7.13642,48.91325 -8.97317,73.52087 -0.25822,9.42598 7.14315,16.94096 15.9841,19.77142 17.05919,6.12037 35.63857,3.72044 53.45029,4.46769 13.85363,-0.284 27.94961,1.38381 41.62623,-1.19136 11.05987,-4.79593 9.32523,-19.78921 13.58334,-29.22259 4.13854,-15.74444 8.34236,-32.81878 3.38685,-48.80822 -4.76116,-9.56732 -16.62521,-10.00776 -26.04324,-8.7677 -13.61064,0.25348 -27.22175,-0.13447 -40.83286,-0.10901 -10.66977,-3.97964 0.69355,-20.03126 -11.23891,-23.07715 -9.75399,-2.36757 -20.0152,-0.31507 -29.9206,0.20696 -7.59346,-0.0459 -13.76697,3.42084 -11.60162,11.65799 -6.22429,9.2203 -7.97217,-7.53158 -1.13396,-9.87566 10.06256,-6.75105 23.06299,-5.11969 34.66617,-6.1572 8.85469,-1.47258 20.92698,1.24579 19.14527,12.40105 -2.23695,11.76881 10.9075,13.88878 19.82753,11.61825 14.07987,0.61395 28.31397,-0.95355 42.31683,1.06484 11.0745,3.251 12.8551,16.41621 12.05173,26.02449 -1.80401,19.03928 -6.60109,37.85544 -13.39929,55.78431 -6.17944,11.86373 -22.07251,12.22121 -34.06661,11.64325 -23.69152,-0.55814 -47.69418,1.42605 -71.09981,-2.98837 -10.56237,-2.63836 -22.845987,-10.62715 -21.371419,-22.57058 0.571849,-18.44485 5.138719,-36.51326 6.314039,-54.92738 2.05441,-6.17915 -0.82506,-18.31636 7.32911,-20.4659 z"
       id="path2822"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffcc00"
       id="path2908"
       d="m 137.48318,617.1465 c -1.35628,0.0696 -2.71408,0.0569 -4.01555,0.46086 -5.79415,3.20268 -12.82844,7.11591 14.87255,-8.2064 0.24214,-0.13393 -0.48671,0.26381 -0.7266,0.40148 -0.68613,0.39377 -0.65943,0.39252 -1.30846,0.82941 -6.95318,0.0797 -11.92073,8.75932 -19.04947,10.22067 -0.21973,0.0451 -1.16285,0.21929 -1.40948,0.22462 -0.23686,0.006 -0.47194,-0.0409 -0.70792,-0.0613 -1.36024,-0.32242 -2.369,-1.42198 -3.70272,-1.79617 -0.18798,-0.0527 -0.38691,-0.0574 -0.58037,-0.0861 -1.25398,-0.17898 -2.0044,-0.92575 -2.52695,-1.98879 -0.32037,-0.78797 -0.3345,-1.63327 -0.3404,-2.46724 -0.0781,-0.86252 0.16699,-1.69489 0.22141,-2.54809 0.76953,-6.96001 -0.0169,-1.19415 17.56534,-10.13644 0.002,-9.4e-4 1.80117,1.28296 2.00962,1.41659 1.01529,0.64896 2.12908,0.96908 3.32034,1.13354 1.1296,0.0514 2.19091,0.45713 3.29314,0.66421 0.94025,0.12983 1.89127,0.13001 2.83877,0.12291 0.83914,0.0198 1.65564,-0.12618 2.46453,0.11511 0.28373,0.10775 0.59436,0.0821 0.88489,0.15301 0.17033,0.0416 0.32852,0.12194 0.49775,0.16757 0.55336,0.14923 1.13838,0.18688 1.70694,0.24055 1.61877,0.12541 3.2435,0.13132 4.8662,0.11188 1.45566,-0.0235 2.91079,-0.009 4.36631,0.0125 1.5013,0.0105 3.00247,-0.0232 4.50359,-0.0416 1.06969,0.006 2.13916,-0.0253 3.2088,-0.0181 1.34397,0.10883 2.66534,-0.0688 3.99919,-0.19956 0.95477,-0.0457 1.91888,-0.17216 2.87684,-0.12234 0.55749,0.029 1.11002,0.11736 1.66586,0.1678 1.34401,0.11843 2.69315,0.14328 4.04138,0.17333 1.68721,0.28832 3.40303,0.34355 5.11216,0.37393 0.77897,0.0576 1.57655,-0.0428 2.35364,0.0423 0.83744,0.0917 1.65444,0.31349 2.4862,0.44497 0.49714,0.0786 0.99762,0.13587 1.49644,0.2038 1.30369,0.20048 2.62547,0.23638 3.93638,0.3636 1.07386,0.10422 2.09329,0.25378 3.17494,0.25338 1.02413,0.0223 2.05329,-0.15229 3.07703,-0.11404 0.51534,0.0193 1.02594,0.10314 1.53922,0.1516 1.55042,0.31864 3.12948,0.44386 4.70921,0.51882 1.32227,0.0544 2.64595,0.0273 3.96857,0.004 0.15886,-0.003 0.3188,-0.0263 0.47657,-0.008 0.32418,0.0372 0.63322,0.15549 0.95378,0.21534 0.42984,0.0802 0.85745,0.10574 1.2936,0.13017 1.33398,0.11413 2.67161,0.38704 3.96673,0.72641 1.27436,0.29193 2.52229,0.67698 3.79589,0.97087 1.25761,0.13954 2.23496,0.74884 2.99674,1.69861 0.60368,0.95852 0.87101,2.06753 1.10061,3.15596 0.13309,1.07293 0.11459,2.15571 0.10014,3.23409 0.0205,0.90363 -0.19272,1.78554 -0.41754,2.65546 -0.36933,0.9439 -0.8349,1.8645 -1.40342,2.71187 -0.46427,0.7948 -0.94771,1.58603 -1.38069,2.39967 -0.45291,0.75356 -0.87267,1.53926 -1.15872,2.36742 -0.38446,0.82916 -0.70063,1.68159 -1.04526,2.52631 -0.2761,0.7984 -0.50808,1.61432 -0.66915,2.44231 -0.0843,0.7817 -0.3179,1.53595 -0.43838,2.3126 -0.14121,0.89261 -0.25497,1.79708 -0.44896,2.68078 -0.23404,0.87939 -0.4308,1.7702 -0.69419,2.64154 -0.25688,0.69337 -0.39837,1.41068 -0.47086,2.14148 -0.0552,0.73189 -0.0518,1.46634 -0.0522,2.19971 0.061,0.85775 -0.0551,1.68296 -0.33152,2.49606 -0.24945,0.7845 -0.40372,1.59279 -0.60126,2.39199 -0.27555,0.93957 -1.01019,1.45268 -1.76072,2.02891 -0.75169,0.51449 -1.37262,1.16354 -1.99544,1.81388 -0.49887,0.66612 -0.81577,1.42864 -1.2147,2.14887 -0.24907,0.42076 -0.45315,0.85017 -0.4978,1.33799 -0.0139,0.15169 0.0158,0.30762 -0.0171,0.45653 -0.0338,0.15297 -0.12001,0.2905 -0.18003,0.43575 -0.12338,0.12195 -0.24676,0.2439 -0.37013,0.36586 -0.13833,0.0384 -0.30598,0.0243 -0.41497,0.11528 -0.0631,0.0526 -0.45477,0.70679 -0.41021,0.86126 0.0154,0.0533 0.0719,0.0861 0.1078,0.12906 0.4736,0.35246 1.13031,1.30368 1.68376,1.46397 0.20776,0.0601 0.2734,-0.2405 0.31161,-0.32846 -5.71176,3.1549 -11.42352,6.30979 -17.13528,9.46469 0.0665,0.0784 0.15641,0.14277 0.19941,0.23527 0.0127,0.0274 -0.0609,0.042 -0.0567,0.0718 0.024,0.16829 0.0788,0.33183 0.13707,0.4921 0.0637,0.17551 0.0629,0.60808 0.2279,0.51266 5.69077,-3.29005 11.18131,-6.89396 16.77195,-10.34094 0.29048,1.03167 1.02349,1.88061 1.67447,2.72 0.33141,0.33206 0.47765,0.77944 0.74854,1.14838 0.0577,0.0786 0.13249,0.14946 0.21954,0.19643 0.0329,0.0178 0.14356,-0.0371 0.11158,-0.0178 -17.23969,10.41468 -13.30336,15.63732 -17.41906,9.8536 -0.48274,-0.7216 -0.52267,-1.56571 -0.66688,-2.38498 -2.21568,-6.5291 -0.35455,-0.61066 17.80445,-9.06868 0.0605,-0.0282 0.36504,1.08757 0.37983,1.18513 0.0328,0.21665 0.0375,0.43643 0.0563,0.65464 -20.21732,12.09216 -10.86173,10.48819 -21.44532,9.65151 -1.26941,-0.14753 -2.55599,-0.0511 -3.82724,-0.13518 -0.10693,-0.008 -1.26626,-0.16305 -1.42473,-0.18415 -0.89828,-0.13721 -1.80592,-0.16587 -2.71335,-0.16651 -1.00817,-0.2217 -1.91252,-0.70704 -2.91529,-0.94128 -1.41519,-0.14348 -2.82364,-0.33831 -4.24125,-0.47003 -0.2399,-0.0167 -0.47963,-0.036 -0.71972,-0.0502 -0.664,-0.0392 -0.76455,-0.003 -1.42048,-0.15063 -0.60631,-0.13686 -1.19846,-0.34314 -1.80556,-0.48388 -1.06045,-0.1952 -2.15055,-0.17474 -3.22619,-0.19114 -0.82297,-0.18857 -1.70757,-0.10574 -2.5051,-0.40155 -0.45817,-0.16993 -0.62245,-0.3139 -1.0191,-0.58014 -0.72942,-0.62761 -1.61139,-0.79217 -2.55132,-0.86953 -0.91742,-0.0251 -1.66992,-0.56126 -2.57998,-0.67816 -0.62635,0.20977 -1.30644,0.11512 -1.946,0.22706 -0.33651,0.0589 -0.66623,0.21804 -0.97555,0.34751 -0.64043,0.29451 -1.38497,0.25458 -2.00991,0.57774 -1.28215,0.663 0.51947,-0.1494 -0.80795,0.43018 -0.27164,0.15022 -0.59128,0.12082 -0.8785,0.20993 -0.13008,0.0404 -0.23994,0.13013 -0.37008,0.17029 -0.44566,0.13754 -0.96359,0.1572 -1.42565,0.2044 -1.39537,0.0335 -2.79147,-0.0179 -4.18674,-0.0414 -1.65827,0.10371 -3.2766,-0.0734 -4.84161,-0.6126 -1.02151,-0.52614 -2.10688,-0.91655 -3.12714,-1.44258 -0.87685,-0.40591 -1.81174,-0.65191 -2.71858,-0.97655 -0.99206,-0.47664 -2.00908,-0.88706 -3.0684,-1.20268 -0.82097,-0.41036 -1.70224,-0.56338 -2.61436,-0.59558 -0.63179,0.0941 -1.11037,-0.12267 -1.68067,-0.33871 -0.32619,-0.12357 -0.66215,-0.22172 -0.98997,-0.34117 -0.96273,-0.48074 -1.99853,-0.73031 -3.07193,-0.81112 -0.83489,0.0437 -1.60722,-0.24902 -2.43358,-0.32989 -0.8241,-0.0786 -1.61101,-0.38996 -2.3986,-0.63088 -0.89219,-0.14601 -1.62586,-0.66263 -2.41557,-1.04714 -0.96237,-0.53639 -1.84215,-1.1856 -2.68852,-1.87785 -0.85997,-0.7438 -1.71678,-1.4972 -2.4799,-2.33524 -0.66673,-0.79123 -1.12889,-1.68144 -1.42256,-2.65668 -0.17111,-0.76324 -0.46819,-1.48991 -0.68813,-2.23958 -0.22188,-0.79559 -0.28328,-1.61778 -0.31751,-2.43741 -0.0937,-0.80582 0.0781,-1.5876 0.21199,-2.37697 0.0761,-0.73751 0.26953,-1.46347 0.45186,-2.18311 -0.0581,-0.86554 -0.0266,-1.72793 0.0229,-2.59334 0.0314,-0.87606 0.2614,-1.72891 0.38378,-2.5972 0.0265,-0.91067 0.18928,-1.80501 0.32168,-2.70454 0.10206,-0.76852 0.13977,-1.54409 0.1601,-2.31817 -0.0199,-0.91669 0.2023,-1.81251 0.29325,-2.72111 0.0691,-0.79806 0.0784,-1.59924 0.0841,-2.39958 0.0269,-0.79773 0.006,-1.58202 -0.0883,-2.37389 -0.18639,-1.1733 -0.23278,-2.35252 -0.12814,-3.534 0.21229,-1.16111 0.40411,-2.32446 0.5224,-3.4982 0.18306,-0.65889 0.18957,-1.3594 0.39231,-2.01328 0.0524,-0.16901 0.40548,-1.00228 0.46811,-1.15208 3.00553,-6.59735 12.25095,-14.69579 19.33978,-11.32942 1.10662,0.66553 2.13553,1.447 3.18008,2.19973 0.54246,0.35986 1.0265,0.82287 1.58736,1.15717 0.54489,0.32476 1.17145,0.56581 1.73341,0.8673 1.09292,0.45483 2.22151,0.78173 3.40425,0.90656 0.21738,0.0465 0.43478,0.0931 0.65218,0.13964 0.24228,0.0344 0.48767,0.0524 0.72685,0.10325 0.32226,0.0685 0.63272,0.18299 0.95439,0.25404 1.50973,0.33345 3.05479,0.55433 4.57224,0.85482 3.98457,0.67315 8.00394,1.13391 12.02753,1.52403 3.56768,0.33848 7.15257,0.40407 10.73433,0.44887 3.48874,0.0187 6.97553,-0.11384 10.46383,-0.14712 3.08569,0.0434 6.17017,0.0701 9.25562,0.004 1.36248,0.0146 2.73374,-0.14525 4.0964,-0.0796 0.66022,0.0318 1.31611,0.12175 1.97479,0.17568 1.99223,0.15061 3.98001,0.35514 5.95207,0.66739 1.3983,0.26419 2.5611,0.99717 3.64324,1.85448 0.90503,0.99285 1.57399,2.16835 2.16063,3.35832 0.44241,0.91964 0.64574,1.90645 0.74436,2.90895 0.0437,0.93468 0.0163,1.86994 0.017,2.80503 -0.0151,1.01833 -0.0147,2.03681 -0.0256,3.05522 0.006,1.0832 -0.0148,2.16532 0.002,3.2486 0.0177,0.99455 0.0359,1.98611 -0.09,2.97447 -0.11939,0.85299 -0.20701,1.70633 -0.36595,2.55353 -0.17049,0.97018 -0.27437,1.94489 -0.51766,2.90211 -0.44079,0.90752 -0.79459,1.86196 -1.27915,2.74909 -0.18883,0.51416 -0.58113,0.93166 -0.79224,1.43435 -0.10409,0.24784 -0.17722,0.50704 -0.2782,0.75608 -0.27689,1.03282 -0.8731,1.93762 -1.46231,2.82648 -0.72396,0.84212 -1.54936,1.58904 -2.3016,2.40857 -4.23543,5.35973 -15.13959,8.91156 -18.20729,10.60005 -0.16502,0.0908 -0.3691,0.089 -0.54743,0.15201 -0.65141,0.28506 -0.32026,0.1593 -0.99317,0.37798 -0.78177,0.0568 -1.14558,0.42947 -1.72773,0.83566 -0.31296,0.21836 -0.46958,0.24911 -0.82481,0.37762 -0.16851,-0.0101 -0.33698,-0.0397 -0.50553,-0.0302 -0.27034,0.0152 -0.53164,0.10489 -0.80117,0.13028 -0.44203,0.0416 -0.88498,0.0226 -1.32838,0.0245 -1.14245,0.0793 -2.23097,-0.27488 -3.32792,-0.52486 -0.97417,-0.22226 -1.89794,-0.54336 -2.90578,-0.60605 -1.36181,-0.34617 -2.7317,-0.66448 -4.09433,-1.01211 -1.54228,-0.45004 -3.02755,-1.03032 -4.46444,-1.7312 -1.05066,-0.42556 -2.16213,-0.74307 -3.28259,-0.94904 -0.99267,-0.1249 -1.99896,-0.0966 -2.99821,-0.10535 -1.06655,0.002 -2.13286,0.0255 -3.19929,0.0391 -1.04826,0.008 -2.09646,-0.0173 -3.14457,-0.0328 -1.37068,-0.009 -2.74154,-0.0101 -4.11216,0.008 -0.99974,0.0225 -1.99946,0.0239 -2.99933,0.0233 -0.15562,5.1e-4 -0.31249,0.0207 -0.46685,0.002 -0.44909,-0.0558 -0.62899,-0.18487 -1.05575,-0.33286 -0.47843,-0.16591 -0.955,-0.26193 -1.45574,-0.33359 -1.67019,-0.15642 -3.31415,-0.50863 -4.93089,-0.93991 -1.09718,-0.26201 -2.21339,-0.57419 -3.2033,-1.11866 -0.40549,-0.22303 -0.9551,-0.62061 -1.33463,-0.88517 -1.23138,-0.91474 -2.24557,-2.05235 -3.29052,-3.15365 -0.87183,-1.02482 -1.70599,-2.08252 -2.40891,-3.22352 -0.72659,-0.99006 -1.15879,-2.11925 -1.68303,-3.21022 -0.68539,-1.26871 -1.2866,-2.57971 -1.78537,-3.92727 -0.41813,-0.9667 -0.91545,-1.8933 -1.31331,-2.86936 -0.36528,-0.80755 -0.56138,-1.66202 -0.67237,-2.5327 -0.0429,-0.98363 -0.0587,-1.97008 -0.0474,-2.95476 0.006,-0.91612 -0.0239,-1.83212 -0.007,-2.74813 0.003,-0.96518 -0.0333,-1.92755 0.0639,-2.88913 0.0781,-0.36122 0.14776,-0.75612 0.28301,-1.10404 0.0909,-0.23382 0.54302,-1.16108 0.76407,-1.28768 5.76888,-3.30413 11.60383,-6.4991 17.40575,-9.74866 0.61891,0.009 1.30169,-0.10476 1.91381,0.0273 0.13851,0.0299 1.31716,0.46215 1.42788,0.50226 1.73785,0.73417 3.32819,1.73377 4.90235,2.74663 1.17187,0.62219 2.23477,1.407 3.29881,2.18392 1.11187,0.8203 2.3894,1.33519 3.69149,1.79973 2.32858,0.73233 4.67251,1.4327 7.04212,2.03082 1.55096,0.38449 3.13746,0.55358 4.73431,0.57227 1.26233,-0.0313 2.51319,-0.35012 3.74084,-0.63283 1.6995,-0.37696 3.42957,-0.42676 5.16369,-0.42866 3.1136,0.0902 6.22645,0.0976 9.34062,0.0447 2.03625,0.045 4.049,-0.21663 6.07108,-0.39877 1.8973,-0.0558 3.79587,-0.0378 5.69409,-0.0453 1.56146,0.12575 3.25671,0.0454 4.59188,0.98721 0.22745,0.16044 0.41098,0.37225 0.61648,0.55838 1.11685,1.30573 1.43423,3.02105 1.96745,4.59622 0.48166,1.29609 0.78046,2.62556 0.76717,4.00342 -0.0334,1.27964 -0.23806,2.54149 -0.42476,3.80579 -0.0925,1.1312 -0.24072,2.25299 -0.39433,3.37718 -0.0854,0.91765 -0.33664,1.80758 -0.44444,2.72222 -0.1196,0.46379 -0.17557,0.95593 -0.35547,1.40409 -0.21536,0.53648 -0.26694,0.39873 -0.21195,1.01828 1.77535,6.8025 0.47593,1.08988 -17.4248,9.96345 -0.20077,0.0995 -0.29211,-0.33267 -0.44058,-0.49697 -0.30891,-0.34183 -0.62277,-0.66427 -0.96979,-0.96967 -0.87177,-0.73962 -1.72628,-1.49748 -2.56638,-2.27056 -0.73409,-0.69554 -1.44005,-1.42212 -2.33191,-1.92892 -0.89608,-0.57607 -1.78321,-1.17493 -2.7258,-1.67922 -1.1808,-0.8168 -2.57864,-1.07822 -3.95828,-1.40567 -1.73926,-0.36612 -3.47604,-0.69537 -5.2528,-0.82441 -1.50443,-0.0734 -3.01137,-0.0728 -4.51729,-0.0712 -1.60732,0.0973 -3.19815,-0.0929 -4.79598,-0.21768 -1.31119,-0.1011 -2.62682,-0.11159 -3.94129,-0.12108 -1.38512,0.0742 -2.63442,-0.52583 -3.79426,-1.19022 -0.94989,-0.49124 -1.73183,-1.31709 -2.75801,-1.65319 -1.23775,-0.38289 -2.08302,-0.73322 -2.89982,-1.75823 -0.42128,-0.65691 -0.35982,-0.41468 -0.96749,-0.30978 -0.97776,0.16351 -1.79325,-0.40002 -2.59535,-0.86168 -0.87511,-0.7185 -1.75533,-1.39036 -2.89405,-1.62418 -1.28378,-0.10006 -2.54036,-0.43579 -3.83312,-0.32241 -5.55093,3.93831 -1.79538,1.24779 16.37372,-8.73458 0.12574,-0.0691 -0.29701,-0.008 -0.43153,0.0428 -0.46157,0.17612 -0.56085,0.75101 -0.65889,1.14261 -0.10273,0.94658 -0.31427,1.98105 0.15566,2.87242 0.13149,0.2494 0.3082,0.47393 0.4623,0.7109 2.08025,2.56465 5.11682,4.03118 8.12245,5.34749 4.07375,1.5774 8.43852,2.06321 12.78342,2.29495 2.22487,0.23847 4.41343,-0.0955 6.61412,-0.33906 1.4773,-0.30559 2.96883,-0.4544 4.3787,-1.00479 1.01814,-0.32195 2.09734,-0.3542 3.1453,-0.5254 0.45548,-0.0744 0.90392,-0.18493 1.3574,-0.27003 1.18956,-0.3899 2.38951,-0.7939 3.46975,-1.4244 5.64323,-3.91646 0.6361,-0.41743 -15.89128,8.84208 -0.16633,0.0932 0.34397,-0.17075 0.49586,-0.28468 0.43921,-0.32945 0.76063,-0.79304 1.05643,-1.2378 0.49263,-0.83805 0.95758,-1.689 1.46325,-2.52195 0.45532,-0.88843 0.64231,-1.53731 0.32991,-2.49312 -0.46245,-1.02366 -1.27444,-1.82417 -2.18982,-2.48041 -0.84066,-0.72094 -1.61584,-0.80571 -2.68055,-0.85466 -1.17102,-0.11265 -2.1551,0.10819 -2.99126,0.92722 5.52116,-3.09346 11.04342,-6.18505 16.56348,-9.28034 0.13071,-0.0733 -0.27096,0.13143 -0.39537,0.21432 -0.55312,0.3685 -0.74935,0.85605 -0.91896,1.45914 -0.29721,1.64176 -0.29811,3.32118 -0.11826,4.97394 0.38779,2.03265 0.88018,4.09466 1.864,5.94068 0.15581,-0.20369 0.24539,-0.47666 0.46742,-0.6111 0.5288,-0.3202 1.67071,-0.32513 2.21896,-0.34403 0.97505,-0.0336 1.91837,-0.0769 2.88967,-0.16857 0.31819,0.0847 1.34203,-0.008 1.63406,0.14952 0.56893,0.30699 0.94505,0.9572 1.27871,1.47062 0.68367,0.72936 1.0473,1.58592 1.34739,2.51293 0.33345,0.95894 0.59885,1.93798 0.92107,2.90015 0.25666,0.92519 0.62757,1.84297 0.588,2.81754 -0.0542,1.33275 -0.13655,0.12028 -0.0614,0.96581 0.9758,6.84544 0.29384,1.05279 -17.4758,9.93877 -0.20639,0.10321 -0.45041,-0.71103 -0.48076,-0.48818 -0.0403,0.29517 0.17782,0.94038 0.44033,0.78503 17.63393,-10.43526 10.63243,-13.79672 16.78992,-10.78348 0.73043,0.43595 1.24051,1.10233 1.7603,1.74615 0,0 -17.05344,9.87231 -17.05344,9.87231 l 0,0 c -0.46894,-0.53931 -1.00266,-0.9604 -1.61396,-1.34566 -5.16771,-4.75458 -1.1993,-0.88523 15.82253,-11.65246 0.26208,-0.16578 0.33472,0.5235 0.57263,0.72048 0.0732,0.0605 0.0472,-0.32219 -0.037,-0.27702 -17.49193,9.38826 -22.66348,6.0484 -16.84377,9.67439 0.37794,-0.33021 0.13884,-0.059 0.39122,-0.66409 0.0538,-0.12883 0.1436,-0.24356 0.18384,-0.37693 0.17776,-0.58923 -0.20022,-1.06833 -0.34436,-1.62317 -0.39389,-0.96008 -0.63068,-1.96614 -0.96892,-2.94483 -0.093,-0.26274 -0.16047,-0.53394 -0.26362,-0.79308 -0.18637,-0.46823 -0.61349,-0.79781 -0.86872,-1.22615 -0.0531,-0.0664 -0.0938,-0.14428 -0.15944,-0.19932 -0.0564,-0.0474 -0.0937,0.12787 -0.16615,0.14513 -0.39458,0.094 -0.90188,-0.16922 -1.29868,-0.0142 -0.88602,0.008 -1.76877,-0.0134 -2.65396,0.0428 -0.62403,0.0397 -2.01193,0.23824 -2.61148,0.0212 -0.56791,-0.20553 -1.01311,-0.64482 -1.51968,-0.96724 -0.74206,-2.12565 -1.67592,-4.19351 -2.07843,-6.41861 -0.10243,-0.6969 -0.25097,-1.38846 -0.31474,-2.08967 -0.0973,-1.06929 0.0298,-2.15804 -0.0285,-3.22931 0.0309,-0.62731 0.0361,-1.28128 0.20167,-1.89353 1.78599,-6.60556 22.45932,-8.38973 17.84617,-10.98713 1.24428,-0.21457 2.49231,-0.18093 3.73381,0.0608 1.23729,0.31114 2.28995,0.88229 3.2268,1.73255 1.09564,0.96766 2.06122,2.03898 2.73456,3.33207 0.51967,1.24091 0.83588,2.45244 0.35832,3.76221 -0.29737,1.01101 -0.90657,1.83063 -1.35095,2.77879 -0.31132,0.54271 -0.59659,1.08819 -0.92363,1.62239 -0.12324,0.2013 -0.15556,0.48619 -0.36178,0.60841 -15.34013,9.09104 -11.29794,7.37997 -18.00046,10.17061 -1.23162,0.43476 -2.47323,0.86857 -3.78301,1.0168 -1.46179,0.23855 -2.9331,0.42656 -4.33178,0.93285 -1.53277,0.29671 -3.0785,0.5915 -4.63687,0.7138 -2.14107,0.1297 -4.28399,-0.01 -6.41441,-0.23453 -4.34167,-0.59421 -8.69923,-1.40952 -12.77634,-3.0103 -3.43144,-1.42445 -6.86079,-2.97875 -9.29685,-5.8214 -0.25747,-0.32685 -0.5461,-0.6328 -0.77245,-0.98055 -0.73527,-1.12961 -0.86764,-2.43928 -0.76672,-3.73668 0.0157,-0.31848 0.10453,-2.59381 0.31142,-2.71287 16.93131,-9.74332 10.98554,-10.51113 18.23565,-9.41626 1.41703,0.21374 2.88827,0.27599 4.2314,0.7895 1.07048,0.5045 1.97672,1.23588 3.02097,1.77526 0.36503,0.12929 0.45837,0.18958 0.82636,0.22872 0.52901,0.0563 1.07442,-0.0675 1.58358,0.15212 0.74263,0.30145 1.33601,0.78826 1.71095,1.48948 0.4679,0.54358 1.78161,0.62263 2.3743,1.08055 0.90716,0.55805 1.75218,1.21417 2.7114,1.69162 1.06137,0.43037 2.1265,0.52606 3.27254,0.4777 1.32654,0.0393 2.65073,0.11964 3.97035,0.25915 1.55626,0.13945 3.11001,0.10811 4.67143,0.11118 1.5641,0.014 3.13675,0.007 4.68742,0.23151 1.76821,0.29099 3.50531,0.72664 5.25729,1.09483 1.58129,0.37466 3.1435,0.8298 4.48524,1.75461 0.95116,0.59524 1.9509,1.11697 2.86015,1.77359 0.85876,0.67942 1.6439,1.43141 2.4345,2.18347 0.8251,0.75361 1.66562,1.49178 2.55353,2.17626 0.0386,0.031 0.59388,0.48456 0.70832,0.55337 0.0633,0.038 0.15071,0.12888 0.20684,0.0815 0.0633,-0.0534 0.0585,-0.28249 -0.0151,-0.24327 -17.56369,9.3696 -22.08005,5.09343 -16.91867,9.75925 0.29167,-0.46674 0.047,-0.90465 0.14133,-1.41934 0.0537,-0.29296 0.52074,-0.74524 0.4592,-1.10379 0.31249,-0.8254 0.22818,-1.76618 0.59336,-2.58904 0.13104,-1.13958 0.39487,-2.25289 0.44259,-3.40039 0.12877,-1.22993 0.41685,-2.43518 0.4761,-3.6714 0.032,-0.33929 0.10046,-0.67685 0.0996,-1.01755 -0.002,-0.83081 -0.25776,-1.65381 -0.436,-2.45743 -0.25123,-0.83736 -0.7182,-2.57843 -1.22152,-3.27442 -0.0784,-0.10842 -0.18612,-0.19392 -0.27919,-0.29088 -1.25319,-0.71579 -2.85335,-0.5148 -4.24661,-0.57889 -1.91564,0.0198 -3.83166,0.052 -5.73938,0.24035 -1.93998,0.11114 -3.87779,0.14528 -5.82044,0.0425 -3.16927,-0.0554 -6.34162,-0.0568 -9.50492,0.17081 -1.71037,0.13859 -3.41021,0.36653 -5.08027,0.75894 -1.37659,0.24712 -2.7575,0.46994 -4.15906,0.26008 -1.5957,-0.21022 -3.14863,-0.61196 -4.68336,-1.08117 -2.40415,-0.72855 -4.84388,-1.33787 -7.24564,-2.07283 -1.48492,-0.53785 -2.90713,-1.19822 -4.15728,-2.15696 -1.03171,-0.73832 -2.0636,-1.47564 -3.12615,-2.17235 -1.41486,-0.92204 -2.88078,-1.8367 -4.58732,-2.14133 -0.92849,-0.0813 -1.9131,0.0342 -2.63922,0.6544 5.5602,-3.13108 11.14062,-6.22877 16.68059,-9.39323 0.12131,-0.0693 -0.27745,0.053 -0.40993,0.0993 -0.52196,0.18259 -0.9651,0.58459 -1.24586,1.03662 -0.36805,0.79178 -0.23804,1.64375 -0.25148,2.49435 0.0152,0.9201 -0.0201,1.84 -0.0178,2.76018 0.009,0.92618 -0.0222,1.85293 0.0344,2.77834 0.0258,0.70237 0.0864,1.40273 0.3644,2.06132 0.39941,1.00023 0.77302,2.00612 1.24614,2.97879 0.45719,1.27841 0.89931,2.56503 1.65821,3.71573 0.56257,1.01601 0.96442,2.10997 1.62976,3.07475 0.64784,1.0333 1.37328,2.015 2.19876,2.9243 0.91061,1.01205 1.82022,2.04278 3.00592,2.76699 1.23995,0.74611 2.61468,1.1924 4.03128,1.52152 1.68818,0.34561 3.40447,0.4779 5.1052,0.74021 0.96766,0.24291 1.75005,0.45726 2.76311,0.33052 0.97773,-4.9e-4 1.9553,2.8e-4 2.93287,0.0234 1.36368,0.0179 2.7276,0.0159 4.09133,0.007 1.08021,-0.0162 2.16041,-0.0418 3.24077,-0.0408 1.04882,0.008 2.09758,0.0233 3.14611,0.049 1.1213,0.0298 2.25109,0.0774 3.31974,0.44325 1.16161,0.37017 2.32567,0.73432 3.40016,1.31224 1.34114,0.58548 2.70844,1.13235 4.14611,1.45531 1.39339,0.2916 2.79026,0.56871 4.20227,0.75836 0.97467,0.22548 1.91719,0.56347 2.90919,0.72074 1.02194,0.18323 2.03364,0.1865 3.06261,0.0383 0.44769,-0.0661 1.52705,-0.26819 1.90822,-0.48458 0.10358,-0.0588 0.17274,-0.16146 0.25913,-0.24221 0.20788,-0.13297 0.51637,-0.34192 0.74374,-0.43805 0.60673,-0.25648 1.30643,-0.27136 1.87747,-0.62243 0.31138,-0.14387 0.63671,-0.25966 0.94211,-0.41507 0.15541,-0.0791 0.59847,-0.35556 0.4465,-0.27047 -24.5119,13.72512 -21.88212,11.51203 -15.57159,8.88814 0.76835,-0.80879 1.44581,-1.69978 2.34789,-2.37805 0.72047,-0.57498 1.22232,-1.34179 1.68005,-2.12171 0.0416,-0.13324 0.0832,-0.26649 0.12481,-0.39973 0.0525,-0.11829 0.11744,-0.23212 0.15747,-0.35488 0.19116,-0.58634 0.27522,-1.20517 0.70703,-1.69495 0.53856,-1.06081 -0.1124,0.17462 0.47594,-0.80467 0.34507,-0.57439 0.45932,-1.25223 0.87572,-1.79218 0.51562,-0.7654 0.62694,-1.62605 0.6921,-2.52287 0.1376,-0.83865 0.33516,-1.65802 0.38374,-2.50934 0.071,-0.41158 0.21039,-0.8397 0.25396,-1.25274 0.0521,-0.49439 -0.0464,-1.0002 0.007,-1.49533 0.0164,-1.08477 -0.004,-2.16836 0.003,-3.25303 -0.009,-1.01528 -0.006,-2.03081 -0.0104,-3.04603 0.01,-0.89519 0.006,-1.79055 -0.004,-2.68569 -0.004,-0.79029 -0.0271,-1.58639 -0.3122,-2.33807 -0.38587,-0.92482 -0.90513,-1.84387 -1.66719,-2.52813 -0.91299,-0.62248 -1.90161,-1.01767 -3.02122,-1.14521 -1.88556,-0.33564 -3.79905,-0.49869 -5.71353,-0.57794 -1.94223,-0.0788 -3.88839,-0.0164 -5.83082,-0.11652 -3.09319,-0.0694 -6.18545,-0.0316 -9.27878,0.0158 -3.35266,-0.0226 -6.70318,-0.14577 -10.05589,-0.16052 -3.74357,-0.009 -7.52427,0.12731 -11.23788,-0.39463 -3.93256,-0.68037 -7.87852,-1.25661 -11.84713,-1.70819 -2.50865,-0.31245 -5.02889,-0.55761 -7.52051,-0.98385 -1.30251,-0.32172 -2.56898,-0.78065 -3.73835,-1.42852 -1.21623,-0.65013 -2.38065,-1.3634 -3.46122,-2.21347 -0.58026,-0.395 -1.63482,-1.27177 -2.35969,-1.32842 -0.10741,-0.008 -0.21317,0.0306 -0.31976,0.046 -4.86257,4.55338 -0.68025,0.59973 16.47026,-9.10648 0.13513,-0.0765 -0.3073,0.068 -0.4498,0.13077 -0.5457,0.24018 -0.79805,0.71511 -1.11145,1.18008 -0.49102,0.85738 -0.93537,1.7014 -1.01892,2.69516 -0.34807,1.12185 -0.31963,2.33853 -0.63936,3.473 -0.24207,1.00439 -0.18262,1.99909 -0.0408,3.01803 0.13283,0.86195 0.35098,1.70242 0.26382,2.58166 -0.004,0.84641 -0.0103,1.69317 -0.0565,2.53862 -0.052,0.8738 -0.0855,1.75476 -0.34372,2.60033 0.007,0.83291 0.0273,1.66681 -0.0497,2.49791 -0.0883,0.89607 -0.32169,1.76557 -0.38945,2.65719 -0.0257,0.84973 -0.0573,1.73093 -0.36681,2.5345 -0.0459,0.82647 -0.20599,1.66305 -0.0925,2.48341 0.12573,0.8141 0.0196,1.64131 -0.30842,2.40735 -0.0362,0.38888 -0.0736,0.77626 -0.15639,1.15915 -0.0441,0.20394 -0.15199,0.39303 -0.18489,0.59895 -0.0193,0.12046 -3.9e-4,0.24377 -5.5e-4,0.36566 0.002,0.68844 -0.004,1.38124 0.10663,2.06328 0.1629,0.7769 0.50089,1.49603 0.70182,2.26326 0.10686,0.704 0.40291,1.30288 0.87223,1.85607 0.70196,0.75259 1.48782,1.43099 2.29145,2.08007 0.78711,0.58675 1.62048,1.10487 2.52522,1.5082 0.70562,0.35756 1.4726,0.53465 2.23234,0.75198 0.73253,0.20814 1.489,0.3046 2.2422,0.40267 0.81228,0.16172 1.62194,0.2306 2.43245,0.39032 1.07724,0.28657 2.09419,0.72617 3.16107,1.04086 0.33456,0.0817 0.66274,0.19295 1.00336,0.24615 0.51549,0.0805 1.05947,-0.051 1.56448,0.14157 0.95485,0.23028 1.85134,0.60207 2.76959,0.93801 1.03071,0.39529 2.03286,0.85863 3.09204,1.17823 0.97026,0.30882 1.88693,0.76083 2.80519,1.18982 0.96696,0.40745 1.91463,0.8776 2.92138,1.18223 1.44062,0.28866 2.89099,0.30643 4.36012,0.26596 1.3977,-0.042 2.82463,-0.0429 4.18231,-0.40407 0.83055,-0.24472 1.64286,-0.54195 2.43085,-0.88997 0.94788,-0.35334 1.98917,-0.43748 2.95873,-0.73576 1.16792,-0.11123 2.39787,-0.18736 3.53418,0.13591 0.42619,0.13745 0.86124,0.33112 1.30005,0.42785 0.14233,0.0314 0.62399,0.0634 0.75519,0.0867 0.16081,0.0286 0.31767,0.0751 0.4765,0.11267 1.03244,0.31178 1.96569,0.78416 2.88787,1.32496 0.92795,0.26419 1.93887,0.25466 2.89605,0.31367 1.19951,0.0474 2.40325,0.12074 3.54849,0.50249 1.20925,0.3308 2.44057,0.4043 3.68696,0.53422 1.50889,0.20015 3.05118,0.24428 4.51548,0.67752 0.87837,0.28594 1.78235,0.59722 2.72445,0.51409 0.90728,0.0802 1.80423,0.22585 2.70328,0.36617 1.65601,0.19238 3.33067,0.21501 4.99266,0.3431 0.93202,0.0396 1.87832,0.1239 2.80462,-0.0344 0.22603,-0.0386 0.4605,-0.0691 0.66671,-0.16664 0.15582,-0.0737 0.53845,-0.42009 0.39006,-0.33321 -5.54638,3.24749 -11.06064,6.54605 -16.59097,9.81906 0.11267,0.0556 0.21814,0.12787 0.33801,0.16693 0.34333,0.11184 0.0472,-0.28529 0.0547,-0.28912 17.67056,-9.16683 23.13506,-5.10206 17.54033,-9.15263 -0.27415,0.25356 -0.0404,0.7093 -0.0917,0.94903 -2.23653,-6.25784 0.0851,0.0675 -16.89443,10.26381 -0.0796,0.0478 -0.066,-0.1702 -0.10903,-0.2508 -0.25943,-0.48639 -0.52332,-0.97071 -0.80611,-1.44498 -0.75268,-1.07837 -1.71937,-2.02474 -2.27804,-3.21833 5.54545,-3.62227 10.97949,-7.40957 16.63637,-10.86679 0.17557,-0.10731 0.28772,0.28984 0.42853,0.4375 0.14171,0.14859 1.59806,1.83686 1.3488,1.99915 -5.5676,3.62487 -11.53266,6.6427 -17.299,9.96404 -0.63743,-0.44187 -1.11653,-1.00178 -1.68496,-1.51933 -0.19358,-0.17626 -0.40429,-0.33469 -0.59382,-0.51504 -0.18649,-0.17746 -0.35534,-0.37148 -0.53301,-0.55722 -0.45235,-0.68867 -0.82389,-1.30768 -0.76188,-2.16006 0.0147,-0.20217 0.11704,-0.39079 0.14453,-0.5917 0.14082,-1.02913 -0.22649,-0.65209 0.39992,-1.07169 0.10542,-0.0101 0.21038,-0.0269 0.31625,-0.0305 0.0954,-0.003 0.20392,0.0563 0.28607,0.009 0.31419,-0.1796 0.20348,-1.25569 0.42609,-1.57663 0.33107,-0.80258 0.76629,-1.56305 1.13259,-2.35075 0.39,-0.91 1.05051,-1.69862 1.76491,-2.39231 0.33417,-0.29331 0.66569,-0.6006 1.04444,-0.84124 0.79287,-0.50374 -0.11789,0.10432 0.67489,-0.31116 0.10231,-0.0536 0.18758,-0.13325 0.28135,-0.19987 0.62135,-0.47793 0.65217,-1.31066 0.78857,-2.0188 0.17831,-0.67917 0.59944,-1.28782 0.57283,-2.00165 -0.003,-0.76776 -0.01,-1.53559 9.8e-4,-2.30331 0.022,-0.86086 0.0614,-1.72797 0.29796,-2.56344 0.26926,-0.84004 0.54641,-1.67483 0.73189,-2.53883 0.0711,-0.25358 0.18313,-0.49606 0.24294,-0.75234 0.12894,-0.55255 0.10175,-1.14346 0.30339,-1.68407 0.0502,-0.80952 0.12643,-1.62706 0.42768,-2.39146 0.0973,-0.9293 0.29766,-1.83134 0.52501,-2.73675 0.24169,-0.90529 0.61816,-1.77778 0.98463,-2.64028 0.40828,-0.85124 0.62318,-1.78844 1.0908,-2.62046 0.25663,-0.40806 0.42636,-0.84936 0.67638,-1.25832 0.23846,-0.39003 0.55462,-0.73328 0.66548,-1.19102 0.46978,-0.81483 1.07265,-1.55375 1.50737,-2.39104 0.39194,-0.64625 0.528,-1.36216 0.73399,-2.07732 0.0447,-0.99133 0.12247,-1.98261 0.10501,-2.97541 -0.0348,-0.76485 -0.33036,-1.4877 -0.64593,-2.1844 -0.57103,-0.55187 -1.52022,-0.47778 -2.23043,-0.75364 -1.22668,-0.34267 -2.45349,-0.68988 -3.70038,-0.95749 -1.2988,-0.23013 -2.6013,-0.3956 -3.92084,-0.44857 -0.87469,-0.10557 -1.73289,-0.28129 -2.61789,-0.20217 -1.30793,-0.0376 -2.61491,-0.10037 -3.92044,-0.18615 -1.57353,-0.13159 -3.12677,-0.42392 -4.70394,-0.51097 -1.51043,-0.0427 -3.02685,0.0881 -4.53253,-0.0965 -2.31405,-0.2849 -4.62938,-0.55534 -6.93656,-0.89037 -1.38169,-0.16119 -1.63668,-0.21911 -3.02892,-0.26887 -1.17843,-0.0421 -2.36255,0.0476 -3.53905,-0.0687 -1.71878,-0.12586 -3.43959,-0.27972 -5.16352,-0.29824 -1.3346,-0.0459 -2.66029,-0.19385 -3.99191,-0.28506 -1.47408,-0.0432 -2.942,0.0971 -4.41004,0.2175 -1.40303,0.10362 -2.80551,0.12944 -4.21257,0.14009 -1.05234,0.007 -2.10449,-0.0233 -3.15687,-0.0177 -1.46344,-0.0177 -2.92694,-0.0502 -4.39053,-0.0364 -1.47609,0.0237 -2.95218,0.0473 -4.42819,0.002 -1.6793,-0.059 -3.36374,-0.0834 -5.0349,-0.26495 -1.06867,-0.15866 -2.12208,-0.40184 -3.20423,-0.45934 -0.7741,0.11703 -1.56902,0.0125 -2.34859,-5e-4 -1.01798,-0.0738 -2.03321,-0.19841 -3.02163,-0.45408 -1.07837,-0.2804 -2.1742,-0.45671 -3.26294,-0.6903 -1.31455,-0.40589 -2.56546,-0.962 -3.74409,-1.65908 -0.21346,-0.13161 -0.76746,-0.57421 -1.08105,-0.40998 -0.0859,0.045 -0.24065,0.28717 -0.15585,0.2402 17.18828,-9.5205 23.23358,-8.16186 16.51108,-9.57966 -0.0834,0.042 -0.20413,0.0466 -0.2503,0.12577 -0.13166,0.22589 -0.0663,0.51529 -0.12173,0.76903 -0.0453,0.20789 -0.15421,0.40074 -0.18977,0.61042 -0.0207,0.12178 -0.004,0.24679 -0.006,0.37018 -0.0101,0.59223 -0.0309,1.18528 -0.008,1.77735 0.0821,0.44835 1.14209,0.46098 1.47616,0.67753 1.20649,0.56555 2.4506,1.52788 3.85544,1.26273 0.82798,-0.22303 1.62594,-0.44549 2.38745,-0.84318 0.21654,-0.11309 0.8493,-0.4814 0.63627,-0.36221 -5.40362,3.02329 -10.80539,6.04968 -16.20807,9.07451 0.22893,-0.11632 0.46774,-0.21601 0.68679,-0.34895 0.91966,-0.55819 0.41045,-0.39905 1.36513,-0.93137 3.65399,-2.03743 12.25945,-8.85933 19.27583,-10.16925 1.41518,-0.12723 2.84084,-0.17645 4.24284,-0.41847 0,0 -15.9893,11.50297 -15.9893,11.50297 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
       id="path2832"
       d="m 138.9234,606.23556 c -1.39259,-0.356 -2.82059,-0.55172 -4.23917,-0.78211 -1.23436,-0.20401 -2.48122,-0.31356 -3.7319,-0.35384 -0.72577,-0.0191 -1.45179,-0.01 -2.1777,-0.008 -0.52824,0.0415 -1.07952,-0.0588 -1.5976,0.0609 -0.45155,0.10519 -0.87704,0.31084 -1.29744,0.5018 -0.83798,0.30596 -1.69678,0.55093 -2.53535,0.8552 -0.69182,0.28074 -1.41519,0.46139 -2.05032,0.85585 8.3782,-4.63239 4.94934,-3.37072 3.67394,-1.59381 -0.23385,0.36287 -0.3621,0.77267 -0.5087,1.1722 -0.16519,0.45481 -0.2673,0.92737 -0.36222,1.39961 -0.1099,0.43587 -0.20227,0.87523 -0.31557,1.31031 -0.13799,0.42355 -0.25449,0.85272 -0.38012,1.27973 -0.18646,0.51513 -0.31846,1.04534 -0.41862,1.58183 -0.0852,0.43926 -0.0786,0.88775 -0.14557,1.32877 -0.0586,0.41944 -0.16593,0.82848 -0.25986,1.24115 -0.16337,0.50145 -0.22077,1.02476 -0.31412,1.54044 -0.0852,0.59632 -0.17597,1.19185 -0.26467,1.78777 -0.0556,0.46214 -0.0935,0.92439 -0.17217,1.38366 -0.14265,0.61162 -0.21843,1.23186 -0.29683,1.85319 -0.11184,0.62352 -0.15147,1.25491 -0.20982,1.8842 -0.0557,0.50938 -0.204,1.00242 -0.29744,1.50557 -0.0536,0.45385 -0.11819,0.90485 -0.19572,1.35563 -0.0792,0.52553 -0.0798,1.05797 -0.11038,1.58729 -0.0588,0.59968 -0.20412,1.18605 -0.28642,1.78265 -0.0824,0.49611 -0.17386,0.98995 -0.2332,1.48931 -0.0249,0.56406 -0.0906,1.12281 -0.20036,1.67717 -0.13143,0.53415 -0.19058,1.07817 -0.21882,1.62537 -0.0155,0.56111 -0.16288,1.10335 -0.27114,1.65115 -0.10712,0.5473 -0.12566,1.10597 -0.13556,1.66147 -0.016,0.61809 -0.006,1.23626 -0.005,1.85441 0.008,0.53715 0.004,1.07433 0.006,1.6115 0.008,0.5564 -0.002,1.10967 -0.0674,1.66265 -0.0679,0.44733 -0.0931,0.89897 -0.10766,1.35041 -0.0144,0.42896 -0.0137,0.85809 -0.0118,1.28722 0.0254,0.40596 -0.0631,0.80371 -0.12086,1.20314 -0.0519,0.39304 -0.0653,0.78944 -0.0712,1.18523 -0.0256,0.51149 0.007,1.01844 0.0591,1.52702 0.0444,0.70618 0.12669,1.40757 0.25206,2.10449 0.13823,0.72137 0.41512,1.40682 0.63443,2.10705 0.14221,0.54857 0.40417,1.0547 0.613,1.58017 0.20164,0.5146 0.57084,0.93165 0.94392,1.33689 0.601,0.5727 1.26068,1.08364 1.89022,1.62649 0.75169,0.69576 1.55384,1.33727 2.31668,2.02104 0.70994,0.57654 1.47061,1.09148 2.23083,1.60343 0.60181,0.40907 1.14502,0.88892 1.71244,1.33932 0.57458,0.45167 1.24091,0.77344 1.8538,1.17183 0.63505,0.39594 1.23083,0.84736 1.92368,1.14544 0.53058,0.22327 1.09199,0.38394 1.65828,0.49811 0.55458,0.11887 1.09039,0.29159 1.63576,0.44166 0.78438,0.25095 1.59359,0.42322 2.40474,0.57125 1.06866,0.19587 2.14009,0.37845 3.21042,0.56651 0.75526,0.14035 1.48937,0.36477 2.24626,0.49625 0.58661,0.0666 1.16339,0.19329 1.74117,0.30883 0.68066,0.17818 1.3766,0.30949 2.07416,0.41015 0.74937,0.12336 1.51087,0.17667 2.26019,0.29758 0.61662,0.0713 1.22352,0.18853 1.8362,0.28326 0.53104,0.0479 1.05559,0.0789 1.58146,0.16433 0.49165,0.0334 0.96719,0.13648 1.45129,0.21755 0.55035,0.0331 1.09043,0.1279 1.63785,0.18757 0.62644,0.14059 1.26549,0.2075 1.90626,0.24457 0.51533,0.12544 1.0526,0.12249 1.56862,0.23292 0.48534,0.12206 0.98947,0.10586 1.47905,0.19441 0.52946,0.11113 1.07681,0.0872 1.60583,0.18795 0.5328,0.10803 1.07748,0.12978 1.61975,0.14762 0.71432,0.0157 1.4289,0.0175 2.14339,0.0182 0.75453,0.0342 1.49158,0.19297 2.23785,0.29245 0.50222,0.0192 0.98893,0.1123 1.48378,0.18656 0.41956,0.058 0.8439,0.0631 1.26686,0.0682 0.49857,0.006 0.99722,0.003 1.49582,0.002 0.44808,-0.002 0.89615,-0.004 1.34422,-0.006 0.67016,0.008 1.34029,0.0184 2.0105,0.0215 0.8621,0.01 1.72415,-0.003 2.5862,-0.008 0.63227,0.002 1.26012,0.10357 1.89132,0.14742 0.57639,0.0708 1.16571,0.11514 1.73596,0.2299 0.0951,0.0173 0.1914,0.0294 0.28535,0.052 0.77655,0.18563 -0.20352,-0.0128 0.55301,0.1512 0.32103,0.0696 0.64522,0.0952 0.97223,0.12249 1.00303,0.1217 2.00823,0.23203 3.01481,0.32452 0.80428,0.071 1.61185,0.0915 2.41906,0.0944 0.55075,-5.3e-4 1.1015,-0.003 1.65226,-0.002 0.54115,-0.0278 1.07774,-0.11878 1.62096,-0.15697 0.51752,0.0145 1.01577,-0.089 1.52547,-0.14828 0.57739,-0.0781 1.14974,-0.17645 1.73319,-0.22359 0.48564,0.008 0.94803,-0.12876 1.42606,-0.18869 0.48245,-0.0166 0.94614,-0.14314 1.41452,-0.24685 0.52914,-0.1418 1.09039,-0.0851 1.61968,-0.20873 0.50665,-0.11202 1.03077,-0.0804 1.5383,-0.17623 0.47484,-0.092 0.95676,-0.13377 1.43985,-0.1536 0.41932,-0.13228 0.86309,-0.15328 1.3002,-0.17782 0.43119,0.0374 0.80403,-0.11797 1.19888,-0.25047 0.0602,-0.0317 0.1173,-0.0696 0.18061,-0.0949 0.0717,-0.0287 0.1499,-0.0394 0.22228,-0.0662 0.3327,-0.12362 0.63471,-0.31462 0.95414,-0.4648 3.86495,-2.27058 -16.44533,9.28171 0.72591,-0.41698 1.53237,-0.86552 -3.07337,1.71664 -4.61102,2.57334 -0.18266,0.10177 0.36105,-0.21064 0.53871,-0.32038 0.49922,-0.33689 0.97394,-0.70787 1.44561,-1.07994 0.43574,-0.34729 0.84358,-0.72526 1.24767,-1.10617 0.41751,-0.37283 0.79301,-0.78231 1.15748,-1.20295 0.3264,-0.36455 0.41912,-0.84259 0.59867,-1.27885 0.15394,-0.41228 0.33361,-0.81512 0.48418,-1.22859 0.15177,-0.45521 0.35243,-0.8929 0.53372,-1.33782 0.2253,-0.45984 0.38634,-0.94469 0.56586,-1.4222 0.17743,-0.63954 0.36114,-1.27652 0.5774,-1.90509 0.25257,-0.63616 0.53065,-1.26473 0.83415,-1.87998 0.24276,-0.52925 0.46042,-1.06922 0.69148,-1.60348 0.27489,-0.57122 0.52784,-1.1503 0.76679,-1.73629 0.2405,-0.61427 0.53623,-1.20553 0.80728,-1.80708 0.30231,-0.63078 0.56589,-1.2741 0.77985,-1.93765 0.21356,-0.70337 0.43726,-1.40318 0.67018,-2.10078 0.22054,-0.73472 0.4038,-1.47801 0.63154,-2.21088 0.16767,-0.6484 0.35717,-1.29157 0.52446,-1.93997 0.17722,-0.61501 0.2962,-1.24104 0.35799,-1.87612 0.0554,-0.73375 0.20023,-1.45632 0.30871,-2.18338 0.0696,-0.61558 0.16433,-1.22853 0.26367,-1.84022 0.11265,-0.59897 0.16373,-1.20585 0.25921,-1.80712 0.0889,-0.70714 0.23791,-1.40279 0.42468,-2.09113 0.15821,-0.65591 0.36727,-1.29867 0.53969,-1.95084 0.13634,-0.4928 0.14654,-1.00401 0.18687,-1.5092 0.1192,-0.61356 0.24377,-1.22385 0.33748,-1.84198 0.095,-0.65897 0.22594,-1.3121 0.32348,-1.97062 0.0423,-0.54447 0.10589,-1.0812 0.24143,-1.61165 0.15135,-0.49657 0.2044,-1.00975 0.23711,-1.52414 0.0336,-0.67236 0.0257,-1.34566 0.0266,-2.01855 0.004,-0.70055 2e-5,-1.40108 -0.002,-2.10162 -9.7e-4,-0.64404 -0.004,-1.28807 -0.004,-1.93212 0.0145,-0.60558 -0.005,-1.20614 -0.0763,-1.80776 -0.0524,-0.48205 -0.10539,-0.96227 -0.18919,-1.44019 -0.0763,-0.52332 -0.11448,-1.04948 -0.19212,-1.57304 -0.0796,-0.46188 -0.0935,-0.93077 -0.16487,-1.39337 -0.0695,-0.46144 -0.17802,-0.91636 -0.31253,-1.36383 0,0 5.03936,-2.658 5.03936,-2.658 l 0,0 c 0.1367,0.46904 0.26257,0.9425 0.34377,1.42366 0.0822,0.46902 0.11616,0.9373 0.158,1.41145 0.0685,0.51812 0.15125,1.03305 0.19803,1.55355 0.079,0.4912 0.16999,0.9772 0.18565,1.47581 0.0645,0.62027 0.13585,1.23813 0.0992,1.86305 2e-4,0.64523 -0.003,1.29046 -0.004,1.93569 -9.8e-4,0.70056 -0.004,1.40109 0.002,2.10165 0.002,0.67787 -9.8e-4,1.35576 -0.006,2.03361 -0.0112,0.54368 -0.0237,1.09315 -0.16766,1.62233 -0.14346,0.51381 -0.28258,1.02425 -0.29518,1.56101 -0.0812,0.66568 -0.22292,1.32133 -0.32133,1.98447 -0.10224,0.60377 -0.13682,1.21901 -0.3271,1.8072 -0.075,0.52411 -0.0353,1.06028 -0.15689,1.58042 -0.16641,0.66364 -0.42304,1.30143 -0.55661,1.97327 -0.1968,0.66472 -0.37836,1.33318 -0.43986,2.0249 -0.0905,0.6042 -0.15883,1.21005 -0.26009,1.8129 -0.10039,0.60948 -0.1923,1.22125 -0.27941,1.83238 -0.0907,0.72109 -0.26265,1.42887 -0.32468,2.1537 -0.0339,0.66092 -0.10945,1.31241 -0.30213,1.95057 -0.15828,0.66331 -0.38395,1.30814 -0.53315,1.97366 -0.21699,0.74072 -0.46795,1.47237 -0.62842,2.2282 -0.23425,0.69035 -0.45799,1.38258 -0.65885,2.08247 -0.20599,0.68129 -0.43607,1.35198 -0.75603,1.99261 -0.25886,0.60697 -0.56041,1.19301 -0.80886,1.80459 -0.26368,0.57619 -0.45288,1.18099 -0.74634,1.74559 -0.2657,0.52187 -0.47048,1.07373 -0.68684,1.61581 -0.30539,0.60515 -0.60239,1.21056 -0.87864,1.82914 -0.22925,0.61454 -0.43614,1.2414 -0.56379,1.88334 -0.0772,0.26986 -0.19877,0.51451 -0.28533,0.77886 -0.0763,0.23289 -0.10014,0.48303 -0.23971,0.69626 -0.22067,0.41127 -0.33229,0.86356 -0.55887,1.27302 -0.1221,0.43496 -0.30578,0.84562 -0.46314,1.26813 -0.0291,0.0701 -0.0582,0.14013 -0.0873,0.2102 -0.0329,0.0667 -0.0699,0.13165 -0.0986,0.20016 -0.13863,0.33148 -0.16844,0.70065 -0.36331,1.0124 -0.33086,0.45748 -0.71275,0.88406 -1.1251,1.27424 -0.40531,0.39021 -0.81084,0.78076 -1.23813,1.14866 -0.46487,0.3916 -0.95584,0.7505 -1.42932,1.13183 -1.76268,1.26011 -3.89253,2.25383 -5.69081,3.24611 -1.54786,0.8541 6.17196,-3.44927 4.62671,-2.59073 -5.48604,3.04805 -3.3504,2.01461 -5.37879,2.99024 -0.45962,0.22777 -0.93851,0.42306 -1.43156,0.57063 -0.41644,0.11364 -0.84185,0.12227 -1.27125,0.14932 -0.439,0.0465 -0.86913,0.14686 -1.30962,0.17151 -0.46955,0.0396 -0.93458,0.10949 -1.40085,0.17498 -0.51657,0.0414 -1.03037,0.0974 -1.5405,0.18863 -0.53294,0.0367 -1.06297,0.1001 -1.58151,0.22947 -0.48353,0.10333 -0.9698,0.17402 -1.46115,0.23008 -0.4718,0.0773 -0.94326,0.12563 -1.42113,0.15316 -0.57886,0.0681 -1.1502,0.18189 -1.73001,0.24325 -0.51048,0.0734 -1.02374,0.0851 -1.5378,0.12456 -0.54864,0.0536 -1.09487,0.14608 -1.64853,0.11815 -0.55038,0.003 -1.10101,0.004 -1.65113,-0.0144 -0.79975,-0.031 -1.5989,-0.0784 -2.39435,-0.16698 -1.01462,-0.11125 -2.03067,-0.20505 -3.047,-0.30048 -0.62963,-0.0702 -1.23591,-0.22119 -1.85651,-0.339 -0.57214,-0.0705 -1.14264,-0.15575 -1.71882,-0.18937 -0.61042,-0.0644 -1.22041,-0.14439 -1.83625,-0.12439 -0.85505,-0.005 -1.7101,-0.0173 -2.56519,-0.008 -0.69058,0.003 -1.38107,0.0132 -2.07158,0.0218 -0.44383,-5.2e-4 -0.88766,-0.002 -1.33148,-0.003 -0.50365,3e-5 -1.00732,5.2e-4 -1.5109,-0.01 -0.44015,-0.0159 -0.87918,-0.0479 -1.31209,-0.13117 -0.48622,-0.0818 -0.9779,-0.11066 -1.46366,-0.19619 -0.71518,-0.12413 -1.4325,-0.25524 -2.16311,-0.23808 -0.72552,-1.9e-4 -1.45138,0.005 -2.17648,-0.024 -0.55991,-0.0282 -1.11553,-0.0854 -1.66759,-0.18224 -0.53483,-0.044 -1.06599,-0.11109 -1.59687,-0.18775 -0.50366,-0.0389 -1.00256,-0.10643 -1.49762,-0.20514 -0.51343,-0.056 -1.02072,-0.1491 -1.53444,-0.20079 -0.6375,-0.0693 -1.26877,-0.17516 -1.90283,-0.26768 -0.5627,-0.066 -1.12869,-0.10517 -1.68732,-0.19904 -0.47509,-0.0908 -0.95542,-0.13433 -1.43358,-0.20758 -0.52647,-0.0689 -1.06138,-0.0718 -1.58326,-0.17839 -0.59914,-0.11037 -1.20276,-0.1905 -1.8043,-0.28778 -0.75511,-0.0951 -1.50964,-0.19213 -2.26194,-0.30688 -0.70631,-0.12328 -1.41087,-0.25537 -2.10966,-0.41413 -0.57911,-0.11718 -1.16359,-0.2069 -1.74525,-0.311 -0.72723,-0.17701 -1.44596,-0.38821 -2.18396,-0.52235 -1.06708,-0.20681 -2.13971,-0.38182 -3.21062,-0.5684 -0.8349,-0.16093 -1.66819,-0.33348 -2.48137,-0.58007 -0.54145,-0.15389 -1.09086,-0.27658 -1.63682,-0.41441 -0.58566,-0.16094 -1.16837,-0.33794 -1.71013,-0.61182 -0.67533,-0.3603 -1.29111,-0.80929 -1.94369,-1.20567 -0.64719,-0.38862 -1.31306,-0.75329 -1.90688,-1.21827 -0.54839,-0.44894 -1.07602,-0.92378 -1.6722,-1.31515 -0.76064,-0.53873 -1.51368,-1.08901 -2.23347,-1.67835 -0.773,-0.66824 -1.54376,-1.3388 -2.31401,-2.00995 -0.66282,-0.55012 -1.36463,-1.05787 -1.98186,-1.65722 -0.40969,-0.45798 -0.82197,-0.92658 -1.05737,-1.49551 -0.22106,-0.53721 -0.45976,-1.07113 -0.6053,-1.6332 -0.22813,-0.72153 -0.48887,-1.43512 -0.66045,-2.17143 -0.12481,-0.70508 -0.25731,-1.4089 -0.29264,-2.12507 -0.0604,-0.52325 -0.14775,-1.04246 -0.11412,-1.57105 0.002,-0.41215 -0.005,-0.82504 0.0345,-1.23596 0.0407,-0.38495 0.14194,-0.76163 0.15792,-1.14612 9.8e-4,-0.43375 -5.5e-4,-0.86753 0.003,-1.30123 0.0126,-0.46959 0.037,-0.93894 0.0917,-1.40595 0.0814,-0.53313 0.15183,-1.0599 0.10791,-1.60118 9.8e-4,-0.53846 -0.003,-1.07694 0.003,-1.6154 -5.4e-4,-0.62097 0.005,-1.24193 9.8e-4,-1.86291 0.008,-0.57943 0.007,-1.16074 0.0812,-1.73679 0.0949,-0.53258 0.25613,-1.0495 0.31352,-1.58766 0.0227,-0.57166 0.0416,-1.14889 0.17967,-1.70776 0.12657,-0.53042 0.2274,-1.0614 0.2158,-1.60881 0.0306,-0.51178 0.12151,-1.01586 0.2344,-1.51646 0.0764,-0.59301 0.2045,-1.1753 0.29707,-1.76494 0.0723,-0.52962 0.0251,-1.06828 0.0847,-1.60032 0.0483,-0.45966 0.18217,-0.90472 0.18679,-1.36893 0.0764,-0.50681 0.22084,-0.99645 0.32457,-1.49741 0.10912,-0.62654 0.0973,-1.27003 0.21898,-1.89643 0.10097,-0.61305 0.11122,-1.23932 0.27023,-1.84367 0.06,-0.4631 0.15259,-0.91815 0.17606,-1.3858 0.0917,-0.60102 0.23237,-1.19376 0.27207,-1.80144 0.0821,-0.52851 0.14497,-1.06037 0.26769,-1.58181 0.13117,-0.38696 0.19548,-0.79399 0.27437,-1.19284 0.0952,-0.44285 0.11329,-0.88776 0.17052,-1.33719 0.0924,-0.55457 0.20489,-1.11 0.36952,-1.64845 0.15941,-0.41545 0.23886,-0.8511 0.38292,-1.27178 0.1608,-0.41447 0.21308,-0.85322 0.33142,-1.27945 0.14356,-0.47018 0.19872,-0.96576 0.33125,-1.43968 0.14398,-0.4339 0.29566,-0.86377 0.47772,-1.28466 1.15166,-2.20979 3.90594,-2.98767 6.01705,-4.12764 0.6696,-0.29066 1.37702,-0.48987 2.05694,-0.75666 0.85646,-0.29006 1.72802,-0.546 2.5523,-0.91727 0.45878,-0.18661 0.92348,-0.3654 1.42778,-0.38104 0.53448,0.004 1.06898,0.006 1.60346,0.008 0.72288,-2.7e-4 1.44651,0.006 2.16786,0.0552 1.23007,0.0997 2.45378,0.25082 3.66753,0.47125 0.84107,0.13968 1.68265,0.2774 2.52591,0.40427 0.29351,0.0442 1.0911,0.16351 1.42402,0.18671 0.1341,0.009 0.26887,-4e-4 0.40331,-5.3e-4 0,0 -4.65631,3.27304 -4.65631,3.27304 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 96.985652,621.79155 c -11.854007,6.56748 2.693425,18.8678 -0.845426,26.82712 -3.334314,3.15724 -6.994803,10.40867 -10.412784,2.58573 -6.718999,-7.80346 -4.506918,-19.77619 4.85402,-24.37574 2.134727,-1.67904 4.269458,-3.35807 6.40419,-5.03711 z"
       id="path2846"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 77.440564,618.65 c -6.338736,14.13901 -5.219524,31.8856 4.977757,44.09886 8.318394,3.37328 13.744543,12.72694 3.339644,17.38869 -9.961201,-0.82915 -16.252188,-11.21405 -19.981371,-19.36768 -4.222883,-10.92369 -3.673202,-23.54949 1.720254,-34.00469 3.314569,-2.70506 6.629151,-5.4101 9.943716,-8.11518 z"
       id="path2848"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 53.736404,612.17619 c -8.721849,21.35331 -1.128674,45.83363 11.83398,64.00774 6.440283,8.7845 14.833648,16.40644 24.906093,21.13269 3.077913,10.02195 -13.657164,14.11377 -18.013838,4.97614 -20.348572,-14.50997 -32.075143,-38.47461 -33.045799,-62.69834 -0.9648,-10.62365 4.14459,-22.09619 14.111672,-27.24598 l 0.207892,-0.17225 0,0 z"
       id="path2850"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 207.58663,562.27004 c 11.57892,1.26635 16.95866,19.86556 1.83245,19.425 -4.54755,-3.12343 -7.96591,-10.3503 -11.50365,-12.82422 2.12067,-3.45964 6.98297,-3.71355 9.6712,-6.60078 z"
       id="path2854"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 217.23501,544.15617 c 14.38695,3.52994 27.23095,16.50139 26.27596,31.4792 -4.57995,7.30698 -16.77229,8.99611 -13.34994,-2.45251 -2.94691,-10.90094 -13.74455,-17.28628 -23.5751,-21.80439 3.31932,-2.71811 7.24207,-4.6188 10.64908,-7.2223 z"
       id="path2860"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#000080"
       d="m 221.33791,522.54934 c 16.61138,4.26716 32.92854,12.63769 42.00268,27.29831 9.21703,12.61776 14.38282,28.59757 11.80687,43.94461 -4.25271,3.37789 -17.03033,10.55989 -13.05704,-0.90665 1.669,-19.43074 -9.93774,-37.56041 -24.04995,-50.54753 -5.39112,-7.88696 -23.84018,-6.62944 -24.8931,-14.66434 2.73013,-1.70821 5.46019,-3.41653 8.19054,-5.1244 z"
       id="path2864"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       sodipodi:type="star"
       style="fill:#d40000;stroke:#00001d;stroke-width:4.4000001;stroke-miterlimit:4;stroke-opacity:0.77531649;stroke-dasharray:none"
       id="path2912"
       sodipodi:sides="5"
       sodipodi:cx="303.57144"
       sodipodi:cy="619.50507"
       sodipodi:r1="26.467154"
       sodipodi:r2="13.233577"
       sodipodi:arg1="1.6247978"
       sodipodi:arg2="2.2531164"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 302.14287,645.93364 -6.91646,-16.15784 -17.23149,-3.46251 13.22972,-11.57099 -2.03179,-17.45809 15.09288,9.00657 15.97577,-7.32718 -3.9018,17.13735 11.90535,12.92965 -17.50432,1.58489 -8.61786,15.31815 z"
       transform="matrix(0.54272883,0,0,0.52508714,49.754637,335.93931)"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       sodipodi:type="star"
       style="fill:#00c900;fill-opacity:1;stroke:#00001d;stroke-width:5.75574923;stroke-miterlimit:4;stroke-opacity:0.77531649;stroke-dasharray:none"
       id="path3686"
       sodipodi:sides="3"
       sodipodi:cx="311.42856"
       sodipodi:cy="536.64789"
       sodipodi:r1="30.388639"
       sodipodi:r2="15.19432"
       sodipodi:arg1="0.51623067"
       sodipodi:arg2="1.5634282"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 337.85713,551.64789 -26.31662,0.19391 -26.31662,0.1939 12.99038,-22.88781 12.99038,-22.88782 13.32624,22.69391 13.32624,22.69391 z"
       transform="matrix(-0.00435504,0.39786054,-0.43370262,-0.00454164,451.04708,513.6064)"
       inkscape:transform-center-x="6.0909556"
       inkscape:transform-center-y="-4.3026555"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3698"
       d="m 142.57262,537.11562 c -0.1057,0.12151 -0.21141,0.24303 -0.31711,0.36454 0,0 -4.55104,1.87325 -4.55104,1.87325 l 0,0 c 0.0959,-0.11482 0.1918,-0.22965 0.28771,-0.34447 0,0 4.58044,-1.89332 4.58044,-1.89332 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3700"
       d="m 144.68078,529.44332 c 0.16371,0.59506 0.0811,0.28645 0.2469,0.92606 0,0 -4.34074,2.27615 -4.34074,2.27615 l 0,0 c -0.17023,-0.61108 -0.079,-0.31909 -0.26983,-0.87706 0,0 4.36367,-2.32515 4.36367,-2.32515 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3702"
       d="m 144.31464,520.72505 c 0.2126,0.41391 0.39803,0.83965 0.59899,1.2589 0,0 -4.29637,2.35489 -4.29637,2.35489 l 0,0 c -0.19999,-0.40083 -0.37742,-0.81365 -0.6166,-1.19469 0,0 4.31398,-2.4191 4.31398,-2.4191 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3704"
       d="m 153.5702,519.7244 c 0.0992,1.01947 0.26776,2.02764 0.44955,3.03565 0.16526,0.87561 0.23707,1.76258 0.27344,2.65074 -0.01,0.15265 -0.0192,0.3053 -0.0287,0.45795 0,0 -4.43092,2.13787 -4.43092,2.13787 l 0,0 c 0.0162,-0.13459 0.0322,-0.26916 0.0484,-0.40373 -0.0227,-0.87188 -0.0706,-1.74414 -0.21754,-2.60603 -0.17028,-1.00437 -0.35121,-2.00501 -0.49691,-3.0127 0,0 4.40273,-2.25975 4.40273,-2.25975 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3706"
       d="m 152.37607,532.55855 c -0.11673,1.06767 -0.2182,2.13683 -0.4228,3.19264 -0.13487,0.62687 -0.36866,1.22021 -0.63697,1.80267 0,0 -4.49404,1.98339 -4.49404,1.98339 l 0,0 c 0.27345,-0.55223 0.524,-1.10743 0.68784,-1.70128 0.22317,-1.02078 0.35105,-2.05108 0.43276,-3.09201 0,0 4.43321,-2.18541 4.43321,-2.18541 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3708"
       d="m 145.25261,546.92113 c -1.58432,0.99664 0.18585,-0.12446 3.57615,-1.96034 0.14449,-0.0783 -0.27581,0.17753 -0.40996,0.27145 -0.43195,0.30248 -0.83561,0.64156 -1.2487,0.9672 -0.80913,0.49518 -1.38433,1.18124 -1.95054,1.90917 0,0 -4.54608,1.89317 -4.54608,1.89317 l 0,0 c 0.58063,-0.73827 1.06884,-1.53659 1.91408,-2.02845 2.19364,-1.59662 3.46279,-3.04163 6.58777,-4.03661 0,0 -3.92272,2.98441 -3.92272,2.98441 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3710"
       d="m 164.78131,519.05631 c -0.0551,1.22419 0.10846,2.4486 0.34539,3.64881 0.22887,0.96717 0.32664,1.95356 0.38626,2.94193 0,0 -4.39741,2.19436 -4.39741,2.19436 l 0,0 c -0.0408,-0.97264 -0.12416,-1.94299 -0.33021,-2.89783 -0.22955,-1.22291 -0.38677,-2.45916 -0.43724,-3.70186 0,0 4.43321,-2.18541 4.43321,-2.18541 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3712"
       d="m 163.2064,534.04772 c -0.28175,1.13471 -0.54939,2.27282 -0.81162,3.412 -0.2281,1.12437 -0.79881,2.10416 -1.44495,3.04606 -0.1195,0.17497 -0.23899,0.34995 -0.35848,0.52494 0,0 -4.49735,1.91011 -4.49735,1.91011 l 0,0 c 0.11573,-0.1756 0.23148,-0.3512 0.34721,-0.5268 0.62822,-0.90533 1.27046,-1.79904 1.51808,-2.8858 0.26184,-1.12056 0.54863,-2.23347 0.76966,-3.36266 0,0 4.47745,-2.11785 4.47745,-2.11785 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3714"
       d="m 157.75869,549.05094 c -0.35965,1.0623 -0.99757,1.98078 -1.68316,2.86797 -0.42645,0.54305 -0.9507,0.98745 -1.56215,1.32467 -4.47488,2.4679 -3.07682,1.78494 -5.03913,2.7319 -0.53511,0.21343 -0.27228,0.0974 -0.78855,0.34782 0,0 3.87359,-2.9875 3.87359,-2.9875 l 0,0 c 0.52669,-0.23326 0.26547,-0.1161 0.78371,-0.35138 1.74381,-0.82526 0.38261,-0.19256 -3.4472,1.97777 -0.13415,0.076 0.27222,-0.14532 0.4081,-0.21839 0.4745,-0.25518 0.9111,-0.53336 1.25736,-0.94969 0.67786,-0.8244 1.38603,-1.67914 1.66808,-2.71651 0,0 4.52935,-2.02666 4.52935,-2.02666 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3716"
       d="m 118.16366,524.34194 c -0.74265,0.73881 -1.3863,1.55986 -1.97605,2.41596 -0.0805,0.14353 -0.16095,0.28706 -0.24144,0.4306 0,0 -4.49458,1.97131 -4.49458,1.97131 l 0,0 c 0.0753,-0.1636 0.15057,-0.32719 0.22584,-0.49078 0.58365,-0.86048 1.19412,-1.69111 1.87811,-2.48038 0,0 4.60812,-1.84671 4.60812,-1.84671 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3718"
       d="m 117.07445,534.42278 c -0.20545,1.0372 -0.27668,2.09384 -0.33072,3.14691 -0.006,0.15401 -0.0115,0.30801 -0.0172,0.46202 0,0 -4.41406,2.15532 -4.41406,2.15532 l 0,0 c 0.007,-0.15683 0.0132,-0.31365 0.0199,-0.47048 0.0593,-1.06095 0.15543,-2.11877 0.26463,-3.17591 0,0 4.47746,-2.11786 4.47746,-2.11786 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3720"
       d="m 105.11226,526.85059 c 0.13003,0.95907 0.2295,1.92101 0.29313,2.88627 0.003,0.81231 0.0767,1.60897 0.21587,2.40877 0.10179,0.50708 0.28397,0.98169 0.51917,1.4428 0,0 -4.3046,2.37247 -4.3046,2.37247 l 0,0 c -0.26458,-0.50107 -0.471,-1.01411 -0.59645,-1.56583 -0.14086,-0.8189 -0.25888,-1.62831 -0.22761,-2.46237 -0.0467,-0.94497 -0.1135,-1.89238 -0.30223,-2.82237 0,0 4.40272,-2.25974 4.40272,-2.25974 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3722"
       d="m 109.42494,541.35347 c 0.54978,0.93 1.27463,1.74623 2.00612,2.54483 0.58809,0.65376 1.3007,1.18691 1.97597,1.7522 0,0 -4.19047,2.52506 -4.19047,2.52506 l 0,0 c -0.69119,-0.5777 -1.40514,-1.13791 -1.99736,-1.81517 -0.74931,-0.82625 -1.47244,-1.67529 -2.10825,-2.58782 0,0 4.31399,-2.4191 4.31399,-2.4191 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3724"
       d="m 94.20231,523.92104 c -0.310647,1.0936 -0.519327,2.20553 -0.647877,3.33177 -0.08749,0.87971 -0.148442,1.75899 -0.02171,2.63617 0.05492,0.57105 0.277156,1.09795 0.498382,1.62318 0,0 -4.300979,2.33659 -4.300979,2.33659 l 0,0 c -0.255468,-0.55287 -0.523467,-1.10759 -0.581247,-1.71944 -0.148636,-0.92017 -0.117408,-1.83389 -0.0064,-2.75968 0.124817,-1.12163 0.302424,-2.23441 0.582294,-3.33074 0,0 4.477453,-2.11785 4.477453,-2.11785 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3726"
       d="m 97.046838,539.45154 c 0.57729,0.83835 1.034849,1.7452 1.577301,2.60376 0.258907,0.45152 0.63233,0.79472 1.027417,1.13035 0,0 -4.193388,2.51194 -4.193388,2.51194 l 0,0 c -0.413781,-0.3777 -0.820209,-0.75884 -1.102189,-1.24483 -0.52984,-0.84185 -0.960174,-1.74599 -1.584655,-2.52888 0,0 4.275514,-2.47234 4.275514,-2.47234 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <path
       style="fill:#ffff00;fill-opacity:1;stroke:#000003;stroke-width:0.9075197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3728"
       d="m 104.39401,550.83643 c 1.03025,0.46004 2.0318,0.96372 3.00633,1.52574 0.66607,0.42254 1.32962,0.8483 1.99181,1.27674 0,0 -4.15295,2.57069 -4.15295,2.57069 l 0,0 c -0.65114,-0.42503 -1.29508,-0.86155 -1.96478,-1.25888 -0.97299,-0.5426 -1.96723,-1.05749 -3.02631,-1.42705 0,0 4.1459,-2.68724 4.1459,-2.68724 z"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335" />
    <flowRoot
       xml:space="preserve"
       id="flowRoot3751-8"
       style="font-size:23.99033356px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#800000;fill-opacity:1;stroke:#b62403;stroke-width:0.94034731;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none;font-family:Vitamin;-inkscape-font-specification:Vitamin"
       transform="matrix(11.116711,0,0,13.532321,-1860.9616,-2435.4198)"><flowRegion
         id="flowRegion3753-0"
         style="fill:url(#linearGradient3714);fill-opacity:1"><rect
           id="rect3755-9"
           width="749.5332"
           height="228.29448"
           x="295.9747"
           y="238.00806"
           style="font-size:23.99033356px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#800000;fill-opacity:1;stroke:#b62403;stroke-width:0.94034731;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none;font-family:Vitamin;-inkscape-font-specification:Vitamin" /></flowRegion><flowPara
         id="flowPara3775"
         style="fill:#800000">2</flowPara></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3751"
       style="font-size:23.99033345px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;fill:url(#linearGradient3666);fill-opacity:1;stroke:#b62403;stroke-width:0.94034733999999998;stroke-miterlimit:0;stroke-opacity:0.06329114000000000;stroke-dasharray:none;font-family:Vitamin;-inkscape-font-specification:Vitamin;stroke-linejoin:round;opacity:1"
       transform="matrix(3.0976782,0,0,8.1747889,-638.23739,-1459.4688)"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png"><flowRegion
         id="flowRegion3753"
         style="fill-opacity:1.0;fill:url(#linearGradient3666)"><rect
           id="rect3755"
           width="749.5332"
           height="228.29448"
           x="295.9747"
           y="238.00806"
           style="font-size:23.99033345px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;fill:url(#linearGradient3666);fill-opacity:1;stroke:#b62403;stroke-width:0.94034733999999998;stroke-miterlimit:0;stroke-opacity:0.06329114000000000;stroke-dasharray:none;font-family:Vitamin;-inkscape-font-specification:Vitamin;stroke-linejoin:round" /></flowRegion><flowPara
         id="flowPara3777">streamtuner</flowPara></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3759"
       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
         id="flowRegion3761"><rect
           id="rect3763"
           width="188.89853"
           height="448.50772"
           x="440.42651"
           y="268.31262" /></flowRegion><flowPara
         id="flowPara3765" /></flowRoot>    <path
       style="font-size:23.99033355999999984px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#c83737;fill-opacity:1;stroke:#b62403;stroke-width:11.53353882000000041;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112000000001;stroke-dasharray:none;font-family:Vitamin;-inkscape-font-specification:Vitamin"
       d="m 928.72602,504.29395 c -19.73542,2e-4 -38.15043,3.12998 -55.21875,9.40625 -24.35805,9.09023 -36.53127,22.63023 -36.53125,40.59375 -2e-5,6.9259 1.86002,13.18546 5.59375,18.8125 0.23591,0.32634 0.47702,0.66209 0.71875,0.96875 0.26843,-0.19091 0.53604,-0.38291 0.8125,-0.5625 2.72484,-1.8303 8.02891,-3.61272 15.90625,-5.3125 6.44054,-1.43807 10.37571,-2.15613 11.8125,-2.15625 4.64411,10e-5 8.25151,1.73768 10.84375,5.21875 8.78519,-4.80586 15.6315,-7.21863 20.46875,-7.21875 6.57835,1.4e-4 10.92886,4.21562 13.0625,12.65625 -5.31222,6.2706 -14.526,13.70447 -27.5625,22.28125 0.0182,0.97693 0.0625,1.94676 0.0625,2.96875 -6e-5,8.62917 -2.48327,19.85995 -7.4375,33.71875 0.099,1.69972 1.41076,4.83025 3.9375,9.40625 2.52663,4.44533 3.78119,8.64021 3.78125,12.5625 -6e-5,4.44531 -0.91697,9.15675 -2.75,14.125 -0.69366,1.96117 -2.54044,6.06805 -5.5625,12.34375 -2.27902,4.83752 -3.83236,8.88764 -4.625,12.15625 l -2.8125,0.78125 c -1.43679,-10e-6 -4.59529,-4.05014 -9.5,-12.15625 -4.85523,-7.97538 -8.25536,-11.96874 -10.1875,-11.96875 l -1.5625,2.375 c -0.0496,1.96116 -0.0938,7.39066 -0.0937,16.28125 -2e-5,5.30689 -1.05899,9.55025 -3.1875,12.78125 1.14396,1.76612 2.37481,3.48738 3.75,5.125 8.35636,9.95576 18.49388,14.93748 30.40625,14.9375 10.31208,-2e-5 32.44717,-8.33491 66.40625,-25 35.55898,-17.53081 53.34348,-30.43188 53.34358,-38.65625 -10e-5,-11.25431 -2.4184,-21.5372 -7.21858,-30.84375 -5.51184,-10.82141 -12.60067,-16.21866 -21.3125,-16.21875 -9.06773,9e-5 -23.83487,4.43896 -44.28125,13.3125 2.31123,-8.87354 12.09744,-20.33821 29.34375,-34.40625 15.82366,-12.98567 23.71859,-23.1725 23.71875,-30.53125 -1.6e-4,-17.09781 -5.58028,-31.1494 -16.78125,-42.1875 -10.49013,-10.38845 -22.94247,-15.59355 -37.3438,-15.59375 z M 860.56977,619.5127 c -2.86755,2.6421 -5.24219,5.1412 -7.0625,7.5 -1.53007,2.01155 -2.92078,4.13905 -4.1875,6.375 0.0923,2.97668 0.25008,6.02366 0.5,9.15625 0.59449,7.19095 1.44128,10.78128 2.53125,10.78125 1.78352,3e-5 3.94203,-3.53354 6.46875,-10.59375 2.5762,-7.06013 3.84371,-12.94942 3.84375,-17.65625 -4e-5,-2.22259 -0.59226,-3.97375 -1.78125,-5.28125 -0.0994,-0.11047 -0.21252,-0.18244 -0.3125,-0.28125 z"
       id="flowRoot3751-8-2"
       inkscape:export-xdpi="34.827335"
       inkscape:export-ydpi="34.827335"
       inkscape:export-filename="/home/mario/projects/streamtuner2/streamtuner2.png" />
    <path
       style="fill:#999999;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3827"
       d="m 129.45955,308.93752 c -0.0258,0.89112 -0.0221,1.78297 -0.0188,2.67439 0.0308,0.69306 -0.0862,1.37897 -0.16108,2.06541 -0.0535,0.50374 -0.0651,1.01036 -0.0718,1.51645 0.004,0.42773 -0.018,0.85657 0.008,1.28385 -2.71343,1.47525 -2.44019,1.79629 -2.42142,0.24758 0.001,-0.63093 -0.0123,-1.25903 0.0658,-1.88594 0.0944,-0.65302 0.39133,-1.21682 0.74325,-1.76341 0.43702,-0.63733 0.93735,-1.22645 1.53129,-1.72167 0.83587,-0.478 1.63819,-1.02019 2.50762,-1.43401 0.0766,-0.0365 0.16176,0.0715 0.21332,0.13893 0.29986,0.39201 0.15763,1.03655 0.1061,1.47617 -0.11576,0.72399 -0.33006,1.42401 -0.53297,2.12643 -0.0783,0.48447 -0.36526,0.94977 -0.30338,1.44848 0.0131,0.0224 0.0358,0.0928 0.0393,0.0671 0.11598,-0.84216 -1.53866,0.72375 -2.29931,1.10335 -0.0702,0.035 0.0998,-0.12182 0.13937,-0.18952 0.11934,-0.20418 0.16631,-0.37489 0.24533,-0.59903 0.19445,-0.77269 0.28912,-1.56641 0.458,-2.34489 0.3879,-1.16924 0.86668,-1.09943 2.61792,-1.84882 0.17067,-0.073 0.28722,0.90098 0.29201,0.93931 0.0922,0.37599 0.0978,1.4687 0.38645,1.7305 0.0237,0.0215 0.0639,-0.004 0.0958,-0.005 0.30772,-0.98842 0.013,0.10091 -2.12879,1.01512 -0.10572,0.0451 0.0947,-0.20958 0.13706,-0.31645 0.16552,-0.41762 0.31487,-0.83662 0.49483,-1.24881 0.21356,-0.4138 0.78433,-1.56376 1.17676,-1.78765 0.83433,-0.47599 1.6944,-0.90537 2.54159,-1.35805 0.0767,0.0759 0.16838,0.13918 0.2301,0.22769 0.38178,0.54752 0.33853,1.38774 0.37376,2.01835 0.0288,0.77962 0.0327,1.55984 0.0337,2.3399 0.15085,1.06269 1.63271,-0.40686 -2.29127,1.34869 -0.0614,0.0275 0.10161,-0.0904 0.1388,-0.14648 0.0714,-0.10767 0.28257,-0.57173 0.32421,-0.66064 0.39934,-0.82689 0.68475,-1.7011 1.02186,-2.55359 0.41383,-0.96023 2.36491,-2.40939 2.68157,-1.15221 0.10726,0.42582 0.0794,0.91858 0.11413,1.35347 0.1,0.87151 0.11126,1.75575 0.33303,2.60843 0.0199,0.0164 0.0549,0.0745 0.0596,0.0491 0.1495,-0.80223 -1.48627,0.67432 -2.23012,1.00992 -0.0899,0.0405 0.0779,-0.18133 0.11122,-0.27414 0.11177,-0.31131 0.15074,-0.477 0.23959,-0.7988 0.25541,-0.69093 0.29881,-1.45987 0.66054,-2.1089 0.81987,-0.44781 1.59264,-0.99545 2.45961,-1.34343 0.10315,-0.0414 0.1169,0.18968 0.16371,0.2905 0.21759,0.46868 0.25176,1.03042 0.31924,1.53452 0.064,0.38857 0.0399,0.80861 0.19402,1.17964 0.0258,0.062 0.0595,0.12807 0.11555,0.16514 0.0261,0.0173 0.11686,-0.0442 0.0891,-0.0298 -0.74688,0.38669 -1.49816,0.7648 -2.24724,1.1472 0.51134,-0.57059 0.87153,-1.26111 1.27206,-1.91081 0.44222,-0.58395 0.75147,-1.26241 1.20285,-1.83827 0.83801,-0.39272 1.6324,-0.89668 2.51402,-1.17816 0.11361,-0.0363 0.0892,0.22238 0.11462,0.33891 0.14888,0.68394 0.0981,1.44267 0.11105,2.13769 0.10884,0.87054 -0.17778,1.86212 0.15454,2.69842 0.54023,-0.76742 -0.113,0.18418 -2.1935,1.0728 -0.10313,0.0441 0.14337,-0.17383 0.19927,-0.27105 0.0718,-0.12492 0.12381,-0.26028 0.18203,-0.3921 0.14379,-0.32556 0.31544,-0.75327 0.44814,-1.07826 0.44266,-1.07017 0.88148,-2.14599 1.49447,-3.13179 0.74831,-0.96086 0.52512,-0.74367 2.69978,-1.70216 0.0997,-0.0439 0.16776,0.1445 0.2244,0.23754 0.2373,0.38979 0.27884,0.92662 0.35289,1.36296 0.0863,0.51597 0.18162,1.03041 0.26125,1.54749 0.002,0.0128 0.0591,0.64747 0.14228,0.70987 -0.79801,0.38002 -1.56086,0.84498 -2.39403,1.14007 -0.0959,0.034 0.0253,-0.20206 0.0323,-0.30359 0.0103,-0.15028 0.015,-0.30092 0.0196,-0.45149 0.0173,-0.56607 0.0174,-1.13266 0.0175,-1.69892 -0.005,-0.47938 -0.004,-0.9589 -0.0129,-1.43824 -0.002,-0.10423 -0.004,-0.20847 -0.009,-0.31262 -0.002,-0.053 -0.0599,-0.13645 -0.0118,-0.15882 0.78602,-0.3652 1.61131,-0.63913 2.41697,-0.95869 -0.0358,1.12808 -0.0304,2.25689 -0.0209,3.38533 0.12666,1.51241 0.69592,0.53861 -2.20257,1.82567 -0.0605,0.0269 0.10475,-0.0839 0.14282,-0.13804 0.0592,-0.0842 0.0971,-0.18159 0.14562,-0.27239 0.50306,-1.24448 0.74396,-1.11763 2.72597,-1.98405 0.18049,-0.0789 0.54758,0.77951 0.58226,0.85904 0.047,0.14216 0.0936,0.28447 0.14104,0.42649 0.0292,0.0874 0.15001,0.5166 0.25792,0.61656 0.022,0.0204 0.10572,-0.0567 0.0789,-0.0432 -2.3696,1.19526 -2.57574,1.95202 -2.1722,0.86394 0.11492,-0.73168 0.19397,-1.48468 0.15219,-2.22676 3.53205,-1.51372 2.04772,-1.37633 2.52539,0.71265 0.0915,-0.94915 0.014,0.13127 -2.27192,1.05076 -0.0947,0.0381 0.0936,-0.1822 0.12793,-0.27836 0.13951,-0.39033 0.19646,-0.814 0.283,-1.21787 0.29762,-1.1677 -0.0251,-0.90382 2.61767,-1.33408 0.17109,-0.0279 -0.004,0.34681 -0.0157,0.51978 -0.003,0.053 -0.12578,1.33385 -0.12751,1.35205 -0.0198,0.22607 -0.0358,0.45248 -0.0593,0.67819 -0.001,0.0105 -0.16358,1.21034 -0.18154,1.21874 -2.67855,1.25198 -2.51662,1.8636 -2.47218,0.41477 0.15132,-1.72212 0.40927,-3.43482 0.64474,-5.1476 0.18826,-1.06023 0.055,-0.69503 2.52102,-1.18293 0.14853,-0.0294 0.0289,0.30151 0.0376,0.45267 0.0301,0.51966 0.0304,1.04188 0.0376,1.5622 -0.0412,1.35585 -0.35776,1.06662 -2.50933,1.90717 -0.11122,0.0435 -0.35144,-0.98525 -0.3681,-1.05579 -0.10504,-0.68175 -0.26285,-1.35527 -0.39832,-2.02995 -0.0138,-0.0685 0.0389,0.13414 0.0584,0.20121 0.75844,-0.39968 1.46443,-0.92077 2.27532,-1.19903 0.13691,-0.047 -0.0313,0.28787 -0.0409,0.43229 -0.0148,0.22277 -0.0239,0.44589 -0.0321,0.669 -0.036,0.98355 -0.039,1.96769 -0.0453,2.95175 0.004,0.83236 0.001,1.66498 0.0306,2.49698 0.005,0.12919 0.009,0.25845 0.0192,0.38735 0.003,0.0419 0.0574,0.10539 0.0199,0.12453 -0.78894,0.40343 -1.61269,0.73485 -2.41903,1.10228 0.24156,-0.85847 0.416,-1.7331 0.67817,-2.58629 0.11218,-0.17362 0.41626,-1.3933 0.55135,-1.47165 2.53053,-1.46749 2.21275,-2.15971 2.55691,-0.93625 0.004,0.87699 -0.0777,1.75031 -0.13704,2.62405 0.0984,1.11565 0.77889,0.11046 -2.35151,1.40547 -0.064,0.0265 0.0538,-0.12808 0.0715,-0.19503 0.0397,-0.15038 0.12335,-0.63238 0.14743,-0.7655 0.11184,-0.82462 0.20999,-1.65158 0.3901,-2.46489 0.38284,-1.02436 1.98738,-2.45898 2.81782,-1.51877 0.30723,0.34784 0.42014,0.8015 0.54417,1.23331 0.32844,0.8646 0.31509,1.89826 0.80727,2.69411 0.0385,0.01 0.0881,0.0586 0.1156,0.0298 0.0438,-0.0459 0.0922,-0.214 0.0346,-0.1872 -0.74741,0.34821 -1.41278,0.86227 -2.17233,1.18312 -0.10612,0.0448 0.0954,-0.21035 0.12978,-0.32029 0.063,-0.20151 0.17295,-0.75122 0.21275,-0.94038 0.18327,-0.77827 0.20304,-1.58626 0.4074,-2.35967 1.68697,-0.84485 2.31788,-2.16241 2.52814,-0.95686 0.0758,0.43439 0.0569,0.89657 0.0666,1.33556 0.0242,1.43722 0.29318,1.07981 -2.40501,1.84688 -0.13665,0.0389 0.0158,-0.2837 0.021,-0.42567 0.008,-0.23263 0.0132,-0.46537 0.0198,-0.69806 -0.009,-1.80418 0.0703,-3.60763 0.0809,-5.41116 -0.0461,-1.51797 -0.43695,-1.0827 2.34756,-1.89326 0.12666,-0.0369 -0.0227,0.26291 -0.03,0.39463 -0.0112,0.20199 -0.0171,0.40425 -0.0256,0.60638 -0.033,1.38469 -0.0307,2.77014 -0.0208,4.15513 0.007,0.45417 0.006,0.9085 0.0148,1.36266 0.002,0.0942 0.004,0.18837 0.008,0.28246 0.002,0.0446 0.0503,0.11226 0.011,0.13338 -0.79298,0.42629 -1.62305,0.77964 -2.43458,1.16946 0.18992,-0.95129 0.30703,-1.91374 0.44479,-2.87364 0.16328,-0.88082 0.20132,-1.7781 0.35237,-2.66008 0.79262,-0.48849 1.49855,-1.1594 2.37785,-1.46549 0.18961,-0.066 0.15705,0.37276 0.19478,0.56995 0.0476,0.24864 0.0362,0.50503 0.0591,0.75714 0.10383,1.14244 0.22997,2.28301 0.33702,3.42521 0.21636,1.51785 0.12457,3.09113 0.49453,4.58652 0.81026,0.47361 0.19057,0.0894 -2.29773,1.17935 -0.0576,0.0252 0.0791,-0.0998 0.10351,-0.15778 0.0426,-0.1013 0.0672,-0.20935 0.0956,-0.31553 0.0877,-0.32889 0.1049,-0.45713 0.16787,-0.79415 0.0992,-0.42256 0.15446,-0.85356 0.17958,-1.28646 0.004,-0.064 -0.0575,-0.20985 0.004,-0.1923 0.0768,0.0219 0.0629,0.14689 0.0943,0.22033 0.75335,-0.40132 1.5067,-0.80265 2.26005,-1.20397 -0.27426,0.92636 -0.51061,1.87288 -0.48872,2.8436 0.16202,0.89946 0.83202,0.12605 -2.29197,1.35435 -0.0865,0.034 0.0507,-0.17926 0.0652,-0.27103 0.0497,-0.31346 0.0639,-0.68461 0.0831,-0.99736 0.0743,-0.97266 0.16517,-1.94758 0.35473,-2.90571 0.82646,-0.35068 1.5988,-0.87714 2.47938,-1.05203 0.1816,-0.0361 0.0189,0.36984 0.0236,0.55493 0.006,0.2537 0.007,0.50752 0.01,0.76128 0.0106,0.81485 0.0209,1.62969 0.0332,2.44452 -0.30132,0.25041 0.16866,0.49365 0.10417,0.73128 -0.0186,0.0686 0.004,-0.23234 -0.0617,-0.20403 -0.78213,0.33967 -1.46215,0.89334 -2.254,1.2097 -0.11588,0.0463 0.0827,-0.23565 0.11653,-0.35576 0.0448,-0.15881 0.0794,-0.32031 0.11912,-0.48046 0.14075,-0.81324 0.27909,-1.62649 0.42847,-2.43831 0.83208,-0.35693 1.63032,-0.80635 2.49624,-1.07081 0.0955,-0.0292 0.0285,0.1979 0.0358,0.29752 0.01,0.13531 0.0119,0.2711 0.0159,0.40671 0.0125,0.43326 0.0134,0.86617 0.0332,1.29921 0.12708,0.98732 0.10815,0.5063 -2.3958,1.21707 -0.14504,0.0412 0.0835,-0.28975 0.12429,-0.4349 0.25949,-0.92348 0.46159,-1.85253 0.65896,-2.79119 0.47901,-1.78531 0.77033,-3.62411 1.2734,-5.40221 0.44999,-1.02256 0.23476,-0.65384 2.5641,-1.49814 0.11494,-0.0417 0.10475,0.22268 0.13431,0.34131 0.11284,0.45288 0.0884,0.97075 0.10643,1.43276 0.0357,0.76327 0.0181,1.52811 0.0525,2.29131 0.004,0.0123 0.0222,0.0314 0.0106,0.0368 -2.65099,1.25706 -2.45622,1.99917 -2.43232,0.85883 0.007,-0.3561 0.007,-0.71246 0.008,-1.06861 -0.0219,-1.25352 -0.26781,-0.69656 2.40162,-1.55793 0.11243,-0.0363 -0.0493,0.23108 -0.0717,0.34707 -0.10065,0.52092 -0.15285,0.83215 -0.24604,1.36266 -0.1203,0.70791 -0.21262,1.4202 -0.28869,2.13411 -0.0257,0.24076 -0.0905,0.57226 -0.0599,0.82498 -0.82604,0.34169 -1.61816,0.78097 -2.4781,1.02507 -0.10264,0.0291 -0.005,-0.21334 -0.006,-0.32004 -7.9e-4,-0.14597 4.6e-4,-0.29195 0.002,-0.43792 0.005,-0.62206 0.0113,-1.24387 0.011,-1.86597 -0.0229,-0.52405 0.03,-1.05367 -0.0373,-1.57602 -0.0208,-0.16176 -0.0292,-0.4709 -0.19101,-0.45047 -0.0702,0.009 -0.0936,0.10613 -0.14037,0.1592 0.66496,-0.33454 1.28487,-0.78009 1.9949,-1.0036 0.209,-0.0658 -0.28956,0.32979 -0.41813,0.50722 -0.62531,0.86296 -1.0641,1.83932 -1.47268,2.8172 -0.29317,0.8173 -0.56156,1.64935 -0.74007,2.50019 -0.0617,0.47244 -0.17419,0.93314 -0.35168,1.37501 -0.83282,0.37975 -1.6287,0.85407 -2.49845,1.13925 -0.13986,0.0459 -0.12277,-1.9055 -0.11974,-1.99625 0.0316,-1.04615 0.22271,-2.07017 0.46954,-3.0839 0.11417,-0.307 0.31023,-1.79762 0.57115,-1.9291 0.84982,-0.42823 1.73099,-0.79118 2.59649,-1.18676 0.61541,0.79329 0.83137,1.82498 1.01549,2.79305 0.13637,0.7717 0.18968,1.55368 0.21112,2.33592 0.036,0.49226 -0.0409,0.99363 0.0272,1.48282 0.58483,0.71119 0.0742,0.0695 -2.36268,1.16249 -0.0556,0.0249 0.10082,-0.072 0.13686,-0.12108 0.21819,-0.29732 0.32862,-0.6793 0.44626,-1.02206 0.29043,-0.72087 0.34275,-1.51151 0.60782,-2.23713 2.29615,-3.82981 2.68838,-1.2827 2.96783,0.0805 0.0163,0.054 0.12408,0.45745 0.19082,0.54721 0.0109,0.0146 0.0487,-0.0522 0.0324,-0.0441 -0.77646,0.38303 -1.52413,0.8264 -2.31809,1.17167 -0.0776,0.0337 0.0913,-0.14288 0.12779,-0.21918 0.0455,-0.0953 0.0784,-0.1961 0.11753,-0.29415 0.22707,-0.56319 0.21168,-1.18166 0.3655,-1.76064 0.82908,-0.38514 1.62096,-0.86339 2.48723,-1.15542 0.0956,-0.0322 0.0484,0.1962 0.0616,0.29618 0.0174,0.13207 0.0221,0.26553 0.0298,0.39852 0.0324,0.55643 0.0636,1.11116 0.10784,1.66698 0.0772,0.54746 0.11237,1.12651 0.30839,1.65052 0.0304,0.0813 0.0629,0.17213 0.13229,0.22425 0.0273,0.0205 0.10948,-0.0809 0.0788,-0.0657 -0.74866,0.37066 -1.49019,0.75558 -2.23528,1.13338 0.40313,-0.65122 0.4449,-1.44544 0.50159,-2.19043 0.0165,-0.75142 0.0475,-1.49696 0.14053,-2.24296 0.22628,-1.97695 -0.1103,-1.11671 2.5996,-2.70186 0.0604,0.1022 0.13358,0.19788 0.18129,0.3066 0.059,0.13456 0.16837,0.60699 0.19829,0.73362 0.11312,0.47881 0.21741,0.95782 0.30965,1.44105 0.15454,0.73133 0.14947,1.48384 0.25635,2.22053 -1.77299,0.62194 -2.67706,2.03959 -2.32197,0.86737 0.11082,-0.36584 0.18895,-0.73876 0.27533,-1.11093 0.13033,-0.24043 0.20721,-1.57216 0.39148,-1.67813 0.80657,-0.46386 1.65566,-0.84952 2.48349,-1.27428 0.0489,0.1071 0.11291,0.20848 0.14654,0.32128 0.17393,0.58326 0.14064,1.27134 0.16217,1.86807 0.0426,1.17919 0.005,0.49105 0.0806,1.62337 0.0536,0.61327 0.0878,1.22892 0.16473,1.84001 0.012,0.0955 0.0256,0.19104 0.0449,0.28538 0.006,0.0287 0.0564,0.0688 0.0304,0.0825 -0.7942,0.41712 -1.61458,0.78237 -2.42186,1.17356 0.091,-0.64292 0.0529,-1.29877 0.0943,-1.94698 0.0129,-0.13999 0.0253,-0.28002 0.0388,-0.41995 0.007,-0.0763 0.0518,-0.50678 0.0626,-0.6348 0.003,-0.0332 -0.0248,-0.0863 0.006,-0.0997 2.56862,-1.13733 2.37067,-1.86714 2.51224,-0.6503 0.0565,0.43518 0.0785,0.87447 0.16421,1.3057 0.0419,0.2106 0.0901,0.41382 0.15675,0.3755 0.0384,-0.0221 0.014,-0.0874 0.021,-0.13105 -2.94605,1.8068 -2.44236,1.75899 -1.93257,0.45213 0.19636,-0.50335 0.37698,-1.0122 0.56767,-1.51769 0.28404,-0.67639 0.4082,-1.415 0.7033,-2.08617 0.83284,-0.40398 1.62813,-0.8969 2.49851,-1.21193 0.20032,-0.0725 0.27755,1.76636 0.28119,1.8483 0.0747,0.42356 -0.0889,1.7272 0.14271,2.0335 -0.79291,0.36697 -1.5384,0.86171 -2.37873,1.10091 -0.14269,0.0406 0.0468,-0.29322 0.0603,-0.44096 0.0201,-0.22026 0.0258,-0.4416 0.0403,-0.6623 0.0558,-0.85122 0.11319,-1.70187 0.16026,-2.55366 0.0661,-0.9896 0.0432,-1.98609 0.17997,-2.97023 0.82534,-0.35747 1.60289,-0.85655 2.47603,-1.07243 0.14711,-0.0364 0.021,0.30243 0.0258,0.45389 0.007,0.22264 0.0109,0.44544 0.01,0.66819 -0.003,0.75233 -0.0446,1.50479 -0.0758,2.25628 -0.009,0.21125 -0.0183,0.42247 -0.0264,0.63374 -0.006,0.16139 -0.0114,0.32282 -0.0167,0.48425 -0.004,0.10741 -0.0117,0.21481 -0.01,0.32226 5.9e-4,0.0298 0.0443,0.0743 0.0176,0.0875 -2.53427,1.25324 -2.77074,1.87418 -2.29898,0.87542 0.21367,-0.69811 0.32645,-1.42023 0.49449,-2.12876 0.32016,-0.98232 0.17503,-0.66269 2.54869,-1.2384 0.15327,-0.0372 0.0429,0.31263 0.0563,0.46977 0.0523,0.61617 0.0594,1.23826 0.081,1.856 0.035,0.46602 -0.0361,0.96273 0.1595,1.40362 0.0283,0.0639 0.0618,0.13237 0.11902,0.17248 0.0243,0.0171 0.11033,-0.0438 0.0839,-0.0302 -0.75846,0.39184 -1.5205,0.77673 -2.28075,1.1651 0.35508,-0.66877 0.55636,-1.42748 0.76844,-2.15517 0.10014,-0.13836 0.24369,-1.05827 0.3755,-1.12444 2.58627,-1.2984 2.23873,-2.01098 2.62064,-0.82073 0.14655,1.31803 0.14509,2.65132 0.17788,3.97685 0.0489,1.51823 0.57919,0.70373 -2.27627,1.85362 -0.075,0.0302 0.0747,-0.14391 0.10226,-0.21988 0.0446,-0.12266 0.0759,-0.24976 0.11388,-0.37464 0.28529,-0.86195 0.56398,-1.72358 0.76914,-2.6086 0.35157,-1.05619 0.14726,-0.58872 2.50567,-1.59971 0.16977,-0.0728 0.54622,1.0832 0.5829,1.21432 0.0256,0.12199 0.05,0.24427 0.0769,0.36599 0.0222,0.10045 0.0838,0.46231 0.18349,0.56857 0.0225,0.024 0.12759,-0.0223 0.0985,-0.007 -2.47306,1.30273 -2.89869,1.71007 -2.09881,0.99579 0.5731,-0.96281 0.98612,-2.0112 1.47736,-3.01696 0.6033,-1.03492 0.38016,-0.75559 2.60196,-1.72727 0.10901,-0.0477 0.15393,0.18499 0.20388,0.29297 0.15938,0.34457 0.13561,0.81476 0.15692,1.18164 -0.003,0.15433 -0.003,0.30878 -0.009,0.463 -0.002,0.0456 -0.0807,0.97535 -0.0814,0.97569 -2.52862,1.3305 -2.35808,1.98274 -2.49559,0.81874 -0.0593,-0.97205 -0.0234,-1.94198 0.10623,-2.90632 0.19509,-0.84155 0.34393,-1.74015 0.76804,-2.50523 0.83516,-0.41769 1.62448,-0.94355 2.50547,-1.25306 0.11153,-0.0392 0.11416,0.20761 0.15917,0.31692 0.24652,0.59863 0.31046,1.27413 0.42751,1.90538 0.14649,0.82566 0.30313,1.65118 0.53445,2.45787 0.0346,0.0431 0.0543,0.10473 0.10376,0.12933 0.0722,0.0359 0.26469,-0.18282 0.19315,-0.14562 -0.73554,0.38254 -1.43613,0.83069 -2.17667,1.20345 -0.0804,0.0405 0.12587,-0.12919 0.18215,-0.19947 0.0603,-0.0753 0.11124,-0.15756 0.16686,-0.23634 0.68028,-1.29189 0.60718,-1.12489 2.84007,-2.01664 0.1027,-0.041 0.15295,0.32796 0.20533,0.6064 0.151,0.72067 -0.0497,1.5041 0.17073,2.20908 -0.24905,-1.00133 0.0596,0.0453 -2.34719,1.09967 -0.0871,0.0381 0.0636,-0.17914 0.0944,-0.26908 0.0387,-0.11314 0.0796,-0.22561 0.114,-0.34015 0.0815,-0.27156 0.14847,-0.54726 0.22349,-0.82068 0.18696,-0.70317 0.46753,-1.38281 0.6015,-2.09974 0.8261,-0.36718 1.61722,-0.82622 2.4783,-1.10154 0.0966,-0.0309 0.0141,0.20252 0.0162,0.30396 0.003,0.14139 -1.2e-4,0.28285 -6.3e-4,0.42428 -0.002,0.51296 -0.0301,1.01705 -0.0717,1.52824 -0.0336,0.37046 -0.0619,0.74137 -0.0941,1.11194 -0.0136,0.1558 0.003,0.1749 -0.0342,0.0733 0,0 -2.38591,1.35873 -2.38591,1.35873 l 0,0 c -0.12928,-0.30309 0.21592,-1.01148 0.13031,-1.35435 0.0552,-0.63916 0.0837,-1.2595 0.0537,-1.90083 -0.004,-0.0808 -0.0827,-0.19833 -0.0147,-0.24217 0.77158,-0.49773 1.61503,-0.87403 2.42255,-1.31105 -0.18359,0.13155 -0.20536,0.5222 -0.26149,0.70757 -0.13659,0.451 -0.30736,0.89281 -0.42194,1.35109 -0.21845,0.77628 -1.07881,4.99378 -2.89537,2.77455 -0.14797,-0.73452 -0.0378,-1.49429 -0.16047,-2.23365 -0.2054,-1.14309 -0.16532,-0.29 2.21183,-1.63481 0.0561,-0.0318 -0.10347,0.0806 -0.13939,0.1342 -0.0369,0.055 -0.23622,0.49573 -0.2632,0.5545 -0.66619,1.14803 -0.988,0.99262 -2.79679,1.9906 -0.10496,0.0579 -0.3304,-0.095 -0.38262,-0.15101 -0.0567,-0.0608 -0.0857,-0.14253 -0.12855,-0.2138 -0.23279,-0.81799 -0.36575,-1.66051 -0.51254,-2.49707 -0.0969,-0.49587 -0.16504,-1.00567 -0.31399,-1.48969 -0.0341,-0.11085 -0.0779,-0.21857 -0.12206,-0.32583 -0.0183,-0.0443 -0.1047,-0.10169 -0.0649,-0.12839 0.72625,-0.48675 1.50333,-0.89299 2.25499,-1.33949 -0.52758,0.42936 -0.69688,1.75043 -0.88045,2.39277 -0.1361,0.93736 -0.19258,1.88054 -0.0987,2.826 0.12751,1.13129 0.11209,0.35308 -2.34484,1.62479 -0.0584,0.0302 0.0403,-0.12563 0.0526,-0.19027 0.0755,-0.39698 0.0876,-0.80398 0.10527,-1.20631 -0.11301,-1.71838 -0.56693,-0.91891 2.04619,-2.33429 0.0964,-0.0522 -0.13386,0.1737 -0.20079,0.26055 -0.53114,0.98531 -0.95151,2.02338 -1.42505,3.03661 -0.44305,0.95426 -2.18834,2.38371 -2.8412,1.41466 -0.18916,-0.28077 -0.17459,-0.66213 -0.26568,-0.97468 -0.0728,-0.26197 -0.0889,-0.36857 -0.20514,-0.60856 -0.0361,-0.0746 -0.0742,-0.14949 -0.12557,-0.21453 -0.0159,-0.0201 -0.091,-0.0187 -0.0695,-0.0326 2.38129,-1.54613 2.72028,-2.05028 2.1046,-1.20833 -0.23977,0.8781 -0.48194,1.75438 -0.77528,2.6168 -0.0299,0.12507 -0.062,0.24965 -0.0898,0.37523 -0.0202,0.0913 0.0249,0.22505 -0.0539,0.27535 -2.45967,1.569 -2.5904,2.15867 -2.57686,0.45034 -0.004,-1.29468 0.008,-2.60087 -0.19364,-3.88278 -0.29527,-1.05313 -0.10112,-0.12274 2.27463,-1.51324 0.0412,-0.0241 -0.10783,0.003 -0.13769,0.04 -0.18674,0.23342 -0.17624,0.71837 -0.33894,0.97017 -0.21492,0.75072 -0.47271,1.48816 -0.68429,2.23995 -0.83048,0.47257 -1.63214,0.99984 -2.49145,1.41771 -0.0655,0.0319 -0.23011,-0.20298 -0.29522,-0.37216 -0.18287,-0.47512 -0.14059,-0.98563 -0.15382,-1.4836 -0.0178,-0.60684 -0.0343,-1.21331 -0.0996,-1.81742 -0.0132,-0.12245 -0.15045,-0.29247 -0.0515,-0.36589 0.72929,-0.54141 1.57421,-0.90662 2.36575,-1.35213 0.039,-0.022 -0.0715,0.054 -0.10725,0.081 -0.23372,0.68705 -0.29479,1.43041 -0.48702,2.13072 -0.20909,1.18376 0.005,0.40084 -2.56747,1.54778 -0.0448,0.02 -0.0113,-0.0979 -0.009,-0.14683 0.0153,-0.27594 0.0554,-0.55003 0.0745,-0.82573 0.0148,-0.21291 0.0261,-0.42604 0.0392,-0.63907 0.0401,-0.74153 0.0932,-1.48811 0.0764,-2.23125 -0.005,-0.2139 -0.0229,-0.42734 -0.0395,-0.64065 -0.0101,-0.12936 -0.14432,-0.30934 -0.0405,-0.38714 0.73595,-0.55141 1.59463,-0.91646 2.39194,-1.37469 -0.3556,0.46901 -0.19171,2.31009 -0.32194,2.94389 -0.0683,1.06258 -0.13827,2.12388 -0.14287,3.189 -6.6e-4,0.15256 0.12154,0.36469 5.9e-4,0.45768 -0.7498,0.57651 -1.63485,0.95159 -2.45227,1.42739 -0.24669,-0.67859 -0.054,-1.45301 -0.14025,-2.15515 -0.0201,-0.40634 -0.0345,-0.81469 -0.10056,-1.217 -0.0145,-0.0881 -0.0333,-0.1756 -0.0556,-0.26208 -0.009,-0.0363 -0.0709,-0.0855 -0.0392,-0.10537 0.75133,-0.47133 1.54038,-0.87967 2.31057,-1.31951 -0.046,0.0172 -0.1085,0.0122 -0.13799,0.0515 -0.0581,0.0773 -0.0718,0.17959 -0.10401,0.27075 -0.19741,0.55899 -0.36316,1.1282 -0.56416,1.68589 -0.1975,0.50001 -0.38049,1.00497 -0.56169,1.51113 -0.008,0.0237 -0.26315,0.76103 -0.26441,0.76195 -0.77019,0.56735 -1.61286,1.02909 -2.41928,1.54363 -0.0563,-0.0369 -0.12262,-0.062 -0.16903,-0.11079 -0.29525,-0.31063 -0.24904,-1.38563 -0.35912,-1.81285 -0.22127,-1.25177 -0.16215,-0.3045 2.34974,-1.75927 0.0233,-0.0135 -0.0459,0.0338 -0.0548,0.0592 -0.11656,0.33337 -0.0681,0.70743 -0.13834,1.04882 -0.0509,0.65374 -0.0321,1.31012 -0.018,1.96533 -0.81846,0.434 -1.61885,0.90391 -2.45537,1.30198 -0.0381,0.0181 -0.0136,-0.0834 -0.0171,-0.1254 -0.009,-0.10187 -0.013,-0.20406 -0.0193,-0.3061 -0.0386,-0.62273 -0.079,-1.24533 -0.12313,-1.8677 -0.0696,-1.15702 -0.0217,-2.35821 -0.32407,-3.48316 0.75578,-0.4489 1.51155,-0.89779 2.26732,-1.34668 -0.0462,0.04 -0.1113,0.0654 -0.13873,0.12004 -0.21265,0.42385 -0.13571,1.04594 -0.32938,1.4851 -0.0322,0.13683 -0.0684,0.27279 -0.0967,0.41049 -0.0125,0.0608 -0.16015,0.90743 -0.21042,0.93904 -2.46865,1.55218 -2.37338,2.29107 -2.47953,1.3095 -0.003,-0.74336 -0.0755,-1.48607 -0.19037,-2.22006 -0.12843,-0.68595 -0.29973,-1.44124 -0.49982,-2.06489 0.74544,-0.45314 1.48678,-0.91312 2.23633,-1.35942 0.0419,-0.0249 -0.0907,0.0503 -0.11167,0.0943 -0.15698,0.33003 -0.0269,0.7607 -0.14176,1.10296 -0.1037,0.74377 -0.16519,1.48387 -0.16416,2.23597 -0.0488,0.78709 -0.1119,1.58347 -0.40073,2.32553 -0.83693,0.49115 -1.64206,1.04106 -2.5108,1.47345 -0.0914,0.0455 -0.24412,-0.22639 -0.30951,-0.43083 -0.17498,-0.54707 -0.22325,-1.13488 -0.30745,-1.69903 -0.0502,-0.54936 -0.0973,-1.09818 -0.14237,-1.64778 -0.01,-0.12204 -0.024,-0.24375 -0.0386,-0.36533 -0.007,-0.0617 -0.0799,-0.1511 -0.0275,-0.18451 0.7638,-0.48672 1.58563,-0.87575 2.37844,-1.31363 -0.0299,0.0143 -0.0704,0.0159 -0.0897,0.0429 -0.20731,0.28968 -0.14683,1.28891 -0.34136,1.66076 -0.0212,0.0658 -0.17889,0.56193 -0.18781,0.5677 -2.21148,1.42869 -2.36176,2.23004 -2.75829,0.67378 -0.0658,-0.28886 -0.1201,-0.58044 -0.19307,-0.86759 -0.30454,-1.19827 -0.56994,-0.0767 2.17732,-1.67226 0.0448,-0.026 -0.0897,0.0518 -0.13448,0.0777 -0.39892,0.63609 -0.33066,1.52767 -0.64902,2.21365 -0.17888,0.6109 -1.70448,5.13259 -3.04737,2.39363 -0.0813,-0.50179 -0.003,-1.01671 -0.0276,-1.52318 -0.006,-0.77375 -0.0345,-1.54885 -0.15664,-2.3144 -0.15525,-0.86197 -0.32075,-1.85249 -0.91511,-2.52737 0.7246,-0.44659 1.45817,-0.87894 2.1738,-1.33977 0.0581,-0.0374 -0.14888,0.0161 -0.19626,0.0663 -0.33295,0.35307 -0.30135,1.27869 -0.49707,1.72156 -0.24856,0.99713 -0.46021,1.99933 -0.48291,3.03147 -0.0289,0.5449 -0.0112,1.08236 0.056,1.62434 0.007,0.06 0.0784,0.1471 0.0273,0.17934 -0.76391,0.48155 -1.58405,0.86754 -2.37608,1.3013 0.38109,-0.11785 0.3551,-0.92869 0.44747,-1.24359 0.1762,-0.88138 0.48146,-1.73234 0.78198,-2.57735 0.31396,-0.74746 0.64227,-1.48324 1.03396,-2.19428 0.0533,-0.0968 0.62038,-1.09598 0.77368,-1.20659 0.84219,-0.60764 1.76188,-1.09994 2.64282,-1.64991 0.10075,0.0282 0.21666,0.0246 0.30226,0.0847 0.45932,0.32294 0.19859,1.73869 0.25298,2.21378 -5.1e-4,0.75633 2.3e-4,1.51331 0.0335,2.2691 0.004,0.0968 0.0974,0.2359 0.0171,0.29011 -0.77004,0.52002 -1.62715,0.89772 -2.44072,1.34657 0.0228,-0.002 0.0589,0.0154 0.0683,-0.005 0.10625,-0.23292 0.0972,-0.50297 0.13193,-0.75662 0.0981,-0.71667 0.18002,-1.43568 0.29379,-2.15022 0.0427,-0.26802 0.16904,-1.02804 0.19759,-1.32351 0.012,-0.12374 -0.0922,-0.30345 0.011,-0.37279 2.84815,-1.91382 2.47386,-2.10978 2.46259,-0.82968 0.007,2.01278 0.44184,1.1088 -2.41694,2.6679 -0.0127,0.007 0.009,-0.0276 0.013,-0.0414 0.0413,-0.76785 0.0181,-1.53817 0.006,-2.30646 -0.017,-0.3656 -0.023,-0.62779 -0.0625,-0.98822 -0.14331,-1.30735 -0.45054,-0.31685 2.20353,-1.80326 0.0669,-0.0375 -0.10849,0.1085 -0.16274,0.16276 -0.26408,0.67809 -0.40907,1.37716 -0.58312,2.08359 -0.27342,1.10976 -0.56886,2.21449 -0.79988,3.33427 -0.17503,0.9196 -0.3602,1.83472 -0.55295,2.75049 -0.0289,0.13732 0.038,0.33433 -0.0777,0.41373 -0.773,0.5305 -1.62998,0.92976 -2.47416,1.33759 -0.0447,0.0216 0.008,-0.0989 0.0126,-0.1484 0.008,-0.4316 0.002,-0.86233 -0.0203,-1.29355 -0.007,-0.12735 -0.0157,-0.2546 -0.0269,-0.38165 -0.007,-0.078 -0.0925,-0.19051 -0.027,-0.23323 0.76678,-0.49955 1.60554,-0.87879 2.40831,-1.31819 -0.032,0.008 -0.0774,-0.004 -0.0959,0.0233 -0.0957,0.14113 -0.1656,0.61752 -0.1848,0.71674 -0.10324,0.53374 -0.17648,1.07065 -0.26312,1.60725 -0.0175,0.091 -0.15097,0.82044 -0.17932,0.8429 -0.75877,0.60096 -2.18689,2.32067 -2.53441,1.41728 -0.0971,-0.25234 0.07,-0.57036 -0.0475,-0.80969 -0.001,-1.05719 0.003,-2.1172 -0.073,-3.17235 -0.0115,-0.15972 -0.17255,-0.37805 -0.0475,-0.47806 0.71806,-0.57418 1.5885,-0.92619 2.38274,-1.38929 -0.20238,0.2907 -0.21703,0.7212 -0.26917,1.05943 -0.0915,0.59346 -0.15081,1.1895 -0.1841,1.78917 -0.002,0.0675 -0.0465,1.30824 -0.0519,1.31205 -1.4556,1.02901 -2.41294,2.36715 -2.56049,1.01777 -0.0201,-0.9946 0.20792,-1.94546 0.40932,-2.91429 0.79956,-0.53041 1.55541,-1.13349 2.39868,-1.59123 0.0747,-0.0405 0.11758,0.13156 0.13877,0.21386 0.0173,0.0671 -0.0229,0.13666 -0.0308,0.20546 -0.0508,0.4378 -0.0665,0.88095 -0.17508,1.31052 -0.0633,0.37854 -0.15066,0.7511 -0.21903,1.1279 -0.0162,0.0894 0.0449,0.22294 -0.0324,0.27061 -2.45619,1.51389 -2.03971,2.09612 -2.60704,1.13529 -0.22731,-1.5508 -0.19997,-3.12412 -0.36893,-4.68104 -0.11367,-1.13297 -0.25068,-2.25673 -0.41092,-3.38387 -0.0331,-0.23271 -0.0752,-0.46447 -0.0959,-0.6986 -0.005,-0.0525 -0.023,-0.12658 0.0202,-0.15673 0.71368,-0.4983 1.47057,-0.93166 2.20586,-1.3975 -0.23908,0.86838 -0.20553,1.78508 -0.40344,2.66355 -0.14261,0.93175 -0.23339,1.87071 -0.38734,2.80094 -0.81159,0.43713 -1.60415,0.91159 -2.43477,1.31139 -0.0436,0.021 0.009,-0.0964 0.0109,-0.14468 0.0239,-0.55596 0.008,-1.11316 0.0237,-1.6693 0.0134,-1.38609 0.021,-2.77232 0.019,-4.15846 -0.002,-0.19801 -0.004,-0.39602 -0.007,-0.59402 -0.002,-0.12985 -0.11036,-0.3111 -0.007,-0.38953 2.75978,-2.0913 2.43912,-2.14477 2.43321,-0.51501 -0.0508,1.80188 -0.17959,3.60192 -0.0816,5.40622 0.007,0.22578 0.0119,0.45163 0.0208,0.67734 0.005,0.13484 0.13041,0.32427 0.0217,0.40424 -2.87477,2.11533 -2.38938,2.06351 -2.41975,0.6178 -0.0432,-2.10108 -0.62011,-1.11804 2.27867,-2.73417 -0.41524,0.56271 -0.25688,1.66587 -0.4899,2.32704 -0.0246,0.12784 -0.19319,1.25598 -0.26932,1.31635 -0.68903,0.54635 -1.89519,2.28782 -2.78783,1.42714 -0.43971,-0.85677 -0.49306,-1.85903 -0.80446,-2.76393 -0.10629,-0.34681 -0.13249,-0.52342 -0.31649,-0.82254 -0.0463,-0.0753 -0.0968,-0.15275 -0.16807,-0.20499 -0.0262,-0.0192 -0.12398,0.0284 -0.0966,0.0109 2.33623,-1.48829 2.70855,-1.92391 1.98375,-1.13926 -0.21521,0.80152 -0.31753,1.62903 -0.41109,2.45215 -0.0373,0.25167 -0.0908,0.50109 -0.1183,0.75401 -0.01,0.0894 0.0667,0.22142 -0.009,0.26948 -1.80052,1.13958 -2.48234,2.22235 -2.54529,0.9107 0.0573,-0.85244 0.16682,-1.70317 0.13479,-2.56054 0.42466,-0.87155 0.0671,-0.175 2.3302,-1.42135 0.06,-0.033 -0.10185,0.0947 -0.13533,0.1544 -0.0784,0.13984 -0.27135,0.68409 -0.31531,0.80263 -0.058,0.15651 -0.11645,0.31289 -0.17468,0.46933 -0.27109,0.83479 -0.47195,1.68957 -0.6212,2.55457 -0.82665,0.43546 -1.63493,0.9077 -2.47993,1.30638 -0.0441,0.0208 0.0155,-0.0965 0.0187,-0.14515 0.009,-0.13534 0.0136,-0.27094 0.0179,-0.40651 0.0271,-0.84274 0.025,-1.68598 0.0308,-2.52903 -0.003,-1.19482 -0.0163,-2.38948 -0.0213,-3.58426 -6e-4,-0.14581 -0.1077,-0.33997 7.5e-4,-0.43744 0.71109,-0.63904 1.55778,-1.10879 2.33668,-1.66318 0.0481,0.0602 0.11413,0.10985 0.14445,0.18077 0.0925,0.21646 0.0771,0.46449 0.11851,0.69623 0.0801,0.44816 0.18516,0.89152 0.25502,1.34157 0.0712,0.28459 0.0925,0.42706 0.20567,0.68677 0.0176,0.0404 0.10664,0.0875 0.0701,0.11199 -0.7356,0.49352 -1.51842,0.91272 -2.27763,1.36908 0.0337,-0.0568 0.0836,-0.10673 0.1011,-0.17044 0.0322,-0.11758 0.03,-0.24198 0.0451,-0.36297 -0.001,-0.51236 2.6e-4,-1.02536 -0.0378,-1.53673 -0.0101,-0.13584 -0.14734,-0.31995 -0.0421,-0.40648 0.71645,-0.58927 1.54124,-1.0363 2.3496,-1.49138 0.0711,-0.04 -0.0655,0.14932 -0.0983,0.22398 -0.36863,1.67597 -0.5727,3.40161 -0.66541,5.11249 -0.0241,1.39957 0.13106,0.48507 -2.37774,1.91264 -0.0497,0.0283 0.0879,-0.0798 0.10816,-0.13334 0.0512,-0.1353 0.0755,-0.27959 0.10174,-0.42182 0.0904,-0.48893 0.10624,-0.7931 0.15233,-1.29356 0.042,-0.50239 0.0729,-0.82472 0.10005,-1.32165 0.008,-0.14312 -0.0994,-0.34443 0.0158,-0.42971 0.74101,-0.54856 1.61938,-0.88336 2.40646,-1.36348 0.0366,-0.0223 -0.0958,-0.059 -0.12533,-0.028 -0.0658,0.069 -0.0684,0.17797 -0.10258,0.26696 -0.17759,0.77935 -0.81859,5.35682 -2.94522,2.88366 -0.0687,-0.48818 -0.10843,-0.97668 -0.11681,-1.46949 -0.002,-0.0971 -0.084,-0.23437 -0.005,-0.29124 0.76333,-0.5515 1.61456,-0.96981 2.42184,-1.45472 -0.0892,0.75851 -0.042,1.53067 -0.15586,2.28801 -0.16232,1.28207 0.0283,0.54244 -2.52241,1.82261 -0.0627,0.0315 -0.11894,-0.0803 -0.15913,-0.13777 -0.21842,-0.31265 -0.22476,-0.72726 -0.39743,-1.06044 -0.072,-0.15951 -0.13952,-0.36807 -0.28178,-0.48964 -0.0282,-0.0241 -0.13959,-0.004 -0.10863,-0.0244 3.52379,-2.32801 2.23617,-1.85165 1.88278,-0.79965 -0.04,0.0973 -0.0821,0.19371 -0.12007,0.29181 -0.0304,0.0787 -0.0117,0.19666 -0.085,0.23835 -2.43168,1.38256 -2.6026,2.07843 -2.70604,0.37996 0.009,-1.12186 0.0151,-2.24407 -0.0191,-3.36562 0.80607,-0.50176 1.58778,-1.04495 2.41819,-1.50529 0.0498,-0.0276 -0.009,0.11371 -0.0107,0.17068 -0.0217,0.59017 -0.007,1.18129 -0.0175,1.77164 -0.001,0.71317 -0.001,1.4266 0.008,2.13972 0.001,0.10552 0.0922,0.25529 0.006,0.31654 -0.76435,0.54468 -1.62324,0.94273 -2.43486,1.41409 -0.0837,-0.25382 -0.085,-0.55326 -0.12009,-0.81457 -0.0695,-0.51749 -0.15731,-1.03235 -0.25456,-1.54528 -0.0622,-0.35253 -0.0886,-0.58099 -0.19781,-0.9167 -0.33783,-1.03828 -1.73609,0.5088 1.963,-1.54564 0.0997,-0.0554 -0.16047,0.16208 -0.2407,0.24312 -0.67634,0.94035 -1.08995,2.03214 -1.54186,3.09147 -0.38899,1.00533 -1.52198,4.76078 -3.41348,3.09282 -0.28208,-0.89672 -0.0599,-1.88171 -0.13825,-2.80329 -0.0112,-0.55656 -0.0164,-1.11471 -0.0731,-1.6691 -0.0129,-0.12641 -0.0313,-0.25228 -0.0522,-0.37762 -0.009,-0.0562 -0.0863,-0.13521 -0.0387,-0.16653 0.7386,-0.48586 1.53326,-0.8806 2.29988,-1.3209 -0.5616,0.35652 -0.80379,1.29864 -1.27118,1.78646 -0.4116,0.64994 -0.78859,1.31998 -1.20055,1.96949 -0.84522,0.46478 -1.66201,0.98548 -2.53564,1.39436 -0.31465,0.14727 -0.51117,-1.41846 -0.50281,-1.58988 -0.0519,-0.40119 -0.0967,-0.80658 -0.21841,-1.19444 -0.34585,-1.10214 -0.84344,0.17081 2.14384,-1.5969 -0.53875,0.44282 -0.46234,1.41117 -0.74422,2.01923 -0.025,0.099 -0.24363,1.06584 -0.29685,1.10701 -0.53517,0.41395 -2.02978,2.45122 -2.68314,1.34273 -0.17361,-0.87867 -0.22302,-1.77025 -0.31079,-2.66012 -0.0183,-0.17429 -0.0367,-0.34857 -0.055,-0.52285 -0.0114,-0.14776 -0.0191,-0.29585 -0.0342,-0.44328 -0.12854,-1.25527 -0.46457,-0.22362 2.23907,-1.72804 0.0579,-0.0322 -0.0946,0.0927 -0.14194,0.13903 -0.38122,0.83776 -0.6354,1.72695 -1.02539,2.56153 -0.0239,0.0553 -0.25267,0.58056 -0.28635,0.66953 -0.0298,0.0786 -0.005,0.19776 -0.0779,0.23988 -1.10873,0.64192 -2.4895,2.21129 -2.65112,0.88793 0.01,-0.7791 0.0232,-1.55862 -0.005,-2.33752 -0.0161,-0.33654 -0.0234,-1.69893 -0.39535,-1.83591 0.71022,-0.42721 1.42045,-0.85442 2.13068,-1.28163 -0.0868,0.0539 -0.18554,0.0921 -0.26035,0.1617 -0.43599,0.40537 -0.70288,1.01031 -0.98951,1.51744 -0.61818,1.32687 -0.87985,3.58992 -3.21476,3.15535 -0.0572,-0.0486 -0.12695,-0.0855 -0.17152,-0.14586 -0.302,-0.40927 -0.28335,-1.33019 -0.4137,-1.81962 -0.11661,-0.86726 0.0216,0.0854 -0.0936,-0.54585 -0.15637,-0.85659 1.49285,-0.89695 2.24681,-1.33254 0.0531,-0.0307 -0.0953,0.0796 -0.13015,0.13 -0.0512,0.0741 -0.0835,0.15972 -0.1252,0.23958 -0.20028,0.77695 -0.29637,1.57599 -0.45011,2.36241 -0.0255,0.0918 -0.22609,0.82982 -0.30202,0.88015 -0.698,0.4627 -2.13404,2.29619 -2.65755,1.15845 -0.10355,-0.55056 0.14556,-1.03428 0.26692,-1.56323 0.19768,-0.69655 0.4383,-1.38044 0.56758,-2.09552 0.0165,-0.13437 0.078,-0.59739 0.0797,-0.74895 0.001,-0.0964 -0.0129,-0.19244 -0.0231,-0.28831 -0.004,-0.0357 0.009,-0.084 -0.019,-0.10612 -0.0219,-0.0172 -0.10174,0.0446 -0.0778,0.0303 0.7063,-0.42223 1.41737,-0.83646 2.12605,-1.2547 -0.63787,0.43013 -1.12985,1.02648 -1.5814,1.64322 -0.3497,0.5094 -0.65539,1.03445 -0.78097,1.64747 -0.093,0.61506 -0.0956,1.22835 -0.0766,1.85001 0.0198,1.65696 0.23823,0.75773 -2.42896,2.24935 -0.008,0.005 0.004,-0.0183 0.005,-0.0275 0.0225,-0.43223 0.002,-0.86548 0.0112,-1.29804 0.005,-0.51464 0.013,-1.02997 0.0649,-1.54245 0.0749,-0.68341 0.21694,-1.36293 0.20127,-2.05285 0.003,-0.88502 0.007,-1.77049 -0.0188,-2.65519 0,0 2.4191,-1.23259 2.4191,-1.23259 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#1a1a1a;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3829"
       d="m 130.71177,313.15648 c 0.0339,0.36872 -0.19265,1.1905 0.25846,1.38889 0.0613,0.0269 0.13313,0.0142 0.19969,0.0213 -0.0776,0.0951 0.62389,-0.35308 0.46648,-0.26738 -0.69082,0.3761 -1.36044,0.79132 -2.06005,1.15081 -0.0956,0.0491 0.15996,-0.14364 0.23988,-0.21554 0.0628,-0.0565 0.11514,-0.12733 0.18826,-0.16962 0.82223,-0.47551 1.66173,-0.9205 2.49259,-1.38075 0.0624,0.0568 0.13796,0.10178 0.18717,0.17028 0.30976,0.43116 0.34842,1.30984 0.42734,1.81815 0.16531,0.7381 0.20336,1.39537 1.08283,0.96402 -3.73489,2.16279 -2.18168,1.3569 -1.48311,0.64409 0.28525,-0.29107 0.53365,-0.61775 0.78802,-0.93525 0.69621,-0.77614 2.41263,-2.48754 3.15752,-1.48089 0.10207,0.13794 0.16075,0.33079 0.21943,0.48707 0.27069,0.79151 0.4908,0.70611 1.17165,0.40375 0.12424,-0.0627 0.24923,-0.12394 0.37272,-0.18812 1.79442,-0.9326 -2.82061,1.68707 -1.04166,0.60693 0.13631,-0.0828 0.27192,-0.16671 0.4058,-0.25335 0.12765,-0.0826 0.25244,-0.16952 0.37866,-0.25428 1.16301,-0.7044 2.88661,-2.64342 3.79217,-1.01718 0.26,0.70603 0.34949,1.45945 0.42678,2.20353 -0.0183,0.0583 0.0783,1.63743 0.33071,1.0355 -4.00053,2.22377 -2.4323,1.67679 -1.88435,0.85227 0.16707,-0.2514 0.283,-0.53991 0.41292,-0.81097 0.2301,-0.48786 0.415,-0.99535 0.61605,-1.49553 1.85137,-0.78162 2.39954,-1.97839 2.56078,-0.79603 0.0596,0.43696 0.0445,0.88907 0.0475,1.32894 0.009,0.0693 0.009,0.14064 0.0284,0.20798 0.057,0.20195 0.0795,-0.0762 0.0764,-0.0747 -0.75311,0.36352 -1.4544,0.82832 -2.20693,1.19302 -0.0802,0.0389 0.1205,-0.13219 0.17038,-0.20604 0.0754,-0.11162 0.13616,-0.23243 0.20424,-0.34865 0.44505,-0.83445 0.91949,-1.65196 1.26397,-2.53449 0.50485,-1.38608 1.02856,-1.4233 2.90055,-2.19307 0.0799,-0.0328 0.40094,0.53599 0.4042,0.54134 0.3671,0.67368 0.48894,1.4555 0.85474,2.12503 0.0483,0.0415 0.0844,0.1044 0.1448,0.12446 0.0826,0.0274 0.26469,-0.2217 0.18751,-0.18154 -2.36084,1.2282 -2.73582,1.88665 -2.02269,1.01711 0.83725,-0.40622 1.63969,-0.89382 2.51175,-1.21866 0.2101,-0.0782 0.55266,1.48643 0.57905,1.62491 0.0623,0.22041 0.20909,1.33255 0.51261,1.33358 0.0797,2.7e-4 0.14611,-0.0639 0.21917,-0.0958 1.02783,-0.74319 -0.32188,0.25327 -1.5937,0.8048 -0.17335,0.0752 0.28116,-0.25264 0.41664,-0.38434 0.39597,-0.38492 0.76406,-0.79917 1.13637,-1.20658 0.92993,-1.15409 1.29926,-1.30222 3.19528,-1.9654 0.0901,-0.0315 0.14537,0.32716 0.1979,0.5891 0.0785,0.7791 0.0646,1.56522 0.0652,2.3476 0.0458,1.1198 0.41307,0.37902 -2.42108,1.37274 -0.0824,0.0289 0.002,-0.17475 0.007,-0.26194 0.0151,-0.25049 0.0455,-0.50719 0.0721,-0.75641 0.0613,-0.75214 0.14017,-1.49841 0.26482,-2.24264 0.27947,-1.17123 0.86804,-0.9865 2.64631,-1.61547 0.0945,-0.0334 0.32966,0.97906 0.3471,1.05222 0.14831,0.50115 0.18395,1.83259 0.56457,2.15428 0.0594,0.0502 0.14364,0.0599 0.21547,0.0898 0.0847,-0.0223 0.17347,-0.0326 0.2541,-0.0668 0.11051,-0.0468 0.42037,-0.23191 0.31499,-0.17446 -0.63508,0.34624 -1.24718,0.73804 -1.90409,1.04082 -0.17327,0.0799 0.29732,-0.23942 0.44005,-0.36602 0.38609,-0.34244 0.455,-0.43275 0.79987,-0.80162 0.53588,-0.48515 0.80805,-1.145 1.18257,-1.74023 0.80239,-0.47485 1.55651,-1.04284 2.40716,-1.42454 0.0967,-0.0434 0.13312,0.16853 0.17332,0.26661 0.15891,0.38771 0.10131,1.22658 0.10756,1.64497 0.0302,0.66506 -0.0267,1.33478 0.0167,1.99937 0.0184,0.28202 0.01,0.28844 0.0465,0.19015 -0.78008,0.37426 -1.53104,0.81652 -2.34023,1.12279 -0.0965,0.0365 0.0873,-0.18714 0.12343,-0.28376 0.21185,-0.56705 0.3546,-1.16287 0.52633,-1.74271 0.042,-0.14647 0.0856,-0.29246 0.12593,-0.43941 0.0975,-0.35572 0.0985,-0.38407 0.18107,-0.71364 0.0127,-0.0507 -0.006,-0.12665 0.0397,-0.15171 2.5177,-1.37487 2.28199,-2.09625 2.51314,-0.93891 0.10888,0.69867 -0.0954,1.45199 0.09,2.13528 0.0206,0.0166 0.0426,0.0681 0.0616,0.0498 0.69691,-0.67051 -1.71746,0.83134 -2.12473,1.02585 -0.10019,0.0479 0.15014,-0.16389 0.21872,-0.25121 0.21995,-0.28009 0.28032,-0.39696 0.46839,-0.70099 0.47959,-0.78844 0.95625,-1.57909 1.5267,-2.30596 0.84313,-0.75435 0.7815,-0.7298 2.74397,-1.45717 0.10399,-0.0385 0.14796,0.16679 0.20574,0.26144 0.21313,0.34915 0.28582,0.76802 0.37163,1.15994 0.16145,0.82429 0.15222,1.68752 0.38997,2.49576 0.0479,0.37462 0.0986,0.008 0.0754,0.019 -0.78258,0.38421 -1.51625,0.86479 -2.30607,1.23387 -0.0639,0.0299 0.0565,-0.12929 0.0826,-0.19483 0.0966,-0.24275 0.12823,-0.3423 0.21588,-0.59316 0.0964,-0.24452 0.34567,-1.40353 0.53663,-1.51744 0.79809,-0.47604 1.62861,-0.89546 2.44291,-1.34319 0.3631,0.718 0.3632,1.55819 0.47683,2.34181 0.0938,0.3976 0.0558,1.10361 0.52466,1.29754 0.19922,0.0824 0.50199,0.0109 0.691,-0.0131 1.07065,-0.22343 1.98681,-0.84603 2.93751,-1.35179 0.91027,-0.30782 1.03906,0.30517 1.00002,1.0543 -0.25576,1.678 -0.14715,1.20771 -2.59316,2.12058 -0.0857,0.032 0.0943,-0.15681 0.14141,-0.23521 0.35627,-0.96817 0.57959,-1.9767 0.89645,-2.95689 0.20546,-0.57635 0.35872,-1.16809 0.56389,-1.74423 0.83433,-0.37639 1.63687,-0.83319 2.50299,-1.12919 0.082,-0.028 0.0504,0.16619 0.0651,0.25156 0.0766,0.4468 0.0631,0.9205 0.0715,1.37206 0.01,0.64708 0.0119,1.29424 0.0128,1.94139 0.0146,0.0337 0.008,0.10915 0.0439,0.10108 0.0449,-0.0101 0.10116,-0.14473 0.0598,-0.12446 -0.73784,0.36193 -1.44018,0.79294 -2.17457,1.16182 -0.0833,0.0418 0.1491,-0.11281 0.2158,-0.17796 0.17515,-0.1711 0.26334,-0.30914 0.40693,-0.5058 0.75054,-1.18639 1.16999,-1.2666 3.00071,-2.01046 0.0945,-0.0384 0.34792,0.46548 0.36282,0.49213 0.27245,0.63664 0.46582,1.3031 0.68941,1.95751 0.039,0.0681 0.12612,0.28783 0.25121,0.30123 0.0557,0.006 0.10477,-0.0397 0.15573,-0.0628 0.5882,-0.26737 2.99793,-1.70951 -1.37656,0.78291 0.97516,-0.59934 1.89616,-1.2819 2.78795,-1.99801 1.07428,-0.78292 0.97607,-0.73283 2.98808,-1.76569 0.14588,-0.0749 0.39311,0.0381 0.49298,0.13734 0.14957,0.14857 0.1854,0.32171 0.25114,0.51121 0.13713,0.55221 0.0858,1.12379 0.13311,1.68506 0.0639,-0.0718 0.0178,0.32347 0.12739,0.30702 0.0428,-0.006 0.10155,-0.13307 0.0628,-0.11376 -0.75013,0.37339 -1.46302,0.81922 -2.21648,1.18583 -0.0901,0.0438 0.14813,-0.13552 0.21359,-0.21132 0.0747,-0.0865 0.1371,-0.18279 0.20564,-0.27418 0.36244,-0.49082 0.49762,-1.12737 0.92296,-1.57019 2.71914,-1.66431 2.12831,-1.79857 3.19782,-0.36052 0,0 -2.32329,1.37985 -2.32329,1.37985 l 0,0 c -0.15366,-0.20035 -0.29669,-0.40892 -0.45072,-0.60876 -0.0272,-0.0353 -0.0514,-0.0746 -0.0869,-0.10152 -0.0124,-0.009 -0.0602,0.008 -0.0468,1.5e-4 0.74455,-0.4383 1.497,-0.86301 2.2455,-1.29451 -0.55986,0.18603 -0.67226,1.02764 -0.99069,1.48012 -0.0158,0.0251 -0.31589,0.51326 -0.36637,0.54474 -0.85499,0.53311 -1.98832,2.00307 -2.72263,1.31313 -0.0855,-0.0803 -0.14341,-0.33876 -0.16893,-0.42369 -0.0646,-0.54195 0.003,-1.09332 -0.10909,-1.63159 -0.0439,-0.14355 -0.0664,-0.35416 -0.26984,-0.33082 -0.0696,0.008 -0.26116,0.0954 -0.20181,0.0583 4.84698,-3.03411 2.04554,-1.21423 1.57354,-0.90617 -0.87878,0.72445 -1.79443,1.4072 -2.75401,2.02127 -0.89065,0.52012 -1.77558,1.05015 -2.67194,1.56038 -0.55051,0.31337 -0.9432,0.29184 -1.21424,-0.31244 -0.21777,-0.6375 -0.38925,-1.29388 -0.67307,-1.907 -0.5585,-0.9342 -1.5371,0.56804 1.97738,-1.52644 0.0595,-0.0355 -0.12674,0.0614 -0.17686,0.10925 -0.0987,0.0942 -0.28643,0.40543 -0.34993,0.50479 -0.79693,1.25484 -1.32613,1.36754 -3.1321,2.19004 -0.0801,0.0365 -0.16582,-0.0738 -0.22378,-0.13995 -0.047,-0.0536 -0.0496,-0.13369 -0.0744,-0.20053 0.004,-0.64751 0.0113,-1.29507 0.003,-1.94258 -0.008,-0.34583 -0.0123,-0.69235 -0.0415,-1.03726 -0.10871,-1.28288 -0.47098,-0.28525 2.33309,-1.69784 -0.0369,0.001 -0.0829,-0.0208 -0.11056,0.004 -0.29568,0.26073 -0.33474,1.27498 -0.5747,1.6221 -0.3416,0.96648 -0.57265,1.96871 -0.86647,2.95028 -0.24506,1.23428 -0.001,0.4651 -2.61667,1.56392 -0.0479,0.0201 -0.0251,-0.10335 -0.0183,-0.15489 0.0426,-0.32046 0.22034,-0.62074 0.22614,-0.95015 0.0819,-0.64781 0.0349,-0.90564 -0.66777,-0.58321 -0.95846,0.52009 -1.91402,1.11801 -3.01635,1.26189 -0.15079,-0.003 -0.30409,0.0173 -0.45235,-0.0104 -0.77398,-0.14445 -0.88135,-0.96849 -0.96626,-1.61089 -0.0993,-0.65749 -0.1549,-1.35026 -0.32482,-1.9797 0.75565,-0.44706 1.50468,-0.90549 2.26693,-1.3412 0.0515,-0.0294 -0.0973,0.0715 -0.13097,0.12026 -0.26627,0.38611 -0.34118,0.8856 -0.46515,1.32581 -0.014,0.0439 -0.24421,0.79028 -0.25701,0.79899 -1.01621,0.69172 -2.11824,2.33699 -2.62433,1.17152 -0.20598,-0.82385 -0.22661,-1.68428 -0.37329,-2.51928 -0.0669,-0.3018 -0.0941,-0.48864 -0.20795,-0.77179 -0.0351,-0.0874 -0.0759,-0.17342 -0.12817,-0.25178 -0.0209,-0.0314 -0.11909,-0.0511 -0.0875,-0.0717 1.63328,-1.06566 3.01553,-1.65853 1.93553,-1.18608 -0.61527,0.68658 -1.07727,1.48579 -1.55465,2.27059 -0.85373,1.49765 -0.91063,1.35743 -3.12184,2.50384 -0.15988,0.0829 -0.28323,-0.17483 -0.33276,-0.25162 -0.16747,-0.70032 0.004,-1.44504 -0.10862,-2.1576 -0.0338,-1.03818 -0.0471,-0.19513 2.36621,-1.46147 0.0443,-0.0233 -0.0658,0.0777 -0.0844,0.1242 -0.15012,0.37569 -0.17736,0.79519 -0.32763,1.17134 -0.13528,0.45078 -0.26489,0.90344 -0.39019,1.35712 -0.0233,0.0845 -0.1689,0.66737 -0.19431,0.68433 -0.79327,0.52925 -1.65474,0.94836 -2.48211,1.42254 -0.13529,-0.25123 -0.0864,-0.52236 -0.0832,-0.80156 0.006,-0.53032 5e-5,-1.06074 -0.007,-1.59101 -0.01,-0.37073 -0.0115,-0.58534 -0.0364,-0.94911 -0.0123,-0.18007 -0.0847,-0.35954 -0.0592,-0.53823 0.004,-0.0263 0.0318,0.0426 0.0477,0.0639 0.74515,-0.44786 1.4903,-0.89572 2.23544,-1.34358 -0.21562,0.20035 -0.28555,0.41063 -0.42321,0.66869 -0.13883,0.26023 -0.29627,0.48496 -0.47976,0.71647 -0.10638,0.13424 -0.22143,0.26136 -0.33215,0.39204 -1.29777,1.45275 -1.80266,1.65357 -3.89914,2.81594 -0.11609,0.0644 -0.25172,0.0959 -0.38415,0.10492 -0.11497,0.008 -0.22752,-0.0368 -0.34128,-0.0553 -0.0897,-0.066 -0.19489,-0.11497 -0.26918,-0.19794 -0.45483,-0.50802 -0.39526,-1.60067 -0.59821,-2.24205 -0.0886,-0.34387 -0.0909,-0.40397 -0.21481,-0.71282 -0.017,-0.0423 -0.10021,-0.097 -0.062,-0.12175 0.74035,-0.48085 1.53298,-0.8761 2.29213,-1.32667 0.0426,-0.0253 -0.108,0.0118 -0.14021,0.0495 -0.0511,0.0598 -0.0592,0.14563 -0.0889,0.21845 -0.13175,0.74048 -0.24647,1.4788 -0.28361,2.23172 -0.0127,0.12446 -0.0619,0.58029 -0.0656,0.7197 -0.002,0.0831 0.0803,0.20318 0.011,0.24915 -3.02074,2.00474 -2.47497,2.21452 -2.40627,1.09069 0.01,-0.76521 0.0288,-1.53367 -0.0513,-2.29597 -0.21111,-1.19455 -0.48512,-0.0522 2.19518,-1.63854 0.062,-0.0367 -0.14652,0.0287 -0.20353,0.0727 -0.0794,0.0614 -0.5176,0.60624 -0.54609,0.64097 -1.33863,1.4602 -2.5238,2.79532 -4.5933,3.41582 -0.11287,-0.0225 -0.23567,-0.016 -0.33861,-0.0675 -0.43025,-0.21508 -0.46392,-1.10632 -0.58633,-1.50709 -0.0617,-0.35114 -0.1198,-0.70645 -0.25564,-1.03881 -0.0329,-0.0804 -0.0709,-0.15948 -0.11899,-0.2318 -0.0271,-0.0407 -0.14518,-0.077 -0.10409,-0.10353 0.73938,-0.47832 1.52854,-0.87492 2.29281,-1.31238 -0.4341,0.21259 0.28526,-0.15631 -0.22083,0.17478 -0.18664,0.1221 -2.06611,2.0184 -2.78992,1.42214 -0.0685,-0.0564 -0.11706,-0.13326 -0.17559,-0.1999 -0.33913,-0.67595 -0.46947,-1.43834 -0.83946,-2.10415 -0.66797,-0.95116 -1.13404,0.2339 1.93511,-1.58266 0.0645,-0.0382 -0.13758,0.0693 -0.186,0.12651 -0.11314,0.13377 -0.23181,0.4685 -0.29175,0.61684 -0.33515,0.89591 -0.81592,1.71689 -1.24912,2.56718 -0.0598,0.11851 -0.12077,0.23639 -0.17928,0.35552 -0.044,0.0896 -0.0448,0.21567 -0.12815,0.27046 -0.39532,0.25981 -2.6533,2.49204 -2.81421,0.92387 7.1e-4,-0.42551 0.009,-0.8549 -0.0391,-1.27852 -0.008,-0.0668 -0.0876,-0.16183 -0.0317,-0.1991 0.75813,-0.50529 1.58062,-0.90664 2.37093,-1.35997 -0.30039,0.21988 -0.45182,1.12062 -0.67038,1.46242 -0.88488,1.81136 -0.45852,1.25005 -3.14673,2.73346 -0.6197,-0.22015 -0.51091,-0.90897 -0.54776,-1.45401 -0.0621,-0.70921 -0.1474,-1.42137 -0.39059,-2.09517 -0.10291,-0.18035 -0.19866,-0.33857 -0.43509,-0.34216 -0.0761,-0.001 -0.28886,0.0811 -0.2249,0.0398 0.55407,-0.35759 2.96289,-1.75711 1.70198,-1.0085 -1.48836,1.0392 -3.07502,1.96134 -4.72229,2.72108 -0.8549,0.24994 -1.10079,0.0593 -1.41687,-0.74238 -0.0144,-0.0359 -0.11155,-0.30452 -0.16418,-0.3632 -0.0216,-0.024 -0.0541,-0.044 -0.0865,-0.0438 -0.0427,1.8e-4 -0.15648,0.067 -0.12006,0.0447 2.2873,-1.39934 2.6695,-1.77112 1.82447,-1.01427 -1.28279,1.60557 -1.60492,1.89712 -3.91035,3.00012 -1.00225,0.16898 -1.12308,-0.55279 -1.30238,-1.36775 -0.0466,-0.2581 -0.18665,-1.41623 -0.3631,-1.59557 -0.0124,-0.0126 -0.0334,0.0117 -0.0501,0.0175 0.72553,-0.42978 1.44706,-0.86639 2.17661,-1.28934 0.0742,-0.043 -0.14579,0.0918 -0.20963,0.149 -0.0823,0.0738 -0.13355,0.18245 -0.22662,0.24206 -0.83638,0.53565 -1.69213,1.04091 -2.5522,1.53762 -0.0916,0.0529 -0.19399,0.0907 -0.29828,0.1086 -0.0991,0.017 -0.20112,-0.004 -0.30168,-0.006 -0.0894,-0.0446 -0.19004,-0.0714 -0.26812,-0.13365 -0.46293,-0.36912 -0.34215,-1.04687 -0.37231,-1.56295 0,0 2.42354,-1.23486 2.42354,-1.23486 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#999999;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3831"
       d="m 126.23113,323.63665 c 0.0564,0.64214 0.16916,1.27323 0.2939,1.90475 0.0919,0.65528 0.23623,1.30035 0.37128,1.94763 0.13159,0.48045 0.32742,1.6942 0.70956,2.01377 0.0322,0.027 0.0828,0.0145 0.12418,0.0217 0.43076,-0.9103 0.0388,-0.0161 -2.17121,1.11621 -0.0516,0.0265 0.0668,-0.0959 0.0895,-0.14927 0.0277,-0.0651 0.0417,-0.13516 0.0604,-0.20336 0.0399,-0.14564 0.0962,-0.38521 0.13052,-0.52808 0.0819,-0.66869 0.25325,-1.29969 0.51137,-1.92041 0.23933,-0.57585 0.37609,-1.18923 0.5203,-1.79457 0.36082,-1.78836 -0.45778,-0.77823 2.54897,-2.05368 -0.1592,0.64827 -0.33248,1.29322 -0.48838,1.94236 -0.19321,0.6502 -0.1427,1.28897 -0.0161,1.94316 0.0936,0.31977 0.14928,0.68766 0.34268,0.96981 0.0317,0.0463 0.0735,0.10082 0.12915,0.10792 0.0384,0.005 0.11808,-0.0984 0.0835,-0.0808 -0.74401,0.37813 -1.47757,0.7765 -2.21635,1.16475 0.49713,-0.5741 0.75639,-1.28242 0.91505,-2.01349 0.0171,-0.41884 0.23365,-1.24964 0.1124,-1.64334 0.81904,-0.37399 1.60365,-0.83514 2.45713,-1.12196 0.0906,-0.0304 0.0247,0.18948 0.035,0.28446 0.0135,0.12423 0.0255,0.24862 0.0362,0.37312 0.0401,0.4665 0.062,0.93361 0.0826,1.40128 0.0173,0.87803 0.0798,1.75775 0.0307,2.63541 0.008,1.08569 0.37726,0.28103 -2.41919,1.32266 -0.0793,0.0295 0.0652,-0.1563 0.0921,-0.23648 0.11037,-0.32801 0.11923,-0.41962 0.19813,-0.77761 0.16916,-1.15692 0.4213,-2.29893 0.65517,-3.44382 0.0941,-0.23754 0.26357,-1.58826 0.46633,-1.72018 2.45204,-1.59531 1.9452,-2.20772 2.60207,-1.12095 0.18832,1.1645 0.14616,2.35865 0.15652,3.53585 0.0712,0.92469 -0.1105,1.89581 0.13851,2.80224 -0.10696,-0.94822 0.038,0.11117 -2.33551,1.08245 -0.0788,0.0322 0.0544,-0.16142 0.0787,-0.24303 0.0759,-0.25497 0.14757,-0.51116 0.22076,-0.76691 0.0425,-0.14855 0.0827,-0.29777 0.12408,-0.44665 0.30416,-0.94317 0.48755,-1.93209 0.87516,-2.84655 0.80736,-0.49522 1.56678,-1.07879 2.42208,-1.48566 0.38291,-0.18215 0.44679,1.95959 0.45095,2.04989 0.0381,1.08055 0.0406,2.16181 0.0465,3.24287 0.001,0.22463 -0.006,0.56631 0.0299,0.79457 0.0156,0.0992 0.0871,0.36177 0.13063,0.27131 0.0282,-0.0587 0.0673,-0.22277 0.008,-0.19521 -0.76047,0.35512 -1.46842,0.81328 -2.20263,1.21992 0.37772,-0.59301 0.48782,-1.28253 0.57072,-1.96703 0.13724,-0.7916 0.19375,-1.59355 0.30139,-2.38866 0.0686,-0.64864 0.24997,-1.27493 0.37768,-1.91228 0.0501,-0.28753 0.0674,-0.58778 0.18069,-0.8608 0.37832,-0.91203 1.68502,-1.06447 2.61986,-1.38229 0.10793,-0.0367 0.10483,0.20248 0.15725,0.30371 0.39974,1.066 0.41005,2.2228 0.52393,3.3427 0.1348,0.90181 0.1737,1.81662 0.30508,2.71821 0.0726,-0.0262 0.0402,0.31008 0.15592,0.31033 0.037,8e-5 0.082,-0.11611 0.0488,-0.0997 -0.75935,0.37531 -1.47425,0.83986 -2.24721,1.18628 -0.0868,0.0389 0.10311,-0.16012 0.14642,-0.24476 0.0585,-0.1144 0.10575,-0.23425 0.15862,-0.35137 0.33803,-0.96594 0.6578,-1.93781 1.01029,-2.89894 0.19282,-0.34374 0.4775,-1.30809 0.84632,-1.50141 2.61727,-1.37182 2.01993,-2.01613 2.76584,-0.95667 0.3275,0.93459 0.43934,1.92488 0.52968,2.90555 0.0342,0.44496 -0.0201,0.88887 -0.0301,1.33294 -0.001,0.0531 0.0612,0.16416 0.008,0.15909 -0.0596,-0.006 -0.0472,-0.11005 -0.0708,-0.16507 -0.77675,0.41448 -1.55349,0.82896 -2.33024,1.24344 0.10208,-0.86385 0.10377,-1.73724 0.11192,-2.60617 -0.0169,-0.86839 0.09,-1.73122 0.27101,-2.57896 0.14517,-1.00274 0.0291,-0.43768 2.51996,-1.19797 0.0861,-0.0263 0.21583,1.73457 0.22416,1.84909 0.0761,1.03943 0.08,2.08234 0.1329,3.12275 0.0809,1.04193 0.0696,0.22532 -2.41323,1.24234 -0.0643,0.0263 0.11139,-0.0871 0.14978,-0.14504 0.0701,-0.10571 0.11849,-0.22441 0.17147,-0.33964 0.0479,-0.10418 0.43487,-1.02657 0.45035,-1.06336 0.47805,-1.2296 1.13889,-2.37275 1.82427,-3.49552 0.75577,-1.24152 1.22389,-1.37573 3.00448,-2.2119 0.26143,-0.12276 0.43401,0.86725 0.45568,0.98204 0.15285,1.13034 0.10038,2.26225 -0.10335,3.38049 -0.039,0.18057 -0.0775,0.36127 -0.11708,0.54171 -0.003,0.0137 -0.22921,0.98607 -0.23883,0.99043 -2.60815,1.1798 -2.40009,1.84286 -2.54272,0.56708 -0.0488,-1.10984 -0.0635,-2.22395 -0.009,-3.33376 0.0131,-0.17711 0.0252,-0.35429 0.0391,-0.53134 0.003,-0.044 0.0614,-0.72964 0.0697,-0.83078 0.005,-0.0574 -0.0388,-0.14793 0.0134,-0.17232 2.57515,-1.203 2.42273,-1.83511 2.47084,-0.57284 0.016,0.99248 0.017,1.98514 0.0237,2.97772 0.19062,-0.008 -0.0983,0.3847 0.036,0.45882 0.0384,0.0212 0.0311,-0.15 -0.009,-0.1314 -0.77603,0.36301 -1.50036,0.82969 -2.27346,1.19889 -0.0713,0.034 0.10949,-0.11594 0.14905,-0.18435 0.0514,-0.089 0.081,-0.18898 0.12145,-0.28346 0.14418,-0.25555 0.42355,-1.37981 0.64325,-1.49507 0.82274,-0.4316 1.67273,-0.80914 2.5091,-1.21372 0.41649,0.85749 0.43075,1.85755 0.57411,2.78955 0.006,0.041 0.10454,0.71924 0.12947,0.8145 0.10272,0.39269 0.074,-0.11779 0.0177,-0.0935 -0.76899,0.3322 -1.42964,0.89019 -2.20767,1.20063 -0.12355,0.0493 0.0917,-0.24974 0.1375,-0.37462 0.28587,-0.99835 0.43243,-2.03233 0.59244,-3.05715 0.0189,-0.138 0.0351,-0.27641 0.0568,-0.41402 0.008,-0.0527 0.10087,-0.58982 0.12167,-0.6041 1.62575,-1.11652 2.37268,-2.34704 2.5756,-0.79893 0.0549,1.0545 0.0535,2.11108 0.066,3.16673 0.0635,0.57745 -0.12895,1.31997 0.21345,1.83645 0.098,-0.97244 0.0256,0.0257 -2.2907,1.13445 -0.0537,0.0257 0.0513,-0.10828 0.0667,-0.16581 0.0227,-0.0846 0.0355,-0.17164 0.0473,-0.25839 0.0334,-0.2445 0.0393,-0.43799 0.0533,-0.68522 0.0657,-0.63127 -0.0355,-1.2519 -0.12258,-1.87447 -0.0935,-0.53467 -0.0993,-1.05898 0.0188,-1.58816 0.41106,-1.09691 1.30407,-1.17879 2.74788,-1.60667 0.13638,-0.0404 0.12873,0.25568 0.16717,0.39263 0.0919,0.32753 0.14084,0.9312 0.17521,1.24969 0.0977,1.16006 0.15869,2.32321 0.18,3.48715 0.0226,0.33479 -0.0251,0.67417 0.0379,1.00628 0.007,0.0358 0.0499,0.13685 0.0379,0.10246 -0.0233,-0.0668 -0.008,-0.23004 -0.0719,-0.19985 -0.79306,0.37382 -1.52088,0.87273 -2.28132,1.30909 0.13115,-0.57506 0.11847,-1.17574 0.12661,-1.76308 -0.0229,-0.53592 0.0383,-1.06555 0.10909,-1.59532 0,0 2.42137,-1.19211 2.42137,-1.19211 l 0,0 c -0.0745,0.52088 -0.15721,1.0387 -0.1269,1.56722 -0.01,0.60686 -0.019,1.21404 -0.0606,1.81972 -2.53081,1.65251 -2.58645,2.3166 -2.57629,0.1637 -0.005,-1.16112 -0.0141,-2.32413 -0.13121,-3.48057 -0.0563,-0.43606 -0.0774,-0.74072 -0.19081,-1.15544 -0.0198,-0.0723 -0.14797,-0.164 -0.0868,-0.20731 0.71108,-0.50378 1.50692,-0.8759 2.25251,-1.32704 0.052,-0.0315 -0.1249,0.0256 -0.16962,0.0667 -0.0563,0.0518 -0.0782,0.13145 -0.11734,0.19718 -0.15587,0.49308 -0.15336,0.98532 -0.07,1.49437 0.083,0.6394 0.19869,1.27605 0.13352,1.92378 -0.0348,0.92686 -0.13729,4.66088 -2.63841,2.54662 -0.31617,-0.60696 -0.21942,-1.32678 -0.22823,-1.98726 0.003,-1.03996 0.008,-2.08265 -0.0823,-3.11951 -0.0117,-0.0861 -0.0234,-0.1721 -0.0351,-0.25814 0.02,0.0142 0.0389,0.0549 0.0601,0.0425 0.75979,-0.44603 1.47354,-0.96938 2.24466,-1.3955 0.0657,-0.0363 -0.0701,0.13388 -0.0917,0.2058 -0.0714,0.23772 -0.10741,0.54874 -0.14307,0.79017 -0.17224,1.0317 -0.33172,2.06764 -0.5636,3.08752 -0.34667,1.27117 -0.0849,0.63626 -2.49438,2.02791 -0.0704,0.0407 -0.14002,-0.0901 -0.18751,-0.15614 -0.20252,-0.28157 -0.0513,-0.72828 -0.17756,-1.03097 -0.12097,-0.84061 -0.15345,-1.74692 -0.49628,-2.52894 0.7618,-0.44004 1.52473,-0.87814 2.28541,-1.32013 0.0525,-0.0305 -0.1186,0.0419 -0.16067,0.0856 -0.32572,0.33846 -0.33863,0.90011 -0.55526,1.29983 -0.024,0.0765 -0.17951,0.57812 -0.18899,0.5842 -0.81904,0.52585 -2.21108,2.10116 -2.64766,1.23126 -0.0499,-0.0995 -0.0212,-0.46228 -0.0197,-0.5194 0.0107,-0.98723 0.0219,-1.97519 -0.0216,-2.96184 -0.0927,-1.29127 -0.14449,-0.45071 2.36147,-1.84843 0.0509,-0.0284 -0.0402,0.10997 -0.0511,0.16724 -0.085,0.44979 -0.0902,0.91226 -0.14698,1.36537 -0.0697,1.09077 -0.0456,2.1876 0.0162,3.27844 0.15447,1.26085 0.15744,0.38739 -2.30945,1.81105 -0.0511,0.0295 0.072,-0.0952 0.0947,-0.14974 0.17967,-0.43204 0.2159,-0.91117 0.35116,-1.35582 0.22205,-1.08382 0.28097,-2.17606 0.1189,-3.27548 -0.0229,-0.12152 -0.0396,-0.24435 -0.0686,-0.36457 -0.0168,-0.0697 -0.0258,-0.14617 -0.0683,-0.2039 -0.0136,-0.0185 -0.085,0.0342 -0.0654,0.0222 3.53342,-2.16415 2.1569,-1.59307 1.53858,-0.5594 -0.69157,1.11122 -1.38845,2.23006 -1.85245,3.46025 -0.18386,0.46601 -0.37891,0.93275 -0.54561,1.40538 -0.0295,0.0836 0.003,0.21284 -0.0755,0.25483 -2.61128,1.40569 -2.59024,2.0748 -2.53941,0.98182 0.0216,-1.04342 -0.0157,-2.08816 -0.0817,-3.12942 -0.0388,-0.44143 -0.0515,-0.67033 -0.11584,-1.09838 -0.0198,-0.13135 -0.0433,-0.26219 -0.0713,-0.39202 -0.0176,-0.0817 -0.1352,-0.19605 -0.0654,-0.24194 0.76183,-0.50089 1.61388,-0.84938 2.40759,-1.29802 0.0304,-0.0172 -0.0697,-0.002 -0.10454,-0.004 -0.28653,0.80558 -0.32037,1.6846 -0.33531,2.53152 -0.0127,0.87032 -0.0239,1.74065 -0.0457,2.6108 -0.78996,0.51027 -1.54615,1.07707 -2.36987,1.53082 -0.10918,0.0601 -0.10058,-0.23892 -0.0895,-0.36307 0.0388,-0.43371 0.0925,-0.86679 0.0727,-1.30385 -0.0745,-0.93013 -0.1765,-1.86849 -0.49349,-2.75243 -0.67047,-0.73902 -0.10972,-0.049 2.08185,-1.4133 0.0763,-0.0475 -0.18246,0.0417 -0.24975,0.10123 -0.15811,0.13983 -0.40435,0.63104 -0.48152,0.78733 -0.0771,0.15612 -0.14455,0.3168 -0.21682,0.4752 -0.36883,0.95332 -0.69821,1.92021 -0.98852,2.90038 -0.0467,0.11875 -0.0943,0.23713 -0.14001,0.35624 -0.0367,0.0956 -0.0228,0.22981 -0.10722,0.2877 -1.25134,0.85851 -2.36554,2.382 -2.83849,0.93669 -0.13548,-0.91146 -0.12151,-1.84254 -0.25989,-2.75506 -0.11257,-1.07876 -0.12198,-2.20163 -0.53683,-3.21926 -0.49332,-0.90319 -0.0992,-0.0754 2.1917,-1.45666 0.0481,-0.029 -0.11982,0.0138 -0.15965,0.0534 -0.19833,0.19689 -0.1555,0.57233 -0.21273,0.8161 -0.10644,0.64208 -0.32147,1.25944 -0.39246,1.90864 -0.12334,0.79068 -0.16379,1.59323 -0.30874,2.38156 -0.0689,0.70737 -0.16199,1.42066 -0.49114,2.06155 -2.12557,1.38239 -2.86665,2.56047 -2.82988,0.21948 0.008,-1.07893 0.0145,-2.15853 -0.0272,-3.23689 -0.0272,-0.46809 -0.043,-0.94104 -0.13924,-1.40174 -0.19237,-0.92052 -1.51162,0.95927 2.0859,-1.48778 -0.5268,0.82885 -0.59484,1.89041 -0.92133,2.80378 -0.16448,0.6176 -1.12738,5.46528 -2.89511,2.80854 -0.15945,-0.95538 -0.0725,-1.92666 -0.0887,-2.88994 -0.008,-1.12413 0.008,-2.26094 -0.17099,-3.37339 2.56907,2.10771 2.60532,-2.92327 1.93725,-0.8009 -0.0557,0.17712 -0.0854,0.36141 -0.12773,0.5422 -0.0458,0.19535 -0.0911,0.3908 -0.13661,0.5862 -0.23122,1.13888 -0.49431,2.27393 -0.63167,3.42933 -0.009,0.056 -0.16814,1.00275 -0.21628,1.0314 -2.72445,1.62175 -2.59573,2.17376 -2.46502,1.03051 0.0865,-0.8678 0.0101,-1.74504 0.003,-2.61536 -0.0218,-0.45947 -0.0436,-0.9185 -0.0931,-1.37605 -0.0129,-0.11926 -0.0277,-0.23835 -0.0453,-0.35701 -0.0128,-0.0863 -0.11734,-0.20754 -0.046,-0.25781 0.75609,-0.5326 1.59772,-0.932 2.39658,-1.398 -0.0594,0.15191 -0.0366,0.4374 -0.0442,0.58572 -0.0191,0.37326 -0.0506,0.74608 -0.10604,1.11586 -0.13429,0.76604 -0.38939,1.48564 -0.82482,2.13713 -2.41422,1.42142 -2.61226,2.3429 -3.21709,0.15509 -0.13894,-0.68572 -0.23746,-1.36006 -0.0337,-2.04716 0.15223,-0.64858 0.34954,-1.28812 0.44887,-1.94783 2.711,-1.44283 2.67188,-2.1454 2.34811,-0.27636 -0.14042,0.61943 -0.29013,1.24362 -0.50687,1.83989 -0.26275,0.60616 -0.48185,1.20411 -0.52581,1.87176 -0.24797,1.25301 -0.59141,3.07565 -2.8215,2.42553 -0.58908,-0.48234 -0.70159,-1.55811 -0.91652,-2.25481 -0.14369,-0.64582 -0.31614,-1.28564 -0.38889,-1.94497 -0.11838,-0.63231 -0.23338,-1.26241 -0.31647,-1.90038 0,0 2.40245,-1.27452 2.40245,-1.27452 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#999999;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3833"
       d="m 155.25116,326.93946 c 0.36315,1.03177 0.52918,2.1191 0.87148,3.15517 0.13545,0.008 0.0881,0.42799 0.2625,0.46979 0.038,0.009 0.0974,-0.11667 0.0626,-0.0991 -0.76193,0.3847 -1.49407,0.82683 -2.258,1.20754 -0.0535,0.0267 0.0839,-0.0869 0.11345,-0.13879 0.0366,-0.0642 0.0552,-0.13717 0.0828,-0.20575 0.15259,-0.55201 0.15379,-1.13019 0.16311,-1.69864 2e-5,-1.47 0.21555,-1.25557 2.526,-1.93338 0.12209,-0.0358 0.0398,0.25163 0.0491,0.37852 0.0137,0.18678 0.0132,0.37433 0.0198,0.5615 0.0664,1.33559 -0.0864,2.6939 0.14391,4.01682 0.036,0.0634 0.0396,0.16488 0.10798,0.1902 0.0451,0.0167 0.12184,-0.14218 0.0786,-0.12113 -0.7375,0.35863 -1.42716,0.81465 -2.17887,1.14248 -0.12141,0.053 0.17915,-0.19603 0.25601,-0.3039 0.23666,-0.33211 0.37362,-0.62917 0.56345,-0.99326 0.58925,-0.92948 0.88367,-2.06351 1.59961,-2.90969 0.8387,-0.44489 1.63567,-0.97944 2.5161,-1.33468 0.33434,-0.1349 0.43865,1.70536 0.4457,1.83329 0.005,0.14804 0.0114,0.29604 0.0158,0.4441 0.007,0.23696 0.039,0.87849 0.0327,0.88142 -2.52915,1.17779 -2.43104,1.82863 -2.41862,0.63758 0.009,-0.85151 0.0893,-1.70454 0.20322,-2.54831 0.0611,-0.38866 0.11631,-0.78471 0.2308,-1.16255 0.30532,-1.00762 1.46436,-1.12919 2.5507,-1.54113 0.11365,-0.0431 0.11843,0.2123 0.17764,0.31845 0.29042,1.06018 0.45044,2.15583 0.63722,3.23901 0.0975,0.84949 0.32868,1.66565 0.64352,2.45742 0,0 -2.3315,1.30129 -2.3315,1.30129 l 0,0 c -0.32234,-0.81151 -0.56504,-1.6434 -0.64834,-2.51715 -0.18371,-1.04625 -0.34317,-2.10706 -0.6468,-3.1254 -0.54269,-0.83426 -0.14791,-0.15174 2.18187,-1.45875 0.0625,-0.035 -0.10343,0.10326 -0.13381,0.16811 -0.0603,0.12874 -0.16845,0.61753 -0.191,0.73267 -0.0263,0.13454 -0.0445,0.27056 -0.0667,0.40584 -0.12396,0.82722 -0.20856,1.66972 -0.20758,2.50599 0.0307,1.2622 0.10653,0.42618 -2.40877,1.82388 -0.0452,0.0251 0.0116,-0.10295 0.0136,-0.15467 0.0153,-0.39316 -0.001,-0.787 -0.0108,-1.18 -0.0222,-0.3934 -0.0355,-0.79125 -0.12354,-1.17723 -0.0179,-0.0784 -0.0348,-0.15863 -0.0708,-0.23051 -0.0107,-0.0213 -0.0823,-0.0224 -0.0622,-0.0352 0.713,-0.45298 1.44811,-0.8702 2.17216,-1.3053 -0.081,0.0565 -0.17633,0.0967 -0.24312,0.16951 -0.20373,0.22207 -0.40574,0.64594 -0.53508,0.89817 -0.30308,0.59106 -0.60172,1.18435 -0.91067,1.77244 -0.0797,0.16786 -0.57044,1.25994 -0.72402,1.36151 -0.81669,0.54014 -1.65886,1.0483 -2.53947,1.47639 -0.0775,0.0377 -0.16603,-0.068 -0.22089,-0.13449 -0.0634,-0.0769 -0.0781,-0.18352 -0.11713,-0.27528 -0.19215,-1.34013 -0.027,-2.70032 -0.14307,-4.04772 -0.0136,-0.17593 -0.0237,-0.35217 -0.0408,-0.52778 -0.01,-0.0992 -0.12007,-0.23733 -0.0398,-0.29638 3.27588,-2.40891 2.24012,-1.99238 2.25542,-0.62462 -0.009,0.58901 -0.007,1.18352 -0.11901,1.76407 -0.003,0.0113 -0.10146,0.44766 -0.12809,0.46478 -1.81011,1.16374 -2.35853,2.27289 -2.92354,0.74062 -0.31929,-1.04613 -0.47707,-2.14043 -0.91734,-3.1493 0,0 2.3827,-1.28851 2.3827,-1.28851 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#999999;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3837"
       d="m 168.48043,327.9205 c 0.0718,0.96684 0.13811,1.93308 0.31136,2.88791 0.12945,0.70176 0.30184,1.39214 0.4755,2.08359 -0.0355,-0.16063 0.12644,0.63502 0.14215,0.49074 0.007,-0.0686 0.0443,-0.23463 -0.0185,-0.20611 -0.75601,0.34329 -1.4233,0.86344 -2.1803,1.20456 -0.0981,0.0442 0.0974,-0.19196 0.14611,-0.28794 0.35652,-0.9679 0.81305,-1.88959 1.27004,-2.81227 0.17414,-0.26334 0.53674,-1.41807 0.80531,-1.54576 0.83329,-0.39617 1.68672,-0.7485 2.53008,-1.12275 0.21294,0.85363 -0.0306,1.76421 -0.12346,2.62576 -0.0169,0.97318 -0.32194,1.94004 -0.21846,2.91339 -0.0173,0.36239 0.1398,0.002 0.10725,0.0175 -0.76007,0.37127 -1.47848,0.82547 -2.24524,1.18271 -0.0843,0.0393 0.12159,-0.14117 0.17424,-0.2178 0.17567,-0.25568 0.29128,-0.48659 0.4396,-0.75974 0.18296,-0.17744 0.47245,-1.44197 0.60478,-1.53245 2.46968,-1.68856 1.9321,-2.24194 2.67726,-1.08056 0.0468,0.18902 0.10392,0.37578 0.14033,0.56706 0.0974,0.51164 0.14414,1.0317 0.22627,1.54601 0.11644,0.72912 0.25683,1.45111 0.42207,2.17047 0.006,0.0205 0.17961,0.63102 0.25623,0.71921 0.023,0.0265 0.13492,-0.0327 0.10387,-0.0165 -0.74773,0.39136 -1.49456,0.78566 -2.25856,1.14421 -0.0747,0.0351 0.12856,-0.10529 0.18086,-0.16915 0.0716,-0.0874 0.1256,-0.18787 0.1884,-0.2818 0.38258,-0.84429 0.7298,-1.72072 0.91355,-2.63181 0.13429,-1.15365 -0.34737,-0.57637 2.46633,-1.33923 0.11265,-0.0305 -0.0113,0.23315 -0.0161,0.34976 -0.0178,0.43461 -0.0163,0.44605 -0.0274,0.88713 -0.0103,1.32217 0.22019,1.00352 -2.42751,1.70669 -0.15674,0.0416 0.0152,-0.32399 0.0201,-0.48609 0.0166,-0.55014 0.0238,-1.18215 0.0322,-1.72504 0.0868,-1.40366 -0.0884,-2.81658 -0.0143,-4.21895 3.75965,-1.96355 1.77201,-1.51271 2.95518,0.20311 0.30715,0.20874 0.57008,0.10482 0.89195,-0.0319 0.14023,-0.0596 0.54248,-0.27694 0.41119,-0.19963 -2.49363,1.46831 -2.2942,1.35152 -1.37056,0.71942 1.01404,-0.80858 3.13646,-3.09467 4.2181,-2.33761 0.11477,0.0803 0.192,0.20405 0.288,0.30607 0.55572,0.89587 0.61196,1.97093 0.68246,2.99552 0.0751,0.86399 0.0195,1.72896 -0.12354,2.58241 -0.33827,1.25067 -1.22928,1.23768 -2.78726,1.88255 -0.16339,0.0676 -0.61335,-0.66217 -0.6697,-0.7567 -0.46269,-0.85437 -0.67977,-1.82112 -0.84627,-2.77138 -0.0826,-0.43774 -0.0922,-0.88548 -0.17101,-1.32368 -0.0157,-0.0876 -0.0338,-0.17549 -0.0646,-0.25893 -0.006,-0.015 -0.0548,-0.0186 -0.0405,-0.0257 0.77868,-0.38698 1.56934,-0.74937 2.354,-1.12406 -0.30421,0.84973 -0.30603,1.79232 -0.34245,2.68743 0.0288,0.0322 -0.12502,0.84633 0.14494,0.81866 0.0628,-0.006 0.10254,-0.0739 0.15656,-0.10656 0.087,-0.0526 0.35468,-0.19899 0.2661,-0.14907 -0.64915,0.36585 -1.29855,0.73124 -1.94783,1.09686 0.79942,-0.45877 1.49129,-1.06843 2.20195,-1.64809 0.84979,-0.47004 1.66008,-1.01992 2.54936,-1.41014 0.17789,-0.0781 0.3994,0.50909 0.40332,0.52291 0.16459,0.58143 0.13968,1.25062 0.16477,1.84711 0.0119,0.62172 0.0159,1.24569 0.13531,1.85837 0.0229,0.11772 0.0462,0.23656 0.0888,0.34866 0.0121,0.0318 0.10161,0.057 0.0715,0.0728 -0.78099,0.40947 -1.59114,0.76075 -2.38671,1.14113 0.0328,-0.0319 0.0808,-0.0535 0.0983,-0.0958 0.17293,-0.41759 0.13183,-1.52608 0.14116,-1.99645 0.006,-0.49472 8e-5,-0.98839 0.033,-1.48235 0.0172,-0.25901 0.0819,-0.557 0.0495,-0.81912 0.83138,-0.32164 1.6219,-0.78098 2.49415,-0.96493 0.14233,-0.03 0.01,0.29078 0.013,0.4362 0.004,0.1807 0.006,0.36144 0.01,0.54215 0.01,0.52754 0.0171,1.05115 0.055,1.57744 0.0644,0.22692 0.036,0.70729 0.33859,0.80446 0.13056,0.0419 0.50832,-0.20335 0.38711,-0.13923 -0.69013,0.3651 -1.37381,0.74227 -2.06072,1.11341 0.66165,-0.67685 1.08626,-1.53664 1.5268,-2.36385 0.66837,-1.39555 0.85175,-1.41787 2.98072,-2.20131 0.10766,-0.0396 0.25526,0.41069 0.37443,0.725 0.29097,0.9529 0.32366,1.9768 0.66016,2.91469 0.0254,0.0387 0.0323,0.13045 0.0763,0.11607 0.0458,-0.0149 0.0532,-0.1646 0.01,-0.14415 -0.76091,0.35689 -1.45267,0.8551 -2.2262,1.18376 -0.10751,0.0457 0.11592,-0.20308 0.16621,-0.3085 0.074,-0.15507 0.32387,-0.76312 0.3816,-0.90211 0.26704,-0.71203 0.62715,-1.40977 0.80532,-2.15295 0.83666,-0.34358 1.64346,-0.77156 2.51,-1.03074 0.0868,-0.026 0.0282,0.17918 0.0351,0.26951 0.009,0.12233 0.011,0.24514 0.0134,0.3678 0.0108,0.53437 0.002,1.06956 7.9e-4,1.60398 0.0298,0.89117 -0.0825,1.8046 0.12186,2.68152 -0.0505,-0.94412 0.03,0.14037 -2.3334,1.07454 -0.0837,0.0331 0.0549,-0.17152 0.0788,-0.25832 0.13011,-0.47232 0.22206,-0.95458 0.34172,-1.4298 0.22677,-1.01774 0.5423,-2.00911 0.84054,-3.00688 0.41015,-1.29954 0.80074,-1.22965 2.72376,-2.0413 0.20678,-0.0873 0.57075,0.97762 0.60134,1.06874 0.18512,0.44228 0.21258,1.84444 0.5247,2.14275 0.0215,0.0206 0.0563,-0.019 0.0845,-0.0285 -3.7597,1.97638 -2.42928,1.7152 -1.99259,0.69443 0.16716,-0.39073 0.30918,-0.79417 0.46679,-1.18888 0.17971,-0.40061 0.35228,-0.80387 0.51887,-1.21004 0.0353,-0.0861 0.0699,-0.17259 0.10716,-0.25791 0.0197,-0.0451 0.0197,-0.11103 0.0636,-0.13338 0.81644,-0.41578 1.65923,-0.77765 2.48884,-1.16647 0.25656,0.9378 0.26247,1.93057 0.34043,2.89616 0.0294,0.17272 0.0514,0.34689 0.0883,0.51815 0.026,0.12028 0.0504,0.24279 0.10023,0.35529 0.02,0.045 0.0569,0.1199 0.10391,0.10514 0.0535,-0.0168 0.11153,-0.18115 0.0609,-0.15691 -2.16958,1.03913 -2.65011,1.90756 -2.02624,0.90909 0.33798,-0.85255 0.62255,-1.72309 1.03879,-2.54208 2.62565,-3.68368 3.01863,-0.54155 3.40265,1.00781 0.13899,0.41218 0.19367,0.93537 0.53576,1.25055 0.045,0.0415 0.10601,0.1013 0.16424,0.0823 0.0573,-0.0186 0.13441,-0.18826 0.0802,-0.16195 -0.74007,0.35927 -1.44645,0.78418 -2.16967,1.17628 0.37681,-0.79886 2.28264,-4.41001 3.05201,-1.81657 0.10791,0.85393 0.0189,1.72023 0.19304,2.56527 0.0523,0.0861 0.1106,0.28003 0.26428,0.26195 0.0437,-0.005 0.14438,-0.0998 0.10556,-0.0792 -2.15552,1.1489 -2.8925,1.70676 -2.05071,1.0827 0,0 2.50386,-1.04941 2.50386,-1.04941 l 0,0 c -0.69528,1.06213 -2.53867,2.43386 -3.19364,1.05274 -0.17095,-0.84047 -0.0875,-1.69691 -0.20718,-2.54469 -0.1508,-1.02742 -0.0638,-0.12455 2.31699,-1.45676 0.0418,-0.0234 -0.0923,0.0376 -0.12324,0.0742 -0.19796,0.23433 -0.24307,0.56978 -0.37311,0.83811 -0.82195,0.52326 -1.61696,1.09146 -2.46585,1.56977 -0.0663,0.0374 -0.1546,-0.0192 -0.2214,-0.0556 -0.51133,-0.27886 -0.56568,-1.0601 -0.7362,-1.53327 -0.14442,-0.58697 -0.25227,-1.20399 -0.49542,-1.76119 -0.0481,-0.11022 -0.27258,-0.23726 -0.17924,-0.31309 0.67601,-0.54924 1.49604,-0.89275 2.23362,-1.35604 0.0548,-0.0344 -0.12146,0.045 -0.18219,0.0675 -0.46933,0.78711 -0.7705,1.65947 -1.03566,2.53338 -0.49944,1.16674 -0.1644,0.54792 -2.60575,1.84162 -0.0727,0.0385 -0.16314,-0.0477 -0.22465,-0.10233 -0.28991,-0.25757 -0.18957,-0.82207 -0.30383,-1.13857 -0.0919,-0.90263 -0.0942,-1.82712 -0.33128,-2.70733 0.78741,-0.43698 1.57483,-0.87397 2.36224,-1.31096 -0.0382,0.0257 -0.0871,0.0402 -0.11467,0.0771 -0.31709,0.42505 -0.36205,1.0279 -0.66075,1.46645 -0.1549,0.39156 -0.30249,0.78412 -0.44295,1.18106 -0.0258,0.073 -0.19795,0.56698 -0.2127,0.57616 -0.81034,0.5043 -1.67855,0.90904 -2.51783,1.36356 -0.0554,-0.0489 -0.12581,-0.0848 -0.16633,-0.14659 -0.351,-0.53548 -0.27275,-1.57468 -0.50997,-2.17922 -0.0747,-0.21052 -0.13893,-0.47954 -0.29887,-0.65511 -0.0269,-0.0295 -0.14599,-0.0185 -0.11277,-0.0407 0.69956,-0.4681 1.43391,-0.882 2.15086,-1.32301 -0.0563,0.0625 -0.12849,0.11367 -0.16875,0.18748 -0.0622,0.11398 -0.0888,0.24402 -0.13312,0.36602 -0.30546,0.99801 -0.65084,1.9827 -0.86846,3.00583 -0.0456,0.18341 -0.0978,0.36531 -0.13677,0.55023 -0.13385,0.63444 -0.79862,5.39795 -2.7373,2.48586 -0.13536,-0.91339 -0.0924,-1.83275 -0.091,-2.75307 -0.003,-0.52519 -0.005,-1.05064 -0.0291,-1.57542 -0.005,-0.11408 -0.0121,-0.22811 -0.0213,-0.34195 -0.006,-0.0708 -0.0832,-0.17388 -0.0231,-0.21175 0.77408,-0.48808 1.61247,-0.86581 2.4187,-1.29871 -0.0362,-0.003 -0.0833,-0.0349 -0.10875,-0.009 -0.0478,0.0487 -0.23788,0.56691 -0.24571,0.58808 -0.1825,0.49342 -0.35947,0.98889 -0.57414,1.46981 -0.0386,0.0967 -0.42825,1.20425 -0.47798,1.24025 -0.44919,0.32518 -2.18121,2.4153 -2.71325,1.22916 -0.26532,-0.95628 -0.34722,-1.95411 -0.63763,-2.90563 -0.0462,-0.11171 -0.0801,-0.2293 -0.13857,-0.33511 -0.0236,-0.0428 -0.14407,-0.0761 -0.10367,-0.10355 0.71011,-0.48248 1.47193,-0.88409 2.20789,-1.32613 -0.0587,0.0442 -0.13176,0.0741 -0.17611,0.13272 -0.0461,0.0609 -0.33648,0.65523 -0.36195,0.7066 -0.45582,0.8361 -0.88212,1.69429 -1.46966,2.44896 -1.18772,0.71431 -2.74128,2.26682 -3.33571,1.22253 -0.12043,-0.21157 -0.15449,-0.53609 -0.19482,-0.76332 -0.0493,-0.70545 -0.0336,-1.41181 -0.0772,-2.11772 -0.008,-0.13262 -0.1402,-0.3186 -0.0331,-0.39724 0.74991,-0.55067 1.62274,-0.91057 2.43411,-1.36585 -0.1705,-0.0469 -0.0989,-0.0582 -0.14362,0.24965 -0.0918,0.63163 -0.0885,1.26887 -0.0854,1.90532 -0.008,0.76878 -0.0277,1.53674 -0.0706,2.30407 -0.83915,0.40925 -1.65241,0.87654 -2.51745,1.22776 -0.059,0.0239 -0.0655,-0.11074 -0.0831,-0.17187 -0.0359,-0.12423 -0.0563,-0.25262 -0.0766,-0.38033 -0.0996,-0.62626 -0.11421,-1.25957 -0.12346,-1.89243 -0.0235,-0.45248 -0.033,-0.82482 -0.0918,-1.27139 -0.02,-0.1517 -0.0424,-0.30378 -0.0812,-0.4518 -0.0172,-0.0657 -0.0376,-0.1368 -0.0856,-0.18488 -0.0247,-0.0248 -0.13442,0.0127 -0.10487,-0.006 0.68385,-0.43451 1.38919,-0.83423 2.08379,-1.25134 -0.73742,0.55295 -1.39768,1.21158 -2.1975,1.68128 -0.89069,0.51109 -1.76809,1.04611 -2.67209,1.53328 -0.19304,0.10402 -0.435,0.12765 -0.62506,-0.002 -0.31782,-0.21753 -0.20242,-0.72088 -0.20379,-1.02514 0.0415,-0.93082 0.0912,-1.86258 0.23044,-2.78495 0.8329,-0.45388 1.64378,-0.95075 2.49871,-1.36163 0.0335,-0.0161 0.0666,0.1032 0.1163,0.41803 0.0694,0.43961 0.0924,0.88236 0.15459,1.3229 0.15217,0.9186 0.35648,1.85178 0.81888,2.66973 0.11708,0.18449 0.17931,0.33407 0.36704,0.45415 0.0492,0.0315 0.21554,0.0182 0.16757,0.0516 -0.68625,0.47762 -1.42153,0.88067 -2.13451,1.31739 -0.0674,0.0413 0.1505,-0.0675 0.19756,-0.13095 0.0622,-0.0839 0.077,-0.19419 0.11549,-0.29129 0.1767,-0.83193 0.22839,-1.68585 0.17698,-2.53458 -0.0531,-0.95457 -0.0869,-1.97683 -0.61053,-2.80847 -0.0733,-0.0614 -0.1322,-0.1458 -0.21976,-0.18408 -0.0731,-0.032 -0.15929,-0.011 -0.23894,-0.0165 0.65387,-0.40166 1.30774,-0.80333 1.96162,-1.20499 0.133,-0.0811 -0.27372,0.15198 -0.39477,0.25 -0.30328,0.24558 -0.52772,0.57975 -0.85347,0.80138 -1.2286,0.92176 -0.67374,0.53452 -3.1942,1.91362 -0.50908,0.27855 -1.08493,0.34929 -1.52939,-0.0631 -0.0687,-0.10341 -0.14817,-0.20047 -0.20625,-0.31023 -0.0508,-0.0961 -0.37269,-1.04852 -0.32455,-1.07844 0.76982,-0.47864 1.58031,-0.88852 2.37047,-1.33278 -0.21013,0.2621 -0.14663,0.8693 -0.1513,1.14434 -0.0173,1.01803 -0.0123,2.03653 -8.6e-4,3.05457 0.01,0.50779 0.0189,1.16524 0.0413,1.68566 0.006,0.14994 0.14788,0.35915 0.0279,0.44937 -0.7382,0.55523 -1.58529,0.95449 -2.4201,1.34986 -0.17979,0.0851 0.39713,-0.90158 0.0346,-0.59582 0.005,-0.2788 -0.0366,-1.18047 0.009,-1.21308 3.20677,-2.29878 2.5356,-2.21748 2.36441,-1.06595 -0.16513,0.9385 -0.55301,1.8153 -0.86255,2.71282 -0.0161,0.0302 -0.28588,0.53944 -0.29907,0.54723 -0.85493,0.5051 -2.21717,2.02572 -2.73577,1.17892 -0.0639,-0.10426 -0.21397,-0.74651 -0.2229,-0.78175 -0.29327,-1.38354 -0.44501,-2.79708 -0.79782,-4.16533 -0.58125,-0.71223 -0.16601,-0.16455 2.11806,-1.40196 0.0846,-0.0458 -0.10536,0.16196 -0.14462,0.2498 -0.0815,0.18228 -0.23403,0.67243 -0.30118,0.85193 -0.0565,0.1511 -0.1214,0.29893 -0.1821,0.4484 -0.0347,0.0688 -0.49931,1.00887 -0.53869,1.0343 -0.93547,0.60414 -2.23149,2.30804 -2.76441,1.0888 -0.0986,-1.00014 0.20999,-1.97922 0.22949,-2.97885 0.0692,-0.78859 0.22141,-1.57642 0.1858,-2.36847 0.77504,-0.43421 1.55831,-0.85403 2.32511,-1.30262 0.0484,-0.0283 -0.11887,0.005 -0.16371,0.0382 -0.0756,0.0567 -0.12817,0.14009 -0.17978,0.21926 -0.23843,0.36574 -0.38265,0.78718 -0.57598,1.17572 -0.45379,0.9108 -0.93525,1.81059 -1.24745,2.78348 -0.0372,0.10814 -0.0203,0.25553 -0.11155,0.32441 -0.60319,0.45517 -2.40032,2.25693 -2.71589,1.34882 -0.0517,-0.1487 -0.0239,-0.31816 -0.0872,-0.46414 -0.16448,-0.70248 -0.33572,-1.40136 -0.45148,-2.11455 -0.1712,-0.95224 -0.23809,-1.91515 -0.35882,-2.87397 0,0 2.40105,-1.26662 2.40105,-1.26662 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3839"
       d="m 127.01673,326.06181 c 0.27561,0.65365 0.60317,1.2838 0.8694,1.94134 0.0351,0.063 0.13357,0.3035 0.25128,0.32864 0.035,0.007 0.12114,-0.0758 0.0895,-0.0592 -0.75844,0.3995 -1.50897,0.81404 -2.27035,1.20791 -0.0435,0.0225 0.0835,-0.0542 0.11402,-0.0925 0.0436,-0.0547 0.0698,-0.12136 0.10477,-0.18204 0.7905,-1.78444 -0.68303,-0.55106 2.7944,-2.11914 0.19785,0.51738 0.30372,1.06192 0.48719,1.58343 0.25306,0.59737 0.55772,1.09077 1.25855,1.11697 -0.0761,0.1733 0.65222,-0.31439 0.49302,-0.22811 -0.69487,0.3766 -1.36737,0.79466 -2.07148,1.15368 -0.093,0.0474 0.1541,-0.14086 0.22856,-0.21398 0.0627,-0.0616 0.10794,-0.14381 0.18272,-0.18991 0.8179,-0.50417 1.65839,-0.97074 2.48759,-1.45611 0.0648,0.0174 0.13821,0.0155 0.19432,0.0523 0.38278,0.2508 0.41486,1.10869 0.52596,1.51473 0.041,0.0715 0.0681,0.15296 0.12306,0.21436 0.10565,0.11804 0.14153,0.0743 0.25636,0.0373 -0.74853,0.39659 -1.48967,0.80747 -2.2456,1.18976 -0.0614,0.031 0.11161,-0.0822 0.15729,-0.13364 0.0526,-0.0593 0.0901,-0.13045 0.13511,-0.19567 0.25328,-0.46342 0.30981,-0.98839 0.34689,-1.50589 0.004,-0.0856 0.008,-0.17108 0.011,-0.25667 0.001,-0.0423 0.0251,-0.57464 0.0404,-0.58157 2.57786,-1.17028 2.30824,-1.89232 2.5696,-0.70338 0.1329,0.76112 0.20076,1.5299 0.40312,2.27727 0.065,0.12818 0.0967,0.2683 0.24481,0.32642 0.14058,0.0552 0.21102,-0.11174 0.2023,-0.10715 -0.74244,0.39079 -1.46867,0.81163 -2.20301,1.21745 0,0 2.51159,-1.0399 2.51159,-1.0399 l 0,0 c -1.06025,0.63704 -2.43944,2.40082 -3.12156,0.8892 -0.20619,-0.74941 -0.26412,-1.52106 -0.41068,-2.2824 -0.31247,-1.18326 -0.16654,-0.24842 2.29661,-1.70218 0.0236,-0.0139 -0.0556,0.022 -0.0678,0.0466 -0.10725,0.21543 -0.0177,0.47661 -0.0575,0.703 -0.0299,0.54901 -0.0791,1.10311 -0.29174,1.61671 -0.55842,1.17578 -2.61178,2.77544 -3.26088,1.27434 -0.0726,-0.26151 -0.16082,-0.97686 -0.30521,-1.17427 -0.0479,-0.0655 -0.13665,0.003 -0.17588,0.0203 0.71082,-0.42618 1.40939,-0.87349 2.13246,-1.27854 0.0787,-0.0441 -0.12998,0.12521 -0.19145,0.1912 -0.0737,0.0791 -0.12296,0.18521 -0.21378,0.2438 -0.76331,0.49247 -1.96937,1.63043 -3.13787,1.63597 -0.70788,-0.18335 -1.13782,-0.69754 -1.40439,-1.36545 -0.18736,-0.50171 -0.2997,-1.02424 -0.48547,-1.52674 3.05888,-1.8615 2.48297,-2.22175 2.23883,-1.10199 -0.0546,0.25041 -0.10162,0.5031 -0.20393,0.74016 -0.0295,0.0668 -0.0623,0.13215 -0.0885,0.20023 -0.0248,0.0643 -0.006,0.16073 -0.0646,0.19657 -1.38229,0.84057 -2.29739,2.1815 -2.96171,0.83029 -0.24948,-0.64749 -0.56103,-1.26909 -0.87119,-1.88924 0,0 2.35404,-1.36439 2.35404,-1.36439 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3841"
       d="m 136.26673,328.56181 c 0.30694,0.6397 0.65351,1.25689 0.90774,1.92039 0.10065,0.29333 0.16436,0.59804 0.27718,0.88737 0.0207,0.0532 0.0315,0.1152 0.0719,0.15554 0.014,0.014 0.0587,-0.0517 0.041,-0.0429 -0.76886,0.38422 -1.53169,0.78038 -2.29754,1.17056 0.45871,-0.48687 0.72139,-1.15142 0.9702,-1.7667 0.23781,-0.56538 0.40407,-1.1527 0.69545,-1.69402 0.5484,-0.96707 2.46547,-2.63287 3.17755,-1.69168 0.0532,0.0704 0.0837,0.1554 0.12551,0.23311 0.2071,0.69406 0.19806,1.43155 0.21483,2.14989 0.0272,0.27235 -0.09,1.18683 0.36711,1.20703 0.0844,0.004 0.16586,-0.0326 0.24879,-0.0489 1.05168,-0.27453 4.14302,-2.14431 0.18063,0.12354 0.44325,1.2626 1.94173,-1.74443 3.04545,-1.49686 0.57321,0.12857 0.68186,0.86028 0.77953,1.32134 0.077,0.43651 0.0988,0.87894 0.12591,1.32033 0.006,0.0939 0.0112,0.1878 0.019,0.28153 0.003,0.0414 0.052,0.1051 0.0149,0.1239 -0.79324,0.40185 -1.62027,0.73321 -2.43041,1.09981 0.006,-0.59584 0.001,-1.19176 -1.5e-4,-1.78763 -0.007,-0.7285 -0.0523,-1.45006 0.21593,-2.1385 0.62253,-0.93732 2.08605,-2.31963 3.0152,-1.42414 0.3544,0.34156 0.57103,0.82954 0.79071,1.25826 0.24402,0.44484 0.35803,0.94597 0.60158,1.39065 0.0571,0.10432 0.21403,0.42476 0.27253,0.15698 -3.42534,1.97473 -2.3083,1.9766 -2.18243,0.86108 0.0319,-0.28244 0.0582,-0.5613 0.10168,-0.84274 0.11237,-0.85488 0.3059,-1.69594 0.46221,-2.54325 0.38593,-1.2103 0.96113,-1.08378 2.7471,-1.72349 0.0882,-0.0316 0.43941,0.8302 0.47213,0.91116 0.29407,0.6501 0.48413,1.33642 0.64695,2.02882 0.18995,0.69999 0.35106,1.40538 0.44464,2.12481 0.0146,0.33369 0.15644,0.60976 0.30865,0.89719 0,0 -2.33551,1.33834 -2.33551,1.33834 l 0,0 c -0.16876,-0.31265 -0.3381,-0.61827 -0.36324,-0.98189 -0.0765,-0.71268 -0.21689,-1.41462 -0.42148,-2.10218 -0.16204,-0.67762 -0.33719,-1.35584 -0.62739,-1.99202 -0.0948,-0.22946 -0.14344,-0.3808 -0.27829,-0.58643 -0.0297,-0.0453 -0.15246,-0.0908 -0.10788,-0.12152 0.71452,-0.49328 1.48491,-0.90033 2.2311,-1.34425 0.0563,-0.0335 -0.11964,0.062 -0.16118,0.1128 -0.0651,0.0796 -0.10081,0.17924 -0.15122,0.26886 -0.15798,0.83916 -0.34678,1.67461 -0.44414,2.52353 -0.28859,2.01499 0.3986,1.01811 -2.53225,2.80989 -0.62828,-0.37289 -0.62804,-1.29344 -0.98985,-1.86668 -0.17467,-0.32217 -0.28817,-0.56839 -0.51296,-0.8536 -0.0696,-0.0883 -0.14122,-0.17934 -0.23389,-0.243 -0.0542,-0.0372 -0.24476,-0.0111 -0.19098,-0.0489 3.93954,-2.76682 2.54916,-1.6554 1.89181,-1.12282 -0.053,0.0893 -0.12076,0.17145 -0.15903,0.26804 -0.21924,0.55329 -0.071,1.18648 -0.11013,1.76098 0.002,0.58971 0.002,1.17981 0.0262,1.76911 -0.8082,0.46212 -1.59824,0.95756 -2.4246,1.38637 -0.0395,0.0205 0.008,-0.0887 0.01,-0.13322 0.0138,-0.52549 -0.0274,-1.05251 -0.0988,-1.57273 -0.0571,-0.27557 -0.089,-0.74237 -0.36679,-0.91751 -0.6346,-0.40013 -3.29919,1.81936 1.38902,-1.12963 -0.9019,0.52242 -1.8014,1.04903 -2.70572,1.56727 -0.66758,0.38258 -1.38423,0.74818 -2.15398,0.84976 -0.11207,-0.0219 -0.23198,-0.0191 -0.33623,-0.0657 -0.52098,-0.23305 -0.47242,-0.98626 -0.48328,-1.44901 -0.008,-0.67501 6.1e-4,-1.36657 -0.17664,-2.02263 -0.0388,-0.0697 -0.0565,-0.16467 -0.15875,-0.16216 -0.0383,9.4e-4 -0.14034,0.0596 -0.10778,0.0396 3.56785,-2.20306 2.38646,-1.73927 1.78541,-0.86903 -0.3237,0.52132 -0.48542,1.09691 -0.71993,1.66039 -0.24624,0.65065 -0.56171,1.27105 -0.87956,1.88918 -2.72808,1.45054 -2.43299,2.09666 -2.97964,0.14589 -0.23546,-0.65312 -0.56686,-1.25952 -0.9076,-1.86314 0,0 2.35404,-1.36439 2.35404,-1.36439 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3843"
       d="m 155.80417,329.89116 c 0.64328,0.2809 1.0517,0.82148 1.40464,1.40214 0.129,0.24868 0.28264,0.5461 0.55727,0.66797 0.057,0.0253 0.12535,0.0499 0.18449,0.0303 0.0685,-0.0228 0.22473,-0.17859 0.16082,-0.14503 -0.71009,0.37295 -1.40322,0.77736 -2.10483,1.16604 0.40816,-0.33645 0.75407,-0.73968 1.09061,-1.14543 0,0 2.46751,-1.05355 2.46751,-1.05355 l 0,0 c -0.32661,0.41914 -0.68196,0.81257 -1.0458,1.19988 -1.77069,1.04129 -2.63454,2.45604 -3.64306,0.63352 -0.32504,-0.5369 -0.69143,-1.03434 -1.32114,-1.22958 0,0 2.24949,-1.52626 2.24949,-1.52626 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3845"
       d="m 161.42597,329.67247 c -0.24615,0.67066 -0.34095,1.38517 -0.41372,2.09236 -0.0144,0.48344 -0.0812,0.95887 -0.16201,1.4348 0,0 -2.43106,1.18718 -2.43106,1.18718 l 0,0 c 0.0817,-0.47297 0.17759,-0.94123 0.18107,-1.42366 0.0728,-0.72297 0.18645,-1.44012 0.35416,-2.14762 0,0 2.47156,-1.14306 2.47156,-1.14306 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3847"
       d="m 167.93811,331.20482 c -0.20128,0.93793 -0.37556,1.88222 -0.53071,2.82892 -0.0114,0.0598 -0.21837,1.04975 0.10504,0.99969 0.0396,-0.006 0.28722,-0.18799 0.28804,-0.18857 -3.58161,2.20967 -2.21071,1.33698 -1.48853,0.59102 0.28776,-0.29723 0.56566,-0.60433 0.84675,-0.90783 1.05119,-0.97653 2.67926,-2.9007 3.38026,-1.02689 0.11182,0.26415 0.0848,1.14925 0.37048,1.25496 0.048,0.0178 0.10075,-0.018 0.15113,-0.027 1.00253,-0.57674 -1.22687,0.70777 -1.90442,1.02917 -0.11477,0.0544 0.18361,-0.17603 0.2676,-0.27132 0.31778,-0.36051 0.57354,-0.76343 0.8296,-1.16804 0.85458,-1.6091 0.83722,-1.3661 3.19209,-2.56946 0.0808,-0.0413 0.18568,0.009 0.26819,0.0462 0.0898,0.041 0.15545,0.12188 0.23318,0.18282 0.43754,0.60802 0.41493,1.38117 0.58019,2.08503 0.0227,0.068 0.098,0.3751 0.19953,0.44143 0.0953,0.0622 0.20616,-0.19821 0.19644,-0.19347 -2.01719,0.98428 -2.65264,1.77215 -1.79576,0.81003 0.636,-0.80294 1.23009,-1.63745 1.83685,-2.46235 0.57263,-0.86697 2.40658,-3.43922 3.2545,-2.14645 0.0537,0.0818 0.0736,0.18133 0.11046,0.27199 0.14002,0.76443 0.23334,1.53575 0.30313,2.30942 0.0562,0.58871 0.0579,1.18017 0.079,1.77054 0.003,0.0273 0.0244,0.1052 0.01,0.082 -0.61852,-0.96973 1.33245,-0.8506 -2.36298,1.04073 -0.0676,0.0346 0.0795,-0.12946 0.11868,-0.19454 0.26678,-0.44334 0.048,-0.0926 0.37148,-0.6002 0.40417,-0.55951 0.78349,-1.14075 1.21423,-1.68074 0.0828,-0.10382 0.14925,-0.23001 0.26206,-0.30007 0.8313,-0.51628 1.70232,-0.96568 2.55347,-1.44852 0.74223,0.29322 0.86161,1.07935 1.0127,1.77491 0.1937,0.72526 0.15995,1.49084 0.37668,2.20845 0.0444,0.0518 0.072,0.12549 0.13331,0.15535 0.1249,0.0608 0.35776,-0.0695 0.43711,-0.11641 0.10444,-0.0618 0.40486,-0.26619 0.29732,-0.21001 -1.90468,0.995 -2.52405,1.57403 -1.51949,0.71253 0.75315,-0.61464 1.25949,-1.47606 2.03266,-2.06312 0.86325,-0.43811 1.68911,-0.9594 2.58976,-1.31434 0.0978,-0.0385 0.17819,0.1167 0.24636,0.19666 0.29077,0.34112 0.40773,0.86935 0.52303,1.28891 0.27027,1.46033 0.93961,0.39432 -2.17886,1.79479 -0.0522,0.0235 0.0871,-0.0778 0.11439,-0.12809 0.042,-0.0775 0.0599,-0.16587 0.0899,-0.24881 0.16145,-0.63973 0.32584,-1.28598 0.61553,-1.8816 0.8141,-0.45748 1.56835,-1.04344 2.44231,-1.37245 0.13247,-0.0499 0.13475,0.25178 0.17147,0.38848 0.16479,0.61337 0.12789,1.62631 0.1484,2.27429 0.10973,0.89929 -0.1146,1.85945 0.13367,2.73897 0.024,0.0319 0.0587,0.13333 0.0719,0.0957 0.27322,-0.77359 -1.49747,0.67092 -2.24066,1.01843 -0.0813,0.038 0.0763,-0.16264 0.10823,-0.24648 0.0736,-0.19286 0.21172,-0.63952 0.26758,-0.81543 0.17205,-0.52743 0.33869,-1.05854 0.55711,-1.56931 0.0214,-0.05 0.21603,-0.4945 0.30015,-0.53746 0.82781,-0.42263 1.68489,-0.78529 2.52733,-1.17793 0.31499,0.71598 0.27743,1.53386 0.31596,2.30297 0.15298,0.97796 0.0884,0.30775 -2.37984,1.19448 -0.0851,0.0306 0.0766,-0.16407 0.10737,-0.24911 0.14986,-0.4147 0.27685,-0.84186 0.41382,-1.26112 0.25744,-0.75054 0.33748,-1.54041 0.48629,-2.31512 0.32503,-1.0165 0.12752,-0.53068 2.53864,-1.38778 0.10182,-0.0362 0.0865,0.19867 0.11688,0.30237 0.10281,0.35093 0.11678,0.73313 0.14989,1.09464 0.0171,0.12488 0.0197,0.25259 0.0512,0.37465 0.017,0.066 0.0903,0.32499 0.2416,0.2991 0.0583,-0.01 0.19225,-0.13641 0.13991,-0.10893 -2.12051,1.11348 -2.73281,1.70778 -1.9052,0.94913 0.7511,-1.02773 1.14784,-1.1156 2.85776,-1.82703 0.20737,-0.0863 0.33562,0.90774 0.34597,0.98079 0.10672,0.52967 -0.0592,1.54945 0.28432,1.9861 0.028,0.0356 0.0824,0.0376 0.12359,0.0563 0.55165,-0.82842 3.4e-4,0.0431 -2.09061,1.05077 -0.0802,0.0386 0.11697,-0.1351 0.16459,-0.21031 0.16134,-0.25487 0.24168,-0.55658 0.3378,-0.83916 0.47958,-1.06397 0.98103,-0.94614 2.70832,-1.5249 0.0745,-0.025 0.34456,0.90263 0.35929,0.94987 0.0447,0.10076 0.0765,0.20836 0.13421,0.3023 0.0264,0.043 0.17856,0.2379 0.28518,0.19977 0.0512,-0.0183 0.15423,-0.14886 0.10589,-0.124 -2.12083,1.09054 -2.71277,1.80868 -1.97946,0.9766 0.71374,-1.11288 2.09506,-2.89861 3.59491,-2.21171 0.0747,0.0596 0.14945,0.11913 0.22418,0.1787 0,0 -2.28554,1.45363 -2.28554,1.45363 l 0,0 c -0.0597,-0.0361 -0.11942,-0.0722 -0.17913,-0.10826 -1.01903,-0.1402 -0.18784,0.0163 1.91938,-1.30227 0.0794,-0.0497 -0.18422,0.0537 -0.25771,0.11169 -0.25041,0.19771 -0.35048,0.55622 -0.53619,0.80294 -0.48794,0.83589 -2.34621,2.31831 -3.06217,1.5771 -0.1896,-0.19628 -0.20747,-0.30656 -0.31856,-0.56155 -0.0196,-0.0577 -0.17868,-0.53225 -0.21682,-0.6205 -0.0218,-0.0505 -0.12759,-0.11393 -0.0813,-0.1437 0.74426,-0.47856 1.55566,-0.84444 2.31763,-1.29428 0.0432,-0.0255 -0.10822,-0.0134 -0.14993,0.0146 -0.0629,0.0422 -0.093,0.11958 -0.13942,0.17937 -0.43867,1.2685 -1.04949,3.28176 -3.15487,2.59097 -0.0594,-0.0603 -0.13314,-0.10917 -0.17811,-0.18083 -0.37283,-0.59418 -0.18108,-1.40282 -0.30468,-2.0557 -0.0178,-0.12031 -0.0304,-0.24151 -0.0535,-0.36092 -0.0145,-0.0751 -0.0309,-0.15061 -0.0591,-0.22172 -0.004,-0.0101 -0.0409,-0.002 -0.0316,-0.007 0.729,-0.44056 1.4655,-0.86857 2.19864,-1.30221 0.0679,-0.0402 -0.15011,0.0632 -0.203,0.1218 -0.0828,0.0917 -0.12864,0.21107 -0.19296,0.31661 -0.75217,1.01738 -0.32772,0.5165 -2.76115,1.71925 -0.14918,0.0737 -0.39307,-0.16396 -0.45017,-0.25216 -0.14847,-0.22934 -0.1457,-0.43064 -0.18442,-0.69422 -0.16958,-1.92523 -0.7437,-0.81035 2.13389,-2.48086 0.0398,-0.0231 -0.0828,0.0403 -0.12422,0.0605 -0.21159,0.7728 -0.22973,1.58771 -0.50397,2.34716 -0.12814,0.41436 -0.28603,0.82205 -0.38696,1.24425 -0.0232,0.0972 0.0282,0.24203 -0.057,0.29421 -2.58328,1.58217 -2.59092,2.21178 -2.51069,1.146 -0.004,-0.68174 0.005,-1.39582 -0.20547,-2.04972 0.75825,-0.44188 1.51857,-0.88024 2.27476,-1.32565 0.0628,-0.037 -0.14514,0.0463 -0.19419,0.10016 -0.45442,0.49879 -0.50591,1.29103 -0.76458,1.88487 -0.0168,0.0587 -0.27653,1.06399 -0.31272,1.09122 -0.59212,0.44553 -2.08562,2.45286 -2.68476,1.28603 -0.21809,-0.91982 -0.0396,-1.88178 -0.11157,-2.81733 -0.0183,-0.58722 -0.031,-1.17622 -0.1,-1.76038 -0.0162,-0.13737 -0.0472,-0.27272 -0.0639,-0.41004 -0.003,-0.0236 -0.0146,-0.0584 0.006,-0.0711 0.73428,-0.46598 1.48861,-0.89961 2.23291,-1.34941 -0.40895,0.49414 -0.49685,1.21152 -0.65328,1.81626 -0.0221,0.0904 -0.0469,0.18022 -0.0664,0.27123 -0.0171,0.08 0.0272,0.20031 -0.0434,0.24155 -2.22255,1.29724 -2.44656,2.06569 -2.72722,0.51117 -0.082,-0.31759 -0.16637,-0.62761 -0.31919,-0.92035 -0.0341,-0.0652 -0.0632,-0.13721 -0.11738,-0.18696 -0.0376,-0.0345 -0.18608,-0.024 -0.14383,-0.0527 0.6766,-0.45926 1.39803,-0.84872 2.09705,-1.27308 -0.86997,0.47031 -1.32561,1.41262 -2.07729,2.03544 -1.11369,1.03987 -0.40955,0.43095 -3.03593,1.98021 -0.43569,0.257 -0.88214,0.24248 -1.1444,-0.22181 -0.21885,-0.72774 -0.18574,-1.49636 -0.37141,-2.23353 -0.0855,-0.37149 -0.14583,-1.21653 -0.59449,-1.3755 -0.0577,-0.0204 -0.12236,2.7e-4 -0.18355,4e-4 3.91078,-2.38999 2.33503,-1.62572 1.75619,-0.97226 -0.4514,0.5096 -0.78225,1.116 -1.19983,1.65163 -0.89601,1.37437 -0.2287,0.9561 -2.84863,2.2954 -0.0825,0.0422 -0.12945,-0.13576 -0.17314,-0.21747 -0.0143,-0.0268 0.006,-0.0606 0.008,-0.0908 0.0104,-0.58907 -0.008,-1.17866 -0.0429,-1.7667 -0.0564,-0.74883 -0.14788,-1.49254 -0.29361,-2.22966 -0.21511,-0.69641 -1.0851,0.36573 2.10665,-1.38745 0.0867,-0.0476 -0.13065,0.14888 -0.19023,0.22787 -0.0448,0.0594 -0.4215,0.61002 -0.45364,0.65686 -0.61864,0.81782 -1.21701,1.65077 -1.8272,2.47487 -0.85283,1.08087 -0.3602,0.53393 -2.79465,1.93125 -0.36636,0.21027 -0.59411,-0.4623 -0.63317,-0.66794 -0.15472,-0.62938 -0.13237,-1.34106 -0.4978,-1.89216 -0.0489,-0.0192 -0.0942,-0.0556 -0.14673,-0.0575 -0.0646,-0.002 -0.12567,0.03 -0.1885,0.045 0.68197,-0.41554 1.36394,-0.83108 2.04591,-1.24663 0.10256,-0.0573 -0.18403,0.15018 -0.25321,0.24513 -0.0189,0.0259 -0.42425,0.79755 -0.42993,0.80831 -0.84051,1.39985 -1.9738,3.02197 -3.86774,3.03247 -0.08,-0.0404 -0.1716,-0.0632 -0.23989,-0.12121 -0.37456,-0.31799 -0.28417,-0.91307 -0.41576,-1.33764 -0.035,-0.0988 -0.077,-0.26825 -0.16415,-0.34794 -0.0239,-0.0218 -0.12024,-0.0104 -0.0929,-0.0277 3.99662,-2.52831 2.45209,-1.57099 1.7197,-0.94643 -0.28269,0.30363 -0.56303,0.60943 -0.84575,0.91303 -0.0126,0.0135 -0.51942,0.55696 -0.55029,0.57666 -0.84176,0.53752 -1.71443,1.02503 -2.57165,1.53754 -0.87773,0.14021 -0.74893,-0.72485 -0.65206,-1.31509 0.15637,-0.93521 0.32717,-1.86769 0.48905,-2.80185 0,0 2.43602,-1.19798 2.43602,-1.19798 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#999999;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3849"
       d="m 128.51673,340.56181 c 0.35685,0.77924 0.45916,1.6393 0.60895,2.47459 0.0644,0.17071 0.11519,0.59587 0.35749,0.66443 0.0725,0.0205 0.22109,-0.19971 0.15423,-0.16506 -0.74675,0.38699 -1.4677,0.82186 -2.20154,1.23279 0.27949,-0.44944 0.42051,-0.96583 0.51794,-1.48128 0.12447,-0.51977 0.21945,-1.04574 0.35464,-1.56284 0.13884,-0.5362 0.29324,-1.0706 0.48624,-1.58999 0.47961,-1.10937 0.60395,-0.82098 2.67548,-1.55911 0.0888,-0.0316 0.17991,0.83348 0.18286,0.86374 0.064,0.64721 0.2106,1.27768 0.35882,1.90907 0.12592,0.53062 0.1682,1.07411 0.18414,1.61758 -0.0394,0.64483 0.17843,1.25398 0.32678,1.87125 0.0881,0.30917 0.13657,1.30421 0.62454,0.7276 -3.20016,1.76131 -2.45376,1.7208 -1.90318,0.89209 0.27441,-0.41304 0.4546,-0.86843 0.601,-1.33872 0.16997,-0.64843 0.40504,-1.27711 0.55186,-1.93135 0.0901,-0.43246 0.23269,-0.8581 0.25386,-1.30231 0.002,-0.0444 -0.0489,-0.11437 -0.009,-0.13306 0.78372,-0.36344 1.60049,-0.65085 2.40074,-0.97627 -0.0779,0.92195 -0.12282,1.85256 -0.0693,2.77702 0.0218,0.11235 0.0336,0.22708 0.0653,0.33705 0.0161,0.0558 0.11691,0.36077 0.2363,0.38263 0.0564,0.0103 0.20281,-0.10679 0.15213,-0.0801 -2.24227,1.18289 -2.7236,1.69267 -1.9041,0.89862 0.55258,-0.60902 0.76811,-1.41558 1.17649,-2.10769 0.82014,-0.48103 1.59341,-1.05284 2.46044,-1.44309 0.0975,-0.0439 0.15376,0.1508 0.21308,0.23975 0.25966,0.38937 0.3421,0.91376 0.42749,1.36234 0.12025,0.50366 -0.0172,1.56216 0.47036,1.86687 0.49852,-0.92951 -0.0189,0.11811 -2.03759,0.96054 -0.12123,0.0506 0.14358,-0.22086 0.20067,-0.33916 0.22476,-0.46586 0.35456,-0.98128 0.49106,-1.47705 0.2771,-1.13063 0.48178,-2.27517 0.88608,-3.37005 0.57522,-0.86448 0.61819,-1.01267 2.70541,-0.98306 0.28165,0.004 0.0825,0.55757 0.10845,0.83805 0.1193,1.28807 0.13177,2.58857 0.18009,3.88048 0.11456,1.52668 0.0161,3.07027 0.15995,4.59482 -0.31902,-0.99878 0.10151,0.13698 -2.35775,0.99374 -0.12158,0.0424 0.0568,-0.25119 0.0815,-0.37754 0.0319,-0.16309 0.0621,-0.32656 0.0883,-0.49067 0.18095,-1.13364 -0.0414,0.0573 0.19848,-1.1652 0.20242,-0.9044 0.39825,-1.81007 0.50835,-2.73086 0.056,-0.54167 0.0425,-1.0844 0.12606,-1.62298 0.34046,-1.45618 0.81801,-1.64252 2.7495,-2.3655 0.14325,-0.0536 0.1124,0.28451 0.16859,0.42677 0.14089,2.00782 0.0852,4.02635 0.1034,6.03853 0.0255,0.88909 -0.005,1.79047 0.11372,2.67517 0.0173,0.12868 0.0422,0.25758 0.0852,0.38008 0.0108,0.0308 0.10077,0.0517 0.0718,0.0667 -0.76279,0.39313 -1.55274,0.73114 -2.32911,1.09671 0.59508,-1.0978 0.72939,-2.39154 0.92211,-3.60847 0.19967,-1.24807 0.38908,-2.49998 0.74412,-3.71498 0.55523,-1.15893 1.3291,-1.27513 2.90154,-1.8158 0.18637,-0.0641 0.48488,1.08756 0.51253,1.19312 0.25805,0.93514 0.35266,1.90156 0.51688,2.8541 0.0227,0.0675 0.003,0.17331 0.068,0.2025 0.0492,0.0221 0.078,-0.17975 0.0281,-0.15931 -0.74156,0.30384 -1.38586,0.86761 -2.16924,1.03657 -0.21848,0.0471 0.17313,-0.41231 0.24923,-0.62246 0.19403,-0.5358 0.50543,-1.53742 0.66774,-2.04818 0.36861,-1.07091 0.70145,-2.15623 1.15148,-3.19723 0.0461,-0.10656 0.35001,-0.84125 0.56207,-0.96953 0.82836,-0.50109 1.70638,-0.91508 2.55957,-1.37262 0.63422,0.6782 0.7216,1.67644 0.8219,2.56185 0.1227,0.39474 -0.0258,1.64469 0.16036,1.93748 -0.79771,0.3827 -1.5697,0.82446 -2.39314,1.14811 -0.0803,0.0316 0.0616,-0.16125 0.0898,-0.24279 0.0479,-0.13853 0.0909,-0.27874 0.13854,-0.41735 0.20315,-0.59093 0.418,-1.17801 0.632,-1.76506 0.45092,-0.93303 0.56656,-2.07899 1.23764,-2.89609 0.85745,-0.35178 1.66141,-0.88457 2.57235,-1.05535 0.18493,-0.0347 0.108,0.36146 0.1394,0.54697 0.19704,1.16419 0.16251,2.3856 0.19992,3.56187 0.006,0.9642 0.0656,1.92945 0.0551,2.89384 -0.008,0.75624 -0.0433,0.23031 0.004,0.76147 0.32135,-0.87492 -0.0566,0.22291 -2.15917,0.977 -0.1454,0.0521 0.18431,-0.24854 0.26384,-0.38096 0.2876,-0.47888 0.49999,-1.00989 0.72844,-1.518 0.60358,-1.52852 0.88726,-1.79729 3.04561,-2.44729 0.16477,-0.0496 0.13527,0.31927 0.16755,0.4883 0.0449,0.23492 0.0415,0.47653 0.0622,0.7148 0.0959,2.10722 0.0172,4.21808 0.20952,6.32014 0.28274,1.83123 0.86557,0.96301 -2.11292,2.21455 -0.0772,0.0325 0.12481,-0.11384 0.17268,-0.18258 0.0874,-0.12549 0.15374,-0.26438 0.23061,-0.39657 0.57342,-1.17175 1.05503,-2.38441 1.48805,-3.61406 0.25687,-0.74101 0.59362,-1.47224 0.66483,-2.26098 -0.26641,-0.9471 -0.12612,-0.31176 2.36981,-1.21589 0.11077,-0.0401 -0.13468,0.1953 -0.18076,0.30373 -0.23005,0.54138 -0.32305,1.16313 -0.45534,1.73237 -0.0437,0.20265 -0.0893,0.40489 -0.13106,0.60795 -0.0153,0.0743 -0.15697,0.80156 -0.18019,0.94447 -0.009,0.0571 0.0337,0.14838 -0.0189,0.1725 -2.55377,1.17156 -2.60349,1.71017 -2.26457,0.55 0.12491,-0.44574 0.19579,-0.9033 0.30736,-1.35223 0.007,-0.0263 0.11373,-0.4345 0.13987,-0.44839 0.81677,-0.43419 1.66554,-0.80531 2.4983,-1.20796 0.36115,0.66 0.42191,1.46413 0.93952,2.03077 0.0556,-0.006 0.12134,0.0149 0.16692,-0.0175 0.0705,-0.0501 0.23075,-0.24681 0.15257,-0.20983 -0.70633,0.33404 -1.33709,0.82369 -2.0628,1.11323 -0.15342,0.0612 0.19573,-0.26631 0.28629,-0.40445 0.23874,-0.36417 0.34096,-0.56746 0.54936,-0.9468 0.37892,-0.79666 2.11764,-4.85683 3.29103,-2.32314 0.23628,0.54784 0.2185,1.57664 0.50987,2.04736 0.004,-1.05259 0.0598,0.0596 -2.17683,0.96169 -0.12589,0.0508 0.12925,-0.23902 0.18518,-0.36271 0.22433,-0.4961 0.3866,-1.01928 0.56778,-1.53188 0.54316,-1.18471 1.0852,-1.24418 2.81958,-1.8823 0.18571,-0.0683 0.41973,1.12922 0.4388,1.22202 0.19133,1.07301 0.33796,2.15631 0.66899,3.19742 0.01,0.0193 0.15878,0.45125 0.32997,0.41551 0.0616,-0.0129 0.16393,-0.18299 0.10736,-0.15537 -0.72928,0.35613 -1.39982,0.83077 -2.14568,1.15075 -0.11765,0.0505 0.14822,-0.20932 0.21116,-0.3208 0.0784,-0.13896 0.14145,-0.28608 0.21218,-0.42912 0.15669,-0.16725 0.36595,-1.05661 0.54817,-1.17685 1.7235,-1.13727 2.34965,-2.32824 2.70721,-0.78986 0.0546,0.41268 0.0746,0.82888 0.0898,1.24453 0.004,0.1076 -0.0162,0.49229 0.0421,0.63442 -0.79765,0.3437 -1.56388,0.77227 -2.39297,1.03109 -0.10973,0.0343 0.0794,-0.21578 0.12255,-0.32233 0.0615,-0.15181 0.12231,-0.30403 0.19122,-0.45261 0.25188,-0.5431 0.55334,-1.06411 0.83221,-1.5935 0.68984,-1.39988 0.92467,-1.46177 2.96764,-2.37738 0.23669,-0.10607 0.57542,1.03565 0.60865,1.1432 0.0895,0.2934 0.42644,2.19199 0.74151,2.15754 0.0834,-0.009 0.12561,-0.1114 0.18841,-0.16709 -0.67308,0.33796 -1.29085,0.8223 -2.01924,1.0139 -0.21971,0.0578 0.25169,-0.37889 0.3614,-0.57782 0.61002,-1.10609 1.0735,-2.30664 1.56084,-3.4699 0.69198,-1.78672 0.54542,-1.90244 3.06024,-2.81133 0.13968,-0.0505 0.13374,0.26922 0.16229,0.41498 0.0383,0.1956 0.0239,0.39791 0.0358,0.59686 0.0237,2.10253 -0.0443,4.20324 0.10905,6.3018 0.30539,0.10152 -0.041,0.84675 0.25981,1.03913 0.061,0.039 0.14487,-0.22925 0.0773,-0.20308 -0.73236,0.28384 -1.36346,0.84569 -2.13358,1.00001 -0.21226,0.0425 0.15139,-0.40614 0.20994,-0.61454 0.073,-0.25994 0.12286,-0.52585 0.1843,-0.78877 0.26243,-1.1026 0.27745,-2.27304 0.65616,-3.34778 0.83992,-0.3493 1.63935,-0.81913 2.51977,-1.04791 0.12323,-0.032 0.0499,0.25008 0.0633,0.3767 0.0894,0.84719 0.0616,1.7152 0.0727,2.56569 0.0211,0.59272 -0.029,1.20604 0.11673,1.78857 0.024,0.0959 0.0588,0.19131 0.11216,0.27447 0.0208,0.0325 0.13476,0.0388 0.10076,0.057 -0.74872,0.40239 -1.52725,0.74667 -2.29087,1.12 0.0644,-0.0607 0.14066,-0.11072 0.19307,-0.18195 0.14738,-0.20029 0.32674,-0.62383 0.41642,-0.83262 0.24997,-0.58196 0.47318,-1.17387 0.72447,-1.75546 0.29188,-0.60364 0.52262,-1.2336 0.78624,-1.84941 0.0152,-0.0354 0.26406,-0.62648 0.33226,-0.66346 0.81588,-0.44235 1.67349,-0.80296 2.51024,-1.20444 0.0428,0.15245 0.10154,0.3013 0.12847,0.45735 0.0516,0.29902 0.0756,1.0774 0.084,1.34343 0.0259,0.82165 0.03,1.64401 0.0412,2.46593 0.003,0.23279 -0.006,0.46603 0.009,0.69837 0.004,0.0688 0.0443,0.63132 0.17678,0.74959 0.0341,0.0304 0.1699,-0.0659 0.12943,-0.0448 -2.30896,1.20579 -2.68528,1.70151 -1.9046,0.81832 0.29012,-0.34493 0.72348,-1.73691 1.06269,-1.91874 0.83146,-0.44569 1.69484,-0.82907 2.54226,-1.2436 0.0629,0.11132 0.14213,0.21489 0.18868,0.33397 0.30819,0.78843 0.24953,1.97968 0.3132,2.82598 0.0429,0.4612 0.0243,0.60406 0.16397,1.01553 0.037,0.10893 0.15049,0.33931 0.23058,0.25674 0.0505,-0.0521 0.15235,-0.23059 0.0867,-0.1997 -0.73456,0.34555 -1.42574,0.77665 -2.13862,1.16498 0.43751,-0.69266 0.66791,-1.48424 0.93025,-2.25316 0.41406,-1.00514 0.20254,-0.60308 2.52688,-1.47383 0.10873,-0.0407 0.0885,0.21592 0.11353,0.32931 0.0863,0.39177 0.0616,0.83245 0.0754,1.23068 0.0365,0.27483 -0.0129,0.555 0.0178,0.83002 0.007,0.0631 0.003,0.15026 0.0579,0.18137 0.0388,0.0218 0.0766,-0.14623 0.0356,-0.12879 -0.73427,0.3125 -1.38279,0.8508 -2.15976,1.03279 -0.21458,0.0503 0.19274,-0.3964 0.2891,-0.5946 0.80417,-1.90946 1.29796,-3.92643 1.79416,-5.93191 0.38612,-1.48328 0.41986,-1.50528 2.75083,-2.16217 0.15026,-0.0423 0.17603,1.78748 0.17978,1.90447 0.0371,0.74944 0.0114,1.50035 0.0344,2.25002 0.0118,0.38387 -0.008,0.86127 0.15852,1.22179 -0.0321,-1.06069 0.0685,0.0197 -2.14698,0.90985 -0.13441,0.054 0.15835,-0.24287 0.22946,-0.36908 0.28279,-0.50185 0.51182,-1.03187 0.74007,-1.55974 0.0745,-0.18549 0.15246,-0.36962 0.2235,-0.55646 0.0208,-0.0547 0.38576,-1.16749 0.42473,-1.19052 2.56392,-1.51547 2.27047,-2.13822 2.55932,-0.79294 0.0631,1.53137 0.0172,3.06486 0.0919,4.59576 0.0354,0.11973 0.0984,0.56531 0.3111,0.63981 0.0608,0.0213 0.11897,-0.0496 0.17846,-0.0743 -0.70295,0.37259 -1.38989,0.7771 -2.10884,1.11778 -0.11509,0.0545 0.20111,-0.15852 0.28559,-0.25382 0.10651,-0.12015 0.18945,-0.25928 0.28417,-0.38892 0.45124,-1.0553 2.55204,-3.88639 3.25237,-1.93477 0.0249,0.0987 0.0497,0.19747 0.0746,0.29621 0,0 -2.37534,1.28647 -2.37534,1.28647 l 0,0 c -0.0234,-0.0893 -0.0468,-0.17851 -0.0702,-0.26776 -0.27035,-0.71651 0.0143,-0.25793 2.16374,-1.46275 0.075,-0.042 -0.1195,0.12472 -0.16725,0.19617 -0.13013,0.19474 -0.33695,0.62412 -0.4334,0.81562 -0.047,0.0788 -0.37366,0.66535 -0.49573,0.73979 -0.0655,0.04 -2.5427,2.3784 -3.11299,1.00449 -0.0669,-0.16111 -0.0864,-0.33801 -0.12958,-0.50701 -0.0589,-1.51387 0.0282,-3.03363 -0.12606,-4.54388 -0.0481,-1.1051 -0.0836,-0.34845 2.28341,-1.58339 0.0777,-0.0405 -0.0994,0.14536 -0.1354,0.22524 -0.22338,0.4961 -0.33415,1.0392 -0.56808,1.5316 -0.48921,1.15516 -1.79693,4.62351 -3.60777,3.44267 -0.10832,-0.36567 -0.0718,-0.17798 -0.0971,-0.68752 -0.048,-0.96552 -0.0169,-1.93233 -0.0557,-2.89833 -0.0428,-0.83274 -0.0179,-0.5672 -0.0958,-1.32631 -0.01,-0.0945 -0.10845,-0.22688 -0.0319,-0.28321 4.93436,-3.63266 2.40569,-1.8243 2.08557,-1.07659 -0.086,0.20086 -0.13951,0.41413 -0.20927,0.6212 -0.53815,1.99492 -1.02561,4.00756 -1.73885,5.95003 -0.0758,0.20298 -0.0594,0.47214 -0.22737,0.60895 -0.77844,0.63388 -1.64733,1.15521 -2.52889,1.63543 -0.17993,0.098 -0.25499,-0.41013 -0.25517,-0.41192 -0.0281,-0.27438 0.0275,-0.55317 -0.009,-0.82739 -0.0697,-1.96632 -0.5701,-1.06422 2.22408,-2.59607 0.0562,-0.0308 -0.0808,0.0994 -0.12114,0.14916 -0.29662,0.77136 -0.51274,1.57381 -0.88831,2.31423 -0.81971,0.5385 -1.61423,1.11744 -2.45912,1.61549 -0.072,0.0425 -0.17314,0.0141 -0.25022,-0.0184 -0.42309,-0.17816 -0.41631,-1.19927 -0.45855,-1.54048 -0.0751,-0.92896 -0.005,-1.97073 -0.3952,-2.83129 0.7334,-0.44206 1.46681,-0.88411 2.20021,-1.32616 -0.0746,0.0495 -0.16333,0.0825 -0.22378,0.14852 -0.43358,0.4737 -0.56091,1.17955 -0.88408,1.71901 -0.0642,0.12481 -0.0741,0.29919 -0.19259,0.37442 -0.10406,0.0661 -2.29154,2.03699 -2.84896,1.23665 -0.2937,-0.4217 -0.10626,-1.11357 -0.1595,-1.56807 -0.003,-1.32323 0.0206,-2.66406 -0.20842,-3.97134 0.75386,-0.44899 1.49518,-0.91974 2.26159,-1.34696 0.0797,-0.0444 -0.1424,0.11807 -0.19308,0.19391 -0.46338,0.69347 -0.60402,1.56343 -1.01326,2.28494 -0.42172,0.95395 -0.74759,1.94663 -1.19113,2.89128 -0.85629,0.42825 -1.68294,0.92174 -2.56886,1.28473 -0.052,0.0213 -0.19263,-0.23276 -0.25258,-0.51258 -0.1288,-0.60121 -0.0859,-1.22668 -0.1014,-1.83564 -0.01,-0.67084 -0.0156,-1.3425 -0.0632,-2.01207 -0.0116,-0.16333 -0.0265,-0.3265 -0.046,-0.48907 -0.0116,-0.0965 -0.12714,-0.23196 -0.0475,-0.28763 0.74309,-0.51945 1.57967,-0.89037 2.3695,-1.33555 -0.0476,0.0108 -0.11383,-0.007 -0.14281,0.0324 -0.10537,0.14279 -0.26069,0.80873 -0.27995,0.89861 -0.16378,0.76405 -0.26067,1.543 -0.40493,2.31065 -0.0505,0.26526 -0.0942,0.53189 -0.15133,0.79579 -0.046,0.21234 0.003,0.48662 -0.15805,0.63235 -0.75032,0.67854 -1.60621,1.23903 -2.47828,1.75176 -0.0847,0.0498 -0.20364,-0.061 -0.25791,-0.14302 -0.21375,-0.32283 0.003,-0.8439 -0.19701,-1.14473 -0.12933,-2.0866 -0.0555,-4.17668 -0.17484,-6.26377 -0.14578,-1.39831 -0.0653,-0.70732 2.18854,-1.95535 0.0836,-0.0463 -0.14126,0.13223 -0.19094,0.21388 -0.17729,0.29135 -0.42993,0.96106 -0.53934,1.2307 -0.38649,0.89873 -0.77069,1.79892 -1.16154,2.69569 -0.11442,0.26253 -0.23216,0.52365 -0.3532,0.78319 -0.0966,0.20708 -0.11991,0.47541 -0.29961,0.61655 -0.80921,0.63559 -1.73422,1.10799 -2.60133,1.66198 -0.11193,-0.0163 -0.23575,0.004 -0.3358,-0.049 -0.47846,-0.25237 -0.57242,-1.80146 -0.7817,-2.29497 -0.0476,-0.14517 -0.0849,-0.2941 -0.14275,-0.4355 -0.0402,-0.0982 -0.0835,-0.19819 -0.15017,-0.2808 -0.0181,-0.0224 -0.10984,0.004 -0.0857,-0.0115 3.26352,-2.11477 2.10782,-1.616 1.56002,-0.41011 -0.27406,0.51967 -0.57677,1.03065 -0.82449,1.56362 -0.0651,0.14011 -0.12205,0.28402 -0.17609,0.42878 -0.038,0.10175 -0.008,0.25133 -0.0998,0.31019 -0.8019,0.51705 -1.67426,0.91562 -2.5114,1.37343 0.12681,-0.51941 -0.053,-1.31376 -0.069,-1.85182 -0.21467,-1.0226 0.0277,-0.42057 2.142,-1.57629 0.0887,-0.0485 -0.1313,0.15517 -0.18133,0.24298 -0.0776,0.13629 -0.13584,0.28283 -0.19981,0.42605 -0.0721,0.16155 -0.139,0.32542 -0.2085,0.48813 -0.0226,0.052 -0.34421,0.79686 -0.35973,0.80801 -0.87277,0.62755 -2.36605,2.18029 -2.95855,1.28335 -0.0731,-0.11059 -0.11222,-0.24016 -0.16833,-0.36024 -0.32559,-1.0517 -0.46262,-2.14379 -0.6793,-3.22084 -0.0608,-0.27862 -0.0971,-0.53074 -0.21478,-0.79047 -0.0167,-0.0367 -0.11178,-0.0702 -0.0781,-0.0924 0.71575,-0.47329 1.47413,-0.87873 2.2112,-1.31809 -0.0674,0.046 -0.14865,0.0765 -0.20232,0.13799 -0.0873,0.10004 -0.14147,0.22471 -0.2122,0.33706 -0.42088,1.15803 -1.25923,4.66923 -3.34955,3.40516 -0.28133,-0.64455 -0.23589,-1.41058 -0.50752,-2.06657 -0.314,-0.92912 -0.0843,-0.14192 2.23486,-1.43757 0.0622,-0.0348 -0.10845,0.0948 -0.14891,0.15349 -0.25132,0.36457 -0.37702,0.80572 -0.58929,1.19071 -0.0802,0.1511 -0.69774,1.33035 -0.78185,1.3932 -0.80282,0.59985 -1.66168,1.12259 -2.52161,1.63725 -0.22651,0.13556 -0.34417,0.0119 -0.53014,-0.0861 -0.45412,-0.58452 -0.5796,-1.31153 -0.92749,-1.95509 4.51605,-2.63608 2.36796,-1.91154 2.07492,-0.96775 -0.13732,0.44223 -0.17966,0.90626 -0.29339,1.35399 -0.31156,1.27801 -0.0298,0.51081 -2.60368,1.79651 -0.0603,0.0301 0.0323,-0.13089 0.0483,-0.19635 0.128,-0.52192 0.22839,-1.04903 0.34684,-1.57322 0.13046,-0.58158 0.26827,-1.16113 0.40064,-1.74178 0.0314,-0.13762 -0.0421,-0.34141 0.0775,-0.41629 2.50629,-1.56863 2.29893,-2.09772 2.58174,-1.02008 -0.027,0.82677 -0.39605,1.58898 -0.68128,2.35275 -0.44069,1.22941 -0.92696,2.44017 -1.44652,3.63839 -0.0648,0.13368 -0.13299,0.26576 -0.19437,0.40105 -0.0396,0.0872 -0.0249,0.21902 -0.10834,0.26613 -2.78655,1.57422 -2.51729,1.90414 -2.73422,-0.007 -0.15165,-2.09687 -0.0525,-4.20188 -0.23755,-6.29746 -0.0289,-0.21581 -0.0549,-0.43204 -0.0868,-0.64744 -0.0105,-0.0712 -0.099,-0.17048 -0.0403,-0.21218 0.70452,-0.5006 1.48079,-0.89164 2.22119,-1.33747 -0.066,0.0657 -0.14543,0.12032 -0.19809,0.19716 -0.16685,0.24346 -0.31802,0.65805 -0.42501,0.91821 -0.42213,0.95666 -1.99813,5.06273 -3.64374,3.26612 -0.0216,-0.67176 -0.009,0.0905 0.0311,-0.79676 0.0443,-0.97024 -0.007,-1.94447 0.002,-2.91496 -0.0217,-0.92574 -0.0394,-1.85342 -0.13914,-2.77504 -0.0253,-0.23413 -0.0561,-0.46797 -0.0992,-0.69948 -0.0252,-0.13546 -0.2119,-0.31207 -0.10554,-0.39967 0.67875,-0.55908 1.50288,-0.9135 2.25431,-1.37024 -0.0762,0.0373 -0.16984,0.0508 -0.22864,0.11202 -0.17388,0.18101 -0.36771,0.66003 -0.45218,0.86506 -0.24592,0.59687 -0.4312,1.21587 -0.68091,1.8113 -0.25249,0.69718 -0.54293,1.40806 -0.72076,2.12951 -0.0224,0.0907 0.0364,0.22679 -0.0424,0.27693 -0.78978,0.50253 -1.65058,0.88362 -2.47587,1.32544 -0.22954,-0.6405 0.002,-1.38013 -0.14289,-2.04023 -0.0628,-0.59286 -0.13124,-1.77591 -0.62144,-2.1687 0.69242,-0.42918 1.37177,-0.88019 2.07725,-1.28754 0.12543,-0.0724 -0.24547,0.16404 -0.33228,0.27998 -0.14599,0.19498 -0.24859,0.41956 -0.35541,0.63846 -0.49896,1.02251 -0.8219,2.11386 -1.19056,3.18657 -0.19621,0.67361 -0.38785,1.34856 -0.5857,2.0217 -0.0618,0.21022 -0.0248,0.48579 -0.19048,0.62916 -0.75697,0.65485 -1.61545,1.18992 -2.48508,1.68549 -0.0738,0.0421 -0.15646,-0.0826 -0.20361,-0.1533 -0.046,-0.069 -0.0398,-0.16097 -0.0597,-0.24146 -0.15716,-0.94726 -0.20929,-1.91484 -0.49105,-2.83967 -0.0696,-0.25606 -0.12511,-0.54286 -0.26356,-0.77691 -0.0312,-0.0528 -0.18065,-0.0947 -0.13042,-0.12998 0.69715,-0.4894 1.4627,-0.87335 2.19037,-1.31611 0.0746,-0.0454 -0.16784,0.0635 -0.23095,0.12387 -0.0918,0.0879 -0.14808,0.20655 -0.22212,0.30983 -0.39595,1.20191 -0.59925,2.45584 -0.8053,3.70167 -0.19272,1.24446 -0.35618,2.49922 -0.76515,3.69565 -0.84423,0.44669 -1.65951,0.95299 -2.53269,1.34005 -0.0606,0.0268 -0.0692,-0.11552 -0.0842,-0.18004 -0.0748,-0.32075 -0.0756,-0.83746 -0.0839,-1.13128 -0.0297,-1.04879 -0.0202,-0.90993 -0.0121,-2.02756 -0.003,-1.96551 0.0129,-3.94361 -0.21485,-5.89814 0.28815,-0.90421 0.0465,-0.203 2.26487,-1.43847 0.0609,-0.0339 -0.0789,0.11528 -0.1113,0.17699 -0.11925,0.22729 -0.17829,0.47507 -0.26302,0.71558 -0.0974,0.53695 -0.0978,1.07479 -0.14422,1.61815 -0.11514,0.93535 -0.32829,1.85215 -0.5414,2.76934 -0.10933,0.54558 -0.17001,1.08705 -0.25164,1.63667 -0.0181,0.12165 0.0359,0.28711 -0.06,0.36406 -2.30786,1.85079 -1.88366,2.39188 -2.49685,1.4262 0.12724,-1.5519 -0.003,-3.11927 0.0121,-4.67302 -0.044,-1.27131 -0.0749,-2.54845 -0.24778,-3.81085 -0.0344,-0.25124 -0.31297,-0.56403 -0.13848,-0.74804 0.62827,-0.66257 1.53563,-0.98915 2.28307,-1.51361 0.0607,-0.0426 -0.14245,0.041 -0.21368,0.0616 -0.48706,1.06186 -0.65762,2.21731 -0.92356,3.34699 -0.37521,1.53585 -1.04488,3.87825 -3.35548,3.43413 -0.51046,-0.54468 -0.43046,-1.34278 -0.53483,-2.03674 -0.0626,-0.33796 -0.12432,-0.67451 -0.26204,-0.99218 -0.41226,-0.9509 -1.79487,0.88148 2.0143,-1.50017 -0.28884,0.30308 -0.3518,0.59628 -0.52558,0.97119 -0.13375,0.28857 -0.27117,0.53873 -0.43446,0.81142 -0.0701,0.11705 -0.14556,0.23081 -0.21834,0.34622 -0.75575,1.03429 -0.37305,0.59221 -2.7817,1.73319 -0.0869,0.0412 -0.19168,-0.0468 -0.26944,-0.10345 -0.26561,-0.19355 -0.2985,-0.60465 -0.35825,-0.88964 -0.0567,-0.933 0.0169,-1.86866 0.022,-2.80274 0.81753,-0.48906 1.6116,-1.01967 2.4526,-1.46718 0.0487,-0.0259 -0.003,0.11025 -0.006,0.16534 -0.0214,0.45582 -0.12594,0.89405 -0.23921,1.33557 -0.13241,0.66634 -0.36796,1.29807 -0.55065,1.95146 -0.13099,0.50359 -0.32141,0.94905 -0.56535,1.40823 -0.0566,0.10662 -0.0717,0.25028 -0.17054,0.31954 -0.80844,0.56622 -1.67708,1.04121 -2.51562,1.56182 -0.0817,0.006 -0.16482,0.0329 -0.24514,0.0168 -0.49109,-0.098 -0.55118,-0.76867 -0.63121,-1.15336 -0.14254,-0.63444 -0.37518,-1.25803 -0.35398,-1.91702 -0.018,-0.52702 -0.0432,-1.05577 -0.15784,-1.5725 -0.1432,-0.64404 -0.29364,-1.28407 -0.37103,-1.94081 -0.0285,-0.27856 -0.022,-0.28616 -0.072,-0.53857 -0.007,-0.0358 -0.0576,-0.0872 -0.0265,-0.10617 0.76086,-0.46439 1.56235,-0.8589 2.33524,-1.30297 0.04,-0.023 -0.10075,0.005 -0.13308,0.0377 -0.0597,0.0607 -0.0825,0.14903 -0.12374,0.22355 -0.20968,0.50249 -0.34494,1.03494 -0.49184,1.5579 -0.13709,0.51158 -0.23295,1.02976 -0.36677,1.54255 -0.0873,0.55037 -0.2421,1.07545 -0.45203,1.5915 -1.61682,1.02346 -2.62295,2.57611 -3.16657,0.60045 -0.14766,-0.79867 -0.21549,-1.63799 -0.60268,-2.3669 0,0 2.35404,-1.36439 2.35404,-1.36439 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3851"
       d="m 127.44171,341.42666 c -0.14316,0.70775 -0.29964,1.40989 -0.39121,2.12688 -0.038,0.33778 -0.0617,0.677 -0.0765,1.01654 -3.4e-4,0.008 -0.0864,0.57111 0.0575,0.46585 0.32447,-0.9778 0.0475,0.003 -2.05478,0.97715 -0.13222,0.0613 0.19756,-0.21432 0.29348,-0.32403 0.36081,-0.4127 0.71062,-0.8358 1.05885,-1.25909 0.89557,-0.97501 1.86766,-1.36611 3.25521,-1.88815 0.25875,-0.0974 0.58197,0.82395 0.62225,0.94242 0.19213,0.77495 0.31187,1.56372 0.45344,2.34836 0.038,0.0835 0.0663,0.17214 0.11403,0.25051 0.0568,0.0933 0.13519,0.19992 0.26295,0.17833 0.0436,-0.007 0.15247,-0.09 0.11348,-0.069 -2.24731,1.20964 -2.84162,1.73419 -2.01374,1.03402 0.31665,-0.19803 0.65928,-1.18968 0.90441,-1.34486 0.80897,-0.51209 1.65366,-0.96545 2.48049,-1.44817 0.49512,0.27688 0.63258,0.82906 0.87715,1.29937 -0.0931,0.20606 0.55196,-0.29175 0.43401,-0.22681 -2.90398,1.59888 -2.44644,1.47274 -1.61154,0.86586 0.12444,-0.0905 0.24482,-0.18637 0.36722,-0.27956 -0.28709,1.08706 1.99288,-1.89766 2.98998,-1.42394 0.55459,0.26349 0.73384,1.04652 0.9057,1.56454 0.13758,0.28526 0.30644,1.72956 0.60714,1.82588 0.0591,0.0189 0.11473,-0.0473 0.17209,-0.071 0.99096,-0.60428 -0.55524,0.34282 -1.75411,0.96507 -0.12841,0.0666 0.23602,-0.16763 0.34943,-0.25746 0.36199,-0.2867 0.67276,-0.61507 0.98481,-0.95358 0.88492,-1.06006 1.41747,-1.23506 3.03949,-2.07171 0.0647,-0.0334 0.14821,0.0302 0.20462,0.0762 0.15391,0.12546 0.19386,0.30144 0.25864,0.47486 0.0732,0.27264 0.0888,0.55415 0.1068,0.83423 0.0752,1.17108 0.32186,0.14836 -2.4082,1.43642 0.0334,-0.84195 0.0221,-1.68512 0.0151,-2.52752 -5.3e-4,-0.1435 -8.7e-4,-0.28699 -0.002,-0.43049 -0.002,-0.32572 9.1e-4,-0.38708 -0.012,-0.68218 -0.002,-0.0514 -0.0552,-0.13039 -0.009,-0.15402 2.52629,-1.30635 2.30073,-1.98356 2.51798,-0.81798 0.18884,0.96438 0.24624,1.94561 0.3542,2.92019 0.14986,0.70104 0.22899,1.53881 0.74052,2.09326 0.0748,0.0811 0.17238,0.13759 0.25857,0.20638 -0.34601,0.44085 1.28094,-0.41247 1.00218,-0.24983 -3.6695,2.14081 -1.50497,0.84485 -0.73759,0.33778 0.83765,-0.56929 1.64392,-1.1785 2.28844,-1.9639 0.73799,-0.9432 1.09539,-0.9751 2.77985,-1.67769 0.15373,-0.0641 0.32711,0.7281 0.3401,0.78526 0.1228,0.55705 0.0509,1.13764 0.14009,1.69687 -0.82879,0.37241 -1.62337,0.83295 -2.48637,1.11722 -0.0902,0.0297 -0.0804,-0.17216 -0.1188,-0.25908 -0.20478,-0.46393 -0.38896,-0.9341 -0.60792,-1.3919 -0.32932,-0.66953 -0.60437,-1.36402 -0.79491,-2.08546 -0.0317,-0.10788 -0.0772,-0.36026 -0.18726,-0.45417 -0.0196,-0.0167 -0.0995,0.0221 -0.0766,0.0102 0.7587,-0.39511 1.51673,-0.79224 2.28813,-1.16193 0.0692,-0.0331 -0.12713,0.0895 -0.17511,0.1493 -0.0648,0.0808 -0.10591,0.17813 -0.15887,0.2672 -0.34162,0.85965 -0.39177,1.79783 -0.43765,2.71195 -0.0143,0.17074 -0.10083,1.44496 0.40252,1.17561 0.0781,-0.0418 0.1164,-0.13347 0.17459,-0.2002 -3.42455,2.02897 -2.15201,1.45869 -1.58614,0.49344 0.18625,-0.31769 0.30696,-0.64971 0.41699,-0.99881 0.17693,-0.73591 0.5338,-1.3771 0.97653,-1.98204 0.33636,-0.39188 0.16224,-0.20969 0.51975,-0.54905 0,0 2.4924,-1.01225 2.4924,-1.01225 l 0,0 c -0.38025,0.30286 -0.19607,0.13679 -0.54974,0.50129 -0.44813,0.57338 -0.83061,1.1723 -1.00566,1.88946 -0.57768,2.0633 -1.16562,2.02842 -3.37556,3.34988 -0.0992,0.0137 -0.19855,0.0558 -0.29756,0.041 -0.68306,-0.10252 -0.57402,-1.02969 -0.55737,-1.5064 0.0499,-0.94055 0.10887,-1.89115 0.37118,-2.80084 0.002,-0.005 0.19898,-0.5202 0.24697,-0.54816 1.71272,-0.99797 2.45374,-2.18369 2.88969,-0.65831 0.16975,0.70989 0.43865,1.3881 0.7537,2.04594 0.22138,0.45466 0.40975,0.9235 0.62784,1.37928 0.0406,0.0848 0.20342,0.19197 0.12976,0.25037 -0.71553,0.56734 -1.5384,0.98427 -2.3076,1.4764 0.0425,-0.55475 -0.0233,-1.11755 -0.0872,-1.66764 -0.0189,-0.087 -0.0331,-0.1752 -0.0567,-0.26104 -0.0165,-0.06 -0.0335,-0.12097 -0.0635,-0.17542 -0.007,-0.0136 -0.0562,-0.01 -0.043,-0.0177 4.00631,-2.43971 2.54103,-1.7385 1.89525,-0.98911 -0.64015,0.82585 -1.43753,1.4733 -2.3027,2.0576 -0.3734,0.25609 -0.67059,0.47059 -1.06052,0.69759 -0.91619,0.53335 -1.82632,1.07801 -2.75889,1.58218 -0.23281,0.12586 -0.57489,0.20949 -0.84453,0.15873 -0.12154,-0.0229 -0.22821,-0.0954 -0.34232,-0.14313 -0.73133,-0.69297 -0.91481,-1.52073 -1.07254,-2.48482 -0.11367,-0.96235 -0.1496,-1.93734 -0.38171,-2.88257 -0.22648,-1.13589 -0.15168,-0.35298 2.29352,-1.69172 0.0479,-0.0262 -0.007,0.10896 -0.009,0.16351 -0.0147,0.37463 -0.009,0.74944 -0.01,1.12426 -0.002,0.83387 -0.009,1.66881 0.0359,2.50173 -3.29666,1.82012 -2.18263,1.99338 -2.50804,0.2844 -0.0245,-0.0746 -0.0273,-0.21035 -0.10583,-0.21053 -0.0359,-8e-5 -0.12887,0.0625 -0.0982,0.0438 3.58352,-2.18145 2.2419,-1.55334 1.53929,-0.66131 -1.1156,1.25675 -2.5601,2.55228 -4.25448,2.8506 -0.0977,-0.0406 -0.21078,-0.0553 -0.29305,-0.12174 -0.38924,-0.31455 -0.41109,-1.46189 -0.61174,-1.91546 -0.12618,-0.37098 -0.22984,-0.85554 -0.52691,-1.14039 -0.0633,-0.0607 -0.14336,-0.11226 -0.22952,-0.12877 -0.0878,-0.0168 -0.3399,0.0844 -0.26615,0.0338 0.626,-0.42925 1.29641,-0.78983 1.94461,-1.18475 -1.08133,0.86277 -1.98278,1.32681 -3.35076,2.09386 -0.25403,0.14245 -0.50384,0.11491 -0.67719,-0.11991 -0.10044,-0.21069 -0.36507,-1.03908 -0.65269,-0.95302 4.91527,-2.98413 2.42736,-1.73136 1.95739,-1.10617 -0.27471,0.36544 -0.42934,0.80905 -0.71051,1.17037 -0.58787,0.74701 -2.28821,2.22412 -3.06196,1.43628 -0.14873,-0.15143 -0.20449,-0.33308 -0.28872,-0.52327 -0.14923,-0.77118 -0.23119,-1.55548 -0.42802,-2.31823 -0.0649,-0.18953 -0.1072,-0.42025 -0.27068,-0.56249 -0.0499,-0.0434 -0.23645,-0.0382 -0.18279,-0.0768 0.6566,-0.47207 1.37981,-0.84392 2.0637,-1.27551 0.10611,-0.067 -0.22951,0.106 -0.32988,0.18131 -0.13437,0.10082 -0.24607,0.22876 -0.36911,0.34314 -0.92086,1.14979 -2.50415,3.36445 -4.04109,3.11138 -0.0492,-0.0579 -0.11839,-0.10357 -0.14769,-0.17369 -0.13647,-0.32665 0.0777,-1.21401 0.0631,-1.5843 0.0854,-0.71426 0.23034,-1.41531 0.35507,-2.12181 0,0 2.44323,-1.19449 2.44323,-1.19449 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3853"
       d="m 151.23113,344.38665 c 0.095,0.89014 0.26577,1.78349 0.59311,2.61838 0.0579,0.0871 0.10242,0.18482 0.17375,0.26134 0.10143,0.10881 0.20048,0.17125 0.32883,0.0719 0.0484,-0.0375 0.16234,-0.17671 0.10785,-0.14876 -2.19217,1.12446 -2.58038,1.95958 -2.04274,0.95614 0.32199,-0.662 0.52031,-1.42232 1.07676,-1.93168 2.44629,-1.31621 2.79977,-2.16866 3.27449,0.10717 0.11646,0.98798 0.29517,1.96476 0.48266,2.94105 0.0313,0.12805 0.0564,0.25779 0.0939,0.38417 0.0375,0.12626 0.0461,0.3069 0.16749,0.35786 0.023,0.01 0.0632,-0.0737 0.041,-0.0625 -2.23857,1.13004 -2.98584,1.77826 -2.18161,1.09829 0.31762,-0.49417 0.34543,-1.09097 0.43827,-1.65438 0.0728,-0.61445 0.25068,-1.17098 0.57069,-1.69877 0.65314,-0.87796 2.24934,-2.70379 3.13894,-1.69308 0.16345,0.1857 0.1961,0.37331 0.27004,0.60196 0.18604,0.48608 0.0281,1.31485 0.3784,1.72197 0.0298,0.0346 0.0847,0.0342 0.12709,0.0512 -0.032,0.0474 0.40959,-0.26811 0.30197,-0.20955 -0.70599,0.38419 -1.39218,0.80424 -2.10057,1.18398 -0.0892,0.0479 0.15273,-0.13479 0.23981,-0.18648 0.85202,-0.50578 1.69243,-1.03465 2.57522,-1.48456 0.0944,-0.0481 0.21187,0.007 0.3178,0.0102 0.72828,0.31194 1.05635,1.08995 1.67845,1.52892 0.52462,0.0962 0.56598,-0.34121 1.15792,-0.19056 0.1457,0.0862 0.33416,0.21857 0.51838,0.15401 0.0622,-0.0218 0.22315,-0.13987 0.16531,-0.10833 -2.14621,1.17061 -2.73614,1.70456 -1.88179,0.97105 0.72109,-0.56256 2.42323,-2.13071 3.13401,-1.44278 0.0888,0.0859 0.17451,0.25266 0.23471,0.35778 0.0398,0.0205 0.0746,0.0613 0.11932,0.0614 0.11961,2.8e-4 0.41819,-0.23243 0.31325,-0.17502 -0.70198,0.38404 -1.3876,0.79832 -2.09832,1.16595 -0.18148,0.0939 0.31041,-0.2659 0.46101,-0.40399 1.70751,-1.38882 2.46644,-2.31836 3.18175,-0.72783 0.23079,0.3588 0.11653,1.00388 0.50636,1.23676 0.79457,-0.28176 2.44678,-1.22251 -1.8882,1.08167 -0.0664,0.0353 0.12184,-0.0899 0.17232,-0.14571 0.0402,-0.0444 0.23638,-0.33248 0.28228,-0.3992 2.36969,-2.85375 2.71443,-1.64675 2.77366,-0.10812 0.0505,0.68235 -0.0914,1.41602 0.21209,2.05168 0.0421,0.0279 0.0765,0.093 0.12619,0.0838 0.0561,-0.0103 0.16435,-0.154 0.11359,-0.12798 -0.73414,0.37637 -1.43443,0.81724 -2.17343,1.18397 -0.085,0.0422 0.1401,-0.12933 0.19871,-0.204 0.15,-0.19109 0.20716,-0.34249 0.31074,-0.55995 0.24964,-0.72371 0.42196,-1.47159 0.69977,-2.18572 0.4863,-0.96822 0.27022,-0.61256 2.47829,-1.60919 0.23866,-0.10772 0.27561,1.12272 0.27996,1.21254 0.0259,0.76269 0.0201,1.52602 0.0222,2.28903 0.0406,0.29979 0.016,0.63171 0.12998,0.91919 0.0799,0.20146 0.17753,0.0818 0.16727,0.0871 -0.75591,0.3932 -1.51477,0.78073 -2.27215,1.1711 0.46367,-0.39779 0.62951,-1.08951 0.81101,-1.65576 0.20177,-0.64412 0.50446,-1.24973 0.80159,-1.85369 0.58139,-1.16671 0.8408,-1.03532 2.72253,-1.90766 0.14734,-0.0683 0.39777,0.60378 0.41824,0.6591 0.13791,0.61736 0.339,1.2169 0.4964,1.82893 0.0308,0.10268 0.0513,0.20907 0.0925,0.30803 0.0367,0.0882 0.13136,0.26147 0.20489,0.20045 0.034,-0.0282 0.0787,-0.14678 0.0394,-0.12659 -2.18499,1.12175 -2.75338,1.97831 -2.14526,1.11137 0.24886,-0.43022 0.28497,-0.92804 0.3688,-1.4066 0.15128,-0.59928 0.51257,-1.11794 0.86958,-1.613 0.85528,-1.00162 2.77027,-2.99516 3.2119,-1.11508 0.12526,0.61865 0.0293,1.23722 -0.0497,1.85369 -0.017,0.22302 -0.16787,1.0576 0.27692,0.60189 -4.20329,2.30559 -2.4429,1.70646 -1.92618,0.91741 0.14755,-0.22532 0.26924,-0.46511 0.42008,-0.68895 2.0413,-2.50639 2.4733,-1.83537 3.13938,-0.4427 0.17322,0.32804 0.30967,0.93028 0.72275,1.06491 0.0646,0.021 0.1358,-0.002 0.20371,-0.003 0.0782,-0.0244 0.15892,-0.0419 0.23467,-0.0731 0.23139,-0.0954 0.76659,-0.43408 0.51644,-0.29937 -0.68774,0.37034 -1.34891,0.79099 -2.05068,1.134 -0.10246,0.0501 0.16236,-0.16056 0.23646,-0.24725 0.0716,-0.0837 0.13322,-0.17546 0.19983,-0.26319 0.6892,-1.14401 1.58653,-3.38757 3.46879,-2.50799 0.5694,0.53483 0.87602,1.28935 1.14039,2.0104 0.26065,0.50262 0.0859,1.25536 0.50461,1.66204 0.0464,0.008 0.0927,0.0314 0.13919,0.024 0.11323,-0.0181 0.38201,-0.25275 0.28112,-0.19825 -0.72313,0.39059 -1.42019,0.82849 -2.14591,1.21426 -0.0676,0.036 0.11327,-0.10356 0.16414,-0.16081 0.0576,-0.0648 0.10704,-0.13641 0.16055,-0.20461 0.36298,-0.49807 0.60267,-1.07352 0.80932,-1.65072 0.51361,-1.557 1.56904,-1.71064 3.14573,-2.63189 0.30437,0.0747 0.35621,0.3511 0.45554,0.60551 0.0386,0.0988 0.21757,0.49304 0.25383,0.57366 0.30319,0.58594 0.58693,1.17928 0.85539,1.78157 0,0 -2.35239,1.32531 -2.35239,1.32531 l 0,0 c -0.26676,-0.6018 -0.53573,-1.20122 -0.84812,-1.78166 -0.0445,-0.0946 -0.33906,-0.79566 -0.38799,-0.85146 -0.0249,-0.0283 -0.11445,0.0679 -0.10151,0.0499 0.72518,-0.43074 1.44563,-0.86953 2.17552,-1.29223 0.0646,-0.0374 -0.12388,0.0844 -0.17818,0.13553 -0.27363,0.25791 -0.45304,0.58617 -0.57235,0.93907 -0.19334,0.59842 -0.44354,1.18626 -0.77076,1.72382 -0.76095,1.10968 -0.65886,0.70678 -2.78412,1.92422 -0.21095,0.12084 -0.45304,0.003 -0.62016,-0.12457 -0.0588,-0.0751 -0.13166,-0.14109 -0.1764,-0.22533 -0.24867,-0.46815 -0.14269,-1.05588 -0.35617,-1.53725 -0.21767,-0.62951 -0.47624,-1.36249 -1.02722,-1.77199 -0.96275,0.0734 -0.32982,0.049 1.93417,-1.2649 0.0819,-0.0475 -0.15788,0.11063 -0.21345,0.18725 -0.21085,0.29075 -0.25258,0.69153 -0.48345,0.97343 -0.76177,1.17219 -1.25534,1.11233 -2.95299,2.14555 -0.27056,0.16466 -0.56062,0.25322 -0.87781,0.22451 -0.6348,-0.23594 -0.79999,-0.6865 -1.05227,-1.27489 -0.0784,-0.15799 -0.14691,-0.32126 -0.2344,-0.47443 -0.0343,-0.0601 -0.0719,-0.1188 -0.11587,-0.17219 -0.0173,-0.021 -0.0891,-0.0342 -0.0659,-0.0484 2.09137,-1.27855 3.13039,-1.46295 2.11749,-1.26721 -0.18451,0.21133 -0.30184,0.41796 -0.42909,0.66705 -0.53881,1.05472 -1.36804,1.13997 -2.70666,1.84665 -0.5924,-0.0238 -0.62735,-0.59945 -0.54904,-1.0785 0.0774,-0.58734 0.20373,-1.1757 0.0882,-1.76751 -0.0151,-0.0728 -0.0249,-0.1468 -0.0453,-0.21826 -0.009,-0.0315 -0.0159,-0.0691 -0.0422,-0.0887 -0.0152,-0.0113 -0.0704,0.0267 -0.0541,0.017 4.02483,-2.41074 2.46299,-1.65474 1.78534,-0.94252 -0.35408,0.46059 -0.69724,0.95351 -0.90604,1.4977 -0.1092,0.49272 -0.11121,1.01121 -0.32149,1.48003 -0.37476,0.82961 -2.20459,2.30233 -2.81589,1.4589 -0.13418,-0.18513 -0.16064,-0.34387 -0.22756,-0.56176 -0.1502,-0.60347 -0.36099,-1.18943 -0.49355,-1.79778 -0.0293,-0.0795 -0.0748,-0.26197 -0.16226,-0.32532 -0.0152,-0.011 -0.0701,0.0247 -0.0542,0.0149 3.54731,-2.17742 2.41444,-1.87221 1.89571,-0.86736 -0.28933,0.59813 -0.60193,1.18832 -0.82092,1.81727 -0.18762,0.62412 -0.40555,1.24486 -0.7025,1.82557 -2.39679,1.25484 -2.77017,2.19532 -2.96376,0.0224 0.005,-0.75824 0.009,-1.51683 -0.0175,-2.27475 -0.005,-0.0901 -0.0931,-0.73194 -0.0768,-0.80353 0.007,-0.0285 0.0302,0.0821 0.0557,0.0678 0.75856,-0.42753 1.47894,-0.92002 2.23201,-1.35715 0.0517,-0.03 -0.0809,0.088 -0.12138,0.13201 -0.35375,0.68232 -0.49013,1.45238 -0.70685,2.18487 -0.57372,1.44307 -1.0253,1.36908 -2.96047,2.33542 -0.0767,0.0383 -0.1738,-0.0277 -0.2468,-0.0727 -0.0721,-0.0444 -0.11523,-0.12406 -0.17285,-0.18609 -0.29589,-0.6859 -0.23088,-1.41784 -0.24577,-2.14988 -0.0886,-1.76202 -0.58006,-0.67377 2.23489,-2.25227 0.0403,-0.0226 -0.0831,0.0404 -0.12472,0.0607 -0.20563,0.23181 -0.10511,0.097 -0.28426,0.40601 -0.0442,0.0763 -0.058,0.1821 -0.1329,0.22867 -0.57285,0.35638 -1.92161,1.80717 -2.9517,1.33866 -0.36463,-0.37078 -0.36407,-0.88142 -0.55876,-1.34375 -0.0566,-0.11955 -0.0987,-0.24772 -0.17316,-0.35705 -0.11253,-0.16526 -0.19272,-0.0756 -0.17228,-0.088 0.6677,-0.40617 3.08918,-1.81473 2.02532,-1.18119 -1.14056,0.99776 -0.39358,0.49501 -3.00285,1.92705 -0.23604,0.12955 -0.4902,-0.0318 -0.64599,-0.19396 -0.0593,-0.0963 -0.11198,-0.24891 -0.25302,-0.23341 -0.0483,0.005 -0.18171,0.0645 -0.14031,0.0392 1.00116,-0.61355 2.96235,-1.73414 1.87122,-1.10986 -0.7759,0.83468 -1.82861,1.80751 -2.99374,1.74054 -0.18721,-0.0108 -0.33981,-0.12229 -0.52139,-0.15227 -0.43418,0.0454 -0.8036,0.36459 -1.22833,0.0529 -0.51883,-0.45153 -0.861,-1.1706 -1.55945,-1.35914 -0.9876,0.25744 -0.62165,0.18746 1.7791,-1.14753 0.0892,-0.0496 -0.13797,0.15434 -0.22493,0.20777 -0.83712,0.51441 -1.68259,1.01598 -2.54189,1.49242 -0.0715,0.0396 -0.15837,0.0535 -0.24003,0.05 -0.0806,-0.003 -0.15436,-0.0466 -0.23153,-0.07 -0.061,-0.0584 -0.1357,-0.10522 -0.1829,-0.17522 -0.34113,-0.50596 -0.22816,-1.19462 -0.39155,-1.75532 -0.028,-0.0884 -0.0787,-0.3356 -0.18155,-0.41282 -0.0283,-0.0213 -0.13584,0.0114 -0.10599,-0.008 3.95327,-2.52456 2.30752,-1.62147 1.71382,-0.87122 -0.34397,0.49148 -0.55308,0.99954 -0.61667,1.60177 -0.11581,0.58421 -0.12045,1.19617 -0.37239,1.74726 -0.37228,0.9489 -2.0138,2.29341 -2.71046,1.41223 -0.18053,-0.22835 -0.1651,-0.5881 -0.26305,-0.84383 -0.16958,-0.97633 -0.35583,-1.94934 -0.48217,-2.93275 -0.0706,-0.32681 -0.13011,-0.67588 -0.30896,-0.96666 -0.0242,-0.0394 -0.0545,-0.0797 -0.096,-0.1001 -0.039,-0.0192 -0.16663,0.0126 -0.12998,-0.0108 0.70067,-0.44743 1.429,-0.85 2.1435,-1.275 -0.0836,0.0337 -0.17912,0.0464 -0.25089,0.10097 -0.50736,0.38569 -0.59937,1.16075 -0.89279,1.68604 -0.43165,1.18314 -0.0713,0.37652 -2.5319,1.87296 -0.11626,0.0707 -0.33794,-0.01 -0.42848,-0.0699 -0.22323,-0.14808 -0.26662,-0.28942 -0.40122,-0.51872 -0.31477,-0.85329 -0.50067,-1.75 -0.65652,-2.64474 0,0 2.40245,-1.27452 2.40245,-1.27452 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3855"
       d="m 185.46177,349.40648 c -0.0178,0.63561 -0.0118,1.27165 -0.01,1.90743 0.001,0.39703 0.001,0.19538 -2.6e-4,0.60494 0,0 -2.40392,1.22486 -2.40392,1.22486 l 0,0 c -0.002,-0.40858 -0.002,-0.20702 -2.6e-4,-0.60468 0.002,-0.63254 0.008,-1.26533 -0.01,-1.89769 0,0 2.42354,-1.23486 2.42354,-1.23486 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3857"
       d="m 188.02994,316.25305 c 0.39199,0.55695 0.57616,1.33233 1.3167,1.49782 0.74772,-0.37849 2.18336,-1.1078 -1.962,1.08746 -0.0791,0.0419 0.14713,-0.1024 0.2166,-0.1589 0.0511,-0.0415 0.36352,-0.3335 0.42353,-0.3677 0.85141,-0.48534 1.71913,-0.94147 2.5787,-1.4122 0.68097,0.0403 0.9638,0.65214 1.21612,1.20183 0.25637,0.66637 0.59742,0.69346 1.12709,0.29441 -3.42925,2.13721 -2.25146,1.53116 -1.64228,0.56304 0,0 2.47225,-1.09358 2.47225,-1.09358 l 0,0 c -0.73701,1.24669 -1.0038,1.30251 -2.93757,2.23029 -0.69269,0.26702 -1.09313,0.004 -1.3651,-0.66891 -0.20177,-0.43935 -0.43128,-0.99915 -1.00906,-0.87008 0.68999,-0.41663 1.37519,-0.8413 2.06997,-1.2499 0.0788,-0.0463 -0.15021,0.10439 -0.22079,0.16241 -0.14483,0.11905 -0.2395,0.29902 -0.40077,0.39463 -0.83864,0.49718 -1.68222,0.989 -2.5546,1.42425 -0.0761,0.038 -0.16947,-0.0153 -0.25421,-0.0229 -0.69703,-0.32961 -0.96209,-0.99595 -1.39523,-1.58987 0,0 2.32065,-1.4221 2.32065,-1.4221 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3859"
       d="m 156.99856,330.33017 c 0.2576,0.57801 0.4091,1.03647 1.118,1.01132 0.70802,-0.14512 1.32377,-0.54901 2.01823,-0.72813 0.64839,-0.072 1.09992,0.23174 1.38535,0.78991 0.0271,0.0816 0.0542,0.16329 0.0813,0.24494 0,0 -2.37643,1.30351 -2.37643,1.30351 l 0,0 c -0.0202,-0.0688 -0.0404,-0.13763 -0.0606,-0.20645 -0.23449,-0.47718 -0.64645,-0.61574 -1.16217,-0.48511 -0.68711,0.23877 -1.34395,0.62879 -2.08738,0.64917 -0.75699,-0.15556 -0.96521,-0.60394 -1.29374,-1.2515 0,0 2.3775,-1.32766 2.3775,-1.32766 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3861"
       d="m 200.24856,334.58017 c 0.19967,0.64879 0.33146,1.30868 0.58099,1.94205 0.19117,0.46443 0.0913,0.23761 0.29875,0.68084 0,0 -2.33989,1.32372 -2.33989,1.32372 l 0,0 c -0.2117,-0.45658 -0.11095,-0.22455 -0.30187,-0.69625 -0.25477,-0.6289 -0.39863,-1.28256 -0.61548,-1.9227 0,0 2.3775,-1.32766 2.3775,-1.32766 z"
       transform="translate(0,308.2677)" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#b62403;stroke-width:4.73199987;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.06329112;stroke-dasharray:none"
       id="path3863"
       d="m 129.21177,312.15648 c -0.007,0.66746 -0.003,1.3304 -0.0769,1.99443 -0.0708,0.72915 -0.15262,1.45389 -0.27099,2.1769 0,0 -2.42188,1.18358 -2.42188,1.18358 l 0,0 c 0.12438,-0.71982 0.23337,-1.43701 0.28073,-2.16699 0.0817,-0.64964 0.099,-1.29846 0.0655,-1.95306 0,0 2.42354,-1.23486 2.42354,-1.23486 z"
       transform="translate(0,308.2677)" />
  </g>
</svg>

Added streamtuner2.desktop version [5ae249aac7].





























>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Desktop Entry]
Encoding=UTF-8
Value=1.0
Type=Application

Exec=streamtuner2
Icon=streamtuner2.png

Name=streamtuner2
Name[en]=streamtuner2
GenericName=Internet radio browser
Comment=Listen to shoutcast/xiph/live365 music stations

Categories=AudioVideo

Added streamtuner2.lnk version [a9e028a50c].

cannot compute difference between binary files

Added streamtuner2.png version [48f3277ab2].

cannot compute difference between binary files

Added version version [051576e027].



>
1
perl -ne ' if (/version: ([-_\d\w.]+)/) { print $1 }' $@