rabbit-theme-clear-code 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/GFDL +451 -0
- data/GPL +674 -0
- data/README.rd +38 -0
- data/Rakefile +60 -0
- data/config.yaml +5 -0
- data/data/clear-code-headline-background.png +0 -0
- data/data/clear-code-headline-background.svg +2115 -0
- data/data/clear-code-icon-with-shadow.svg +1960 -0
- data/data/clear-code-icon-without-shadow.svg +1920 -0
- data/data/clear-code-icon.png +0 -0
- data/theme.rb +77 -0
- metadata +75 -0
data/README.rd
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
= ClearCode theme
|
2
|
+
|
3
|
+
The Rabbit theme for ClearCode Inc.
|
4
|
+
|
5
|
+
== For author
|
6
|
+
|
7
|
+
=== Show
|
8
|
+
|
9
|
+
rake
|
10
|
+
|
11
|
+
=== Publish
|
12
|
+
|
13
|
+
rake publish
|
14
|
+
|
15
|
+
== For users
|
16
|
+
|
17
|
+
=== Install
|
18
|
+
|
19
|
+
gem install rabbit-theme-clear-code
|
20
|
+
|
21
|
+
=== Show
|
22
|
+
|
23
|
+
rabbit -t rabbit-theme-clear-code rabbit-theme-benchmark-en.gem
|
24
|
+
|
25
|
+
== License
|
26
|
+
|
27
|
+
This theme and related files are triple-licensed under the following
|
28
|
+
licenses:
|
29
|
+
|
30
|
+
* ((<GPL (version 3 or later)|URL:http://www.gnu.org/licenses/gpl.html>))
|
31
|
+
* ((<GFDL (no version, no invariant sections, no front-cover texts and no back-cover texts)|URL:http://www.gnu.org/copyleft/fdl.html>))
|
32
|
+
* ((<CC BY-SA 3.0|URL:http://creativecommons.org/licenses/by-sa/3.0/>))
|
33
|
+
|
34
|
+
Use the following as the author:
|
35
|
+
|
36
|
+
* ClearCode Inc.
|
37
|
+
* 株式会社クリアコード
|
38
|
+
* クリアコード
|
data/Rakefile
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
|
2
|
+
#
|
3
|
+
# License: GPLv3+, GFDL and/or CC BY-SA 3.0
|
4
|
+
#
|
5
|
+
# This program is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# This program is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
|
18
|
+
require "time"
|
19
|
+
require "yaml"
|
20
|
+
require "rabbit/task/theme"
|
21
|
+
|
22
|
+
config = YAML.load(File.read("config.yaml"))
|
23
|
+
|
24
|
+
theme_id = config["id"]
|
25
|
+
|
26
|
+
version = "1.0.0"
|
27
|
+
|
28
|
+
name = config["name"]
|
29
|
+
email = config["email"]
|
30
|
+
rubygems_user = config["rubygems_user"]
|
31
|
+
|
32
|
+
readme = File.read(Dir.glob("README*")[0])
|
33
|
+
|
34
|
+
readme_blocks = readme.split(/(?:\r?\n){2,}/)
|
35
|
+
summary = (readme_blocks[0] || "TODO").gsub(/\A(?:[=*!]+|h\d\.) */, "")
|
36
|
+
description = readme_blocks[1] || "TODO"
|
37
|
+
|
38
|
+
specification = Gem::Specification.new do |spec|
|
39
|
+
prefix = "rabbit-theme"
|
40
|
+
spec.name = "#{prefix}-#{theme_id}"
|
41
|
+
spec.version = version
|
42
|
+
spec.homepage = "http://theme.rabbit-shockers.org/#{theme_id}/"
|
43
|
+
spec.authors = [name]
|
44
|
+
spec.email = [email]
|
45
|
+
spec.summary = summary
|
46
|
+
spec.description = description
|
47
|
+
spec.licenses = ["GPLv3+", "GFDL", "CC BY-SA 3.0"]
|
48
|
+
|
49
|
+
spec.files = ["config.yaml", "Rakefile"]
|
50
|
+
spec.files += Dir.glob("{theme.rb,COPYING,GPL,GFDL,README*}")
|
51
|
+
spec.files += Dir.glob("data/**/*.{svg,png,jpg,jpeg,gif,eps,pdf}")
|
52
|
+
spec.files += Dir.glob("locale/**/*.mo")
|
53
|
+
spec.files += Dir.glob("po/*/*.po")
|
54
|
+
|
55
|
+
spec.add_runtime_dependency("rabbit")
|
56
|
+
end
|
57
|
+
|
58
|
+
Rabbit::Task::Theme.new(specification) do |task|
|
59
|
+
task.rubygems_user = rubygems_user
|
60
|
+
end
|
data/config.yaml
ADDED
Binary file
|
@@ -0,0 +1,2115 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="533.78003"
|
14
|
+
height="135.97"
|
15
|
+
id="svg2"
|
16
|
+
sodipodi:version="0.32"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="clear-code-headline-background.svg"
|
19
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
20
|
+
version="1.0"
|
21
|
+
inkscape:export-filename="clear-code-headline-background.png"
|
22
|
+
inkscape:export-xdpi="291.24072"
|
23
|
+
inkscape:export-ydpi="291.24072">
|
24
|
+
<defs
|
25
|
+
id="defs4">
|
26
|
+
<linearGradient
|
27
|
+
inkscape:collect="always"
|
28
|
+
id="linearGradient3180">
|
29
|
+
<stop
|
30
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
31
|
+
offset="0"
|
32
|
+
id="stop3182" />
|
33
|
+
<stop
|
34
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
35
|
+
offset="1"
|
36
|
+
id="stop3184" />
|
37
|
+
</linearGradient>
|
38
|
+
<linearGradient
|
39
|
+
id="linearGradient3647">
|
40
|
+
<stop
|
41
|
+
style="stop-color:#458cff;stop-opacity:1;"
|
42
|
+
offset="0"
|
43
|
+
id="stop3649" />
|
44
|
+
<stop
|
45
|
+
id="stop3711"
|
46
|
+
offset="0.5"
|
47
|
+
style="stop-color:#a2c5ff;stop-opacity:1;" />
|
48
|
+
<stop
|
49
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
50
|
+
offset="1"
|
51
|
+
id="stop3651" />
|
52
|
+
</linearGradient>
|
53
|
+
<linearGradient
|
54
|
+
inkscape:collect="always"
|
55
|
+
id="linearGradient3227">
|
56
|
+
<stop
|
57
|
+
style="stop-color:#000000;stop-opacity:1;"
|
58
|
+
offset="0"
|
59
|
+
id="stop3229" />
|
60
|
+
<stop
|
61
|
+
style="stop-color:#000000;stop-opacity:0;"
|
62
|
+
offset="1"
|
63
|
+
id="stop3231" />
|
64
|
+
</linearGradient>
|
65
|
+
<linearGradient
|
66
|
+
id="linearGradient3165">
|
67
|
+
<stop
|
68
|
+
style="stop-color:#458cff;stop-opacity:0.49803922;"
|
69
|
+
offset="0"
|
70
|
+
id="stop3167" />
|
71
|
+
<stop
|
72
|
+
id="stop3177"
|
73
|
+
offset="0.5"
|
74
|
+
style="stop-color:#458cff;stop-opacity:0.12941177;" />
|
75
|
+
<stop
|
76
|
+
style="stop-color:#458cff;stop-opacity:0;"
|
77
|
+
offset="1"
|
78
|
+
id="stop3169" />
|
79
|
+
</linearGradient>
|
80
|
+
<inkscape:perspective
|
81
|
+
sodipodi:type="inkscape:persp3d"
|
82
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
83
|
+
inkscape:vp_y="0 : 1000 : 0"
|
84
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
85
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
86
|
+
id="perspective10" />
|
87
|
+
<linearGradient
|
88
|
+
inkscape:collect="always"
|
89
|
+
xlink:href="#linearGradient3165"
|
90
|
+
id="linearGradient3173"
|
91
|
+
x1="405.98703"
|
92
|
+
y1="89.505043"
|
93
|
+
x2="405.98703"
|
94
|
+
y2="176.49324"
|
95
|
+
gradientUnits="userSpaceOnUse" />
|
96
|
+
<linearGradient
|
97
|
+
inkscape:collect="always"
|
98
|
+
xlink:href="#linearGradient3165"
|
99
|
+
id="linearGradient3206"
|
100
|
+
gradientUnits="userSpaceOnUse"
|
101
|
+
x1="405.98703"
|
102
|
+
y1="89.505043"
|
103
|
+
x2="405.98703"
|
104
|
+
y2="169.43434"
|
105
|
+
gradientTransform="translate(6.0299998,-1.7513455)" />
|
106
|
+
<linearGradient
|
107
|
+
inkscape:collect="always"
|
108
|
+
xlink:href="#linearGradient3165"
|
109
|
+
id="linearGradient3219"
|
110
|
+
gradientUnits="userSpaceOnUse"
|
111
|
+
x1="438.17645"
|
112
|
+
y1="99.538658"
|
113
|
+
x2="168.23529"
|
114
|
+
y2="98.009247"
|
115
|
+
gradientTransform="translate(6.0299998,-1.7513455)" />
|
116
|
+
<linearGradient
|
117
|
+
inkscape:collect="always"
|
118
|
+
xlink:href="#linearGradient3227"
|
119
|
+
id="linearGradient3233"
|
120
|
+
x1="317.70999"
|
121
|
+
y1="126.50894"
|
122
|
+
x2="471.39017"
|
123
|
+
y2="126.50894"
|
124
|
+
gradientUnits="userSpaceOnUse" />
|
125
|
+
<linearGradient
|
126
|
+
inkscape:collect="always"
|
127
|
+
xlink:href="#linearGradient3647"
|
128
|
+
id="linearGradient3653"
|
129
|
+
x1="561.64172"
|
130
|
+
y1="-79.140556"
|
131
|
+
x2="556.35602"
|
132
|
+
y2="-8.1643858"
|
133
|
+
gradientUnits="userSpaceOnUse"
|
134
|
+
gradientTransform="translate(5.0971187,-3.6670828)" />
|
135
|
+
<filter
|
136
|
+
inkscape:collect="always"
|
137
|
+
id="filter3707">
|
138
|
+
<feGaussianBlur
|
139
|
+
inkscape:collect="always"
|
140
|
+
stdDeviation="1.6354901"
|
141
|
+
id="feGaussianBlur3709" />
|
142
|
+
</filter>
|
143
|
+
<linearGradient
|
144
|
+
inkscape:collect="always"
|
145
|
+
xlink:href="#linearGradient3647"
|
146
|
+
id="linearGradient3715"
|
147
|
+
gradientUnits="userSpaceOnUse"
|
148
|
+
x1="561.64172"
|
149
|
+
y1="-79.140556"
|
150
|
+
x2="560.94934"
|
151
|
+
y2="-1.3262331"
|
152
|
+
gradientTransform="matrix(0.8870556,0,0,0.8389762,-100.66335,390.79218)" />
|
153
|
+
<filter
|
154
|
+
inkscape:collect="always"
|
155
|
+
id="filter3737">
|
156
|
+
<feGaussianBlur
|
157
|
+
inkscape:collect="always"
|
158
|
+
stdDeviation="1.4399509"
|
159
|
+
id="feGaussianBlur3739" />
|
160
|
+
</filter>
|
161
|
+
<linearGradient
|
162
|
+
inkscape:collect="always"
|
163
|
+
xlink:href="#linearGradient3180"
|
164
|
+
id="linearGradient3186"
|
165
|
+
x1="400.3125"
|
166
|
+
y1="117.89062"
|
167
|
+
x2="156.29044"
|
168
|
+
y2="117.89062"
|
169
|
+
gradientUnits="userSpaceOnUse"
|
170
|
+
gradientTransform="translate(6.0299998,-1.7513453)" />
|
171
|
+
<filter
|
172
|
+
inkscape:collect="always"
|
173
|
+
id="filter3228"
|
174
|
+
x="-0.021547107"
|
175
|
+
width="1.0430942"
|
176
|
+
y="-0.10934203"
|
177
|
+
height="1.2186841">
|
178
|
+
<feGaussianBlur
|
179
|
+
inkscape:collect="always"
|
180
|
+
stdDeviation="2.5869072"
|
181
|
+
id="feGaussianBlur3230" />
|
182
|
+
</filter>
|
183
|
+
<filter
|
184
|
+
inkscape:collect="always"
|
185
|
+
id="filter3248"
|
186
|
+
x="-0.021379517"
|
187
|
+
width="1.0427589"
|
188
|
+
y="-0.11387166"
|
189
|
+
height="1.2277433">
|
190
|
+
<feGaussianBlur
|
191
|
+
inkscape:collect="always"
|
192
|
+
stdDeviation="2.788966"
|
193
|
+
id="feGaussianBlur3250" />
|
194
|
+
</filter>
|
195
|
+
<linearGradient
|
196
|
+
id="XMLID_44_"
|
197
|
+
gradientUnits="userSpaceOnUse"
|
198
|
+
x1="67.947304"
|
199
|
+
y1="71.599602"
|
200
|
+
x2="67.947304"
|
201
|
+
y2="132.29871">
|
202
|
+
<stop
|
203
|
+
offset="0"
|
204
|
+
style="stop-color:#458CFF"
|
205
|
+
id="stop58" />
|
206
|
+
<stop
|
207
|
+
offset="1"
|
208
|
+
style="stop-color:#FFFFFF"
|
209
|
+
id="stop60" />
|
210
|
+
</linearGradient>
|
211
|
+
<linearGradient
|
212
|
+
id="XMLID_45_"
|
213
|
+
gradientUnits="userSpaceOnUse"
|
214
|
+
x1="61.628899"
|
215
|
+
y1="71.599602"
|
216
|
+
x2="61.628899"
|
217
|
+
y2="132.2988">
|
218
|
+
<stop
|
219
|
+
offset="0"
|
220
|
+
style="stop-color:#458CFF"
|
221
|
+
id="stop65" />
|
222
|
+
<stop
|
223
|
+
offset="1"
|
224
|
+
style="stop-color:#FFFFFF"
|
225
|
+
id="stop67" />
|
226
|
+
</linearGradient>
|
227
|
+
<linearGradient
|
228
|
+
id="XMLID_46_"
|
229
|
+
gradientUnits="userSpaceOnUse"
|
230
|
+
x1="57.047901"
|
231
|
+
y1="71.598602"
|
232
|
+
x2="57.047798"
|
233
|
+
y2="132.2981">
|
234
|
+
<stop
|
235
|
+
offset="0"
|
236
|
+
style="stop-color:#458CFF"
|
237
|
+
id="stop72" />
|
238
|
+
<stop
|
239
|
+
offset="1"
|
240
|
+
style="stop-color:#FFFFFF"
|
241
|
+
id="stop74" />
|
242
|
+
</linearGradient>
|
243
|
+
<linearGradient
|
244
|
+
id="XMLID_47_"
|
245
|
+
gradientUnits="userSpaceOnUse"
|
246
|
+
x1="53.244598"
|
247
|
+
y1="71.600601"
|
248
|
+
x2="53.244598"
|
249
|
+
y2="132.2997">
|
250
|
+
<stop
|
251
|
+
offset="0"
|
252
|
+
style="stop-color:#458CFF"
|
253
|
+
id="stop79" />
|
254
|
+
<stop
|
255
|
+
offset="1"
|
256
|
+
style="stop-color:#FFFFFF"
|
257
|
+
id="stop81" />
|
258
|
+
</linearGradient>
|
259
|
+
<linearGradient
|
260
|
+
id="XMLID_48_"
|
261
|
+
gradientUnits="userSpaceOnUse"
|
262
|
+
x1="42.9771"
|
263
|
+
y1="71.599602"
|
264
|
+
x2="42.977001"
|
265
|
+
y2="132.2991">
|
266
|
+
<stop
|
267
|
+
offset="0"
|
268
|
+
style="stop-color:#458CFF"
|
269
|
+
id="stop86" />
|
270
|
+
<stop
|
271
|
+
offset="1"
|
272
|
+
style="stop-color:#FFFFFF"
|
273
|
+
id="stop88" />
|
274
|
+
</linearGradient>
|
275
|
+
<linearGradient
|
276
|
+
id="XMLID_49_"
|
277
|
+
gradientUnits="userSpaceOnUse"
|
278
|
+
x1="35.1987"
|
279
|
+
y1="71.599602"
|
280
|
+
x2="35.1987"
|
281
|
+
y2="132.29871">
|
282
|
+
<stop
|
283
|
+
offset="0"
|
284
|
+
style="stop-color:#458CFF"
|
285
|
+
id="stop93" />
|
286
|
+
<stop
|
287
|
+
offset="1"
|
288
|
+
style="stop-color:#FFFFFF"
|
289
|
+
id="stop95" />
|
290
|
+
</linearGradient>
|
291
|
+
<linearGradient
|
292
|
+
id="XMLID_50_"
|
293
|
+
gradientUnits="userSpaceOnUse"
|
294
|
+
x1="30.054701"
|
295
|
+
y1="71.599602"
|
296
|
+
x2="30.054701"
|
297
|
+
y2="132.2991">
|
298
|
+
<stop
|
299
|
+
offset="0"
|
300
|
+
style="stop-color:#458CFF"
|
301
|
+
id="stop100" />
|
302
|
+
<stop
|
303
|
+
offset="1"
|
304
|
+
style="stop-color:#FFFFFF"
|
305
|
+
id="stop102" />
|
306
|
+
</linearGradient>
|
307
|
+
<linearGradient
|
308
|
+
id="XMLID_51_"
|
309
|
+
gradientUnits="userSpaceOnUse"
|
310
|
+
x1="25.996599"
|
311
|
+
y1="71.599602"
|
312
|
+
x2="25.996599"
|
313
|
+
y2="132.299">
|
314
|
+
<stop
|
315
|
+
offset="0"
|
316
|
+
style="stop-color:#458CFF"
|
317
|
+
id="stop107" />
|
318
|
+
<stop
|
319
|
+
offset="1"
|
320
|
+
style="stop-color:#FFFFFF"
|
321
|
+
id="stop109" />
|
322
|
+
</linearGradient>
|
323
|
+
<linearGradient
|
324
|
+
id="XMLID_52_"
|
325
|
+
gradientUnits="userSpaceOnUse"
|
326
|
+
x1="22.6807"
|
327
|
+
y1="71.599602"
|
328
|
+
x2="22.6807"
|
329
|
+
y2="132.2986">
|
330
|
+
<stop
|
331
|
+
offset="0"
|
332
|
+
style="stop-color:#458CFF"
|
333
|
+
id="stop114" />
|
334
|
+
<stop
|
335
|
+
offset="1"
|
336
|
+
style="stop-color:#FFFFFF"
|
337
|
+
id="stop116" />
|
338
|
+
</linearGradient>
|
339
|
+
<linearGradient
|
340
|
+
id="XMLID_53_"
|
341
|
+
gradientUnits="userSpaceOnUse"
|
342
|
+
x1="19.959499"
|
343
|
+
y1="71.599602"
|
344
|
+
x2="19.959499"
|
345
|
+
y2="132.2988">
|
346
|
+
<stop
|
347
|
+
offset="0"
|
348
|
+
style="stop-color:#458CFF"
|
349
|
+
id="stop121" />
|
350
|
+
<stop
|
351
|
+
offset="1"
|
352
|
+
style="stop-color:#FFFFFF"
|
353
|
+
id="stop123" />
|
354
|
+
</linearGradient>
|
355
|
+
<linearGradient
|
356
|
+
id="XMLID_54_"
|
357
|
+
gradientUnits="userSpaceOnUse"
|
358
|
+
x1="17.753901"
|
359
|
+
y1="71.599602"
|
360
|
+
x2="17.753901"
|
361
|
+
y2="132.29849">
|
362
|
+
<stop
|
363
|
+
offset="0"
|
364
|
+
style="stop-color:#458CFF"
|
365
|
+
id="stop128" />
|
366
|
+
<stop
|
367
|
+
offset="1"
|
368
|
+
style="stop-color:#FFFFFF"
|
369
|
+
id="stop130" />
|
370
|
+
</linearGradient>
|
371
|
+
<linearGradient
|
372
|
+
id="XMLID_55_"
|
373
|
+
gradientUnits="userSpaceOnUse"
|
374
|
+
x1="16.017599"
|
375
|
+
y1="71.599602"
|
376
|
+
x2="16.017599"
|
377
|
+
y2="132.2986">
|
378
|
+
<stop
|
379
|
+
offset="0"
|
380
|
+
style="stop-color:#458CFF"
|
381
|
+
id="stop135" />
|
382
|
+
<stop
|
383
|
+
offset="1"
|
384
|
+
style="stop-color:#FFFFFF"
|
385
|
+
id="stop137" />
|
386
|
+
</linearGradient>
|
387
|
+
<linearGradient
|
388
|
+
id="XMLID_56_"
|
389
|
+
gradientUnits="userSpaceOnUse"
|
390
|
+
x1="14.7559"
|
391
|
+
y1="71.599602"
|
392
|
+
x2="14.7559"
|
393
|
+
y2="132.2986">
|
394
|
+
<stop
|
395
|
+
offset="0"
|
396
|
+
style="stop-color:#458CFF"
|
397
|
+
id="stop142" />
|
398
|
+
<stop
|
399
|
+
offset="1"
|
400
|
+
style="stop-color:#FFFFFF"
|
401
|
+
id="stop144" />
|
402
|
+
</linearGradient>
|
403
|
+
<linearGradient
|
404
|
+
id="XMLID_57_"
|
405
|
+
gradientUnits="userSpaceOnUse"
|
406
|
+
x1="13.9585"
|
407
|
+
y1="71.599602"
|
408
|
+
x2="13.9585"
|
409
|
+
y2="132.2991">
|
410
|
+
<stop
|
411
|
+
offset="0"
|
412
|
+
style="stop-color:#458CFF"
|
413
|
+
id="stop149" />
|
414
|
+
<stop
|
415
|
+
offset="1"
|
416
|
+
style="stop-color:#FFFFFF"
|
417
|
+
id="stop151" />
|
418
|
+
</linearGradient>
|
419
|
+
<linearGradient
|
420
|
+
id="XMLID_58_"
|
421
|
+
gradientUnits="userSpaceOnUse"
|
422
|
+
x1="13.7407"
|
423
|
+
y1="71.599602"
|
424
|
+
x2="13.7407"
|
425
|
+
y2="132.299">
|
426
|
+
<stop
|
427
|
+
offset="0"
|
428
|
+
style="stop-color:#458CFF"
|
429
|
+
id="stop156" />
|
430
|
+
<stop
|
431
|
+
offset="1"
|
432
|
+
style="stop-color:#FFFFFF"
|
433
|
+
id="stop158" />
|
434
|
+
</linearGradient>
|
435
|
+
<linearGradient
|
436
|
+
id="XMLID_59_"
|
437
|
+
gradientUnits="userSpaceOnUse"
|
438
|
+
x1="14.1636"
|
439
|
+
y1="71.599602"
|
440
|
+
x2="14.1636"
|
441
|
+
y2="132.29871">
|
442
|
+
<stop
|
443
|
+
offset="0"
|
444
|
+
style="stop-color:#458CFF"
|
445
|
+
id="stop163" />
|
446
|
+
<stop
|
447
|
+
offset="1"
|
448
|
+
style="stop-color:#FFFFFF"
|
449
|
+
id="stop165" />
|
450
|
+
</linearGradient>
|
451
|
+
<linearGradient
|
452
|
+
id="XMLID_60_"
|
453
|
+
gradientUnits="userSpaceOnUse"
|
454
|
+
x1="15.2202"
|
455
|
+
y1="71.599602"
|
456
|
+
x2="15.2202"
|
457
|
+
y2="132.29849">
|
458
|
+
<stop
|
459
|
+
offset="0"
|
460
|
+
style="stop-color:#458CFF"
|
461
|
+
id="stop170" />
|
462
|
+
<stop
|
463
|
+
offset="1"
|
464
|
+
style="stop-color:#FFFFFF"
|
465
|
+
id="stop172" />
|
466
|
+
</linearGradient>
|
467
|
+
<linearGradient
|
468
|
+
id="XMLID_61_"
|
469
|
+
gradientUnits="userSpaceOnUse"
|
470
|
+
x1="17.2817"
|
471
|
+
y1="71.599602"
|
472
|
+
x2="17.2817"
|
473
|
+
y2="132.2988">
|
474
|
+
<stop
|
475
|
+
offset="0"
|
476
|
+
style="stop-color:#458CFF"
|
477
|
+
id="stop177" />
|
478
|
+
<stop
|
479
|
+
offset="1"
|
480
|
+
style="stop-color:#FFFFFF"
|
481
|
+
id="stop179" />
|
482
|
+
</linearGradient>
|
483
|
+
<linearGradient
|
484
|
+
id="XMLID_62_"
|
485
|
+
gradientUnits="userSpaceOnUse"
|
486
|
+
x1="21.452101"
|
487
|
+
y1="71.599602"
|
488
|
+
x2="21.452101"
|
489
|
+
y2="132.2988">
|
490
|
+
<stop
|
491
|
+
offset="0"
|
492
|
+
style="stop-color:#458CFF"
|
493
|
+
id="stop184" />
|
494
|
+
<stop
|
495
|
+
offset="1"
|
496
|
+
style="stop-color:#FFFFFF"
|
497
|
+
id="stop186" />
|
498
|
+
</linearGradient>
|
499
|
+
<linearGradient
|
500
|
+
id="XMLID_63_"
|
501
|
+
gradientUnits="userSpaceOnUse"
|
502
|
+
x1="28.955601"
|
503
|
+
y1="71.599602"
|
504
|
+
x2="28.955601"
|
505
|
+
y2="132.2988">
|
506
|
+
<stop
|
507
|
+
offset="0"
|
508
|
+
style="stop-color:#458CFF"
|
509
|
+
id="stop191" />
|
510
|
+
<stop
|
511
|
+
offset="1"
|
512
|
+
style="stop-color:#FFFFFF"
|
513
|
+
id="stop193" />
|
514
|
+
</linearGradient>
|
515
|
+
<linearGradient
|
516
|
+
id="XMLID_64_"
|
517
|
+
gradientUnits="userSpaceOnUse"
|
518
|
+
x1="29.6294"
|
519
|
+
y1="71.599602"
|
520
|
+
x2="29.6294"
|
521
|
+
y2="132.2982">
|
522
|
+
<stop
|
523
|
+
offset="0"
|
524
|
+
style="stop-color:#458CFF"
|
525
|
+
id="stop198" />
|
526
|
+
<stop
|
527
|
+
offset="1"
|
528
|
+
style="stop-color:#FFFFFF"
|
529
|
+
id="stop200" />
|
530
|
+
</linearGradient>
|
531
|
+
<linearGradient
|
532
|
+
id="XMLID_65_"
|
533
|
+
gradientUnits="userSpaceOnUse"
|
534
|
+
x1="31.0161"
|
535
|
+
y1="71.599602"
|
536
|
+
x2="31.0161"
|
537
|
+
y2="132.29919">
|
538
|
+
<stop
|
539
|
+
offset="0"
|
540
|
+
style="stop-color:#458CFF"
|
541
|
+
id="stop205" />
|
542
|
+
<stop
|
543
|
+
offset="1"
|
544
|
+
style="stop-color:#FFFFFF"
|
545
|
+
id="stop207" />
|
546
|
+
</linearGradient>
|
547
|
+
<linearGradient
|
548
|
+
id="XMLID_66_"
|
549
|
+
gradientUnits="userSpaceOnUse"
|
550
|
+
x1="33.9189"
|
551
|
+
y1="71.599602"
|
552
|
+
x2="33.9189"
|
553
|
+
y2="132.2988">
|
554
|
+
<stop
|
555
|
+
offset="0"
|
556
|
+
style="stop-color:#458CFF"
|
557
|
+
id="stop212" />
|
558
|
+
<stop
|
559
|
+
offset="1"
|
560
|
+
style="stop-color:#FFFFFF"
|
561
|
+
id="stop214" />
|
562
|
+
</linearGradient>
|
563
|
+
<linearGradient
|
564
|
+
id="XMLID_67_"
|
565
|
+
gradientUnits="userSpaceOnUse"
|
566
|
+
x1="36.756302"
|
567
|
+
y1="71.596703"
|
568
|
+
x2="36.756302"
|
569
|
+
y2="132.29401">
|
570
|
+
<stop
|
571
|
+
offset="0"
|
572
|
+
style="stop-color:#458CFF"
|
573
|
+
id="stop219" />
|
574
|
+
<stop
|
575
|
+
offset="1"
|
576
|
+
style="stop-color:#FFFFFF"
|
577
|
+
id="stop221" />
|
578
|
+
</linearGradient>
|
579
|
+
<linearGradient
|
580
|
+
id="XMLID_68_"
|
581
|
+
gradientUnits="userSpaceOnUse"
|
582
|
+
x1="268.60641"
|
583
|
+
y1="71.598602"
|
584
|
+
x2="268.60641"
|
585
|
+
y2="132.297">
|
586
|
+
<stop
|
587
|
+
offset="0"
|
588
|
+
style="stop-color:#458CFF"
|
589
|
+
id="stop228" />
|
590
|
+
<stop
|
591
|
+
offset="1"
|
592
|
+
style="stop-color:#FFFFFF"
|
593
|
+
id="stop230" />
|
594
|
+
</linearGradient>
|
595
|
+
<linearGradient
|
596
|
+
id="XMLID_69_"
|
597
|
+
gradientUnits="userSpaceOnUse"
|
598
|
+
x1="231.3774"
|
599
|
+
y1="71.597702"
|
600
|
+
x2="231.3774"
|
601
|
+
y2="132.2979">
|
602
|
+
<stop
|
603
|
+
offset="0"
|
604
|
+
style="stop-color:#458CFF"
|
605
|
+
id="stop235" />
|
606
|
+
<stop
|
607
|
+
offset="1"
|
608
|
+
style="stop-color:#FFFFFF"
|
609
|
+
id="stop237" />
|
610
|
+
</linearGradient>
|
611
|
+
<linearGradient
|
612
|
+
id="XMLID_70_"
|
613
|
+
gradientUnits="userSpaceOnUse"
|
614
|
+
x1="114.6572"
|
615
|
+
y1="71.597702"
|
616
|
+
x2="114.6572"
|
617
|
+
y2="132.2999">
|
618
|
+
<stop
|
619
|
+
offset="0"
|
620
|
+
style="stop-color:#458CFF"
|
621
|
+
id="stop242" />
|
622
|
+
<stop
|
623
|
+
offset="1"
|
624
|
+
style="stop-color:#FFFFFF"
|
625
|
+
id="stop244" />
|
626
|
+
</linearGradient>
|
627
|
+
<linearGradient
|
628
|
+
id="XMLID_71_"
|
629
|
+
gradientUnits="userSpaceOnUse"
|
630
|
+
x1="153.12399"
|
631
|
+
y1="71.600601"
|
632
|
+
x2="153.12399"
|
633
|
+
y2="132.2993">
|
634
|
+
<stop
|
635
|
+
offset="0"
|
636
|
+
style="stop-color:#458CFF"
|
637
|
+
id="stop249" />
|
638
|
+
<stop
|
639
|
+
offset="1"
|
640
|
+
style="stop-color:#FFFFFF"
|
641
|
+
id="stop251" />
|
642
|
+
</linearGradient>
|
643
|
+
<linearGradient
|
644
|
+
id="XMLID_72_"
|
645
|
+
gradientUnits="userSpaceOnUse"
|
646
|
+
x1="184.6812"
|
647
|
+
y1="71.597702"
|
648
|
+
x2="184.6812"
|
649
|
+
y2="132.2979">
|
650
|
+
<stop
|
651
|
+
offset="0"
|
652
|
+
style="stop-color:#458CFF"
|
653
|
+
id="stop256" />
|
654
|
+
<stop
|
655
|
+
offset="1"
|
656
|
+
style="stop-color:#FFFFFF"
|
657
|
+
id="stop258" />
|
658
|
+
</linearGradient>
|
659
|
+
<linearGradient
|
660
|
+
id="XMLID_73_"
|
661
|
+
gradientUnits="userSpaceOnUse"
|
662
|
+
x1="463.5264"
|
663
|
+
y1="71.597702"
|
664
|
+
x2="463.5264"
|
665
|
+
y2="132.2979">
|
666
|
+
<stop
|
667
|
+
offset="0"
|
668
|
+
style="stop-color:#458CFF"
|
669
|
+
id="stop263" />
|
670
|
+
<stop
|
671
|
+
offset="1"
|
672
|
+
style="stop-color:#FFFFFF"
|
673
|
+
id="stop265" />
|
674
|
+
</linearGradient>
|
675
|
+
<linearGradient
|
676
|
+
id="XMLID_74_"
|
677
|
+
gradientUnits="userSpaceOnUse"
|
678
|
+
x1="414.71091"
|
679
|
+
y1="71.599602"
|
680
|
+
x2="414.71091"
|
681
|
+
y2="132.29671">
|
682
|
+
<stop
|
683
|
+
offset="0"
|
684
|
+
style="stop-color:#458CFF"
|
685
|
+
id="stop270" />
|
686
|
+
<stop
|
687
|
+
offset="1"
|
688
|
+
style="stop-color:#FFFFFF"
|
689
|
+
id="stop272" />
|
690
|
+
</linearGradient>
|
691
|
+
<linearGradient
|
692
|
+
id="XMLID_75_"
|
693
|
+
gradientUnits="userSpaceOnUse"
|
694
|
+
x1="367.18161"
|
695
|
+
y1="71.597702"
|
696
|
+
x2="367.18161"
|
697
|
+
y2="132.2979">
|
698
|
+
<stop
|
699
|
+
offset="0"
|
700
|
+
style="stop-color:#458CFF"
|
701
|
+
id="stop277" />
|
702
|
+
<stop
|
703
|
+
offset="1"
|
704
|
+
style="stop-color:#FFFFFF"
|
705
|
+
id="stop279" />
|
706
|
+
</linearGradient>
|
707
|
+
<linearGradient
|
708
|
+
id="XMLID_76_"
|
709
|
+
gradientUnits="userSpaceOnUse"
|
710
|
+
x1="312.76761"
|
711
|
+
y1="71.599602"
|
712
|
+
x2="312.76761"
|
713
|
+
y2="132.2988">
|
714
|
+
<stop
|
715
|
+
offset="0"
|
716
|
+
style="stop-color:#458CFF"
|
717
|
+
id="stop286" />
|
718
|
+
<stop
|
719
|
+
offset="1"
|
720
|
+
style="stop-color:#FFFFFF"
|
721
|
+
id="stop288" />
|
722
|
+
</linearGradient>
|
723
|
+
<linearGradient
|
724
|
+
id="XMLID_77_"
|
725
|
+
gradientUnits="userSpaceOnUse"
|
726
|
+
x1="312.54199"
|
727
|
+
y1="71.599602"
|
728
|
+
x2="312.54199"
|
729
|
+
y2="132.29849">
|
730
|
+
<stop
|
731
|
+
offset="0"
|
732
|
+
style="stop-color:#458CFF"
|
733
|
+
id="stop293" />
|
734
|
+
<stop
|
735
|
+
offset="1"
|
736
|
+
style="stop-color:#FFFFFF"
|
737
|
+
id="stop295" />
|
738
|
+
</linearGradient>
|
739
|
+
<linearGradient
|
740
|
+
id="XMLID_78_"
|
741
|
+
gradientUnits="userSpaceOnUse"
|
742
|
+
x1="294.41891"
|
743
|
+
y1="71.599602"
|
744
|
+
x2="294.41891"
|
745
|
+
y2="132.29849">
|
746
|
+
<stop
|
747
|
+
offset="0"
|
748
|
+
style="stop-color:#458CFF"
|
749
|
+
id="stop300" />
|
750
|
+
<stop
|
751
|
+
offset="1"
|
752
|
+
style="stop-color:#FFFFFF"
|
753
|
+
id="stop302" />
|
754
|
+
</linearGradient>
|
755
|
+
<linearGradient
|
756
|
+
id="XMLID_79_"
|
757
|
+
gradientUnits="userSpaceOnUse"
|
758
|
+
x1="330.3447"
|
759
|
+
y1="71.599602"
|
760
|
+
x2="330.3447"
|
761
|
+
y2="132.29849">
|
762
|
+
<stop
|
763
|
+
offset="0"
|
764
|
+
style="stop-color:#458CFF"
|
765
|
+
id="stop307" />
|
766
|
+
<stop
|
767
|
+
offset="1"
|
768
|
+
style="stop-color:#FFFFFF"
|
769
|
+
id="stop309" />
|
770
|
+
</linearGradient>
|
771
|
+
<linearGradient
|
772
|
+
id="XMLID_80_"
|
773
|
+
gradientUnits="userSpaceOnUse"
|
774
|
+
x1="290.60251"
|
775
|
+
y1="71.599602"
|
776
|
+
x2="290.60251"
|
777
|
+
y2="132.29849">
|
778
|
+
<stop
|
779
|
+
offset="0"
|
780
|
+
style="stop-color:#458CFF"
|
781
|
+
id="stop314" />
|
782
|
+
<stop
|
783
|
+
offset="1"
|
784
|
+
style="stop-color:#FFFFFF"
|
785
|
+
id="stop316" />
|
786
|
+
</linearGradient>
|
787
|
+
<linearGradient
|
788
|
+
id="XMLID_81_"
|
789
|
+
gradientUnits="userSpaceOnUse"
|
790
|
+
x1="289.6113"
|
791
|
+
y1="71.599602"
|
792
|
+
x2="289.6113"
|
793
|
+
y2="132.29849">
|
794
|
+
<stop
|
795
|
+
offset="0"
|
796
|
+
style="stop-color:#458CFF"
|
797
|
+
id="stop321" />
|
798
|
+
<stop
|
799
|
+
offset="1"
|
800
|
+
style="stop-color:#FFFFFF"
|
801
|
+
id="stop323" />
|
802
|
+
</linearGradient>
|
803
|
+
<linearGradient
|
804
|
+
id="XMLID_82_"
|
805
|
+
gradientUnits="userSpaceOnUse"
|
806
|
+
x1="290.44531"
|
807
|
+
y1="71.599602"
|
808
|
+
x2="290.44531"
|
809
|
+
y2="132.29849">
|
810
|
+
<stop
|
811
|
+
offset="0"
|
812
|
+
style="stop-color:#458CFF"
|
813
|
+
id="stop328" />
|
814
|
+
<stop
|
815
|
+
offset="1"
|
816
|
+
style="stop-color:#FFFFFF"
|
817
|
+
id="stop330" />
|
818
|
+
</linearGradient>
|
819
|
+
<linearGradient
|
820
|
+
id="XMLID_83_"
|
821
|
+
gradientUnits="userSpaceOnUse"
|
822
|
+
x1="294.03711"
|
823
|
+
y1="71.599602"
|
824
|
+
x2="294.03711"
|
825
|
+
y2="132.29849">
|
826
|
+
<stop
|
827
|
+
offset="0"
|
828
|
+
style="stop-color:#458CFF"
|
829
|
+
id="stop335" />
|
830
|
+
<stop
|
831
|
+
offset="1"
|
832
|
+
style="stop-color:#FFFFFF"
|
833
|
+
id="stop337" />
|
834
|
+
</linearGradient>
|
835
|
+
<linearGradient
|
836
|
+
id="XMLID_84_"
|
837
|
+
gradientUnits="userSpaceOnUse"
|
838
|
+
x1="330.3418"
|
839
|
+
y1="71.599602"
|
840
|
+
x2="330.3418"
|
841
|
+
y2="132.29849">
|
842
|
+
<stop
|
843
|
+
offset="0"
|
844
|
+
style="stop-color:#458CFF"
|
845
|
+
id="stop342" />
|
846
|
+
<stop
|
847
|
+
offset="1"
|
848
|
+
style="stop-color:#FFFFFF"
|
849
|
+
id="stop344" />
|
850
|
+
</linearGradient>
|
851
|
+
<linearGradient
|
852
|
+
id="XMLID_85_"
|
853
|
+
gradientUnits="userSpaceOnUse"
|
854
|
+
x1="312.3154"
|
855
|
+
y1="71.599602"
|
856
|
+
x2="312.3154"
|
857
|
+
y2="132.29849">
|
858
|
+
<stop
|
859
|
+
offset="0"
|
860
|
+
style="stop-color:#458CFF"
|
861
|
+
id="stop349" />
|
862
|
+
<stop
|
863
|
+
offset="1"
|
864
|
+
style="stop-color:#FFFFFF"
|
865
|
+
id="stop351" />
|
866
|
+
</linearGradient>
|
867
|
+
<linearGradient
|
868
|
+
id="XMLID_86_"
|
869
|
+
gradientUnits="userSpaceOnUse"
|
870
|
+
x1="312.24509"
|
871
|
+
y1="71.599602"
|
872
|
+
x2="312.24509"
|
873
|
+
y2="132.29871">
|
874
|
+
<stop
|
875
|
+
offset="0"
|
876
|
+
style="stop-color:#458CFF"
|
877
|
+
id="stop356" />
|
878
|
+
<stop
|
879
|
+
offset="1"
|
880
|
+
style="stop-color:#FFFFFF"
|
881
|
+
id="stop358" />
|
882
|
+
</linearGradient>
|
883
|
+
<filter
|
884
|
+
id="filter3721"
|
885
|
+
style="color-interpolation-filters:sRGB;"
|
886
|
+
inkscape:label="Drop Shadow">
|
887
|
+
<feFlood
|
888
|
+
id="feFlood3723"
|
889
|
+
flood-opacity="1"
|
890
|
+
flood-color="rgb(255,255,255)"
|
891
|
+
result="flood" />
|
892
|
+
<feComposite
|
893
|
+
id="feComposite3725"
|
894
|
+
in2="SourceGraphic"
|
895
|
+
in="flood"
|
896
|
+
operator="in"
|
897
|
+
result="composite1" />
|
898
|
+
<feGaussianBlur
|
899
|
+
id="feGaussianBlur3727"
|
900
|
+
in="composite"
|
901
|
+
stdDeviation="5"
|
902
|
+
result="blur" />
|
903
|
+
<feOffset
|
904
|
+
id="feOffset3729"
|
905
|
+
dx="0"
|
906
|
+
dy="0"
|
907
|
+
result="offset" />
|
908
|
+
<feComposite
|
909
|
+
id="feComposite3731"
|
910
|
+
in2="offset"
|
911
|
+
in="SourceGraphic"
|
912
|
+
operator="over"
|
913
|
+
result="fbSourceGraphic" />
|
914
|
+
<feColorMatrix
|
915
|
+
result="fbSourceGraphicAlpha"
|
916
|
+
in="fbSourceGraphic"
|
917
|
+
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
918
|
+
id="feColorMatrix3733" />
|
919
|
+
<feFlood
|
920
|
+
id="feFlood3735"
|
921
|
+
flood-opacity="1"
|
922
|
+
flood-color="rgb(255,255,255)"
|
923
|
+
result="flood"
|
924
|
+
in="fbSourceGraphic" />
|
925
|
+
<feComposite
|
926
|
+
id="feComposite3737"
|
927
|
+
in2="fbSourceGraphic"
|
928
|
+
in="flood"
|
929
|
+
operator="in"
|
930
|
+
result="composite1" />
|
931
|
+
<feGaussianBlur
|
932
|
+
id="feGaussianBlur3740"
|
933
|
+
in="composite"
|
934
|
+
stdDeviation="5"
|
935
|
+
result="blur" />
|
936
|
+
<feOffset
|
937
|
+
id="feOffset3742"
|
938
|
+
dx="0"
|
939
|
+
dy="0"
|
940
|
+
result="offset" />
|
941
|
+
<feComposite
|
942
|
+
id="feComposite3744"
|
943
|
+
in2="offset"
|
944
|
+
in="fbSourceGraphic"
|
945
|
+
operator="over"
|
946
|
+
result="fbSourceGraphic" />
|
947
|
+
<feColorMatrix
|
948
|
+
result="fbSourceGraphicAlpha"
|
949
|
+
in="fbSourceGraphic"
|
950
|
+
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
951
|
+
id="feColorMatrix3746" />
|
952
|
+
<feFlood
|
953
|
+
id="feFlood3748"
|
954
|
+
flood-opacity="1"
|
955
|
+
flood-color="rgb(255,255,255)"
|
956
|
+
result="flood"
|
957
|
+
in="fbSourceGraphic" />
|
958
|
+
<feComposite
|
959
|
+
id="feComposite3750"
|
960
|
+
in2="fbSourceGraphic"
|
961
|
+
in="flood"
|
962
|
+
operator="in"
|
963
|
+
result="composite1" />
|
964
|
+
<feGaussianBlur
|
965
|
+
id="feGaussianBlur3752"
|
966
|
+
in="composite"
|
967
|
+
stdDeviation="5"
|
968
|
+
result="blur" />
|
969
|
+
<feOffset
|
970
|
+
id="feOffset3754"
|
971
|
+
dx="0"
|
972
|
+
dy="0"
|
973
|
+
result="offset" />
|
974
|
+
<feComposite
|
975
|
+
id="feComposite3756"
|
976
|
+
in2="offset"
|
977
|
+
in="fbSourceGraphic"
|
978
|
+
operator="over"
|
979
|
+
result="composite2" />
|
980
|
+
</filter>
|
981
|
+
</defs>
|
982
|
+
<sodipodi:namedview
|
983
|
+
id="base"
|
984
|
+
pagecolor="#ffffff"
|
985
|
+
bordercolor="#666666"
|
986
|
+
borderopacity="1.0"
|
987
|
+
gridtolerance="10000"
|
988
|
+
guidetolerance="10"
|
989
|
+
objecttolerance="10"
|
990
|
+
inkscape:pageopacity="0.0"
|
991
|
+
inkscape:pageshadow="2"
|
992
|
+
inkscape:zoom="1.8493561"
|
993
|
+
inkscape:cx="369.18325"
|
994
|
+
inkscape:cy="80.163422"
|
995
|
+
inkscape:document-units="px"
|
996
|
+
inkscape:current-layer="layer1"
|
997
|
+
showgrid="false"
|
998
|
+
showguides="true"
|
999
|
+
inkscape:guide-bbox="true"
|
1000
|
+
inkscape:window-width="1189"
|
1001
|
+
inkscape:window-height="671"
|
1002
|
+
inkscape:window-x="2399"
|
1003
|
+
inkscape:window-y="228"
|
1004
|
+
inkscape:window-maximized="0">
|
1005
|
+
<sodipodi:guide
|
1006
|
+
orientation="1,0"
|
1007
|
+
position="123.88235,954.35294"
|
1008
|
+
id="guide3181" />
|
1009
|
+
</sodipodi:namedview>
|
1010
|
+
<metadata
|
1011
|
+
id="metadata7">
|
1012
|
+
<rdf:RDF>
|
1013
|
+
<cc:Work
|
1014
|
+
rdf:about="">
|
1015
|
+
<dc:format>image/svg+xml</dc:format>
|
1016
|
+
<dc:type
|
1017
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
1018
|
+
<dc:title></dc:title>
|
1019
|
+
</cc:Work>
|
1020
|
+
</rdf:RDF>
|
1021
|
+
</metadata>
|
1022
|
+
<g
|
1023
|
+
inkscape:label="Layer 1"
|
1024
|
+
inkscape:groupmode="layer"
|
1025
|
+
id="layer1"
|
1026
|
+
transform="translate(-55.938873,-88.5)">
|
1027
|
+
<path
|
1028
|
+
style="fill:url(#linearGradient3206);fill-opacity:1"
|
1029
|
+
d="M 55.968873,166.59578 L 56.351226,207.74864 L 591.74874,207.74864 L 591.74874,87.748657 L 405.84249,87.748657 C 401.03218,88.557068 396.59701,89.182275 391.71749,90.061158 C 368.48635,94.245475 345.9216,98.859076 337.90499,100.09241 C 334.17705,100.66594 329.95003,101.50221 325.37374,102.56115 C 320.79745,103.62009 315.89396,104.89525 310.77999,106.31115 C 300.55205,109.14295 289.5447,112.54093 279.02999,116.0299 C 268.51528,119.51887 258.47117,123.09883 250.15499,126.2174 C 241.11972,129.23457 239.26983,130.22098 229.98748,132.4323 C 226.49162,133.26511 214.16367,136.64643 209.5328,137.44844 C 204.16908,138.37738 190.78756,140.89808 180.27999,142.43615 C 172.61693,143.55785 145.79194,145.82568 116.73099,152.92472 C 87.670053,160.02372 59.370343,166.30741 55.968873,166.59578 z"
|
1030
|
+
id="path3209"
|
1031
|
+
sodipodi:nodetypes="cccccssssscssssc" />
|
1032
|
+
<path
|
1033
|
+
style="fill:url(#linearGradient3219);fill-opacity:1;filter:url(#filter3228)"
|
1034
|
+
d="M 117.70278,144.5299 C 156.6807,131.52785 237.59266,120.76431 279.46868,111.53539 C 321.34469,102.30648 363.94948,94.612205 405.84249,87.748657 L 117.70278,87.748657 L 117.70278,144.5299 z"
|
1035
|
+
id="rect2385"
|
1036
|
+
sodipodi:nodetypes="csccc" />
|
1037
|
+
<path
|
1038
|
+
id="path3221"
|
1039
|
+
d="M 94.761617,144.5299 C 101.56455,143.95316 170.09323,144.43235 180.82072,143.51761 C 197.79352,142.30028 198.00159,142.23218 213.76562,139.19141 C 217.28514,138.46481 227.10392,134.84805 231.62374,133.7174 C 235.52285,132.74202 241.83881,129.33597 250.15499,126.2174 C 258.47117,123.09883 268.51528,119.51887 279.02999,116.0299 C 289.5447,112.54093 300.55205,109.14295 310.77999,106.31115 C 317.16276,104.2365 381.99714,94.335526 337.90499,100.09241 C 324.89219,102.49142 368.48635,94.245475 391.71749,90.061158 C 396.59701,89.182275 401.03218,88.557068 405.84249,87.748657"
|
1040
|
+
style="fill:none;fill-opacity:1;stroke:url(#linearGradient3186);stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3248)"
|
1041
|
+
sodipodi:nodetypes="cccsssccsc" />
|
1042
|
+
<rect
|
1043
|
+
transform="matrix(0.9424229,0.3344236,-0.3344236,0.9424229,6.0299998,-1.7513455)"
|
1044
|
+
y="-56.166138"
|
1045
|
+
x="536.30225"
|
1046
|
+
height="52"
|
1047
|
+
width="50.470589"
|
1048
|
+
id="rect3655"
|
1049
|
+
style="fill:#001a48;fill-opacity:0.64788735;stroke:none;stroke-width:0.19999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3707)" />
|
1050
|
+
<rect
|
1051
|
+
style="fill:url(#linearGradient3653);fill-opacity:1;stroke:none;stroke-width:0.19999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1052
|
+
id="rect3645"
|
1053
|
+
width="50.470589"
|
1054
|
+
height="51.999992"
|
1055
|
+
x="536.29211"
|
1056
|
+
y="-62.265236"
|
1057
|
+
transform="matrix(0.9424229,0.3344235,-0.3344235,0.9424229,0,0)" />
|
1058
|
+
<rect
|
1059
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3737)"
|
1060
|
+
id="rect3717"
|
1061
|
+
width="44.770218"
|
1062
|
+
height="43.626751"
|
1063
|
+
x="369.57797"
|
1064
|
+
y="338.80719"
|
1065
|
+
transform="matrix(0.9362883,-0.3512325,0.4013773,0.9159128,4.0299997,0.2486545)" />
|
1066
|
+
<rect
|
1067
|
+
transform="matrix(0.9362883,-0.3512324,0.4013773,0.9159128,0,0)"
|
1068
|
+
y="341.62973"
|
1069
|
+
x="370.53638"
|
1070
|
+
height="43.626747"
|
1071
|
+
width="44.770218"
|
1072
|
+
id="rect3713"
|
1073
|
+
style="fill:url(#linearGradient3715);fill-opacity:1;stroke:none;stroke-width:0.19999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
1074
|
+
<g
|
1075
|
+
transform="matrix(0.55513758,0,0,0.55513758,287.25079,95.684966)"
|
1076
|
+
id="g3"
|
1077
|
+
style="filter:url(#filter3721)">
|
1078
|
+
<g
|
1079
|
+
id="g5">
|
1080
|
+
<path
|
1081
|
+
style="fill:#ffffff"
|
1082
|
+
inkscape:connector-curvature="0"
|
1083
|
+
d="M 16.811,89.474 45.221,99.32 46.043,97.216 14.332,86.23 c 0.78,1.113 1.606,2.195 2.479,3.244 z"
|
1084
|
+
id="path7" />
|
1085
|
+
<path
|
1086
|
+
style="fill:#ffffff"
|
1087
|
+
inkscape:connector-curvature="0"
|
1088
|
+
d="m 12.434,83.304 34.39,11.914 0.822,-2.102 -36.858,-12.771 c 0.515,1.004 1.065,1.99 1.646,2.959 z"
|
1089
|
+
id="path9" />
|
1090
|
+
<path
|
1091
|
+
style="fill:#ffffff"
|
1092
|
+
inkscape:connector-curvature="0"
|
1093
|
+
d="m 12.343,32.06 16.31,5.651 c 0.484,-0.641 0.985,-1.266 1.511,-1.864 L 13.577,30.1 c -0.426,0.641 -0.836,1.296 -1.234,1.96 z"
|
1094
|
+
id="path11" />
|
1095
|
+
<path
|
1096
|
+
style="fill:#ffffff"
|
1097
|
+
inkscape:connector-curvature="0"
|
1098
|
+
d="m 5.488,52.962 16.497,5.717 c -0.026,-0.791 -0.018,-1.586 0.014,-2.383 L 5.757,50.668 c -0.108,0.765 -0.198,1.53 -0.269,2.294 z"
|
1099
|
+
id="path13" />
|
1100
|
+
<path
|
1101
|
+
style="fill:#ffffff"
|
1102
|
+
inkscape:connector-curvature="0"
|
1103
|
+
d="m 9.483,77.626 38.944,13.493 0.2,-0.512 -5.658,-2.213 C 40.209,87.316 37.681,85.9 35.402,84.218 L 8.371,74.852 c 0.346,0.936 0.712,1.862 1.112,2.774 z"
|
1104
|
+
id="path15" />
|
1105
|
+
<path
|
1106
|
+
style="fill:#ffffff"
|
1107
|
+
inkscape:connector-curvature="0"
|
1108
|
+
d="M 7.501,72.283 31.156,80.48 C 30.143,79.418 29.207,78.295 28.35,77.119 L 6.763,69.639 c 0.223,0.888 0.468,1.77 0.738,2.644 z"
|
1109
|
+
id="path17" />
|
1110
|
+
<path
|
1111
|
+
style="fill:#ffffff"
|
1112
|
+
inkscape:connector-curvature="0"
|
1113
|
+
d="m 25.141,17.872 22.114,7.662 c 1.52,-0.37 3.069,-0.63 4.637,-0.78 L 27.416,16.272 c -0.772,0.513 -1.531,1.043 -2.275,1.6 z"
|
1114
|
+
id="path19" />
|
1115
|
+
<path
|
1116
|
+
style="fill:#ffffff"
|
1117
|
+
inkscape:connector-curvature="0"
|
1118
|
+
d="m 5.496,62.277 18.387,6.37 c -0.312,-0.879 -0.589,-1.77 -0.827,-2.674 L 5.322,59.829 c 0.038,0.817 0.096,1.635 0.174,2.448 z"
|
1119
|
+
id="path21" />
|
1120
|
+
<path
|
1121
|
+
style="fill:#ffffff"
|
1122
|
+
inkscape:connector-curvature="0"
|
1123
|
+
d="m 6.213,67.182 20.229,7.009 C 25.896,73.247 25.395,72.276 24.945,71.285 L 5.779,64.643 c 0.122,0.851 0.267,1.696 0.434,2.539 z"
|
1124
|
+
id="path23" />
|
1125
|
+
<path
|
1126
|
+
style="fill:#ffffff"
|
1127
|
+
inkscape:connector-curvature="0"
|
1128
|
+
d="m 5.272,57.543 17.234,5.972 C 22.355,62.686 22.239,61.847 22.151,61.004 L 5.33,55.175 c -0.038,0.792 -0.058,1.581 -0.058,2.368 z"
|
1129
|
+
id="path25" />
|
1130
|
+
<path
|
1131
|
+
style="fill:#ffffff"
|
1132
|
+
inkscape:connector-curvature="0"
|
1133
|
+
d="m 8.674,39.516 c -0.068,0.172 -0.123,0.347 -0.188,0.519 l 15.786,5.471 c 0.279,-0.708 0.586,-1.396 0.909,-2.073 L 9.336,37.943 c -0.225,0.521 -0.453,1.038 -0.662,1.573 z"
|
1134
|
+
id="path27" />
|
1135
|
+
<path
|
1136
|
+
style="fill:#ffffff"
|
1137
|
+
inkscape:connector-curvature="0"
|
1138
|
+
d="m 14.847,28.272 16.938,5.868 c 0.611,-0.602 1.236,-1.185 1.888,-1.733 L 16.296,26.386 c -0.498,0.616 -0.98,1.244 -1.449,1.886 z"
|
1139
|
+
id="path29" />
|
1140
|
+
<path
|
1141
|
+
style="fill:#ffffff"
|
1142
|
+
inkscape:connector-curvature="0"
|
1143
|
+
d="m 10.23,35.984 15.942,5.522 c 0.377,-0.675 0.77,-1.335 1.189,-1.976 L 11.266,33.953 c -0.358,0.668 -0.703,1.344 -1.036,2.031 z"
|
1144
|
+
id="path31" />
|
1145
|
+
<path
|
1146
|
+
style="fill:#ffffff"
|
1147
|
+
inkscape:connector-curvature="0"
|
1148
|
+
d="m 7.103,44.211 15.836,5.487 c 0.18,-0.728 0.383,-1.452 0.615,-2.175 L 7.763,42.052 c -0.238,0.717 -0.457,1.437 -0.66,2.159 z"
|
1149
|
+
id="path33" />
|
1150
|
+
<path
|
1151
|
+
style="fill:#ffffff"
|
1152
|
+
inkscape:connector-curvature="0"
|
1153
|
+
d="m 17.778,24.632 17.92,6.209 c 0.773,-0.555 1.568,-1.076 2.384,-1.563 L 19.464,22.829 c -0.575,0.585 -1.138,1.186 -1.686,1.803 z"
|
1154
|
+
id="path35" />
|
1155
|
+
<path
|
1156
|
+
style="fill:#ffffff"
|
1157
|
+
inkscape:connector-curvature="0"
|
1158
|
+
d="m 6.107,48.521 16.053,5.562 c 0.082,-0.759 0.187,-1.517 0.323,-2.275 L 6.573,46.296 c -0.174,0.74 -0.328,1.483 -0.466,2.225 z"
|
1159
|
+
id="path37" />
|
1160
|
+
<path
|
1161
|
+
style="fill:#ffffff"
|
1162
|
+
inkscape:connector-curvature="0"
|
1163
|
+
d="m 21.186,21.156 19.459,6.742 c 1.014,-0.489 2.053,-0.924 3.112,-1.308 L 23.142,19.446 c -0.664,0.555 -1.318,1.122 -1.956,1.71 z"
|
1164
|
+
id="path39" />
|
1165
|
+
<path
|
1166
|
+
style="fill:#ffffff"
|
1167
|
+
inkscape:connector-curvature="0"
|
1168
|
+
d="m 36.887,103.953 5.658,2.213 0.292,-0.75 -11.166,-3.867 c 1.674,0.886 3.409,1.697 5.216,2.404 z"
|
1169
|
+
id="path41" />
|
1170
|
+
<path
|
1171
|
+
style="fill:#ffffff"
|
1172
|
+
inkscape:connector-curvature="0"
|
1173
|
+
d="m 24.22,96.699 19.397,6.721 0.822,-2.104 -24.601,-8.523 c 1.376,1.378 2.835,2.685 4.382,3.906 z"
|
1174
|
+
id="path43" />
|
1175
|
+
<path
|
1176
|
+
style="fill:#ffffff"
|
1177
|
+
inkscape:connector-curvature="0"
|
1178
|
+
d="m 50.663,8.092 26.621,9.224 0.822,-2.103 -20.98,-7.27 C 54.958,7.853 52.8,7.902 50.663,8.092 z"
|
1179
|
+
id="path45" />
|
1180
|
+
<path
|
1181
|
+
style="fill:#ffffff"
|
1182
|
+
inkscape:connector-curvature="0"
|
1183
|
+
d="M 35.175,12.037 74.077,25.516 74.899,23.414 38.416,10.772 c -1.094,0.388 -2.177,0.802 -3.241,1.265 z"
|
1184
|
+
id="path47" />
|
1185
|
+
<path
|
1186
|
+
style="fill:#ffffff"
|
1187
|
+
inkscape:connector-curvature="0"
|
1188
|
+
d="M 41.822,9.685 75.68,21.416 76.502,19.313 45.975,8.735 c -1.399,0.261 -2.786,0.571 -4.153,0.95 z"
|
1189
|
+
id="path49" />
|
1190
|
+
<path
|
1191
|
+
style="fill:#ffffff"
|
1192
|
+
inkscape:connector-curvature="0"
|
1193
|
+
d="m 29.75,14.813 28.788,9.975 c 2.847,0.306 5.699,0.982 8.49,2.074 l 5.658,2.213 0.61,-1.561 -40.884,-14.165 c -0.902,0.459 -1.788,0.95 -2.662,1.464 z"
|
1194
|
+
id="path51" />
|
1195
|
+
</g>
|
1196
|
+
<g
|
1197
|
+
id="g53">
|
1198
|
+
<g
|
1199
|
+
id="g55">
|
1200
|
+
<linearGradient
|
1201
|
+
id="linearGradient3978"
|
1202
|
+
gradientUnits="userSpaceOnUse"
|
1203
|
+
x1="67.947304"
|
1204
|
+
y1="71.599602"
|
1205
|
+
x2="67.947304"
|
1206
|
+
y2="132.29871">
|
1207
|
+
<stop
|
1208
|
+
offset="0"
|
1209
|
+
style="stop-color:#458CFF"
|
1210
|
+
id="stop3980" />
|
1211
|
+
<stop
|
1212
|
+
offset="1"
|
1213
|
+
style="stop-color:#FFFFFF"
|
1214
|
+
id="stop3982" />
|
1215
|
+
</linearGradient>
|
1216
|
+
<path
|
1217
|
+
style="fill:url(#XMLID_44_)"
|
1218
|
+
inkscape:connector-curvature="0"
|
1219
|
+
d="M 73.112,11.303 C 67.86,9.249 62.468,8.168 57.125,7.943 l 20.98,7.27 0.665,-1.698 -5.658,-2.212 z"
|
1220
|
+
id="path62" />
|
1221
|
+
<linearGradient
|
1222
|
+
id="linearGradient3985"
|
1223
|
+
gradientUnits="userSpaceOnUse"
|
1224
|
+
x1="61.628899"
|
1225
|
+
y1="71.599602"
|
1226
|
+
x2="61.628899"
|
1227
|
+
y2="132.2988">
|
1228
|
+
<stop
|
1229
|
+
offset="0"
|
1230
|
+
style="stop-color:#458CFF"
|
1231
|
+
id="stop3987" />
|
1232
|
+
<stop
|
1233
|
+
offset="1"
|
1234
|
+
style="stop-color:#FFFFFF"
|
1235
|
+
id="stop3989" />
|
1236
|
+
</linearGradient>
|
1237
|
+
<path
|
1238
|
+
style="fill:url(#XMLID_45_)"
|
1239
|
+
inkscape:connector-curvature="0"
|
1240
|
+
d="m 45.975,8.735 30.527,10.578 0.781,-1.998 -26.62,-9.223 c -1.576,0.14 -3.14,0.355 -4.688,0.643 z"
|
1241
|
+
id="path69" />
|
1242
|
+
<linearGradient
|
1243
|
+
id="linearGradient3992"
|
1244
|
+
gradientUnits="userSpaceOnUse"
|
1245
|
+
x1="57.047901"
|
1246
|
+
y1="71.598602"
|
1247
|
+
x2="57.047798"
|
1248
|
+
y2="132.2981">
|
1249
|
+
<stop
|
1250
|
+
offset="0"
|
1251
|
+
style="stop-color:#458CFF"
|
1252
|
+
id="stop3994" />
|
1253
|
+
<stop
|
1254
|
+
offset="1"
|
1255
|
+
style="stop-color:#FFFFFF"
|
1256
|
+
id="stop3996" />
|
1257
|
+
</linearGradient>
|
1258
|
+
<path
|
1259
|
+
style="fill:url(#XMLID_46_)"
|
1260
|
+
inkscape:connector-curvature="0"
|
1261
|
+
d="M 38.416,10.772 74.899,23.414 75.68,21.416 41.822,9.685 c -1.151,0.318 -2.283,0.689 -3.406,1.087 z"
|
1262
|
+
id="path76" />
|
1263
|
+
<linearGradient
|
1264
|
+
id="linearGradient3999"
|
1265
|
+
gradientUnits="userSpaceOnUse"
|
1266
|
+
x1="53.244598"
|
1267
|
+
y1="71.600601"
|
1268
|
+
x2="53.244598"
|
1269
|
+
y2="132.2997">
|
1270
|
+
<stop
|
1271
|
+
offset="0"
|
1272
|
+
style="stop-color:#458CFF"
|
1273
|
+
id="stop4001" />
|
1274
|
+
<stop
|
1275
|
+
offset="1"
|
1276
|
+
style="stop-color:#FFFFFF"
|
1277
|
+
id="stop4003" />
|
1278
|
+
</linearGradient>
|
1279
|
+
<path
|
1280
|
+
style="fill:url(#XMLID_47_)"
|
1281
|
+
inkscape:connector-curvature="0"
|
1282
|
+
d="M 32.412,13.349 73.296,27.514 74.077,25.516 35.175,12.037 c -0.934,0.407 -1.854,0.848 -2.763,1.312 z"
|
1283
|
+
id="path83" />
|
1284
|
+
<linearGradient
|
1285
|
+
id="linearGradient4006"
|
1286
|
+
gradientUnits="userSpaceOnUse"
|
1287
|
+
x1="42.9771"
|
1288
|
+
y1="71.599602"
|
1289
|
+
x2="42.977001"
|
1290
|
+
y2="132.2991">
|
1291
|
+
<stop
|
1292
|
+
offset="0"
|
1293
|
+
style="stop-color:#458CFF"
|
1294
|
+
id="stop4008" />
|
1295
|
+
<stop
|
1296
|
+
offset="1"
|
1297
|
+
style="stop-color:#FFFFFF"
|
1298
|
+
id="stop4010" />
|
1299
|
+
</linearGradient>
|
1300
|
+
<path
|
1301
|
+
style="fill:url(#XMLID_48_)"
|
1302
|
+
inkscape:connector-curvature="0"
|
1303
|
+
d="m 27.416,16.271 24.476,8.482 c 2.19,-0.213 4.417,-0.206 6.646,0.033 L 29.75,14.813 c -0.792,0.465 -1.569,0.951 -2.334,1.458 z"
|
1304
|
+
id="path90" />
|
1305
|
+
<linearGradient
|
1306
|
+
id="linearGradient4013"
|
1307
|
+
gradientUnits="userSpaceOnUse"
|
1308
|
+
x1="35.1987"
|
1309
|
+
y1="71.599602"
|
1310
|
+
x2="35.1987"
|
1311
|
+
y2="132.29871">
|
1312
|
+
<stop
|
1313
|
+
offset="0"
|
1314
|
+
style="stop-color:#458CFF"
|
1315
|
+
id="stop4015" />
|
1316
|
+
<stop
|
1317
|
+
offset="1"
|
1318
|
+
style="stop-color:#FFFFFF"
|
1319
|
+
id="stop4017" />
|
1320
|
+
</linearGradient>
|
1321
|
+
<path
|
1322
|
+
style="fill:url(#XMLID_49_)"
|
1323
|
+
inkscape:connector-curvature="0"
|
1324
|
+
d="m 23.142,19.447 20.615,7.144 c 1.145,-0.416 2.313,-0.77 3.498,-1.057 L 25.141,17.872 c -0.678,0.509 -1.346,1.031 -1.999,1.575 z"
|
1325
|
+
id="path97" />
|
1326
|
+
<linearGradient
|
1327
|
+
id="linearGradient4020"
|
1328
|
+
gradientUnits="userSpaceOnUse"
|
1329
|
+
x1="30.054701"
|
1330
|
+
y1="71.599602"
|
1331
|
+
x2="30.054701"
|
1332
|
+
y2="132.2991">
|
1333
|
+
<stop
|
1334
|
+
offset="0"
|
1335
|
+
style="stop-color:#458CFF"
|
1336
|
+
id="stop4022" />
|
1337
|
+
<stop
|
1338
|
+
offset="1"
|
1339
|
+
style="stop-color:#FFFFFF"
|
1340
|
+
id="stop4024" />
|
1341
|
+
</linearGradient>
|
1342
|
+
<path
|
1343
|
+
style="fill:url(#XMLID_50_)"
|
1344
|
+
inkscape:connector-curvature="0"
|
1345
|
+
d="m 19.464,22.829 18.618,6.449 c 0.834,-0.497 1.689,-0.958 2.563,-1.38 L 21.186,21.156 c -0.586,0.543 -1.16,1.101 -1.722,1.673 z"
|
1346
|
+
id="path104" />
|
1347
|
+
<linearGradient
|
1348
|
+
id="linearGradient4027"
|
1349
|
+
gradientUnits="userSpaceOnUse"
|
1350
|
+
x1="25.996599"
|
1351
|
+
y1="71.599602"
|
1352
|
+
x2="25.996599"
|
1353
|
+
y2="132.299">
|
1354
|
+
<stop
|
1355
|
+
offset="0"
|
1356
|
+
style="stop-color:#458CFF"
|
1357
|
+
id="stop4029" />
|
1358
|
+
<stop
|
1359
|
+
offset="1"
|
1360
|
+
style="stop-color:#FFFFFF"
|
1361
|
+
id="stop4031" />
|
1362
|
+
</linearGradient>
|
1363
|
+
<path
|
1364
|
+
style="fill:url(#XMLID_51_)"
|
1365
|
+
inkscape:connector-curvature="0"
|
1366
|
+
d="m 16.295,26.386 17.377,6.021 c 0.654,-0.552 1.334,-1.069 2.026,-1.566 l -17.92,-6.209 c -0.507,0.571 -1,1.158 -1.483,1.754 z"
|
1367
|
+
id="path111" />
|
1368
|
+
<linearGradient
|
1369
|
+
id="linearGradient4034"
|
1370
|
+
gradientUnits="userSpaceOnUse"
|
1371
|
+
x1="22.6807"
|
1372
|
+
y1="71.599602"
|
1373
|
+
x2="22.6807"
|
1374
|
+
y2="132.2986">
|
1375
|
+
<stop
|
1376
|
+
offset="0"
|
1377
|
+
style="stop-color:#458CFF"
|
1378
|
+
id="stop4036" />
|
1379
|
+
<stop
|
1380
|
+
offset="1"
|
1381
|
+
style="stop-color:#FFFFFF"
|
1382
|
+
id="stop4038" />
|
1383
|
+
</linearGradient>
|
1384
|
+
<path
|
1385
|
+
style="fill:url(#XMLID_52_)"
|
1386
|
+
inkscape:connector-curvature="0"
|
1387
|
+
d="m 13.577,30.1 16.586,5.747 c 0.52,-0.592 1.063,-1.156 1.621,-1.706 L 14.846,28.273 C 14.41,28.868 13.988,29.48 13.577,30.1 z"
|
1388
|
+
id="path118" />
|
1389
|
+
<linearGradient
|
1390
|
+
id="linearGradient4041"
|
1391
|
+
gradientUnits="userSpaceOnUse"
|
1392
|
+
x1="19.959499"
|
1393
|
+
y1="71.599602"
|
1394
|
+
x2="19.959499"
|
1395
|
+
y2="132.2988">
|
1396
|
+
<stop
|
1397
|
+
offset="0"
|
1398
|
+
style="stop-color:#458CFF"
|
1399
|
+
id="stop4043" />
|
1400
|
+
<stop
|
1401
|
+
offset="1"
|
1402
|
+
style="stop-color:#FFFFFF"
|
1403
|
+
id="stop4045" />
|
1404
|
+
</linearGradient>
|
1405
|
+
<path
|
1406
|
+
style="fill:url(#XMLID_53_)"
|
1407
|
+
inkscape:connector-curvature="0"
|
1408
|
+
d="m 11.267,33.954 16.095,5.577 c 0.409,-0.626 0.843,-1.229 1.291,-1.82 L 12.343,32.06 c -0.372,0.621 -0.729,1.253 -1.076,1.894 z"
|
1409
|
+
id="path125" />
|
1410
|
+
<linearGradient
|
1411
|
+
id="linearGradient4048"
|
1412
|
+
gradientUnits="userSpaceOnUse"
|
1413
|
+
x1="17.753901"
|
1414
|
+
y1="71.599602"
|
1415
|
+
x2="17.753901"
|
1416
|
+
y2="132.29849">
|
1417
|
+
<stop
|
1418
|
+
offset="0"
|
1419
|
+
style="stop-color:#458CFF"
|
1420
|
+
id="stop4050" />
|
1421
|
+
<stop
|
1422
|
+
offset="1"
|
1423
|
+
style="stop-color:#FFFFFF"
|
1424
|
+
id="stop4052" />
|
1425
|
+
</linearGradient>
|
1426
|
+
<path
|
1427
|
+
style="fill:url(#XMLID_54_)"
|
1428
|
+
inkscape:connector-curvature="0"
|
1429
|
+
d="m 9.335,37.941 15.845,5.49 c 0.312,-0.656 0.642,-1.299 0.992,-1.925 L 10.23,35.984 c -0.31,0.644 -0.609,1.294 -0.895,1.957 z"
|
1430
|
+
id="path132" />
|
1431
|
+
<linearGradient
|
1432
|
+
id="linearGradient4055"
|
1433
|
+
gradientUnits="userSpaceOnUse"
|
1434
|
+
x1="16.017599"
|
1435
|
+
y1="71.599602"
|
1436
|
+
x2="16.017599"
|
1437
|
+
y2="132.2986">
|
1438
|
+
<stop
|
1439
|
+
offset="0"
|
1440
|
+
style="stop-color:#458CFF"
|
1441
|
+
id="stop4057" />
|
1442
|
+
<stop
|
1443
|
+
offset="1"
|
1444
|
+
style="stop-color:#FFFFFF"
|
1445
|
+
id="stop4059" />
|
1446
|
+
</linearGradient>
|
1447
|
+
<path
|
1448
|
+
style="fill:url(#XMLID_55_)"
|
1449
|
+
inkscape:connector-curvature="0"
|
1450
|
+
d="m 7.763,42.052 15.791,5.472 c 0.208,-0.643 0.429,-1.285 0.678,-1.924 0.013,-0.033 0.027,-0.063 0.04,-0.095 L 8.486,40.034 c -0.254,0.672 -0.5,1.343 -0.723,2.018 z"
|
1451
|
+
id="path139" />
|
1452
|
+
<linearGradient
|
1453
|
+
id="linearGradient4062"
|
1454
|
+
gradientUnits="userSpaceOnUse"
|
1455
|
+
x1="14.7559"
|
1456
|
+
y1="71.599602"
|
1457
|
+
x2="14.7559"
|
1458
|
+
y2="132.2986">
|
1459
|
+
<stop
|
1460
|
+
offset="0"
|
1461
|
+
style="stop-color:#458CFF"
|
1462
|
+
id="stop4064" />
|
1463
|
+
<stop
|
1464
|
+
offset="1"
|
1465
|
+
style="stop-color:#FFFFFF"
|
1466
|
+
id="stop4066" />
|
1467
|
+
</linearGradient>
|
1468
|
+
<path
|
1469
|
+
style="fill:url(#XMLID_56_)"
|
1470
|
+
inkscape:connector-curvature="0"
|
1471
|
+
d="m 6.573,46.296 15.91,5.512 c 0.126,-0.705 0.281,-1.407 0.456,-2.109 L 7.103,44.211 C 6.909,44.904 6.736,45.6 6.573,46.296 z"
|
1472
|
+
id="path146" />
|
1473
|
+
<linearGradient
|
1474
|
+
id="linearGradient4069"
|
1475
|
+
gradientUnits="userSpaceOnUse"
|
1476
|
+
x1="13.9585"
|
1477
|
+
y1="71.599602"
|
1478
|
+
x2="13.9585"
|
1479
|
+
y2="132.2991">
|
1480
|
+
<stop
|
1481
|
+
offset="0"
|
1482
|
+
style="stop-color:#458CFF"
|
1483
|
+
id="stop4071" />
|
1484
|
+
<stop
|
1485
|
+
offset="1"
|
1486
|
+
style="stop-color:#FFFFFF"
|
1487
|
+
id="stop4073" />
|
1488
|
+
</linearGradient>
|
1489
|
+
<path
|
1490
|
+
style="fill:url(#XMLID_57_)"
|
1491
|
+
inkscape:connector-curvature="0"
|
1492
|
+
d="m 5.757,50.668 16.241,5.628 c 0.029,-0.736 0.081,-1.474 0.161,-2.213 L 6.107,48.521 c -0.134,0.715 -0.249,1.431 -0.35,2.147 z"
|
1493
|
+
id="path153" />
|
1494
|
+
<linearGradient
|
1495
|
+
id="linearGradient4076"
|
1496
|
+
gradientUnits="userSpaceOnUse"
|
1497
|
+
x1="13.7407"
|
1498
|
+
y1="71.599602"
|
1499
|
+
x2="13.7407"
|
1500
|
+
y2="132.299">
|
1501
|
+
<stop
|
1502
|
+
offset="0"
|
1503
|
+
style="stop-color:#458CFF"
|
1504
|
+
id="stop4078" />
|
1505
|
+
<stop
|
1506
|
+
offset="1"
|
1507
|
+
style="stop-color:#FFFFFF"
|
1508
|
+
id="stop4080" />
|
1509
|
+
</linearGradient>
|
1510
|
+
<path
|
1511
|
+
style="fill:url(#XMLID_58_)"
|
1512
|
+
inkscape:connector-curvature="0"
|
1513
|
+
d="m 5.33,55.175 16.821,5.829 C 22.07,60.233 22.011,59.458 21.984,58.679 L 5.488,52.962 c -0.07,0.739 -0.122,1.476 -0.158,2.213 z"
|
1514
|
+
id="path160" />
|
1515
|
+
<linearGradient
|
1516
|
+
id="linearGradient4083"
|
1517
|
+
gradientUnits="userSpaceOnUse"
|
1518
|
+
x1="14.1636"
|
1519
|
+
y1="71.599602"
|
1520
|
+
x2="14.1636"
|
1521
|
+
y2="132.29871">
|
1522
|
+
<stop
|
1523
|
+
offset="0"
|
1524
|
+
style="stop-color:#458CFF"
|
1525
|
+
id="stop4085" />
|
1526
|
+
<stop
|
1527
|
+
offset="1"
|
1528
|
+
style="stop-color:#FFFFFF"
|
1529
|
+
id="stop4087" />
|
1530
|
+
</linearGradient>
|
1531
|
+
<path
|
1532
|
+
style="fill:url(#XMLID_59_)"
|
1533
|
+
inkscape:connector-curvature="0"
|
1534
|
+
d="m 5.322,59.829 17.733,6.145 C 22.843,65.162 22.657,64.343 22.506,63.515 L 5.272,57.543 c -0.001,0.764 0.015,1.525 0.05,2.286 z"
|
1535
|
+
id="path167" />
|
1536
|
+
<linearGradient
|
1537
|
+
id="linearGradient4090"
|
1538
|
+
gradientUnits="userSpaceOnUse"
|
1539
|
+
x1="15.2202"
|
1540
|
+
y1="71.599602"
|
1541
|
+
x2="15.2202"
|
1542
|
+
y2="132.29849">
|
1543
|
+
<stop
|
1544
|
+
offset="0"
|
1545
|
+
style="stop-color:#458CFF"
|
1546
|
+
id="stop4092" />
|
1547
|
+
<stop
|
1548
|
+
offset="1"
|
1549
|
+
style="stop-color:#FFFFFF"
|
1550
|
+
id="stop4094" />
|
1551
|
+
</linearGradient>
|
1552
|
+
<path
|
1553
|
+
style="fill:url(#XMLID_60_)"
|
1554
|
+
inkscape:connector-curvature="0"
|
1555
|
+
d="m 5.779,64.643 19.166,6.642 C 24.553,70.422 24.2,69.541 23.883,68.648 L 5.496,62.278 c 0.075,0.79 0.17,1.579 0.283,2.365 z"
|
1556
|
+
id="path174" />
|
1557
|
+
<linearGradient
|
1558
|
+
id="linearGradient4097"
|
1559
|
+
gradientUnits="userSpaceOnUse"
|
1560
|
+
x1="17.2817"
|
1561
|
+
y1="71.599602"
|
1562
|
+
x2="17.2817"
|
1563
|
+
y2="132.2988">
|
1564
|
+
<stop
|
1565
|
+
offset="0"
|
1566
|
+
style="stop-color:#458CFF"
|
1567
|
+
id="stop4099" />
|
1568
|
+
<stop
|
1569
|
+
offset="1"
|
1570
|
+
style="stop-color:#FFFFFF"
|
1571
|
+
id="stop4101" />
|
1572
|
+
</linearGradient>
|
1573
|
+
<path
|
1574
|
+
style="fill:url(#XMLID_61_)"
|
1575
|
+
inkscape:connector-curvature="0"
|
1576
|
+
d="m 6.763,69.639 21.587,7.48 C 27.662,76.176 27.024,75.198 26.441,74.19 L 6.213,67.182 c 0.163,0.825 0.346,1.643 0.55,2.457 z"
|
1577
|
+
id="path181" />
|
1578
|
+
<linearGradient
|
1579
|
+
id="linearGradient4104"
|
1580
|
+
gradientUnits="userSpaceOnUse"
|
1581
|
+
x1="21.452101"
|
1582
|
+
y1="71.599602"
|
1583
|
+
x2="21.452101"
|
1584
|
+
y2="132.2988">
|
1585
|
+
<stop
|
1586
|
+
offset="0"
|
1587
|
+
style="stop-color:#458CFF"
|
1588
|
+
id="stop4106" />
|
1589
|
+
<stop
|
1590
|
+
offset="1"
|
1591
|
+
style="stop-color:#FFFFFF"
|
1592
|
+
id="stop4108" />
|
1593
|
+
</linearGradient>
|
1594
|
+
<path
|
1595
|
+
style="fill:url(#XMLID_62_)"
|
1596
|
+
inkscape:connector-curvature="0"
|
1597
|
+
d="m 8.371,74.852 27.032,9.367 C 33.869,83.088 32.452,81.834 31.157,80.481 L 7.501,72.283 c 0.268,0.864 0.556,1.722 0.87,2.569 z"
|
1598
|
+
id="path188" />
|
1599
|
+
<linearGradient
|
1600
|
+
id="linearGradient4111"
|
1601
|
+
gradientUnits="userSpaceOnUse"
|
1602
|
+
x1="28.955601"
|
1603
|
+
y1="71.599602"
|
1604
|
+
x2="28.955601"
|
1605
|
+
y2="132.2988">
|
1606
|
+
<stop
|
1607
|
+
offset="0"
|
1608
|
+
style="stop-color:#458CFF"
|
1609
|
+
id="stop4113" />
|
1610
|
+
<stop
|
1611
|
+
offset="1"
|
1612
|
+
style="stop-color:#FFFFFF"
|
1613
|
+
id="stop4115" />
|
1614
|
+
</linearGradient>
|
1615
|
+
<path
|
1616
|
+
style="fill:url(#XMLID_63_)"
|
1617
|
+
inkscape:connector-curvature="0"
|
1618
|
+
d="M 10.788,80.345 47.647,93.116 48.428,91.118 9.483,77.626 c 0.405,0.921 0.846,1.824 1.305,2.719 z"
|
1619
|
+
id="path195" />
|
1620
|
+
<linearGradient
|
1621
|
+
id="linearGradient4118"
|
1622
|
+
gradientUnits="userSpaceOnUse"
|
1623
|
+
x1="29.6294"
|
1624
|
+
y1="71.599602"
|
1625
|
+
x2="29.6294"
|
1626
|
+
y2="132.2982">
|
1627
|
+
<stop
|
1628
|
+
offset="0"
|
1629
|
+
style="stop-color:#458CFF"
|
1630
|
+
id="stop4120" />
|
1631
|
+
<stop
|
1632
|
+
offset="1"
|
1633
|
+
style="stop-color:#FFFFFF"
|
1634
|
+
id="stop4122" />
|
1635
|
+
</linearGradient>
|
1636
|
+
<path
|
1637
|
+
style="fill:url(#XMLID_64_)"
|
1638
|
+
inkscape:connector-curvature="0"
|
1639
|
+
d="m 14.332,86.23 31.711,10.986 0.782,-1.998 -34.39,-11.914 c 0.598,0.994 1.229,1.971 1.897,2.926 z"
|
1640
|
+
id="path202" />
|
1641
|
+
<linearGradient
|
1642
|
+
id="linearGradient4125"
|
1643
|
+
gradientUnits="userSpaceOnUse"
|
1644
|
+
x1="31.0161"
|
1645
|
+
y1="71.599602"
|
1646
|
+
x2="31.0161"
|
1647
|
+
y2="132.29919">
|
1648
|
+
<stop
|
1649
|
+
offset="0"
|
1650
|
+
style="stop-color:#458CFF"
|
1651
|
+
id="stop4127" />
|
1652
|
+
<stop
|
1653
|
+
offset="1"
|
1654
|
+
style="stop-color:#FFFFFF"
|
1655
|
+
id="stop4129" />
|
1656
|
+
</linearGradient>
|
1657
|
+
<path
|
1658
|
+
style="fill:url(#XMLID_65_)"
|
1659
|
+
inkscape:connector-curvature="0"
|
1660
|
+
d="m 19.839,92.792 24.601,8.523 0.781,-1.996 -28.41,-9.846 c 0.954,1.152 1.966,2.257 3.028,3.319 z"
|
1661
|
+
id="path209" />
|
1662
|
+
<linearGradient
|
1663
|
+
id="linearGradient4132"
|
1664
|
+
gradientUnits="userSpaceOnUse"
|
1665
|
+
x1="33.9189"
|
1666
|
+
y1="71.599602"
|
1667
|
+
x2="33.9189"
|
1668
|
+
y2="132.2988">
|
1669
|
+
<stop
|
1670
|
+
offset="0"
|
1671
|
+
style="stop-color:#458CFF"
|
1672
|
+
id="stop4134" />
|
1673
|
+
<stop
|
1674
|
+
offset="1"
|
1675
|
+
style="stop-color:#FFFFFF"
|
1676
|
+
id="stop4136" />
|
1677
|
+
</linearGradient>
|
1678
|
+
<path
|
1679
|
+
style="fill:url(#XMLID_66_)"
|
1680
|
+
inkscape:connector-curvature="0"
|
1681
|
+
d="m 31.671,101.548 11.166,3.867 0.781,-1.996 -19.398,-6.72 c 2.302,1.814 4.792,3.439 7.451,4.849 z"
|
1682
|
+
id="path216" />
|
1683
|
+
</g>
|
1684
|
+
<linearGradient
|
1685
|
+
id="linearGradient4139"
|
1686
|
+
gradientUnits="userSpaceOnUse"
|
1687
|
+
x1="36.756302"
|
1688
|
+
y1="71.596703"
|
1689
|
+
x2="36.756302"
|
1690
|
+
y2="132.29401">
|
1691
|
+
<stop
|
1692
|
+
offset="0"
|
1693
|
+
style="stop-color:#458CFF"
|
1694
|
+
id="stop4141" />
|
1695
|
+
<stop
|
1696
|
+
offset="1"
|
1697
|
+
style="stop-color:#FFFFFF"
|
1698
|
+
id="stop4143" />
|
1699
|
+
</linearGradient>
|
1700
|
+
<path
|
1701
|
+
style="fill:url(#XMLID_67_)"
|
1702
|
+
inkscape:connector-curvature="0"
|
1703
|
+
d="m 3.417,31.629 0,0 C -6.571,57.173 6.085,86.08 31.63,96.068 L 37.287,98.279 43.37,82.72 37.712,80.509 C 20.748,73.875 12.342,54.677 18.975,37.713 25.608,20.749 44.806,12.343 61.77,18.977 L 67.428,21.188 73.512,5.629 67.854,3.417 C 42.31,-6.57 13.404,6.085 3.417,31.629 z"
|
1704
|
+
id="path223" />
|
1705
|
+
</g>
|
1706
|
+
<g
|
1707
|
+
id="g225">
|
1708
|
+
<linearGradient
|
1709
|
+
id="linearGradient4147"
|
1710
|
+
gradientUnits="userSpaceOnUse"
|
1711
|
+
x1="268.60641"
|
1712
|
+
y1="71.598602"
|
1713
|
+
x2="268.60641"
|
1714
|
+
y2="132.297">
|
1715
|
+
<stop
|
1716
|
+
offset="0"
|
1717
|
+
style="stop-color:#458CFF"
|
1718
|
+
id="stop4149" />
|
1719
|
+
<stop
|
1720
|
+
offset="1"
|
1721
|
+
style="stop-color:#FFFFFF"
|
1722
|
+
id="stop4151" />
|
1723
|
+
</linearGradient>
|
1724
|
+
<path
|
1725
|
+
style="fill:url(#XMLID_68_)"
|
1726
|
+
inkscape:connector-curvature="0"
|
1727
|
+
d="m 264.236,67.276 c -0.168,-3.205 0.662,-6.361 2.492,-9.469 1.828,-3.107 5.662,-4.773 11.498,-4.996 v -5.25 c -4.145,0.057 -7.289,0.893 -9.43,2.508 -2.143,1.615 -3.787,3.773 -4.936,6.473 v -7.855 h -4.875 v 44.125 h 5.25 V 67.276 z"
|
1728
|
+
id="path232" />
|
1729
|
+
<linearGradient
|
1730
|
+
id="linearGradient4154"
|
1731
|
+
gradientUnits="userSpaceOnUse"
|
1732
|
+
x1="231.3774"
|
1733
|
+
y1="71.597702"
|
1734
|
+
x2="231.3774"
|
1735
|
+
y2="132.2979">
|
1736
|
+
<stop
|
1737
|
+
offset="0"
|
1738
|
+
style="stop-color:#458CFF"
|
1739
|
+
id="stop4156" />
|
1740
|
+
<stop
|
1741
|
+
offset="1"
|
1742
|
+
style="stop-color:#FFFFFF"
|
1743
|
+
id="stop4158" />
|
1744
|
+
</linearGradient>
|
1745
|
+
<path
|
1746
|
+
style="fill:url(#XMLID_69_)"
|
1747
|
+
inkscape:connector-curvature="0"
|
1748
|
+
d="m 241.611,63.753 c -0.07,0.672 -0.242,1.188 -0.52,1.551 -1.15,0.84 -3.303,1.391 -6.459,1.656 -3.156,0.265 -6.563,0.699 -10.223,1.301 -3.66,0.602 -6.809,1.859 -9.445,3.773 -2.637,1.916 -4.012,4.957 -4.123,9.122 0.027,3.66 1.287,6.678 3.779,9.053 2.492,2.375 6.076,3.615 10.752,3.729 4.389,-0.168 7.918,-1.063 10.588,-2.682 2.668,-1.619 4.688,-3.211 6.059,-4.775 -0.168,2.195 0.285,3.854 1.361,4.979 1.076,1.125 2.719,1.701 4.928,1.729 1.033,-0.057 1.844,-0.141 2.432,-0.25 0.586,-0.111 0.979,-0.166 1.174,-0.166 v -3.709 c -0.225,0 -0.49,0.021 -0.797,0.063 -0.309,0.043 -0.588,0.063 -0.838,0.063 -1.326,-0.027 -2.217,-0.246 -2.672,-0.656 -0.457,-0.41 -0.67,-0.883 -0.641,-1.422 V 59.603 c 0.027,-3.232 -1.27,-6.02 -3.891,-8.361 -2.621,-2.34 -6.775,-3.566 -12.463,-3.68 -6.094,0.168 -10.543,1.693 -13.352,4.58 -2.809,2.887 -4.197,6.127 -4.17,9.725 h 5 c 0.082,-2.602 1.074,-4.865 2.973,-6.791 1.899,-1.926 5.166,-2.93 9.801,-3.014 5.592,0.277 8.869,1.607 9.83,3.986 0.961,2.381 1.301,4.082 1.021,5.105 0.002,1.063 -0.033,1.93 -0.104,2.6 z m 0.106,13.627 c -0.168,3.727 -1.793,6.661 -4.875,8.801 -3.082,2.143 -6.682,3.229 -10.799,3.256 -3.359,-0.084 -5.859,-0.918 -7.496,-2.502 -1.637,-1.582 -2.455,-3.467 -2.455,-5.654 0.055,-2.766 0.986,-4.807 2.793,-6.122 1.807,-1.315 4.076,-2.23 6.807,-2.748 2.73,-0.516 5.537,-0.928 8.422,-1.236 2.883,-0.307 5.418,-0.781 7.604,-1.426 v 7.631 z"
|
1749
|
+
id="path239" />
|
1750
|
+
<linearGradient
|
1751
|
+
id="linearGradient4161"
|
1752
|
+
gradientUnits="userSpaceOnUse"
|
1753
|
+
x1="114.6572"
|
1754
|
+
y1="71.597702"
|
1755
|
+
x2="114.6572"
|
1756
|
+
y2="132.2999">
|
1757
|
+
<stop
|
1758
|
+
offset="0"
|
1759
|
+
style="stop-color:#458CFF"
|
1760
|
+
id="stop4163" />
|
1761
|
+
<stop
|
1762
|
+
offset="1"
|
1763
|
+
style="stop-color:#FFFFFF"
|
1764
|
+
id="stop4165" />
|
1765
|
+
</linearGradient>
|
1766
|
+
<path
|
1767
|
+
style="fill:url(#XMLID_70_)"
|
1768
|
+
inkscape:connector-curvature="0"
|
1769
|
+
d="m 116.295,94.437 c 8.059,-0.309 14.08,-2.654 18.068,-7.041 3.988,-4.387 5.982,-9.235 5.982,-14.543 h -5.5 c -0.057,4.674 -1.707,8.614 -4.953,11.819 -3.246,3.205 -7.695,4.877 -13.348,5.016 -8.226,-0.363 -13.957,-3.355 -17.187,-8.979 -3.232,-5.624 -4.777,-11.764 -4.637,-18.422 0.055,-8.557 1.924,-15.254 5.604,-20.092 3.68,-4.838 8.932,-7.299 15.759,-7.383 6.338,0.254 10.953,1.969 13.844,5.148 2.891,3.179 4.32,6.34 4.293,9.477 h 5.625 c 0.027,-4.51 -1.855,-8.838 -5.646,-12.984 -3.793,-4.146 -9.732,-6.359 -17.82,-6.641 -8.548,0.084 -15.232,2.959 -20.052,8.623 -4.82,5.664 -7.271,13.531 -7.355,23.6 -0.086,8.748 2.023,16.252 6.326,22.51 4.3,6.259 11.3,9.556 20.997,9.892 z"
|
1770
|
+
id="path246" />
|
1771
|
+
<linearGradient
|
1772
|
+
id="linearGradient4168"
|
1773
|
+
gradientUnits="userSpaceOnUse"
|
1774
|
+
x1="153.12399"
|
1775
|
+
y1="71.600601"
|
1776
|
+
x2="153.12399"
|
1777
|
+
y2="132.2993">
|
1778
|
+
<stop
|
1779
|
+
offset="0"
|
1780
|
+
style="stop-color:#458CFF"
|
1781
|
+
id="stop4170" />
|
1782
|
+
<stop
|
1783
|
+
offset="1"
|
1784
|
+
style="stop-color:#FFFFFF"
|
1785
|
+
id="stop4172" />
|
1786
|
+
</linearGradient>
|
1787
|
+
<rect
|
1788
|
+
style="fill:url(#XMLID_71_)"
|
1789
|
+
x="150.62399"
|
1790
|
+
y="31.562"
|
1791
|
+
width="5"
|
1792
|
+
height="61.25"
|
1793
|
+
id="rect253" />
|
1794
|
+
<linearGradient
|
1795
|
+
id="linearGradient4175"
|
1796
|
+
gradientUnits="userSpaceOnUse"
|
1797
|
+
x1="184.6812"
|
1798
|
+
y1="71.597702"
|
1799
|
+
x2="184.6812"
|
1800
|
+
y2="132.2979">
|
1801
|
+
<stop
|
1802
|
+
offset="0"
|
1803
|
+
style="stop-color:#458CFF"
|
1804
|
+
id="stop4177" />
|
1805
|
+
<stop
|
1806
|
+
offset="1"
|
1807
|
+
style="stop-color:#FFFFFF"
|
1808
|
+
id="stop4179" />
|
1809
|
+
</linearGradient>
|
1810
|
+
<path
|
1811
|
+
style="fill:url(#XMLID_72_)"
|
1812
|
+
inkscape:connector-curvature="0"
|
1813
|
+
d="m 184.93,93.937 c 6.076,-0.281 10.648,-1.998 13.715,-5.154 3.067,-3.156 4.6,-6.301 4.6,-9.43 h -5.125 c -0.029,2.446 -1.174,4.745 -3.436,6.897 -2.262,2.152 -5.373,3.299 -9.334,3.438 -5.107,-0.168 -8.846,-2.002 -11.217,-5.504 -2.371,-3.502 -3.541,-7.668 -3.514,-12.497 h 33.25 c 0,-4.883 -0.453,-8.795 -1.359,-11.74 -0.906,-2.943 -2.279,-5.281 -4.119,-7.012 -1.063,-1.166 -2.678,-2.332 -4.844,-3.498 -2.168,-1.166 -4.984,-1.791 -8.449,-1.875 -5.988,0.027 -10.732,2.037 -14.23,6.029 -3.5,3.992 -5.291,9.783 -5.373,17.375 -0.057,6.094 1.434,11.383 4.471,15.868 3.034,4.484 8.022,6.851 14.964,7.103 z M 174.678,56.771 c 2.482,-3 5.871,-4.568 10.168,-4.709 4.451,0.084 7.832,1.578 10.141,4.48 2.309,2.902 3.479,6.617 3.508,11.145 H 170.87 c 0.054,-4.278 1.323,-7.916 3.808,-10.916 z"
|
1814
|
+
id="path260" />
|
1815
|
+
<linearGradient
|
1816
|
+
id="linearGradient4182"
|
1817
|
+
gradientUnits="userSpaceOnUse"
|
1818
|
+
x1="463.5264"
|
1819
|
+
y1="71.597702"
|
1820
|
+
x2="463.5264"
|
1821
|
+
y2="132.2979">
|
1822
|
+
<stop
|
1823
|
+
offset="0"
|
1824
|
+
style="stop-color:#458CFF"
|
1825
|
+
id="stop4184" />
|
1826
|
+
<stop
|
1827
|
+
offset="1"
|
1828
|
+
style="stop-color:#FFFFFF"
|
1829
|
+
id="stop4186" />
|
1830
|
+
</linearGradient>
|
1831
|
+
<path
|
1832
|
+
style="fill:url(#XMLID_73_)"
|
1833
|
+
inkscape:connector-curvature="0"
|
1834
|
+
d="m 481.355,59.946 c -0.906,-2.943 -2.279,-5.281 -4.119,-7.012 -1.063,-1.166 -2.678,-2.332 -4.844,-3.498 -2.168,-1.166 -4.984,-1.791 -8.449,-1.875 -5.988,0.027 -10.732,2.037 -14.23,6.029 -3.5,3.992 -5.291,9.783 -5.373,17.375 -0.057,6.094 1.434,11.383 4.471,15.868 3.035,4.484 8.023,6.852 14.965,7.104 6.076,-0.281 10.648,-1.998 13.715,-5.154 3.067,-3.156 4.6,-6.301 4.6,-9.43 h -5.125 c -0.029,2.446 -1.174,4.745 -3.436,6.897 -2.262,2.152 -5.373,3.299 -9.334,3.438 -5.107,-0.168 -8.846,-2.002 -11.217,-5.504 -2.371,-3.502 -3.541,-7.668 -3.514,-12.497 h 33.25 c 0,-4.883 -0.453,-8.795 -1.36,-11.741 z m -31.64,7.741 c 0.055,-4.277 1.324,-7.916 3.809,-10.916 2.482,-3 5.871,-4.568 10.168,-4.709 4.451,0.084 7.832,1.578 10.141,4.48 2.309,2.902 3.479,6.617 3.508,11.145 h -27.626 z"
|
1835
|
+
id="path267" />
|
1836
|
+
<linearGradient
|
1837
|
+
id="linearGradient4189"
|
1838
|
+
gradientUnits="userSpaceOnUse"
|
1839
|
+
x1="414.71091"
|
1840
|
+
y1="71.599602"
|
1841
|
+
x2="414.71091"
|
1842
|
+
y2="132.29671">
|
1843
|
+
<stop
|
1844
|
+
offset="0"
|
1845
|
+
style="stop-color:#458CFF"
|
1846
|
+
id="stop4191" />
|
1847
|
+
<stop
|
1848
|
+
offset="1"
|
1849
|
+
style="stop-color:#FFFFFF"
|
1850
|
+
id="stop4193" />
|
1851
|
+
</linearGradient>
|
1852
|
+
<path
|
1853
|
+
style="fill:url(#XMLID_74_)"
|
1854
|
+
inkscape:connector-curvature="0"
|
1855
|
+
d="m 429.711,56.374 c -1.004,-2.145 -2.74,-4.121 -5.209,-5.93 -2.469,-1.809 -5.654,-2.77 -9.557,-2.883 -6.898,0.141 -12.004,2.381 -15.313,6.721 -3.309,4.34 -4.949,9.846 -4.922,16.516 0.055,7.127 1.773,12.737 5.152,16.831 3.379,4.094 8.07,6.195 14.074,6.309 4.238,-0.113 7.621,-1.014 10.145,-2.701 2.523,-1.689 4.4,-3.666 5.629,-5.93 v 7.506 h 5 v -61.25 h -5 v 24.811 z m -3.775,28.665 c -2.711,3.043 -6.375,4.551 -10.99,4.523 -5.527,-0.223 -9.428,-2.24 -11.701,-6.053 -2.273,-3.811 -3.369,-8.02 -3.283,-12.627 -0.057,-5.34 1.107,-9.777 3.492,-13.311 2.385,-3.534 6.342,-5.369 11.869,-5.51 4.754,0.057 8.395,1.727 10.926,5.008 2.531,3.283 3.811,7.916 3.838,13.896 -0.058,6.341 -1.441,11.031 -4.151,14.074 z"
|
1856
|
+
id="path274" />
|
1857
|
+
<linearGradient
|
1858
|
+
id="linearGradient4196"
|
1859
|
+
gradientUnits="userSpaceOnUse"
|
1860
|
+
x1="367.18161"
|
1861
|
+
y1="71.597702"
|
1862
|
+
x2="367.18161"
|
1863
|
+
y2="132.2979">
|
1864
|
+
<stop
|
1865
|
+
offset="0"
|
1866
|
+
style="stop-color:#458CFF"
|
1867
|
+
id="stop4198" />
|
1868
|
+
<stop
|
1869
|
+
offset="1"
|
1870
|
+
style="stop-color:#FFFFFF"
|
1871
|
+
id="stop4200" />
|
1872
|
+
</linearGradient>
|
1873
|
+
<path
|
1874
|
+
style="fill:url(#XMLID_75_)"
|
1875
|
+
inkscape:connector-curvature="0"
|
1876
|
+
d="m 367.164,47.562 c -7.473,0.223 -12.756,2.609 -15.848,7.16 -3.092,4.551 -4.596,9.881 -4.512,15.992 -0.111,6.094 1.371,11.424 4.449,15.993 3.078,4.57 8.381,6.979 15.91,7.23 7.803,-0.309 13.188,-2.807 16.152,-7.502 2.964,-4.695 4.377,-9.936 4.238,-15.721 0.082,-6.363 -1.455,-11.764 -4.615,-16.201 -3.16,-4.437 -8.418,-6.756 -15.774,-6.951 z m 11.596,36.576 c -2.391,3.504 -6.256,5.313 -11.596,5.424 -5.289,-0.111 -9.135,-1.926 -11.541,-5.445 -2.406,-3.518 -3.596,-8.014 -3.568,-13.487 -0.027,-5.367 1.203,-9.777 3.693,-13.227 2.49,-3.45 6.379,-5.23 11.668,-5.342 5.367,0.168 9.205,2.039 11.512,5.613 2.307,3.574 3.432,7.949 3.377,13.123 0.027,5.391 -1.155,9.837 -3.545,13.341 z"
|
1877
|
+
id="path281" />
|
1878
|
+
<g
|
1879
|
+
id="g283">
|
1880
|
+
<linearGradient
|
1881
|
+
id="linearGradient4204"
|
1882
|
+
gradientUnits="userSpaceOnUse"
|
1883
|
+
x1="312.76761"
|
1884
|
+
y1="71.599602"
|
1885
|
+
x2="312.76761"
|
1886
|
+
y2="132.2988">
|
1887
|
+
<stop
|
1888
|
+
offset="0"
|
1889
|
+
style="stop-color:#458CFF"
|
1890
|
+
id="stop4206" />
|
1891
|
+
<stop
|
1892
|
+
offset="1"
|
1893
|
+
style="stop-color:#FFFFFF"
|
1894
|
+
id="stop4208" />
|
1895
|
+
</linearGradient>
|
1896
|
+
<path
|
1897
|
+
style="fill:url(#XMLID_76_)"
|
1898
|
+
inkscape:connector-curvature="0"
|
1899
|
+
d="m 313.043,29.893 c -7.198,0.132 -13.027,1.608 -17.498,4.417 h 34.445 c -4.215,-2.792 -9.847,-4.28 -16.947,-4.417 z"
|
1900
|
+
id="path290" />
|
1901
|
+
<linearGradient
|
1902
|
+
id="linearGradient4211"
|
1903
|
+
gradientUnits="userSpaceOnUse"
|
1904
|
+
x1="312.54199"
|
1905
|
+
y1="71.599602"
|
1906
|
+
x2="312.54199"
|
1907
|
+
y2="132.29849">
|
1908
|
+
<stop
|
1909
|
+
offset="0"
|
1910
|
+
style="stop-color:#458CFF"
|
1911
|
+
id="stop4213" />
|
1912
|
+
<stop
|
1913
|
+
offset="1"
|
1914
|
+
style="stop-color:#FFFFFF"
|
1915
|
+
id="stop4215" />
|
1916
|
+
</linearGradient>
|
1917
|
+
<path
|
1918
|
+
style="fill:url(#XMLID_77_)"
|
1919
|
+
inkscape:connector-curvature="0"
|
1920
|
+
d="m 313.043,41.018 c 2.342,0.06 4.392,0.409 6.167,1.032 h 17.711 c -1.063,-2.07 -2.484,-3.979 -4.31,-5.706 -0.344,-0.325 -0.725,-0.616 -1.095,-0.917 H 293.93 c -1.46,1.111 -2.755,2.385 -3.874,3.831 -0.688,0.889 -1.308,1.827 -1.893,2.792 h 18.388 c 1.883,-0.624 4.046,-0.969 6.492,-1.032 z"
|
1921
|
+
id="path297" />
|
1922
|
+
<linearGradient
|
1923
|
+
id="linearGradient4218"
|
1924
|
+
gradientUnits="userSpaceOnUse"
|
1925
|
+
x1="294.41891"
|
1926
|
+
y1="71.599602"
|
1927
|
+
x2="294.41891"
|
1928
|
+
y2="132.29849">
|
1929
|
+
<stop
|
1930
|
+
offset="0"
|
1931
|
+
style="stop-color:#458CFF"
|
1932
|
+
id="stop4220" />
|
1933
|
+
<stop
|
1934
|
+
offset="1"
|
1935
|
+
style="stop-color:#FFFFFF"
|
1936
|
+
id="stop4222" />
|
1937
|
+
</linearGradient>
|
1938
|
+
<path
|
1939
|
+
style="fill:url(#XMLID_78_)"
|
1940
|
+
inkscape:connector-curvature="0"
|
1941
|
+
d="m 299.527,47.436 c 1.113,-1.815 2.637,-3.224 4.523,-4.27 h -16.517 c -1.128,2.052 -2.058,4.249 -2.746,6.623 h 13.511 c 0.372,-0.814 0.771,-1.606 1.229,-2.353 z"
|
1942
|
+
id="path304" />
|
1943
|
+
<linearGradient
|
1944
|
+
id="linearGradient4225"
|
1945
|
+
gradientUnits="userSpaceOnUse"
|
1946
|
+
x1="330.3447"
|
1947
|
+
y1="71.599602"
|
1948
|
+
x2="330.3447"
|
1949
|
+
y2="132.29849">
|
1950
|
+
<stop
|
1951
|
+
offset="0"
|
1952
|
+
style="stop-color:#458CFF"
|
1953
|
+
id="stop4227" />
|
1954
|
+
<stop
|
1955
|
+
offset="1"
|
1956
|
+
style="stop-color:#FFFFFF"
|
1957
|
+
id="stop4229" />
|
1958
|
+
</linearGradient>
|
1959
|
+
<path
|
1960
|
+
style="fill:url(#XMLID_79_)"
|
1961
|
+
inkscape:connector-curvature="0"
|
1962
|
+
d="m 323.268,44.354 c 1.841,1.619 2.979,3.432 3.426,5.436 h 12.385 c -0.186,-2.364 -0.716,-4.574 -1.607,-6.623 h -15.859 c 0.591,0.354 1.151,0.743 1.655,1.187 z"
|
1963
|
+
id="path311" />
|
1964
|
+
<linearGradient
|
1965
|
+
id="linearGradient4232"
|
1966
|
+
gradientUnits="userSpaceOnUse"
|
1967
|
+
x1="290.60251"
|
1968
|
+
y1="71.599602"
|
1969
|
+
x2="290.60251"
|
1970
|
+
y2="132.29849">
|
1971
|
+
<stop
|
1972
|
+
offset="0"
|
1973
|
+
style="stop-color:#458CFF"
|
1974
|
+
id="stop4234" />
|
1975
|
+
<stop
|
1976
|
+
offset="1"
|
1977
|
+
style="stop-color:#FFFFFF"
|
1978
|
+
id="stop4236" />
|
1979
|
+
</linearGradient>
|
1980
|
+
<path
|
1981
|
+
style="fill:url(#XMLID_80_)"
|
1982
|
+
inkscape:connector-curvature="0"
|
1983
|
+
d="M 297.813,50.905 H 284.51 c -0.535,2.088 -0.907,4.297 -1.117,6.623 h 12.797 c 0.296,-2.396 0.831,-4.609 1.623,-6.623 z"
|
1984
|
+
id="path318" />
|
1985
|
+
<linearGradient
|
1986
|
+
id="linearGradient4239"
|
1987
|
+
gradientUnits="userSpaceOnUse"
|
1988
|
+
x1="289.6113"
|
1989
|
+
y1="71.599602"
|
1990
|
+
x2="289.6113"
|
1991
|
+
y2="132.29849">
|
1992
|
+
<stop
|
1993
|
+
offset="0"
|
1994
|
+
style="stop-color:#458CFF"
|
1995
|
+
id="stop4241" />
|
1996
|
+
<stop
|
1997
|
+
offset="1"
|
1998
|
+
style="stop-color:#FFFFFF"
|
1999
|
+
id="stop4243" />
|
2000
|
+
</linearGradient>
|
2001
|
+
<path
|
2002
|
+
style="fill:url(#XMLID_81_)"
|
2003
|
+
inkscape:connector-curvature="0"
|
2004
|
+
d="m 295.914,62.828 c -0.026,-1.452 0.026,-2.843 0.146,-4.183 h -12.77 c -0.087,1.306 -0.139,2.637 -0.127,4.015 -0.006,0.89 0.031,1.751 0.07,2.608 h 12.757 c -0.05,-0.792 -0.08,-1.603 -0.076,-2.44 z"
|
2005
|
+
id="path325" />
|
2006
|
+
<linearGradient
|
2007
|
+
id="linearGradient4246"
|
2008
|
+
gradientUnits="userSpaceOnUse"
|
2009
|
+
x1="290.44531"
|
2010
|
+
y1="71.599602"
|
2011
|
+
x2="290.44531"
|
2012
|
+
y2="132.29849">
|
2013
|
+
<stop
|
2014
|
+
offset="0"
|
2015
|
+
style="stop-color:#458CFF"
|
2016
|
+
id="stop4248" />
|
2017
|
+
<stop
|
2018
|
+
offset="1"
|
2019
|
+
style="stop-color:#FFFFFF"
|
2020
|
+
id="stop4250" />
|
2021
|
+
</linearGradient>
|
2022
|
+
<path
|
2023
|
+
style="fill:url(#XMLID_82_)"
|
2024
|
+
inkscape:connector-curvature="0"
|
2025
|
+
d="m 296.09,66.386 h -12.798 c 0.164,2.328 0.509,4.531 1.017,6.623 h 13.29 c -0.771,-1.994 -1.27,-4.205 -1.509,-6.623 z"
|
2026
|
+
id="path332" />
|
2027
|
+
<linearGradient
|
2028
|
+
id="linearGradient4253"
|
2029
|
+
gradientUnits="userSpaceOnUse"
|
2030
|
+
x1="294.03711"
|
2031
|
+
y1="71.599602"
|
2032
|
+
x2="294.03711"
|
2033
|
+
y2="132.29849">
|
2034
|
+
<stop
|
2035
|
+
offset="0"
|
2036
|
+
style="stop-color:#458CFF"
|
2037
|
+
id="stop4255" />
|
2038
|
+
<stop
|
2039
|
+
offset="1"
|
2040
|
+
style="stop-color:#FFFFFF"
|
2041
|
+
id="stop4257" />
|
2042
|
+
</linearGradient>
|
2043
|
+
<path
|
2044
|
+
style="fill:url(#XMLID_83_)"
|
2045
|
+
inkscape:connector-curvature="0"
|
2046
|
+
d="m 299.986,77.445 c -0.744,-1.022 -1.377,-2.134 -1.917,-3.319 h -13.467 c 0.655,2.361 1.525,4.574 2.636,6.624 h 16.233 c -1.346,-0.877 -2.514,-1.97 -3.485,-3.305 z"
|
2047
|
+
id="path339" />
|
2048
|
+
<linearGradient
|
2049
|
+
id="linearGradient4260"
|
2050
|
+
gradientUnits="userSpaceOnUse"
|
2051
|
+
x1="330.3418"
|
2052
|
+
y1="71.599602"
|
2053
|
+
x2="330.3418"
|
2054
|
+
y2="132.29849">
|
2055
|
+
<stop
|
2056
|
+
offset="0"
|
2057
|
+
style="stop-color:#458CFF"
|
2058
|
+
id="stop4262" />
|
2059
|
+
<stop
|
2060
|
+
offset="1"
|
2061
|
+
style="stop-color:#FFFFFF"
|
2062
|
+
id="stop4264" />
|
2063
|
+
</linearGradient>
|
2064
|
+
<path
|
2065
|
+
style="fill:url(#XMLID_84_)"
|
2066
|
+
inkscape:connector-curvature="0"
|
2067
|
+
d="m 323.15,79.545 c -0.498,0.445 -1.038,0.839 -1.598,1.205 h 15.771 c 0.94,-2.025 1.542,-4.233 1.808,-6.624 h -12.31 c -0.55,1.909 -1.768,3.717 -3.671,5.419 z"
|
2068
|
+
id="path346" />
|
2069
|
+
<linearGradient
|
2070
|
+
id="linearGradient4267"
|
2071
|
+
gradientUnits="userSpaceOnUse"
|
2072
|
+
x1="312.3154"
|
2073
|
+
y1="71.599602"
|
2074
|
+
x2="312.3154"
|
2075
|
+
y2="132.29849">
|
2076
|
+
<stop
|
2077
|
+
offset="0"
|
2078
|
+
style="stop-color:#458CFF"
|
2079
|
+
id="stop4269" />
|
2080
|
+
<stop
|
2081
|
+
offset="1"
|
2082
|
+
style="stop-color:#FFFFFF"
|
2083
|
+
id="stop4271" />
|
2084
|
+
</linearGradient>
|
2085
|
+
<path
|
2086
|
+
style="fill:url(#XMLID_85_)"
|
2087
|
+
inkscape:connector-curvature="0"
|
2088
|
+
d="m 331.658,87.972 c 2.159,-1.781 3.833,-3.826 5.077,-6.105 h -17.263 c -1.959,0.846 -4.209,1.32 -6.766,1.4 -2.716,-0.053 -5.084,-0.529 -7.129,-1.4 h -17.682 c 0.683,1.137 1.413,2.24 2.244,3.275 1,1.246 2.135,2.355 3.39,3.348 h 37.438 c 0.229,-0.176 0.47,-0.334 0.691,-0.518 z"
|
2089
|
+
id="path353" />
|
2090
|
+
<linearGradient
|
2091
|
+
id="linearGradient4274"
|
2092
|
+
gradientUnits="userSpaceOnUse"
|
2093
|
+
x1="312.24509"
|
2094
|
+
y1="71.599602"
|
2095
|
+
x2="312.24509"
|
2096
|
+
y2="132.29871">
|
2097
|
+
<stop
|
2098
|
+
offset="0"
|
2099
|
+
style="stop-color:#458CFF"
|
2100
|
+
id="stop4276" />
|
2101
|
+
<stop
|
2102
|
+
offset="1"
|
2103
|
+
style="stop-color:#FFFFFF"
|
2104
|
+
id="stop4278" />
|
2105
|
+
</linearGradient>
|
2106
|
+
<path
|
2107
|
+
style="fill:url(#XMLID_86_)"
|
2108
|
+
inkscape:connector-curvature="0"
|
2109
|
+
d="m 329.415,89.607 h -34.339 c 4.486,2.947 10.359,4.504 17.631,4.66 6.593,-0.119 12.156,-1.68 16.708,-4.66 z"
|
2110
|
+
id="path360" />
|
2111
|
+
</g>
|
2112
|
+
</g>
|
2113
|
+
</g>
|
2114
|
+
</g>
|
2115
|
+
</svg>
|