Merge lp:~themuso/network-manager-applet/better-a11y into lp:network-manager-applet

Proposed by Luke Yelavich
Status: Needs review
Proposed branch: lp:~themuso/network-manager-applet/better-a11y
Merge into: lp:network-manager-applet
Diff against target: 6677 lines (+6466/-0)
38 files modified
.bzr-builddeb/default.conf (+3/-0)
debian/changelog (+1302/-0)
debian/compat (+1/-0)
debian/control (+143/-0)
debian/copyright (+67/-0)
debian/libnm-gtk-common.install (+1/-0)
debian/libnm-gtk-dev.install (+3/-0)
debian/libnm-gtk0.install (+1/-0)
debian/network-manager-gnome.README.Debian (+6/-0)
debian/network-manager-gnome.docs (+1/-0)
debian/network-manager-gnome.install (+6/-0)
debian/network-manager-gnome.manpages (+1/-0)
debian/nm-applet.sgml (+100/-0)
debian/patches/04-autostart.patch (+26/-0)
debian/patches/14_lp123808_dont_start_applet_on_ltsp_client.patch (+11/-0)
debian/patches/applet-wifi-menu-before-vpn.patch (+23/-0)
debian/patches/clear-notification-actions.patch (+21/-0)
debian/patches/default-ipv6-auto.patch (+13/-0)
debian/patches/git_fix_gconf_helper_test_linking.patch (+27/-0)
debian/patches/key-certificate-extensions.patch (+26/-0)
debian/patches/lp289466_always_show_tray_icon.patch (+35/-0)
debian/patches/lp328572-dxteam-connect-text.patch (+33/-0)
debian/patches/lp330571_dxteam_wired_connect_text.patch (+32/-0)
debian/patches/lp330608_dxteam_gsm_connect_text.patch (+33/-0)
debian/patches/lp337960_dxteam_notification_icon_names.diff (+55/-0)
debian/patches/lp337960_dxteam_notification_icon_names_part2-images.diff (+1860/-0)
debian/patches/lp341684_device_sensitive_disconnect_notify.patch (+211/-0)
debian/patches/lp358526_generic_disconnected_notification_icon.patch (+17/-0)
debian/patches/lp460144_correctly_update_notification.patch (+75/-0)
debian/patches/lp830178_adhoc_ip6_ignore.patch (+26/-0)
debian/patches/lp912150_lazy_notify_init.patch (+81/-0)
debian/patches/mobile-wizard.patch (+110/-0)
debian/patches/nm-applet-use-indicator.patch (+1919/-0)
debian/patches/no_Werror.patch (+29/-0)
debian/patches/series (+20/-0)
debian/rules (+139/-0)
debian/source/format (+1/-0)
debian/source/include-binaries (+8/-0)
To merge this branch: bzr merge lp:~themuso/network-manager-applet/better-a11y
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+90995@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

296. By Luke Yelavich

Rename a variable, accidentally used the same variable name for 2 things.

295. By Luke Yelavich

debian/patches/git_fix_gconf_helper_test_linking.patch: Patch pulled from
upstream git to link a gconf-helper test against gnome-keyring, to fix an
FTBFS.

294. By Luke Yelavich

Present wireless network strength and security status for wireless networks
to screen reader users.

293. By Mathieu Trudel-Lapierre

(merge lp:~pitti/network-manager-applet/precise)
* Add no_Werror.patch: Disable building with -Werror to avoid build failure
  due to deprecated API with GTK 3.3.x.
* Add lp912150_lazy_notify_init.patch: Avoid spawning the notification
  daemon at startup through querying server caps. Instead, cache the result
  in applet_notify_server_has_actions() and initialize it lazily.
  (LP: #912150)
* clear-notification-actions.patch: Unfuzz for above patch.

292. By Mathieu Trudel-Lapierre

debian/patches/vpn-import-export-dir.patch: dropped, applied upstream.

291. By Mathieu Trudel-Lapierre

New upstream release.

290. By Mathieu Trudel-Lapierre

debian/rules, debian/control: use dh-translations to make sure we get an
updated translation template. Thanks to Gabor Kelemen for the patch.
(LP: #879017)

289. By Mathieu Trudel-Lapierre

releasing version 0.9.1.90-0ubuntu6

288. By Mathieu Trudel-Lapierre

debian/patches/lp830178_adhoc_ip6_ignore.patch: fix adhoc network activation
by disabling IPv6 (where sharing isn't supported anyway), so dnsmasq only
gets started once and doesn't cause connections to fail. (LP: #830178)

287. By Mathieu Trudel-Lapierre

releasing version 0.9.1.90-0ubuntu5

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2012-02-01 02:46:23 +0000
@@ -0,0 +1,3 @@
1[BUILDDEB]
2export-upstream-revision = revid:svn-v3-trunk0:9c6bbc85-7128-0410-879a-9bbc9e4270e9:branches%2FNETWORKMANAGER_APPLET_0_7:1254
3merge = True
04
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1302 @@
1network-manager-applet (0.9.2.0-0ubuntu1) UNRELEASED; urgency=low
2
3 [ Mathieu Trudel-Lapierre ]
4 * New upstream release.
5 * debian/rules, debian/control: use dh-translations to make sure we get an
6 updated translation template. Thanks to Gabor Kelemen for the patch.
7 (LP: #879017)
8 * debian/patches/vpn-import-export-dir.patch: dropped, applied upstream.
9
10 [ Luke Yelavich ]
11 * Present wireless network strength and security status for wireless networks
12 to screen reader users.
13 * debian/patches/git_fix_gconf_helper_test_linking.patch: Patch pulled from
14 upstream git to link a gconf-helper test against gnome-keyring, to fix an
15 FTBFS.
16
17 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 16 Dec 2011 11:02:56 -0500
18
19network-manager-applet (0.9.1.90-0ubuntu7) precise; urgency=low
20
21 * Add no_Werror.patch: Disable building with -Werror to avoid build failure
22 due to deprecated API with GTK 3.3.x.
23 * Add lp912150_lazy_notify_init.patch: Avoid spawning the notification
24 daemon at startup through querying server caps. Instead, cache the result
25 in applet_notify_server_has_actions() and initialize it lazily.
26 (LP: #912150)
27 * clear-notification-actions.patch: Unfuzz for above patch.
28
29 -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 06 Jan 2012 12:25:47 +0100
30
31network-manager-applet (0.9.1.90-0ubuntu6) oneiric; urgency=low
32
33 * debian/patches/lp830178_adhoc_ip6_ignore.patch: fix adhoc network activation
34 by disabling IPv6 (where sharing isn't supported anyway), so dnsmasq only
35 gets started once and doesn't cause connections to fail. (LP: #830178)
36
37 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 03 Oct 2011 16:21:01 -0400
38
39network-manager-applet (0.9.1.90-0ubuntu5) oneiric; urgency=low
40
41 * debian/patches/04-autostart.patch:
42 - revert: disable autostart when using gnome-shell (LP: #863120)
43
44 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 30 Sep 2011 14:34:44 -0400
45
46network-manager-applet (0.9.1.90-0ubuntu4) oneiric; urgency=low
47
48 * debian/control: drop libnm-gtk0 Depends for network-manager to Recommends.
49
50 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 29 Sep 2011 12:55:36 -0400
51
52network-manager-applet (0.9.1.90-0ubuntu3) oneiric; urgency=low
53
54 * debian/libnm-gtk-dev.install:
55 - Add missing .pc file (LP: #861443)
56
57 -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 29 Sep 2011 10:24:08 +0200
58
59network-manager-applet (0.9.1.90-0ubuntu2) oneiric; urgency=low
60
61 * debian/control,
62 debian/network-manager-gnome.install,
63 debian/libnm-gtk-common.install,
64 debian/libnm-gtk0.install: move wifi.ui from libnm-gtk0 to libnm-gtk-common
65 and the bluetooth plugin libnma.so back to network-manager-gnome.
66 * debian/control: fixup package Descriptions.
67
68 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 26 Sep 2011 17:52:19 -0400
69
70network-manager-applet (0.9.1.90-0ubuntu1) oneiric; urgency=low
71
72 * New upstream release.
73 - Split wireless/mobile dialogs into a new libnm-gtk library.
74
75 [ Dylan McCall ]
76 * debian/patches/04-autostart.patch:
77 - disable autostart when using gnome-shell (LP: #852961)
78
79 [ Mathieu Trudel-Lapierre ]
80 * debian/control: add libnm-gtk0 and libnm-gtk-dev binary packages.
81 * debian/control: bump network-manager-dev, libnm-*-dev Build-Depends
82 to (>= 0.9.1).
83 * debian/control: add iso-codes to Build-Depends.
84 * debian/network-manager-gnome.install,
85 debian/libnm-gtk0.install,
86 debian/libnm-gtk-dev.install: install files to the right packages now that
87 we have multiple binary packages.
88 * debian/patches/nm-applet-use-indicator.patch: refresh.
89 * debian/control, debian/rules: add network-manager-gnome-dbg. (LP: #415394)
90 * debian/patches/vpn-import-export-dir.patch: fix default path for importing
91 or exporting VPN connections. (LP: #634913)
92 * debian/patches/mobile-wizard.patch: clear up the mobile wizard intro page
93 buttons and titles. (LP: #856785)
94
95 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 23 Sep 2011 15:25:35 -0400
96
97network-manager-applet (0.9.0-0ubuntu3) oneiric; urgency=low
98
99 * debian/patches/clear-notification-actions.patch: clear actions tied to
100 notifications being sent; otherwise stacking notifications also causes the
101 attached actions to be stacked (resulting in multiple "Don't show this"
102 buttons appearing in the notification bubble. (LP: #606825)
103 * debian/control: drop gnome-bluetooth to Suggests. (LP: #844027)
104 * debian/patches/key-certificate-extensions.patch: allow using a key
105 certificate with a .key extension in network security dialogs. (LP: #839864)
106
107 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 15 Sep 2011 13:48:23 -0400
108
109network-manager-applet (0.9.0-0ubuntu2) oneiric; urgency=low
110
111 * debian/patches/default-ipv6-auto.patch: don't expect a missing DHCPv6 method
112 value to mean "Ignore", when it now means "use DHCP". (LP: #761558)
113 * debian/patches/nm-applet-use-indicator.patch: (LP: #819617)
114 - rework, drop a lot of unnecessary changes.
115 - turn the GtkStatusIcon back on.
116 - use custom AppIndicator fallbacks to show/hide the GtkStatusIcon.
117
118 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 02 Sep 2011 15:33:05 -0400
119
120network-manager-applet (0.9.0-0ubuntu1) oneiric; urgency=low
121
122 * New upstream release.
123
124 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 24 Aug 2011 11:50:06 -0400
125
126network-manager-applet (0.8.9997+git.20110726t113022.cc3d423-0ubuntu1) oneiric; urgency=low
127
128 * upstream snapshot 2011-07-26 11:30:22 (GMT)
129 + cc3d42317acec0d027e1ccdabb6a4b96bbafbb7d
130 - agent: fix various VPN secret saving issues
131 - editor: remove dead VPN save secrets code
132 - agent: save updated secrets before sending to NetworkManager
133 - editor: get secrets for VPN export too
134 - cdma: enable registration state home/roaming notifications
135 - editor: default to IPv6 Auto for manually created connections too
136 - editor: change "Device MAC address" to combo box with an entry
137
138 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 27 Jul 2011 17:42:36 -0400
139
140network-manager-applet (0.8.9997+git.20110707t152406.340f695-0ubuntu1) oneiric; urgency=low
141
142 * upstream snapshot 2011-07-07 15:24:06 (GMT)
143 + 340f69597ea787cebf690b73de2d4c8c78f7b16c
144 - editor: update secret flags when updating visibility
145 - applet: don't show irrelevant security options during secrets requests
146 - added translations
147 * debian/control: drop gksu from network-manager-gnome Depends.
148 * debian/patches/nm-applet-use-indicator.patch:
149 - refreshed.
150 - rework menu update code to trigger on dbusmenu about-to-show signal
151 (LP: #791770, #764451)
152
153 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 08 Jul 2011 01:07:05 -0400
154
155network-manager-applet (0.8.9997+git.20110616t193616.b2e6a33-0ubuntu1) oneiric; urgency=low
156
157 * upstream snapshot 2011-06-16 19:36:16 (GMT)
158 + b2e6a33e2c870df26fca0daa618eadaa4bb81751
159 - editor: fix resizing GtkNotebook when user resizes main window
160 - applet: fix "Configure VPN" menu item to show the editor's VPN tab
161 - editor: fix calling connections_read() on freed data
162 - ui: ensure entries activate default button if Enter is pressed
163 - applet: mark VPN notifications as transient (bgo #652143)
164 - applet: fix possible crash when gtk_entry_get_text() returns NULL
165 - gsm: add registration status notification
166 - applet: use generic icons for GSM registration notifications
167 * debian/patches/lp460144_correctly_update_notification.patch: refreshed.
168 * debian/patches/nm-applet-use-indicator.patch: refreshed.
169
170 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 17 Jun 2011 15:36:31 -0400
171
172network-manager-applet (0.8.9997+git.20110529t170033.9ec4c5d-0ubuntu1) oneiric; urgency=low
173
174 * upstream snapshot 2011-05-29 17:00:33 (GMT)
175 + 9ec4c5de855de5d9ee6c17752c3b0de6c68e9384
176 - applet: fix leak in import/upgrade code (LP: #784756)
177 * debian/rules: switch back to git "master" branch.
178 * debian/patches/0001-applet-fix-possibly-uninitialized-variable.patch: drop,
179 this is fixed upstream.
180 * debian/patches/04-autostart.patch: refreshed.
181 * debian/patches/20_use_full_vpn_dialog_service_name_path.patch: refreshed.
182 * debian/patches/lp328572-dxteam-connect-text.patch: refreshed.
183 * debian/patches/lp337960_dxteam_notification_icon_names.diff: refreshed.
184 * debian/patches/lp341684_device_sensitive_disconnect_notify.patch: refresh.
185 * debian/patches/lp460144_correctly_update_notification.patch: refreshed.
186 * debian/patches/lp341684_device_sensitive_disconnect_notify.patch: refresh.
187 * debian/patches/lp358526_generic_disconnected_notification_icon.patch:
188 refreshed.
189 * debian/patches/nm-applet-use-indicator.patch: refreshed and modified to
190 build with GTK3 appindicator.
191 - properly free icon_name for indicators (LP: #724554), thanks JKL.
192 - fix leak in applet_menu_item_add_complex_separator_helper due to new'ing
193 a GtkSeparatorMenuItem on top of a GtkImageMenuItem (LP: #784711).
194 * debian/control:
195 - Bump Build-Depends to libappindicator3-dev.
196 - Update Build-Depends for GTK to libgtk-3-dev.
197 - Bump network-manager and libnm Depends and Build-Depends to 0.8.998.
198 * debian/rules, debian/patches/series: pass --libexecdir to configure, which
199 now renders the patch 20_use_full_vpn_dialog_service_name_path.patch
200 unnecessary, so we're dropping it.
201 * debian/patches/20_use_full_vpn_dialog_service_name_path.patch: dropped,
202 see above.
203
204 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 30 May 2011 13:25:18 -0400
205
206network-manager-applet (0.8.4-0ubuntu1) oneiric; urgency=low
207
208 * New upstream release 0.8.4.
209 * debian/source/format: migrate to debian source format 3.0 (quilt).
210 * debian/control: sync with Debian's changes:
211 - drop a bunch of old, unnecessary build dependencies.
212 - keep in Build-Depends: libiw-dev, libxml-parser-perl, libnss3-dev,
213 libappindicator-dev
214 - add to Build-Depends: dh-autoreconf and libnm-glib-vpn-dev.
215 - network-manager-gnome: specify package's Section as gnome.
216 - network-manager-gnome: add policykt-1-gnome, gnome-icon-theme, dbus-x11
217 to Depends.
218 - network-manager-gnome: now Recommends gnome-bluetooth.
219 - network-manager-gnome: add Suggests for the VPN plugins.
220 - adjust network-manager-gnome long description to match Debian's.
221 - bump Standards-Version to 3.9.2.
222 * debian/compat: bump to compat level 8.
223 * debian/copyright: sync with Debian's copyright file.
224 * debian/rules:
225 - migrate to dh instead of CDBS.
226 - use dh-autoreconf to reconfigure the build tree.
227 - drop old dapper-to-intrepid and karmic-to-lucid workarounds for icon
228 changes.
229 - we switch to using png icons directly instead of uuencoded png files; so
230 remove the uudecode parts that are no longer necessary.
231 - don't empty aclocal.m4.
232 - do some extra cleanup of files left behind by the build process.
233 - drop configure parameters --with-mbca, --with-nss, --without-gnutls.
234 * debian/icons/22/*: replace uuencoded png icons by their original, decoded
235 versions.
236 * debian/source/include-binaries: add .png icons to included-binaries.
237 * debian/network-manager-gnome.README.Debian: include Debian's README.Debian
238 file for network-manager-gnome, minus the part about using the netdev user.
239 * debian/network-manager-gnome.docs: install NEWS from upstream.
240 * Fix the manpage so it actually gets installed:
241 - Rename network-manager-applet.manpages to network-manager-gnome.manpages.
242 - Sync nm-applet.sgml with the file from Debian.
243 * debian/patches/04-autostart.patch,
244 debian/patches/lp268803_xdg_autostart_gnome_xfce_only.patch,
245 debian/patches/lp295788_xfce_menu_entry.patch:
246 Install the 04-autostart.patch patch, editing the .desktop files from
247 Debian and adjust it to also replace OnlyShowIn with NotShowIn=KDE for
248 nm-connection-editor. This renders the two other patches obsolete, so
249 drop them. Also fixes (LP: #753300).
250 * debian/patches/0001-applet-fix-possibly-uninitialized-variable.patch:
251 Include that patch from Debian which fixes a potential FTBFS.
252 - This makes debian/patches/applet-dialog-uninited-method.patch obsolete.
253 * debian/patches/lp328572-dxteam-connect-text.patch: refreshed so it applies
254 cleanly.
255 * debian/patches/lp330608_dxteam_gsm_connect_text.patch: refreshed so it
256 applies cleanly.
257 * debian/patches/lp341684_device_sensitive_disconnect_notify.patch: refreshed
258 so it applies cleanly.
259
260 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 18 May 2011 14:50:06 -0400
261
262network-manager-applet (0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1) natty; urgency=low
263
264 * upstream snapshot 2011-03-18 15:29:54 (GMT)
265 + 9c4c9a0f689fa3920b7b083f04479fc094cdbec2
266 - release: bump version to 0.8.3.998 (0.8.4-rc1)
267 - gconf: fix accessing freed memory
268 - applet: don't overwrite already-migrated certificate paths (rh #682288)
269 - release: bump version to 0.8.3.997 (0.8.4-beta3)
270 - eap: make DER certificate checking code endian-safe
271 - Updated Polish translation
272 - applet: update about dialog copyright to 2011
273 * debian/patches/nm-applet-use-indicator.patch,
274 debian/patches/indicator-accessible-desc.patch,
275 debian/patches/series:
276 Fold in accessible descriptions in the general indicator patch.
277 * debian/patches/nm-applet-use-indicator.patch: rework patch for inclusion in
278 nm-applet proper, following recommendations from Dan Williams.
279 * debian/patches/nm-applet-use-indicator.patch: don't escape underscores in
280 SSIDs. (LP: #739490)
281 * debian/control: bump network-manager, libnm-glib2 and libnm-util1
282 Build-Depends to 0.8.4~.
283 * debian/control: bump network-manager Depends to 0.8.4~.
284
285 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 23 Mar 2011 16:00:42 -0400
286
287network-manager-applet (0.8.4~git.20110228t141430.abba62f-0ubuntu1) natty; urgency=low
288
289 * upstream snapshot 2011-02-28 14:14:30 (GMT)
290 + abba62fe1c22422bb84f12875fd3612b90ead434
291 - editor: fix usage of nm_connection_update_secrets() (LP: #721071)
292 - release: bump version to 0.8.3.996 (0.8.4-beta2)
293 - mobile: fix path to GtkBuilder file
294 - applet: blacklist "Free Public Wifi" (LP: #659461)
295 - applet: consolidate manufacturer default SSID lists
296 - release: bump version to 0.8.3.995 (0.8.4-beta1)
297 - release: update NEWS with changes since 0.8.2
298 - editor: remove unused argument from CEPage 'initialized' signal
299 - bluetooth: don't create empty plugin dirs when disabled (bgo #641300)
300 - Updated Polish translation
301 * debian/patches/nm-applet-use-indicator.patch: Further update indicator
302 patch to fix memory leaks in get_best_icon_name_for_ap(). (LP: #724554)
303 * debian/patches/nm-applet-use-indicator.patch: Set indicator icon for mobile
304 according to the connection's current signal strength (LP: #726669)
305 * debian/patches/indicator-accessible-desc.patch: provide accessible
306 descriptions for the various icons and devices states for NetworkManager
307 (LP: #719736)
308
309 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 04 Mar 2011 15:05:58 -0500
310
311network-manager-applet (0.8.3+git.20110203t003354.9bf0b98-0ubuntu1) natty; urgency=low
312
313 * upstream snapshot 2011-02-03 00:33:54 (GMT)
314 + 9bf0b98073bee4905bb00b4658d8fd78c84a831f
315 * debian/control: Drop the mobile-broadband-provider-info dependency to a
316 Recommends. (LP: #582404)
317 * debian/patches/nm-applet-use-indicator.patch: revert Flight Mode, it's
318 confusing users and not accurate; plus doesn't allow re-enabling just wifi
319 from flight mode (when flights allow wifi, for instance)
320 (LP: #704295, #712122)
321 * debian/patches/nm-applet-use-indicator.patch: disconnect a VPN connection
322 when it's activated and its GtkCheckMenuItem is clicked. (LP: #701004)
323 * debian/patches/applet-wifi-menu-before-vpn.patch: move Connect to Hidden,
324 Create New wireless items below the VPN submenu.
325 * debian/control: bump Standards-Version to 3.9.1.
326 * debian/control: move Homepage to its own field.
327
328 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 15 Feb 2011 09:53:22 -0500
329
330network-manager-applet (0.8.3+git.20110114t131931.fd589a7-0ubuntu5) natty; urgency=low
331
332 * debian/patches/nm-applet-use-indicator.patch: do not add the About menu
333 item.
334
335 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 28 Jan 2011 14:14:35 -0500
336
337network-manager-applet (0.8.3+git.20110114t131931.fd589a7-0ubuntu4) natty; urgency=low
338
339 * debian/patches/nm-applet-use-indicator.patch: Unbreak CDMA modems: the piece
340 of code added to workaround mobile disable not working shows CDMA as always
341 disabled. (LP: #705196)
342
343 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 27 Jan 2011 12:54:17 -0500
344
345network-manager-applet (0.8.3+git.20110114t131931.fd589a7-0ubuntu3) natty; urgency=low
346
347 * Ship fallback icons for the new *-secure icons we need (as well as links
348 for the 3g ones).
349 - update debian/rules
350 - add debian/icons/22/nm-device-wired-secure.png.uue
351 - add debian/icons/22/nm-signal-00-secure.png.uue
352 - add debian/icons/22/nm-signal-25-secure.png.uue
353 - add debian/icons/22/nm-signal-50-secure.png.uue
354 - add debian/icons/22/nm-signal-75-secure.png.uue
355 - add debian/icons/22/nm-signal-100-secure.png.uue
356
357 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 20 Jan 2011 17:06:37 -0500
358
359network-manager-applet (0.8.3+git.20110114t131931.fd589a7-0ubuntu2) natty; urgency=low
360
361 * debian/patches/nm-applet-use-indicator.patch: Fix memory leak in
362 escape_mnemonics().
363
364 -- Anders Kaseorg <andersk@mit.edu> Wed, 19 Jan 2011 15:29:52 -0500
365
366network-manager-applet (0.8.3+git.20110114t131931.fd589a7-0ubuntu1) natty; urgency=low
367
368 * upstream snapshot 2011-01-14 13:19:31 (GMT)
369 + fd589a743f2484dd19495951cb1d498b8902ff4b
370 - applet: show IPv6 stuff in Connection information window
371 - mobile-wizard: use "Country or region" term (bgo #618511)
372 * Collapse the Enable networking, wireless, mobile broadband into just one
373 menu item (Flight mode), which toggles all radio-based systems (everything
374 but wired).
375 * Clean up some of the separations by removing the "Available" items,
376 turning it into a plain separator.
377 * Do some further rework of the indicator patch: dispatch menu rebuilds only
378 when no other events are happening, which should reduce the number of
379 spurious errors messages in .xsession-errors.
380 * Drop the patch for fixing races in getting enable/disable permissions; it's
381 been upstream for a long while (was a backport).
382 - deleted debian/patches/lp637930_fix_race_in_permissions-changed.patch
383 * Fix an uninitialized variable in the new code to show IPv6 address info in
384 the Connection Information dialog.
385 - added debian/patches/applet-dialog-uninited-method.patch
386 - updated debian/patches/series
387
388 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 17 Jan 2011 14:53:13 -0500
389
390network-manager-applet (0.8.3+git.20101209t081952.0330eca-0ubuntu3) natty; urgency=low
391
392 * Re-instate animations while processing network association phases, it tends
393 to be annoying and confusing without them. (LP: #694534)
394 * Provide and use premade theme icons for wireless strength *with security*,
395 which include the padlock already composited.
396 - Enable icons in menus for wireless strength and security. (LP: #683896)
397 - Re-use the same icons to notify the user that they are connected to a
398 VPN-secured connection. (LP: #696442)
399 * Clean up code paths for GSM and CDMA devices which still tried to create
400 a custom widget to add to the menu -- replaced it with a simple image
401 menu item.
402 * Escape underscores in SSID names so they display with the correct name
403 rather than underlining the next character (as a mnemonic).
404
405 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 07 Jan 2011 12:52:06 -0500
406
407network-manager-applet (0.8.3+git.20101209t081952.0330eca-0ubuntu2) natty; urgency=low
408
409 * Update indicator patch to not re-create the menu on a device-added signal,
410 only on state-changed (which gets called anyway). This should fix the crash
411 for GSM/CDMA devices when they are plugged in as nm-applet starts.
412 (LP: #692234)
413 - update debian/patches/nm-applet-use-indicator.patch
414
415 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 20 Dec 2010 14:51:52 -0500
416
417network-manager-applet (0.8.3+git.20101209t081952.0330eca-0ubuntu1) natty; urgency=low
418
419 * upstream snapshot 2010-12-09 08:19:52 (GMT)
420 + 0330ecae2eec0d4dfccd57921f1992b8e245e2da
421 - core: convert to GtkBuilder (bgo #625248)
422 - when no VPN plugin is installed, indicate that in the tooltip of "Add" button
423 * Refresh notifications update patch, which needed some rework due to upstream
424 libnotify >= 0.7 fixes.
425 - update debian/patches/lp460144_correctly_update_notification.patch
426 * Rip out some more GtkImageMenuItems from the indicator menus, since they tend
427 to cause spewage of Glib/Gtk errors on .xsession-errors. They do not show on
428 a default install anyway. Also refresh the patch for libnotify changes.
429 - update debian/patches/nm-applet-use-indicator.patch
430 * Switch from regularly updating the menus to doing it "on-demand", by following
431 the signals sent from NetworkManager on device state changes.
432 - update debian/patches/nm-applet-use-indicator.patch
433 * More changes to indicator patch for making sure allocated memory gets freed.
434 - update debian/patches/nm-applet-use-indicator.patch
435
436 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 10 Dec 2010 17:51:44 -0500
437
438network-manager-applet (0.8.2+git.20101123t161608.f143e76-0ubuntu1) natty; urgency=low
439
440 * upstream snapshot 2010-11-23 16:16:08 (GMT)
441 + f143e7629749acdb20de072372fbd471ec2c19a8
442 * Refreshed debian/patches/lp295788_xfce_menu_entry.patch
443 * Refreshed debian/patches/lp337960_dxteam_notification_icon_names.diff
444 * Refreshed debian/patches/lp341684_device_sensitive_disconnect_notify.patch
445 * more workflow updates to get the daily builds to work with different branches
446 - update debian/rules
447 * Now draw the applet and applet's menus using libappindicator.
448 - add debian/patches/nm-applet-use-indicator.patch
449 - update debian/patches/series
450 * Explicitly turn on libappindicator support with --enable-indicator.
451 - update debian/rules
452 * Add Build-Depends for libappindicator-dev
453 - update debian/control
454
455 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 29 Nov 2010 10:38:51 -0500
456
457network-manager-applet (0.8.1+git.20100809t190028.290dc70-0ubuntu3) maverick; urgency=low
458
459 * Cherry-pick upstream commit c7b5312 to fix greyed-out Enable Networking items in
460 context menu (LP: #637930)
461 - added debian/patches/lp637930_fix_race_in_permissions-changed.patch
462 - modified debian/patches/series
463
464 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 16 Sep 2010 10:23:15 -0400
465
466network-manager-applet (0.8.1+git.20100809t190028.290dc70-0ubuntu2) maverick; urgency=low
467
468 * Bump Build-Depends for network-manager-dev, libnm-glib-dev, libnm-util-dev
469 to be >= 0.8.1.
470 - update debian/control
471
472 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 11 Aug 2010 10:48:13 -0400
473
474network-manager-applet (0.8.1+git.20100809t190028.290dc70-0ubuntu1) maverick; urgency=low
475
476 * upstream snapshot 2010-08-09 19:00:28 (GMT)
477 + 290dc707f2076135eac02ed2d975912cb1ae80ce
478 * update debian/rules:
479 - switch GIT_BRANCH to NMA_0_8, be conservative: only track 0.8.1 for now.
480 - update get-orig-source/branch code to properly deal with branch switch.
481 * refresh the device disconnection notification patch, update to new code base
482 - updated debian/patches/lp341684_device_sensitive_disconnect_notify.patch
483 * refreshed vpn service name patch, update to new code base
484 - updated debian/patches/20_use_full_vpn_dialog_service_name_path.patch
485 * delete lazy icon loading patch from seb128, it's applied upstream
486 - deleted debian/patches/bgo609134_lazy_icons.patch
487 - updated debian/patches/series
488 * delete lazy notification capabilities checking from pitti: applied upstream
489 - deleted debian/patches/bgo610881_lazy_init_notify_caps.patch
490 - updated debian/patches/series
491 * bump DEB_AUTO_UPDATE_ACLOCAL and DEB_AUTO_UPDATE_AUTOMAKE to 1.11
492 - update debian/rules
493 * refreshed the patch to always show the tray icon
494 - update debian/patches/lp289466_always_show_tray_icon.patch
495
496 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 11 Aug 2010 10:09:37 -0400
497
498network-manager-applet (0.8-0ubuntu3) lucid; urgency=low
499
500 [ Mirco Müller (MacSlow) <mirco.mueller@ubuntu.com> ]
501 * Make nm-applet correctly update a notification, if the connection-status
502 has changed. This avoids displaying obsolete notifications to the user,
503 which no longer reflect the correct connection-status. Fixes LP: #460144
504 - add debian/patches/lp460144_correctly_update_notification.patch
505 - update debian/patches/series
506
507 [ Chris Coulson <chris.coulson@canonical.com ]
508 * Update bgo609134_lazy_icons.patch with the change actually committed
509 to GIT
510
511 -- Alexander Sack <asac@ubuntu.com> Tue, 30 Mar 2010 10:39:18 +0200
512
513network-manager-applet (0.8-0ubuntu2) lucid; urgency=low
514
515 * Add bgo610881_lazy_init_notify_caps.patch: Defer querying notification
516 server capabilities until needed, to avoid starting notify-osd on desktop
517 startup.
518
519 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 23 Feb 2010 23:22:23 +0100
520
521network-manager-applet (0.8-0ubuntu1) lucid; urgency=low
522
523 [ Tony Espy <espy@ubuntu.com> ]
524 * drop string change revert_* patches, as full SRU for Karmic
525 was rejected.
526 - remove debian/patches/revert_more_networks.patch
527 - remove debian/patches/revert_disable_notifications.patch
528 - remove debian/patches/revert_country_not_listed.patch
529 - remove debian/patches/revert_cleartext_priv_keys.patch
530 - remove debian/patches/revert_enable_broadband.patch
531 - update debian/series
532
533 [ Mathieu Trudel <mathieu-tl@ubuntu.com> ]
534 * upstream release 0.8
535 - core: add --help to explain what nm-applet is/does (rh #494641)
536 - core: clearer failure message when an applet is already running
537 - wired: don't crash when getting 802.1x settings from the user (rh #556763)
538 - info: don't crash on various D-Bus property errors (rh #557007)
539 - core: fix clearing secrets when updating connections
540 - build: link nm-connection-editor with libm for ceil() (rh #541353)
541 - gsm: fix secret requests when connection has multiple secrets
542 * bump build-depends to >= 0.8 to build with 0.8 final.
543 - update debian/control
544
545 [ Michael Vogt <mvo@ubuntu.com> ]
546 * debian/rules, debian/icons/22/nm-active-device.png.uue:
547 - install icon so that on upgrade the old applet can
548 still find it and not error out (LP: #518760)
549
550 [ Sebastien Bacher <seb128@ubuntu.com> ]
551 * lazily load icons for using less cpu on login
552 - add debian/patches/bgo609134_lazy_icons.patch
553 - update debian/patches/series
554
555 -- Mathieu Trudel <mathieu-tl@ubuntu.com> Fri, 19 Feb 2010 08:34:28 -0500
556
557network-manager-applet (0.8~rc2-0ubuntu1) lucid; urgency=low
558
559 * upstream snapshot 2009-11-12 07:27:27 (GMT)
560 + 4162285fd7c53e8b684e1c1513a2ba6ce865e073
561
562 * upstream 0.8-rc1 release
563 - applet: don't crash if we can't get some ActiveConnection attrs (rh: #545011)
564 - editor: serialize PolicyKit auth requests (rh #462944) (LP: #462944)
565 - applet: don't crash if wireless dialog goes away quickly (rh #542617)
566 - eap: handle PEM files without and ending newline (rh #507315)
567 - tls: require password-protected private keys
568 - applet: fix connecting to system connections from wireless dialog
569 - menu: show BT connections when no other devices available (rh #532049)
570 - applet: don't assert when auto connections can't be made (rh #532680)
571 - editor: fix various IP page tooltips (bgo #595287)
572 - applet: fix animation issues
573 - mobile-wizard: add a "My Country is not listed" option (rh #530981) (bgo #599705)
574 - applet: fix issues with icon loading when panel is slow to resize (rh #529766)
575 - applet: Connect to Hidden doesn't work for non-New networks (LP: #446394)
576 - applet: nm-applet does not start at login (LP: #146896)
577
578 * upstream 0.8-rc2 release
579 - editor: protect against invalid CEPolkitButton objects (rh #549579)
580 - menu: ensure active menu item is valid before trying to use it (rh #546901)
581 - editor: fix bad assignment
582 - core: add "Enable Mobile Broadband" menu item
583 - applet: escape notification text
584
585
586 [ Mathieu Trudel <mathieu.tl@gmail.com> ]
587 * updated device sensitive disconnect notification patch
588 - update debian/patches/lp341684_device_sensitive_disconnect_notify.patch
589
590 [ Tony Espy <espy@ubuntu.com> ]
591 * add logic to map '~rc' versions to '-rc' tag format used upstream. This
592 allows the upstream tags to be used, while managing to keep the version
593 numbers less than the final release version.
594 - update debian/rules
595 * update build and runtime depends for network-manager to >= 0.8~rc2
596 - update debian/control
597 * backout string changes in preparation for SRU
598 - add deb/debian/patches/revert_more_networks.patch
599 - add deb/debian/patches/revert_disable_notifications.patch
600 - add deb/debian/patches/revert_country_not_listed.patch
601 - add deb/debian/patches/revert_cleartext_priv_keys.patch
602 - add deb/debian/patches/revert_enable_broadband.patch
603 - update debian/series
604
605 -- Tony Espy <espy@ubuntu.com> Wed, 20 Jan 2010 10:16:56 -0500
606
607network-manager-applet (0.8~a~git.20091014t134532.4033e62-0ubuntu1) karmic; urgency=low
608
609 * upstream snapshot for karmic-RC 2009-10-14 13:45:32 (GMT)
610 + 4033e623f7af571d38281f5fb6ab28a77bfe2220
611 - core: don't crash if we can't get active connection properties from NM (LP: #430535)
612 - gconf: restore 0.7 notification behavior defaults (LP: #444561)
613
614 -- Alexander Sack <asac@ubuntu.com> Thu, 15 Oct 2009 00:34:03 +0200
615
616network-manager-applet (0.8~a~git.20091002t194214.8515a07-0ubuntu1) karmic; urgency=low
617
618 * upstream snapshot 2009-10-02 19:42:14 (GMT)
619 + 8515a07e507847c4372fe8f95bddf57aea66acd5
620 * fixed upstream
621 - LP: #285219 - Critical warning while running nm-connection-editor
622 - LP: #442988 - network manager mobile broadband does not remember username
623 and password
624 - LP: #439956 - Cannot set manual IP and DNS with nm-connection-editor
625 - LP: #438160 - nm-applet loses ipv4 configuration
626 - LP: #431265 - Network Manager can't connect to hidden wireless networks
627 - LP: #443049 - MASTER nm-connection-editor crashed with SIGSEGV in get_permissions_cb
628 - LP: #438374 - Failure to retain edited MTU value
629 - LP: #436839 - Disconnect menu option looks like wireless network
630
631 [ Tony Espy <espy@ubuntu.com> ]
632 * drop wifi toplevel_sort patch that was committed upstream
633 - delete debian/patches/wifi_toplevel_ap_sort.patch
634 - update debian/patches/series
635
636 [ Alexander Sack <asac@ubuntu.com> ]
637 * drop preview patch that was committed upstream
638 - delete debian/patches/nm08-applet-preview.patch
639 - update debian/patches/series
640 * require network-manager and libnm-* >= 0.8~a~git.20090930t162132
641 - update debian/control
642 * adjust patches to new upstream code base
643 - update debian/patches/lp341684_device_sensitive_disconnect_notify.patch
644 * (re-)sort wifi toplevel AP list alphabetically before adding to menu
645 - add debian/patches/toplevel_sort.patch
646 - update debian/patches/series
647 * rebuild against latest NM after padding additions to libnm-* APIs
648 - update debian/control
649
650 -- Alexander Sack <asac@ubuntu.com> Mon, 05 Oct 2009 23:45:07 +0200
651
652network-manager-applet (0.8~a~git.20090923t220421.1ac8ffd-0ubuntu4) karmic; urgency=low
653
654 * LP: #436061 - fix nm-applet crash when no APs in proximity; drop assert on a GList, which
655 explicitly can be NULL.
656 - update debian/patches/nm08-applet-preview.patch
657 * LP: #436179 - nm-applet assert failure: ERROR:applet.c:481:applet_menu_item_favorize_helper:
658 assertion failed: (favoritePixbuf); simply return with warning if favorize helper is invoked
659 without a favorite pixbuf
660 - update debian/patches/nm08-applet-preview.patch
661 * important UI tweaks for karmic beta: 1. don't use an icon to indicate favorites/known
662 connections - the heart was just too ugly; 2. dont put "Active" separator above the
663 current active connection; in turn we make the current AP bold; 3. increase xpadding for
664 title items (e.g. Wireless Networks) to 10.0; 4. do not visualize all visible connections
665 as active if a device is disconnected.
666 - update debian/patches/nm08-applet-preview.patch
667
668 -- Alexander Sack <asac@ubuntu.com> Fri, 25 Sep 2009 10:08:46 +0200
669
670network-manager-applet (0.8~a~git.20090923t220421.1ac8ffd-0ubuntu3) karmic; urgency=low
671
672 * fix build failure because of compiler warnings due to uninitialized variable
673 - update debian/patches/nm08-applet-preview.patch
674
675 -- Alexander Sack <asac@ubuntu.com> Thu, 24 Sep 2009 17:40:06 +0200
676
677network-manager-applet (0.8~a~git.20090923t220421.1ac8ffd-0ubuntu2) karmic; urgency=low
678
679 * fix build failure caused by missing build-depend for uudecode
680 - update debian/control
681
682 -- Alexander Sack <asac@ubuntu.com> Thu, 24 Sep 2009 17:16:54 +0200
683
684network-manager-applet (0.8~a~git.20090923t220421.1ac8ffd-0ubuntu1) karmic; urgency=low
685
686 * upstream snapshot 2009-09-23 22:04:21 (GMT)
687 + 1ac8ffd41a2d162d23713415cec6c3e96fbc3c82
688 + new upstream UI for beta (prepatched) - LP: #435333
689 + mini-abi transition respin for libnm-glib-vpn rename fixes LP: #435888
690
691 [ Alexander Sack <asac@ubuntu.com> ]
692 * increase build-depend version requirements for network-manager bits to
693 latest upstream (>= 0.8~a~git.20090923t064445)
694 - update debian/control
695 * add new nm08 applet prepatch and add icons not shippable in diff manually
696 using uudecode
697 - add debian/patches/nm08-applet-preview.patch
698 - update debian/patches/series
699 - add debian/icons/22/nm-secure-lock.png.uue
700 - update debian/rules
701
702 [ Mathieu Trudel <mathieu.tl@gmail.com> ]
703 * fix noisy output: use grep -q -c rather than just -c in GET_SOURCE etc.
704 - update debian/rules
705 * add get-snapshot-info rule
706 - update debian/rules
707 * make GET_SOURCE not go mad for git versions that use a different abbrev-id syntax
708 - update debian/rules
709 * drop ellipsize patch, addressed libhal issues, superseded by the use of udev
710 - delete debian/patches/lp341940_use_ellipsized_menu_entries.patch
711 - update debian/patches/series
712
713 -- Alexander Sack <asac@ubuntu.com> Thu, 24 Sep 2009 15:30:33 +0200
714
715network-manager-applet (0.8~a~git.20090913t161448.cc2f6be-0ubuntu1) karmic; urgency=low
716
717 * upstream snapshot 2009-09-13 16:14:48 (GMT)
718 + cc2f6bea12daec5f0caf535a3534f07ade5b5cf2
719
720 [ Alexander Sack <asac@ubuntu.com> ]
721 * build depend on libpolkit-gobject-1-dev instead of libpolkit-dbus-dev
722 - update debian/control
723
724 [ Tony Espy <espy@ubuntu.com> ]
725 * adjust patches for upstream code base
726 - update debian/patches/20_use_full_vpn_dialog_service_name_path.patch
727 - update debian/patches/lp328572_dxteam_connect_text.patch
728 - update debian/patches/lp337960_dxteam_notification_icon_names.diff
729 - update debian/patches/lp341684_device_sensitive_disconnect_notify.patch
730 * adjust build and runtime depends due to ABI changes in latest NM
731 - update debian/control
732
733 -- Alexander Sack <asac@ubuntu.com> Mon, 14 Sep 2009 11:32:57 +0200
734
735network-manager-applet (0.8~a~git.20090818t151413.a8b7eed-0ubuntu2) karmic; urgency=low
736
737 * fix lpia build problems; make find and remove of .a .la files more robust
738 in common-binary-post-install-arch:: target
739 - update debian/rules
740
741 -- Alexander Sack <asac@ubuntu.com> Fri, 21 Aug 2009 10:32:12 +0200
742
743network-manager-applet (0.8~a~git.20090818t151413.a8b7eed-0ubuntu1) karmic; urgency=low
744
745 [ Tony Espy <espy@ubuntu.com> ]
746 * upstream snapshot 2009-08-18 15:14:13 (GMT)
747 + a8b7eed3676e1154b4df1b3292eb414a3e9f2378
748 - includes WEP Auth dialog simplification and
749 minor IPv6 changes
750
751 [ Alexander Sack <asac@ubuntu.com> ]
752 * add LOCAL_BRANCH feature to play nicely with fta's build bot
753 - update rules
754 * add gnome-bluetooth support; build-depend on libgnome-bluetooth-dev and install
755 the gnome-bluetooth plugin to the gnome-bluetooth plugindir directory.
756 - update debian/control
757 * remove bluetooth plugin .la and .la files during post-install
758 - update debian/rules
759
760 -- Tony Espy <espy@ubuntu.com> Thu, 20 Aug 2009 11:48:20 -0400
761
762network-manager-applet (0.8~a~git.20090805t131328.d1edfce-0ubuntu1) karmic; urgency=low
763
764 [ Tony Espy <espy@ubuntu.com> ]
765 * upstream snapshot 2009-08-05 13:13:28 (GMT)
766 + d1edfced3ac4373019c097a4de5c7b97d0b2562a
767 * bump required version for networkmanager bits to >= 0.8~a~git.20090804t185522
768 - update control
769 * adjust patch for upstream code base
770 - update patches/lp341684_device_sensitive_disconnect_notify.patch
771 * re-work tarball generation code; added get-curr-source to
772 grab a specific version; get-orig-source now grabs the tip
773 of new variable GIT_BRANCH; adjusted changelog version to
774 new scheme.
775 - update rules
776
777 [ Alexander Sack <asac@ubuntu.com> ]
778 * prepare get-orig-source for daily ppa-scripts
779 - update rules
780 * adjust patches to changed upstream codebase
781 - update patches/lp341940_use_ellipsized_menu_entries.patch
782 * raise build requirements on network-manager parts to >= 0.8~
783 - update control
784
785 -- Tony Espy <espy@ubuntu.com> Thu, 06 Aug 2009 10:35:38 +0100
786
787network-manager-applet (0.7.1.git.2.8ed7940cd3-0ubuntu1~nm1) UNRELEASED; urgency=low
788
789 * upstream snapshot 2009-07-01 18:21:51 (GMT)
790 + commit 8ed7940cd3eb2158f95786e4a0cfbeea2035a870
791 * bump required version for networkmanager bits to >= 0.7.1.git.1
792 * drop mbca patch because upstream ships its own wizard now
793 - delete patches/add_libmbca_support.patch
794 - update patches/series
795 * drop libmbca-dev from build-depends as nm applet builds its own wizard
796 now; in turn depend binary package on mobile-broadband-provider-info >= 20090622
797 - update control
798 * adjust patches to changed upstream code base
799 - update patches/lp341940_use_ellipsized_menu_entries.patch
800 - update patches/lp337960_dxteam_notification_icon_names.diff
801 - update patches/lp341684_device_sensitive_disconnect_notify.patch
802 * drop libmbca0 from Recommends
803 - update control
804
805 -- Alexander Sack <asac@ubuntu.com> Tue, 02 Jun 2009 14:14:43 +0200
806
807network-manager-applet (0.7.1-0ubuntu1) karmic; urgency=low
808
809 * Upstream release 0.7.1
810 * drop patches applied upstream
811 - delete patches/fix_upstream_buildfailure.patch
812 - update patches/series
813 * adjust patches to new upstream code base
814 - update patches/lp341940_use_ellipsized_menu_entries.patch
815 * fix LP: #341940 - menu entries like device names can be overly long;
816 we fix this by using ellipsized labels with proper tooltip to allow
817 interested users to read the full text label
818 - add patches/lp341940_use_ellipsized_menu_entries.patch
819 - update patches/series
820
821 -- Alexander Sack <asac@ubuntu.com> Tue, 02 Jun 2009 13:20:07 +0200
822
823network-manager-applet (0.7.1~rc4.1-0ubuntu2) jaunty; urgency=low
824
825 * point Vcs-Bzr header to proper branch
826 - update control
827 * fix LP: #358526 - Notification shows wrong WiFi disconnected icon when
828 resuming from suspend; we use the proper generic disconnected icon
829 if we don't know which device type caused the "offline" event.
830 - add patches/lp358526_generic_disconnected_notification_icon.patch
831 - update patches/series
832
833 -- Alexander Sack <asac@ubuntu.com> Tue, 14 Apr 2009 12:52:44 +0200
834
835network-manager-applet (0.7.1~rc4.1-0ubuntu1) jaunty; urgency=low
836
837 * New upstream release 0.7.1 rc4
838 + svn-v3-trunk0:9c6bbc85-7128-0410-879a-9bbc9e4270e9:branches%2FNETWORKMANAGER_APPLET_0_7:1254
839 + drop upstreamed patches
840 - delete patches/lp331799_sensible_notify_actions.patch
841 - update patches/series
842 + adjust diverged patches to new upstream codebase
843 - update patches/add_libmbca_support.patch
844 - update patches/lp341684_device_sensitive_disconnect_notify.patch
845 + fix build failure with our gcc introduced upstream (string format issue)
846 - add patches/fix_upstream_buildfailure.patch
847 - update patches/series
848 * rename patch for disconnect states to match the bug it fixed (LP: #341684)
849 - rename patches/lpXXX_device_sensitive_disconnect_notify.patch =>
850 lp341684_device_sensitive_disconnect_notify.patch
851 - update patche/series
852 * fix LP: #348612 - Wired disconnect icon is wrong; we fix a typo in icon name
853 - update patches/lp341684_device_sensitive_disconnect_notify.patch
854 * fix LP: #354420 - offline notification should have NOTIFY_URGENCY_CRITICAL;
855 normal disconnect notifications get NOTIFY_URGENCY_NORMAL
856 - update patches/lp341684_device_sensitive_disconnect_notify.patch
857 * eliminate string changes from a few notification patches
858 - update patches/lp330571_dxteam_wired_connect_text.patch
859 - update patches/lp330608_dxteam_gsm_connect_text.patch
860 and adjust follow up patches
861 - update patches/lp337960_dxteam_notification_icon_names.diff
862
863 -- Alexander Sack <asac@ubuntu.com> Mon, 06 Apr 2009 13:25:39 +0200
864
865network-manager-applet (0.7.1~rc3-0ubuntu4) jaunty; urgency=low
866
867 * use the notification-gsm-disconnected icon name used by human theme for jaunty beta
868 - update patches/lpXXX_device_sensitive_disconnect_notify.patch
869
870 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Mar 2009 17:02:01 +0100
871
872network-manager-applet (0.7.1~rc3-0ubuntu3) jaunty; urgency=low
873
874 * fix bug in lpXXX_device_sensitive_disconnect_notify.patch that made
875 disconnect events to not display a notification if the overall state
876 still was online
877 - update patches/lpXXX_device_sensitive_disconnect_notify.patch
878
879 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Mar 2009 15:44:43 +0100
880
881network-manager-applet (0.7.1~rc3-0ubuntu2) jaunty; urgency=low
882
883 * flip title in wifi "Connection Established" notification bubble (LP: #338389)
884 - update patches/lp328572-dxteam-connect-text.patch
885 - update patches/lp337960_dxteam_notification_icon_names.diff
886 * add patch to support device sensitive disconnect/offline notifications;
887 this patch queues event from NMClient and NMDevice and then decides what
888 kind of disconnect happened and which device was reponsible.
889 - add patches/lpXXX_device_sensitive_disconnect_notify.patch
890 - update patches/series
891
892 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Mar 2009 14:54:03 +0100
893
894network-manager-applet (0.7.1~rc3-0ubuntu1) jaunty; urgency=low
895
896 * new upstream RC 0.7.1rc3
897 + rev: 982
898 + revision-id: svn-v3-trunk0:9c6bbc85-7128-0410-879a-9bbc9e4270e9:branches%2FNETWORKMANAGER_APPLET_0_7:1212
899 + branch: http://bzr-playground.gnome.org/network-manager-applet/branches/NETWORKMANAGER_APPLET_0_7/
900 - update .bzr-builddeb/default.conf
901 * bump lower builds for network-manager build depends to >= 0.7.1~rc3
902 - update control
903 * fix LP: #328572 - Connecting/disconnecting notification changes; we apply the
904 the "Connecting" part of this patch, as the disconnecting part would require
905 string changes that need to be done upstream
906 - add patches/lp328572-dxteam-connect-text.patch
907 - update patches/series
908 * fix LP: #330571 - Wired connected message in nm-applet too long
909 - add patches/lp330571_dxteam_wired_connect_text.patch
910 - update patches/series
911 * fix LP: #330608 - GSM connection message too long in nm-applet
912 - add patches/lp330608_dxteam_gsm_connect_text.patch
913 - update patches/series
914 * fix LP: #337960 - nm-applet jaunty icon changes - brought to you by d(u)xteam;
915 we apply two patches: first patch changes the icon names referred to in notifications;
916 second patch ships fallback icons for those names within network-manager-gnome
917 package
918
919 -- Alexander Sack <asac@ubuntu.com> Thu, 05 Mar 2009 01:30:46 +0100
920
921network-manager-applet (0.7.1~rc1+20090219+bzr974-0ubuntu2) jaunty; urgency=low
922
923 * "Network Connections" settings entry does not appear in gnome-control-center;
924 we fix a typo in the .desktop file introduced by the xfce patch
925 - update patches/lp295788_xfce_menu_entry.patch
926
927 -- Alexander Sack <asac@ubuntu.com> Mon, 23 Feb 2009 15:45:07 +0100
928
929network-manager-applet (0.7.1~rc1+20090219+bzr974-0ubuntu1) jaunty; urgency=low
930
931 * new upstream snapshot 0.7.1rc1+ Feb 19, 2009
932 + rev: 974
933 + revision-id: svn-v3-trunk0:9c6bbc85-7128-0410-879a-9bbc9e4270e9:branches%2FNETWORKMANAGER_APPLET_0_7:1186
934 + branch: http://bzr-playground.gnome.org/network-manager-applet/branches/NETWORKMANAGER_APPLET_0_7/
935 - update .bzr-builddeb/default.conf
936 * rebase diverged patches
937 - update patches/add_libmbca_support.patch
938 * fix LP: #331799 - nm-applet must not send actions when notification server
939 does not support actions
940 - add patches/331799_sensible_notify_actions.patch
941 - update patches/series
942
943 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Feb 2009 23:32:28 +0100
944
945network-manager-applet (0.7.1~20090213+bzr960-0ubuntu1) jaunty; urgency=low
946
947 * new upstream snapshot 0.7.1pre Feb 13, 2009
948 + rev: 960
949 + revision-id: svn-v3-trunk0:9c6bbc85-7128-0410-879a-9bbc9e4270e9:branches%2FNETWORKMANAGER_APPLET_0_7:1161
950 + branch: http://bzr-playground.gnome.org/network-manager-applet/branches/NETWORKMANAGER_APPLET_0_7/
951 * add config for bzr-builddeb meta information; we declare "merge" as default
952 operation mode and set the current top most upstream revision id
953 - add .bzr-builddeb/default.conf
954 * adjust patches to new upstream code
955 - update patches/add_libmbca_support.patch
956 * new tree layout doesn't have upstream sources; in turn we apply
957 autotools/cdbs integration magic on the fly now; this means we run
958 intltoolize in pre-build and create a dummy aclocal.m4 in clean::;
959 doing that allows us to use a bzr export from the upstream tree
960 instead of a make dist tarball
961 - update rules
962 * fix "(applet.c:1044):applet_open_mbca: code should not be reached"
963 warnings that get dumped to console; typos produced those warnings
964 even if nothing was wrong
965 - update patches/add_libmbca_support.patch
966 * bump lower bound for network-manager build-depends to >= 0.7.1~
967 - update control
968 * fix LP: #327427 - network manager applet should pop up wizard when
969 3g device is plugged in and no configuration exists; we adjust the
970 mobile broadband patch to not show notification.
971 - update patches/add_libmbca_support.patch
972
973 -- Alexander Sack <asac@ubuntu.com> Tue, 17 Feb 2009 16:06:09 +0100
974
975network-manager-applet (0.7-0ubuntu2) jaunty; urgency=low
976
977 * fix LP: #295788 - Network Configuration menu item should also be
978 displayed in Xfce; we add XFCE to the OnlyShowIn .desktop field;
979 patch by Martin Mai
980 - add debian/patches/lp295788_xfce_menu_entry.patch
981 * fix LP: #327411 - network-manager: configure button(s) to create gsm
982 connections only works on first attempt; the assitants lists contains
983 UdiAssitants and not MbcaAssistant's
984 - update debian/patches/add_libmbca_support.patch
985
986 -- Alexander Sack <asac@ubuntu.com> Sun, 15 Feb 2009 02:29:53 +0100
987
988network-manager-applet (0.7-0ubuntu1) jaunty; urgency=low
989
990 * merge new upstrema release (0.7) from trunk branch (rev970)
991 * drop patches superseeded/applied upstream
992 - delete debian/patches/lp293749_better_prefix_netmask_ui.patch
993 - delete debian/patches/lp286421_fix_i18n_bug_286421.patch
994 - update debian/patches/series
995 * adjust patches to new upstream codebase (mostly accessor and
996 anti-bit-rotting measures)
997 - update debian/patches/add_libmbca_support.patch
998 - update debian/patches/20_use_full_vpn_dialog_service_name_path.patch
999 - update debian/patches/lp268803_xdg_autostart_gnome_xfce_only.patch
1000 - update debian/patches/lp289466_always_show_tray_icon.patch
1001 * add support for "easy" bzr builddeb
1002 add .bzr-builddeb/default.conf
1003 * bump minimum required version for network-manager-dev, libnm-glib-dev
1004 and libnm-util-dev
1005 - update debian/control
1006
1007 -- Alexander Sack <asac@ubuntu.com> Mon, 12 Jan 2009 13:31:17 +0100
1008
1009network-manager-applet (0.7~~svn20081020t000444-0ubuntu2) jaunty; urgency=low
1010
1011 * fix LP: #289466 - Network Manager 0.7 applet not Appearing if there are
1012 managed entries in /etc/network/interfaces; we always call
1013 applet_schedule_update_icon in client_init; also we also show the try when
1014 there are error conditions (no NM running, no managed device)
1015 - add debian/patches/lp289464_always_show_tray_icon.patch
1016 - update debian/patches/series
1017 * fix LP: #286421 - nm-connection-editor menu item untranslatable;
1018 add i18n support to nm-connection-editor.desktop; patch by Timo Jyrinki
1019 <timo.jyrinki@iki.fi>
1020 - add debian/patches/lp286421_fix_i18n_bug_286421.patch
1021 - update debian/patches/series
1022 * fix LP: #268803 - Ubuntu Intrepid: Both Knetworkmanager and Network
1023 Manager load on startup; fix xdg autostart .desktop file to
1024 "OnlyShowIn=GNOME;XFCE;"
1025 - add debian/patches/lp268803_xdg_autostart_gnome_xfce_only.patch
1026 - update debian/patches/series
1027 * fix LP: #293749 - prefix vs. netmask translation inconsistencies in
1028 connection-editor causes confusion; we cherry pick rev1009 from upstream
1029 svn and backport that.
1030 - add debian/patches/lp293749_better_prefix_netmask_ui.patch
1031 - update debian/patches/series
1032
1033 -- Alexander Sack <asac@ubuntu.com> Mon, 01 Dec 2008 14:05:51 +0100
1034
1035network-manager-applet (0.7~~svn20081020t000444-0ubuntu1) intrepid; urgency=low
1036
1037 New upstream snapshot Mon 2008-10-20 00:04:44 +0000 (rev 819)
1038 * support .cer and .crt extensions for wpa-eap (LP: #272185)
1039 - update src/wireless-security/eap-method.c
1040 * Don't translate widget labels
1041 - update src/connection-editor/ce-page-ip4.glade
1042 * updated translations for sv, es, hu, sk, nb, be, he
1043
1044 -- Alexander Sack <asac@ubuntu.com> Mon, 20 Oct 2008 16:30:10 +0200
1045
1046network-manager-applet (0.7~~svn20081015t194645-0ubuntu1) intrepid; urgency=low
1047
1048 * new upstream snapshot Wed 2008-10-15 19:46:45 +0000 (rev 809)
1049 * fix LP: #277084 - nm-applet confused by icon name changes during
1050 hardy-intrepid upgrade; we ship icons used by NM 0.6 in the NM 0.7
1051 to prevent this behaviour
1052 - update debian/rules
1053
1054 -- Alexander Sack <asac@ubuntu.com> Thu, 16 Oct 2008 00:42:34 +0200
1055
1056network-manager-applet (0.7~~svn20081012t133407-0ubuntu1) intrepid; urgency=low
1057
1058 * new upstream snapshot Sun 2008-10-12 13:34:07 +0000 (rev 805)
1059 - fixes LP: #279387
1060 * adjust patch to new upstream code
1061 - update debian/patches/add_libmbca_support.patch
1062
1063 -- Alexander Sack <asac@ubuntu.com> Mon, 13 Oct 2008 21:24:14 +0200
1064
1065network-manager-applet (0.7~~svn20081005t082522-0ubuntu1) intrepid; urgency=low
1066
1067 * new upstream snapshot Sun 2008-10-05 08:25:22 +0000 (rev 793)
1068 * adjust mbca patch for changed upstream code base
1069 - update debian/patches/add_libmbca_support.patch
1070
1071 -- Alexander Sack <asac@ubuntu.com> Mon, 06 Oct 2008 13:41:27 +0200
1072
1073network-manager-applet (0.7~~svn20080927t101113-0ubuntu1) intrepid; urgency=low
1074
1075 * new upstream snapshot Sat 2008-09-27 10:11:13 +0000 (rev 776)
1076 [ Antti Kaijanmäki ]
1077 * added support for Mobile Broadband Configuration Assistant:
1078 - added debian/patches/add_libmbca_support.patch
1079 - updated debian/patches/series
1080 - added libmbca-dev build-dependency to debian/control
1081 - added --with-libmbca to DEB_CONFIGURE_EXTRA_FLAGS in debian/control
1082
1083 [ Alexander Sack ]
1084 * refresh libmbca patch using quilt to prevent diff pollution in future.
1085 (quilt refresh --diffstat --no-timestamps -U8)
1086 - update debian/patches/add_libmbca_support.patch
1087 * generate a uuid for NMSettingConnection which was introduced by recent
1088 network manager dbus API changes.
1089 - update debian/patches/add_libmbca_support.patch
1090 * fix libmbca setting the dialup string instead of the proper number (*99#)
1091 for GSM modems
1092 - update debian/patches/add_libmbca_support.patch
1093 * add new parameter to add_connection call in mbca patch and strip trailing
1094 whitespaces uses quilt refresh
1095 - update debian/patches/add_libmbca_support.patch
1096 * bump build-depends and depends bar on network-manager bits to
1097 >= 0.7~~svn20080928
1098 - update debian/control
1099 * explicitly set connection scope for mbca created connections to
1100 NM_CONNECTION_SCOPE_USER
1101 - update debian/patches/add_libmbca_support.patch
1102 * add libmbca0 to Recommends
1103 - update debian/control
1104
1105 -- Alexander Sack <asac@ubuntu.com> Mon, 29 Sep 2008 22:15:13 +0200
1106
1107network-manager-applet (0.7~~svn20080907t033843-0ubuntu2) intrepid; urgency=low
1108
1109 * new upstream snapshot Sun 2008-09-07 03:38:43 +0000 (rev 743)
1110 * adjust versioned (build-)depends on network-manager packages to
1111 >= 0.7~~svn20080908
1112 - update debian/control
1113
1114 -- Alexander Sack <asac@ubuntu.com> Tue, 09 Sep 2008 16:42:23 +0200
1115
1116network-manager-applet (0.7~~svn20080817t183748-0ubuntu1) intrepid; urgency=low
1117
1118 * new upstream snapshot Sun 2008-08-17 18:37:48 +0000 (rev 723)
1119 * drop patches applied upstream:
1120 - delete debian/patches/01_gcc43.patch
1121 - update debian/patches/series
1122 * bump build dependency versions on network-manager-dev and friends to (>=
1123 0.7~~svn20080812)
1124 - update debian/control
1125 * use full path for vpn auth-dialog's as provided by the .name key file in
1126 $sysconfdir/NetworkManager/VPN/
1127 - add debian/patches/20_use_full_vpn_dialog_service_name_path.patch
1128 - update debian/patches/series
1129
1130 -- Alexander Sack <asac@ubuntu.com> Mon, 18 Aug 2008 21:32:15 +0200
1131
1132network-manager-applet (0.7~~svn20080721t051503-0ubuntu1) intrepid; urgency=low
1133
1134 * new upstream snapshot Mon 2008-07-21 05:15:03 +0000 (bzr trunk rev673)
1135 * drop manual network config patches - default connection editor is NM
1136 - delete debian/patches/01_static_network-admin.patch
1137 - delete debian/patches/03_manual_config_available_when_connected.patch
1138 - delete debian/patches/13_custom-network-admin.diff
1139 - update debian/patches/series
1140 * fix gcc 4.3 build failures
1141 - add debian/patches/01_gcc43.patch
1142 - update debian/patches/series
1143 * higher network-manager versions for build and binary depends (>=
1144 0.7~~svn20080720t224551)
1145 - update debian/control
1146
1147 -- Alexander Sack <asac@ubuntu.com> Thu, 07 Aug 2008 01:54:01 +0200
1148
1149network-manager-applet (0.7~~svn20080121t194048-0ubuntu0~pre6) hardy; urgency=low
1150
1151 * package 0.7 svn snapshot
1152 * add automake1.9 to Build-Depends
1153 - update debian/control
1154 * add quilt to Build-Depends
1155 - update debian/control
1156 * add libtool to Build-Depends
1157 - update debian/control
1158 * add gnome-common to Build-Depends
1159 - update debian/control
1160 * add libnotify-dev to Build-Depends
1161 - update debian/control
1162 * add libgnutls-dev to Build-Depends and pass --with-gnutls and
1163 --without-nss to configure explicitly
1164 - update debian/control
1165 - update debian/rules
1166 * make libnm-util-dev build dependency versioned to only build against
1167 versions that come with libnm-util1
1168 - update debian/control
1169 * include empty aclocal.m4 file to make cdbs trigger aclocal auto run
1170 - add aclocal.m4
1171 * switch to use quilt as patchsystem
1172 - add debian/patches/series
1173 - update debian/rules
1174 * unfold Build-Depends and Depends in debian/control to improve legability
1175 of patches
1176 - update debian/control
1177 * bump {Build-}Depends: version for network-manager and friends to a
1178 reasonable value (>= 0.7~~svn20080121t191418+eni1-0ubuntu0~pre6)
1179 - update debian/control
1180 * remove debian/network-manager-gnome/usr/include on install
1181 - update debian/rules
1182
1183 -- Alexander Sack <asac@ubuntu.com> Tue, 22 Jan 2008 17:56:32 +0000
1184
1185network-manager-applet (0.6.5-0ubuntu11) hardy; urgency=low
1186
1187 * apply patch to drop gnome-runtime dependencies (LP: #136945) - patch by Jani
1188 Monoses
1189 - add debian/patches/06_drop_libgnome.patch
1190 - add debian/patches/99_autoconf_update.patch
1191 * don't use gksu in hardy anymore - policy kit hooray! (LP: #176222)
1192 - update debian/patches/01_static_network-admin.patch
1193 - update debian/patches/13_custom-network-admin.diff
1194
1195 [ TJ ]
1196 * debian/patches/15_lp124336_missing_prototype_causes_connect_to_other_networks_sigsegv.patch:
1197 Fix SIGSEGV caused by pointer>int>pointer conversion on x86_64. (LP: #124336)
1198
1199 -- Alexander Sack <asac@ubuntu.com> Wed, 09 Jan 2008 13:15:10 +0100
1200
1201network-manager-applet (0.6.5-0ubuntu10) gutsy; urgency=low
1202
1203 * debian/control: add missing depends on gksu to allow manual
1204 network-configuration even for minimal ubuntu flavours, like the UME.
1205 * debian/patches/13_custom-network-admin.diff: use BINDIR "/" MANUAL_CONF_FILE
1206 when its available on the system. (LP: #145625)
1207 * debian/rules: apply previously forgotten hunk to install network manager
1208 applet autostart file to /etc/xdg/autostart/ from LP: #95064.
1209 * debian/patches/14_lp123808_dont_start_applet_on_ltsp_client.patch: don't
1210 start nm-applet on ltsp client. (LP: #123808)
1211
1212 -- Alexander Sack <asac@ubuntu.com> Tue, 02 Oct 2007 20:58:18 +0200
1213
1214network-manager-applet (0.6.5-0ubuntu9) gutsy; urgency=low
1215
1216 * debian/patches/11_lp95064-enable-xdg-autostart-for-xfce.patch: enable
1217 autostart of nm-applet for XFCE nm-applet.desktop. (LP: #95064)
1218 * debian/patches/12_lp101978-connection-info-hide-on-delete-event.patch:
1219 hide connection info on delete-event; patch by Dima Korzhevin.
1220 (LP: #101978).
1221
1222 -- Alexander Sack <asac@ubuntu.com> Wed, 19 Sep 2007 18:24:28 +0200
1223
1224network-manager-applet (0.6.5-0ubuntu8) gutsy; urgency=low
1225
1226 * set Maintainer to ubuntu-core-dev
1227 * add XS-Vcs-Bzr tag to point apt-get to the correct branch
1228
1229 -- Reinhard Tartler <siretart@tauware.de> Thu, 26 Jul 2007 15:55:06 +0200
1230
1231network-manager-applet (0.6.5-0ubuntu7) gutsy; urgency=low
1232
1233 * add 04_nm-vpn-properties_path again, nm-vpn-properties has been moved
1234 back again. LP: #127844
1235
1236 -- Reinhard Tartler <siretart@tauware.de> Thu, 26 Jul 2007 11:05:45 +0200
1237
1238network-manager-applet (0.6.5-0ubuntu6) gutsy; urgency=low
1239
1240 * remove 04_nm-vpn-properties_path.patch. nm-vpn-properties now
1241 installed in /usr/bin again.
1242
1243 -- Reinhard Tartler <siretart@tauware.de> Thu, 05 Jul 2007 10:25:15 +0200
1244
1245network-manager-applet (0.6.5-0ubuntu5) gutsy; urgency=low
1246
1247 * debian/control:
1248 - Build-Depends on intltool so the translation template updated
1249 (LP: #122547)
1250
1251 -- Sebastien Bacher <seb128@canonical.com> Thu, 28 Jun 2007 21:32:29 +0200
1252
1253network-manager-applet (0.6.5-0ubuntu4) gutsy; urgency=low
1254
1255 * debian/patches/01_static_network-admin.patch: fix by Peter
1256 Clifton; adding NULL check to stop nm-applet from crashing
1257 and make encrypted wifi work. (LP: #121228)
1258
1259 -- Alexander Sack <asac@ubuntu.com> Wed, 27 Jun 2007 12:34:03 +0200
1260
1261network-manager-applet (0.6.5-0ubuntu3) gutsy; urgency=low
1262
1263 * Re-import applet patches from network-manager
1264
1265 * debian/control: tighten build-depends on network-manager to
1266 >= 0.6.5-0ubuntu3
1267
1268 * Make patches apply against applet sources + drop patches that have
1269 been applied upstream:
1270 - debian/patches/01_static_network-admin.patch: fix diff path for
1271 new source layout: gnome/applet -> src/ + update line numbers.
1272 - debian/patches/02_manual_means_always_online.diff: fix diff path
1273 for new source layout: gnome/applet -> src/ + update line numbers;
1274 drop diffs for sources not in this tarball: src/NetworkManagerDbus.c,
1275 src/NetworkManagerMain.h and src/nm-device.c.
1276 - debian/patches/03_manual_config_available_when_connected.patch: fix
1277 diff path for new source layout: gnome/applet -> src/ + update line
1278 numbers.
1279 - debian/patches/04_nm-vpn-properties_path.patch: nm-vpn-properties
1280 are shipped in network-manager pkglibdir
1281 - debian/patches/10-po_fr.patch: all but one translation fixes were applied
1282 upstream.
1283
1284 -- Alexander Sack <asac@ubuntu.com> Tue, 26 Jun 2007 10:52:45 +0200
1285
1286network-manager-applet (0.6.5-0ubuntu2) gutsy; urgency=low
1287
1288 * Added missing dep network-manager
1289
1290 -- Anthony Mercatante <tonio@ubuntu.com> Fri, 22 Jun 2007 18:24:22 +0200
1291
1292network-manager-applet (0.6.5-0ubuntu1) gutsy; urgency=low
1293
1294 * Initial release
1295 * Added 21_manual_means_always_online.diff to "patches-not-applied"
1296 The gnome applet has been splitted from n-m code, and patch needs
1297 to be rewritten
1298 * Added 04_nm-vpn-properties_path.patch
1299 Fixes path to nm-vpn-properties according to the changes we've done
1300 to network-manager package due to bad source splitting
1301
1302 -- Anthony Mercatante <tonio@ubuntu.com> Fri, 15 Jun 2007 12:46:22 +0200
01303
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1 @@
18
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2012-02-01 02:46:23 +0000
@@ -0,0 +1,143 @@
1Source: network-manager-applet
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
6Uploaders: Michael Biebl <biebl@debian.org>
7Build-Depends:
8 debhelper (>= 8),
9 dh-autoreconf,
10 dh-translations,
11 autotools-dev,
12 intltool,
13 iso-codes,
14 libdbus-glib-1-dev (>= 0.74),
15 libgnome-keyring-dev,
16 libgtk-3-dev (>= 3.0),
17 libglib2.0-dev (>= 2.16),
18 libgconf2-dev,
19 libnotify-dev (>= 0.4.3),
20 libnm-util-dev (>= 0.9.1),
21 libnm-glib-dev (>= 0.9.1),
22 libnm-glib-vpn-dev (>= 0.9.1),
23 network-manager-dev (>= 0.9.1),
24 docbook-to-man,
25 libappindicator3-dev,
26 libpolkit-gobject-1-dev (>= 0.92),
27 libgnome-bluetooth-dev (>= 2.27.6)
28Standards-Version: 3.9.2
29Homepage: http://www.gnome.org/projects/NetworkManager/
30Vcs-Bzr: https://code.launchpad.net/~network-manager/network-manager-applet/ubuntu.head
31
32Package: network-manager-gnome
33Architecture: any
34Section: gnome
35Depends:
36 ${shlibs:Depends},
37 ${misc:Depends},
38 network-manager (>= 0.8.998),
39 policykit-1-gnome,
40 gnome-icon-theme,
41 dbus-x11
42Recommends:
43 notification-daemon,
44 mobile-broadband-provider-info
45Suggests:
46 network-manager-openvpn-gnome,
47 network-manager-vpnc-gnome,
48 network-manager-pptp-gnome,
49 gnome-bluetooth
50Description: network management framework (GNOME frontend)
51 NetworkManager is a system network service that manages your network devices
52 and connections, attempting to keep active network connectivity when
53 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
54 devices, and provides VPN integration with a variety of different VPN
55 services.
56 .
57 This package contains a systray applet for GNOME's notification area but it
58 also works for other desktop environments which provide a systray like KDE
59 or Xfce.
60 It displays the available networks and allows users to easily switch between
61 them. For encrypted networks it will prompt the user for the key/passphrase
62 and it can optionally store them in the gnome-keyring.
63
64Package: network-manager-gnome-dbg
65Architecture: any
66Section: debug
67Priority: extra
68Depends:
69 network-manager-gnome (= ${binary:Version}) | libnm-gtk0 (= ${binary:Version}),
70 ${misc:Depends}
71Description: network management framework (debugging symbols)
72 NetworkManager is a system network service that manages your network devices
73 and connections, attempting to keep active network connectivity when
74 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
75 devices, and provides VPN integration with a variety of different VPN
76 services.
77 .
78 This package contains detached debugging symbols.
79
80Package: libnm-gtk0
81Architecture: any
82Section: libs
83Depends:
84 libnm-gtk-common (>= ${source:Version}),
85 ${shlibs:Depends},
86 ${misc:Depends},
87 policykit-1-gnome,
88 dbus-x11
89Recommends:
90 network-manager (>= 0.8.998),
91 mobile-broadband-provider-info
92Suggests:
93 network-manager-openvpn-gnome,
94 network-manager-vpnc-gnome,
95 network-manager-pptp-gnome,
96 gnome-bluetooth
97Replaces: network-manager-gnome (<< 0.9.1.90-0ubuntu2)
98Breaks: network-manager-gnome (<< 0.9.1.90-0ubuntu2)
99Description: network management framework (GNOME dialogs for wifi and mobile)
100 NetworkManager is a system network service that manages your network devices
101 and connections, attempting to keep active network connectivity when
102 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
103 devices, and provides VPN integration with a variety of different VPN
104 services.
105 .
106 This package contains libraries to use for displaying dialogs for wireless
107 or mobile connections.
108
109Package: libnm-gtk-common
110Architecture: all
111Section: gnome
112Depends: ${shlibs:Depends}, ${misc:Depends}
113Replaces: network-manager-gnome (<< 0.9.1.90-0ubuntu2)
114Breaks: network-manager-gnome (<< 0.9.1.90-0ubuntu2)
115Description: network management framework (common files for wifi and mobile)
116 NetworkManager is a system network service that manages your network devices
117 and connections, attempting to keep active network connectivity when
118 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
119 devices, and provides VPN integration with a variety of different VPN
120 services.
121 .
122 This package contains common files to use for displaying dialogs for wireless
123 or mobile connections.
124
125Package: libnm-gtk-dev
126Architecture: any
127Section: libdevel
128Depends:
129 ${shlibs:Depends},
130 ${misc:Depends},
131 libnm-gtk0 (= ${binary:Version}),
132 network-manager (>= 0.8.998),
133 policykit-1-gnome,
134 dbus-x11
135Description: network management framework (dialogs development libraries)
136 NetworkManager is a system network service that manages your network devices
137 and connections, attempting to keep active network connectivity when
138 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
139 devices, and provides VPN integration with a variety of different VPN
140 services.
141 .
142 This package contains development libraries to use when building applications
143 that need to display dialogs for wireless or mobile connections.
0144
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2012-02-01 02:46:23 +0000
@@ -0,0 +1,67 @@
1This package was debianized by Michael Biebl <biebl@debian.org> on
2Mon, 27 Aug 2007 08:03:51 +0200.
3
4It was downloaded from
5http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/
6
7Upstream author:
8
9 Dan Williams <dcbw@redhat.com>
10
11
12All files if not specified otherwise are licensed under the following terms:
13
14Copyright:
15
16 Copyright (C) 2004 - 2009 Red Hat, Inc.
17 Copyright (C) 2005 - 2008 Novell, Inc.
18 Copyright (C) 2001, 2002 Free Software Foundation
19
20License:
21
22 This package is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; either version 2 of the License, or
25 (at your option) any later version.
26
27 This package is distributed in the hope that it will be useful,
28 but WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 GNU General Public License for more details.
31
32 You should have received a copy of the GNU General Public License
33 along with this package; if not, write to the Free Software
34 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
35
36On Debian systems, the complete text of the GNU General
37Public License can be found in `/usr/share/common-licenses/GPL'.
38
39
40
41src/utils/nmn-mobile-providers.[ch]
42src/gnome-bluetooth/network-manager-applet.c
43
44Copyright:
45
46 Copyright (C) 2009 Novell, Inc.
47 Copyright (C) 2009 Red Hat, Inc.
48 Copyright (C) 2009 Bastien Nocera <hadess@hadess.net>
49
50License:
51
52 This library is free software; you can redistribute it and/or
53 modify it under the terms of the GNU Lesser General Public
54 License as published by the Free Software Foundation; either
55 version 2 of the License, or (at your option) any later version.
56
57 This library is distributed in the hope that it will be useful,
58 but WITHOUT ANY WARRANTY; without even the implied warranty of
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
60 Lesser General Public License for more details.
61
62 You should have received a copy of the GNU Lesser General Public License
63 along with this package; if not, write to the Free Software
64 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
65
66On Debian systems, the complete text of the GNU Lesser General
67Public License can be found in `/usr/share/common-licenses/LGPL'.
068
=== added directory 'debian/icons'
=== added directory 'debian/icons/22'
=== added file 'debian/icons/22/nm-active-device.png'
1Binary files debian/icons/22/nm-active-device.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-active-device.png 2012-02-01 02:46:23 +0000 differ69Binary files debian/icons/22/nm-active-device.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-active-device.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-device-wired-secure.png'
2Binary files debian/icons/22/nm-device-wired-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-device-wired-secure.png 2012-02-01 02:46:23 +0000 differ70Binary files debian/icons/22/nm-device-wired-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-device-wired-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-secure-lock.png'
3Binary files debian/icons/22/nm-secure-lock.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-secure-lock.png 2012-02-01 02:46:23 +0000 differ71Binary files debian/icons/22/nm-secure-lock.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-secure-lock.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-signal-00-secure.png'
4Binary files debian/icons/22/nm-signal-00-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-00-secure.png 2012-02-01 02:46:23 +0000 differ72Binary files debian/icons/22/nm-signal-00-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-00-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-signal-100-secure.png'
5Binary files debian/icons/22/nm-signal-100-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-100-secure.png 2012-02-01 02:46:23 +0000 differ73Binary files debian/icons/22/nm-signal-100-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-100-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-signal-25-secure.png'
6Binary files debian/icons/22/nm-signal-25-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-25-secure.png 2012-02-01 02:46:23 +0000 differ74Binary files debian/icons/22/nm-signal-25-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-25-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-signal-50-secure.png'
7Binary files debian/icons/22/nm-signal-50-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-50-secure.png 2012-02-01 02:46:23 +0000 differ75Binary files debian/icons/22/nm-signal-50-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-50-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/icons/22/nm-signal-75-secure.png'
8Binary files debian/icons/22/nm-signal-75-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-75-secure.png 2012-02-01 02:46:23 +0000 differ76Binary files debian/icons/22/nm-signal-75-secure.png 1970-01-01 00:00:00 +0000 and debian/icons/22/nm-signal-75-secure.png 2012-02-01 02:46:23 +0000 differ
=== added file 'debian/libnm-gtk-common.install'
--- debian/libnm-gtk-common.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-gtk-common.install 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1 @@
1/usr/share/libnm-gtk
02
=== added file 'debian/libnm-gtk-dev.install'
--- debian/libnm-gtk-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-gtk-dev.install 2012-02-01 02:46:23 +0000
@@ -0,0 +1,3 @@
1/usr/include
2/usr/lib/libnm-gtk*.so
3/usr/lib/pkgconfig/*.pc
04
=== added file 'debian/libnm-gtk0.install'
--- debian/libnm-gtk0.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-gtk0.install 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1 @@
1/usr/lib/libnm-gtk*.so.*
02
=== added file 'debian/network-manager-gnome.README.Debian'
--- debian/network-manager-gnome.README.Debian 1970-01-01 00:00:00 +0000
+++ debian/network-manager-gnome.README.Debian 2012-02-01 02:46:23 +0000
@@ -0,0 +1,6 @@
1network-manager-gnome provides a Notification Area applet called nm-applet for
2conveniently choosing wired and wireless networks in GNOME, KDE and XFCE.
3
4network-manager-gnome uses network-manager. Please see the
5network-mananger documentation in
6/usr/share/doc/network-manager/README.Debian for further information.
07
=== added file 'debian/network-manager-gnome.docs'
--- debian/network-manager-gnome.docs 1970-01-01 00:00:00 +0000
+++ debian/network-manager-gnome.docs 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1 @@
1NEWS
02
=== added file 'debian/network-manager-gnome.install'
--- debian/network-manager-gnome.install 1970-01-01 00:00:00 +0000
+++ debian/network-manager-gnome.install 2012-02-01 02:46:23 +0000
@@ -0,0 +1,6 @@
1/etc
2/usr/share/nm-applet
3/usr/share/applications
4/usr/bin
5/usr/share/icons
6/usr/lib/gnome-bluetooth/plugins/libnma.so
07
=== added file 'debian/network-manager-gnome.manpages'
--- debian/network-manager-gnome.manpages 1970-01-01 00:00:00 +0000
+++ debian/network-manager-gnome.manpages 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1 @@
1debian/nm-applet.1
02
=== added file 'debian/nm-applet.sgml'
--- debian/nm-applet.sgml 1970-01-01 00:00:00 +0000
+++ debian/nm-applet.sgml 2012-02-01 02:46:23 +0000
@@ -0,0 +1,100 @@
1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
7
8manpage.1: manpage.sgml
9 docbook-to-man $< > $@
10
11
12 The docbook-to-man binary is found in the docbook-to-man package.
13 Please remember that if you create the nroff version in one of the
14 debian/rules file targets (such as build), you will need to include
15 docbook-to-man in your Build-Depends control field.
16
17 -->
18
19 <!-- Please adjust the date whenever revising the manpage. -->
20 <!ENTITY date "<date>8 February, 2006</date>">
21 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
22 allowed: see man(7), man(1). -->
23 <!ENTITY package "nm-applet">
24 <!ENTITY gnu "<acronym>GNU</acronym>">
25 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
26]>
27
28<refentry>
29 <refentryinfo>
30 <address>
31 <email>giskard@autistici.org</email>;
32 </address>
33 <author>
34 <firstname>Riccardo</firstname>
35 <surname>Setti</surname>
36 </author>
37 <copyright>
38 <year>2006</year>
39 <holder>Riccardo Setti</holder>
40 </copyright>
41 &date;
42 </refentryinfo>
43 <refmeta>
44 <refentrytitle>nm-applet</refentrytitle>
45 <manvolnum>1</manvolnum>
46 </refmeta>
47 <refnamediv>
48 <refname>&package;</refname>
49
50 <refpurpose>Network management framework</refpurpose>
51 </refnamediv>
52 <refsynopsisdiv>
53 <cmdsynopsis>
54 <command>&package;</command>
55 </cmdsynopsis>
56 </refsynopsisdiv>
57 <refsect1>
58 <title>DESCRIPTION</title>
59
60 <para><command>&package;</command> is the GNOME front-end for NetworkManager</para>
61 <para>It is a systray applet which will display an icon in GNOME's notification area but it
62 also works for other desktop environments which provide a systray like KDE or XFCE.</para>
63 <para><command>&package;</command> shows a list of available networks and allows you to easily switch between them. For encrypted networks it
64 will prompt you for the key/passphrase and you can optionally store them in the gnome-keyring so you don't have to
65 type them again.</para>
66 </refsect1>
67 <refsect1>
68 <title>SEE ALSO</title>
69
70 <para>NetworkManager(8), nm-tool(1)</para>
71
72 <para>More Information about NetworkManager can be found at
73 http://www.gnome.org/projects/NetworkManager/ .</para>
74 </refsect1>
75 <refsect1>
76 <title>AUTHOR</title>
77
78 <para>This manual page was written by Riccardo Setti <email>giskard@autistici.org</email> for
79 the <productname>Debian</productname> system.
80 </para>
81
82 </refsect1>
83</refentry>
84
85<!-- Keep this comment at the end of the file
86Local variables:
87mode: sgml
88sgml-omittag:t
89sgml-shorttag:t
90sgml-minimize-attributes:nil
91sgml-always-quote-attributes:t
92sgml-indent-step:2
93sgml-indent-data:t
94sgml-parent-document:nil
95sgml-default-dtd-file:nil
96sgml-exposed-tags:nil
97sgml-local-catalogs:nil
98sgml-local-ecat-files:nil
99End:
100-->
0101
=== added directory 'debian/patches'
=== added file 'debian/patches/04-autostart.patch'
--- debian/patches/04-autostart.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/04-autostart.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,26 @@
1From: Dylan McCall <dylanmccall@ubuntu.com>
2Subject: disable autostart when using gnome-shell
3Bug-Ubuntu: http://bugs.launchpad.net/bugs/852961
4
5Index: network-manager-applet-0.9.1.90/nm-applet.desktop.in
6===================================================================
7--- network-manager-applet-0.9.1.90.orig/nm-applet.desktop.in 2011-07-27 12:10:40.000000000 -0400
8+++ network-manager-applet-0.9.1.90/nm-applet.desktop.in 2011-09-30 14:29:17.392465532 -0400
9@@ -6,6 +6,7 @@
10 Terminal=false
11 Type=Application
12 NoDisplay=true
13+NotShowIn=KDE;
14 X-GNOME-Bugzilla-Bugzilla=GNOME
15 X-GNOME-Bugzilla-Product=NetworkManager
16 X-GNOME-Bugzilla-Component=general
17Index: network-manager-applet-0.9.1.90/nm-connection-editor.desktop.in
18===================================================================
19--- network-manager-applet-0.9.1.90.orig/nm-connection-editor.desktop.in 2010-09-28 16:01:05.000000000 -0400
20+++ network-manager-applet-0.9.1.90/nm-connection-editor.desktop.in 2011-09-30 14:28:42.720466306 -0400
21@@ -10,4 +10,4 @@
22 X-GNOME-Bugzilla-Product=NetworkManager
23 X-GNOME-Bugzilla-Component=general
24 Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings;
25-OnlyShowIn=GNOME;
26+NotShowIn=KDE;
027
=== added file 'debian/patches/14_lp123808_dont_start_applet_on_ltsp_client.patch'
--- debian/patches/14_lp123808_dont_start_applet_on_ltsp_client.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/14_lp123808_dont_start_applet_on_ltsp_client.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,11 @@
1--- network-manager-applet-0.6.5/src/applet.c.orig 2007-10-02 20:53:36.000000000 +0200
2+++ network-manager-applet-0.6.5/src/applet.c 2007-10-02 20:54:46.000000000 +0200
3@@ -132,7 +132,7 @@ static void nma_init (NMApplet *applet)
4 applet->animation_step = 0;
5 glade_gnome_init ();
6
7- if (!nma_icons_init (applet))
8+ if ((!nma_icons_init (applet)) || (g_getenv("LTSP_CLIENT")))
9 return;
10
11 /* gtk_window_set_default_icon_from_file (ICONDIR"/NMApplet/wireless-applet.png", NULL); */
012
=== added file 'debian/patches/applet-wifi-menu-before-vpn.patch'
--- debian/patches/applet-wifi-menu-before-vpn.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/applet-wifi-menu-before-vpn.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,23 @@
1Index: network-manager-applet-0.8.3+git.20110203t003354.9bf0b98/src/applet.c
2===================================================================
3--- network-manager-applet-0.8.3+git.20110203t003354.9bf0b98.orig/src/applet.c 2011-02-14 17:18:54.408664077 -0500
4+++ network-manager-applet-0.8.3+git.20110203t003354.9bf0b98/src/applet.c 2011-02-14 17:22:46.547351391 -0500
5@@ -1649,15 +1649,15 @@
6
7 n_wireless = nma_menu_add_devices (menu, applet);
8
9- nma_menu_add_vpn_submenu (menu, applet);
10-
11 if (n_wireless > 0 && nm_client_wireless_get_enabled (applet->nm_client)) {
12 /* Add the "Hidden wireless network..." entry */
13- nma_menu_add_separator_item (menu);
14 nma_menu_add_hidden_network_item (menu, applet);
15 nma_menu_add_create_network_item (menu, applet);
16+ nma_menu_add_separator_item (menu);
17 }
18
19+ nma_menu_add_vpn_submenu (menu, applet);
20+
21 gtk_widget_show_all (menu);
22
23 // nmi_dbus_signal_user_interface_activated (applet->connection);
024
=== added file 'debian/patches/clear-notification-actions.patch'
--- debian/patches/clear-notification-actions.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/clear-notification-actions.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,21 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: applet: clear notification actions before adding new ones
3Bug-Ubuntu: http://bugs.launchpad.net/bugs/606825
4
5Make sure we only ever have one of the "Don't show this again" button that
6will trigger disabling notifications. Otherwise we end up with multiple
7instances of the same button in notifications because one gets added every
8time a new notification stacks on top of an existing one.
9
10Index: network-manager-applet-0.9.1.90/src/applet.c
11===================================================================
12--- network-manager-applet-0.9.1.90.orig/src/applet.c 2012-01-06 12:03:08.000000000 +0100
13+++ network-manager-applet-0.9.1.90/src/applet.c 2012-01-06 12:03:30.944469038 +0100
14@@ -876,6 +876,7 @@
15 notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
16
17 if (applet_notify_server_has_actions () && action1) {
18+ notify_notification_clear_actions (notify);
19 notify_notification_add_action (notify, action1, action1_label,
20 action1_cb, action1_user_data, NULL);
21 }
022
=== added file 'debian/patches/default-ipv6-auto.patch'
--- debian/patches/default-ipv6-auto.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/default-ipv6-auto.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,13 @@
1Index: network-manager-applet-0.9.0/src/applet-dialogs.c
2===================================================================
3--- network-manager-applet-0.9.0.orig/src/applet-dialogs.c 2011-07-27 12:10:41.000000000 -0400
4+++ network-manager-applet-0.9.0/src/applet-dialogs.c 2011-08-30 14:21:05.450535323 -0400
5@@ -620,7 +620,7 @@
6 if (s_ip6)
7 method = nm_setting_ip6_config_get_method (s_ip6);
8
9- if (!method || !strcmp (method, NM_SETTING_IP6_CONFIG_METHOD_IGNORE)) {
10+ if (method && !strcmp (method, NM_SETTING_IP6_CONFIG_METHOD_IGNORE)) {
11 gtk_table_attach (table, create_info_label (_("Ignored"), FALSE),
12 0, 1, row, row + 1, GTK_FILL, GTK_FILL, 0, 0);
13 row++;
014
=== added file 'debian/patches/git_fix_gconf_helper_test_linking.patch'
--- debian/patches/git_fix_gconf_helper_test_linking.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/git_fix_gconf_helper_test_linking.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,27 @@
1From 9c01a7a03b0914453308affe68ceee8ccd5324cd Mon Sep 17 00:00:00 2001
2From: Kjartan Maraas <kmaraas@gnome.org>
3Date: Tue, 24 Jan 2012 12:32:24 +0100
4Subject: [PATCH] Fix linking with gnome-keyring in a gconf-helpers test
5 program.
6
7---
8 src/gconf-helpers/tests/Makefile.am | 3 ++-
9 1 files changed, 2 insertions(+), 1 deletions(-)
10
11diff --git a/src/gconf-helpers/tests/Makefile.am b/src/gconf-helpers/tests/Makefile.am
12index b046859..8226347 100644
13--- a/src/gconf-helpers/tests/Makefile.am
14+++ b/src/gconf-helpers/tests/Makefile.am
15@@ -18,7 +18,8 @@ test_upgrade_CPPFLAGS = \
16
17 test_upgrade_LDADD = \
18 ${builddir}/../libgconf-helpers-test.la \
19- $(NMA_LIBS)
20+ $(NMA_LIBS) \
21+ $(GNOME_KEYRING_LIBS)
22
23 check-local: test-upgrade
24 $(abs_builddir)/test-upgrade
25--
261.7.8.3
27
028
=== added file 'debian/patches/key-certificate-extensions.patch'
--- debian/patches/key-certificate-extensions.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/key-certificate-extensions.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,26 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: allow .key files as private key certificates
3Bug-Ubuntu: https://bugs.launchpad.net/bugs/839864
4
5Index: network-manager-applet-0.9.0/src/wireless-security/eap-method.c
6===================================================================
7--- network-manager-applet-0.9.0.orig/src/wireless-security/eap-method.c 2011-09-13 11:53:27.368280855 -0400
8+++ network-manager-applet-0.9.0/src/wireless-security/eap-method.c 2011-09-13 11:54:10.288280937 -0400
9@@ -604,7 +604,7 @@
10 static gboolean
11 default_filter_privkey (const GtkFileFilterInfo *filter_info, gpointer user_data)
12 {
13- const char *extensions[] = { ".der", ".pem", ".p12", NULL };
14+ const char *extensions[] = { ".der", ".pem", ".p12", ".key", NULL };
15 gboolean require_encrypted = !!user_data;
16 gboolean is_encrypted = TRUE;
17
18@@ -645,7 +645,7 @@
19 filter = gtk_file_filter_new ();
20 if (privkey) {
21 gtk_file_filter_add_custom (filter, GTK_FILE_FILTER_FILENAME, default_filter_privkey, NULL, NULL);
22- gtk_file_filter_set_name (filter, _("DER, PEM, or PKCS#12 private keys (*.der, *.pem, *.p12)"));
23+ gtk_file_filter_set_name (filter, _("DER, PEM, or PKCS#12 private keys (*.der, *.pem, *.p12, *.key)"));
24 } else {
25 gtk_file_filter_add_custom (filter, GTK_FILE_FILTER_FILENAME, default_filter_cert, NULL, NULL);
26 gtk_file_filter_set_name (filter, _("DER or PEM certificates (*.der, *.pem, *.crt, *.cer)"));
027
=== added file 'debian/patches/lp289466_always_show_tray_icon.patch'
--- debian/patches/lp289466_always_show_tray_icon.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp289466_always_show_tray_icon.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,35 @@
1=== modified file 'src/applet.c'
2---
3 src/applet.c | 5 ++++-
4 1 file changed, 4 insertions(+), 1 deletion(-)
5
6Index: network-manager-applet-0.8.1+git.20100809t190028.290dc70/src/applet.c
7===================================================================
8--- network-manager-applet-0.8.1+git.20100809t190028.290dc70.orig/src/applet.c 2010-08-10 14:47:03.000000000 -0400
9+++ network-manager-applet-0.8.1+git.20100809t190028.290dc70/src/applet.c 2010-08-10 15:13:45.967155252 -0400
10@@ -2232,6 +2232,8 @@
11
12 if (nm_client_get_manager_running (applet->nm_client))
13 g_idle_add (foo_set_initial_state, applet);
14+
15+ applet_schedule_update_icon (applet);
16 }
17
18 static GdkPixbuf *
19@@ -2350,6 +2352,8 @@
20 out:
21 if (!pixbuf)
22 pixbuf = applet_common_get_device_icon (state, applet);
23+ if (!pixbuf)
24+ pixbuf = applet->no_connection_icon;
25 return pixbuf;
26 }
27
28@@ -2417,7 +2421,6 @@
29 applet->update_icon_id = 0;
30
31 nm_running = nm_client_get_manager_running (applet->nm_client);
32- gtk_status_icon_set_visible (applet->status_icon, nm_running);
33
34 /* Handle device state first */
35
036
=== added file 'debian/patches/lp328572-dxteam-connect-text.patch'
--- debian/patches/lp328572-dxteam-connect-text.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp328572-dxteam-connect-text.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,33 @@
1=== modified file 'src/applet-device-wifi.c'
2---
3 src/applet-device-wifi.c | 10 ++++------
4 1 file changed, 4 insertions(+), 6 deletions(-)
5
6Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c
7===================================================================
8--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet-device-wifi.c 2011-05-25 22:36:13.949099715 -0400
9+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c 2011-05-25 22:36:50.639099711 -0400
10@@ -1264,7 +1264,6 @@
11 NMApplet *applet)
12 {
13 NMAccessPoint *new = NULL;
14- char *msg;
15 char *esc_ssid = NULL;
16
17 new = update_active_ap (device, new_state, applet);
18@@ -1276,11 +1275,11 @@
19 return;
20
21 esc_ssid = get_ssid_utf8 (new);
22- msg = g_strdup_printf (_("You are now connected to the wireless network '%s'."), esc_ssid);
23- applet_do_notify_with_pref (applet, _("Connection Established"),
24- msg, "nm-device-wireless",
25+ applet_do_notify_with_pref (applet,
26+ esc_ssid ? esc_ssid : _("(none)"),
27+ _("Connection Established"),
28+ "nm-device-wireless",
29 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
30- g_free (msg);
31 g_free (esc_ssid);
32 }
33
034
=== added file 'debian/patches/lp330571_dxteam_wired_connect_text.patch'
--- debian/patches/lp330571_dxteam_wired_connect_text.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp330571_dxteam_wired_connect_text.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,32 @@
1=== modified file 'src/applet-device-wired.c'
2--- a/src/applet-device-wired.c 2009-01-12 17:39:22 +0000
3+++ b/src/applet-device-wired.c 2009-02-17 15:29:30 +0000
4@@ -253,23 +253,19 @@
5 if (new_state == NM_DEVICE_STATE_ACTIVATED) {
6 NMConnection *connection;
7 NMSettingConnection *s_con = NULL;
8- char *str = NULL;
9+ const char *str = NULL;
10
11 connection = applet_find_active_connection_for_device (device, applet, NULL);
12 if (connection) {
13- const char *id;
14 s_con = NM_SETTING_CONNECTION (nm_connection_get_setting (connection, NM_TYPE_SETTING_CONNECTION));
15- id = s_con ? nm_setting_connection_get_id (s_con) : NULL;
16- if (id)
17- str = g_strdup_printf (_("You are now connected to '%s'."), id);
18+ str = s_con ? nm_setting_connection_get_id (s_con) : NULL;
19 }
20
21 applet_do_notify_with_pref (applet,
22- _("Connection Established"),
23- str ? str : _("You are now connected to the wired network."),
24+ str ? str : _("Wired network"),
25+ _("Connection Established"),
26 "nm-device-wired",
27 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
28- g_free (str);
29 }
30 }
31
32
033
=== added file 'debian/patches/lp330608_dxteam_gsm_connect_text.patch'
--- debian/patches/lp330608_dxteam_gsm_connect_text.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp330608_dxteam_gsm_connect_text.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,33 @@
1=== modified file 'src/applet-device-gsm.c'
2Index: network-manager-applet-0.8.4/src/applet-device-gsm.c
3===================================================================
4--- network-manager-applet-0.8.4.orig/src/applet-device-gsm.c 2011-05-05 15:35:53.000000000 -0400
5+++ network-manager-applet-0.8.4/src/applet-device-gsm.c 2011-05-05 17:04:29.004727961 -0400
6@@ -405,24 +405,19 @@
7 if (new_state == NM_DEVICE_STATE_ACTIVATED) {
8 NMConnection *connection;
9 NMSettingConnection *s_con = NULL;
10- char *str = NULL;
11+ const char *str = NULL;
12
13 connection = applet_find_active_connection_for_device (device, applet, NULL);
14 if (connection) {
15- const char *id;
16-
17 s_con = NM_SETTING_CONNECTION (nm_connection_get_setting (connection, NM_TYPE_SETTING_CONNECTION));
18- id = s_con ? nm_setting_connection_get_id (s_con) : NULL;
19- if (id)
20- str = g_strdup_printf (_("You are now connected to '%s'."), id);
21+ str = s_con ? nm_setting_connection_get_id (s_con) : NULL;
22 }
23
24 applet_do_notify_with_pref (applet,
25+ str ? str : _("GSM network."),
26 _("Connection Established"),
27- str ? str : _("You are now connected to the GSM network."),
28 "nm-device-wwan",
29 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
30- g_free (str);
31 }
32
33 /* Start/stop polling of quality and registration when device state changes */
034
=== added file 'debian/patches/lp337960_dxteam_notification_icon_names.diff'
--- debian/patches/lp337960_dxteam_notification_icon_names.diff 1970-01-01 00:00:00 +0000
+++ debian/patches/lp337960_dxteam_notification_icon_names.diff 2012-02-01 02:46:23 +0000
@@ -0,0 +1,55 @@
1=== modified file 'src/applet-device-gsm.c'
2---
3 src/applet-device-gsm.c | 2 +-
4 src/applet-device-wifi.c | 4 ++--
5 src/applet-device-wired.c | 2 +-
6 3 files changed, 4 insertions(+), 4 deletions(-)
7
8Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-gsm.c
9===================================================================
10--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet-device-gsm.c 2011-05-25 22:37:14.000000000 -0400
11+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-gsm.c 2011-05-25 22:37:24.339099707 -0400
12@@ -484,7 +484,7 @@
13 applet_do_notify_with_pref (applet,
14 str ? str : _("GSM network."),
15 _("Connection Established"),
16- "nm-device-wwan",
17+ "notification-gsm-high",
18 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
19 }
20
21Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c
22===================================================================
23--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet-device-wifi.c 2011-05-25 22:37:13.000000000 -0400
24+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c 2011-05-25 22:39:03.359099694 -0400
25@@ -1082,7 +1082,7 @@
26 applet->notify_actions ?
27 _("Click on this icon to connect to a wireless network") :
28 _("Use the network menu to connect to a wireless network"),
29- "nm-device-wireless",
30+ "notification-network-wireless-full",
31 "dont-show",
32 _("Don't show this message again"),
33 wifi_available_dont_show_cb,
34@@ -1278,7 +1278,7 @@
35 applet_do_notify_with_pref (applet,
36 esc_ssid ? esc_ssid : _("(none)"),
37 _("Connection Established"),
38- "nm-device-wireless",
39+ "notification-network-wireless-full",
40 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
41 g_free (esc_ssid);
42 }
43Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wired.c
44===================================================================
45--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet-device-wired.c 2011-05-25 22:37:14.000000000 -0400
46+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wired.c 2011-05-25 22:37:24.349099707 -0400
47@@ -269,7 +269,7 @@
48 applet_do_notify_with_pref (applet,
49 str ? str : _("Wired network"),
50 _("Connection Established"),
51- "nm-device-wired",
52+ "notification-network-ethernet-connected",
53 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
54 }
55 }
056
=== added file 'debian/patches/lp337960_dxteam_notification_icon_names_part2-images.diff'
--- debian/patches/lp337960_dxteam_notification_icon_names_part2-images.diff 1970-01-01 00:00:00 +0000
+++ debian/patches/lp337960_dxteam_notification_icon_names_part2-images.diff 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1860 @@
1=== modified file 'icons/scalable/Makefile.am'
2--- old/icons/scalable/Makefile.am 2009-02-17 16:32:22 +0000
3+++ new/icons/scalable/Makefile.am 2009-03-04 22:05:26 +0000
4@@ -1,7 +1,10 @@
5 icondir=${datadir}/icons/hicolor/scalable/apps
6 icon_DATA = \
7 nm-device-wired.svg \
8- nm-no-connection.svg
9+ nm-no-connection.svg \
10+ notification-gsm-high.svg \
11+ notification-network-ethernet-connected.svg \
12+ notification-network-wireless-full.svg
13
14 EXTRA_DIST = $(icon_DATA)
15
16
17=== added file 'icons/scalable/notification-gsm-high.svg'
18--- old/icons/scalable/notification-gsm-high.svg 1970-01-01 00:00:00 +0000
19+++ new/icons/scalable/notification-gsm-high.svg 2009-03-04 22:02:18 +0000
20@@ -0,0 +1,771 @@
21+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22+<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14576) -->
23+<svg
24+ xmlns:dc="http://purl.org/dc/elements/1.1/"
25+ xmlns:cc="http://creativecommons.org/ns#"
26+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
27+ xmlns:svg="http://www.w3.org/2000/svg"
28+ xmlns="http://www.w3.org/2000/svg"
29+ xmlns:xlink="http://www.w3.org/1999/xlink"
30+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
31+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
32+ version="1.0"
33+ x="0px"
34+ y="0px"
35+ width="47.998001"
36+ height="48"
37+ viewBox="0 0 47.998 45.129"
38+ enable-background="new 0 0 47.998 45.129"
39+ xml:space="preserve"
40+ id="svg2"
41+ sodipodi:version="0.32"
42+ inkscape:version="0.46"
43+ sodipodi:docname="notification-GSM-high.svg"
44+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
45+ id="metadata295"><rdf:RDF><cc:Work
46+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
47+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
48+ id="defs293"><inkscape:perspective
49+ sodipodi:type="inkscape:persp3d"
50+ inkscape:vp_x="0 : 22.564501 : 1"
51+ inkscape:vp_y="0 : 1000 : 0"
52+ inkscape:vp_z="47.998001 : 22.564501 : 1"
53+ inkscape:persp3d-origin="23.999001 : 15.043001 : 1"
54+ id="perspective297" />
55+
56+
57+<linearGradient
58+ inkscape:collect="always"
59+ xlink:href="#SVGID_3_"
60+ id="linearGradient2692"
61+ gradientUnits="userSpaceOnUse"
62+ x1="23.9995"
63+ y1="43.128899"
64+ x2="23.9995"
65+ y2="1.9985" /><linearGradient
66+ inkscape:collect="always"
67+ xlink:href="#SVGID_4_"
68+ id="linearGradient2694"
69+ gradientUnits="userSpaceOnUse"
70+ x1="23.9995"
71+ y1="43.128899"
72+ x2="23.9995"
73+ y2="1.9985" />
74+
75+ <linearGradient
76+ inkscape:collect="always"
77+ xlink:href="#SVGID_1_"
78+ id="linearGradient2706"
79+ gradientUnits="userSpaceOnUse"
80+ x1="23.9995"
81+ y1="43.128899"
82+ x2="23.9995"
83+ y2="1.9985" /><linearGradient
84+ inkscape:collect="always"
85+ xlink:href="#SVGID_2_"
86+ id="linearGradient2708"
87+ gradientUnits="userSpaceOnUse"
88+ x1="23.9995"
89+ y1="43.128899"
90+ x2="23.9995"
91+ y2="1.9985" />
92+
93+ <linearGradient
94+ inkscape:collect="always"
95+ xlink:href="#SVGID_1_"
96+ id="linearGradient2720"
97+ gradientUnits="userSpaceOnUse"
98+ x1="23.9995"
99+ y1="43.128899"
100+ x2="23.9995"
101+ y2="1.9985" /><linearGradient
102+ inkscape:collect="always"
103+ xlink:href="#SVGID_2_"
104+ id="linearGradient2722"
105+ gradientUnits="userSpaceOnUse"
106+ x1="23.9995"
107+ y1="43.128899"
108+ x2="23.9995"
109+ y2="1.9985" />
110+
111+ <linearGradient
112+ inkscape:collect="always"
113+ xlink:href="#SVGID_3_"
114+ id="linearGradient2733"
115+ gradientUnits="userSpaceOnUse"
116+ x1="23.9995"
117+ y1="43.128899"
118+ x2="23.9995"
119+ y2="1.9985" /><linearGradient
120+ inkscape:collect="always"
121+ xlink:href="#SVGID_4_"
122+ id="linearGradient2735"
123+ gradientUnits="userSpaceOnUse"
124+ x1="23.9995"
125+ y1="43.128899"
126+ x2="23.9995"
127+ y2="1.9985" />
128+
129+ <linearGradient
130+ inkscape:collect="always"
131+ xlink:href="#SVGID_3_"
132+ id="linearGradient2746"
133+ gradientUnits="userSpaceOnUse"
134+ x1="23.9995"
135+ y1="43.128899"
136+ x2="23.9995"
137+ y2="1.9985" /><linearGradient
138+ inkscape:collect="always"
139+ xlink:href="#SVGID_4_"
140+ id="linearGradient2748"
141+ gradientUnits="userSpaceOnUse"
142+ x1="23.9995"
143+ y1="43.128899"
144+ x2="23.9995"
145+ y2="1.9985" />
146+ <linearGradient
147+ id="SVGID_3_"
148+ gradientUnits="userSpaceOnUse"
149+ x1="23.9995"
150+ y1="43.128899"
151+ x2="23.9995"
152+ y2="1.9985">
153+ <stop
154+ offset="0"
155+ style="stop-color:#9B9B9B"
156+ id="stop272" />
157+ <stop
158+ offset="1"
159+ style="stop-color:#ECECEC"
160+ id="stop274" />
161+ </linearGradient>
162+
163+ <linearGradient
164+ id="SVGID_4_"
165+ gradientUnits="userSpaceOnUse"
166+ x1="23.9995"
167+ y1="43.128899"
168+ x2="23.9995"
169+ y2="1.9985">
170+ <stop
171+ offset="0"
172+ style="stop-color:#9B9B9B"
173+ id="stop279" />
174+ <stop
175+ offset="1"
176+ style="stop-color:#ECECEC"
177+ id="stop281" />
178+ </linearGradient>
179+
180+ <linearGradient
181+ inkscape:collect="always"
182+ xlink:href="#SVGID_4_"
183+ id="linearGradient2757"
184+ gradientUnits="userSpaceOnUse"
185+ x1="23.9995"
186+ y1="43.128899"
187+ x2="23.9995"
188+ y2="1.9985" /><linearGradient
189+ inkscape:collect="always"
190+ xlink:href="#SVGID_3_"
191+ id="linearGradient2760"
192+ gradientUnits="userSpaceOnUse"
193+ x1="23.9995"
194+ y1="43.128899"
195+ x2="23.9995"
196+ y2="1.9985" /><linearGradient
197+ inkscape:collect="always"
198+ xlink:href="#SVGID_1_"
199+ id="linearGradient2762"
200+ gradientUnits="userSpaceOnUse"
201+ x1="23.9995"
202+ y1="43.128899"
203+ x2="23.9995"
204+ y2="1.9985" /><linearGradient
205+ inkscape:collect="always"
206+ xlink:href="#SVGID_2_"
207+ id="linearGradient2764"
208+ gradientUnits="userSpaceOnUse"
209+ x1="23.9995"
210+ y1="43.128899"
211+ x2="23.9995"
212+ y2="1.9985" />
213+ <linearGradient
214+ id="SVGID_1_"
215+ gradientUnits="userSpaceOnUse"
216+ x1="23.9995"
217+ y1="43.128899"
218+ x2="23.9995"
219+ y2="1.9985">
220+ <stop
221+ offset="0"
222+ style="stop-color:#9B9B9B"
223+ id="stop252" />
224+ <stop
225+ offset="1"
226+ style="stop-color:#ECECEC"
227+ id="stop254" />
228+ </linearGradient>
229+
230+ <linearGradient
231+ id="SVGID_2_"
232+ gradientUnits="userSpaceOnUse"
233+ x1="23.9995"
234+ y1="43.128899"
235+ x2="23.9995"
236+ y2="1.9985">
237+ <stop
238+ offset="0"
239+ style="stop-color:#9B9B9B"
240+ id="stop259" />
241+ <stop
242+ offset="1"
243+ style="stop-color:#ECECEC"
244+ id="stop261" />
245+ </linearGradient>
246+
247+ <linearGradient
248+ inkscape:collect="always"
249+ xlink:href="#SVGID_2_"
250+ id="linearGradient2773"
251+ gradientUnits="userSpaceOnUse"
252+ x1="23.9995"
253+ y1="43.128899"
254+ x2="23.9995"
255+ y2="1.9985" /><linearGradient
256+ inkscape:collect="always"
257+ xlink:href="#SVGID_1_"
258+ id="linearGradient2776"
259+ gradientUnits="userSpaceOnUse"
260+ x1="23.9995"
261+ y1="43.128899"
262+ x2="23.9995"
263+ y2="1.9985" />
264+
265+
266+
267+
268+
269+ </defs><sodipodi:namedview
270+ inkscape:window-height="480"
271+ inkscape:window-width="640"
272+ inkscape:pageshadow="2"
273+ inkscape:pageopacity="0.0"
274+ guidetolerance="10.0"
275+ gridtolerance="10.0"
276+ objecttolerance="10.0"
277+ borderopacity="1.0"
278+ bordercolor="#666666"
279+ pagecolor="#ffffff"
280+ id="base"
281+ showgrid="false"
282+ inkscape:zoom="7.5034483"
283+ inkscape:cx="28.079323"
284+ inkscape:cy="16.968917"
285+ inkscape:current-layer="svg2" />
286+<pattern
287+ x="-0.001"
288+ y="45.998"
289+ width="69"
290+ height="69"
291+ patternUnits="userSpaceOnUse"
292+ id="Polka_Dot_Pattern"
293+ viewBox="2.125 -70.896 69 69"
294+ overflow="visible">
295+ <g
296+ id="g5">
297+ <polygon
298+ fill="none"
299+ points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "
300+ id="polygon7" />
301+ <polygon
302+ fill="#F6BB60"
303+ points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "
304+ id="polygon9" />
305+ <g
306+ id="g11">
307+ <path
308+ fill="#FFFFFF"
309+ d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
310+ id="path13" />
311+ <path
312+ fill="#FFFFFF"
313+ d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
314+ id="path15" />
315+ <path
316+ fill="#FFFFFF"
317+ d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
318+ id="path17" />
319+ <path
320+ fill="#FFFFFF"
321+ d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
322+ id="path19" />
323+ <path
324+ fill="#FFFFFF"
325+ d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
326+ id="path21" />
327+ <path
328+ fill="#FFFFFF"
329+ d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
330+ id="path23" />
331+ <path
332+ fill="#FFFFFF"
333+ d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
334+ id="path25" />
335+ <path
336+ fill="#FFFFFF"
337+ d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
338+ id="path27" />
339+ <path
340+ fill="#FFFFFF"
341+ d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
342+ id="path29" />
343+ </g>
344+ <g
345+ id="g31">
346+ <path
347+ fill="#FFFFFF"
348+ d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
349+ id="path33" />
350+ </g>
351+ <path
352+ fill="#FFFFFF"
353+ d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626 c-0.021,0.011-0.021-0.005-0.03-0.025"
354+ id="path35" />
355+ <g
356+ id="g37">
357+ <g
358+ id="g39">
359+ <path
360+ fill="#FFFFFF"
361+ d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
362+ id="path41" />
363+ <path
364+ fill="#FFFFFF"
365+ d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
366+ id="path43" />
367+ <path
368+ fill="#FFFFFF"
369+ d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
370+ id="path45" />
371+ <path
372+ fill="#FFFFFF"
373+ d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
374+ id="path47" />
375+ <path
376+ fill="#FFFFFF"
377+ d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
378+ id="path49" />
379+ <path
380+ fill="#FFFFFF"
381+ d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
382+ id="path51" />
383+ <path
384+ fill="#FFFFFF"
385+ d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
386+ id="path53" />
387+ <path
388+ fill="#FFFFFF"
389+ d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
390+ id="path55" />
391+ <path
392+ fill="#FFFFFF"
393+ d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
394+ id="path57" />
395+ <path
396+ fill="#FFFFFF"
397+ d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
398+ id="path59" />
399+ </g>
400+ <g
401+ id="g61">
402+ <path
403+ fill="#FFFFFF"
404+ d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
405+ id="path63" />
406+ <path
407+ fill="#FFFFFF"
408+ d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
409+ id="path65" />
410+ <path
411+ fill="#FFFFFF"
412+ d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
413+ id="path67" />
414+ <path
415+ fill="#FFFFFF"
416+ d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
417+ id="path69" />
418+ <path
419+ fill="#FFFFFF"
420+ d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
421+ id="path71" />
422+ <path
423+ fill="#FFFFFF"
424+ d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
425+ id="path73" />
426+ <path
427+ fill="#FFFFFF"
428+ d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
429+ id="path75" />
430+ <path
431+ fill="#FFFFFF"
432+ d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
433+ id="path77" />
434+ <path
435+ fill="#FFFFFF"
436+ d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
437+ id="path79" />
438+ <path
439+ fill="#FFFFFF"
440+ d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32 c-0.021,0.011-0.021-0.005-0.03-0.025"
441+ id="path81" />
442+ </g>
443+ <g
444+ id="g83">
445+ <path
446+ fill="#FFFFFF"
447+ d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
448+ id="path85" />
449+ <path
450+ fill="#FFFFFF"
451+ d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
452+ id="path87" />
453+ <path
454+ fill="#FFFFFF"
455+ d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
456+ id="path89" />
457+ <path
458+ fill="#FFFFFF"
459+ d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
460+ id="path91" />
461+ <path
462+ fill="#FFFFFF"
463+ d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
464+ id="path93" />
465+ <path
466+ fill="#FFFFFF"
467+ d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
468+ id="path95" />
469+ <path
470+ fill="#FFFFFF"
471+ d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
472+ id="path97" />
473+ <path
474+ fill="#FFFFFF"
475+ d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
476+ id="path99" />
477+ <path
478+ fill="#FFFFFF"
479+ d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
480+ id="path101" />
481+ <path
482+ fill="#FFFFFF"
483+ d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
484+ id="path103" />
485+ </g>
486+ <g
487+ id="g105">
488+ <path
489+ fill="#FFFFFF"
490+ d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
491+ id="path107" />
492+ <path
493+ fill="#FFFFFF"
494+ d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
495+ id="path109" />
496+ <path
497+ fill="#FFFFFF"
498+ d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
499+ id="path111" />
500+ <path
501+ fill="#FFFFFF"
502+ d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
503+ id="path113" />
504+ <path
505+ fill="#FFFFFF"
506+ d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
507+ id="path115" />
508+ <path
509+ fill="#FFFFFF"
510+ d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
511+ id="path117" />
512+ <path
513+ fill="#FFFFFF"
514+ d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
515+ id="path119" />
516+ <path
517+ fill="#FFFFFF"
518+ d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
519+ id="path121" />
520+ <path
521+ fill="#FFFFFF"
522+ d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C8.15-41.004,8.149-41.02,8.14-41.04"
523+ id="path123" />
524+ <path
525+ fill="#FFFFFF"
526+ d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
527+ id="path125" />
528+ </g>
529+ <g
530+ id="g127">
531+ <path
532+ fill="#FFFFFF"
533+ d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
534+ id="path129" />
535+ <path
536+ fill="#FFFFFF"
537+ d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
538+ id="path131" />
539+ <path
540+ fill="#FFFFFF"
541+ d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
542+ id="path133" />
543+ <path
544+ fill="#FFFFFF"
545+ d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
546+ id="path135" />
547+ <path
548+ fill="#FFFFFF"
549+ d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
550+ id="path137" />
551+ <path
552+ fill="#FFFFFF"
553+ d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
554+ id="path139" />
555+ <path
556+ fill="#FFFFFF"
557+ d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
558+ id="path141" />
559+ <path
560+ fill="#FFFFFF"
561+ d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
562+ id="path143" />
563+ <path
564+ fill="#FFFFFF"
565+ d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
566+ id="path145" />
567+ <path
568+ fill="#FFFFFF"
569+ d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362 c-0.021,0.011-0.021-0.005-0.03-0.025"
570+ id="path147" />
571+ </g>
572+ <g
573+ id="g149">
574+ <path
575+ fill="#FFFFFF"
576+ d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
577+ id="path151" />
578+ <path
579+ fill="#FFFFFF"
580+ d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
581+ id="path153" />
582+ <path
583+ fill="#FFFFFF"
584+ d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
585+ id="path155" />
586+ <path
587+ fill="#FFFFFF"
588+ d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
589+ id="path157" />
590+ <path
591+ fill="#FFFFFF"
592+ d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
593+ id="path159" />
594+ <path
595+ fill="#FFFFFF"
596+ d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
597+ id="path161" />
598+ <path
599+ fill="#FFFFFF"
600+ d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
601+ id="path163" />
602+ <path
603+ fill="#FFFFFF"
604+ d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
605+ id="path165" />
606+ <path
607+ fill="#FFFFFF"
608+ d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
609+ id="path167" />
610+ <path
611+ fill="#FFFFFF"
612+ d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
613+ id="path169" />
614+ </g>
615+ <g
616+ id="g171">
617+ <path
618+ fill="#FFFFFF"
619+ d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
620+ id="path173" />
621+ <path
622+ fill="#FFFFFF"
623+ d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
624+ id="path175" />
625+ <path
626+ fill="#FFFFFF"
627+ d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
628+ id="path177" />
629+ <path
630+ fill="#FFFFFF"
631+ d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
632+ id="path179" />
633+ <path
634+ fill="#FFFFFF"
635+ d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
636+ id="path181" />
637+ <path
638+ fill="#FFFFFF"
639+ d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
640+ id="path183" />
641+ <path
642+ fill="#FFFFFF"
643+ d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
644+ id="path185" />
645+ <path
646+ fill="#FFFFFF"
647+ d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
648+ id="path187" />
649+ <path
650+ fill="#FFFFFF"
651+ d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
652+ id="path189" />
653+ <path
654+ fill="#FFFFFF"
655+ d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057 c-0.021,0.011-0.021-0.005-0.03-0.025"
656+ id="path191" />
657+ </g>
658+ <g
659+ id="g193">
660+ <path
661+ fill="#FFFFFF"
662+ d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
663+ id="path195" />
664+ <path
665+ fill="#FFFFFF"
666+ d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
667+ id="path197" />
668+ <path
669+ fill="#FFFFFF"
670+ d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
671+ id="path199" />
672+ <path
673+ fill="#FFFFFF"
674+ d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
675+ id="path201" />
676+ <path
677+ fill="#FFFFFF"
678+ d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
679+ id="path203" />
680+ <path
681+ fill="#FFFFFF"
682+ d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
683+ id="path205" />
684+ <path
685+ fill="#FFFFFF"
686+ d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
687+ id="path207" />
688+ <path
689+ fill="#FFFFFF"
690+ d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
691+ id="path209" />
692+ <path
693+ fill="#FFFFFF"
694+ d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
695+ id="path211" />
696+ <path
697+ fill="#FFFFFF"
698+ d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631 C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
699+ id="path213" />
700+ </g>
701+ </g>
702+ <g
703+ id="g215">
704+ <path
705+ fill="#FFFFFF"
706+ d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46 c-0.051,0.062-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
707+ id="path217" />
708+ <path
709+ fill="#FFFFFF"
710+ d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
711+ id="path219" />
712+ <path
713+ fill="#FFFFFF"
714+ d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
715+ id="path221" />
716+ <path
717+ fill="#FFFFFF"
718+ d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
719+ id="path223" />
720+ <path
721+ fill="#FFFFFF"
722+ d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
723+ id="path225" />
724+ <path
725+ fill="#FFFFFF"
726+ d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
727+ id="path227" />
728+ <path
729+ fill="#FFFFFF"
730+ d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
731+ id="path229" />
732+ <path
733+ fill="#FFFFFF"
734+ d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C15.81-2.74,15.809-2.756,15.8-2.776"
735+ id="path231" />
736+ <path
737+ fill="#FFFFFF"
738+ d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751 C8.15-2.74,8.149-2.756,8.14-2.776"
739+ id="path233" />
740+ <path
741+ fill="#FFFFFF"
742+ d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46 C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631 C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751 C0.489-2.74,0.488-2.756,0.479-2.776"
743+ id="path235" />
744+ </g>
745+ </g>
746+</pattern>
747+<g
748+ id="Layer_2"
749+ style="opacity:0.3">
750+ <g
751+ id="g238">
752+ <g
753+ id="g240">
754+ <path
755+ d="M 44.087,0 L 38.347,0 C 36.189,0 34.435,1.753 34.435,3.912 L 34.435,9.081 C 33.887,8.789 33.271,8.607 32.608,8.607 L 26.869,8.607 C 24.712,8.607 22.956,10.363 22.956,12.521 L 22.956,17.69 C 22.409,17.398 21.793,17.216 21.13,17.216 L 15.39,17.216 C 13.232,17.216 11.478,18.972 11.478,21.13 L 11.478,26.299 C 10.93,26.007 10.314,25.825 9.65,25.825 L 3.912,25.825 C 1.753,25.825 0,27.578 0,29.736 L 0,41.215 C 0,43.373 1.753,45.129 3.912,45.129 L 9.651,45.129 C 10.789,45.129 11.805,44.633 12.521,43.856 C 13.236,44.633 14.252,45.129 15.39,45.129 L 21.129,45.129 C 22.267,45.129 23.283,44.633 23.998,43.856 C 24.714,44.633 25.73,45.129 26.868,45.129 L 32.607,45.129 C 33.745,45.129 34.761,44.633 35.476,43.856 C 36.192,44.633 37.207,45.129 38.346,45.129 L 44.086,45.129 C 46.243,45.129 47.997,43.375 47.997,41.217 L 47.997,3.912 C 47.998,1.753 46.244,0 44.087,0 z M 11.564,41.216 C 11.564,42.273 10.707,43.129 9.651,43.129 L 3.912,43.129 C 2.855,43.129 1.999,42.273 1.999,41.216 L 1.999,29.737 C 1.999,28.68 2.855,27.824 3.912,27.824 L 9.651,27.824 C 10.707,27.824 11.564,28.68 11.564,29.737 L 11.564,41.216 z M 23.042,41.216 C 23.042,42.273 22.186,43.129 21.129,43.129 L 15.39,43.129 C 14.334,43.129 13.477,42.273 13.477,41.216 L 13.477,21.129 C 13.477,20.072 14.334,19.216 15.39,19.216 L 21.129,19.216 C 22.186,19.216 23.042,20.072 23.042,21.129 L 23.042,41.216 z M 34.521,41.216 C 34.521,42.273 33.665,43.129 32.608,43.129 L 26.869,43.129 C 25.813,43.129 24.956,42.273 24.956,41.216 L 24.956,12.52 C 24.956,11.463 25.813,10.607 26.869,10.607 L 32.608,10.607 C 33.665,10.607 34.521,11.463 34.521,12.52 L 34.521,41.216 z M 45.999,41.216 C 45.999,42.273 45.143,43.129 44.086,43.129 L 38.347,43.129 C 37.29,43.129 36.434,42.273 36.434,41.216 L 36.434,3.911 C 36.434,2.855 37.29,1.998 38.347,1.998 L 44.086,1.998 C 45.143,1.998 45.999,2.855 45.999,3.911 L 45.999,41.216 z"
756+ id="path242" />
757+ </g>
758+ </g>
759+</g>
760+
761+<g
762+ id="g2808"><path
763+ id="path2788"
764+ d="M 21.129,19.216 L 15.39,19.216 C 14.334,19.216 13.477,20.072 13.477,21.129 L 13.477,41.216 C 13.477,42.273 14.334,43.129 15.39,43.129 L 21.129,43.129 C 22.186,43.129 23.042,42.273 23.042,41.216 L 23.042,21.129 C 23.042,20.072 22.186,19.216 21.129,19.216 z"
765+ style="fill:url(#linearGradient2757)" /><path
766+ id="path2798"
767+ d="M 21.129,19.216 L 15.39,19.216 C 14.334,19.216 13.477,20.072 13.477,21.129 L 13.477,41.216 C 13.477,41.648 13.625,42.041 13.866,42.361 C 13.779,42.142 13.727,41.904 13.727,41.654 L 13.727,21.566 C 13.727,20.509 14.584,19.653 15.64,19.653 L 21.379,19.653 C 22.004,19.653 22.554,19.957 22.903,20.422 C 22.622,19.716 21.936,19.216 21.129,19.216 z"
768+ style="opacity:0.4;fill:#ffffff" /></g><g
769+ id="g2800"
770+ style="opacity:0.3"><path
771+ id="path283"
772+ d="M 44.086,1.998 L 38.347,1.998 C 37.29,1.998 36.434,2.855 36.434,3.911 L 36.434,41.216 C 36.434,42.273 37.29,43.129 38.347,43.129 L 44.086,43.129 C 45.143,43.129 45.999,42.273 45.999,41.216 L 45.999,3.911 C 45.999,2.855 45.143,1.998 44.086,1.998 z"
773+ style="fill:url(#linearGradient2757)" /><path
774+ id="path2796"
775+ d="M 44.086,1.998 L 38.347,1.998 C 37.29,1.998 36.434,2.855 36.434,3.911 L 36.434,41.216 C 36.434,41.648 36.581,42.041 36.823,42.361 C 36.736,42.142 36.684,41.904 36.684,41.654 L 36.684,4.349 C 36.684,3.293 37.54,2.436 38.597,2.436 L 44.336,2.436 C 44.961,2.436 45.511,2.741 45.86,3.205 C 45.579,2.499 44.893,1.998 44.086,1.998 z"
776+ style="opacity:0.4;fill:#ffffff" /></g><g
777+ id="g2812"><path
778+ id="path2790"
779+ d="M 9.651,27.824 L 3.912,27.824 C 2.855,27.824 1.999,28.68 1.999,29.737 L 1.999,41.216 C 1.999,42.273 2.855,43.129 3.912,43.129 L 9.651,43.129 C 10.707,43.129 11.564,42.273 11.564,41.216 L 11.564,29.737 C 11.564,28.681 10.708,27.824 9.651,27.824 z"
780+ style="fill:url(#linearGradient2757)" /><path
781+ id="path2794"
782+ d="M 9.651,27.824 L 3.912,27.824 C 2.855,27.824 1.999,28.68 1.999,29.737 L 1.999,41.216 C 1.999,41.648 2.147,42.041 2.388,42.361 C 2.301,42.142 2.249,41.904 2.249,41.654 L 2.249,30.175 C 2.249,29.118 3.105,28.262 4.162,28.262 L 9.901,28.262 C 10.526,28.262 11.076,28.567 11.425,29.031 C 11.144,28.324 10.457,27.824 9.651,27.824 z"
783+ style="opacity:0.4;fill:#ffffff" /></g><g
784+ id="g2804"><path
785+ id="path2786"
786+ d="M 32.607,10.607 L 26.868,10.607 C 25.812,10.607 24.955,11.463 24.955,12.52 L 24.955,41.216 C 24.955,42.273 25.812,43.129 26.868,43.129 L 32.607,43.129 C 33.664,43.129 34.52,42.273 34.52,41.216 L 34.52,12.52 C 34.521,11.463 33.664,10.607 32.607,10.607 z"
787+ style="fill:url(#linearGradient2757)" /><path
788+ id="path290"
789+ d="M 32.607,10.607 L 26.868,10.607 C 25.812,10.607 24.955,11.463 24.955,12.52 L 24.955,41.216 C 24.955,41.647 25.103,42.04 25.344,42.361 C 25.257,42.142 25.205,41.904 25.205,41.654 L 25.205,12.958 C 25.205,11.901 26.062,11.045 27.118,11.045 L 32.857,11.045 C 33.482,11.045 34.032,11.349 34.381,11.813 C 34.101,11.107 33.414,10.607 32.607,10.607 z"
790+ style="opacity:0.4;fill:#ffffff" /></g>
791+</svg>
792\ No newline at end of file
793
794=== added file 'icons/scalable/notification-network-ethernet-connected.svg'
795--- old/icons/scalable/notification-network-ethernet-connected.svg 1970-01-01 00:00:00 +0000
796+++ new/icons/scalable/notification-network-ethernet-connected.svg 2009-03-04 22:01:48 +0000
797@@ -0,0 +1,1015 @@
798+<?xml version="1.0" encoding="utf-8"?>
799+<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14576) -->
800+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
801+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
802+ width="47.998px" height="48px" viewBox="0 0 47.998 48" enable-background="new 0 0 47.998 48" xml:space="preserve">
803+<pattern x="-0.002" y="48" width="69" height="69" patternUnits="userSpaceOnUse" id="Polka_Dot_Pattern" viewBox="2.125 -70.896 69 69" overflow="visible">
804+ <g>
805+ <polygon fill="none" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
806+ <polygon fill="#F6BB60" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
807+ <g>
808+ <path fill="#FFFFFF" d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
809+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
810+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
811+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
812+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
813+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
814+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
815+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
816+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
817+ <path fill="#FFFFFF" d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
818+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
819+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
820+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
821+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
822+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
823+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
824+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
825+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
826+ <path fill="#FFFFFF" d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
827+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
828+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
829+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
830+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
831+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
832+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
833+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
834+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
835+ <path fill="#FFFFFF" d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
836+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
837+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
838+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
839+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
840+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
841+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
842+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
843+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
844+ <path fill="#FFFFFF" d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
845+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
846+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
847+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
848+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
849+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
850+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
851+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
852+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
853+ <path fill="#FFFFFF" d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
854+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
855+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
856+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
857+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
858+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
859+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
860+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
861+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
862+ <path fill="#FFFFFF" d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
863+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
864+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
865+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
866+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
867+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
868+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
869+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
870+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
871+ <path fill="#FFFFFF" d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
872+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
873+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
874+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
875+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
876+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
877+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
878+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
879+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
880+ <path fill="#FFFFFF" d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335
881+ c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
882+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
883+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
884+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
885+ c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
886+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
887+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
888+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
889+ </g>
890+ <g>
891+ <path fill="#FFFFFF" d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128
892+ c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
893+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
894+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
895+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
896+ c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
897+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
898+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
899+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
900+ </g>
901+ <path fill="#FFFFFF" d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128
902+ c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
903+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
904+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
905+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
906+ c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
907+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
908+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626
909+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
910+ <g>
911+ <g>
912+ <path fill="#FFFFFF" d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
913+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
914+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
915+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
916+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
917+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
918+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
919+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
920+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
921+ <path fill="#FFFFFF" d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
922+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
923+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
924+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
925+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
926+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
927+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
928+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
929+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
930+ <path fill="#FFFFFF" d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
931+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
932+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
933+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
934+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
935+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
936+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
937+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
938+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
939+ <path fill="#FFFFFF" d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
940+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
941+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
942+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
943+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
944+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
945+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
946+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
947+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
948+ <path fill="#FFFFFF" d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
949+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
950+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
951+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
952+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
953+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
954+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
955+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
956+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
957+ <path fill="#FFFFFF" d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
958+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
959+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
960+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
961+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
962+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
963+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
964+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
965+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
966+ <path fill="#FFFFFF" d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
967+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
968+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
969+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
970+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
971+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
972+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
973+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
974+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
975+ <path fill="#FFFFFF" d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
976+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
977+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
978+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
979+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
980+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
981+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
982+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
983+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
984+ <path fill="#FFFFFF" d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
985+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
986+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
987+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
988+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
989+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
990+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
991+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
992+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
993+ <path fill="#FFFFFF" d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
994+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
995+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
996+ c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45
997+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
998+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
999+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1000+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1001+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1002+ </g>
1003+ <g>
1004+ <path fill="#FFFFFF" d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1005+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1006+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1007+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1008+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1009+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1010+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1011+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1012+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1013+ <path fill="#FFFFFF" d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1014+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1015+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1016+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1017+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1018+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1019+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1020+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1021+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1022+ <path fill="#FFFFFF" d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1023+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1024+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1025+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1026+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1027+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1028+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1029+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1030+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1031+ <path fill="#FFFFFF" d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1032+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1033+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1034+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1035+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1036+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1037+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1038+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1039+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1040+ <path fill="#FFFFFF" d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1041+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1042+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1043+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1044+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1045+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1046+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1047+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1048+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1049+ <path fill="#FFFFFF" d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1050+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1051+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1052+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1053+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1054+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1055+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1056+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1057+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1058+ <path fill="#FFFFFF" d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1059+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1060+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1061+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1062+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1063+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1064+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1065+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1066+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1067+ <path fill="#FFFFFF" d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1068+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1069+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1070+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1071+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1072+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1073+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1074+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1075+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1076+ <path fill="#FFFFFF" d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1077+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1078+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1079+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1080+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1081+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1082+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1083+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1084+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1085+ <path fill="#FFFFFF" d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1086+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1087+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1088+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1089+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1090+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1091+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1092+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32
1093+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1094+ </g>
1095+ <g>
1096+ <path fill="#FFFFFF" d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1097+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1098+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1099+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1100+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1101+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1102+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1103+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1104+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1105+ <path fill="#FFFFFF" d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1106+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1107+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1108+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1109+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1110+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1111+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1112+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1113+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1114+ <path fill="#FFFFFF" d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1115+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1116+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1117+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1118+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1119+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1120+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1121+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1122+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1123+ <path fill="#FFFFFF" d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1124+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1125+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1126+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1127+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1128+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1129+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1130+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1131+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1132+ <path fill="#FFFFFF" d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1133+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1134+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1135+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1136+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1137+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1138+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1139+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1140+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1141+ <path fill="#FFFFFF" d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1142+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1143+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1144+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1145+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1146+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1147+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1148+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1149+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1150+ <path fill="#FFFFFF" d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1151+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1152+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1153+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1154+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1155+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1156+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1157+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1158+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1159+ <path fill="#FFFFFF" d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1160+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1161+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1162+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1163+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1164+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1165+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1166+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1167+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1168+ <path fill="#FFFFFF" d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1169+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1170+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1171+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1172+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1173+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1174+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1175+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1176+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1177+ <path fill="#FFFFFF" d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1178+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1179+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1180+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1181+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1182+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1183+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1184+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1185+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1186+ </g>
1187+ <g>
1188+ <path fill="#FFFFFF" d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1189+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1190+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1191+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1192+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1193+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1194+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1195+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1196+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1197+ <path fill="#FFFFFF" d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1198+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1199+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1200+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1201+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1202+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1203+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1204+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1205+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1206+ <path fill="#FFFFFF" d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1207+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1208+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1209+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1210+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1211+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1212+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1213+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1214+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1215+ <path fill="#FFFFFF" d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1216+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1217+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1218+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1219+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1220+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1221+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1222+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1223+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1224+ <path fill="#FFFFFF" d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1225+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1226+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1227+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1228+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1229+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1230+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1231+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1232+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1233+ <path fill="#FFFFFF" d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1234+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1235+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1236+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1237+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1238+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1239+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1240+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1241+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1242+ <path fill="#FFFFFF" d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1243+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1244+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1245+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1246+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1247+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1248+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1249+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1250+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1251+ <path fill="#FFFFFF" d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1252+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1253+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1254+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1255+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1256+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1257+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1258+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1259+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1260+ <path fill="#FFFFFF" d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1261+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1262+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1263+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1264+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1265+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1266+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1267+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1268+ C8.15-41.004,8.149-41.02,8.14-41.04"/>
1269+ <path fill="#FFFFFF" d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1270+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1271+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1272+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1273+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1274+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1275+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1276+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1277+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1278+ </g>
1279+ <g>
1280+ <path fill="#FFFFFF" d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1281+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1282+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1283+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1284+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1285+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1286+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1287+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1288+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1289+ <path fill="#FFFFFF" d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1290+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1291+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1292+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1293+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1294+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1295+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1296+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1297+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1298+ <path fill="#FFFFFF" d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1299+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1300+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1301+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1302+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1303+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1304+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1305+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1306+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1307+ <path fill="#FFFFFF" d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1308+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1309+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1310+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1311+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1312+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1313+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1314+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1315+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1316+ <path fill="#FFFFFF" d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1317+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1318+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1319+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1320+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1321+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1322+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1323+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1324+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1325+ <path fill="#FFFFFF" d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1326+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1327+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1328+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1329+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1330+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1331+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1332+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1333+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1334+ <path fill="#FFFFFF" d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1335+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1336+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1337+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1338+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1339+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1340+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1341+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1342+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1343+ <path fill="#FFFFFF" d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1344+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1345+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1346+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1347+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1348+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1349+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1350+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1351+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1352+ <path fill="#FFFFFF" d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1353+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1354+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1355+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1356+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1357+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1358+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1359+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1360+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1361+ <path fill="#FFFFFF" d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1362+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1363+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1364+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1365+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1366+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1367+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1368+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362
1369+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1370+ </g>
1371+ <g>
1372+ <path fill="#FFFFFF" d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1373+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1374+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1375+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1376+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1377+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1378+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1379+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1380+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1381+ <path fill="#FFFFFF" d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1382+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1383+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1384+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1385+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1386+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1387+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1388+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1389+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1390+ <path fill="#FFFFFF" d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1391+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1392+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1393+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1394+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1395+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1396+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1397+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1398+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1399+ <path fill="#FFFFFF" d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1400+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1401+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1402+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1403+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1404+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1405+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1406+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1407+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1408+ <path fill="#FFFFFF" d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1409+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1410+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1411+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1412+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1413+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1414+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1415+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1416+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1417+ <path fill="#FFFFFF" d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1418+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1419+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1420+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1421+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1422+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1423+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1424+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1425+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1426+ <path fill="#FFFFFF" d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1427+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1428+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1429+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1430+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1431+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1432+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1433+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1434+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1435+ <path fill="#FFFFFF" d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1436+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1437+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1438+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1439+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1440+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1441+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1442+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1443+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1444+ <path fill="#FFFFFF" d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1445+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1446+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1447+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1448+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1449+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1450+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1451+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1452+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1453+ <path fill="#FFFFFF" d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1454+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1455+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1456+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1457+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1458+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1459+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1460+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1461+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1462+ </g>
1463+ <g>
1464+ <path fill="#FFFFFF" d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1465+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1466+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1467+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1468+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1469+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1470+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1471+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1472+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1473+ <path fill="#FFFFFF" d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1474+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1475+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1476+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1477+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1478+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1479+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1480+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1481+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1482+ <path fill="#FFFFFF" d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1483+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1484+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1485+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1486+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1487+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1488+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1489+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1490+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1491+ <path fill="#FFFFFF" d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1492+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1493+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1494+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1495+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1496+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1497+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1498+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1499+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1500+ <path fill="#FFFFFF" d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1501+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1502+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1503+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1504+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1505+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1506+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1507+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1508+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1509+ <path fill="#FFFFFF" d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1510+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1511+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1512+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1513+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1514+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1515+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1516+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1517+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1518+ <path fill="#FFFFFF" d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1519+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1520+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1521+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1522+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1523+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1524+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1525+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1526+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1527+ <path fill="#FFFFFF" d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1528+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1529+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1530+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1531+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1532+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1533+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1534+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1535+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1536+ <path fill="#FFFFFF" d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1537+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1538+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1539+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1540+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1541+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1542+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1543+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1544+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1545+ <path fill="#FFFFFF" d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1546+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1547+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1548+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1549+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1550+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1551+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1552+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057
1553+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1554+ </g>
1555+ <g>
1556+ <path fill="#FFFFFF" d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1557+ c-0.05,0.062-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161
1558+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1559+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1560+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1561+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1562+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1563+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1564+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1565+ <path fill="#FFFFFF" d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1566+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1567+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1568+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1569+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1570+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1571+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1572+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1573+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1574+ <path fill="#FFFFFF" d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1575+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1576+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1577+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1578+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1579+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1580+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1581+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1582+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1583+ <path fill="#FFFFFF" d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1584+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1585+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1586+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1587+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1588+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1589+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1590+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1591+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1592+ <path fill="#FFFFFF" d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1593+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1594+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1595+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1596+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1597+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1598+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1599+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1600+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1601+ <path fill="#FFFFFF" d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1602+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1603+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1604+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1605+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1606+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1607+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1608+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1609+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1610+ <path fill="#FFFFFF" d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1611+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1612+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1613+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1614+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1615+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1616+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1617+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1618+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1619+ <path fill="#FFFFFF" d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1620+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1621+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1622+ c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34
1623+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1624+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1625+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1626+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1627+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1628+ <path fill="#FFFFFF" d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1629+ C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239
1630+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1631+ C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1632+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1633+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1634+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1635+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1636+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1637+ <path fill="#FFFFFF" d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1638+ C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161
1639+ c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631
1640+ C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45
1641+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071
1642+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1643+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1644+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1645+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1646+ </g>
1647+ </g>
1648+ <g>
1649+ <path fill="#FFFFFF" d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46
1650+ c-0.051,0.062-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161
1651+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1652+ C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1653+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1654+ c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
1655+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1656+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
1657+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1658+ <path fill="#FFFFFF" d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46
1659+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1660+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1661+ C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1662+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1663+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1664+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1665+ c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169
1666+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1667+ <path fill="#FFFFFF" d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46
1668+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1669+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1670+ C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1671+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1672+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1673+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1674+ c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169
1675+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1676+ <path fill="#FFFFFF" d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1677+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1678+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1679+ C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1680+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1681+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1682+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1683+ c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169
1684+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1685+ <path fill="#FFFFFF" d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1686+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1687+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1688+ C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1689+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1690+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1691+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1692+ c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169
1693+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1694+ <path fill="#FFFFFF" d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1695+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1696+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1697+ C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1698+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1699+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1700+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1701+ c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169
1702+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1703+ <path fill="#FFFFFF" d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1704+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1705+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1706+ C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1707+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1708+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1709+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1710+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1711+ c-0.021,0.011-0.021-0.005-0.03-0.025"/>
1712+ <path fill="#FFFFFF" d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
1713+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
1714+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1715+ C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1716+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1717+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1718+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
1719+ c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
1720+ C15.81-2.74,15.809-2.756,15.8-2.776"/>
1721+ <path fill="#FFFFFF" d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46
1722+ c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587
1723+ c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
1724+ C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
1725+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
1726+ c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
1727+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367
1728+ c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751
1729+ C8.15-2.74,8.149-2.756,8.14-2.776"/>
1730+ <path fill="#FFFFFF" d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46
1731+ C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161
1732+ c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631
1733+ C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45
1734+ c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419
1735+ c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
1736+ c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367
1737+ c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751
1738+ C0.489-2.74,0.488-2.756,0.479-2.776"/>
1739+ </g>
1740+ </g>
1741+</pattern>
1742+<g id="Layer_2" opacity="0.3">
1743+ <g>
1744+ <g>
1745+ <path d="M45,0H3C1.345,0,0,1.345,0,3v42c0,1.655,1.345,3,3,3h42c1.652,0,2.997-1.345,2.997-3V3C47.998,1.345,46.653,0,45,0z
1746+ M46,45c0,0.553-0.447,1-1,1H3c-0.552,0-1-0.447-1-1V3c0-0.552,0.448-1,1-1h42c0.553,0,1,0.448,1,1V45z"/>
1747+ </g>
1748+ </g>
1749+</g>
1750+<g id="Layer_4">
1751+ <g>
1752+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="41.8296" y1="48.5405" x2="6.1704" y2="-0.5401">
1753+ <stop offset="0" style="stop-color:#9B9B9B"/>
1754+ <stop offset="1" style="stop-color:#ECECEC"/>
1755+ </linearGradient>
1756+ <path fill="url(#SVGID_1_)" d="M46,45c0,0.553-0.447,1-1,1H3c-0.552,0-1-0.447-1-1V3c0-0.552,0.448-1,1-1h42c0.553,0,1,0.448,1,1
1757+ V45z"/>
1758+ </g>
1759+</g>
1760+<g id="Layer_5">
1761+ <g opacity="0.4">
1762+ <g>
1763+ <path fill="#FFFFFF" d="M45,2H3C2.448,2,2,2.448,2,3V45c0,0.553,0.448,1,1,1h42c0.553,0,1-0.447,1-1V3C46,2.448,45.552,2,45,2z
1764+ M45,45.001h-42L3.001,2.999H45V45.001z"/>
1765+ </g>
1766+ </g>
1767+</g>
1768+<g id="Layer_3">
1769+ <path id="path3499_3_" sodipodi:nodetypes="ccccccccccccc" opacity="0.4" fill="#FFFFFF" d="M21.028,13.083v1.986h-5.958v3.973
1770+ h-3.974v17.876h27.808V19.042h-3.971v-3.973h-5.961v-1.986H21.028z"/>
1771+</g>
1772+<g id="Layer_1">
1773+ <linearGradient id="path3499_1_" gradientUnits="userSpaceOnUse" x1="24" y1="35.9175" x2="24" y2="12.083">
1774+ <stop offset="0" style="stop-color:#1F1F1F"/>
1775+ <stop offset="1" style="stop-color:#000000"/>
1776+ </linearGradient>
1777+ <path id="path3499_2_" sodipodi:nodetypes="ccccccccccccc" fill="url(#path3499_1_)" d="M20.028,12.083v1.986h-5.958v3.973h-3.974
1778+ v17.876h27.808V18.042h-3.971v-3.973h-5.961v-1.986H20.028z"/>
1779+ <g>
1780+ <linearGradient id="rect3503_2_" gradientUnits="userSpaceOnUse" x1="22.3828" y1="33.5669" x2="22.3828" y2="30.7681">
1781+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1782+ <stop offset="1" style="stop-color:#737373"/>
1783+ </linearGradient>
1784+ <rect id="rect3503_4_" x="21.612" y="30.768" fill="url(#rect3503_2_)" width="1.541" height="2.799"/>
1785+ <linearGradient id="rect3505_1_" gradientUnits="userSpaceOnUse" x1="28.7358" y1="33.6724" x2="28.7358" y2="30.6606">
1786+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1787+ <stop offset="1" style="stop-color:#737373"/>
1788+ </linearGradient>
1789+ <rect id="rect3505_2_" x="27.908" y="30.661" fill="url(#rect3505_1_)" width="1.657" height="3.012"/>
1790+ <linearGradient id="rect3507_1_" gradientUnits="userSpaceOnUse" x1="25.5581" y1="33.6724" x2="25.5581" y2="30.6606">
1791+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1792+ <stop offset="1" style="stop-color:#737373"/>
1793+ </linearGradient>
1794+ <rect id="rect3507_2_" x="24.731" y="30.661" fill="url(#rect3507_1_)" width="1.655" height="3.012"/>
1795+ <linearGradient id="rect3509_1_" gradientUnits="userSpaceOnUse" x1="19.2051" y1="33.5669" x2="19.2051" y2="30.7681">
1796+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1797+ <stop offset="1" style="stop-color:#737373"/>
1798+ </linearGradient>
1799+ <rect id="rect3509_2_" x="18.436" y="30.768" fill="url(#rect3509_1_)" width="1.54" height="2.799"/>
1800+ <linearGradient id="rect3503_3_" gradientUnits="userSpaceOnUse" x1="16.0293" y1="33.5669" x2="16.0293" y2="30.7681">
1801+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1802+ <stop offset="1" style="stop-color:#737373"/>
1803+ </linearGradient>
1804+ <rect id="rect3503_1_" x="15.259" y="30.768" fill="url(#rect3503_3_)" width="1.541" height="2.799"/>
1805+ <linearGradient id="rect3512_1_" gradientUnits="userSpaceOnUse" x1="31.9136" y1="33.6724" x2="31.9136" y2="30.6606">
1806+ <stop offset="0.4725" style="stop-color:#FFFFFF"/>
1807+ <stop offset="1" style="stop-color:#737373"/>
1808+ </linearGradient>
1809+ <rect id="rect3512_2_" x="31.086" y="30.661" fill="url(#rect3512_1_)" width="1.654" height="3.012"/>
1810+ </g>
1811+</g>
1812+</svg>
1813
1814=== added file 'icons/scalable/notification-network-wireless-full.svg'
1815--- old/icons/scalable/notification-network-wireless-full.svg 1970-01-01 00:00:00 +0000
1816+++ new/icons/scalable/notification-network-wireless-full.svg 2009-03-04 21:54:28 +0000
1817@@ -0,0 +1,41 @@
1818+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1819+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1820+<svg
1821+ xmlns:svg="http://www.w3.org/2000/svg"
1822+ xmlns="http://www.w3.org/2000/svg"
1823+ version="1.0"
1824+ width="100%"
1825+ height="117.31"
1826+ viewBox="0 0 117.31 89.687"
1827+ id="Layer_1"
1828+ xml:space="preserve"><defs
1829+ id="defs52" />
1830+
1831+
1832+
1833+<g
1834+ transform="translate(-604,0)"
1835+ id="g39"
1836+ style="fill:#ffffff;fill-opacity:0.5">
1837+ <path
1838+ d="M 673.988,42.845 C 673.988,36.587 668.914,31.513 662.655,31.513 C 656.396,31.513 651.322,36.587 651.322,42.845 C 651.322,47.662 654.333,51.767 658.571,53.407 L 658.571,85.69 C 658.571,86.756 658.988,87.762 659.744,88.517 C 660.498,89.273 661.503,89.687 662.572,89.687 L 662.738,89.687 C 663.805,89.687 664.81,89.273 665.566,88.517 C 666.322,87.762 666.738,86.756 666.738,85.69 L 666.738,53.408 C 670.977,51.768 673.988,47.664 673.988,42.845 z"
1839+ id="path41"
1840+ style="fill:#ffffff;fill-opacity:0.5" />
1841+ <path
1842+ d="M 643.363,71.746 C 633.228,66.112 626.358,55.275 626.356,42.846 L 626.356,42.846 C 626.358,30.417 633.228,19.58 643.363,13.946 L 643.363,13.946 L 643.365,13.946 C 645.294,12.87 647.729,13.565 648.804,15.494 L 648.804,15.494 C 649.877,17.425 649.185,19.86 647.254,20.935 L 647.254,20.935 C 639.558,25.225 634.355,33.418 634.357,42.846 L 634.357,42.846 C 634.355,52.274 639.558,60.465 647.256,64.757 L 647.256,64.757 C 649.185,65.832 649.879,68.27 648.804,70.199 L 648.804,70.199 C 648.072,71.511 646.71,72.253 645.306,72.253 L 645.306,72.253 C 644.647,72.252 643.979,72.089 643.363,71.746 L 643.363,71.746 z"
1843+ id="path43"
1844+ style="fill:#ffffff;fill-opacity:0.5" />
1845+ <path
1846+ d="M 628.913,85.183 C 614.061,76.925 604,61.054 604,42.846 L 604,42.846 C 604,24.634 614.061,8.765 628.913,0.505 L 628.913,0.505 L 628.913,0.507 C 630.843,-0.569 633.277,0.126 634.353,2.056 L 634.353,2.056 C 635.426,3.986 634.734,6.421 632.803,7.496 L 632.803,7.496 C 620.392,14.411 611.995,27.636 611.998,42.846 L 611.998,42.846 C 611.995,58.054 620.392,71.279 632.803,78.194 L 632.803,78.194 C 634.734,79.267 635.428,81.704 634.353,83.633 L 634.353,83.633 C 633.621,84.947 632.258,85.689 630.854,85.689 L 630.854,85.689 C 630.196,85.689 629.529,85.526 628.913,85.183 L 628.913,85.183 z"
1847+ id="path45"
1848+ style="fill:#ffffff;fill-opacity:0.5" />
1849+ <path
1850+ d="M 676.505,70.198 C 675.429,68.267 676.123,65.831 678.054,64.758 L 678.054,64.758 C 685.749,60.466 690.952,52.274 690.95,42.846 L 690.95,42.846 C 690.952,33.418 685.749,25.226 678.054,20.934 L 678.054,20.934 C 676.123,19.86 675.429,17.424 676.505,15.493 L 676.505,15.493 C 677.578,13.563 680.015,12.87 681.945,13.945 L 681.945,13.945 C 692.08,19.579 698.95,30.417 698.952,42.846 L 698.952,42.846 C 698.95,55.274 692.08,66.114 681.945,71.747 L 681.945,71.747 C 681.329,72.09 680.661,72.254 680.002,72.254 L 680.002,72.254 C 678.598,72.253 677.235,71.511 676.505,70.198 L 676.505,70.198 z"
1851+ id="path47"
1852+ style="fill:#ffffff;fill-opacity:0.5" />
1853+ <path
1854+ d="M 690.954,83.633 C 689.88,81.701 690.573,79.267 692.505,78.192 L 692.505,78.192 C 704.916,71.279 713.312,58.054 713.31,42.847 L 713.31,42.847 C 713.312,27.635 704.916,14.411 692.505,7.497 L 692.505,7.497 C 690.575,6.422 689.88,3.985 690.956,2.056 L 690.956,2.056 C 692.03,0.124 694.466,-0.569 696.396,0.505 L 696.396,0.505 C 711.247,8.765 721.308,24.636 721.31,42.847 L 721.31,42.847 C 721.308,61.054 711.247,76.925 696.396,85.184 L 696.396,85.184 C 695.78,85.527 695.112,85.689 694.454,85.689 L 694.454,85.689 C 693.049,85.689 691.686,84.948 690.954,83.633 L 690.954,83.633 z"
1855+ id="path49"
1856+ style="fill:#ffffff;fill-opacity:0.5" />
1857+</g>
1858+</svg>
1859\ No newline at end of file
1860
01861
=== added file 'debian/patches/lp341684_device_sensitive_disconnect_notify.patch'
--- debian/patches/lp341684_device_sensitive_disconnect_notify.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp341684_device_sensitive_disconnect_notify.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,211 @@
1=== modified file 'src/applet-device-wifi.c'
2---
3 src/applet-device-wifi.c | 4 +
4 src/applet.c | 136 +++++++++++++++++++++++++++++++++++++++++++++--
5 src/applet.h | 3 +
6 3 files changed, 138 insertions(+), 5 deletions(-)
7
8Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c
9===================================================================
10--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet-device-wifi.c 2011-05-26 12:06:44.354951016 -0400
11+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet-device-wifi.c 2011-05-26 12:06:46.074951016 -0400
12@@ -1275,6 +1275,7 @@
13 return;
14
15 esc_ssid = get_ssid_utf8 (new);
16+ g_object_set_data_full (G_OBJECT(device), "canonical-last-essid", g_strdup (esc_ssid), (GDestroyNotify) g_free);
17 applet_do_notify_with_pref (applet,
18 esc_ssid ? esc_ssid : _("(none)"),
19 _("Connection Established"),
20Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.c
21===================================================================
22--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet.c 2011-05-26 12:06:41.254951016 -0400
23+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.c 2011-05-26 12:09:18.424951004 -0400
24@@ -43,6 +43,7 @@
25 #include <dbus/dbus-glib-lowlevel.h>
26
27 #include <NetworkManagerVPN.h>
28+#include <nm-device.h>
29 #include <nm-device-ethernet.h>
30 #include <nm-device-wifi.h>
31 #include <nm-device-modem.h>
32@@ -209,6 +210,19 @@
33
34 /********************************************************************/
35
36+struct _OfflineNotificationContextInfo {
37+ NMState state;
38+ NMDeviceState device_state;
39+ NMDeviceStateReason device_state_reason;
40+ NMDeviceType device_type;
41+ gchar* title;
42+ const gchar* text;
43+ const gchar* icon;
44+ NotifyUrgency urgency;
45+};
46+
47+typedef struct _OfflineNotificationContextInfo OfflineNotificationContextInfo;
48+
49 static NMActiveConnection *
50 applet_get_best_activating_connection (NMApplet *applet, NMDevice **device)
51 {
52@@ -2190,6 +2204,59 @@
53 return NULL;
54 }
55
56+static gboolean
57+select_merged_notification_text (OfflineNotificationContextInfo *info)
58+{
59+ info->urgency = NOTIFY_URGENCY_LOW;
60+ /* only do something if this is about full offline state */
61+ if(info->state != NM_STATE_UNKNOWN || info->device_state != NM_DEVICE_STATE_UNKNOWN) {
62+ info->urgency = NOTIFY_URGENCY_NORMAL;
63+ if (!info->title)
64+ info->title = g_strdup (_("Network"));
65+ if (info->state == NM_STATE_DISCONNECTED || info->state == NM_STATE_ASLEEP) {
66+ info->urgency = NOTIFY_URGENCY_CRITICAL;
67+ info->text = _("Disconnected - you are now offline");
68+ } else
69+ info->text = _("Disconnected");
70+
71+ switch (info->device_type) {
72+ case NM_DEVICE_TYPE_ETHERNET:
73+ info->icon = "notification-network-ethernet-disconnected";
74+ break;
75+ case NM_DEVICE_TYPE_WIFI:
76+ info->icon = "notification-network-wireless-disconnected";
77+ break;
78+ case NM_DEVICE_TYPE_MODEM:
79+ info->icon = "notification-gsm-disconnected";
80+ break;
81+ default:
82+ info->icon = "nm-no-connection";
83+ break;
84+ }
85+ g_debug("going for offline with icon: %s", info->icon);
86+ return TRUE;
87+ }
88+ return FALSE;
89+}
90+
91+static gboolean
92+foo_online_offline_deferred_notify (gpointer user_data)
93+{
94+ NMApplet *applet = NM_APPLET (user_data);
95+ OfflineNotificationContextInfo *info = applet->notification_queue_data;
96+ if(select_merged_notification_text (info))
97+ applet_do_notify (applet, info->urgency, info->title, info->text, info->icon, NULL, NULL, NULL, applet);
98+ else
99+ g_debug("no notification because merged found that we have nothing to say (e.g. not offline)");
100+ if (info->title)
101+ g_free (info->title);
102+ info->title = NULL;
103+ g_free (applet->notification_queue_data);
104+ applet->notification_queue_data = NULL;
105+ applet->deferred_id = 0;
106+ return FALSE;
107+}
108+
109 static void
110 applet_common_device_state_changed (NMDevice *device,
111 NMDeviceState new_state,
112@@ -2203,6 +2270,54 @@
113 vpn_activating = applet_is_any_vpn_activating (applet);
114
115 switch (new_state) {
116+ case NM_DEVICE_STATE_FAILED:
117+ case NM_DEVICE_STATE_DISCONNECTED:
118+ case NM_DEVICE_STATE_UNMANAGED:
119+ case NM_DEVICE_STATE_UNAVAILABLE:
120+ {
121+ if (old_state != NM_DEVICE_STATE_FAILED &&
122+ old_state != NM_DEVICE_STATE_UNKNOWN &&
123+ old_state != NM_DEVICE_STATE_DISCONNECTED &&
124+ old_state != NM_DEVICE_STATE_UNMANAGED &&
125+ old_state != NM_DEVICE_STATE_UNAVAILABLE) {
126+ OfflineNotificationContextInfo *info = applet->notification_queue_data;
127+ if (!info) {
128+ info = g_new0(OfflineNotificationContextInfo, 1);
129+ applet->notification_queue_data = info;
130+ }
131+
132+ info->device_state = new_state;
133+ info->device_state_reason = reason;
134+ if (info->title) {
135+ g_free(info->title);
136+ info->title = NULL;
137+ }
138+ if (NM_IS_DEVICE_WIFI (device)) {
139+ info->device_type = NM_DEVICE_TYPE_WIFI;
140+ info->title = g_strdup(g_object_get_data (G_OBJECT(device), "canonical-last-essid"));
141+ if (!info->title)
142+ info->title = g_strdup (_("Wireless network"));
143+ } else if (NM_IS_DEVICE_ETHERNET (device)) {
144+ info->device_type = NM_DEVICE_TYPE_ETHERNET;
145+ info->title = g_strdup(_("Wired network"));
146+ } else if (NM_IS_DEVICE_MODEM (device)) {
147+ info->device_type = NM_DEVICE_TYPE_MODEM;
148+ info->title = g_strdup (_("Modem network"));
149+ } else {
150+ info->device_type = NM_DEVICE_TYPE_UNKNOWN;
151+ info->title = g_strdup (_("Network"));
152+ }
153+
154+ if (applet->deferred_id)
155+ g_source_remove (applet->deferred_id);
156+ applet->deferred_id = g_timeout_add (1000, foo_online_offline_deferred_notify, applet);
157+
158+ clear_animation_timeout (applet);
159+ } else {
160+ g_debug ("old state indicates that this was not a disconnect %d", old_state);
161+ }
162+ break;
163+ }
164 case NM_DEVICE_STATE_PREPARE:
165 case NM_DEVICE_STATE_CONFIG:
166 case NM_DEVICE_STATE_NEED_AUTH:
167@@ -2273,13 +2388,26 @@
168 {
169 NMApplet *applet = NM_APPLET (user_data);
170
171+ g_debug("foo_client_state_changed_cb");
172 switch (nm_client_get_state (client)) {
173 case NM_STATE_DISCONNECTED:
174- applet_do_notify_with_pref (applet, _("Disconnected"),
175- _("The network connection has been disconnected."),
176- "nm-no-connection",
177- PREF_DISABLE_DISCONNECTED_NOTIFICATIONS);
178+ case NM_STATE_ASLEEP:
179+ {
180+ OfflineNotificationContextInfo *info = applet->notification_queue_data;
181+ if (!info) {
182+ info = g_new0(OfflineNotificationContextInfo, 1);
183+ applet->notification_queue_data = info;
184+ }
185+
186+ info->state = nm_client_get_state (client);
187+ select_merged_notification_text (info);
188+
189+ if (applet->deferred_id)
190+ g_source_remove (applet->deferred_id);
191+ applet->deferred_id = g_timeout_add (1000, foo_online_offline_deferred_notify, applet);
192+
193 /* Fall through */
194+ }
195 default:
196 break;
197 }
198Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.h
199===================================================================
200--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet.h 2011-05-25 21:20:49.000000000 -0400
201+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.h 2011-05-26 12:06:46.074951016 -0400
202@@ -170,6 +170,9 @@
203
204 /* Tracker objects for secrets requests */
205 GSList * secrets_reqs;
206+
207+ gpointer notification_queue_data;
208+ guint deferred_id;
209 } NMApplet;
210
211 typedef void (*AppletNewAutoConnectionCallback) (NMConnection *connection,
0212
=== added file 'debian/patches/lp358526_generic_disconnected_notification_icon.patch'
--- debian/patches/lp358526_generic_disconnected_notification_icon.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp358526_generic_disconnected_notification_icon.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,17 @@
1---
2 src/applet.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.c
6===================================================================
7--- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/src/applet.c 2011-05-26 11:44:24.000000000 -0400
8+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/src/applet.c 2011-05-26 11:58:42.954951054 -0400
9@@ -2230,7 +2230,7 @@
10 info->icon = "notification-gsm-disconnected";
11 break;
12 default:
13- info->icon = "nm-no-connection";
14+ info->icon = "notification-network-disconnected";
15 break;
16 }
17 g_debug("going for offline with icon: %s", info->icon);
018
=== added file 'debian/patches/lp460144_correctly_update_notification.patch'
--- debian/patches/lp460144_correctly_update_notification.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp460144_correctly_update_notification.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,75 @@
1Index: network-manager-applet-0.8.9997+git.20110616t193616.b2e6a33/src/applet.c
2===================================================================
3--- network-manager-applet-0.8.9997+git.20110616t193616.b2e6a33.orig/src/applet.c 2011-06-17 14:06:04.807740985 -0400
4+++ network-manager-applet-0.8.9997+git.20110616t193616.b2e6a33/src/applet.c 2011-06-17 14:06:29.547741028 -0400
5@@ -787,17 +787,6 @@
6 return item;
7 }
8
9-static void
10-applet_clear_notify (NMApplet *applet)
11-{
12- if (applet->notification == NULL)
13- return;
14-
15- notify_notification_close (applet->notification, NULL);
16- g_object_unref (applet->notification);
17- applet->notification = NULL;
18-}
19-
20 static gboolean
21 applet_notify_server_has_actions (void)
22 {
23@@ -839,19 +828,28 @@
24 if (!gtk_status_icon_is_embedded (applet->status_icon))
25 return;
26
27- applet_clear_notify (applet);
28-
29 escaped = utils_escape_notify_message (message);
30- notify = notify_notification_new (summary,
31- escaped,
32- icon ? icon : GTK_STOCK_NETWORK
33+
34+ if (applet->notification == NULL) {
35+ notify = notify_notification_new (summary,
36+ escaped,
37+ icon ? icon : GTK_STOCK_NETWORK
38 #if HAVE_LIBNOTIFY_07
39- );
40+ );
41 #else
42- , NULL);
43+ , NULL);
44 #endif
45+
46+ applet->notification = notify;
47+ } else {
48+ notify = applet->notification;
49+ notify_notification_update (notify,
50+ summary,
51+ escaped,
52+ icon ? icon : GTK_STOCK_NETWORK);
53+ }
54+
55 g_free (escaped);
56- applet->notification = notify;
57
58 #if HAVE_LIBNOTIFY_07
59 notify_notification_set_hint (notify, "transient", g_variant_new_boolean (TRUE));
60@@ -3226,7 +3224,6 @@
61 /* Have clicking on the applet act also as acknowledgement
62 * of the notification.
63 */
64- applet_clear_notify (applet);
65
66 /* Kill any old menu */
67 if (applet->menu)
68@@ -3256,7 +3253,6 @@
69 /* Have clicking on the applet act also as acknowledgement
70 * of the notification.
71 */
72- applet_clear_notify (applet);
73
74 nma_context_menu_update (applet);
75 gtk_menu_popup (GTK_MENU (applet->context_menu), NULL, NULL,
076
=== added file 'debian/patches/lp830178_adhoc_ip6_ignore.patch'
--- debian/patches/lp830178_adhoc_ip6_ignore.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp830178_adhoc_ip6_ignore.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,26 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: set IPv6 to Ignore by default for creating new ad-hoc wifi networks.
3Bug-Ubuntu: https://bugs.launchpad.net/bugs/830178
4
5Index: network-manager-applet-0.9.1.90/src/libnm-gtk/nm-wireless-dialog.c
6===================================================================
7--- network-manager-applet-0.9.1.90.orig/src/libnm-gtk/nm-wireless-dialog.c 2011-08-26 16:38:33.000000000 -0400
8+++ network-manager-applet-0.9.1.90/src/libnm-gtk/nm-wireless-dialog.c 2011-10-03 14:47:24.050143959 -0400
9@@ -1227,12 +1227,17 @@
10
11 if (priv->adhoc_create) {
12 NMSettingIP4Config *s_ip4;
13+ NMSettingIP6Config *s_ip6;
14
15 g_object_set (s_wireless, NM_SETTING_WIRELESS_MODE, "adhoc", NULL);
16
17 s_ip4 = (NMSettingIP4Config *) nm_setting_ip4_config_new ();
18 g_object_set (s_ip4, NM_SETTING_IP4_CONFIG_METHOD, NM_SETTING_IP4_CONFIG_METHOD_SHARED, NULL);
19 nm_connection_add_setting (connection, (NMSetting *) s_ip4);
20+
21+ s_ip6 = (NMSettingIP6Config *) nm_setting_ip6_config_new ();
22+ g_object_set (s_ip6, NM_SETTING_IP6_CONFIG_METHOD, NM_SETTING_IP6_CONFIG_METHOD_IGNORE, NULL);
23+ nm_connection_add_setting (connection, (NMSetting *) s_ip6);
24 }
25
26 nm_connection_add_setting (connection, (NMSetting *) s_wireless);
027
=== added file 'debian/patches/lp912150_lazy_notify_init.patch'
--- debian/patches/lp912150_lazy_notify_init.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp912150_lazy_notify_init.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,81 @@
1From c90e011ff05d0c91061eb723be4b5913b4295276 Mon Sep 17 00:00:00 2001
2From: Martin Pitt <martin.pitt@ubuntu.com>
3Date: Fri, 6 Jan 2012 11:57:29 +0100
4Subject: [PATCH] Lazily initialize notification service
5
6Avoid spawning the notification daemon at startup through querying server caps.
7Instead, cache the result in applet_notify_server_has_actions() and initialize
8it lazily.
9
10Bug: https://bugzilla.gnome.org/show_bug.cgi?id=667400
11Bug-Ubuntu: https://launchpad.net/bugs/912150
12---
13 src/applet.c | 11 +++++++----
14 src/applet.h | 1 -
15 2 files changed, 7 insertions(+), 5 deletions(-)
16
17Index: network-manager-applet-0.9.1.90/src/applet.c
18===================================================================
19--- network-manager-applet-0.9.1.90.orig/src/applet.c 2012-01-06 12:19:42.960516079 +0100
20+++ network-manager-applet-0.9.1.90/src/applet.c 2012-01-06 12:19:42.980516080 +0100
21@@ -801,9 +801,14 @@
22 static gboolean
23 applet_notify_server_has_actions (void)
24 {
25- gboolean has_actions = FALSE;
26+ static gboolean has_actions = FALSE;
27+ static gboolean initialized = FALSE;
28 GList *server_caps, *iter;
29
30+ if (initialized)
31+ return has_actions;
32+ initialized = TRUE;
33+
34 server_caps = notify_get_server_caps();
35 for (iter = server_caps; iter; iter = g_list_next (iter)) {
36 if (!strcmp ((const char *) iter->data, NOTIFY_CAPS_ACTIONS_KEY)) {
37@@ -870,7 +875,7 @@
38 notify_notification_set_urgency (notify, urgency);
39 notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
40
41- if (applet->notify_actions && action1) {
42+ if (applet_notify_server_has_actions () && action1) {
43 notify_notification_add_action (notify, action1, action1_label,
44 action1_cb, action1_user_data, NULL);
45 }
46@@ -3456,8 +3461,6 @@
47 G_CALLBACK (applet_embedded_cb), NULL);
48 applet_embedded_cb (G_OBJECT (applet->status_icon), NULL, NULL);
49
50- applet->notify_actions = applet_notify_server_has_actions ();
51-
52 return G_OBJECT (applet);
53
54 error:
55Index: network-manager-applet-0.9.1.90/src/applet.h
56===================================================================
57--- network-manager-applet-0.9.1.90.orig/src/applet.h 2012-01-06 12:19:42.920516077 +0100
58+++ network-manager-applet-0.9.1.90/src/applet.h 2012-01-06 12:19:42.984516080 +0100
59@@ -166,7 +166,6 @@
60
61 GtkBuilder * info_dialog_ui;
62 NotifyNotification* notification;
63- gboolean notify_actions;
64
65 /* Tracker objects for secrets requests */
66 GSList * secrets_reqs;
67Index: network-manager-applet-0.9.1.90/src/applet-device-wifi.c
68===================================================================
69--- network-manager-applet-0.9.1.90.orig/src/applet-device-wifi.c 2012-01-06 12:19:42.916516078 +0100
70+++ network-manager-applet-0.9.1.90/src/applet-device-wifi.c 2012-01-06 12:19:52.260516530 +0100
71@@ -1079,9 +1079,7 @@
72 applet_do_notify (applet,
73 NOTIFY_URGENCY_LOW,
74 _("Wireless Networks Available"),
75- applet->notify_actions ?
76- _("Click on this icon to connect to a wireless network") :
77- _("Use the network menu to connect to a wireless network"),
78+ _("Use the network menu to connect to a wireless network"),
79 "notification-network-wireless-full",
80 "dont-show",
81 _("Don't show this message again"),
082
=== added file 'debian/patches/mobile-wizard.patch'
--- debian/patches/mobile-wizard.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/mobile-wizard.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,110 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: Clean up the duplicate titles and buttons from the mobile wizard intro
3Bug-Ubuntu: http://bugs.launchpad.net/bugs/856785
4
5The mobile wizard intro page would show all titles duplicated on the left pane,
6as well as a bunch of extra, unnecessary buttons (like Go Back...). Clear this
7up by using gtk_widget_show() while building the page so the title shows up
8when the wizard is started, and call gtk_widget_show_all() in the callback
9for the "prepare" signal so that all the contained widgets are displayed when
10the user actually gets to that page.
11
12Index: network-manager-applet-0.9.1.90/src/libnm-gtk/nm-mobile-wizard.c
13===================================================================
14--- network-manager-applet-0.9.1.90.orig/src/libnm-gtk/nm-mobile-wizard.c 2011-08-26 16:38:33.000000000 -0400
15+++ network-manager-applet-0.9.1.90/src/libnm-gtk/nm-mobile-wizard.c 2011-09-22 16:19:04.188449031 -0400
16@@ -258,13 +258,13 @@
17 gtk_box_pack_start (GTK_BOX (vbox), alignment, FALSE, FALSE, 6);
18 }
19
20- gtk_widget_show_all (vbox);
21+ gtk_widget_show (vbox);
22 self->confirm_idx = gtk_assistant_append_page (GTK_ASSISTANT (self->assistant), vbox);
23 gtk_assistant_set_page_title (GTK_ASSISTANT (self->assistant),
24 vbox, _("Confirm Mobile Broadband Settings"));
25
26- gtk_assistant_set_page_complete (GTK_ASSISTANT (self->assistant), vbox, TRUE);
27 gtk_assistant_set_page_type (GTK_ASSISTANT (self->assistant), vbox, GTK_ASSISTANT_PAGE_CONFIRM);
28+ gtk_assistant_set_page_complete (GTK_ASSISTANT (self->assistant), vbox, TRUE);
29
30 self->confirm_page = vbox;
31 }
32@@ -531,10 +531,10 @@
33 gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, TRUE, 0);
34 gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
35
36+ gtk_widget_show (vbox);
37 self->plan_idx = gtk_assistant_append_page (GTK_ASSISTANT (self->assistant), vbox);
38 gtk_assistant_set_page_title (GTK_ASSISTANT (self->assistant), vbox, _("Choose your Billing Plan"));
39 gtk_assistant_set_page_type (GTK_ASSISTANT (self->assistant), vbox, GTK_ASSISTANT_PAGE_CONTENT);
40- gtk_widget_show_all (vbox);
41
42 self->plan_page = vbox;
43 }
44@@ -826,10 +826,10 @@
45 if (self->method_type != NMN_MOBILE_ACCESS_METHOD_TYPE_UNKNOWN)
46 gtk_widget_hide (self->provider_unlisted_type_combo);
47
48+ gtk_widget_show (vbox);
49 self->providers_idx = gtk_assistant_append_page (GTK_ASSISTANT (self->assistant), vbox);
50 gtk_assistant_set_page_title (GTK_ASSISTANT (self->assistant), vbox, _("Choose your Provider"));
51 gtk_assistant_set_page_type (GTK_ASSISTANT (self->assistant), vbox, GTK_ASSISTANT_PAGE_CONTENT);
52- gtk_widget_show_all (vbox);
53
54 self->providers_page = vbox;
55 }
56@@ -1141,11 +1141,11 @@
57 gtk_container_add (GTK_CONTAINER (alignment), scroll);
58 gtk_box_pack_start (GTK_BOX (vbox), alignment, TRUE, TRUE, 6);
59
60+ gtk_widget_show (vbox);
61 self->country_idx = gtk_assistant_append_page (GTK_ASSISTANT (self->assistant), vbox);
62 gtk_assistant_set_page_title (GTK_ASSISTANT (self->assistant), vbox, _("Choose your Provider's Country or Region"));
63 gtk_assistant_set_page_type (GTK_ASSISTANT (self->assistant), vbox, GTK_ASSISTANT_PAGE_CONTENT);
64 gtk_assistant_set_page_complete (GTK_ASSISTANT (self->assistant), vbox, TRUE);
65- gtk_widget_show_all (vbox);
66
67 self->country_page = vbox;
68
69@@ -1455,13 +1455,13 @@
70 intro_add_initial_devices (self);
71 }
72
73- gtk_widget_show_all (vbox);
74+ gtk_widget_show (vbox);
75 gtk_assistant_append_page (GTK_ASSISTANT (self->assistant), vbox);
76 gtk_assistant_set_page_title (GTK_ASSISTANT (self->assistant),
77 vbox, _("Set up a Mobile Broadband Connection"));
78
79- gtk_assistant_set_page_complete (GTK_ASSISTANT (self->assistant), vbox, TRUE);
80 gtk_assistant_set_page_type (GTK_ASSISTANT (self->assistant), vbox, GTK_ASSISTANT_PAGE_INTRO);
81+ gtk_assistant_set_page_complete (GTK_ASSISTANT (self->assistant), vbox, TRUE);
82 }
83
84 /**********************************************************/
85@@ -1491,6 +1491,8 @@
86 {
87 NMAMobileWizard *self = user_data;
88
89+ gtk_widget_show_all (page);
90+
91 if (page != self->providers_page)
92 remove_provider_focus_idle (self);
93 if (page != self->country_page)
94@@ -1635,6 +1637,8 @@
95 g_signal_connect (self->assistant, "cancel", G_CALLBACK (assistant_cancel), self);
96 g_signal_connect (self->assistant, "prepare", G_CALLBACK (assistant_prepare), self);
97
98+ gtk_assistant_update_buttons_state (GTK_ASSISTANT (self->assistant));
99+
100 /* Run the wizard */
101 if (parent)
102 gtk_window_set_transient_for (GTK_WINDOW (self->assistant), parent);
103@@ -1654,7 +1658,6 @@
104 g_return_if_fail (self != NULL);
105
106 gtk_window_present (GTK_WINDOW (self->assistant));
107- gtk_widget_show_all (self->assistant);
108 }
109
110 void
0111
=== added file 'debian/patches/nm-applet-use-indicator.patch'
--- debian/patches/nm-applet-use-indicator.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/nm-applet-use-indicator.patch 2012-02-01 02:46:23 +0000
@@ -0,0 +1,1919 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: Implement conditional support for libappindicator
3
4To get better integration with Unity (and actually have nm-applet show up at
5all with Unity / compiz), implement drawing the applet using libappindicator.
6
7To play well with others, this patch actually implements libappindicator
8conditionally to running configure with --enable-indicator.
9
10=== modified file 'configure.ac'
11Index: network-manager-applet-0.9.2.0/configure.ac
12===================================================================
13--- network-manager-applet-0.9.2.0.orig/configure.ac 2012-02-01 11:19:57.780850085 +1100
14+++ network-manager-applet-0.9.2.0/configure.ac 2012-02-01 11:23:30.116855522 +1100
15@@ -173,6 +173,14 @@
16 ;;
17 esac
18
19+AC_ARG_ENABLE([indicator],
20+[ --enable-appindicator Enables using libappindicator to draw the applet
21+ on the screen, instead of the standard status icons.],
22+[
23+ PKG_CHECK_MODULES(APPINDICATOR, appindicator3-0.1)
24+ AC_DEFINE([ENABLE_INDICATOR], 1, [Enable using libappindicator])
25+])
26+
27 AM_CONDITIONAL(HAVE_GBT, test x"$have_gbt" = "xyes")
28
29 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
30Index: network-manager-applet-0.9.2.0/src/Makefile.am
31===================================================================
32--- network-manager-applet-0.9.2.0.orig/src/Makefile.am 2012-02-01 11:19:57.748850085 +1100
33+++ network-manager-applet-0.9.2.0/src/Makefile.am 2012-02-01 11:23:30.120855522 +1100
34@@ -8,6 +8,7 @@
35 $(GCONF_CFLAGS) \
36 $(GNOME_KEYRING_CFLAGS) \
37 $(NOTIFY_CFLAGS) \
38+ $(APPINDICATOR_CFLAGS) \
39 -DICONDIR=\""$(datadir)/icons"\" \
40 -DUIDIR=\""$(uidir)"\" \
41 -DBINDIR=\""$(bindir)"\" \
42@@ -68,6 +69,7 @@
43 $(GCONF_LIBS) \
44 $(GNOME_KEYRING_LIBS) \
45 $(NOTIFY_LIBS) \
46+ $(APPINDICATOR_LIBS) \
47 ${top_builddir}/src/marshallers/libmarshallers.la \
48 ${top_builddir}/src/utils/libutils.la \
49 ${top_builddir}/src/gconf-helpers/libgconf-helpers.la \
50Index: network-manager-applet-0.9.2.0/src/applet-device-bt.c
51===================================================================
52--- network-manager-applet-0.9.2.0.orig/src/applet-device-bt.c 2012-02-01 11:19:57.680850082 +1100
53+++ network-manager-applet-0.9.2.0/src/applet-device-bt.c 2012-02-01 11:23:30.120855522 +1100
54@@ -154,7 +154,9 @@
55
56 item = applet_menu_item_create_device_item_helper (device, applet, text);
57
58+#ifndef ENABLE_INDICATOR
59 gtk_widget_set_sensitive (item, FALSE);
60+#endif
61 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
62 gtk_widget_show (item);
63
64@@ -209,15 +211,16 @@
65 }
66 }
67
68-static GdkPixbuf *
69+static void
70 bt_get_icon (NMDevice *device,
71 NMDeviceState state,
72 NMConnection *connection,
73+ GdkPixbuf **out_pixbuf,
74+ char **out_indicator_icon,
75 char **tip,
76 NMApplet *applet)
77 {
78 NMSettingConnection *s_con;
79- GdkPixbuf *pixbuf = NULL;
80 const char *id;
81
82 id = nm_device_get_iface (NM_DEVICE (device));
83@@ -240,14 +243,13 @@
84 *tip = g_strdup_printf (_("Requesting a network address for '%s'..."), id);
85 break;
86 case NM_DEVICE_STATE_ACTIVATED:
87- pixbuf = nma_icon_check_and_load ("nm-device-wwan", &applet->wwan_icon, applet);
88+ *out_indicator_icon = g_strdup_printf ("nm-device-wwan");
89+ *out_pixbuf = nma_icon_check_and_load ("nm-device-wwan", &applet->wwan_icon, applet);
90 *tip = g_strdup_printf (_("Mobile broadband connection '%s' active"), id);
91 break;
92 default:
93 break;
94 }
95-
96- return pixbuf;
97 }
98
99 typedef struct {
100Index: network-manager-applet-0.9.2.0/src/applet-device-cdma.c
101===================================================================
102--- network-manager-applet-0.9.2.0.orig/src/applet-device-cdma.c 2012-02-01 11:19:57.604850080 +1100
103+++ network-manager-applet-0.9.2.0/src/applet-device-cdma.c 2012-02-01 11:23:30.120855522 +1100
104@@ -327,6 +327,9 @@
105 char *text;
106 GtkWidget *item;
107 GSList *connections, *all, *iter;
108+#ifdef ENABLE_INDICATOR
109+ GtkWidget *signal_icon;
110+#endif
111
112 info = g_object_get_data (G_OBJECT (device), "devinfo");
113
114@@ -348,7 +351,9 @@
115 }
116
117 item = applet_menu_item_create_device_item_helper (device, applet, text);
118+#ifndef ENABLE_INDICATOR
119 gtk_widget_set_sensitive (item, FALSE);
120+#endif
121 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
122 gtk_widget_show (item);
123 g_free (text);
124@@ -360,6 +365,7 @@
125 s_con = (NMSettingConnection *) nm_connection_get_setting (active, NM_TYPE_SETTING_CONNECTION);
126 g_assert (s_con);
127
128+#ifndef ENABLE_INDICATOR
129 item = nm_mb_menu_item_new (nm_setting_connection_get_id (s_con),
130 info->quality_valid ? info->quality : 0,
131 info->provider_name,
132@@ -368,6 +374,21 @@
133 cdma_state_to_mb_state (info),
134 info->modem_enabled,
135 applet);
136+#else
137+ text = mobile_helper_get_connection_label (nm_setting_connection_get_id (s_con),
138+ info->provider_name,
139+ cdma_act_to_mb_act (info),
140+ cdma_state_to_mb_state (info));
141+ item = gtk_image_menu_item_new_with_label (text);
142+ g_free (text);
143+ text = mobile_helper_get_quality_icon (info->quality_valid ?
144+ info->quality : 0,
145+ applet);
146+ signal_icon = gtk_image_new_from_icon_name (text, GTK_ICON_SIZE_LARGE_TOOLBAR);
147+ g_free (text);
148+ gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), signal_icon);
149+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (item), TRUE);
150+#endif
151 gtk_widget_set_sensitive (GTK_WIDGET (item), TRUE);
152 add_connection_item (device, active, item, menu, applet);
153 }
154@@ -381,6 +402,7 @@
155 }
156 } else {
157 /* Otherwise show idle registration state or disabled */
158+#ifndef ENABLE_INDICATOR
159 item = nm_mb_menu_item_new (NULL,
160 info->quality_valid ? info->quality : 0,
161 info->provider_name,
162@@ -389,6 +411,21 @@
163 cdma_state_to_mb_state (info),
164 info->modem_enabled,
165 applet);
166+#else
167+ text = mobile_helper_get_connection_label (NULL,
168+ info->provider_name,
169+ cdma_act_to_mb_act (info),
170+ cdma_state_to_mb_state (info));
171+ item = gtk_image_menu_item_new_with_label (text);
172+ g_free (text);
173+ text = mobile_helper_get_quality_icon (info->quality_valid ?
174+ info->quality : 0,
175+ applet);
176+ signal_icon = gtk_image_new_from_icon_name (text, GTK_ICON_SIZE_LARGE_TOOLBAR);
177+ g_free (text);
178+ gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), signal_icon);
179+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (item), TRUE);
180+#endif
181 gtk_widget_set_sensitive (GTK_WIDGET (item), FALSE);
182 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
183 }
184@@ -454,15 +491,16 @@
185 check_start_polling (info);
186 }
187
188-static GdkPixbuf *
189+static void
190 cdma_get_icon (NMDevice *device,
191 NMDeviceState state,
192 NMConnection *connection,
193+ GdkPixbuf **out_pixbuf,
194+ char **out_indicator_icon,
195 char **tip,
196 NMApplet *applet)
197 {
198 NMSettingConnection *s_con;
199- GdkPixbuf *pixbuf = NULL;
200 const char *id;
201 CdmaDeviceInfo *info;
202 gboolean mb_state;
203@@ -491,11 +529,14 @@
204 break;
205 case NM_DEVICE_STATE_ACTIVATED:
206 mb_state = cdma_state_to_mb_state (info);
207- pixbuf = mobile_helper_get_status_pixbuf (info->quality,
208+ *out_pixbuf = mobile_helper_get_status_pixbuf (info->quality,
209 info->quality_valid,
210 mb_state,
211 cdma_act_to_mb_act (info),
212 applet);
213+ *out_indicator_icon = mobile_helper_get_quality_icon (info->quality_valid ?
214+ info->quality : 0,
215+ applet);
216
217 if ((mb_state != MB_STATE_UNKNOWN) && info->quality_valid) {
218 gboolean roaming = (mb_state == MB_STATE_ROAMING);
219@@ -510,8 +551,6 @@
220 default:
221 break;
222 }
223-
224- return pixbuf;
225 }
226
227 typedef struct {
228Index: network-manager-applet-0.9.2.0/src/applet-device-gsm.c
229===================================================================
230--- network-manager-applet-0.9.2.0.orig/src/applet-device-gsm.c 2012-02-01 11:23:29.912855517 +1100
231+++ network-manager-applet-0.9.2.0/src/applet-device-gsm.c 2012-02-01 11:23:30.124855522 +1100
232@@ -42,6 +42,7 @@
233 #include "applet-device-gsm.h"
234 #include "utils.h"
235 #include "nm-mobile-wizard.h"
236+#include "mobile-helpers.h"
237 #include "applet-dialogs.h"
238 #include "mb-menu-item.h"
239 #include "nma-marshal.h"
240@@ -374,6 +375,9 @@
241 char *text;
242 GtkWidget *item;
243 GSList *connections, *all, *iter;
244+#ifdef ENABLE_INDICATOR
245+ GtkWidget *signal_icon;
246+#endif
247
248 info = g_object_get_data (G_OBJECT (device), "devinfo");
249
250@@ -395,7 +399,9 @@
251 }
252
253 item = applet_menu_item_create_device_item_helper (device, applet, text);
254+#ifndef ENABLE_INDICATOR
255 gtk_widget_set_sensitive (item, FALSE);
256+#endif
257 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
258 gtk_widget_show (item);
259 g_free (text);
260@@ -407,6 +413,7 @@
261 s_con = (NMSettingConnection *) nm_connection_get_setting (active, NM_TYPE_SETTING_CONNECTION);
262 g_assert (s_con);
263
264+#ifndef ENABLE_INDICATOR
265 item = nm_mb_menu_item_new (nm_setting_connection_get_id (s_con),
266 info->quality_valid ? info->quality : 0,
267 info->op_name,
268@@ -415,6 +422,21 @@
269 gsm_state_to_mb_state (info),
270 info->modem_enabled,
271 applet);
272+#else
273+ text = mobile_helper_get_connection_label (nm_setting_connection_get_id (s_con),
274+ info->op_name,
275+ gsm_act_to_mb_act (info),
276+ gsm_state_to_mb_state (info));
277+ item = gtk_image_menu_item_new_with_label (text);
278+ g_free (text);
279+ text = mobile_helper_get_quality_icon (info->quality_valid ?
280+ info->quality : 0,
281+ applet);
282+ signal_icon = gtk_image_new_from_icon_name (text, GTK_ICON_SIZE_LARGE_TOOLBAR);
283+ g_free (text);
284+ gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), signal_icon);
285+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (item), TRUE);
286+#endif
287 gtk_widget_set_sensitive (GTK_WIDGET (item), TRUE);
288 add_connection_item (device, active, item, menu, applet);
289 }
290@@ -428,6 +450,7 @@
291 }
292 } else {
293 /* Otherwise show idle registration state or disabled */
294+#ifndef ENABLE_INDICATOR
295 item = nm_mb_menu_item_new (NULL,
296 info->quality_valid ? info->quality : 0,
297 info->op_name,
298@@ -436,6 +459,23 @@
299 gsm_state_to_mb_state (info),
300 info->modem_enabled,
301 applet);
302+#else
303+ text = mobile_helper_get_connection_label (NULL,
304+ info->op_name,
305+ gsm_act_to_mb_act (info),
306+ gsm_state_to_mb_state (info));
307+ item = gtk_image_menu_item_new_with_label (text);
308+ g_free (text);
309+ text = mobile_helper_get_quality_icon (info->quality_valid ?
310+ info->quality : 0,
311+ applet);
312+ signal_icon = gtk_image_new_from_icon_name (text, GTK_ICON_SIZE_LARGE_TOOLBAR);
313+ g_free (text);
314+ gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), signal_icon);
315+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (item), TRUE);
316+ gtk_widget_set_sensitive (item, FALSE);
317+#endif
318+
319 gtk_widget_set_sensitive (GTK_WIDGET (item), FALSE);
320 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
321 }
322@@ -496,15 +536,16 @@
323 check_start_polling (info);
324 }
325
326-static GdkPixbuf *
327+static void
328 gsm_get_icon (NMDevice *device,
329 NMDeviceState state,
330 NMConnection *connection,
331+ GdkPixbuf **out_pixbuf,
332+ char **out_indicator_icon,
333 char **tip,
334 NMApplet *applet)
335 {
336 NMSettingConnection *s_con;
337- GdkPixbuf *pixbuf = NULL;
338 const char *id;
339 GsmDeviceInfo *info;
340 guint32 mb_state;
341@@ -533,11 +574,14 @@
342 break;
343 case NM_DEVICE_STATE_ACTIVATED:
344 mb_state = gsm_state_to_mb_state (info);
345- pixbuf = mobile_helper_get_status_pixbuf (info->quality,
346+ *out_pixbuf = mobile_helper_get_status_pixbuf (info->quality,
347 info->quality_valid,
348 mb_state,
349 gsm_act_to_mb_act (info),
350 applet);
351+ *out_indicator_icon = mobile_helper_get_quality_icon (info->quality_valid ?
352+ info->quality : 0,
353+ applet);
354
355 if ((mb_state != MB_STATE_UNKNOWN) && info->quality_valid) {
356 gboolean roaming = (mb_state == MB_STATE_ROAMING);
357@@ -552,8 +596,6 @@
358 default:
359 break;
360 }
361-
362- return pixbuf;
363 }
364
365 typedef struct {
366Index: network-manager-applet-0.9.2.0/src/applet-device-wifi.c
367===================================================================
368--- network-manager-applet-0.9.2.0.orig/src/applet-device-wifi.c 2012-02-01 11:23:30.028855520 +1100
369+++ network-manager-applet-0.9.2.0/src/applet-device-wifi.c 2012-02-01 11:23:52.404856093 +1100
370@@ -31,6 +31,7 @@
371
372 #include <glib/gi18n.h>
373 #include <gtk/gtk.h>
374+#include <atk/atk.h>
375
376 #include <nm-device.h>
377 #include <nm-access-point.h>
378@@ -309,6 +310,88 @@
379 return is_ssid_in_list (ssid, blacklisted_ssids);
380 }
381
382+#ifdef ENABLE_INDICATOR
383+static gchar *
384+get_best_icon_name_for_ap (NMAccessPoint *ap, gboolean need_sec, gboolean encrypted)
385+{
386+ GString *icon_name = NULL;
387+ gchar *tmp = NULL;
388+ guint32 strength;
389+
390+ g_return_val_if_fail (NM_IS_ACCESS_POINT (ap), NULL);
391+
392+ strength = nm_access_point_get_strength (ap);
393+ strength = CLAMP (strength, 0, 100);
394+
395+ icon_name = g_string_new ("");
396+ if (strength > 80)
397+ icon_name = g_string_assign (icon_name, "nm-signal-100");
398+ else if (strength > 55)
399+ icon_name = g_string_assign (icon_name, "nm-signal-75");
400+ else if (strength > 30)
401+ icon_name = g_string_assign (icon_name, "nm-signal-50");
402+ else if (strength > 5)
403+ icon_name = g_string_assign (icon_name, "nm-signal-25");
404+ else
405+ icon_name = g_string_assign (icon_name, "nm-signal-00");
406+
407+ if (nm_access_point_get_mode (ap) == NM_802_11_MODE_ADHOC) {
408+ icon_name = g_string_assign (icon_name, "nm-adhoc");
409+ goto out;
410+ }
411+
412+ if (need_sec && encrypted)
413+ icon_name = g_string_append (icon_name, "-secure");
414+
415+out:
416+ tmp = icon_name->str;
417+ g_string_free (icon_name, FALSE);
418+
419+ return tmp;
420+}
421+
422+static void
423+set_menu_item_accessible_desc (NMAccessPoint *ap,
424+ GtkMenuItem *item,
425+ NMNetworkMenuItem *nm_item,
426+ gboolean is_encrypted)
427+{
428+ guint32 strength;
429+ gchar *ssid = NULL;
430+ GString *icon_desc = NULL;
431+
432+ g_return_if_fail (NM_IS_ACCESS_POINT (ap));
433+
434+ strength = nm_access_point_get_strength (ap);
435+ strength = CLAMP (strength, 0, 100);
436+
437+ ssid = g_strdup (nm_network_menu_item_get_ssid (nm_item));
438+
439+ if (ssid == NULL)
440+ return;
441+
442+ icon_desc = g_string_new ("");
443+ g_string_append_printf (icon_desc, "%s: ", ssid);
444+
445+ if (nm_access_point_get_mode (ap) == NM_802_11_MODE_ADHOC) {
446+ icon_desc = g_string_append (icon_desc, _("ad-hoc"));
447+ goto out;
448+ }
449+
450+ g_string_append_printf (icon_desc, "%d%%", strength);
451+
452+ if (is_encrypted) {
453+ icon_desc = g_string_append (icon_desc, ", ");
454+ icon_desc = g_string_append (icon_desc, _("secure."));
455+ }
456+
457+out:
458+ atk_object_set_name (gtk_widget_get_accessible (GTK_WIDGET (item)), icon_desc->str);
459+ g_free (ssid);
460+ g_string_free (icon_desc, FALSE);
461+}
462+#endif
463+
464 static void
465 clamp_ap_to_bssid (NMAccessPoint *ap, NMSettingWireless *s_wifi)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: