activeadmin-ckeditor 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.DS_Store +0 -0
- data/app/.DS_Store +0 -0
- data/app/assets/.DS_Store +0 -0
- data/app/assets/javascripts/.DS_Store +0 -0
- data/app/assets/javascripts/ckeditor/config.js +118 -0
- data/app/assets/stylesheets/.DS_Store +0 -0
- data/app/assets/stylesheets/activeadmin-ckeditor.css.sass +3 -0
- data/app/assets/stylesheets/ckeditor/.DS_Store +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/.DS_Store +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/autogrow/plugin.js +187 -0
- data/app/assets/stylesheets/ckeditor/plugins/autogrow/samples/autogrow.html +99 -0
- data/app/assets/stylesheets/ckeditor/plugins/floating-tools/README.md +20 -0
- data/app/assets/stylesheets/ckeditor/plugins/floating-tools/plugin.js +582 -0
- data/app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html +64 -0
- data/app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/styles.css +59 -0
- data/app/assets/stylesheets/ckeditor/plugins/imagepaste/plugin.js +82 -0
- data/app/assets/stylesheets/ckeditor/plugins/stylesheetparser/plugin.js +152 -0
- data/app/assets/stylesheets/ckeditor/plugins/stylesheetparser/samples/assets/sample.css +70 -0
- data/app/assets/stylesheets/ckeditor/plugins/stylesheetparser/samples/stylesheetparser.html +82 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/LICENSE.md +28 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/README.md +55 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/images/transformCapitalize.png +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/images/transformSwitcher.png +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/images/transformToLower.png +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/images/transformToUpper.png +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/lang/en.js +17 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/lang/tr.js +41 -0
- data/app/assets/stylesheets/ckeditor/plugins/texttransform/plugin.js +151 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/images/icon.png +0 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/de.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/en.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/fr.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/hu.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/it.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/ja.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/pt.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/ru.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/lang/tr.js +21 -0
- data/app/assets/stylesheets/ckeditor/plugins/youtube/plugin.js +321 -0
- data/app/assets/stylesheets/ckeditor/skins/.DS_Store +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dev/icons16.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dev/icons16.svg +2106 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dev/icons32.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dev/icons32.svg +2442 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dev/locations.json +139 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog.css.scss +7 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog_ie.css.scss +7 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog_ie7.css.scss +7 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog_ie8.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog_iequirks.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/dialog_opera.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor_gecko.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor_ie.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor_ie7.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor_ie8.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/editor_iequirks.css.scss +8 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/arrow.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/close.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/lock.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/images/refresh.png +0 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/readme.md +51 -0
- data/app/assets/stylesheets/ckeditor/skins/moono/skin.js +10 -0
- data/lib/.DS_Store +0 -0
- data/lib/activeadmin-ckeditor.rb +3 -3
- data/lib/activeadmin-ckeditor/engine.rb +9 -0
- data/lib/activeadmin-ckeditor/version.rb +1 -1
- data/lib/generators/.DS_Store +0 -0
- data/lib/generators/activeadmin/.DS_Store +0 -0
- data/lib/generators/activeadmin/ckeditor/install_generator.rb +19 -0
- metadata +74 -1
@@ -0,0 +1,21 @@
|
|
1
|
+
CKEDITOR.plugins.setLang('youtube', 'pt', {
|
2
|
+
button : 'Inserir Vídeo do Youtube',
|
3
|
+
title : 'Inserir Vídeo do Youtube',
|
4
|
+
txtEmbed : 'Cole aqui o código embed de um vídeo do Youtube',
|
5
|
+
txtUrl : 'Cole aqui uma URL de um vídeo do Youtube',
|
6
|
+
txtWidth : 'Largura',
|
7
|
+
txtHeight : 'Altura',
|
8
|
+
chkRelated : 'Mostrar vídeos sugeridos ao final do vídeo',
|
9
|
+
txtStartAt : 'Iniciar em (ss ou mm:ss ou hh:mm:ss)',
|
10
|
+
chkPrivacy : 'Ativar o modo de privacidade aprimorada',
|
11
|
+
chkOlderCode : 'Usar código de incorporação antigo',
|
12
|
+
noCode : 'Você precisa informar um código embed ou uma URL',
|
13
|
+
invalidEmbed : 'O código informado não parece ser válido',
|
14
|
+
invalidUrl : 'A URL informada não parece ser válida',
|
15
|
+
or : 'ou',
|
16
|
+
noWidth : 'Você deve informar a largura do vídeo',
|
17
|
+
invalidWidth : 'Informe uma largura válida',
|
18
|
+
noHeight : 'Você deve informar a altura do vídeo',
|
19
|
+
invalidHeight : 'Informe uma altura válida',
|
20
|
+
invalidTime : 'O tempo informado é inválido'
|
21
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
CKEDITOR.plugins.setLang('youtube', 'ru', {
|
2
|
+
button : 'Вставить YouTube видео',
|
3
|
+
title : 'Вставить YouTube видео',
|
4
|
+
txtEmbed : 'Вставьте HTML-код сюда',
|
5
|
+
txtUrl : 'Вставьте адрес видео (URL)',
|
6
|
+
txtWidth : 'Ширина',
|
7
|
+
txtHeight : 'Высота',
|
8
|
+
chkRelated : 'Показать похожие видео после завершения просмотра',
|
9
|
+
txtStartAt : 'Начать с (сс или мм:сс или чч:мм:сс)',
|
10
|
+
chkPrivacy : 'Включить режим повышенной конфиденциальности',
|
11
|
+
chkOlderCode : 'Использовать старый код вставки',
|
12
|
+
noCode : 'Вы должны ввести HTML-код или адрес',
|
13
|
+
invalidEmbed : 'Ваш HTML-код не похож на правильный',
|
14
|
+
invalidUrl : 'Ваш адрес видео не похож на правильный',
|
15
|
+
or : 'или',
|
16
|
+
noWidth : 'Вы должны указать ширину',
|
17
|
+
invalidWidth : 'Укажите правильную ширину',
|
18
|
+
noHeight : 'Вы должны указать высоту',
|
19
|
+
invalidHeight : 'Укажите правильную высоту',
|
20
|
+
invalidTime : 'Укажите правильное время начала'
|
21
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
CKEDITOR.plugins.setLang('youtube', 'tr', {
|
2
|
+
button : 'Youtube Video Gömün (Embed)',
|
3
|
+
title : 'Youtube Video',
|
4
|
+
txtEmbed : 'Youtube gömülü kodu (embed) buraya yapıştırınız',
|
5
|
+
txtUrl : 'Youtube linkinizi buraya yapıştırınız',
|
6
|
+
txtWidth : 'Genişlik',
|
7
|
+
txtHeight : 'Yükseklik',
|
8
|
+
chkRelated : 'Önerilen videoları video bitiminde göster',
|
9
|
+
txtStartAt : 'Video başlangıç anı (ss ya da dd:ss ya da ss:dd:ss)',
|
10
|
+
chkPrivacy : 'Gizlilik modunu etkinleştir',
|
11
|
+
chkOlderCode : 'Eski gömülü kodu (embed) kullan',
|
12
|
+
noCode : 'Gömülü kod (embed) veya url yapıştırmak zorundasınız',
|
13
|
+
invalidEmbed : 'Verdiğiniz gömülü kod (embed) ile video bulunamadı',
|
14
|
+
invalidUrl : 'Verdiğiniz linkte video bulunamadı',
|
15
|
+
or : 'ya da',
|
16
|
+
noWidth : 'Genişliği belirtmek zorundasınız',
|
17
|
+
invalidWidth : 'Bir genişlik belirtin',
|
18
|
+
noHeight : 'Yükseliği belirtmek zorundasınız',
|
19
|
+
invalidHeight : 'Yükseklik belirtin',
|
20
|
+
invalidTime : 'Başlangıç anını doğru girin, örneğin: 13 (13. saniye) ya da 12:25 (12. dakika 25. saniye) ya da 01.25.33 (1 saat 25 dakika 33 saniye)'
|
21
|
+
});
|
@@ -0,0 +1,321 @@
|
|
1
|
+
/*
|
2
|
+
* Youtube Embed Plugin
|
3
|
+
*
|
4
|
+
* @author Jonnas Fonini <contato@fonini.net>
|
5
|
+
* @version 1.0.7
|
6
|
+
*/
|
7
|
+
( function() {
|
8
|
+
CKEDITOR.plugins.add( 'youtube',
|
9
|
+
{
|
10
|
+
lang: [ 'en', 'pt', 'ja', 'hu', 'it', 'fr', 'tr', 'ru', 'de' ],
|
11
|
+
init: function( editor )
|
12
|
+
{
|
13
|
+
editor.addCommand( 'youtube', new CKEDITOR.dialogCommand( 'youtube', {
|
14
|
+
allowedContent: 'iframe[!width,!height,!src,!frameborder,!allowfullscreen]; object param[*]'
|
15
|
+
}));
|
16
|
+
|
17
|
+
editor.ui.addButton( 'Youtube',
|
18
|
+
{
|
19
|
+
label : editor.lang.youtube.button,
|
20
|
+
toolbar : 'insert',
|
21
|
+
command : 'youtube',
|
22
|
+
icon : this.path + 'images/icon.png'
|
23
|
+
});
|
24
|
+
|
25
|
+
CKEDITOR.dialog.add( 'youtube', function ( instance )
|
26
|
+
{
|
27
|
+
var video;
|
28
|
+
|
29
|
+
return {
|
30
|
+
title : editor.lang.youtube.title,
|
31
|
+
minWidth : 500,
|
32
|
+
minHeight : 200,
|
33
|
+
contents :
|
34
|
+
[{
|
35
|
+
id : 'youtubePlugin',
|
36
|
+
expand : true,
|
37
|
+
elements :
|
38
|
+
[{
|
39
|
+
id : 'txtEmbed',
|
40
|
+
type : 'textarea',
|
41
|
+
label : editor.lang.youtube.txtEmbed,
|
42
|
+
autofocus : 'autofocus',
|
43
|
+
onKeyUp : function ( api )
|
44
|
+
{
|
45
|
+
if ( this.getValue().length > 0 )
|
46
|
+
{
|
47
|
+
this.getDialog().getContentElement( 'youtubePlugin', 'txtUrl' ).disable();
|
48
|
+
}
|
49
|
+
else {
|
50
|
+
this.getDialog().getContentElement( 'youtubePlugin', 'txtUrl' ).enable();
|
51
|
+
}
|
52
|
+
},
|
53
|
+
validate : function ()
|
54
|
+
{
|
55
|
+
if ( this.isEnabled() )
|
56
|
+
{
|
57
|
+
if ( !this.getValue() )
|
58
|
+
{
|
59
|
+
alert( editor.lang.youtube.noCode );
|
60
|
+
return false;
|
61
|
+
}
|
62
|
+
else
|
63
|
+
if ( this.getValue().length === 0 || this.getValue().indexOf( '//' ) === -1 )
|
64
|
+
{
|
65
|
+
alert( editor.lang.youtube.invalidEmbed );
|
66
|
+
return false;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}
|
70
|
+
},
|
71
|
+
{
|
72
|
+
type : 'html',
|
73
|
+
html : editor.lang.youtube.or + '<hr>'
|
74
|
+
},
|
75
|
+
{
|
76
|
+
type : 'hbox',
|
77
|
+
widths : [ '70%', '15%', '15%' ],
|
78
|
+
children :
|
79
|
+
[
|
80
|
+
{
|
81
|
+
id : 'txtUrl',
|
82
|
+
type : 'text',
|
83
|
+
label : editor.lang.youtube.txtUrl,
|
84
|
+
onKeyUp : function ( api )
|
85
|
+
{
|
86
|
+
if ( this.getValue().length > 0 )
|
87
|
+
{
|
88
|
+
this.getDialog().getContentElement( 'youtubePlugin', 'txtEmbed' ).disable();
|
89
|
+
}
|
90
|
+
else {
|
91
|
+
this.getDialog().getContentElement( 'youtubePlugin', 'txtEmbed' ).enable();
|
92
|
+
}
|
93
|
+
},
|
94
|
+
validate : function ()
|
95
|
+
{
|
96
|
+
if ( this.isEnabled() )
|
97
|
+
{
|
98
|
+
if ( !this.getValue() )
|
99
|
+
{
|
100
|
+
alert( editor.lang.youtube.noCode );
|
101
|
+
return false;
|
102
|
+
}
|
103
|
+
else{
|
104
|
+
video = ytVidId(this.getValue());
|
105
|
+
|
106
|
+
if ( this.getValue().length === 0 || video === false)
|
107
|
+
{
|
108
|
+
alert( editor.lang.youtube.invalidUrl );
|
109
|
+
return false;
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
},
|
115
|
+
{
|
116
|
+
type : 'text',
|
117
|
+
id : 'txtWidth',
|
118
|
+
width : '60px',
|
119
|
+
label : editor.lang.youtube.txtWidth,
|
120
|
+
'default' : editor.config.youtube_width != null ? editor.config.youtube_width : '640',
|
121
|
+
validate : function ()
|
122
|
+
{
|
123
|
+
if ( this.getValue() )
|
124
|
+
{
|
125
|
+
var width = parseInt ( this.getValue() ) || 0;
|
126
|
+
|
127
|
+
if ( width === 0 )
|
128
|
+
{
|
129
|
+
alert( editor.lang.youtube.invalidWidth );
|
130
|
+
return false;
|
131
|
+
}
|
132
|
+
}
|
133
|
+
else {
|
134
|
+
alert( editor.lang.youtube.noWidth );
|
135
|
+
return false;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
},
|
139
|
+
{
|
140
|
+
type : 'text',
|
141
|
+
id : 'txtHeight',
|
142
|
+
width : '60px',
|
143
|
+
label : editor.lang.youtube.txtHeight,
|
144
|
+
'default' : editor.config.youtube_height != null ? editor.config.youtube_height : '360',
|
145
|
+
validate : function ()
|
146
|
+
{
|
147
|
+
if ( this.getValue() )
|
148
|
+
{
|
149
|
+
var height = parseInt ( this.getValue() ) || 0;
|
150
|
+
|
151
|
+
if ( height === 0 )
|
152
|
+
{
|
153
|
+
alert( editor.lang.youtube.invalidHeight );
|
154
|
+
return false;
|
155
|
+
}
|
156
|
+
}
|
157
|
+
else {
|
158
|
+
alert( editor.lang.youtube.noHeight );
|
159
|
+
return false;
|
160
|
+
}
|
161
|
+
}
|
162
|
+
}
|
163
|
+
]
|
164
|
+
},
|
165
|
+
{
|
166
|
+
type : 'hbox',
|
167
|
+
widths : [ '55%', '45%' ],
|
168
|
+
children :
|
169
|
+
[
|
170
|
+
{
|
171
|
+
id : 'chkRelated',
|
172
|
+
type : 'checkbox',
|
173
|
+
'default' : editor.config.youtube_related != null ? editor.config.youtube_related : true,
|
174
|
+
label : editor.lang.youtube.chkRelated
|
175
|
+
},
|
176
|
+
{
|
177
|
+
id : 'chkOlderCode',
|
178
|
+
type : 'checkbox',
|
179
|
+
'default' : editor.config.youtube_older != null ? editor.config.youtube_older : false,
|
180
|
+
label : editor.lang.youtube.chkOlderCode
|
181
|
+
}
|
182
|
+
]
|
183
|
+
},
|
184
|
+
{
|
185
|
+
type : 'hbox',
|
186
|
+
widths : [ '55%', '45%' ],
|
187
|
+
children :
|
188
|
+
[
|
189
|
+
{
|
190
|
+
id : 'chkPrivacy',
|
191
|
+
type : 'checkbox',
|
192
|
+
label : editor.lang.youtube.chkPrivacy,
|
193
|
+
'default' : editor.config.youtube_privacy != null ? editor.config.youtube_privacy : false
|
194
|
+
},
|
195
|
+
{
|
196
|
+
id : 'txtStartAt',
|
197
|
+
type : 'text',
|
198
|
+
label : editor.lang.youtube.txtStartAt,
|
199
|
+
validate : function ()
|
200
|
+
{
|
201
|
+
if ( this.getValue() )
|
202
|
+
{
|
203
|
+
var str = this.getValue();
|
204
|
+
|
205
|
+
if ( !/^(?:(?:([01]?\d|2[0-3]):)?([0-5]?\d):)?([0-5]?\d)$/i.test( str ) )
|
206
|
+
{
|
207
|
+
alert( editor.lang.youtube.invalidTime );
|
208
|
+
return false;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
}
|
212
|
+
}
|
213
|
+
]
|
214
|
+
}
|
215
|
+
]
|
216
|
+
}
|
217
|
+
],
|
218
|
+
onOk: function()
|
219
|
+
{
|
220
|
+
var content = '';
|
221
|
+
|
222
|
+
if ( this.getContentElement( 'youtubePlugin', 'txtEmbed' ).isEnabled() )
|
223
|
+
{
|
224
|
+
content = this.getValueOf( 'youtubePlugin', 'txtEmbed' );
|
225
|
+
}
|
226
|
+
else {
|
227
|
+
var url = '//', params = [], startSecs;
|
228
|
+
var width = this.getValueOf( 'youtubePlugin', 'txtWidth' );
|
229
|
+
var height = this.getValueOf( 'youtubePlugin', 'txtHeight' );
|
230
|
+
|
231
|
+
if ( this.getContentElement( 'youtubePlugin', 'chkPrivacy' ).getValue() === true )
|
232
|
+
{
|
233
|
+
url += 'www.youtube-nocookie.com/';
|
234
|
+
}
|
235
|
+
else {
|
236
|
+
url += 'www.youtube.com/';
|
237
|
+
}
|
238
|
+
|
239
|
+
url += 'embed/' + video;
|
240
|
+
|
241
|
+
if ( this.getContentElement( 'youtubePlugin', 'chkRelated' ).getValue() === false )
|
242
|
+
{
|
243
|
+
params.push('rel=0');
|
244
|
+
}
|
245
|
+
|
246
|
+
startSecs = this.getValueOf( 'youtubePlugin', 'txtStartAt' );
|
247
|
+
if ( startSecs ){
|
248
|
+
var seconds = hmsToSeconds( startSecs );
|
249
|
+
|
250
|
+
params.push('start=' + seconds);
|
251
|
+
}
|
252
|
+
|
253
|
+
if ( this.getContentElement( 'youtubePlugin', 'chkOlderCode' ).getValue() === true )
|
254
|
+
{
|
255
|
+
url = url.replace('embed/', 'v/');
|
256
|
+
url = url.replace(/&/g, '&');
|
257
|
+
|
258
|
+
if ( params.length == 0 )
|
259
|
+
{
|
260
|
+
url += '?';
|
261
|
+
}
|
262
|
+
|
263
|
+
url += 'hl=pt_BR&version=3';
|
264
|
+
|
265
|
+
content = '<object width="' + width + '" height="' + height + '">';
|
266
|
+
content += '<param name="movie" value="' + url + '"></param>';
|
267
|
+
content += '<param name="allowFullScreen" value="true"></param>';
|
268
|
+
content += '<param name="allowscriptaccess" value="always"></param>';
|
269
|
+
content += '<embed src="' + url + '" type="application/x-shockwave-flash" ';
|
270
|
+
content += 'width="' + width + '" height="' + height + '" allowscriptaccess="always" ';
|
271
|
+
content += 'allowfullscreen="true"></embed>';
|
272
|
+
content += '</object>';
|
273
|
+
}
|
274
|
+
else {
|
275
|
+
if ( params.length > 0 )
|
276
|
+
{
|
277
|
+
url = url + '?' + params.join( '&' );
|
278
|
+
}
|
279
|
+
|
280
|
+
content = '<iframe width="' + width + '" height="' + height + '" src="' + url + '" ';
|
281
|
+
content += 'frameborder="0" allowfullscreen></iframe>';
|
282
|
+
}
|
283
|
+
}
|
284
|
+
|
285
|
+
var instance = this.getParentEditor();
|
286
|
+
instance.insertHtml( content );
|
287
|
+
}
|
288
|
+
};
|
289
|
+
});
|
290
|
+
}
|
291
|
+
});
|
292
|
+
})();
|
293
|
+
|
294
|
+
|
295
|
+
/**
|
296
|
+
* JavaScript function to match (and return) the video Id
|
297
|
+
* of any valid Youtube Url, given as input string.
|
298
|
+
* @author: Stephan Schmitz <eyecatchup@gmail.com>
|
299
|
+
* @url: http://stackoverflow.com/a/10315969/624466
|
300
|
+
*/
|
301
|
+
function ytVidId( url )
|
302
|
+
{
|
303
|
+
var p = /^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=))((\w|-){11})(?:\S+)?$/;
|
304
|
+
return ( url.match( p ) ) ? RegExp.$1 : false;
|
305
|
+
}
|
306
|
+
|
307
|
+
/**
|
308
|
+
* Converts time in hms format to seconds only
|
309
|
+
*/
|
310
|
+
function hmsToSeconds( time )
|
311
|
+
{
|
312
|
+
var arr = time.split(':'), s = 0, m = 1;
|
313
|
+
|
314
|
+
while (arr.length > 0)
|
315
|
+
{
|
316
|
+
s += m * parseInt(arr.pop(), 10);
|
317
|
+
m *= 60;
|
318
|
+
}
|
319
|
+
|
320
|
+
return s;
|
321
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,2106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
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
|
+
version="1.1"
|
14
|
+
id="Layer_1"
|
15
|
+
x="0px"
|
16
|
+
y="0px"
|
17
|
+
width="496.00443"
|
18
|
+
height="368.00006"
|
19
|
+
viewBox="0 0 496.00443 368.00004"
|
20
|
+
enable-background="new 0 0 612 792"
|
21
|
+
xml:space="preserve"
|
22
|
+
inkscape:version="0.48.3.1 r9886"
|
23
|
+
sodipodi:docname="icons16.svg"
|
24
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/skins/moono/dev/icons16.png"
|
25
|
+
inkscape:export-xdpi="90"
|
26
|
+
inkscape:export-ydpi="90"><metadata
|
27
|
+
id="metadata9"><rdf:RDF><cc:Work
|
28
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
29
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
30
|
+
id="defs7"><linearGradient
|
31
|
+
inkscape:collect="always"
|
32
|
+
id="linearGradient4352"><stop
|
33
|
+
style="stop-color:#ff4141;stop-opacity:0"
|
34
|
+
offset="0"
|
35
|
+
id="stop4354" /><stop
|
36
|
+
id="stop4362"
|
37
|
+
offset="0.24227905"
|
38
|
+
style="stop-color:#ff4141;stop-opacity:0.78823529;" /><stop
|
39
|
+
id="stop4360"
|
40
|
+
offset="0.73632693"
|
41
|
+
style="stop-color:#ff4141;stop-opacity:0" /><stop
|
42
|
+
style="stop-color:#ff4141;stop-opacity:1"
|
43
|
+
offset="1"
|
44
|
+
id="stop4356" /></linearGradient><linearGradient
|
45
|
+
id="linearGradient4392"><stop
|
46
|
+
style="stop-color:#666666;stop-opacity:1;"
|
47
|
+
offset="0"
|
48
|
+
id="stop4394" /><stop
|
49
|
+
style="stop-color:#424242;stop-opacity:1;"
|
50
|
+
offset="1"
|
51
|
+
id="stop4396" /></linearGradient><linearGradient
|
52
|
+
id="linearGradient4392-45"><stop
|
53
|
+
style="stop-color:#666666;stop-opacity:1;"
|
54
|
+
offset="0"
|
55
|
+
id="stop4394-8" /><stop
|
56
|
+
style="stop-color:#424242;stop-opacity:1;"
|
57
|
+
offset="1"
|
58
|
+
id="stop4396-68" /></linearGradient><linearGradient
|
59
|
+
id="linearGradient4392-7-7"><stop
|
60
|
+
style="stop-color:#666666;stop-opacity:1;"
|
61
|
+
offset="0"
|
62
|
+
id="stop4394-2-8" /><stop
|
63
|
+
style="stop-color:#424242;stop-opacity:1;"
|
64
|
+
offset="1"
|
65
|
+
id="stop4396-7-9" /></linearGradient><filter
|
66
|
+
id="filter3224-1-7-1"
|
67
|
+
inkscape:label="Inner Shadow"
|
68
|
+
inkscape:menu="Shadows and Glows"
|
69
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
70
|
+
color-interpolation-filters="sRGB"
|
71
|
+
width="1"
|
72
|
+
height="1"
|
73
|
+
y="0"
|
74
|
+
x="0"><feOffset
|
75
|
+
id="feOffset3228-5-5-5"
|
76
|
+
dx="0"
|
77
|
+
dy="1.2"
|
78
|
+
result="result11" /><feComposite
|
79
|
+
id="feComposite3230-2-4-1"
|
80
|
+
in2="result11"
|
81
|
+
result="result6"
|
82
|
+
in="SourceGraphic"
|
83
|
+
operator="in" /><feFlood
|
84
|
+
id="feFlood3232-7-3-4"
|
85
|
+
result="result10"
|
86
|
+
in="result6"
|
87
|
+
flood-opacity="1"
|
88
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
89
|
+
id="feBlend3234-6-3-5"
|
90
|
+
in2="result10"
|
91
|
+
mode="normal"
|
92
|
+
in="result6"
|
93
|
+
result="result12" /><feComposite
|
94
|
+
id="feComposite3236-1-3-5"
|
95
|
+
in2="SourceGraphic"
|
96
|
+
result="result2"
|
97
|
+
operator="in" /></filter><filter
|
98
|
+
id="filter3224-1-7-1-3"
|
99
|
+
inkscape:label="Inner Shadow"
|
100
|
+
inkscape:menu="Shadows and Glows"
|
101
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
102
|
+
color-interpolation-filters="sRGB"
|
103
|
+
width="1"
|
104
|
+
height="1"
|
105
|
+
y="0"
|
106
|
+
x="0"><feOffset
|
107
|
+
id="feOffset3228-5-5-5-70"
|
108
|
+
dx="0"
|
109
|
+
dy="1.2"
|
110
|
+
result="result11" /><feComposite
|
111
|
+
id="feComposite3230-2-4-1-9"
|
112
|
+
in2="result11"
|
113
|
+
result="result6"
|
114
|
+
in="SourceGraphic"
|
115
|
+
operator="in" /><feFlood
|
116
|
+
id="feFlood3232-7-3-4-91"
|
117
|
+
result="result10"
|
118
|
+
in="result6"
|
119
|
+
flood-opacity="1"
|
120
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
121
|
+
id="feBlend3234-6-3-5-53"
|
122
|
+
in2="result10"
|
123
|
+
mode="normal"
|
124
|
+
in="result6"
|
125
|
+
result="result12" /><feComposite
|
126
|
+
id="feComposite3236-1-3-5-3"
|
127
|
+
in2="SourceGraphic"
|
128
|
+
result="result2"
|
129
|
+
operator="in" /></filter><linearGradient
|
130
|
+
inkscape:collect="always"
|
131
|
+
xlink:href="#linearGradient4392-45"
|
132
|
+
id="linearGradient4838"
|
133
|
+
gradientUnits="userSpaceOnUse"
|
134
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,48.36541,-271.81697)"
|
135
|
+
x1="91"
|
136
|
+
y1="204"
|
137
|
+
x2="91"
|
138
|
+
y2="216" /><linearGradient
|
139
|
+
inkscape:collect="always"
|
140
|
+
xlink:href="#linearGradient4392-45"
|
141
|
+
id="linearGradient4840"
|
142
|
+
gradientUnits="userSpaceOnUse"
|
143
|
+
gradientTransform="matrix(-1,0,0,-1,511,96.250061)"
|
144
|
+
x1="472"
|
145
|
+
y1="17"
|
146
|
+
x2="472"
|
147
|
+
y2="31" /><linearGradient
|
148
|
+
inkscape:collect="always"
|
149
|
+
xlink:href="#linearGradient4392-45"
|
150
|
+
id="linearGradient4842"
|
151
|
+
gradientUnits="userSpaceOnUse"
|
152
|
+
gradientTransform="translate(47.88294,17.406131)"
|
153
|
+
x1="55"
|
154
|
+
y1="51"
|
155
|
+
x2="55"
|
156
|
+
y2="63" /><linearGradient
|
157
|
+
inkscape:collect="always"
|
158
|
+
xlink:href="#linearGradient4392-45"
|
159
|
+
id="linearGradient4844"
|
160
|
+
gradientUnits="userSpaceOnUse"
|
161
|
+
gradientTransform="translate(-95,49.250061)"
|
162
|
+
x1="136"
|
163
|
+
y1="50"
|
164
|
+
x2="136"
|
165
|
+
y2="62" /><linearGradient
|
166
|
+
inkscape:collect="always"
|
167
|
+
xlink:href="#linearGradient4392-45"
|
168
|
+
id="linearGradient4846"
|
169
|
+
gradientUnits="userSpaceOnUse"
|
170
|
+
gradientTransform="translate(-15,49.250061)"
|
171
|
+
x1="120"
|
172
|
+
y1="50"
|
173
|
+
x2="120"
|
174
|
+
y2="62" /><linearGradient
|
175
|
+
inkscape:collect="always"
|
176
|
+
xlink:href="#linearGradient4392-45"
|
177
|
+
id="linearGradient4848"
|
178
|
+
gradientUnits="userSpaceOnUse"
|
179
|
+
gradientTransform="translate(-79,49.250061)"
|
180
|
+
x1="88"
|
181
|
+
y1="50"
|
182
|
+
x2="88"
|
183
|
+
y2="63" /><linearGradient
|
184
|
+
inkscape:collect="always"
|
185
|
+
xlink:href="#linearGradient4392-45"
|
186
|
+
id="linearGradient4850"
|
187
|
+
gradientUnits="userSpaceOnUse"
|
188
|
+
gradientTransform="translate(-271,80.250061)"
|
189
|
+
x1="343"
|
190
|
+
y1="50"
|
191
|
+
x2="343"
|
192
|
+
y2="63" /><linearGradient
|
193
|
+
inkscape:collect="always"
|
194
|
+
xlink:href="#linearGradient4392-45"
|
195
|
+
id="linearGradient4852"
|
196
|
+
gradientUnits="userSpaceOnUse"
|
197
|
+
gradientTransform="translate(148,91.176371)"
|
198
|
+
x1="148"
|
199
|
+
y1="73.073685"
|
200
|
+
x2="148"
|
201
|
+
y2="84.073685" /><linearGradient
|
202
|
+
inkscape:collect="always"
|
203
|
+
xlink:href="#linearGradient4392-45"
|
204
|
+
id="linearGradient4856"
|
205
|
+
gradientUnits="userSpaceOnUse"
|
206
|
+
gradientTransform="translate(-367,176.25006)"
|
207
|
+
x1="407"
|
208
|
+
y1="113"
|
209
|
+
x2="407"
|
210
|
+
y2="127" /><linearGradient
|
211
|
+
inkscape:collect="always"
|
212
|
+
xlink:href="#linearGradient4392-45"
|
213
|
+
id="linearGradient4858"
|
214
|
+
gradientUnits="userSpaceOnUse"
|
215
|
+
gradientTransform="matrix(1.1649013,0,0,1.1649013,-385.36445,145.3613)"
|
216
|
+
x1="365"
|
217
|
+
y1="96.073685"
|
218
|
+
x2="365"
|
219
|
+
y2="108.07368" /><linearGradient
|
220
|
+
inkscape:collect="always"
|
221
|
+
xlink:href="#linearGradient4392-45"
|
222
|
+
id="linearGradient4860"
|
223
|
+
gradientUnits="userSpaceOnUse"
|
224
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-414.467,95.072771)"
|
225
|
+
x1="365"
|
226
|
+
y1="73.073685"
|
227
|
+
x2="365"
|
228
|
+
y2="84.073685" /><linearGradient
|
229
|
+
inkscape:collect="always"
|
230
|
+
xlink:href="#linearGradient4392-45"
|
231
|
+
id="linearGradient4862"
|
232
|
+
gradientUnits="userSpaceOnUse"
|
233
|
+
gradientTransform="matrix(1.1673123,0,0,1.1673123,-226.67995,74.209541)"
|
234
|
+
x1="366"
|
235
|
+
y1="48.073685"
|
236
|
+
x2="366"
|
237
|
+
y2="60.073685" /><linearGradient
|
238
|
+
inkscape:collect="always"
|
239
|
+
xlink:href="#linearGradient4392-45"
|
240
|
+
id="linearGradient4864"
|
241
|
+
gradientUnits="userSpaceOnUse"
|
242
|
+
gradientTransform="matrix(1.1111083,0,0,1.1111083,-186.99896,-192.59658)"
|
243
|
+
x1="378"
|
244
|
+
y1="205"
|
245
|
+
x2="378"
|
246
|
+
y2="214" /><linearGradient
|
247
|
+
inkscape:collect="always"
|
248
|
+
xlink:href="#linearGradient4392-45"
|
249
|
+
id="linearGradient4866"
|
250
|
+
gradientUnits="userSpaceOnUse"
|
251
|
+
gradientTransform="translate(178.99998,90.187541)"
|
252
|
+
x1="246"
|
253
|
+
y1="73.073685"
|
254
|
+
x2="246"
|
255
|
+
y2="84.073685" /><linearGradient
|
256
|
+
inkscape:collect="always"
|
257
|
+
xlink:href="#linearGradient4392-45"
|
258
|
+
id="linearGradient4868"
|
259
|
+
gradientUnits="userSpaceOnUse"
|
260
|
+
gradientTransform="translate(170.99998,90.187541)"
|
261
|
+
x1="222"
|
262
|
+
y1="73.073685"
|
263
|
+
x2="222"
|
264
|
+
y2="84.073685" /><linearGradient
|
265
|
+
inkscape:collect="always"
|
266
|
+
xlink:href="#linearGradient4392-45"
|
267
|
+
id="linearGradient4870"
|
268
|
+
gradientUnits="userSpaceOnUse"
|
269
|
+
gradientTransform="matrix(1.0131693,0,0,1.0131693,160.31347,89.185861)"
|
270
|
+
x1="197"
|
271
|
+
y1="73.073685"
|
272
|
+
x2="197"
|
273
|
+
y2="84.073685" /><linearGradient
|
274
|
+
inkscape:collect="always"
|
275
|
+
xlink:href="#linearGradient4392-45"
|
276
|
+
id="linearGradient4872"
|
277
|
+
gradientUnits="userSpaceOnUse"
|
278
|
+
gradientTransform="translate(154.99998,90.187541)"
|
279
|
+
x1="171"
|
280
|
+
y1="73.073685"
|
281
|
+
x2="171"
|
282
|
+
y2="84.073685" /><linearGradient
|
283
|
+
inkscape:collect="always"
|
284
|
+
xlink:href="#linearGradient4392-45"
|
285
|
+
id="linearGradient4874"
|
286
|
+
gradientUnits="userSpaceOnUse"
|
287
|
+
gradientTransform="matrix(1.2458722,0,0,1.1615489,-281.43958,-203.65157)"
|
288
|
+
x1="233"
|
289
|
+
y1="204"
|
290
|
+
x2="233"
|
291
|
+
y2="216" /><linearGradient
|
292
|
+
inkscape:collect="always"
|
293
|
+
xlink:href="#linearGradient4392-45"
|
294
|
+
id="linearGradient4876"
|
295
|
+
gradientUnits="userSpaceOnUse"
|
296
|
+
gradientTransform="matrix(1.1666672,0,0,1.1723864,-10.00007,112.59337)"
|
297
|
+
x1="126"
|
298
|
+
y1="96.073685"
|
299
|
+
x2="126"
|
300
|
+
y2="108.07368" /><linearGradient
|
301
|
+
inkscape:collect="always"
|
302
|
+
xlink:href="#linearGradient4392-45"
|
303
|
+
id="linearGradient4878"
|
304
|
+
gradientUnits="userSpaceOnUse"
|
305
|
+
gradientTransform="matrix(1.33333,0,0,1.1621519,95.65429,77.66723)"
|
306
|
+
x1="124"
|
307
|
+
y1="74.073685"
|
308
|
+
x2="124"
|
309
|
+
y2="82.073685" /><linearGradient
|
310
|
+
inkscape:collect="always"
|
311
|
+
xlink:href="#linearGradient4392-45"
|
312
|
+
id="linearGradient4880"
|
313
|
+
gradientUnits="userSpaceOnUse"
|
314
|
+
gradientTransform="matrix(1.1666666,0,0,1.1666669,-22,113.17048)"
|
315
|
+
x1="54"
|
316
|
+
y1="96.073685"
|
317
|
+
x2="54"
|
318
|
+
y2="108.07368" /><linearGradient
|
319
|
+
inkscape:collect="always"
|
320
|
+
xlink:href="#linearGradient4392-45"
|
321
|
+
id="linearGradient4882"
|
322
|
+
gradientUnits="userSpaceOnUse"
|
323
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-111.63459,-272.81697)"
|
324
|
+
x1="91"
|
325
|
+
y1="204"
|
326
|
+
x2="91"
|
327
|
+
y2="216" /><linearGradient
|
328
|
+
inkscape:collect="always"
|
329
|
+
xlink:href="#linearGradient4392-45"
|
330
|
+
id="linearGradient4884"
|
331
|
+
gradientUnits="userSpaceOnUse"
|
332
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-111.63459,-272.81697)"
|
333
|
+
x1="91"
|
334
|
+
y1="204"
|
335
|
+
x2="91"
|
336
|
+
y2="216" /><linearGradient
|
337
|
+
inkscape:collect="always"
|
338
|
+
xlink:href="#linearGradient4392-45"
|
339
|
+
id="linearGradient4886"
|
340
|
+
gradientUnits="userSpaceOnUse"
|
341
|
+
gradientTransform="matrix(1.1458395,0,0,1.1458395,-24.974994,183.6777)"
|
342
|
+
x1="30"
|
343
|
+
y1="120.07368"
|
344
|
+
x2="30"
|
345
|
+
y2="132.07368" /><linearGradient
|
346
|
+
inkscape:collect="always"
|
347
|
+
xlink:href="#linearGradient4392-45"
|
348
|
+
id="linearGradient4888"
|
349
|
+
gradientUnits="userSpaceOnUse"
|
350
|
+
gradientTransform="matrix(1.2584059,0,0,1.2584059,-26.9426,202.63781)"
|
351
|
+
x1="54"
|
352
|
+
y1="122.07368"
|
353
|
+
x2="54"
|
354
|
+
y2="130.07368" /><linearGradient
|
355
|
+
inkscape:collect="always"
|
356
|
+
xlink:href="#linearGradient4392-45"
|
357
|
+
id="linearGradient4890"
|
358
|
+
gradientUnits="userSpaceOnUse"
|
359
|
+
gradientTransform="matrix(1.1739937,0,0,1.1739937,-39.36396,212.27908)"
|
360
|
+
x1="150"
|
361
|
+
y1="120.07368"
|
362
|
+
x2="150"
|
363
|
+
y2="132.07368" /><linearGradient
|
364
|
+
inkscape:collect="always"
|
365
|
+
xlink:href="#linearGradient4392-45"
|
366
|
+
id="linearGradient4892"
|
367
|
+
gradientUnits="userSpaceOnUse"
|
368
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-30.36848,96.482511)"
|
369
|
+
x1="150"
|
370
|
+
y1="97.073685"
|
371
|
+
x2="150"
|
372
|
+
y2="107.07368" /><linearGradient
|
373
|
+
inkscape:collect="always"
|
374
|
+
xlink:href="#linearGradient4392-45"
|
375
|
+
id="linearGradient4894"
|
376
|
+
gradientUnits="userSpaceOnUse"
|
377
|
+
gradientTransform="matrix(1.1666648,0,0,1.1666669,34.00037,113.17712)"
|
378
|
+
x1="198"
|
379
|
+
y1="96.073685"
|
380
|
+
x2="198"
|
381
|
+
y2="108.07368" /><linearGradient
|
382
|
+
inkscape:collect="always"
|
383
|
+
xlink:href="#linearGradient4392-45"
|
384
|
+
id="linearGradient4898"
|
385
|
+
gradientUnits="userSpaceOnUse"
|
386
|
+
gradientTransform="translate(97,-203.74994)"
|
387
|
+
x1="136"
|
388
|
+
y1="204"
|
389
|
+
x2="136"
|
390
|
+
y2="220" /><linearGradient
|
391
|
+
inkscape:collect="always"
|
392
|
+
xlink:href="#linearGradient4392-45"
|
393
|
+
id="linearGradient4900"
|
394
|
+
gradientUnits="userSpaceOnUse"
|
395
|
+
gradientTransform="translate(-111,48.250061)"
|
396
|
+
x1="184"
|
397
|
+
y1="50"
|
398
|
+
x2="184"
|
399
|
+
y2="62" /><linearGradient
|
400
|
+
inkscape:collect="always"
|
401
|
+
xlink:href="#linearGradient4392-45"
|
402
|
+
id="linearGradient4904"
|
403
|
+
gradientUnits="userSpaceOnUse"
|
404
|
+
gradientTransform="translate(81,48.250061)"
|
405
|
+
x1="216"
|
406
|
+
y1="51.999996"
|
407
|
+
x2="216"
|
408
|
+
y2="59.999996" /><linearGradient
|
409
|
+
inkscape:collect="always"
|
410
|
+
xlink:href="#linearGradient4392-45"
|
411
|
+
id="linearGradient4906"
|
412
|
+
gradientUnits="userSpaceOnUse"
|
413
|
+
gradientTransform="translate(-271,79.250061)"
|
414
|
+
x1="407"
|
415
|
+
y1="51"
|
416
|
+
x2="407"
|
417
|
+
y2="62" /><linearGradient
|
418
|
+
inkscape:collect="always"
|
419
|
+
xlink:href="#linearGradient4392-45"
|
420
|
+
id="linearGradient4908"
|
421
|
+
gradientUnits="userSpaceOnUse"
|
422
|
+
gradientTransform="translate(-239,78.250061)"
|
423
|
+
x1="407"
|
424
|
+
y1="51"
|
425
|
+
x2="407"
|
426
|
+
y2="62" /><linearGradient
|
427
|
+
inkscape:collect="always"
|
428
|
+
xlink:href="#linearGradient4392-45"
|
429
|
+
id="linearGradient4910"
|
430
|
+
gradientUnits="userSpaceOnUse"
|
431
|
+
gradientTransform="translate(-79,48.250061)"
|
432
|
+
x1="87"
|
433
|
+
y1="16.999994"
|
434
|
+
x2="87"
|
435
|
+
y2="30.999994" /><linearGradient
|
436
|
+
inkscape:collect="always"
|
437
|
+
xlink:href="#linearGradient4392-45"
|
438
|
+
id="linearGradient4912"
|
439
|
+
gradientUnits="userSpaceOnUse"
|
440
|
+
gradientTransform="matrix(-1.1111083,0,0,1.1111083,716.999,-192.59658)"
|
441
|
+
x1="378"
|
442
|
+
y1="205"
|
443
|
+
x2="378"
|
444
|
+
y2="214" /><linearGradient
|
445
|
+
inkscape:collect="always"
|
446
|
+
xlink:href="#linearGradient4392-45"
|
447
|
+
id="linearGradient4914"
|
448
|
+
gradientUnits="userSpaceOnUse"
|
449
|
+
gradientTransform="translate(17,80.250061)"
|
450
|
+
x1="57"
|
451
|
+
y1="83"
|
452
|
+
x2="57"
|
453
|
+
y2="94" /><linearGradient
|
454
|
+
inkscape:collect="always"
|
455
|
+
xlink:href="#linearGradient4392-45"
|
456
|
+
id="linearGradient4916"
|
457
|
+
gradientUnits="userSpaceOnUse"
|
458
|
+
gradientTransform="translate(49,80.250061)"
|
459
|
+
x1="87"
|
460
|
+
y1="82"
|
461
|
+
x2="87"
|
462
|
+
y2="95" /><linearGradient
|
463
|
+
inkscape:collect="always"
|
464
|
+
xlink:href="#linearGradient4392-45"
|
465
|
+
id="linearGradient4918"
|
466
|
+
gradientUnits="userSpaceOnUse"
|
467
|
+
gradientTransform="matrix(-1,0,0,1,321,80.250061)"
|
468
|
+
x1="87"
|
469
|
+
y1="82"
|
470
|
+
x2="87"
|
471
|
+
y2="95" /><linearGradient
|
472
|
+
inkscape:collect="always"
|
473
|
+
xlink:href="#linearGradient4392-45"
|
474
|
+
id="linearGradient4920"
|
475
|
+
gradientUnits="userSpaceOnUse"
|
476
|
+
gradientTransform="translate(113,81.250061)"
|
477
|
+
x1="344"
|
478
|
+
y1="82"
|
479
|
+
x2="344"
|
480
|
+
y2="93" /><linearGradient
|
481
|
+
inkscape:collect="always"
|
482
|
+
xlink:href="#linearGradient4392-45"
|
483
|
+
id="linearGradient4922"
|
484
|
+
gradientUnits="userSpaceOnUse"
|
485
|
+
gradientTransform="translate(113,81.250061)"
|
486
|
+
x1="375"
|
487
|
+
y1="82"
|
488
|
+
x2="375"
|
489
|
+
y2="93" /><linearGradient
|
490
|
+
inkscape:collect="always"
|
491
|
+
xlink:href="#linearGradient4392-45"
|
492
|
+
id="linearGradient4924"
|
493
|
+
gradientUnits="userSpaceOnUse"
|
494
|
+
gradientTransform="matrix(1.2587978,0,0,1.2587978,-390.22595,101.39303)"
|
495
|
+
x1="340"
|
496
|
+
y1="75.073685"
|
497
|
+
x2="340"
|
498
|
+
y2="84.073685" /><linearGradient
|
499
|
+
inkscape:collect="always"
|
500
|
+
xlink:href="#linearGradient4392-45"
|
501
|
+
id="linearGradient4926"
|
502
|
+
gradientUnits="userSpaceOnUse"
|
503
|
+
gradientTransform="translate(49,80.250061)"
|
504
|
+
x1="87"
|
505
|
+
y1="82"
|
506
|
+
x2="87"
|
507
|
+
y2="95" /><linearGradient
|
508
|
+
inkscape:collect="always"
|
509
|
+
xlink:href="#linearGradient4392-45"
|
510
|
+
id="linearGradient4928"
|
511
|
+
gradientUnits="userSpaceOnUse"
|
512
|
+
gradientTransform="translate(81.11142,80.250041)"
|
513
|
+
x1="87"
|
514
|
+
y1="82"
|
515
|
+
x2="87"
|
516
|
+
y2="95" /><linearGradient
|
517
|
+
inkscape:collect="always"
|
518
|
+
xlink:href="#linearGradient4392-45"
|
519
|
+
id="linearGradient4930"
|
520
|
+
gradientUnits="userSpaceOnUse"
|
521
|
+
gradientTransform="matrix(-1,0,0,1,289,80.250051)"
|
522
|
+
x1="87"
|
523
|
+
y1="82"
|
524
|
+
x2="87"
|
525
|
+
y2="95" /><linearGradient
|
526
|
+
inkscape:collect="always"
|
527
|
+
xlink:href="#linearGradient4392-45"
|
528
|
+
id="linearGradient4932"
|
529
|
+
gradientUnits="userSpaceOnUse"
|
530
|
+
gradientTransform="translate(-15,112.25006)"
|
531
|
+
x1="24"
|
532
|
+
y1="114"
|
533
|
+
x2="24"
|
534
|
+
y2="126" /><linearGradient
|
535
|
+
inkscape:collect="always"
|
536
|
+
xlink:href="#linearGradient4392-45"
|
537
|
+
id="linearGradient4934"
|
538
|
+
gradientUnits="userSpaceOnUse"
|
539
|
+
gradientTransform="translate(-15,112.25006)"
|
540
|
+
x1="216"
|
541
|
+
y1="115"
|
542
|
+
x2="216"
|
543
|
+
y2="126" /><linearGradient
|
544
|
+
inkscape:collect="always"
|
545
|
+
xlink:href="#linearGradient4392-45"
|
546
|
+
id="linearGradient4936"
|
547
|
+
gradientUnits="userSpaceOnUse"
|
548
|
+
gradientTransform="translate(207,48.250051)"
|
549
|
+
x1="120"
|
550
|
+
y1="50"
|
551
|
+
x2="120"
|
552
|
+
y2="62" /><linearGradient
|
553
|
+
inkscape:collect="always"
|
554
|
+
xlink:href="#linearGradient4392-45"
|
555
|
+
id="linearGradient4938"
|
556
|
+
gradientUnits="userSpaceOnUse"
|
557
|
+
gradientTransform="translate(16,48.250051)"
|
558
|
+
x1="120"
|
559
|
+
y1="50"
|
560
|
+
x2="120"
|
561
|
+
y2="62" /><linearGradient
|
562
|
+
inkscape:collect="always"
|
563
|
+
xlink:href="#linearGradient4392-45"
|
564
|
+
id="linearGradient4940"
|
565
|
+
gradientUnits="userSpaceOnUse"
|
566
|
+
gradientTransform="translate(81.18519,49.361171)"
|
567
|
+
x1="120"
|
568
|
+
y1="50"
|
569
|
+
x2="120"
|
570
|
+
y2="62" /><linearGradient
|
571
|
+
inkscape:collect="always"
|
572
|
+
xlink:href="#linearGradient4392-45"
|
573
|
+
id="linearGradient4944"
|
574
|
+
gradientUnits="userSpaceOnUse"
|
575
|
+
gradientTransform="matrix(0.95906074,0,0,0.83983765,-245.54139,86.680785)"
|
576
|
+
x1="263.14438"
|
577
|
+
y1="53.202732"
|
578
|
+
x2="263.14438"
|
579
|
+
y2="65.97139" /><linearGradient
|
580
|
+
inkscape:collect="always"
|
581
|
+
xlink:href="#linearGradient4392-45"
|
582
|
+
id="linearGradient4946"
|
583
|
+
gradientUnits="userSpaceOnUse"
|
584
|
+
x1="324.89481"
|
585
|
+
y1="49.999996"
|
586
|
+
x2="327.98953"
|
587
|
+
y2="61.999996" /><linearGradient
|
588
|
+
inkscape:collect="always"
|
589
|
+
xlink:href="#linearGradient4392-45"
|
590
|
+
id="linearGradient4948"
|
591
|
+
gradientUnits="userSpaceOnUse"
|
592
|
+
x1="324.89481"
|
593
|
+
y1="49.999996"
|
594
|
+
x2="327.98953"
|
595
|
+
y2="61.999996" /><linearGradient
|
596
|
+
inkscape:collect="always"
|
597
|
+
xlink:href="#linearGradient4392-45"
|
598
|
+
id="linearGradient4950"
|
599
|
+
gradientUnits="userSpaceOnUse"
|
600
|
+
x1="263.14438"
|
601
|
+
y1="53.202732"
|
602
|
+
x2="263.14438"
|
603
|
+
y2="65.97139" /><linearGradient
|
604
|
+
inkscape:collect="always"
|
605
|
+
xlink:href="#linearGradient4392-45"
|
606
|
+
id="linearGradient4952"
|
607
|
+
gradientUnits="userSpaceOnUse"
|
608
|
+
x1="263.14438"
|
609
|
+
y1="53.202732"
|
610
|
+
x2="263.14438"
|
611
|
+
y2="65.97139" /><linearGradient
|
612
|
+
inkscape:collect="always"
|
613
|
+
xlink:href="#linearGradient4392-45"
|
614
|
+
id="linearGradient4954"
|
615
|
+
gradientUnits="userSpaceOnUse"
|
616
|
+
gradientTransform="matrix(-1.1111083,0,0,1.1111083,684.999,-192.59658)"
|
617
|
+
x1="378"
|
618
|
+
y1="205"
|
619
|
+
x2="378"
|
620
|
+
y2="214" /><linearGradient
|
621
|
+
inkscape:collect="always"
|
622
|
+
xlink:href="#linearGradient4392-45"
|
623
|
+
id="linearGradient4956"
|
624
|
+
gradientUnits="userSpaceOnUse"
|
625
|
+
gradientTransform="matrix(1.1111083,0,0,1.1111083,-90.99896,-192.59658)"
|
626
|
+
x1="378"
|
627
|
+
y1="205"
|
628
|
+
x2="378"
|
629
|
+
y2="214" /><linearGradient
|
630
|
+
inkscape:collect="always"
|
631
|
+
xlink:href="#linearGradient4392-45"
|
632
|
+
id="linearGradient4958"
|
633
|
+
gradientUnits="userSpaceOnUse"
|
634
|
+
gradientTransform="matrix(-1,0,0,1,352.81481,49.361171)"
|
635
|
+
x1="120"
|
636
|
+
y1="50"
|
637
|
+
x2="120"
|
638
|
+
y2="62" /><linearGradient
|
639
|
+
inkscape:collect="always"
|
640
|
+
xlink:href="#linearGradient4392-45"
|
641
|
+
id="linearGradient4960"
|
642
|
+
gradientUnits="userSpaceOnUse"
|
643
|
+
gradientTransform="matrix(-1.33333,0,0,1.33333,593.467,95.072771)"
|
644
|
+
x1="365"
|
645
|
+
y1="73.073685"
|
646
|
+
x2="365"
|
647
|
+
y2="84.073685" /><linearGradient
|
648
|
+
inkscape:collect="always"
|
649
|
+
xlink:href="#linearGradient4392-45"
|
650
|
+
id="linearGradient4962"
|
651
|
+
gradientUnits="userSpaceOnUse"
|
652
|
+
gradientTransform="matrix(-1,0,0,1,481,176.25006)"
|
653
|
+
x1="407"
|
654
|
+
y1="113"
|
655
|
+
x2="407"
|
656
|
+
y2="127" /><linearGradient
|
657
|
+
inkscape:collect="always"
|
658
|
+
xlink:href="#linearGradient4392-7-7"
|
659
|
+
id="linearGradient4964"
|
660
|
+
gradientUnits="userSpaceOnUse"
|
661
|
+
gradientTransform="translate(-207,-111.74995)"
|
662
|
+
x1="280"
|
663
|
+
y1="112"
|
664
|
+
x2="280"
|
665
|
+
y2="128" /><linearGradient
|
666
|
+
inkscape:collect="always"
|
667
|
+
xlink:href="#linearGradient4392-45"
|
668
|
+
id="linearGradient4966"
|
669
|
+
gradientUnits="userSpaceOnUse"
|
670
|
+
gradientTransform="translate(57,80.250061)"
|
671
|
+
x1="57"
|
672
|
+
y1="83"
|
673
|
+
x2="57"
|
674
|
+
y2="94" /><linearGradient
|
675
|
+
inkscape:collect="always"
|
676
|
+
xlink:href="#linearGradient4392-45"
|
677
|
+
id="linearGradient4968"
|
678
|
+
gradientUnits="userSpaceOnUse"
|
679
|
+
gradientTransform="matrix(-1,0,0,1,449,112.25006)"
|
680
|
+
x1="216"
|
681
|
+
y1="115"
|
682
|
+
x2="216"
|
683
|
+
y2="126" /><linearGradient
|
684
|
+
inkscape:collect="always"
|
685
|
+
xlink:href="#linearGradient4392-45"
|
686
|
+
id="linearGradient4970"
|
687
|
+
gradientUnits="userSpaceOnUse"
|
688
|
+
gradientTransform="matrix(1.1666672,0,0,1.1723864,-106.00007,208.59337)"
|
689
|
+
x1="126"
|
690
|
+
y1="96.073685"
|
691
|
+
x2="126"
|
692
|
+
y2="108.07368" /><linearGradient
|
693
|
+
inkscape:collect="always"
|
694
|
+
xlink:href="#linearGradient4392"
|
695
|
+
id="linearGradient4972"
|
696
|
+
gradientUnits="userSpaceOnUse"
|
697
|
+
x1="104"
|
698
|
+
y1="230.99998"
|
699
|
+
x2="104"
|
700
|
+
y2="232.99998"
|
701
|
+
gradientTransform="translate(1.0000001,0.25006141)" /><linearGradient
|
702
|
+
inkscape:collect="always"
|
703
|
+
xlink:href="#linearGradient4392-45"
|
704
|
+
id="linearGradient4974"
|
705
|
+
gradientUnits="userSpaceOnUse"
|
706
|
+
gradientTransform="translate(47,47.99999)"
|
707
|
+
x1="120"
|
708
|
+
y1="50"
|
709
|
+
x2="120"
|
710
|
+
y2="62" /><linearGradient
|
711
|
+
inkscape:collect="always"
|
712
|
+
xlink:href="#linearGradient4392-45"
|
713
|
+
id="linearGradient4980"
|
714
|
+
gradientUnits="userSpaceOnUse"
|
715
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,144.36541,-271.81697)"
|
716
|
+
x1="91"
|
717
|
+
y1="204"
|
718
|
+
x2="91"
|
719
|
+
y2="216" /><linearGradient
|
720
|
+
inkscape:collect="always"
|
721
|
+
xlink:href="#linearGradient4392-45"
|
722
|
+
id="linearGradient4982"
|
723
|
+
gradientUnits="userSpaceOnUse"
|
724
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-111.63459,-271.81697)"
|
725
|
+
x1="91"
|
726
|
+
y1="204"
|
727
|
+
x2="91"
|
728
|
+
y2="216" /><linearGradient
|
729
|
+
inkscape:collect="always"
|
730
|
+
xlink:href="#linearGradient4392-45"
|
731
|
+
id="linearGradient4984"
|
732
|
+
gradientUnits="userSpaceOnUse"
|
733
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-80.63459,-273.06703)"
|
734
|
+
x1="91"
|
735
|
+
y1="204"
|
736
|
+
x2="91"
|
737
|
+
y2="216" /><linearGradient
|
738
|
+
inkscape:collect="always"
|
739
|
+
xlink:href="#linearGradient4392-45"
|
740
|
+
id="linearGradient4986"
|
741
|
+
gradientUnits="userSpaceOnUse"
|
742
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-80.63459,-273.06703)"
|
743
|
+
x1="91"
|
744
|
+
y1="204"
|
745
|
+
x2="91"
|
746
|
+
y2="216" /><linearGradient
|
747
|
+
inkscape:collect="always"
|
748
|
+
xlink:href="#linearGradient4392-45"
|
749
|
+
id="linearGradient4988"
|
750
|
+
gradientUnits="userSpaceOnUse"
|
751
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-79.63459,-272.06703)"
|
752
|
+
x1="91"
|
753
|
+
y1="204"
|
754
|
+
x2="91"
|
755
|
+
y2="216" /><linearGradient
|
756
|
+
inkscape:collect="always"
|
757
|
+
xlink:href="#linearGradient4392-45"
|
758
|
+
id="linearGradient4990"
|
759
|
+
gradientUnits="userSpaceOnUse"
|
760
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-15.63459,-271.81697)"
|
761
|
+
x1="91"
|
762
|
+
y1="204"
|
763
|
+
x2="91"
|
764
|
+
y2="216" /><linearGradient
|
765
|
+
inkscape:collect="always"
|
766
|
+
xlink:href="#linearGradient4392-45"
|
767
|
+
id="linearGradient4992"
|
768
|
+
gradientUnits="userSpaceOnUse"
|
769
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,16.36541,-272.06703)"
|
770
|
+
x1="91"
|
771
|
+
y1="204"
|
772
|
+
x2="91"
|
773
|
+
y2="216" /><linearGradient
|
774
|
+
inkscape:collect="always"
|
775
|
+
xlink:href="#linearGradient4392-45"
|
776
|
+
id="linearGradient4994"
|
777
|
+
gradientUnits="userSpaceOnUse"
|
778
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,176.36541,-271.81697)"
|
779
|
+
x1="91"
|
780
|
+
y1="204"
|
781
|
+
x2="91"
|
782
|
+
y2="216" /><linearGradient
|
783
|
+
inkscape:collect="always"
|
784
|
+
xlink:href="#linearGradient4392-45"
|
785
|
+
id="linearGradient4996"
|
786
|
+
gradientUnits="userSpaceOnUse"
|
787
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-80.63459,-244.81697)"
|
788
|
+
x1="91"
|
789
|
+
y1="204"
|
790
|
+
x2="91"
|
791
|
+
y2="216" /><linearGradient
|
792
|
+
inkscape:collect="always"
|
793
|
+
xlink:href="#linearGradient4392-45"
|
794
|
+
id="linearGradient5002"
|
795
|
+
gradientUnits="userSpaceOnUse"
|
796
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,67.36541,-272.06703)"
|
797
|
+
x1="91"
|
798
|
+
y1="204"
|
799
|
+
x2="91"
|
800
|
+
y2="216" /><linearGradient
|
801
|
+
inkscape:collect="always"
|
802
|
+
xlink:href="#linearGradient4392-45"
|
803
|
+
id="linearGradient5004"
|
804
|
+
gradientUnits="userSpaceOnUse"
|
805
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,208.36541,-272.06703)"
|
806
|
+
x1="91"
|
807
|
+
y1="204"
|
808
|
+
x2="91"
|
809
|
+
y2="216" /><linearGradient
|
810
|
+
inkscape:collect="always"
|
811
|
+
xlink:href="#linearGradient4392"
|
812
|
+
id="linearGradient6476"
|
813
|
+
gradientUnits="userSpaceOnUse"
|
814
|
+
gradientTransform="translate(17,-2.7499485)"
|
815
|
+
x1="56"
|
816
|
+
y1="225"
|
817
|
+
x2="56"
|
818
|
+
y2="239" /><linearGradient
|
819
|
+
id="linearGradient4392-45-3"><stop
|
820
|
+
style="stop-color:#666666;stop-opacity:1;"
|
821
|
+
offset="0"
|
822
|
+
id="stop4394-8-2" /><stop
|
823
|
+
style="stop-color:#424242;stop-opacity:1;"
|
824
|
+
offset="1"
|
825
|
+
id="stop4396-68-9" /></linearGradient><filter
|
826
|
+
id="filter3224-1-7-1-2"
|
827
|
+
inkscape:label="Inner Shadow"
|
828
|
+
inkscape:menu="Shadows and Glows"
|
829
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
830
|
+
color-interpolation-filters="sRGB"
|
831
|
+
width="1"
|
832
|
+
height="1"
|
833
|
+
y="0"
|
834
|
+
x="0"><feOffset
|
835
|
+
id="feOffset3228-5-5-5-0"
|
836
|
+
dx="0"
|
837
|
+
dy="1.2"
|
838
|
+
result="result11" /><feComposite
|
839
|
+
id="feComposite3230-2-4-1-5"
|
840
|
+
in2="result11"
|
841
|
+
result="result6"
|
842
|
+
in="SourceGraphic"
|
843
|
+
operator="in" /><feFlood
|
844
|
+
id="feFlood3232-7-3-4-1"
|
845
|
+
result="result10"
|
846
|
+
in="result6"
|
847
|
+
flood-opacity="1"
|
848
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
849
|
+
id="feBlend3234-6-3-5-8"
|
850
|
+
in2="result10"
|
851
|
+
mode="normal"
|
852
|
+
in="result6"
|
853
|
+
result="result12" /><feComposite
|
854
|
+
id="feComposite3236-1-3-5-5"
|
855
|
+
in2="SourceGraphic"
|
856
|
+
result="result2"
|
857
|
+
operator="in" /></filter><linearGradient
|
858
|
+
y2="108.07368"
|
859
|
+
x2="342"
|
860
|
+
y1="97.073685"
|
861
|
+
x1="342"
|
862
|
+
gradientTransform="matrix(1.2681238,0,0,1.2681238,-424.35773,135.21343)"
|
863
|
+
gradientUnits="userSpaceOnUse"
|
864
|
+
id="linearGradient7390"
|
865
|
+
xlink:href="#linearGradient4392-45-3"
|
866
|
+
inkscape:collect="always" /><linearGradient
|
867
|
+
inkscape:collect="always"
|
868
|
+
xlink:href="#linearGradient4392"
|
869
|
+
id="linearGradient3645"
|
870
|
+
gradientUnits="userSpaceOnUse"
|
871
|
+
gradientTransform="translate(33,0.25005141)"
|
872
|
+
x1="72"
|
873
|
+
y1="32"
|
874
|
+
x2="72"
|
875
|
+
y2="47" /><linearGradient
|
876
|
+
inkscape:collect="always"
|
877
|
+
xlink:href="#linearGradient4392"
|
878
|
+
id="linearGradient3667"
|
879
|
+
gradientUnits="userSpaceOnUse"
|
880
|
+
gradientTransform="matrix(-1,0,0,1,209,0.25005141)"
|
881
|
+
x1="72"
|
882
|
+
y1="32"
|
883
|
+
x2="72"
|
884
|
+
y2="47" /><linearGradient
|
885
|
+
inkscape:collect="always"
|
886
|
+
xlink:href="#linearGradient4392"
|
887
|
+
id="linearGradient3726"
|
888
|
+
gradientUnits="userSpaceOnUse"
|
889
|
+
x1="72"
|
890
|
+
y1="32"
|
891
|
+
x2="72"
|
892
|
+
y2="47"
|
893
|
+
gradientTransform="translate(1.0000001,0.25005141)" /><linearGradient
|
894
|
+
inkscape:collect="always"
|
895
|
+
xlink:href="#linearGradient4392"
|
896
|
+
id="linearGradient3809"
|
897
|
+
x1="264"
|
898
|
+
y1="114"
|
899
|
+
x2="264"
|
900
|
+
y2="121"
|
901
|
+
gradientUnits="userSpaceOnUse"
|
902
|
+
gradientTransform="translate(1.0000001,-13.749949)" /><linearGradient
|
903
|
+
inkscape:collect="always"
|
904
|
+
xlink:href="#linearGradient4392-45"
|
905
|
+
id="linearGradient3576"
|
906
|
+
gradientUnits="userSpaceOnUse"
|
907
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-478.467,255.07277)"
|
908
|
+
x1="365"
|
909
|
+
y1="73.073685"
|
910
|
+
x2="365"
|
911
|
+
y2="84.073685" /><linearGradient
|
912
|
+
inkscape:collect="always"
|
913
|
+
xlink:href="#linearGradient4352"
|
914
|
+
id="linearGradient4358"
|
915
|
+
x1="366.95544"
|
916
|
+
y1="335.06354"
|
917
|
+
x2="356.00427"
|
918
|
+
y2="335.08957"
|
919
|
+
gradientUnits="userSpaceOnUse"
|
920
|
+
gradientTransform="matrix(0.90909091,0,0,1,-318.63636,23.250061)" /><linearGradient
|
921
|
+
inkscape:collect="always"
|
922
|
+
xlink:href="#linearGradient4392-45"
|
923
|
+
id="linearGradient3629"
|
924
|
+
gradientUnits="userSpaceOnUse"
|
925
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-127.467,242.82272)"
|
926
|
+
x1="365"
|
927
|
+
y1="73.073685"
|
928
|
+
x2="365"
|
929
|
+
y2="84.073685" /><linearGradient
|
930
|
+
inkscape:collect="always"
|
931
|
+
xlink:href="#linearGradient4352"
|
932
|
+
id="linearGradient3631"
|
933
|
+
gradientUnits="userSpaceOnUse"
|
934
|
+
gradientTransform="matrix(0.90909091,0,0,1,32.363636,11)"
|
935
|
+
x1="366.95544"
|
936
|
+
y1="335.06354"
|
937
|
+
x2="356.00427"
|
938
|
+
y2="335.08957" /><linearGradient
|
939
|
+
inkscape:collect="always"
|
940
|
+
xlink:href="#linearGradient4392-45"
|
941
|
+
id="linearGradient3633"
|
942
|
+
gradientUnits="userSpaceOnUse"
|
943
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-127.467,242.82271)"
|
944
|
+
x1="365"
|
945
|
+
y1="73.073685"
|
946
|
+
x2="365"
|
947
|
+
y2="84.073685" /><linearGradient
|
948
|
+
inkscape:collect="always"
|
949
|
+
xlink:href="#linearGradient4352"
|
950
|
+
id="linearGradient3635"
|
951
|
+
gradientUnits="userSpaceOnUse"
|
952
|
+
gradientTransform="matrix(0.90909091,0,0,1,32.363636,11)"
|
953
|
+
x1="366.95544"
|
954
|
+
y1="335.06354"
|
955
|
+
x2="356.00427"
|
956
|
+
y2="335.08957" /><linearGradient
|
957
|
+
inkscape:collect="always"
|
958
|
+
xlink:href="#linearGradient4392-45"
|
959
|
+
id="linearGradient4406"
|
960
|
+
gradientUnits="userSpaceOnUse"
|
961
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-478.467,255.07277)"
|
962
|
+
x1="365"
|
963
|
+
y1="73.073685"
|
964
|
+
x2="365"
|
965
|
+
y2="84.073685" /><linearGradient
|
966
|
+
inkscape:collect="always"
|
967
|
+
xlink:href="#linearGradient4392"
|
968
|
+
id="linearGradient4386"
|
969
|
+
x1="73"
|
970
|
+
y1="321"
|
971
|
+
x2="73"
|
972
|
+
y2="335"
|
973
|
+
gradientUnits="userSpaceOnUse"
|
974
|
+
gradientTransform="translate(1.0000001,0.25005141)" /><linearGradient
|
975
|
+
inkscape:collect="always"
|
976
|
+
xlink:href="#linearGradient4392"
|
977
|
+
id="linearGradient4388"
|
978
|
+
x1="69"
|
979
|
+
y1="323"
|
980
|
+
x2="69"
|
981
|
+
y2="333"
|
982
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
983
|
+
inkscape:collect="always"
|
984
|
+
xlink:href="#linearGradient4392-3"
|
985
|
+
id="linearGradient4386-0"
|
986
|
+
x1="73"
|
987
|
+
y1="321"
|
988
|
+
x2="73"
|
989
|
+
y2="335"
|
990
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
991
|
+
id="linearGradient4392-3"><stop
|
992
|
+
style="stop-color:#666666;stop-opacity:1;"
|
993
|
+
offset="0"
|
994
|
+
id="stop4394-6" /><stop
|
995
|
+
style="stop-color:#424242;stop-opacity:1;"
|
996
|
+
offset="1"
|
997
|
+
id="stop4396-8" /></linearGradient><filter
|
998
|
+
id="filter3224-1-7-1-2-7"
|
999
|
+
inkscape:label="Inner Shadow"
|
1000
|
+
inkscape:menu="Shadows and Glows"
|
1001
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
1002
|
+
color-interpolation-filters="sRGB"
|
1003
|
+
width="1"
|
1004
|
+
height="1"
|
1005
|
+
y="0"
|
1006
|
+
x="0"><feOffset
|
1007
|
+
id="feOffset3228-5-5-5-0-0"
|
1008
|
+
dx="0"
|
1009
|
+
dy="1.2"
|
1010
|
+
result="result11" /><feComposite
|
1011
|
+
id="feComposite3230-2-4-1-5-5"
|
1012
|
+
in2="result11"
|
1013
|
+
result="result6"
|
1014
|
+
in="SourceGraphic"
|
1015
|
+
operator="in" /><feFlood
|
1016
|
+
id="feFlood3232-7-3-4-1-0"
|
1017
|
+
result="result10"
|
1018
|
+
in="result6"
|
1019
|
+
flood-opacity="1"
|
1020
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
1021
|
+
id="feBlend3234-6-3-5-8-2"
|
1022
|
+
in2="result10"
|
1023
|
+
mode="normal"
|
1024
|
+
in="result6"
|
1025
|
+
result="result12" /><feComposite
|
1026
|
+
id="feComposite3236-1-3-5-5-1"
|
1027
|
+
in2="SourceGraphic"
|
1028
|
+
result="result2"
|
1029
|
+
operator="in" /></filter><linearGradient
|
1030
|
+
inkscape:collect="always"
|
1031
|
+
xlink:href="#linearGradient4392-45"
|
1032
|
+
id="linearGradient3947"
|
1033
|
+
gradientUnits="userSpaceOnUse"
|
1034
|
+
gradientTransform="matrix(1.33333,0,0,1.33333,-478.467,255.07277)"
|
1035
|
+
x1="365"
|
1036
|
+
y1="73.073685"
|
1037
|
+
x2="365"
|
1038
|
+
y2="84.073685" /><linearGradient
|
1039
|
+
inkscape:collect="always"
|
1040
|
+
xlink:href="#linearGradient4352"
|
1041
|
+
id="linearGradient3949"
|
1042
|
+
gradientUnits="userSpaceOnUse"
|
1043
|
+
gradientTransform="matrix(0.90909091,0,0,1,-318.63636,23.250061)"
|
1044
|
+
x1="366.95544"
|
1045
|
+
y1="335.06354"
|
1046
|
+
x2="356.00427"
|
1047
|
+
y2="335.08957" /><linearGradient
|
1048
|
+
inkscape:collect="always"
|
1049
|
+
xlink:href="#linearGradient4392"
|
1050
|
+
id="linearGradient3951"
|
1051
|
+
gradientUnits="userSpaceOnUse"
|
1052
|
+
x1="69"
|
1053
|
+
y1="323"
|
1054
|
+
x2="69"
|
1055
|
+
y2="333" /><linearGradient
|
1056
|
+
inkscape:collect="always"
|
1057
|
+
xlink:href="#linearGradient4392"
|
1058
|
+
id="linearGradient3287"
|
1059
|
+
x1="39.452351"
|
1060
|
+
y1="196.14122"
|
1061
|
+
x2="39.452351"
|
1062
|
+
y2="202.77057"
|
1063
|
+
gradientUnits="userSpaceOnUse"
|
1064
|
+
gradientTransform="translate(1.0000001,0.25006141)" /><linearGradient
|
1065
|
+
inkscape:collect="always"
|
1066
|
+
xlink:href="#linearGradient4392"
|
1067
|
+
id="linearGradient3289"
|
1068
|
+
x1="7.0987959"
|
1069
|
+
y1="196.14124"
|
1070
|
+
x2="7.0987959"
|
1071
|
+
y2="202.87701"
|
1072
|
+
gradientUnits="userSpaceOnUse"
|
1073
|
+
gradientTransform="translate(1.0000001,0.25006141)" /><linearGradient
|
1074
|
+
inkscape:collect="always"
|
1075
|
+
xlink:href="#linearGradient4392"
|
1076
|
+
id="linearGradient3291"
|
1077
|
+
x1="38.596195"
|
1078
|
+
y1="163.43153"
|
1079
|
+
x2="38.596195"
|
1080
|
+
y2="174.78519"
|
1081
|
+
gradientUnits="userSpaceOnUse"
|
1082
|
+
gradientTransform="translate(1.0000001,0.25006141)" /><linearGradient
|
1083
|
+
inkscape:collect="always"
|
1084
|
+
xlink:href="#linearGradient4392"
|
1085
|
+
id="linearGradient3293"
|
1086
|
+
x1="9.2478447"
|
1087
|
+
y1="162.9012"
|
1088
|
+
x2="9.2478447"
|
1089
|
+
y2="174.65788"
|
1090
|
+
gradientUnits="userSpaceOnUse"
|
1091
|
+
gradientTransform="translate(1.0000001,0.25006141)" /><linearGradient
|
1092
|
+
inkscape:collect="always"
|
1093
|
+
xlink:href="#linearGradient4392"
|
1094
|
+
id="linearGradient3295"
|
1095
|
+
x1="329"
|
1096
|
+
y1="96.25"
|
1097
|
+
x2="329"
|
1098
|
+
y2="112.25"
|
1099
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
1100
|
+
id="linearGradient4392-4"><stop
|
1101
|
+
style="stop-color:#666666;stop-opacity:1;"
|
1102
|
+
offset="0"
|
1103
|
+
id="stop4394-86" /><stop
|
1104
|
+
style="stop-color:#424242;stop-opacity:1;"
|
1105
|
+
offset="1"
|
1106
|
+
id="stop4396-6" /></linearGradient><filter
|
1107
|
+
id="filter3224-1-7-1-3-6"
|
1108
|
+
inkscape:label="Inner Shadow"
|
1109
|
+
inkscape:menu="Shadows and Glows"
|
1110
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
1111
|
+
color-interpolation-filters="sRGB"
|
1112
|
+
width="1"
|
1113
|
+
height="1"
|
1114
|
+
y="0"
|
1115
|
+
x="0"><feOffset
|
1116
|
+
id="feOffset3228-5-5-5-70-8"
|
1117
|
+
dx="0"
|
1118
|
+
dy="1.2"
|
1119
|
+
result="result11" /><feComposite
|
1120
|
+
id="feComposite3230-2-4-1-9-3"
|
1121
|
+
in2="result11"
|
1122
|
+
result="result6"
|
1123
|
+
in="SourceGraphic"
|
1124
|
+
operator="in" /><feFlood
|
1125
|
+
id="feFlood3232-7-3-4-91-9"
|
1126
|
+
result="result10"
|
1127
|
+
in="result6"
|
1128
|
+
flood-opacity="1"
|
1129
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
1130
|
+
id="feBlend3234-6-3-5-53-7"
|
1131
|
+
in2="result10"
|
1132
|
+
mode="normal"
|
1133
|
+
in="result6"
|
1134
|
+
result="result12" /><feComposite
|
1135
|
+
id="feComposite3236-1-3-5-3-6"
|
1136
|
+
in2="SourceGraphic"
|
1137
|
+
result="result2"
|
1138
|
+
operator="in" /></filter><linearGradient
|
1139
|
+
inkscape:collect="always"
|
1140
|
+
xlink:href="#linearGradient4392-4"
|
1141
|
+
id="linearGradient6173"
|
1142
|
+
gradientUnits="userSpaceOnUse"
|
1143
|
+
gradientTransform="matrix(2,0,0,2,-32,386.0001)"
|
1144
|
+
x1="88"
|
1145
|
+
y1="161"
|
1146
|
+
x2="88"
|
1147
|
+
y2="174" /><linearGradient
|
1148
|
+
id="linearGradient6287"><stop
|
1149
|
+
style="stop-color:#666666;stop-opacity:1;"
|
1150
|
+
offset="0"
|
1151
|
+
id="stop6289" /><stop
|
1152
|
+
style="stop-color:#424242;stop-opacity:1;"
|
1153
|
+
offset="1"
|
1154
|
+
id="stop6291" /></linearGradient><filter
|
1155
|
+
id="filter6293"
|
1156
|
+
inkscape:label="Inner Shadow"
|
1157
|
+
inkscape:menu="Shadows and Glows"
|
1158
|
+
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
|
1159
|
+
color-interpolation-filters="sRGB"
|
1160
|
+
width="1"
|
1161
|
+
height="1"
|
1162
|
+
y="0"
|
1163
|
+
x="0"><feOffset
|
1164
|
+
id="feOffset6295"
|
1165
|
+
dx="0"
|
1166
|
+
dy="1.2"
|
1167
|
+
result="result11" /><feComposite
|
1168
|
+
id="feComposite6297"
|
1169
|
+
in2="result11"
|
1170
|
+
result="result6"
|
1171
|
+
in="SourceGraphic"
|
1172
|
+
operator="in" /><feFlood
|
1173
|
+
id="feFlood6299"
|
1174
|
+
result="result10"
|
1175
|
+
in="result6"
|
1176
|
+
flood-opacity="1"
|
1177
|
+
flood-color="rgb(34,34,34)" /><feBlend
|
1178
|
+
id="feBlend6301"
|
1179
|
+
in2="result10"
|
1180
|
+
mode="normal"
|
1181
|
+
in="result6"
|
1182
|
+
result="result12" /><feComposite
|
1183
|
+
id="feComposite6303"
|
1184
|
+
in2="SourceGraphic"
|
1185
|
+
result="result2"
|
1186
|
+
operator="in" /></filter><linearGradient
|
1187
|
+
inkscape:collect="always"
|
1188
|
+
xlink:href="#linearGradient4392-45"
|
1189
|
+
id="linearGradient3348"
|
1190
|
+
gradientUnits="userSpaceOnUse"
|
1191
|
+
gradientTransform="translate(-15,193.25005)"
|
1192
|
+
x1="88"
|
1193
|
+
y1="161"
|
1194
|
+
x2="88"
|
1195
|
+
y2="174" /><linearGradient
|
1196
|
+
inkscape:collect="always"
|
1197
|
+
xlink:href="#linearGradient4392-45"
|
1198
|
+
id="linearGradient3350"
|
1199
|
+
gradientUnits="userSpaceOnUse"
|
1200
|
+
gradientTransform="translate(17,193.25005)"
|
1201
|
+
x1="88"
|
1202
|
+
y1="161"
|
1203
|
+
x2="88"
|
1204
|
+
y2="174" /></defs><sodipodi:namedview
|
1205
|
+
pagecolor="#dddddd"
|
1206
|
+
bordercolor="#666666"
|
1207
|
+
borderopacity="1"
|
1208
|
+
objecttolerance="10"
|
1209
|
+
gridtolerance="10"
|
1210
|
+
guidetolerance="10"
|
1211
|
+
inkscape:pageopacity="0"
|
1212
|
+
inkscape:pageshadow="2"
|
1213
|
+
inkscape:window-width="1920"
|
1214
|
+
inkscape:window-height="1056"
|
1215
|
+
id="namedview5"
|
1216
|
+
showgrid="false"
|
1217
|
+
inkscape:showpageshadow="false"
|
1218
|
+
inkscape:zoom="1"
|
1219
|
+
inkscape:cx="-48.348426"
|
1220
|
+
inkscape:cy="203.91767"
|
1221
|
+
inkscape:window-x="0"
|
1222
|
+
inkscape:window-y="24"
|
1223
|
+
inkscape:window-maximized="1"
|
1224
|
+
inkscape:current-layer="layer3"
|
1225
|
+
fit-margin-top="1"
|
1226
|
+
fit-margin-left="0"
|
1227
|
+
fit-margin-bottom="0"
|
1228
|
+
fit-margin-right="2"
|
1229
|
+
showguides="false"
|
1230
|
+
inkscape:guide-bbox="true"><inkscape:grid
|
1231
|
+
type="xygrid"
|
1232
|
+
id="grid2986"
|
1233
|
+
units="px"
|
1234
|
+
empspacing="16"
|
1235
|
+
visible="true"
|
1236
|
+
enabled="true"
|
1237
|
+
snapvisiblegridlinesonly="true"
|
1238
|
+
spacingx="1px"
|
1239
|
+
spacingy="1px"
|
1240
|
+
dotted="false"
|
1241
|
+
originx="0px"
|
1242
|
+
originy="4.0855018e-05px" /></sodipodi:namedview>
|
1243
|
+
|
1244
|
+
|
1245
|
+
<g
|
1246
|
+
inkscape:groupmode="layer"
|
1247
|
+
id="layer2"
|
1248
|
+
inkscape:label="Dark background"
|
1249
|
+
style="display:none"
|
1250
|
+
transform="translate(-1,-0.25001385)"
|
1251
|
+
sodipodi:insensitive="true"><rect
|
1252
|
+
style="fill:#ffaaaa;fill-opacity:1;stroke:none"
|
1253
|
+
id="rect6406"
|
1254
|
+
width="496"
|
1255
|
+
height="368"
|
1256
|
+
x="1"
|
1257
|
+
y="0.25000146" /></g><g
|
1258
|
+
inkscape:groupmode="layer"
|
1259
|
+
id="layer1"
|
1260
|
+
inkscape:label="Shadow"
|
1261
|
+
style="display:inline"
|
1262
|
+
transform="translate(-1,-0.25001385)"
|
1263
|
+
sodipodi:insensitive="true"><path
|
1264
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1265
|
+
d="m 68,2.2664957 0,1 10,0 0,-1 z m 160.09375,1 c -0.0535,0.15448 -0.0937,0.32687 -0.0937,0.5 0,0.83099 0.669,1.5 1.5,1.5 l 7,0 c 0.831,0 1.5,-0.66901 1.5,-1.5 0,-0.17313 -0.0403,-0.34552 -0.0937,-0.5 -0.20326,0.58701 -0.74838,1 -1.40625,1 l -7,0 c -0.65787,0 -1.20299,-0.41299 -1.40625,-1 z m 1.90625,4 c -0.554,0 -1,0.44599 -1,1 l 0,1 c 0,-0.55401 0.446,-1 1,-1 l 6,0 c 0.554,0 1,0.44599 1,1 l 0,-1 c 0,-0.55401 -0.446,-1 -1,-1 z m 1.5,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.2769893 0.223,0.4999983 0.5,0.4999983 l 3,0 c 0.277,0 0.5,-0.223009 0.5,-0.4999983 0,-0.277 -0.223,-0.5 -0.5,-0.5 z M 69,10.266494 l 0,1 2,0 2,0 4,0 0,-1 z m 162.5,1 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m -165.5,0.9375 0,1 3,3.0625 9,0 c 1.108,0 2,-0.89201 2,-2 l 0,-1 c 0,1.10799 -0.892,2 -2,2 l -1,0 -4,0 -2,0 -2,0 z m 160,0.0625 0,1 c 0,0.554 0.446,1 1,1 l 2,0 0,-1 -2,0 c -0.554,0 -1,-0.446 -1,-1 z m 14,0 c 0,0.554 -0.446,1 -1,1 l -2,0 0,1 2,0 c 0.554,0 1,-0.446 1,-1 z m -10,3 0,1 6,0 0,-1 z M 5.09375,35.078994 c -0.0321,0.10941 -0.0625,0.22755 -0.0625,0.375 0,2.02126 1.30983,3.93782 2.84375,5.5 l 0.4375,-0.5625 c -1.55369,-1.47791 -2.95861,-3.3358 -3.21875,-5.3125 z m 9.875,0.09375 c -0.25301,1.93915 -1.65457,3.76438 -3.1875,5.21875 l 0.46875,0.53125 c 1.4966,-1.53303 2.75,-3.41075 2.75,-5.375 0,-0.13982 -0.0081,-0.26521 -0.03125,-0.375 z m 211.71875,5.59375 -0.6875,0.5 7,5 0,-1 z m 44.625,0 -6.3125,4.5 0,1 7,-5 z m 32,0 -6.3125,4.5 0,1 7,-5 z m 19.375,0 -0.6875,0.5 7,5 0,-1 z M 10.03125,41.860244 C 9.22019,42.486324 8.48091,42.963334 8,43.266494 c 0.22032,0.18121 0.39081,0.41214 0.53125,0.65625 0.43604,-0.28502 0.92578,-0.61924 1.5,-1.0625 0.60817,0.4711 1.13459,0.82096 1.59375,1.125 0.13177,-0.24582 0.28903,-0.46928 0.5,-0.65625 -0.50956,-0.32059 -1.26151,-0.82409 -2.09375,-1.46875 z M 233,41.922744 l 0,1 c 3.41666,0 5.61556,1.23041 7,3.34375 0,-0.37177 -0.024,-0.7269 -0.0625,-1.0625 -1.38712,-2.06828 -3.5607,-3.28125 -6.9375,-3.28125 z m 32,0 c -3.3768,0 -5.55038,1.21298 -6.9375,3.28125 -0.0385,0.3356 -0.0625,0.69073 -0.0625,1.0625 1.38444,-2.11333 3.58334,-3.34375 7,-3.34375 z m 32,0 c -3.3768,0 -5.55038,1.21298 -6.9375,3.28125 -0.0385,0.3356 -0.0625,0.69073 -0.0625,1.0625 1.38444,-2.11333 3.58334,-3.34375 7,-3.34375 z m 32,0 0,1 c 3.41666,0 5.61556,1.23041 7,3.34375 0,-0.37177 -0.024,-0.7269 -0.0625,-1.0625 -1.38712,-2.06828 -3.5607,-3.28125 -6.9375,-3.28125 z m -322.65625,1.9375 c -0.68772,0 -1.21875,0.51508 -1.21875,1.15625 0,0.18496 0.0456,0.34537 0.125,0.5 0.19583,-0.38143 0.60441,-0.65625 1.09375,-0.65625 0.48369,0 0.88614,0.28199 1.09375,0.65625 0.0876,-0.15786 0.15625,-0.30978 0.15625,-0.5 0,-0.64117 -0.56229,-1.15625 -1.25,-1.15625 z m 7.5,0 c -0.68772,0 -1.25,0.51508 -1.25,1.15625 0,0.19022 0.0687,0.34214 0.15625,0.5 0.2076,-0.37426 0.61005,-0.65625 1.09375,-0.65625 0.48934,0 0.89792,0.27482 1.09375,0.65625 0.0794,-0.15463 0.125,-0.31504 0.125,-0.5 0,-0.64117 -0.53104,-1.15625 -1.21875,-1.15625 z m -5.0625,1.65625 c -0.24632,1.04124 -1.24534,1.8125 -2.4375,1.8125 -1.18081,0 -2.15456,-0.75502 -2.40625,-1.78125 -0.0326,0.15175 -0.0625,0.30846 -0.0625,0.46875 0,1.28234 1.0933,2.3125 2.46875,2.3125 1.37545,0 2.5,-1.03016 2.5,-2.3125 0,-0.17336 -0.0239,-0.33674 -0.0625,-0.5 z m 2.625,0.03125 c -0.0359,0.15617 -0.0625,0.30294 -0.0625,0.46875 0,1.28234 1.12455,2.3125 2.5,2.3125 1.37545,0 2.46875,-1.03016 2.46875,-2.3125 0,-0.16029 -0.03,-0.31697 -0.0625,-0.46875 -0.25169,1.02623 -1.22544,1.78125 -2.40625,1.78125 -1.18081,0 -2.17929,-0.75502 -2.4375,-1.78125 z M 99,67.266494 l 0,1 2,0 0,-1 z m 5,0 0,1 2,0 0,-1 z m 5,0 0,1 3,0 0,-1 z m -101.5,0 c -1.933,0 -3.5,1.567 -3.5,3.5 0,0.16773 0.00805,0.33856 0.03125,0.5 0.24009,-1.699 1.70348,-3 3.46875,-3 1.73308,0 3.15841,1.25256 3.4375,2.90625 0.0156,-0.13448 0.0625,-0.26754 0.0625,-0.40625 0,-1.933 -1.567,-3.5 -3.5,-3.5 z m 27.5,1 0,1 2,0 0,-1 z m 71,1 0,1 1,0 0,-1 z m 0,1 -2,0 0,1 2,0 z m -65.25,-1.5625 -0.75,0.5 3,2 0,-1 z m 2.25,0.1875 0,1 c 2.26799,8.7e-4 3.4435,1.45051 4,2.3125 -0.014,-0.50756 -0.142583,-0.99673 -0.34375,-1.4375 -0.01583,-0.0347 -0.04562,-0.05965 -0.0625,-0.09375 C 45.939623,69.851134 44.84378,68.892204 43,68.891494 z m 56,2.375 0,1 2,0 0,-1 z m -86.03125,-0.0625 c -0.0883,1.09275 -0.49087,2.08521 -1.125,2.90625 l 0.375,0.375 C 12.6919,73.678874 13,72.770744 13,71.766494 c 0,-0.18985 -0.01255,-0.37761 -0.03125,-0.5625 z M 37,71.266494 l 0,1 1,0 0,-1 z m 0,1 -2,0 -2,0 0,1 2,0 2,0 z m 69,0 0,1 1,0 0,-1 z m 0,1 -2,0 -1,0 0,1 1,0 2,0 z m 2,-1 0,0.84375 0,0.15625 0.25,0 0.75,-0.75 0,-0.25 z M 2.03125,71.328994 C 2.01985,71.473844 2,71.618704 2,71.766494 c 0,3.03756 2.46243,5.5 5.5,5.5 1.04725,0 2.01057,-0.30446 2.84375,-0.8125 l 3.53125,3.53125 c 0.39174,0.39173 1.01451,0.39173 1.40625,0 0.33125,-0.33125 0.35395,-0.82959 0.125,-1.21875 -0.0418,0.0711 -0.0645,0.15826 -0.125,0.21875 -0.39174,0.39173 -1.01451,0.39173 -1.40625,0 l -3.53125,-3.53125 c -0.83318,0.50804 -1.7965,0.8125 -2.84375,0.8125 -2.84772,0 -5.1871,-2.1641 -5.46875,-4.9375 z M 98,73.266494 l 0,1 1,0 0,-1 z m 3,0 0,1 1,0 0,-1 z m 9.21875,0 c 0.13749,0.14402 0.26979,0.29334 0.40625,0.4375 l -5.21875,5.25 -1.40625,1.40625 -1.40625,-1.40625 -1.625,-1.625 -0.5,0.5 2.125,2.125 1.40625,1.40625 1.40625,-1.40625 5.21875,-5.25 c -0.13646,-0.14416 -0.26876,-0.29348 -0.40625,-0.4375 l 1.375,0 0.40625,0 0,-1 -0.40625,0 -0.96875,0 z m -67.21875,0 0,1 3,0 0,-1 z m -9,2 c 0.056,2.03024 1.74134,3.6862 4,3.6875 l 0,-1 c -1.64956,-9.5e-4 -2.96714,-0.88894 -3.59375,-2.15625 -0.0253,-0.0318 -0.0386,-0.06245 -0.0625,-0.09375 -0.11831,-0.15487 -0.25718,-0.30341 -0.34375,-0.4375 z m 9,1 0,1 3,0 0,-1 z m -2.75,1.5 -2.25,1.4375 0,1 3,-1.9375 z m 1.75,1.5 0,1 1,0 0,-1 z m 1,1 0,1 3,0 2,0 0,-1 -2,0 z m 292.5,17 -0.5,1 0,1 1,-2 z m -0.5,2 -0.5,0 -4.5,9.000036 0.5,0 4,-8 0.5,0 z M 37,100.48529 c -0.554,0 -1,0.44599 -1,1 l 0,1 c 0,-0.55401 0.446,-1 1,-1 l 8,0 c 0.554,0 1,0.44599 1,1 l 0,-1 c 0,-0.55401 -0.446,-1 -1,-1 z m 36,-1.218796 c -0.207107,0 -0.423297,0.01085 -0.625,0.03125 -0.125778,0.0159 -0.252316,0.0374 -0.375,0.0625 -2.278414,0.46623 -4,2.490036 -4,4.906286 0,0.17259 0.01418,0.33191 0.03125,0.5 0.25605,-2.52128 2.379919,-4.5 4.96875,-4.5 2.588831,0 4.7127,1.97872 4.96875,4.5 0.01707,-0.16809 0.03125,-0.32741 0.03125,-0.5 0,-2.41625 -1.721586,-4.440056 -4,-4.906286 -0.122684,-0.0251 -0.249222,-0.0466 -0.375,-0.0625 -0.04024,-0.004 -0.08453,0.003 -0.125,0 -0.168085,-0.0171 -0.327411,-0.03125 -0.5,-0.03125 z m 58,0 c -0.554,0 -1,0.446002 -1,1.000036 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 0.5,0 2,0 9.5,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554034 -0.446,-1.000036 -1,-1.000036 z m 32.03125,0 c -0.554,0 -1,0.446002 -1,1.000036 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 9.5,0 2,0 0.5,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554034 -0.446,-1.000036 -1,-1.000036 z M 195,100.26653 c -0.554,0 -1,1 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 12,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z m 32,0 c -0.554,0 -1,1 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 l 12,0 c 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z m 96,-1.000036 c -0.554,0 -1,0.445992 -1,1.000036 l 0,1 c 0,-0.55401 0.446,-1 1,-1 l 0.5,0 3.5,0 0.5,0 3.5,0 1,0 0.5,-1.000036 -1.5,0 -4,0 z m 13,0.28125 0,0.718786 0.71875,0 C 336.5419,99.964166 336.30232,99.724594 336,99.547744 z M 99,100.26653 c -0.554,0 -1,0.44599 -1,1 l 0,1 c 0,-0.55401 0.446,-1 1,-1 l 1.5,0 2,0 8.5,0 c 0.554,0 1,0.44599 1,1 l 0,-1 c 0,-0.55401 -0.446,-1 -1,-1 z m -96,2.21876 0,1 1,0 3,0 2,0 5,0 1,0 0,7 0,-8 z m 128.5,-1.21876 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.24237 0.0444,0.53446 0.5625,0.5 l 0.4375,0 0,-1 -0.4375,0 c -0.0257,0.002 -0.0391,-1.5e-4 -0.0625,0 z m 1.5,0 0,1 0.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 39.53125,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 0.5,0 0,-1 z m 1.5,0 0,1 0.4375,0 c 0.5181,0.0345 0.5625,-0.25763 0.5625,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.0234,-1.5e-4 -0.0368,0.002 -0.0625,0 z m 117.96875,0 c -0.18612,0 -0.35468,0.0304 -0.53125,0.0625 -0.5068,0.14135 -0.92854,0.48982 -1.1875,0.9375 l 1.71875,0 10,0 1.71875,0 c -0.25896,-0.44768 -0.6807,-0.79615 -1.1875,-0.9375 -0.16893,-0.0471 -0.34578,-0.0625 -0.53125,-0.0625 z m 44,0 0,1 1,0 0,-1 z m -235.5,1 c -0.277,0 -0.5,0.22299 -0.5,0.5 0.0807,0.57703 0.3111,0.49624 1,0.5 l 0,-1 -0.4375,0 c -0.0263,-4.3e-4 -0.0385,10e-4 -0.0625,0 z m 1.5,0 0,1 0.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.777,-0.5 -0.5,-0.5 z m -57.5,1.71876 -4.5,4.5 -1.40625,-1.40625 -0.9375,-0.9375 -0.5,0.5 1.4375,1.4375 1.40625,1.40625 5,-5 z m -40.5,0.5 0,1 3,0 0,-1 z m 197,-0.21876 3,4 3,-4 -0.75,0 -2.25,3 -2.25,-3 z m 26,0 3,4 3,-4 -0.75,0 -2.25,3 -2.25,-3 z m 109,-1 0,1 1,0 0,-1 z m -327,2.21876 0,1 5,0 0,-1 z m 61.0625,-0.71876 c -0.02868,0.16658 -0.0625,0.32524 -0.0625,0.5 0,1.65685 1.34315,3 3,3 1.65685,0 3,-1.34315 3,-3 0,-0.17476 -0.03382,-0.33342 -0.0625,-0.5 -0.243216,1.41264 -1.455414,2.5 -2.9375,2.5 -1.482086,0 -2.694284,-1.08736 -2.9375,-2.5 z m -3.03125,0.125 C 67.02375,105.01412 67,105.14206 67,105.26653 c 0,3.3137 2.68629,6 6,6 3.31371,0 6,-2.6863 6,-6 0,-0.12447 -0.02378,-0.25241 -0.03125,-0.375 -0.273821,2.69627 -2.325104,4.84119 -4.96875,5.28125 -0.162744,0.0333 -0.331915,0.0454 -0.5,0.0625 -0.16239,0.0132 -0.334211,0.0312 -0.5,0.0312 -0.165789,0 -0.33761,-0.0182 -0.5,-0.0312 -0.04138,-0.004 -0.08393,0.005 -0.125,0 -0.127563,-0.013 -0.249927,-0.0417 -0.375,-0.0625 -2.643646,-0.44006 -4.694929,-2.58498 -4.96875,-5.28125 z m 189.96875,0.375 0,1 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-1 c 0,1.662 -1.338,3 -3,3 l -10,0 c -1.662,0 -3,-1.338 -3,-3 z m 32,0 0,1 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-1 c 0,1.662 -1.338,3 -3,3 l -10,0 c -1.662,0 -3,-1.338 -3,-3 z m 47,0 0,1 1,0 0,-1 z m -192,0.40625 -4.59375,4.59375 0.84375,0 c 0.0134,-0.0178 0.0149,-0.0462 0.0312,-0.0625 l 3.71875,-3.6875 0,-0.84375 z m 18.03125,0 0,0.84375 3.71875,3.6875 c 0.0163,0.0163 0.0179,0.0447 0.0312,0.0625 l 0.84375,0 -4.59375,-4.59375 z M 4,107.48529 l 0,1 3,0 0,-1 z m 321.65625,-0.25001 c -0.0517,0.018 -0.0982,0.0312 -0.15625,0.0312 l -0.5,0 -1,0 -0.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 1.5,0 0.5,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.1841 -0.16469,-0.4438 -0.3125,-0.53125 -0.007,-0.004 -0.0247,0.003 -0.0312,0 z M 9,108.48529 l 0,1 5,0 0,-1 z m 26,0 0,1 c 0,1.0907 0.9093,2 2,2 l 8,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 l -8,0 c -1.0907,0 -2,-0.9093 -2,-2 z m 96.5,-1.21876 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.12178,-0.5281 -0.5,-0.5 l -0.5,0 -1,0 z m 40.8125,0 c -0.19381,0.0717 -0.28125,0.29225 -0.28125,0.5 0,0.277 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -0.5,0 -1,0 -0.5,0 c -0.0945,-0.007 -0.15415,-0.0239 -0.21875,0 z m 20.6875,1 0,1 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 l -12,0 c -1.0907,0 -2,-0.9093 -2,-2 z m 32,0 0,1 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 l -12,0 c -1.0907,0 -2,-0.9093 -2,-2 z m 96,-1 0,1 c 0,1.09069 0.9093,2 2,2 l 4,0 0.5,-1 -4.5,0 c -1.0907,0 -2,-0.90931 -2,-2 z m 15,0 0,1 0.71875,0 0.28125,0 0,-1 z m -192,0.625 -2.34375,2.375 0.625,0 1.71875,-1.75 z m 18.03125,0 0,0.625 1.71875,1.75 0.625,0 z M 2,109.48529 l 0,1 c 0,0.55399 0.446,1 1,1 l 12,0 c 0.554,0 1,-0.44601 1,-1 l 0,-1 c 0,0.55399 -0.446,1 -1,1 l -12,0 c -0.554,0 -1,-0.44601 -1,-1 z m 95,-1.21876 0,1 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 l -12,0 c -1.0907,0 -2,-0.9093 -2,-2 z m 3.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.11921,-0.5 -0.5,-0.5 l -0.5,0 -1,0 z m 28.5,1 0,1 c 0,1.09069 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.90931 2,-2 l 0,-0.375 c 0.0328,-0.0893 0.0213,-0.17215 0,-0.25 l 0,-0.375 c 0,1.09069 -0.9093,2 -2,2 l -0.71875,0 -0.625,0 -1.40625,0 -0.84375,0 -3.375,0 -5.03125,0 c -1.0907,0 -2,-0.90931 -2,-2 z m 32.03125,0 0,0.375 c -0.0213,0.0779 -0.0328,0.1607 0,0.25 l 0,0.375 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 l -7.03125,0 -1.375,0 -0.84375,0 -1.40625,0 -0.625,0 -0.71875,0 c -1.0907,0 -2,-0.9093 -2,-2 z m 168.46875,0 -1.5,3 -1.5,0 -0.5,1 2,0 1.5,-3 1.5,0 0,-1 -1,0 z m 2.5,0 0,1 1,0 0,-1 z m 2,0 0,1 1,0 0,-1 z m 2,0 0,0.71875 c 0.30232,-0.17686 0.5419,-0.41643 0.71875,-0.71875 z m -195.5,22 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 2.5,0 0,-1 z m 63.96875,0 -0.0937,0.34375 -3,0 -2.40625,8.65625 -2.71875,0 -0.28125,1 3,0 2.40625,-8.65625 3,0 0.3125,-1.34375 -0.21875,0 z m -159.1875,0.0312 -0.25,0.96875 -1.59375,0 -2.0625,8.03125 0.25,0 1.8125,-7.03125 1.59375,0 0.5,-1.96875 z m 150.3125,0.3125 -0.21875,1 2.71875,0 0.28125,-1 z M 8.5625,132.26653 c -0.21684,0.0127 -0.42028,0.0372 -0.59375,0.0625 l 0,1 c 0.17347,-0.0253 0.37691,-0.0498 0.59375,-0.0625 0.21684,-0.0126 0.42262,1e-5 0.625,0 0.24576,1e-5 0.48745,0.0245 0.71875,0.0625 0.23129,0.0253 0.42028,0.0862 0.59375,0.1875 0.17347,0.0886 0.30506,0.19778 0.40625,0.375 0.0253,0.0411 0.0431,0.10584 0.0625,0.15625 0.0553,-0.14566 0.09375,-0.29026 0.09375,-0.46875 0,-0.27849 -0.05499,-0.52292 -0.15625,-0.6875 -0.10119,-0.17722 -0.23278,-0.2864 -0.40625,-0.375 -0.17347,-0.1013 -0.36246,-0.1622 -0.59375,-0.1875 -0.2313,-0.038 -0.47299,-0.0625 -0.71875,-0.0625 -0.20238,1e-5 -0.40816,-0.0126 -0.625,0 z m 31.125,0 -0.25,1 1.34375,0 0.25,-1 z m 104.3125,0.5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -2,0 0,1 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 z m -130.375,1.03125 c -0.063,0.36627 -0.21145,0.69408 -0.4375,1 -0.30358,0.43041 -0.69834,0.77808 -1.21875,1.03125 0.33848,0.10821 0.62371,0.23704 0.875,0.375 0.12273,-0.12465 0.24256,-0.26278 0.34375,-0.40625 0.31803,-0.4304 0.46874,-0.91175 0.46875,-1.46875 0,-0.18355 -6.9e-4,-0.34959 -0.03125,-0.53125 z m 149.46875,0.0937 c -0.19229,0.43111 -0.1321,0.96164 0.21875,1.3125 l 1.53125,1.53125 0.5,-0.5 -2.03125,-2.03125 c -0.0959,-0.0959 -0.16343,-0.1957 -0.21875,-0.3125 z m 7.78125,0 c -0.0553,0.1168 -0.12287,0.21661 -0.21875,0.3125 l -2.03125,2.0313 0.5,0.5 1.53125,-1.53125 c 0.35085,-0.35086 0.41104,-0.88139 0.21875,-1.3125 z m -30.875,0.875 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 z m -8.90625,0.125 c -0.19229,0.43111 -0.1321,0.96164 0.21875,1.3125 l 1.53125,1.53125 0.5,-0.5 -2.03125,-2.03125 c -0.0959,-0.0959 -0.16343,-0.1957 -0.21875,-0.3125 z m 7.78125,0 c -0.0553,0.1168 -0.12287,0.21661 -0.21875,0.3125 l -2.03125,2.0313 0.5,0.5 1.53125,-1.53125 c 0.35085,-0.35086 0.41104,-0.88139 0.21875,-1.3125 z m -69.875,1.8438 0,1 c 0,0 0.0818,1.2882 0.21875,1.84375 0.13694,0.55554 0.35886,1.04609 0.6875,1.4375 0.32865,0.3914 0.76476,0.6916 1.3125,0.90625 0.56144,0.20201 1.24087,0.28125 2.0625,0.28125 0.8353,0 1.53231,-0.0792 2.09375,-0.28125 0.56143,-0.21465 1.03265,-0.51485 1.375,-0.90625 0.34233,-0.39141 0.5818,-0.88196 0.71875,-1.4375 0.13697,-0.55555 0.18749,-1.16195 0.1875,-1.84375 l 0,-1 c -1e-5,0.6818 -0.05053,1.2882 -0.1875,1.84375 -0.13695,0.55554 -0.37642,1.04609 -0.71875,1.4375 -0.34235,0.3914 -0.81357,0.6916 -1.375,0.90625 -0.56144,0.20205 -1.25845,0.28125 -2.09375,0.28125 -0.82163,0 -1.50106,-0.0792 -2.0625,-0.28125 -0.54774,-0.21465 -0.98385,-0.51485 -1.3125,-0.90625 -0.32864,-0.39141 -0.55056,-0.88196 -0.6875,-1.4375 C 69.0818,138.02348 69,137.41708 69,136.73528 z m -61.03125,0.21875 0,1 1.4375,0 c 0.69388,1e-5 1.220231,0.15308 1.625,0.40625 0.29273,0.16795 0.4753,0.42054 0.5625,0.75 0.0413,-0.15807 0.0625,-0.33102 0.0625,-0.53125 0,-0.56965 -0.20578,-0.97823 -0.625,-1.21875 -0.404769,-0.25317 -0.93112,-0.40624 -1.625,-0.40625 z M 167,137.89153 l -2.0625,2.03125 c -0.45327,0.45327 -1.17173,0.45327 -1.625,0 -0.10242,-0.10242 -0.16262,-0.2179 -0.21875,-0.34375 -0.20618,0.43535 -0.13864,0.98636 0.21875,1.34375 0.45327,0.45327 1.17173,0.45327 1.625,0 l 2.0625,-2.03125 2.03125,2.03125 c 0.45327,0.45327 1.17173,0.45327 1.625,0 0.35739,-0.35739 0.42493,-0.9084 0.21875,-1.34375 -0.0561,0.12585 -0.11633,0.24133 -0.21875,0.34375 -0.45327,0.45327 -1.17173,0.45327 -1.625,0 z m -32,1 -2.0625,2.03125 c -0.45327,0.45327 -1.17173,0.45327 -1.625,0 -0.10242,-0.10242 -0.16262,-0.2179 -0.21875,-0.34375 -0.20618,0.43535 -0.13864,0.98636 0.21875,1.34375 0.45327,0.45327 1.17173,0.45327 1.625,0 l 2.0625,-2.03125 2.03125,2.03125 c 0.45327,0.45327 1.17173,0.45327 1.625,0 0.35739,-0.35739 0.42493,-0.9084 0.21875,-1.34375 -0.0561,0.12585 -0.11633,0.24133 -0.21875,0.34375 -0.45327,0.45327 -1.17173,0.45327 -1.625,0 z m -120.75,0.28125 c -0.0559,0.448 -0.1825,0.85035 -0.375,1.1875 -0.27467,0.46838 -0.64796,0.83384 -1.125,1.125 -0.4626,0.2785 -1.00573,0.49841 -1.65625,0.625 -0.636069,0.11395 -1.32525,0.15625 -2.0625,0.15625 l -3.75,0 0,1 3.75,0 c 0.73725,0 1.426431,-0.0423 2.0625,-0.15625 0.65052,-0.12659 1.19365,-0.3465 1.65625,-0.625 0.47704,-0.29116 0.85033,-0.65662 1.125,-1.125 0.27465,-0.48104 0.40624,-1.07235 0.40625,-1.78125 0,-0.13608 -0.01035,-0.27282 -0.03125,-0.40625 z m 158.25,0.0937 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.24281,0.60287 0.5,0.5 l 2.5,0 0,-1 z m 29.75,0.65625 -0.5,0.46875 1.4375,1.46875 0.46875,-0.5 z m 4.8125,0 -1.4375,1.4375 0.5,0.5 1.4375,-1.46875 z M 176,140.76653 c 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -2,0 0,1 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 z m -133.28125,0.53125 -0.25,0.96875 -5.34375,0 -0.28125,1 5.625,0 0.5,-1.96875 z M 194.5,142.26653 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 10.125,0.0937 -1.90625,1.96875 -0.5,-0.5 -0.46875,0.5 0.96875,1 1.90625,-1.96875 1.96875,1.96875 0.96875,-1 -0.5,-0.5 -0.46875,0.5 z m -32.625,0.40625 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 z m -103.5,0.5 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 10,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 224.5,19 0,1 2,0 0,-1 z m -288.5,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 0.5,0 0,-1 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 27,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 10,0 c 0,0 -0.5,0.223 -0.5,0.5 0,0.24237 0.599346,0.45353 0.5625,0.5 l 0.4375,0 0,-1 -0.4375,0 z m 28,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 25,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 361.5,0 0,1 1,0 0,-1 z m 27,0 0,1 1,0 0,-1 z m -354.5,1 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.20711 0.13304,0.39285 0.3125,0.46875 0.0598,0.0253 0.11847,0.0312 0.1875,0.0312 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.069,0 -0.12768,0.006 -0.1875,0.0312 -0.17946,0.0759 -0.3125,0.26164 -0.3125,0.46875 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 2,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 37,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -2,0 -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m -9,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m 41,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.777,0.46875 -0.5,0.46875 l -3,0 -2,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 27,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 2,0 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 -0.223,-0.46875 -0.5,-0.46875 z m 9,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 85.5,0 0,1 7,0 0,-1 z m 33.875,0 0,1 8.09375,0 0,-1 z m 35.125,0 0,1 7,0 0,-1 z m 27,0 0,1 12,0 0,-1 z m 43,0 0,1 1,0 0,-1 z m 27,0 0,1 1,0 0,-1 z m -421.9375,0.5 c -0.0411,0.15976 -0.0625,0.32741 -0.0625,0.5 0,1.10456 0.895431,2 2,2 1.104569,0 2,-0.89544 2,-2 0,-0.17259 -0.0214,-0.34024 -0.0625,-0.5 -0.221963,0.8627 -1.00552,1.5 -1.9375,1.5 -0.93198,0 -1.715537,-0.6373 -1.9375,-1.5 z m 40,0 c -0.0411,0.15976 -0.0625,0.32741 -0.0625,0.5 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-0.17259 -0.0214,-0.34024 -0.0625,-0.5 -0.22196,0.8627 -1.00552,1.5 -1.9375,1.5 -0.93198,0 -1.71554,-0.6373 -1.9375,-1.5 z m -98.5625,0.5 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 27,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 38,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 25,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 200.5,0 0,1 1,0 0,-1 z m 3,0 0,1 1,0 0,-1 z m 154.0625,0.5 c -0.0287,0.16658 -0.0625,0.32524 -0.0625,0.5 0,1.65685 1.34315,3 3,3 l 0,-1 c -1.48209,0 -2.69428,-1.08736 -2.9375,-2.5 z m 27,0 c -0.0287,0.16658 -0.0625,0.32524 -0.0625,0.5 0,1.65685 1.34315,3 3,3 l 0,-1 c -1.48209,0 -2.69428,-1.08736 -2.9375,-2.5 z m -224.125,0.0625 c -0.0395,0.16596 -0.0625,0.33 -0.0625,0.5 0,1.2454 1.11952,2.25457 2.53125,2.3125 0.11409,-0.35505 0.2024,-0.68476 0.25,-1 -0.0438,8.7e-4 -0.0797,0 -0.125,0 -1.27634,0 -2.33451,-0.77035 -2.59375,-1.8125 z m 8,0 c -0.0395,0.165 -0.0625,0.33 -0.0625,0.5 0,1.24541 1.11952,2.25457 2.53125,2.3125 0.11379,-0.35113 0.2024,-0.68899 0.25,-1 -0.0465,8.7e-4 -0.077,0 -0.125,0 -1.27634,0 -2.33451,-0.77035 -2.59375,-1.8125 z m -2.78125,0.34375 c -0.32899,3.04037 -2.38768,4.9421 -3.9375,5.71875 -0.35953,0.46482 -0.80193,0.93399 -1.34375,1.40625 1.33333,0 5.3125,-2.32015 5.3125,-6.96875 0,-0.0539 -0.0272,-0.10254 -0.0312,-0.15625 z m 8,0 c -0.32572,3.03782 -2.38152,4.9188 -3.9375,5.6875 -0.35966,0.46296 -0.80081,0.93301 -1.34375,1.40625 1.37466,0 5.3125,-2.28889 5.3125,-6.9375 0,-0.0539 -0.0272,-0.10264 -0.0312,-0.15625 z M 138.5,167.26653 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 35,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 26,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 29,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 -0.223,-0.46875 -0.5,-0.46875 z m 66.5,0 0,1 1,0 0,-1 z m 0,1 -2,0 -1,0 0,1 1,0 2,0 z m -290,-0.5 0,1 c 0,0.27699 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.22301 0.5,-0.5 l 0,-1 c 0,0.27699 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.22301 -0.5,-0.5 z m 41,0 0,1 c 0,0.27699 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.22301 0.5,-0.5 l 0,-1 c 0,0.27699 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.22301 -0.5,-0.5 z m 251,0.5 0,1 1,0 0,-1 z m 3,0 0,1 2,0 0,-1 z m 23,0 0,1 9,0 2,0 0,-1 z m 65,0 0,1 2,0 9,0 0,-1 z m 31,0 0,1 12,0 0,-1 z m -64.15625,0.0312 0,1 2.03125,0 8.09375,0 2.03125,0 0,-1 z m -224.21875,0.9688 -0.625,0.46875 0,0.0625 2,1.46875 0,-1 z m 1.375,1 2.5,0 c 0.0693,0 0.12764,-0.008 0.1875,-0.0312 0.17958,-0.0702 0.3125,-0.24018 0.3125,-0.4375 l 0,-0.0625 c 0,-0.0658 -0.006,-0.13122 -0.0312,-0.1875 -0.0757,-0.16883 -0.261,-0.28125 -0.46875,-0.28125 l -2.5,0 0,1 z m 6.5,-1 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 2,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 37,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -2,0 -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m -9.125,0 0.625,0.46875 0,0.0625 -2,1.46875 0,-1 z m -1.375,1 -2.5,0 c -0.27637,0 -0.5,-0.18037 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.22363,-0.46875 0.5,-0.46875 l 2.5,0 z m 42.59375,-1 c 0.28935,0 0.53125,0.20565 0.53125,0.46875 l 0,0.0625 c 0,0.43405 -0.2419,0.46875 -0.53125,0.46875 l -2.59375,0 0,-1 z m -2.59375,1 0,1 -2.09375,-1.46875 0,-0.0625 0.65625,-0.46875 z m -5.5,-1 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.777,0.46875 -0.5,0.46875 l -3,0 -2,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 27,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 2,0 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 -0.223,-0.46875 -0.5,-0.46875 z m 9,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 2.5,0 0,-1 z m 2.5,1 0,1 2,-1.46875 0,-0.0625 -0.625,-0.46875 z m 215.5,-0.5 -2.5,2.5 0,1 3,-3 z m 39,0 -0.5,0.5 3,3 0,-1 z m -193.3125,0.875 -2.09375,4.65625 -1.40625,0 -0.4375,1 1.84375,0 2.53125,-5.65625 z m -4.75,0.4375 -1.40625,1.375 0.5,0.5 1.40625,-1.375 z m 5.875,0 -0.5,0.5 1.375,1.375 0.5,-0.5 z M 3.5,171.26653 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 1.5,0 0,-1 z m 5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 27,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 9,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 1.5,0 0,-1 z m 29,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 25,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 40,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 35,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 26,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 29,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 -0.223,-0.46875 -0.5,-0.46875 z m 94.5,0 0,1 9,0 0,-1 z m 67,0 0,1 9,0 0,-1 z m 29,0 0,1 12,0 0,-1 z m -62.125,0.0625 0,1 8.09375,0 0,-1 z M 6,172.76653 c 0,0.0693 -0.00605,0.12755 -0.03125,0.1875 -0.0505,0.13912 -0.15407,0.24025 -0.28125,0.28125 -0.0599,0.0252 -0.1182,0.0312 -0.1875,0.0312 l -0.5,0 -1,0 0,1 1.5,0 c 0.0693,0 0.12764,-0.006 0.1875,-0.0312 0.12718,-0.041 0.2307,-0.14213 0.28125,-0.28125 C 5.99395,173.89413 6,173.83578 6,173.76653 z m 41,0 c 0,0.0693 -0.0061,0.12755 -0.03125,0.1875 -0.05055,0.13912 -0.15407,0.24025 -0.28125,0.28125 -0.05986,0.0252 -0.1182,0.0312 -0.1875,0.0312 l -0.5,0 -1,0 0,1 1.5,0 c 0.0693,0 0.12764,-0.006 0.1875,-0.0312 0.12718,-0.041 0.2307,-0.14213 0.28125,-0.28125 C 46.99395,173.89413 47,173.83578 47,173.76653 z m 20.0625,0 c -0.0411,0.15976 -0.0625,0.32741 -0.0625,0.5 0,1.10456 0.895431,2 2,2 1.104569,0 2,-0.89544 2,-2 0,-0.17259 -0.0214,-0.34024 -0.0625,-0.5 -0.221963,0.8627 -1.00552,1.5 -1.9375,1.5 -0.93198,0 -1.715537,-0.6373 -1.9375,-1.5 z m 40,0 c -0.0411,0.15976 -0.0625,0.32741 -0.0625,0.5 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-0.17259 -0.0214,-0.34024 -0.0625,-0.5 -0.22196,0.8627 -1.00552,1.5 -1.9375,1.5 -0.93198,0 -1.71554,-0.6373 -1.9375,-1.5 z m 184.5625,0.1875 -0.5,0.5 2.84375,2.84375 0.96875,-0.90625 -0.5,-0.53125 -0.46875,0.4375 z m 11.5,0 -2.34375,2.34375 -0.46875,-0.4375 -0.5,0.53125 0.96875,0.90625 2.84375,-2.84375 z M 8.5,173.26653 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 27,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 38,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 25,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 34,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.069,0 -0.12768,0.006 -0.1875,0.0312 -0.17946,0.0759 -0.3125,0.26164 -0.3125,0.46875 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 37,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m -9,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m 41,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 27,0 c -0.277,0 -0.5,0.20566 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 -0.223,-0.46875 -0.5,-0.46875 z m 9,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 221.5,0 0,1 1,0 0,-1 z m 2,0 0,1 1,0 0,-1 z m 25,0 0,1 1,0 0,-1 z m 2,0 0,1 1,0 0,-1 z m -165,1 0,1 12,0 0,-1 z m 64,0 0,1 12,0 0,-1 z m 32,0 0,1 12,0 0,-1 z m -64.15625,0.0937 0,1 12.15625,0 0,-1 z M 3,174.76653 l 0,1 c 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1.5,0 -0.5,0 c -0.277,0 -0.5,-0.22301 -0.5,-0.5 z m 41,0 0,1 c 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1.5,0 -0.5,0 c -0.277,0 -0.5,-0.22301 -0.5,-0.5 z m 92.0625,0 0,1 c 0,0.277 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.223 0.46875,-0.5 l 0,-1 c 0,0.277 -0.21154,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.223 -0.46875,-0.5 z m 32.9375,0 0,1 c 0,0.277 -0.21154,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.223 -0.46875,-0.5 l 0,-1 c 0,0.277 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.223 0.46875,-0.5 z m 32.9375,0 0,1 c 0,0.27699 -0.21154,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.22301 -0.46875,-0.5 l 0,-1 c 0,0.27699 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.22301 0.46875,-0.5 z m 31.0625,0 0,1 c 0,0.277 0.21154,0.5 0.46875,0.5 0.25722,0 0.46875,-0.223 0.46875,-0.5 l 0,-1 c 0,0.277 -0.21153,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.223 -0.46875,-0.5 z m -228,22.5 c -0.1602,0 -0.31869,0.0256 -0.46875,0.0625 C 3.6596,197.54351 3,198.33602 3,199.26653 l 0,1 c 0,-1.09071 0.9093,-2 2,-2 l 3,0 0,-1 z m 5,0 0,1 3,0 c 1.0907,0 2,0.90929 2,2 l 0,-1 c 0,-0.93051 -0.6596,-1.72302 -1.53125,-1.9375 -0.0216,-0.004 -0.0407,-0.0283 -0.0625,-0.0312 -0.12925,-0.027 -0.26991,-0.0312 -0.40625,-0.0312 l -3,0 z m 27,0 c -0.1602,0 -0.31869,0.0256 -0.46875,0.0625 C 35.6596,197.54351 35,198.33602 35,199.26653 l 0,1 c 0,-1.09071 0.9093,-2 2,-2 l 3,0 0,-1 z m 5,0 0,1 3,0 c 1.0907,0 2,0.90929 2,2 l 0,0.4375 0.53125,0.53125 0.4375,0.4375 C 47.98778,201.5373 48,201.40693 48,201.26653 l 0,-1 c 0,0.1404 -0.01222,0.27077 -0.03125,0.40625 l -0.4375,-0.4375 L 47,199.70403 l 0,-0.4375 c 0,-0.93051 -0.659603,-1.72302 -1.53125,-1.9375 -0.02162,-0.004 -0.04073,-0.0283 -0.0625,-0.0312 -0.129247,-0.027 -0.269913,-0.0312 -0.40625,-0.0312 l -3,0 z m -36.5,2 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 7,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 -2,0 z m 32,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 4.3125,0 1.5,0 1.1875,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 -2,0 z m -35.5,1 0,1 c 0,1.64649 1.35351,3 3,3 l 3,0 1,-1 1,1 3,0 c 1.64649,0 3,-1.35351 3,-3 l 0,-1 c 0,1.48353 -1.10933,2.70546 -2.53125,2.9375 -0.0223,0.005 -0.0399,0.0265 -0.0625,0.0312 -0.13548,0.019 -0.26585,0.0312 -0.40625,0.0312 l -3,0 -1,-1 -1,1 -3,0 c -0.1404,0 -0.27077,-0.0122 -0.40625,-0.0312 -0.0226,-0.005 -0.0402,-0.0258 -0.0625,-0.0312 C 3.10933,202.97199 2,201.75006 2,200.26653 z m 2,0 0,1 c 0,0.554 0.446,1 1,1 l 3,0 0,-1 -2.5,0 -0.5,0 c -0.554,0 -1,-0.446 -1,-1 z m 10,0 c 0,0.554 -0.446,1 -1,1 l -0.5,0 -2.5,0 0,1 3,0 c 0.554,0 1,-0.446 1,-1 z m 20,0 0,1 c 0,1.64649 1.35351,3 3,3 l 3,0 0.6875,-0.6875 -0.5,-0.5 -0.1875,0.1875 -3,0 c -0.1404,0 -0.27077,-0.0122 -0.40625,-0.0312 -0.0226,-0.005 -0.0401,-0.0258 -0.0625,-0.0312 C 35.10933,202.97189 34,201.75006 34,200.26653 z m 2,0 0,1 c 0,0.554 0.446,1 1,1 l 3,0 0,-1 -2.5,0 -0.5,0 c -0.554,0 -1,-0.446 -1,-1 z m 10,0 c 0,0.0353 -0.02772,0.0594 -0.03125,0.0937 l -0.875,0.875 c -0.03434,0.004 -0.05845,0.0312 -0.09375,0.0312 l -0.5,0 -0.1875,0 -1,0 1,1 0.6875,0 c 0.0353,0 0.05941,-0.0277 0.09375,-0.0312 l 0.875,-0.875 C 45.97225,201.32598 46,201.30183 46,201.26653 z m 25.8125,0.65625 c -0.899959,-0.0141 -1.82217,0.32909 -2.8125,1.34375 l 0,1 c 3.96132,-4.05865 6.94268,2.81598 11,-1 l 0,-1 c -3.04299,2.86198 -5.487624,-0.30138 -8.1875,-0.34375 z m 35.375,0 c -2.69988,0.0424 -5.14451,3.20574 -8.1875,0.34375 l 0,1 c 4.05732,3.81599 7.03868,-3.05865 11,1 l 0,-1 c -0.99033,-1.01466 -1.91254,-1.35788 -2.8125,-1.34375 z m -66.34375,0.34375 -0.03125,0.0312 -0.65625,0.71875 0.46875,0.5 0.1875,-0.21875 1,-1.03125 -0.96875,0 z m 1.1875,1.21875 -0.5,0.5 1.59375,1.59375 0.5,-0.5 z m 5.3125,0 -1.59375,1.59375 0.5,0.5 1.59375,-1.59375 z m -2.65625,2.65625 -2.125,2.125 -0.53125,-0.5625 -0.5,0.5 1.03125,1.0625 2.125,-2.125 2.125,2.125 1.03125,-1.0625 -0.5,-0.5 -0.53125,0.5625 z m 22.3125,2.125 0,1 1,0 0,-1 z m 44,0 0,1 1,0 0,-1 z m 154,19 c -0.34628,0 -0.67165,0.0352 -1,0.0937 -0.98506,0.17561 -1.89451,0.59634 -2.65625,1.1875 0.13763,0.005 0.26821,0.0331 0.40625,0.0625 0.0582,0.0594 -0.12804,0.19841 -0.3125,0.34375 0.31668,-0.24446 0.66584,-0.3597 1.09375,-0.375 0.20293,-0.0412 0.41536,-0.0346 0.59375,0 0.16865,-0.0578 0.35611,-0.0825 0.53125,-0.125 -0.22012,-0.0629 0.0305,-0.20755 0.28125,-0.21875 0.0955,-0.004 0.16445,0.0179 0.21875,0.0625 0.11003,0.002 0.2574,-0.10843 0.1875,0.0312 0.12547,-0.0147 0.24703,-0.0248 0.375,-0.0312 -0.12874,-0.0406 0.003,-0.1019 0.125,-0.125 0.10685,-0.0202 0.16269,0.002 0.0312,0.0937 0.0427,-9.4e-4 0.0821,0 0.125,0 0.13861,0 0.27026,0.0205 0.40625,0.0312 0.0233,-0.0312 0.0578,-0.0728 0.125,-0.125 0.0886,-0.0585 0.113,-0.0756 0.125,-0.0625 0.027,0.0293 -0.0732,0.19992 -0.0312,0.1875 0.014,-0.004 0.0355,-0.0411 0.0937,-0.0937 0.27569,-0.0726 0.65041,0.0656 0.84375,0.28125 0.009,0.01 0.0231,0.0209 0.0312,0.0312 0.016,0.0203 0.0186,0.041 0.0312,0.0625 0.005,0.009 -0.005,0.0221 0,0.0312 0.0224,0.0438 0.0566,0.0778 0.0625,0.125 0.11394,-0.038 0.23099,-0.0536 0.34375,-0.0937 0.0491,0.0177 0.10773,0.0123 0.15625,0.0312 -0.057,0.0184 -0.10829,0.071 -0.15625,0.0625 -0.2431,0.18027 0.18715,0.11836 0.4375,0.21875 -0.0479,-0.17153 0.0692,-0.42292 0.15625,-0.46875 0.041,-0.0216 0.0545,0.0172 0.0625,0.125 -0.0128,0.0643 0.017,0.19499 0.0312,0.3125 1.80061,0.91451 3.06549,2.70374 3.25,4.8125 0.012,-0.15544 0.0312,-0.31017 0.0312,-0.46875 0,-2.36207 -1.35959,-4.39623 -3.34375,-5.375 0.0114,0.14518 0.0591,0.3475 -0.0312,0.3125 0.10838,-0.49625 -0.9425,-0.21013 -0.59375,-0.46875 0.048,0.009 0.0992,-0.0441 0.15625,-0.0625 -0.0485,-0.0189 -0.10715,-0.0137 -0.15625,-0.0312 -0.26917,0.0961 -0.54455,0.1962 -0.8125,0.25 -0.0958,-0.002 -0.2497,-0.019 -0.3125,-0.0312 0.0241,-0.006 0.0765,-0.0264 0.1875,-0.0312 0.0729,-0.099 0.0423,-0.0421 0.15625,-0.125 0.0599,-0.086 0.79642,-0.122 0.1875,-0.125 -0.0279,-0.003 -0.019,-0.0282 -0.0312,-0.0312 0.0509,-0.01 0.14162,-0.0192 0.25,-0.0312 -0.26349,-0.0756 -0.53626,-0.14391 -0.8125,-0.1875 -0.27624,-0.0436 -0.55593,-0.0625 -0.84375,-0.0625 z m 0.9375,0.34375 c 0.10941,-0.002 0.19002,0.0392 -0.0312,0.125 l -0.125,0 c -0.0956,-0.0755 0.047,-0.123 0.15625,-0.125 z m -0.34375,0.34375 c 0.0496,-0.007 0.1158,-0.01 0.1875,0.0312 0.23935,-0.0591 0.64214,0.0399 0.15625,0.0937 -0.0173,-0.0557 -0.1805,0.0348 -0.1875,-0.0312 -0.30815,0.0694 -0.3051,-0.0736 -0.15625,-0.0937 z m -96.375,0.125 c -2.01716,0.24966 -3.59375,2.35002 -3.59375,4.84375 0,0.18815 0.0135,0.38055 0.0312,0.5625 0.18622,-2.45446 1.88384,-4.40625 3.96875,-4.40625 2.08491,0 3.78253,1.95179 3.96875,4.40625 0.0174,-0.18193 0.0312,-0.37435 0.0312,-0.5625 0,-2.65998 -1.79067,-4.84375 -4,-4.84375 -0.13808,0 -0.27177,-0.0166 -0.40625,0 z m 95.96875,0.0625 c 0.14032,-0.0399 0.26801,0.0676 -0.0625,0.0937 -0.0249,0.0331 -0.039,0.001 -0.0625,0 0.0321,-0.0541 0.0782,-0.0805 0.125,-0.0937 z m -1.5625,0.0312 c 0.17989,-0.004 0.26434,0.0509 -0.0937,0.125 -0.11866,0.0154 -0.22739,0.165 -0.34375,0.125 -9e-5,-0.1727 0.25776,-0.246 0.4375,-0.25 z M 3,227.26653 l 0,1 2.5,0 9.5,0 0,-1 z m 40.46875,0.3125 c -1.88316,0.0897 -2.926,2.52114 -3.9375,4.78125 l -0.21875,0.5 c -0.80967,1.77098 -1.63642,3.3095 -2.96875,3.3125 0.3882,0.27003 0.75663,0.46625 1.09375,0.59375 0.74347,-0.56869 1.31215,-1.67512 1.875,-2.90625 l 0.21875,-0.5 c 1.0115,-2.26011 2.05434,-4.69152 3.9375,-4.78125 0.33166,-0.0157 0.67688,0.0457 1.0625,0.1875 0.33672,-0.25016 0.70547,-0.40625 1.125,-0.40625 -0.85371,-0.58916 -1.55978,-0.81105 -2.1875,-0.78125 z m 222.46875,0.0312 c -0.10926,0.002 -0.25181,0.0495 -0.15625,0.125 l 0.125,0 c 0.22132,-0.0858 0.14066,-0.12682 0.0312,-0.125 z m 0.5,0.15625 c -0.0203,0.0141 -0.0254,0.0267 -0.0312,0.0625 0.0724,-0.0194 0.14598,-0.0391 0.21875,-0.0625 -0.076,-0.0103 -0.15699,-0.0211 -0.1875,0 z m -0.84375,0.1875 c -0.12371,0.0168 -0.14134,0.131 0.0312,0.125 0.0351,-0.001 0.0729,-0.0196 0.125,-0.0312 0.007,0.066 0.1702,-0.0245 0.1875,0.0312 0.0875,-0.01 0.12024,-0.0198 0.15625,-0.0312 -0.007,-0.0318 -0.0413,-0.0395 -0.0625,-0.0625 -0.0797,-0.0105 -0.16296,-0.0215 -0.25,0 -0.0717,-0.0408 -0.13788,-0.038 -0.1875,-0.0312 z m 2.03125,0.15625 c 0.004,0.029 0.008,0.0565 0,0.0937 0.0384,0.0149 0.0606,-0.0143 0.0625,-0.0625 -0.0144,10e-4 -0.038,-0.0146 -0.0625,-0.0312 z m -2.4375,0.0312 c -0.0468,0.0133 -0.0929,0.0396 -0.125,0.0937 0.0235,0.001 0.0376,0.0331 0.0625,0 0.33051,-0.0263 0.20282,-0.13368 0.0625,-0.0937 z m -0.34375,0.0312 c -0.12212,0.0231 -0.25374,0.0844 -0.125,0.125 l 0.0312,0.0312 0.0937,-0.0312 c 0.22922,-0.13332 0.12212,-0.14807 0,-0.125 z m 1.0625,0.0312 c 0.065,0.0918 0.1072,0.21301 0.1875,0.21875 0.0987,-0.11602 0.1767,-0.13872 0.21875,-0.125 -0.1283,-0.0667 -0.26786,-0.0902 -0.40625,-0.0937 z m -1.5625,0.0315 c -0.0283,0.006 -0.0807,0.0189 -0.125,0.0312 -0.10641,0.0913 -0.14533,0.19131 -0.0625,0.28125 0.23141,-0.0322 0.39735,-0.0693 0.15625,-0.15625 0.0809,-0.1276 0.0749,-0.16495 0.0312,-0.15625 z M 265,228.36023 c -0.0243,-0.005 -0.0587,0.0139 -0.0937,0.0312 -0.0387,0.23854 -0.27092,0.27701 -0.53125,0.28125 0.18753,0.0603 0.34616,0.1219 0.34375,0.3125 0.34901,0.0214 0.0627,-0.2312 0.375,-0.1875 0.0374,-0.0477 0.0595,-0.10421 0.0937,-0.15625 -0.0739,-0.0575 -0.0798,-0.26094 -0.1875,-0.28125 z m 1.375,0 c 0.0343,0.11949 0.009,0.35008 0.0625,0.40625 0.0407,-0.0282 0.12377,-0.0215 0.25,0 -0.007,-0.16706 -0.14492,-0.29959 -0.3125,-0.40625 z m -5.96875,0.0625 c -0.87281,1.042 -1.40625,2.37815 -1.40625,3.84375 0,0.20711 0.0109,0.4233 0.0312,0.625 0.05,-0.77883 0.24163,-1.51871 0.5625,-2.1875 -0.0134,-0.002 -0.021,-0.0151 -0.0312,-0.0625 0.0384,-0.0679 0.0822,-0.1008 0.0937,-0.0937 0.20706,-0.40173 0.46215,-0.78135 0.75,-1.125 0.25655,-0.0158 0.56015,0.0785 0.6875,0.25 0.0297,-0.0169 0.0688,-0.0334 0.0937,-0.0312 0.042,-0.0985 0.08,-0.16987 0.125,-0.1875 -0.33344,-0.18836 -0.1679,-0.36609 -0.0937,-0.5625 -0.009,0.0116 -0.0318,0.0132 -0.0625,-0.0312 0.0243,-0.30945 -0.40794,-0.4586 -0.75,-0.4375 z m 4.25,0.0625 c -0.0294,0.007 -0.0677,0.0412 -0.0937,0.0937 0.23501,0.0305 0.18197,-0.11403 0.0937,-0.0937 z m 2.96875,0 c -0.1229,0.0647 -0.30864,0.56687 0,0.625 0.19641,0.13297 0.0343,-0.35877 0.0625,-0.5 -0.008,-0.10783 -0.0215,-0.14656 -0.0625,-0.125 z m -6.40625,0.15625 c -0.009,0.0326 -0.003,0.0919 0,0.15625 0.008,-0.04 0.0392,-0.0815 0.0312,-0.125 -0.001,-0.0172 -0.0254,-0.0171 -0.0312,-0.0312 z M 261,228.82903 c 0.0264,-0.019 0.0968,0.0763 0,0.0625 -0.007,-0.0415 -0.009,-0.0565 0,-0.0625 z m 4.875,0.34375 c -0.23735,-0.008 -0.70217,0.40793 -0.21875,0.15625 0.44403,-0.16004 -0.2027,0.70993 -0.125,0.125 l -0.0312,0.0625 c -0.0217,0.31005 -0.5469,0.5013 -0.5625,0.5625 -0.30778,0.0882 -0.38275,0.41405 -0.46875,0.34375 0.0688,0.4831 -0.87396,0.50311 -0.53125,1.09375 -0.0138,0.0154 -0.0211,0.21545 -0.0937,0.15625 -0.0109,-0.394 -0.37081,-0.61268 -0.71875,-0.4375 0.0163,0.0122 0.0242,0.0232 0.0312,0.0312 -0.10385,0.007 -0.5117,-0.077 -0.5625,0.125 -0.10172,0.1351 -0.1738,0.2411 -0.25,0.1875 0.0576,0.14242 0.0733,0.32522 0,0.4375 -0.005,0.23701 0.13149,0.33275 0.28125,0.34375 0.004,-0.007 0.0258,0.006 0.0312,0 0.0616,-0.0648 0.13539,-0.0965 0.25,-0.0937 0.0604,-0.0487 0.12526,-0.1103 0.15625,-0.1875 0.14196,-0.0234 0.16896,0.0402 0.15625,0.125 0.31377,-0.0921 0.61514,0.11241 0.625,0.46875 0.0727,0.0592 0.0799,-0.14085 0.0937,-0.15625 -0.12166,-0.20968 -0.0682,-0.3254 0.0312,-0.4375 -0.004,-0.002 0.004,-0.0297 0,-0.0312 -0.18038,-0.0735 -0.37537,-0.1227 -0.4375,-0.0937 0.0102,-0.029 0.024,-0.0525 0.0625,-0.0625 0.10213,-0.0253 0.27432,0.0391 0.4375,0.0937 0.19261,-0.16267 0.4762,-0.29076 0.4375,-0.5625 0.086,0.0703 0.16097,-0.25555 0.46875,-0.34375 0.0156,-0.0612 0.5408,-0.25245 0.5625,-0.5625 l 0.0312,-0.0625 c -0.0777,0.58493 0.56903,-0.28504 0.125,-0.125 -0.48342,0.25168 -0.0186,-0.16425 0.21875,-0.15625 0.2339,0.10315 1.13432,-0.3299 0.59375,-0.375 -0.0817,0.002 -0.0573,-0.25438 -0.0937,-0.40625 -0.002,-0.007 -0.0294,0.006 -0.0312,0 -0.0448,0.005 -0.0241,-0.019 0,-0.0625 -0.0396,-0.0514 -0.12172,-0.0571 -0.25,0.0937 -0.091,-0.007 -0.14021,-0.15128 -0.21875,-0.25 z m -4.84375,0.15625 c 0.0652,0.004 0.34053,0.29011 0.0312,0.125 -0.0557,-0.0851 -0.053,-0.126 -0.0312,-0.125 z m 4.875,0.1875 c 0.0553,0.002 0.006,0.0768 -0.0937,0.0312 0.0427,-0.0211 0.0754,-0.032 0.0937,-0.0312 z m 0.21875,0 c -0.0161,0.0169 -0.0897,0.0798 -0.25,0.15625 -0.098,0.0228 -0.17812,0.12482 -0.28125,0.125 0.054,-0.10979 0.30057,-0.2123 0.4375,-0.25 0.0685,-0.0188 0.10987,-0.0481 0.0937,-0.0312 z m 0.4375,0.59375 c -0.0981,0.006 -0.34815,0.29505 -0.21875,0.28125 0.13337,0.0266 0.64304,-0.01 0.25,-0.15625 0.021,-0.0859 8.5e-4,-0.12697 -0.0312,-0.125 z M 4.09375,230.26653 C 4.04015,230.42085 4,230.59394 4,230.76653 c 0,0.82842 0.67157,1.5 1.5,1.5 0.82843,0 1.5,-0.67158 1.5,-1.5 0,-0.17259 -0.04015,-0.34568 -0.09375,-0.5 -0.20384,0.58641 -0.75041,1 -1.40625,1 -0.65584,0 -1.20241,-0.41359 -1.40625,-1 z m 93.90625,3 0,1 14,0 0,-1 z m 101,-3 0,1 10,0 0,-1 z m 26,0 0,1 10,0 0,-1 z m 40.90625,0.25 c -0.0184,-7.1e-4 -0.051,0.0102 -0.0937,0.0312 0.0994,0.0455 0.14906,-0.0292 0.0937,-0.0312 z m 0.21875,0 c 0.0161,-0.0169 -0.0253,0.0124 -0.0937,0.0312 -0.13693,0.0377 -0.38348,0.14021 -0.4375,0.25 0.10313,-1.8e-4 0.18325,-0.1022 0.28125,-0.125 0.16025,-0.0764 0.23388,-0.1394 0.25,-0.15625 z m -5.28125,0.4375 c -0.11123,0.1825 -0.1956,0.40944 -0.1875,0.5625 -0.006,0.28224 0.15163,0.47561 0.375,0.5625 -0.16645,0.0629 -0.0795,0.49173 0.0937,0.625 0.234,0.59128 0.0786,-0.21992 -0.0625,-0.40625 0.1184,-0.41868 0.28654,0.49131 0.5,0.59375 0.0459,0.40021 0.30654,0.5924 0.6875,0.71875 0.1724,0.007 0.42696,0.0904 0.5625,0 -0.0572,0.0939 -0.0543,0.2011 0.0937,0.21875 0.0497,0.0166 0.18315,0.0719 0.21875,0 0.0368,0.0175 0.10148,0.0197 0.15625,-0.0312 0.0432,-0.0198 0.0361,0.0124 0.0625,0 -0.11865,0.0885 -0.24669,0.23155 0.0312,0.28125 0.18197,0.12198 0.21941,-0.59882 -0.0312,-0.46875 -0.27053,-0.0764 -0.31824,0.10185 -0.25,0.1875 -0.15746,0.0411 -0.11319,-0.12221 -0.0312,-0.28125 -0.0131,-0.0878 -0.1107,-0.0461 -0.1875,0.0312 0.0164,-0.0269 0.0254,-0.0521 0.0312,-0.0937 0.0937,-0.0718 0.12538,-0.11212 0.15625,-0.125 0.065,-0.0272 0.0304,0.0826 0,0.1875 0.11801,-0.22906 0.30468,-0.48768 0,-0.4375 -0.14636,0.36457 -0.72915,0.44313 -0.71875,-0.0625 0.0685,-0.10487 0.0484,-0.26871 0,-0.40625 -0.0319,-0.004 -0.0654,0.001 -0.0937,0 -0.38096,-0.12635 -0.6416,-0.31854 -0.6875,-0.71875 -0.21346,-0.10244 -0.3816,-1.01243 -0.5,-0.59375 0.1411,0.18633 0.2965,0.99753 0.0625,0.40625 -0.1732,-0.13327 -0.26025,-0.5621 -0.0937,-0.625 -0.0698,-0.0272 -0.13352,-0.0776 -0.1875,-0.125 z M 43.3125,231.29778 c -0.1816,0.31879 -0.35963,0.64171 -0.53125,1 l 1.5,0 c 0.0209,0 0.0427,-0.003 0.0625,0 l 0.375,-0.5 c 0,-0.26716 -0.17967,-0.5 -0.4375,-0.5 z m 216.34375,0.25 c -0.0116,-0.007 -0.0553,0.0258 -0.0937,0.0937 0.0414,0.1895 0.12859,-0.0729 0.0937,-0.0937 z M 163,232.32903 c -0.0205,0.19287 -0.0312,0.39628 -0.0312,0.59375 0,2.09778 1.19729,3.92576 3,5 l 1,0 0,-0.5 c -2.21887,-0.87849 -3.79699,-2.80631 -3.96875,-5.09375 z m 13.28125,0 c -0.17176,2.28744 -1.74988,4.21527 -3.96875,5.09375 l 0,0.5 1,0 c 1.80271,-1.07423 3,-2.90222 3,-5 0,-0.19747 -0.0105,-0.40088 -0.0312,-0.59375 z m -142.25,0.4375 c -0.0117,0.16523 -0.03125,0.33181 -0.03125,0.5 0,3.86518 3.13483,7 7,7 3.86633,0 7,-3.13482 7,-7 0,-0.16819 -0.01958,-0.33477 -0.03125,-0.5 -0.256502,3.63184 -3.27066,6.5 -6.96875,6.5 -3.69698,0 -6.71216,-2.86816 -6.96875,-6.5 z m 224,0 c -0.0117,0.16523 -0.0312,0.33181 -0.0312,0.5 0,3.86516 3.13484,7 7,7 3.86516,0 7,-3.13484 7,-7 0,-0.16819 -0.0197,-0.33477 -0.0312,-0.5 -0.23218,3.28629 -2.72453,5.92969 -5.9375,6.40625 -0.2472,0.0367 -0.49509,0.0837 -0.75,0.0937 -0.0934,0.004 -0.1869,0 -0.28125,0 -0.23901,0 -0.48704,-0.004 -0.71875,-0.0312 -0.17128,-0.0174 -0.33259,-0.0642 -0.5,-0.0937 -3.12189,-0.55073 -5.52238,-3.15326 -5.75,-6.375 z m 5.5625,0.1249 c -0.0385,0.01 -0.0523,0.0335 -0.0625,0.0625 0.0946,-0.044 0.49211,0.15054 0.6875,0.21875 0.0251,-0.024 0.0663,-0.0415 0.0937,-0.0625 -0.12035,-0.0982 -0.5371,-0.26382 -0.71875,-0.21875 z M 199,233.26653 l 0,1 3,0 0,-1 z m 4,0 0,1 3,0 0,-1 z m 4,0 0,1 2,0 0,-1 z m 18,0 0,1 2,0 0,-1 z m 3,0 0,1 3,0 0,-1 z m 4,0 0,1 3,0 0,-1 z m -34.5625,0.0625 -3.4375,2.9375 0,1 4,-3.4375 z m 39.125,0 -0.5625,0.5 4,3.4375 0,-1 z m 27.4375,0 c -0.008,0.003 -0.012,0.0122 0,0.0312 0.0896,0.0203 0.0878,0.008 0.0937,0 -0.003,-0.002 0.003,-0.0298 0,-0.0312 -0.021,-0.009 -0.0441,-10e-4 -0.0625,0 2.1e-4,0.004 -0.0269,-0.004 -0.0312,0 z m -0.71875,0.78125 c -0.0104,0.0169 0.0106,0.052 0.15625,0.15625 0.36178,0.0251 -0.12511,-0.20702 -0.15625,-0.15625 z m 0.34375,0.15625 c -0.0422,0.0167 -0.0392,0.0395 0.0312,0.0937 0.0399,0.0493 0.0896,0.0317 0.125,0 0.004,-0.0295 0.0211,-0.0628 0.0312,-0.0937 -0.0712,-0.007 -0.14694,-0.016 -0.1875,0 z m 0.34375,0.65625 c -0.10804,0.2558 -0.28337,0.47349 -0.125,0.65625 0.16253,-0.007 0.37406,0.005 0.59375,0.0625 -0.14762,-0.22531 -0.31541,-0.46286 -0.46875,-0.71875 z m 0.46875,0.71875 c 0.0531,0.0811 0.10775,0.1673 0.15625,0.25 0.13697,0.0174 0.23403,0.0459 0.40625,0.0625 -0.11265,-0.16775 -0.33219,-0.2521 -0.5625,-0.3125 z m 0.15625,0.25 c -0.35747,-0.0455 -0.56127,-0.0826 -0.71875,-0.125 0.18134,0.32397 0.38486,0.60386 0.5625,0.875 0.21419,0.0562 0.41301,0.13583 0.53125,0.28125 -10e-4,-0.0109 10e-4,-0.0203 0,-0.0312 -0.06,-0.39876 -0.20182,-0.7051 -0.375,-1 z m -0.15625,0.75 c -0.72058,-0.18902 -1.52571,0.0359 0.15625,0.25 -0.0485,-0.0827 -0.10312,-0.16891 -0.15625,-0.25 z m 0.15625,0.25 c 0.17318,0.2949 0.31495,0.60124 0.375,1 0.0174,0.13576 0.0395,0.24991 0.0625,0.375 0.0832,6.6e-4 0.16831,0.004 0.25,0 -0.11731,-0.35952 -0.24191,-0.79815 -0.3125,-1.3125 -0.14943,-0.0169 -0.24832,-0.0464 -0.375,-0.0625 z m 3,-1.5 c -0.0448,0.33467 0.0313,0.75539 -0.3125,0.875 -0.59418,0.0802 -0.30854,0.82256 -0.71875,1.15625 -0.0731,0.0783 -0.14495,-0.0104 -0.21875,-0.0312 -0.0534,-0.0219 -0.1027,-0.0513 -0.125,-0.0937 0.007,0.12666 0.0413,0.2432 0.1875,0.34375 -0.0237,0.28512 -0.4357,0.12709 -0.375,0.4375 -10e-4,0.0372 0.002,0.0587 0,0.0937 0.0652,-0.0112 0.12302,-0.0492 0.1875,-0.0625 0.0225,-0.12203 0.0832,-0.12133 0.0625,0 0.17042,-0.0369 0.33537,-0.10524 0.5,-0.15625 0.0746,-0.31626 0.11553,-0.6356 0.5,-0.6875 0.47136,-0.164 0.14359,-0.87555 0.4375,-1.1875 0.32681,-0.29111 0.15382,-0.54762 -0.125,-0.6875 z m -1.375,1.90625 c 0.15775,-0.34927 -0.0227,-0.40268 0,0 z M 2,238.26653 l 0,1 14,0 0,-1 -13,0 z m 197,0 0,1 10,0 0,-1 z m 26,0 0,1 10,0 0,-1 z m -62.03125,0.3125 0,1 c 0,0.36933 0.28692,0.65625 0.65625,0.65625 l 4,0 c 0.368,0 0.6875,-0.28825 0.6875,-0.65625 l 0,-0.78125 0,-0.21875 c 0,0.368 -0.3195,0.65625 -0.6875,0.65625 l -4,0 c -0.36933,0 -0.65625,-0.28692 -0.65625,-0.65625 z m 8,0 0,0.21875 0,0.78125 c 0,0.368 0.28825,0.65625 0.65625,0.65625 l 4,0 c 0.0924,0 0.17019,0.002 0.25,-0.0312 0.23926,-0.1012 0.4375,-0.349 0.4375,-0.625 l 0,-1 c 0,0.276 -0.19824,0.5238 -0.4375,0.625 -0.0798,0.0332 -0.1576,0.0312 -0.25,0.0312 l -4,0 c -0.368,0 -0.65625,-0.28825 -0.65625,-0.65625 z M 99,239.26653 l 0,1 12,0 0,-1 z m -58.875,20.34375 -0.15625,0.4375 -3.625,8.875 0.40625,0 3.21875,-7.875 0.15625,-0.4375 1.8125,0 0.09375,0.21875 3.25,8.09375 0.40625,0 -3.65625,-9.09375 -0.09375,-0.21875 z m -30.8330666,1.40537 -1,2.6875 0.375,0 0.625,-1.6875 0.5625,1.6875 0.3437496,0 z m -1.71875,4.71875 -0.90625,2.5 -2.09375,0 c -0.13585,0.33226 -0.27307,0.67472 -0.40625,1 l 2.5,0 0.90625,-2.5 3.3437496,0 0.8125,2.5 2.625,0 c -0.13156,-0.32951 -0.27229,-0.66624 -0.40625,-1 l -2.21875,0 -0.8125,-2.5 z m 32.5205666,-0.34287 -0.28125,0.53125 c 0,0.32152 0.27225,0.59375 0.59375,0.59375 l 1.15625,0 c 0.32151,0 0.59288,-0.27223 0.59375,-0.59375 L 41.875,265.39153 c -0.0948,0.0648 -0.19193,0.125 -0.3125,0.125 l -1.15625,0 c -0.12056,0 -0.21755,-0.0602 -0.3125,-0.125 z M 34,268.92278 l 0,1 c 0,1.28606 1.0577,2.34375 2.34375,2.34375 l 9.3125,0 c 1.28606,0 2.3125,-1.05769 2.3125,-2.34375 l 0,-1 c 0,1.28606 -1.02644,2.34375 -2.3125,2.34375 l -9.3125,0 C 35.0577,271.26653 34,270.20884 34,268.92278 z m -31.03125,2.34375 0,1 13.03125,0 0,-1 z m 3.09375,19 -0.5625,0.625 0.46875,0.46875 L 7,290.26653 z m 4.9375,0 1.03125,1.09375 0.46875,-0.46875 -0.5625,-0.625 z m 23.5,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 3.5,0 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z m 22,0 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,-0.554 0.446,-1 1,-1 0.554,0 1,0.446 1,1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z m 3.5,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -45,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 29,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -76,0.625 -1.5,1.375 0,1 1.5,-1.375 2,2 2,0 0,-1 -2,0 z m 11,0 -2,2 -2,0 0,1 2,0 2,-2 1.5,1.375 0,-1 z m 20,1.375 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 29,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -45,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 29,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -45,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 29,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -72,1.375 -2,2 0.46875,0.53125 L 7.5,300.64153 z m 3,0 0,1 1.53125,1.53125 0.46875,-0.53125 z m 25.5,0.625 c -0.554,0 -1,0.446 -1,1 0,0.1879 0.0668,0.35013 0.15625,0.5 0.17423,-0.29199 0.47765,-0.5 0.84375,-0.5 l 5,0 c 0.3661,0 0.66952,0.20801 0.84375,0.5 0.0894,-0.14987 0.15625,-0.3121 0.15625,-0.5 0,-0.554 -0.446,-1 -1,-1 z m 37,0 c -0.554,0 -1,0.446 -1,1 0,0.1879 0.06682,0.35013 0.15625,0.5 0.174233,-0.29199 0.477651,-0.5 0.84375,-0.5 l 5,0 c 0.366099,0 0.669517,0.20801 0.84375,0.5 0.08943,-0.14987 0.15625,-0.3121 0.15625,-0.5 0,-0.554 -0.446,-1 -1,-1 z m -29,1 0,1 c 0,1.0907 0.9093,2 2,2 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 -1.0907,0 -2,-0.9093 -2,-2 z m 22,0 0,1 c 0,1.0907 0.9093,2 2,2 1.0907,0 2,-0.9093 2,-2 l 0,-1 c 0,1.0907 -0.9093,2 -2,2 -1.0907,0 -2,-0.9093 -2,-2 z m -31.9375,0.5 c -0.0416,0.15879 -0.0625,0.32958 -0.0625,0.5 0,1.0907 0.9093,2 2,2 l 5,0 c 1.0907,0 2,-0.9093 2,-2 0,-0.17042 -0.0209,-0.34121 -0.0625,-0.5 -0.22476,0.85745 -1.01722,1.5 -1.9375,1.5 l -5,0 c -0.92028,0 -1.71274,-0.64255 -1.9375,-1.5 z m 37,0 c -0.04162,0.15879 -0.0625,0.32958 -0.0625,0.5 0,1.0907 0.9093,2 2,2 l 5,0 c 1.0907,0 2,-0.9093 2,-2 0,-0.17042 -0.02088,-0.34121 -0.0625,-0.5 -0.224763,0.85745 -1.017222,1.5 -1.9375,1.5 l -5,0 c -0.920278,0 -1.712737,-0.64255 -1.9375,-1.5 z m -69.0625,1.5 0,1 5,0 -0.9375,-1 z m 9.9375,0 -0.9375,1 5,0 0,-1 z m -2.53125,20.28125 c -1.26501,0 -2.3125,1.04749 -2.3125,2.3125 l -2.15625,0 c -0.071,0.3201 -0.125,0.659 -0.125,1 l 2.28125,0 c 0,-1.26501 1.04749,-2.3125 2.3125,-2.3125 1.09686,0 2.02751,0.77849 2.25,1.8125 0.0343,-0.15805 0.03125,-0.33128 0.03125,-0.5 0,-1.26501 -1.01624,-2.3125 -2.28125,-2.3125 z m 4.53125,2.875 c -0.23194,1.88014 -1.607221,3.4109 -3.40625,3.875 l 0,0.125 c 0,0.6325 -0.4925,1.15625 -1.125,1.15625 -0.6325,0 -1.15625,-0.52375 -1.15625,-1.15625 l 0,0.875 0,0.125 c 0,0.41052 0.2347,0.76332 0.5625,0.96875 0.18372,-0.0736 0.3831,-0.125 0.59375,-0.125 0.21065,0 0.41003,0.0514 0.59375,0.125 0.31856,-0.20543 0.53125,-0.55823 0.53125,-0.96875 l 0,-0.125 c 1.976569,-0.5099 3.4375,-2.30281 3.4375,-4.4375 0,-0.14723 -0.01785,-0.29375 -0.03125,-0.4375 z m -6.03125,7.9375 c -0.0529,0.15899 -0.09375,0.32277 -0.09375,0.5 0,0.88308 0.71066,1.625 1.59375,1.625 0.88309,0 1.59375,-0.74192 1.59375,-1.625 0,-0.17723 -0.04095,-0.34101 -0.09375,-0.5 -0.21067,0.64123 -0.79413,1.125 -1.5,1.125 -0.70587,0 -1.28933,-0.48377 -1.5,-1.125 z"
|
1266
|
+
id="path5248"
|
1267
|
+
inkscape:connector-curvature="0"
|
1268
|
+
sodipodi:nodetypes="ccccccsssscssccsscsscsssssssssscccccccssssssscccsscsccccccssccsccsccsscccccccsccccccsccccccccccccccccccccccccccccccccccccccccccccccccsscscsssscscsscscsssccssscsccccccccccccccccsscscssccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsscssccscsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsscsscssssccscscscccssscsccscssssscsccscssssscsscssssscsscssssscsccccccccsccccsscsccscssscccccccccccscccccccssscsssccscccscccsccccccsscccccccccccccsssccccccccccccccccccccccccccccccccccccccccssscsccssscccscccccsssscssccsssscssccccccccccccccccccccccccccsccssscsscccccccccsssscsscssssscccscssssscccccsssscssccsssscssccssccsccccccccccccccccccsssscssccsssscsscssssssccscsssscccscccccsccccsssscscccccscccccccccccccccccccccccccsssccscccccccccccccccccccccccccccccccccccscccccccccccscccssccccccccccccscccccccccssssscscccccscccccccccccccsccccccccscccccccccscccccscsccsscsscccscsccsscsscccccsccscccccsscccscccccccccccscccssccccccccsssssssccccccccccccssssscscssssssscccccsssccssssssssssssssscscccccsssssssssssssscccccccccccscssccccsssccsssscssssssssscssssssssssssssssssssssssssssscssssssssscssssssssssssssscccccccccccccccccccccccccccccccssscsccssscscsssssssssssssssssssssssssssscccccccccccsccccsccccsccsccsccsccccscccccsccsssssssssssssssssssssssssssssssssssscccccccccccccssscsccssscsccccccccccccccccccccccccccccccccccccccccccscsscscccsssscssssssssscssssscccccccssssccssssccsccccccsssscssssssssscsssssssssccscccccccccccccccccccccccccccccccccsssccssssssssssssssssssccssssssssssssssssssssssssssssssssssssssssssssssssssscccccccccccccccccccccccscccsccsccccscccsccsccssscsccssscscccccccccccccccsssssssssssssssssssssssssssssssssccsssccsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccccccccccccccccccccccccccccccccccccccccssssscsccssssscsccssscsccssscsccssscsccssscscscscsccsccscsccsccscscsccsccsscccsccccsccsccssssssccssssccsssccscsscccsscccscccsccccsscccsccscccssccssccccsccccsscccsccccsccccsccscccccccsccccscccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccccccccccccccccscscsscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccssscscccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccscccccscccccccccscccssscsccssscccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccssssccsscccssscsccsscccccccccccccccccccccccccccccccccccccccccssccssccsssscssccccccccccccccccssssssssssssssssssssssssssscscsssscscsssssssssssssssssssssssssssssssssssssssssssssssccccccccccccccccccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccccccccccsscsscssssscsscssscssscsccssscsccsssscssccsssscsscccccccccccsccccscssccssccscscscsccssscsc" /><path
|
1269
|
+
sodipodi:nodetypes="sssss"
|
1270
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1271
|
+
d="m 41,322.20096 c -3.86517,0 -7,3.1502 -7,7.03432 0,3.88412 3.13483,7.03431 7,7.03431 3.86633,0 7,-3.15019 7,-7.03431 0,-3.88412 -3.13367,-7.03432 -7,-7.03432 z"
|
1272
|
+
id="path4290-7"
|
1273
|
+
inkscape:connector-curvature="0" /><path
|
1274
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1275
|
+
d="m 99,2.2352457 0,13.9999983 11,0 0,-8.9999983 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.4999983 -5,0 -3,0 -1,0 z"
|
1276
|
+
id="path4249"
|
1277
|
+
inkscape:connector-curvature="0"
|
1278
|
+
sodipodi:nodetypes="cccccccccccccccc" /><path
|
1279
|
+
sodipodi:nodetypes="cccccccccccccccc"
|
1280
|
+
inkscape:connector-curvature="0"
|
1281
|
+
id="path4303"
|
1282
|
+
d="m 142,2.2352457 0,13.9999983 -11,0 0,-8.9999983 0,-1 4,-4 1,0 z m -1,1 -5.5,0 -3.5,3.5 0,8.4999983 5,0 3,0 1,0 z"
|
1283
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline" /><path
|
1284
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1285
|
+
d="m 47,2.2352457 0,13.9999983 -11,0 0,-8.9999983 0,-1 4,-4 1,0 z m -1,1 -5.5,0 -3.5,3.5 0,8.4999983 5,0 3,0 1,0 z"
|
1286
|
+
id="path4305"
|
1287
|
+
inkscape:connector-curvature="0"
|
1288
|
+
sodipodi:nodetypes="cccccccccccccccc" /><path
|
1289
|
+
sodipodi:nodetypes="cccccccccccccccc"
|
1290
|
+
inkscape:connector-curvature="0"
|
1291
|
+
id="path4307"
|
1292
|
+
d="m 3,2.2352457 0,13.9999983 11,0 0,-8.9999983 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.4999983 -5,0 -3,0 -1,0 z"
|
1293
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline" /><path
|
1294
|
+
sodipodi:nodetypes="cccccccccccccccc"
|
1295
|
+
inkscape:connector-curvature="0"
|
1296
|
+
id="path4311"
|
1297
|
+
d="m 259,2.2352457 0,13.9999983 11,0 0,-8.9999983 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.4999983 -5,0 -3,0 -1,0 z"
|
1298
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline" /><path
|
1299
|
+
inkscape:connector-curvature="0"
|
1300
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1301
|
+
d="m 291,2.2664961 0,4.75 c 0.19146,-0.120143 0.37062,-0.220842 0.5625,-0.3125 l 0.4375,-0.21875 0,-3.21875 5.34375,0 3.65625,3.65625 0,8.3437479 -5,0 0,0.96875 c 0,0.01043 1.6e-4,0.02085 0,0.03125 l 6,0 0,-8.9999979 0,-1 -4,-4 -1,0 -6,0 z m 1,5.34375 c -0.36123,0.1725556 -0.68892,0.3764146 -0.96875,0.6562496 C 290.39787,8.8998727 290,9.7999957 290,10.766494 c 0,1.393522 0.8237,2.564396 2,3.125 l 0,2.34375 c 0,0.554002 0.44599,1.000002 1,1 l 1,0.03125 c 0.554,-2e-6 1,-0.477248 1,-1.03125 l 0,-2.34375 c 1.17629,-0.560603 2,-1.731478 2,-3.125 0,-1.3935203 -0.82119,-2.5931323 -2,-3.1562479 l 0,2.6562479 -1.46875,1 -1.53125,-1 0,-2.6562479 z"
|
1302
|
+
id="path5011-3" /><path
|
1303
|
+
id="path4415"
|
1304
|
+
d="m 334,2.2664961 0,4.75 c -0.19146,-0.120143 -0.37062,-0.220842 -0.5625,-0.3125 L 333,6.4852461 l 0,-3.21875 -5.34375,0 -3.65625,3.65625 0,8.3437479 5,0 0,0.96875 c 0,0.01043 -1.6e-4,0.02085 0,0.03125 l -6,0 0,-8.9999979 0,-1 4,-4 1,0 6,0 z m -1,5.34375 c 0.36123,0.1725556 0.68892,0.3764146 0.96875,0.6562496 0.63338,0.633377 1.03125,1.5335 1.03125,2.4999983 0,1.393522 -0.8237,2.564396 -2,3.125 l 0,2.34375 c 0,0.554002 -0.44599,1.000002 -1,1 l -1,0.03125 c -0.554,-2e-6 -1,-0.477248 -1,-1.03125 l 0,-2.34375 c -1.17629,-0.560603 -2,-1.731478 -2,-3.125 0,-1.3935203 0.82119,-2.5931323 2,-3.1562479 l 0,2.6562479 1.46875,1 1.53125,-1 0,-2.6562479 z"
|
1305
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1306
|
+
inkscape:connector-curvature="0" /><path
|
1307
|
+
inkscape:connector-curvature="0"
|
1308
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1309
|
+
d="m 163,2.2352457 0,13.9999983 8.8125,0 -1,-1 -1.3125,0 -1.5,0 -3,0 -1,0 0,-11.9999983 5.5,0 3.5,3.5 0,1.21875 c 0.61468,0.769889 1,1.728793 1,2.7812483 l 0,-3.4999983 0,-1 -4,-4 -1,0 -6,0 z m 11,8.4999983 c 0,0.483188 -0.20077,0.86276 -0.34375,1.28125 l 0.34375,0.34375 0,-1.625 z m -4.5,-3.4999983 c -1.92115,0 -3.5,1.57884 -3.5,3.4999983 0,1.92115 1.57885,3.5 3.5,3.5 0.49539,0 0.94633,-0.12374 1.375,-0.3125 l 2.34375,2.34375 1.625,-1.625 -2.28125,-2.28125 c 0.2665,-0.49285 0.4375,-1.0296 0.4375,-1.625 0,-1.9211583 -1.57885,-3.4999983 -3.5,-3.4999983 z m -0.0312,1 c 1.38071,0 2.5,1.11929 2.5,2.4999983 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.3807083 1.11929,-2.4999983 2.5,-2.4999983 z"
|
1310
|
+
id="path4953-8" /><path
|
1311
|
+
id="path4243"
|
1312
|
+
d="m 207,2.2352457 0,13.9999983 -8.8125,0 1,-1 1.3125,0 1.5,0 3,0 1,0 0,-11.9999983 -5.5,0 -3.5,3.5 0,1.21875 c -0.61468,0.769889 -1,1.728793 -1,2.7812483 l 0,-3.4999983 0,-1 4,-4 1,0 6,0 z m -11,8.4999983 c 0,0.483188 0.20077,0.86276 0.34375,1.28125 L 196,12.360244 l 0,-1.625 z m 4.5,-3.4999983 c 1.92115,0 3.5,1.57884 3.5,3.4999983 0,1.92115 -1.57885,3.5 -3.5,3.5 -0.49539,0 -0.94633,-0.12374 -1.375,-0.3125 l -2.34375,2.34375 -1.625,-1.625 2.28125,-2.28125 c -0.2665,-0.49285 -0.4375,-1.0296 -0.4375,-1.625 0,-1.9211583 1.57885,-3.4999983 3.5,-3.4999983 z m 0.0312,1 c -1.38071,0 -2.5,1.11929 -2.5,2.4999983 0,1.38071 1.11929,2.5 2.5,2.5 1.38071,0 2.5,-1.11929 2.5,-2.5 0,-1.3807083 -1.11929,-2.4999983 -2.5,-2.4999983 z"
|
1313
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1314
|
+
inkscape:connector-curvature="0" /><path
|
1315
|
+
inkscape:connector-curvature="0"
|
1316
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1317
|
+
d="m 34,33.235244 0,10 3,0 0,-1 -1,0 -1,0 0,-8 4.5,0 2.5,2.5 0,0.5 1,0 0,-1 -3,-3 -1,0 -5,0 z m 4,5 0,10 9,0 0,-6 0,-1 -3,-3 -1,0 -5,0 z m 1,1 4.5,0 2.5,2.5 0,5.5 -5,0 -1,0 -1,0 0,-8 z"
|
1318
|
+
id="path3594-7" /><path
|
1319
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1320
|
+
d="M 71.53125,33.235244 C 71.236645,33.235244 71,33.471889 71,33.766494 l 0,0.46875 -0.46875,0 C 70.236645,34.235244 70,34.471889 70,34.766494 l 0,0.9375 c 0,0.294605 0.236645,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.294605,0 0.53125,-0.236645 0.53125,-0.53125 l 0,-0.9375 c 0,-0.294605 -0.236645,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.294605 -0.236645,-0.53125 -0.53125,-0.53125 z m -2.53125,1 c -1.090704,0 -2,0.909296 -2,2 l 0,9 c 0,1.090704 0.909296,2 2,2 l 1,0 0,-1 -1,0 c -0.554001,0 -1,-0.445999 -1,-1 l 0,-9 c 0,-0.554001 0.445999,-1 1,-1 l 0,-0.46875 c 0,-0.183581 0.0316,-0.366605 0.09375,-0.53125 z m 7.90625,0 C 76.968395,34.399889 77,34.582913 77,34.766494 l 0,0.46875 c 0.554001,0 1,0.445999 1,1 l 0,2 1,0 0,-2 c 0,-1.090704 -0.909296,-2 -2,-2 z m -4.90625,12 c -0.554,0 -1,1 -1,1 l 0,0 c 0,0 0.446,1 1,1 l 7,0 c 0.554,0 1,-1 1,-1 l 0,0 c 0,0 -0.446,-1 -1,-1 z"
|
1321
|
+
id="rect4963-2"
|
1322
|
+
inkscape:connector-curvature="0"
|
1323
|
+
sodipodi:nodetypes="sscssssccsssscsssssssccssscscscscsccsscsssssssss" /><path
|
1324
|
+
inkscape:connector-curvature="0"
|
1325
|
+
id="path4569"
|
1326
|
+
d="m 103.53125,33.235244 c -0.29461,0 -0.53125,0.236645 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.236645 -0.53125,0.53125 l 0,0.9375 c 0,0.294605 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.236645 0.53125,-0.53125 l 0,-0.9375 c 0,-0.294605 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.294605 -0.23664,-0.53125 -0.53125,-0.53125 z m -2.53125,1 c -1.090704,0 -2,0.909296 -2,2 l 0,9 c 0,1.090704 0.909296,2 2,2 l 1,0 0,-1 -1,0 c -0.554,0 -1,-0.445999 -1,-1 l 0,-9 c 0,-0.554001 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.183581 0.0316,-0.366605 0.0937,-0.53125 z m 7.90625,0 c 0.0622,0.164645 0.0937,0.347669 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.445999 1,1 l 0,2 1,0 0,-2 c 0,-1.090704 -0.9093,-2 -2,-2 l -0.0937,0 z m -4.90625,12 c -0.554,0 -1,1 -1,1 l 0,0 c 0,0 0.446,1 1,1 l 7,0 c 0.554,0 1,-1 1,-1 l 0,0 c 0,0 -0.446,-1 -1,-1 z"
|
1327
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1328
|
+
sodipodi:nodetypes="sscssssccsssscsssssssccssscscscscsccssccsssssssss" /><path
|
1329
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1330
|
+
d="m 138.46875,33.235244 c 0.29461,0 0.53125,0.236645 0.53125,0.53125 l 0,0.46875 0.46875,0 c 0.29461,0 0.53125,0.236645 0.53125,0.53125 l 0,0.9375 c 0,0.294605 -0.23664,0.53125 -0.53125,0.53125 l -1,0 -2.9375,0 -1,0 c -0.29461,0 -0.53125,-0.236645 -0.53125,-0.53125 l 0,-0.9375 c 0,-0.294605 0.23664,-0.53125 0.53125,-0.53125 l 0.46875,0 0,-0.46875 c 0,-0.294605 0.23664,-0.53125 0.53125,-0.53125 z m 2.53125,1 c 1.0907,0 2,0.909296 2,2 l 0,9 c 0,1.090704 -0.9093,2 -2,2 l -1,0 0,-1 1,0 c 0.554,0 1,-0.445999 1,-1 l 0,-9 c 0,-0.554001 -0.446,-1 -1,-1 l 0,-0.46875 c 0,-0.183581 -0.0316,-0.366605 -0.0937,-0.53125 z m -7.90625,0 C 133.0316,34.399889 133,34.582913 133,34.766494 l 0,0.46875 c -0.554,0 -1,0.445999 -1,1 l 0,2 -1,0 0,-2 c 0,-1.090704 0.9093,-2 2,-2 l 0.0937,0 z m 4.90625,12 c 0.554,0 1,1 1,1 l 0,0 c 0,0 -0.446,1 -1,1 l -7,0 c -0.554,0 -1,-1 -1,-1 l 0,0 c 0,0 0.446,-1 1,-1 z"
|
1331
|
+
id="path4571"
|
1332
|
+
inkscape:connector-curvature="0"
|
1333
|
+
sodipodi:nodetypes="sscssssccsssscsssssssccssscscscscsccssccsssssssss" /><path
|
1334
|
+
inkscape:connector-curvature="0"
|
1335
|
+
id="path4573"
|
1336
|
+
d="m 167.53125,33.235244 c -0.29461,0 -0.53125,0.236645 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.236645 -0.53125,0.53125 l 0,0.9375 c 0,0.294605 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.236645 0.53125,-0.53125 l 0,-0.9375 c 0,-0.294605 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.294605 -0.23664,-0.53125 -0.53125,-0.53125 z m -2.53125,1 c -1.0907,0 -2,0.909296 -2,2 l 0,9 c 0,1.090704 0.9093,2 2,2 l 1,0 0,-1 -1,0 c -0.554,0 -1,-0.445999 -1,-1 l 0,-9 c 0,-0.554001 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.183581 0.0316,-0.366605 0.0937,-0.53125 z m 7.90625,0 c 0.0622,0.164645 0.0937,0.347669 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.445999 1,1 l 0,2 1,0 0,-2 c 0,-1.090704 -0.9093,-2 -2,-2 l -0.0937,0 z m -4.90625,12 c -0.554,0 -1,1 -1,1 l 0,0 c 0,0 0.446,1 1,1 l 7,0 c 0.554,0 1,-1 1,-1 l 0,0 c 0,0 -0.446,-1 -1,-1 z"
|
1337
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1338
|
+
sodipodi:nodetypes="sscssssccsssscsssssssccssscscscscsccssccsssssssss" /><path
|
1339
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1340
|
+
d="m 202.46875,33.235244 c 0.29461,0 0.53125,0.236645 0.53125,0.53125 l 0,0.46875 0.46875,0 c 0.29461,0 0.53125,0.236645 0.53125,0.53125 l 0,0.9375 c 0,0.294605 -0.23664,0.53125 -0.53125,0.53125 l -1,0 -2.9375,0 -1,0 c -0.29461,0 -0.53125,-0.236645 -0.53125,-0.53125 l 0,-0.9375 c 0,-0.294605 0.23664,-0.53125 0.53125,-0.53125 l 0.46875,0 0,-0.46875 c 0,-0.294605 0.23664,-0.53125 0.53125,-0.53125 z m 2.53125,1 c 1.0907,0 2,0.909296 2,2 l 0,9 c 0,1.090704 -0.9093,2 -2,2 l -1,0 0,-1 1,0 c 0.554,0 1,-0.445999 1,-1 l 0,-9 c 0,-0.554001 -0.446,-1 -1,-1 l 0,-0.46875 c 0,-0.183581 -0.0316,-0.366605 -0.0937,-0.53125 z m -7.90625,0 C 197.0316,34.399889 197,34.582913 197,34.766494 l 0,0.46875 c -0.554,0 -1,0.445999 -1,1 l 0,2 -1,0 0,-2 c 0,-1.090704 0.9093,-2 2,-2 l 0.0937,0 z m 4.90625,12 c 0.554,0 1,1 1,1 l 0,0 c 0,0 -0.446,1 -1,1 l -7,0 c -0.554,0 -1,-1 -1,-1 l 0,0 c 0,0 0.446,-1 1,-1 z"
|
1341
|
+
id="path4575"
|
1342
|
+
inkscape:connector-curvature="0"
|
1343
|
+
sodipodi:nodetypes="sscssssccsssscsssssssccssscscscscsccssccsssssssss" /><path
|
1344
|
+
inkscape:connector-curvature="0"
|
1345
|
+
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0.99215686;stroke:none;display:inline"
|
1346
|
+
d="m 65,65.235244 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 14,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 14,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 14,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 14,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 14,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 10,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m -14,2 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z m 2,0 0,1 1,0 0,-1 -1,0 z"
|
1347
|
+
id="rect6608-2" /><path
|
1348
|
+
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1349
|
+
d="m 137,226.17278 c -3.86517,0 -7,3.14713 -7,7.03125 0,3.88412 3.13483,7.03125 7,7.03125 3.86633,0 7,-3.14713 7,-7.03125 0,-3.88412 -3.13367,-7.03125 -7,-7.03125 z m 0,1.03125 c 3.31371,0 6,2.68629 6,6 0,3.31371 -2.68629,6 -6,6 -3.31371,0 -6,-2.68629 -6,-6 0,-3.31371 2.68629,-6 6,-6 z m -2.34375,3 c -0.78758,0 -1.40625,0.64605 -1.40625,1.4375 0,0.79145 0.61867,1.4375 1.40625,1.4375 0.78761,0 1.4375,-0.64605 1.4375,-1.4375 0,-0.79145 -0.64989,-1.4375 -1.4375,-1.4375 z m 4.6875,0 c -0.7876,0 -1.4375,0.64605 -1.4375,1.4375 0,0.79145 0.6499,1.4375 1.4375,1.4375 0.78759,0 1.40625,-0.64605 1.40625,-1.4375 0,-0.79145 -0.61866,-1.4375 -1.40625,-1.4375 z m -5.23219,4.77513 c -0.0366,0.1544 -0.081,0.31581 -0.081,0.4768 0,1.55998 2.42289,1.8242 2.96945,1.81057 0.54656,-0.0136 2.96945,-0.25059 2.96945,-1.81057 0,-0.16099 -0.0444,-0.3224 -0.081,-0.4768 -1.30709,1.24337 -2.63751,1.02963 -2.88845,1.05774 -0.25094,0.0281 -2.02946,-0.0474 -2.88844,-1.05774 z"
|
1350
|
+
id="path3733"
|
1351
|
+
inkscape:connector-curvature="0"
|
1352
|
+
sodipodi:nodetypes="sssssssssssssssssssscszsczcc" /><path
|
1353
|
+
sodipodi:nodetypes="ssssssssscccccccccccccccccccccccccccccc"
|
1354
|
+
inkscape:connector-curvature="0"
|
1355
|
+
id="path3755"
|
1356
|
+
d="m 67,226.23528 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 z m -1,4 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m -10,5 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z"
|
1357
|
+
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" /><path
|
1358
|
+
style="font-size:15.85716724px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;opacity:0.98999999;fill:#ffffff;fill-opacity:0.99215686;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
|
1359
|
+
d="m 105.21875,131.23528 c -1.3937,1e-5 -2.47545,0.28684 -3.21875,0.90625 -0.7433,0.61943 -1.09375,1.50517 -1.09375,2.65625 0,0.91881 0.24958,1.67676 0.78125,2.21875 0.0797,0.0804 0.18796,0.14481 0.28125,0.21875 l -2.46875,0 c -0.277,0 -0.5,0.18355 -0.5,0.4375 l 0,0.0937 c 0,0.25396 0.223,0.4688 0.5,0.4688 l 5,0 0.875,0.21875 c 0.70201,0.15486 1.17396,0.30385 1.40625,0.5 0.23744,0.19615 0.37499,0.48242 0.375,0.84375 -1e-5,0.40262 -0.18542,0.7207 -0.53125,0.9375 -0.34585,0.2168 -0.84961,0.3125 -1.5,0.3125 -0.64007,0 -1.30832,-0.0851 -2,-0.28125 -0.68653,-0.20131 -1.38686,-0.51394 -2.125,-0.90625 l 0,2.53125 c 0.73814,0.27358 1.4806,0.48563 2.21875,0.625 0.73814,0.13935 1.45451,0.21875 2.1875,0.21875 1.5537,0 2.71511,-0.31808 3.46875,-0.9375 0.75878,-0.62458 1.15624,-1.56877 1.15625,-2.84375 0,-0.44811 -0.0719,-0.8653 -0.1875,-1.21875 l 1.65625,0 c 0.277,0 0.5,-0.2148 0.5,-0.46875 l 0,-0.0937 c 0,-0.25396 -0.223,-0.43755 -0.5,-0.43755 l -2.25,0 c -0.0105,-0.0105 -0.0206,-0.0209 -0.0312,-0.0312 -0.542,-0.5265 -1.46471,-0.9294 -2.75,-1.1875 l -1.28125,-0.25 c -0.60393,-0.12388 -1.01772,-0.26715 -1.25,-0.4375 -0.22713,-0.17549 -0.34376,-0.44028 -0.34375,-0.75 -1e-5,-0.41294 0.19056,-0.71009 0.53125,-0.90625 0.34068,-0.19613 0.85016,-0.28124 1.5625,-0.28125 0.53683,1e-5 1.11481,0.0742 1.71875,0.21875 0.60393,0.14454 0.99009,0.34111 1.625,0.625 l 0,-2.46875 c -0.7175,-0.19098 -1.17272,-0.31335 -1.84375,-0.40625 -0.67104,-0.0981 -1.33385,-0.12499 -1.96875,-0.125 z"
|
1360
|
+
id="path3568-3"
|
1361
|
+
inkscape:connector-curvature="0" /><path
|
1362
|
+
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
|
1363
|
+
d="m 65,322.23528 0,14 3,0 0,-1 -2,0 0,-12 2,0 0,-1 z m 13,0 0,1 2,0 0,12 -2,0 0,1 3,0 0,-14 z"
|
1364
|
+
id="rect3578-3"
|
1365
|
+
inkscape:connector-curvature="0"
|
1366
|
+
sodipodi:nodetypes="cccccccccccccccccc" /></g><g
|
1367
|
+
inkscape:groupmode="layer"
|
1368
|
+
id="layer3"
|
1369
|
+
inkscape:label="Icons"
|
1370
|
+
style="display:inline"
|
1371
|
+
transform="translate(-1,-0.25001385)"><rect
|
1372
|
+
y="321.25006"
|
1373
|
+
x="69"
|
1374
|
+
height="14.00004"
|
1375
|
+
width="8"
|
1376
|
+
id="rect4452"
|
1377
|
+
style="fill:#cccccc;fill-opacity:1;stroke:none" /><rect
|
1378
|
+
style="fill:#cccccc;fill-opacity:1;stroke:none"
|
1379
|
+
id="rect4367"
|
1380
|
+
width="12"
|
1381
|
+
height="10.000055"
|
1382
|
+
x="67"
|
1383
|
+
y="323.25006" /><g
|
1384
|
+
id="g4363"
|
1385
|
+
style="font-size:13.71140385px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#676767;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;font-family:Sans"
|
1386
|
+
transform="translate(2.0000001,0.25006141)"><path
|
1387
|
+
sodipodi:nodetypes="csssccccccsssc"
|
1388
|
+
inkscape:connector-curvature="0"
|
1389
|
+
id="path4365"
|
1390
|
+
style="font-variant:normal;font-weight:bold;font-stretch:normal;fill:#676767;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold"
|
1391
|
+
d="m 70.006423,329.43503 1.991763,0 c 1.837326,0 3.016509,-1.30258 3.016509,-3.33187 0,-2.00186 -1.138049,-3.09877 -3.22218,-3.09877 l -3.790777,0 0,9.99561 2.004685,0 0,-3.56497 m 0,-1.71392 0,-3.0028 1.347327,0 c 1.096911,0 1.604234,0.4799 1.604234,1.50826 0,1.01464 -0.507323,1.49454 -1.604234,1.49454 l -1.347327,0" /></g><path
|
1392
|
+
style="fill:url(#linearGradient4406);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
1393
|
+
d="m 7.5,353.8438 c -0.79075,0.009 -1.60031,0.34033 -2.5,1.375 l 0,7 0,0.25 0,0.75 0,0.0312 c 0.22508,-0.25367 0.43768,-0.45147 0.65625,-0.625 0.18735,-0.14874 0.37931,-0.27793 0.5625,-0.375 0.0624,-0.0331 0.12551,-0.0662 0.1875,-0.0937 0.0832,-0.035 0.16738,-0.0679 0.25,-0.0937 0.0314,-0.0105 0.0624,-0.0221 0.0937,-0.0312 0.0824,-0.0228 0.16846,-0.047 0.25,-0.0625 0.009,10e-4 0.0222,-0.001 0.0312,0 0.17684,-0.0316 0.35709,-0.0655 0.53125,-0.0625 1.36919,0.0236 2.67349,0.99995 4.03125,1.375 0.20073,0.0554 0.38983,0.1016 0.59375,0.125 0.0652,0.007 0.12196,0.0277 0.1875,0.0312 0.0591,0.003 0.12808,3.1e-4 0.1875,0 0.028,0.004 0.0652,8.2e-4 0.0937,0 0.0532,-0.002 0.10326,-0.0244 0.15625,-0.0312 0.0415,-0.005 0.0829,0.005 0.125,0 0.0301,-0.004 0.0636,0.005 0.0937,0 0.0961,-0.0161 0.18405,-0.0665 0.28125,-0.0937 0.16842,-0.0473 0.32806,-0.10258 0.5,-0.1875 0.0298,-0.0141 0.0637,-0.0155 0.0937,-0.0312 0.015,-0.008 0.0175,-0.0197 0.0312,-0.0312 0.0138,-0.0116 0.0161,-0.0229 0.0312,-0.0312 0.16236,-0.0914 0.33405,-0.18218 0.5,-0.3125 0.0109,-0.009 0.0203,-0.0225 0.0312,-0.0312 0.16802,-0.13283 0.32813,-0.25969 0.5,-0.4375 l 0,-0.0312 0,-1 0,-6 0,-1 c -0.15402,0.16401 -0.31736,0.31409 -0.46875,0.4375 -0.0109,0.009 -0.0203,0.0224 -0.0312,0.0312 -0.13895,0.11076 -0.26887,0.19638 -0.40625,0.28125 -0.0367,0.0227 -0.0884,0.0417 -0.125,0.0625 -0.33321,0.18959 -0.64527,0.29368 -0.96875,0.34375 -1.94086,0.30044 -3.7208,-1.55267 -5.5,-1.53125 z m -4.5,0.40625 0,13 1,0 0,-13 -1,0 z"
|
1394
|
+
id="path3613"
|
1395
|
+
inkscape:connector-curvature="0"
|
1396
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
1397
|
+
inkscape:export-xdpi="90"
|
1398
|
+
inkscape:export-ydpi="90" /><rect
|
1399
|
+
style="fill:#ffffff;fill-opacity:0;stroke:none"
|
1400
|
+
id="rect4382"
|
1401
|
+
width="16"
|
1402
|
+
height="16"
|
1403
|
+
x="1"
|
1404
|
+
y="352.25006"
|
1405
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
1406
|
+
inkscape:export-xdpi="90"
|
1407
|
+
inkscape:export-ydpi="90" /><path
|
1408
|
+
style="fill:#b8b8b8;fill-opacity:1;stroke:none"
|
1409
|
+
d="m 65,64.250051 0,15 5,0 0,-1.153846 0,-1.153846 0,-1.692308 5,-0.153846 0,1.153846 5,0 0,-12 z"
|
1410
|
+
id="rect6534"
|
1411
|
+
inkscape:connector-curvature="0"
|
1412
|
+
sodipodi:nodetypes="ccccccccccc" /><path
|
1413
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1-3);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1414
|
+
d="m 71.53125,32.250051 c -0.294605,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.294605,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.9375 c 0,0.2946 0.236645,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.294605,0 0.53125,-0.23665 0.53125,-0.53125 l 0,-0.9375 c 0,-0.29461 -0.236645,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.29461 -0.236645,-0.53125 -0.53125,-0.53125 l -2.9375,0 z m -2.53125,1 c -1.090704,0 -2,0.9093 -2,2 l 0,9 c 0,1.0907 0.909296,2 2,2 l 1,0 0,-1 -1,0 c -0.554001,0 -1,-0.446 -1,-1 l 0,-9 c 0,-0.554 0.445999,-1 1,-1 l 0,-0.46875 c 0,-0.18358 0.0316,-0.36661 0.09375,-0.53125 l -0.09375,0 z m 7.90625,0 C 76.9684,33.414701 77,33.597721 77,33.781301 l 0,0.46875 c 0.554001,0 1,0.446 1,1 l 0,2 1,0 0,-2 c 0,-1.0907 -0.909296,-2 -2,-2 l -0.09375,0 z m -4.90625,5 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 7,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 l -7,0 z m 0,1 7,0 0,7 -7,0 0,-7 z m 1,1 0,1 5,0 0,-1 -5,0 z m 0,2 0,1 5,0 0,-1 -5,0 z m 0,2 0,1 5,0 0,-1 -5,0 z"
|
1415
|
+
id="path3624"
|
1416
|
+
inkscape:connector-curvature="0" /><path
|
1417
|
+
id="path4583"
|
1418
|
+
d="m 163,1.2500515 0,13.9999995 8.8125,0 -1,-1 -1.3125,0 -1.5,0 -3,0 -1,0 0,-11.9999995 5.5,0 3.5,3.5 0,1.21875 c 0.61468,0.76989 1,1.72879 1,2.78125 l 0,-3.5 0,-1 -4,-4 -1,0 -6,0 z m 11,8.5 c 0,0.4831895 -0.20077,0.8627595 -0.34375,1.2812495 L 174,11.375051 174,9.7500515 z m -4.5,-3.5 c -1.92115,0 -3.5,1.57884 -3.5,3.5 0,1.9211495 1.57885,3.4999995 3.5,3.4999995 0.49539,0 0.94633,-0.12374 1.375,-0.3125 l 2.34375,2.34375 1.625,-1.625 -2.28125,-2.28125 C 172.829,10.882201 173,10.345451 173,9.7500515 c 0,-1.92116 -1.57885,-3.5 -3.5,-3.5 z m -0.0312,1 c 1.38071,0 2.5,1.11929 2.5,2.5 0,1.3807095 -1.11929,2.4999995 -2.5,2.4999995 -1.38071,0 -2.5,-1.11929 -2.5,-2.4999995 0,-1.38071 1.11929,-2.5 2.5,-2.5 z"
|
1419
|
+
style="fill:url(#linearGradient4838);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1420
|
+
inkscape:connector-curvature="0" /><path
|
1421
|
+
style="fill:#4c4c4c;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-2)"
|
1422
|
+
d="m 167.53125,32.250051 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.9375 c 0,0.2946 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.23665 0.53125,-0.53125 l 0,-0.9375 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -2.9375,0 z m -2.53125,1 c -1.0907,0 -2,0.9093 -2,2 l 0,9 c 0,1.0907 0.9093,2 2,2 l 1,0 0,-1 -1,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-9 c 0,-0.554 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.18358 0.0317,-0.36661 0.0937,-0.53125 l -0.0937,0 z m 7.90625,0 c 0.0622,0.16465 0.0937,0.34767 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.446 1,1 l 0,2 1,0 0,-2 c 0,-1.0907 -0.9093,-2 -2,-2 l -0.0937,0 z m -4.90625,5 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 7,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 l -7,0 z m 0,1 7,0 0,7 -7,0 0,-7 z m 1,1 0,1 0,4 1,0 1,-1 1,0 1,1 1,0 0,-4 0,-1 -1,0 0,3 -0.25,0 -0.75,0 0,-1 -1,0 0,1 -0.75,0 -0.25,0 0,-3 -1,0 z"
|
1423
|
+
id="path4585"
|
1424
|
+
inkscape:connector-curvature="0" /><path
|
1425
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
1426
|
+
inkscape:connector-curvature="0"
|
1427
|
+
id="path4589"
|
1428
|
+
d="m 33,64.250051 0,8 2,0 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 0,-3 z m 4,4 0,3 1,0 0,-3 z m 6,-2 -3,1.9375 3,2 0,-1.3125 c 2.26799,8.8e-4 3.4435,1.45051 4,2.3125 -0.056,-2.03024 -1.74134,-3.6862 -4,-3.6875 z m 0,6 0,1 3,0 0,2 -3,0 0,1 3,0 0,3 -3,0 0,1 3,0 2,0 0,-7 -1,0 0,-1 z m 1,7 0,-3 -2,0 0,3 z m -10,-5 c 0.056,2.03024 1.74134,3.68621 4,3.6875 l 0,1.25 3,-1.9375 -3,-2 0,1.3125 c -2.26799,-8.7e-4 -3.4435,-1.45051 -4,-2.3125 z"
|
1429
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4840);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1430
|
+
id="path4591"
|
1431
|
+
d="m 99,66.250051 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 -2,0 0,-3 -1,0 0,6 1,0 0,-2 2,0 0,2 1,0 0,-6 -1,0 z m 2,-1 0,7 1,0 2,0 0,-1 -2,0 0,-2 2,0 0,-1 -2,0 0,-2 2,0 0,-1 -2,0 -1,0 z m 3,1 0,2 1,0 0,-2 -1,0 z m 0,3 0,2 1,0 0,-2 -1,0 z m 3,-4 0,1 3,0 0,-1 -3,0 z m 0,1 -1,0 0,3 0,1.84375 0,0.15625 1,0 0,-1.15625 0,-0.84375 0,-3 z m 0,5 0,0.25 c -0.42708,0.42709 -0.85415,0.85417 -1.28125,1.28125 l -3.71875,3.75 -2.125,-2.125 -1.40625,1.40625 2.125,2.125 1.40625,1.40625 1.40625,-1.40625 5.21875,-5.25 c -0.13646,-0.14416 -0.26876,-0.29348 -0.40625,-0.4375 l 1.375,0 0.40625,0 0,-1 -1.375,0 -1.375,0 -0.25,0 z"
|
1432
|
+
style="fill:url(#linearGradient4842);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1433
|
+
inkscape:connector-curvature="0" /><path
|
1434
|
+
inkscape:connector-curvature="0"
|
1435
|
+
id="path4593"
|
1436
|
+
d="m 37,99.250061 c -1.0907,0 -2,0.909289 -2,1.999999 l 0,7 c 0,1.0907 0.9093,2 2,2 l 8,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-7 c 0,-1.09071 -0.9093,-1.999999 -2,-1.999999 l -8,0 z m 0,0.999999 8,0 c 0.554,0 1,0.44599 1,1 l 0,7 c 0,0.554 -0.446,1 -1,1 l -8,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-7 c 0,-0.55401 0.446,-1 1,-1 z m 6.59375,1.59375 -3.59375,3.59375 -1.40625,-1.4375 -1.4375,1.40625 1.4375,1.4375 1.40625,1.40625 5,-5 -1.40625,-1.40625 z"
|
1437
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4844);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1438
|
+
sodipodi:nodetypes="ssssssssssssssssssscccssssssccssss"
|
1439
|
+
inkscape:connector-curvature="0"
|
1440
|
+
id="path4595"
|
1441
|
+
d="m 99,99.250061 c -1.0907,0 -2,0.909289 -2,1.999999 l 0,7 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-7 c 0,-1.09071 -0.9093,-1.999999 -2,-1.999999 z m 0,0.999999 12,0 c 0.554,0 1,0.44599 1,1 l 0,7 c 0,0.554 -0.446,1 -1,1 l -12,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-7 c 0,-0.55401 0.446,-1 1,-1 z m 1.5,1 c -0.277,0 -0.5,0.22299 -0.5,0.5 0.0807,0.57703 0.3111,0.49624 1,0.5 l 0,5 -0.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.11921,-0.5 -0.5,-0.5 l -0.5,0 0,-5 0.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z"
|
1442
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4846);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1443
|
+
sodipodi:nodetypes="cccccccsssscccsssscccccccccccccccccccccccccccccccccccccccccccccccccc"
|
1444
|
+
inkscape:connector-curvature="0"
|
1445
|
+
id="path4597"
|
1446
|
+
d="m 334,96.250061 -1,2 -2,0 0,1 1.5,0 -4.5,8.999999 -1,0 -4,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-7 c 0,-0.554009 0.446,-0.999999 1,-0.999999 l 4,0 4,0 0,-1 -8,0 c -1.0907,0 -2,0.9093 -2,1.999999 l 0,7 c 0,1.09069 0.9093,2 2,2 l 4.5,0 -1.5,3 2,0 1.5,-3 1.5,0 0,-1 -1,0 4.5,-8.999999 0.5,0 0,-1 1,-2 z m 2,2.28125 0,0.71875 0.71875,0 c -0.17685,-0.30233 -0.41643,-0.5419 -0.71875,-0.71875 z m 0,1.718749 0,1 1,0 0,-1 z m 0,2 0,1 1,0 0,-1 z m 0,2 0,1 1,0 0,-1 z m 0,2 0,1 1,0 0,-1 z m -4,2 0,1 1,0 0,-1 z m 2,0 0,1 1,0 0,-1 z m 2,0 0,0.71875 c 0.30232,-0.17686 0.5419,-0.41643 0.71875,-0.71875 z"
|
1447
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1448
|
+
inkscape:connector-curvature="0"
|
1449
|
+
id="path4600"
|
1450
|
+
d="m 3.0000001,99.250061 c -0.554,0 -1,0.446 -1,0.999999 l 0,9 c 0,0.55399 0.446,1 1,1 l 11.9999999,0 c 0.554,0 1,-0.44601 1,-1 l 0,-9 c 0,-0.553999 -0.446,-0.999999 -1,-0.999999 l -11.9999999,0 z m 0,2.999999 11.9999999,0 0,7 -11.9999999,0 0,-7 z m 1,1 0,1 3,0 0,-1 -3,0 z m 4.9999999,0 0,2 5,0 0,-2 -5,0 z m -4.9999999,3 0,1 3,0 0,-1 -3,0 z m 4.9999999,0 0,2 5,0 0,-2 -5,0 z"
|
1451
|
+
style="fill:url(#linearGradient4848);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1452
|
+
id="path4604"
|
1453
|
+
d="m 37,196.25005 c -1.64649,0 -3,1.3535 -3,3 l 0,1 c 0,1.64649 1.35351,3 3,3 l 3,0 0.6875,-0.6875 -0.53125,-0.5625 0.65625,-0.71875 1,-1.03125 -4.3125,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.27701 0.223,-0.5 0.5,-0.5 l 7,0 c 0.277,0 0.5,0.22299 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -1.1875,0 1,1 0.6875,0 c 0.0353,0 0.0594,-0.0277 0.0937,-0.0312 l 0.875,-0.875 c 0.004,-0.0344 0.0312,-0.0585 0.0312,-0.0938 l 0,-1 c 0,-0.55401 -0.446,-1 -1,-1 l -3,0 0,-1 3,0 c 1.0907,0 2,0.90929 2,2 l 0,0.4375 0.53125,0.53125 0.4375,0.4375 c 0.019,-0.13548 0.0312,-0.26585 0.0312,-0.40625 l 0,-1 c 0,-1.6465 -1.35351,-3 -3,-3 l -3,0 -1,1 -1,-1 -3,0 z m 0,1 3,0 0,1 -3,0 c -0.554,0 -1,0.44599 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 l 3,0 0,1 -3,0 c -1.0907,0 -2,-0.9093 -2,-2 l 0,-1 c 0,-1.09071 0.9093,-2 2,-2 z"
|
1454
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3287);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1455
|
+
inkscape:connector-curvature="0" /><path
|
1456
|
+
sodipodi:nodetypes="sssscccsssscccssccssssccsssscssssccssssccsssssss"
|
1457
|
+
inkscape:connector-curvature="0"
|
1458
|
+
id="path4606"
|
1459
|
+
d="m 5.0000001,196.25006 c -1.64649,0 -3,1.3535 -3,3 l 0,1 c 0,1.64649 1.35351,3 3,3 l 3,0 0.9999999,-1 1,1 3,0 c 1.64649,0 3,-1.35351 3,-3 l 0,-1 c 0,-1.6465 -1.35351,-3 -3,-3 l -3,0 -1,1 -0.9999999,-1 z m 0,1 3,0 0,1 -3,0 c -0.554,0 -1,0.44599 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 l 3,0 0,1 -3,0 c -1.0907,0 -2,-0.9093 -2,-2 l 0,-1 c 0,-1.09071 0.9093,-2 2,-2 z m 4.9999999,0 3,0 c 1.0907,0 2,0.90929 2,2 l 0,1 c 0,1.0907 -0.9093,2 -2,2 l -3,0 0,-1 3,0 c 0.554,0 1,-0.446 1,-1 l 0,-1 c 0,-0.55401 -0.446,-1 -1,-1 l -3,0 z m -4.4999999,2 6.9999999,0 c 0.277,0 0.5,0.22299 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -6.9999999,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.27701 0.223,-0.5 0.5,-0.5 z"
|
1460
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3289);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1461
|
+
inkscape:connector-curvature="0"
|
1462
|
+
id="path4608"
|
1463
|
+
d="m 69,130.21881 0,6.5 c 0,0.6818 0.0818,1.2882 0.21875,1.84375 0.13694,0.55554 0.35886,1.04609 0.6875,1.4375 0.32865,0.3914 0.76476,0.6916 1.3125,0.90625 0.56144,0.20201 1.24087,0.28125 2.0625,0.28125 0.8353,0 1.53231,-0.0792 2.09375,-0.28125 0.56143,-0.21465 1.03265,-0.51485 1.375,-0.90625 0.34233,-0.39141 0.5818,-0.88196 0.71875,-1.4375 0.13697,-0.55555 0.18749,-1.16195 0.1875,-1.84375 l 0,-6.5 -2.5,0 0,6.3125 c -1.1e-4,0.49241 -0.039,0.9091 -0.0937,1.25 -0.0548,0.32828 -0.14432,0.59785 -0.28125,0.8125 -0.13695,0.20201 -0.32971,0.34911 -0.5625,0.4375 -0.23279,0.0884 -0.51896,0.15625 -0.875,0.15625 -0.35604,0 -0.67347,-0.0679 -0.90625,-0.15625 -0.2328,-0.0884 -0.39431,-0.23549 -0.53125,-0.4375 -0.12325,-0.20202 -0.22648,-0.45297 -0.28125,-0.78125 -0.0548,-0.3409 -0.0625,-0.75759 -0.0625,-1.25 l 0,-6.34375 -2.5625,0 z m -0.5,12.03125 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 10,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -10,0 z"
|
1464
|
+
style="font-size:15.23443031px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4850);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Sans" /><path
|
1465
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
1466
|
+
inkscape:connector-curvature="0"
|
1467
|
+
id="path4610"
|
1468
|
+
d="m 292,161.25005 0,7 1,0 2,0 0,-1 -2,0 0,-5 2,0 0,-1 -2,0 z m 3,1 0,3 0,2 1,0 0,-2 0,-3 z m 2,-1 0,7 1,0 0,-7 z m 2,0 0,5 1,0 0,-5 z m 1,5 0,2 2,0 0,-2 z m 2,0 1,0 0,-5 -1,0 z m -8.03585,3.36417 -2.83816,2.83816 2.83816,2.83816 0.95788,-0.9224 -1.88029,-1.91576 1.88029,-1.88028 z m 3.6896,0 -2.41243,5.67632 1.8448,0 2.54323,-5.67222 z m 3.12198,0 -0.95788,0.95788 1.88028,1.88028 -1.88028,1.91576 0.95788,0.9224 2.83816,-2.83816 z"
|
1469
|
+
style="fill:url(#linearGradient4852);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1470
|
+
inkscape:connector-curvature="0"
|
1471
|
+
id="path4612"
|
1472
|
+
d="m 73.5,354.25005 c -1.9217,0 -3.5,1.5783 -3.5,3.5 l 0,1.5 -1,0 c -0.554,0 -1,0.44599 -1,1 l 0,6 c 0,0.554 0.446,1 1,1 l 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-6 c 0,-0.55401 -0.446,-1 -1,-1 l -1,0 0,-1.5 c 0,-1.9217 -1.5783,-3.5 -3.5,-3.5 z m 0,1 c 1.385,0 2.5,1.115 2.5,2.5 l 0,1.5 -5,0 0,-1.5 c 0,-1.385 1.115,-2.5 2.5,-2.5 z m 0,7 c 0.82843,0 1.5,0.67157 1.5,1.5 0,0.82842 -0.67157,1.5 -1.5,1.5 -0.82843,0 -1.5,-0.67158 -1.5,-1.5 0,-0.82843 0.67157,-1.5 1.5,-1.5 z"
|
1473
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3348);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1474
|
+
inkscape:connector-curvature="0"
|
1475
|
+
id="path4614"
|
1476
|
+
d="m 34.5,289.25006 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 3.5,0 c -1.0907,0 -2,0.9093 -2,2 l 0,10 c 0,1.0907 0.9093,2 2,2 1.0907,0 2,-0.9093 2,-2 l 0,-10 c 0,-1.0907 -0.9093,-2 -2,-2 z m 0,1 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z m -11.5,1 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -8,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -8,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 8,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -8,2 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22386 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27614 -0.22386,-0.5 -0.5,-0.5 z m -6.5,2 c -1.0907,0 -2,0.9093 -2,2 0,1.0907 0.9093,2 2,2 l 5,0 c 1.0907,0 2,-0.9093 2,-2 0,-1.0907 -0.9093,-2 -2,-2 l -5,0 z m 0,1 5,0 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 l -5,0 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 z"
|
1477
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4856);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1478
|
+
id="path4616"
|
1479
|
+
d="m 290,102.25006 14,0 0,5 -14,0 z"
|
1480
|
+
style="fill:#c4c4c4;fill-opacity:1;stroke:none"
|
1481
|
+
inkscape:connector-curvature="0" /><path
|
1482
|
+
style="fill:url(#linearGradient4858);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1483
|
+
d="m 36.3298,257.27124 c -1.28605,0 -2.3298,1.04375 -2.3298,2.3298 l 0,9.31921 c 0,1.28606 1.04375,2.32981 2.3298,2.32981 l 9.31921,0 c 1.28606,0 2.3298,-1.04375 2.3298,-2.32981 l 0,-9.31921 c 0,-1.28605 -1.04374,-2.3298 -2.3298,-2.3298 z m 3.80414,2.33622 1.79284,0 0.11832,0.212 3.64032,9.10079 -2.3298,0 -0.87368,-2.29339 -3.02147,0 -0.87367,2.29339 -2.257,0 3.64032,-8.88237 z"
|
1484
|
+
id="path4618"
|
1485
|
+
inkscape:connector-curvature="0"
|
1486
|
+
sodipodi:nodetypes="sssssssssccccccccccc" /><path
|
1487
|
+
style="fill:#4b4b4b;fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1488
|
+
d="m 41.57171,265.48627 -1.16491,0 c -0.3215,0 -0.58244,-0.26094 -0.58244,-0.58246 l 1.1381,-2.19467 1.19286,2.19467 c -8.7e-4,0.32152 -0.2621,0.58246 -0.58361,0.58246 z"
|
1489
|
+
id="path4620"
|
1490
|
+
inkscape:connector-curvature="0"
|
1491
|
+
sodipodi:nodetypes="sscccs" /><path
|
1492
|
+
sodipodi:nodetypes="cccccccccccc"
|
1493
|
+
style="fill:url(#linearGradient4860);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1494
|
+
d="m 67,193.25006 0,14 1,0 0,-14 z m 4.74999,-0.41664 c -0.86983,0.009 -1.76033,0.34033 -2.74999,1.375 l 0,8.04164 c 3.96132,-4.05865 6.94268,2.81598 11,-1 l 0,-8.04165 c -3.03099,2.934 -5.64051,-0.40352 -8.25001,-0.37496 z"
|
1495
|
+
id="path4622"
|
1496
|
+
inkscape:connector-curvature="0" /><path
|
1497
|
+
sodipodi:nodetypes="cccccccccccccsssssss"
|
1498
|
+
inkscape:connector-curvature="0"
|
1499
|
+
id="path4624"
|
1500
|
+
d="m 202.71875,138.46881 -0.96875,0.90625 1.90625,1.96875 -1.90625,1.96875 0.96875,1 1.90625,-1.96875 1.96875,1.96875 0.96875,-1 -1.9375,-1.96875 1.9375,-1.96875 -0.96875,-0.90625 -1.96875,1.90625 z M 194.5,141.25006 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z"
|
1501
|
+
style="fill:url(#linearGradient4862);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1502
|
+
sodipodi:nodetypes="ccccccc"
|
1503
|
+
style="fill:url(#linearGradient4864);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1504
|
+
d="m 233,35.250061 -7,5 6.99998,4.99998 2e-5,-3.33332 c 3.41666,0 5.61556,1.22 7,3.33334 0,-4.98333 -3.60112,-6.66667 -7,-6.66667 2e-5,-0.85078 1e-5,-2.61388 0,-3.33333 z"
|
1505
|
+
id="path4626"
|
1506
|
+
inkscape:connector-curvature="0" /><path
|
1507
|
+
style="fill:url(#linearGradient4866);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1508
|
+
d="m 418.99999,163.25006 0,2 12.00001,0 0,-2 -12.00001,0 z m 0,3 0,1.99999 12.00001,0 0,-1.99999 -12.00001,0 z m 0,3 0,2 12.00001,0 0,-2 -12.00001,0 z m 0,2.99999 0,2.00001 12.00001,0 0,-2.00001 -12.00001,0 z"
|
1509
|
+
id="path4628"
|
1510
|
+
inkscape:connector-curvature="0" /><path
|
1511
|
+
style="fill:url(#linearGradient4868);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1512
|
+
d="m 392,163.25006 0,2 7,0 0,-2 -7,0 z m -4,3 0,1.99999 11,0 0,-1.99999 -11,0 z m 2,3 0,2 9,0 0,-2 -9,0 z m -3,3 0,2 12,0 0,-2 -12,0 z"
|
1513
|
+
id="path4630"
|
1514
|
+
inkscape:connector-curvature="0" /><path
|
1515
|
+
style="fill:url(#linearGradient4870);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1516
|
+
d="m 356.8683,163.21055 0,2.02634 8.10536,0 0,-2.02634 -8.10536,0 z m -2.02634,3.03951 0,2.02633 12.15804,0 0,-2.02633 -12.15804,0 z m 2.02634,3.0395 0,2.02634 8.10536,0 0,-2.02634 -8.10536,0 z m -2.02634,3.03951 0,2.02634 12.15804,0 0,-2.02634 -12.15804,0 z"
|
1517
|
+
id="path4632"
|
1518
|
+
inkscape:connector-curvature="0" /><path
|
1519
|
+
style="fill:url(#linearGradient4872);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1520
|
+
d="m 323,163.25006 0,2 7,0 0,-2 -7,0 z m 0,3 0,2 11,0 0,-2 -11,0 z m 0,3 0,2 9,0 0,-2 -9,0 z m 0,3 0,2 12,0 0,-2 -12,0 z"
|
1521
|
+
id="path4634"
|
1522
|
+
inkscape:connector-curvature="0" /><path
|
1523
|
+
style="fill:url(#linearGradient4874);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1524
|
+
d="m 14.143585,33.304411 -4.126956,5.00918 -4.0880185,-4.93658 c 0,0 -0.8954698,0.0269 -0.8954698,1.05265 0,2.21508 1.5511147,4.31748 3.2704133,5.95293 l -1.7909395,2.17791 0.1167447,0.14519 c -0.089703,-0.009 -0.1790976,-0.0363 -0.2725383,-0.0363 -1.3754463,0 -2.4917443,1.04074 -2.4917443,2.3231 0,1.28234 1.116298,2.3231 2.4917443,2.3231 1.3754463,0 2.4917443,-1.04076 2.4917443,-2.3231 0,-0.69345 -0.3382551,-1.31604 -0.8565423,-1.74234 0.4809109,-0.30316 1.2134861,-0.78955 2.0245501,-1.41563 0.832239,0.64465 1.592846,1.16764 2.102405,1.48823 -0.478416,0.42398 -0.778669,1.00648 -0.778669,1.66974 0,1.28234 1.116298,2.3231 2.491745,2.3231 1.375446,0 2.491744,-1.04076 2.491744,-2.3231 0,-1.28236 -1.115055,-2.32427 -2.491744,-2.3231 -0.06354,0 -0.132378,0.0317 -0.194665,0.0363 l 0.03887,-0.0363 -1.907749,-2.28681 c 1.695639,-1.60874 3.231485,-3.67659 3.231485,-5.84404 0,-1.11857 -0.856533,-1.23414 -0.856533,-1.23414 z m -7.7866987,10.52654 c 0.6877138,0 1.2458722,0.52037 1.2458722,1.16154 0,0.64118 -0.5581584,1.16155 -1.2458722,1.16155 -0.6877231,0 -1.2458721,-0.52037 -1.2458721,-1.16155 0,-0.64117 0.558149,-1.16154 1.2458721,-1.16154 z m 7.4752327,0 c 0.687714,0 1.245872,0.52037 1.245872,1.16154 0,0.64118 -0.558158,1.16155 -1.245872,1.16155 -0.687723,0 -1.245872,-0.52037 -1.245872,-1.16155 0,-0.64117 0.558149,-1.16154 1.245872,-1.16154 z"
|
1525
|
+
id="path4636"
|
1526
|
+
inkscape:connector-curvature="0" /><path
|
1527
|
+
sodipodi:nodetypes="sssssssssssssssssssscszsczcc"
|
1528
|
+
inkscape:connector-curvature="0"
|
1529
|
+
id="path4638"
|
1530
|
+
d="m 137,225.2188 c -3.86517,0 -7,3.14713 -7,7.03125 0,3.88412 3.13483,7.03125 7,7.03125 3.86633,0 7,-3.14713 7,-7.03125 0,-3.88412 -3.13367,-7.03125 -7,-7.03125 z m 0,1.03125 c 3.31371,0 6,2.68629 6,6 0,3.31371 -2.68629,6 -6,6 -3.31371,0 -6,-2.68629 -6,-6 0,-3.31371 2.68629,-6 6,-6 z m -2.34375,3 c -0.78758,0 -1.40625,0.64605 -1.40625,1.4375 0,0.79145 0.61867,1.4375 1.40625,1.4375 0.78761,0 1.4375,-0.64605 1.4375,-1.4375 0,-0.79145 -0.64989,-1.4375 -1.4375,-1.4375 z m 4.6875,0 c -0.7876,0 -1.4375,0.64605 -1.4375,1.4375 0,0.79145 0.6499,1.4375 1.4375,1.4375 0.78759,0 1.40625,-0.64605 1.40625,-1.4375 0,-0.79145 -0.61866,-1.4375 -1.40625,-1.4375 z m -5.23219,4.77513 c -0.0366,0.1544 -0.081,0.31581 -0.081,0.4768 0,1.55998 2.42289,1.8242 2.96945,1.81057 0.54656,-0.0136 2.96945,-0.25059 2.96945,-1.81057 0,-0.16099 -0.0444,-0.3224 -0.081,-0.4768 -1.30709,1.24337 -2.63751,1.02963 -2.88845,1.05774 -0.25094,0.0281 -2.02946,-0.0474 -2.88844,-1.05774 z"
|
1531
|
+
style="fill:url(#linearGradient4876);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1532
|
+
transform="matrix(1.0570818,0,0,1.0570818,-13.669289,-9.0845785)"
|
1533
|
+
sodipodi:nodetypes="cssccscccssccscc"
|
1534
|
+
style="fill:url(#linearGradient4878);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1535
|
+
d="m 259.65386,163.531 c -1.472,0 -2.66666,1.24939 -2.66666,2.53241 0,1.28301 1.19466,2.3243 2.66666,2.3243 0.0453,0 0.0811,8.7e-4 0.12493,0 -0.196,1.29812 -0.87033,2.97394 -2.79166,4.64861 1.33333,0 5.33332,-2.32431 5.33332,-6.97291 0,-1.28302 -1.19466,-2.53241 -2.66666,-2.53241 z m 7.99998,0.026 c -1.472,0 -2.66666,1.22337 -2.66666,2.50639 0,1.28302 1.19466,2.32431 2.66666,2.32431 0.048,0 0.0784,8.7e-4 0.12493,0 -0.196,1.28069 -0.86633,2.93413 -2.79166,4.61228 1.37466,0 5.33332,-2.28798 5.33332,-6.93659 0,-1.28302 -1.19466,-2.50639 -2.66666,-2.50639 z"
|
1536
|
+
id="path4640"
|
1537
|
+
inkscape:connector-curvature="0" /><path
|
1538
|
+
style="fill:url(#linearGradient4880);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1539
|
+
d="m 41,225.25006 c -3.86517,0 -7,3.13483 -7,6.99999 0,3.86518 3.13483,7.00001 7,7.00001 3.86633,0 7,-3.13483 7,-7.00001 0,-3.86516 -3.13367,-6.99999 -7,-6.99999 z m 2.47916,2.29688 c 0.62773,-0.0298 1.3338,0.21291 2.1875,0.80207 -1.27516,0 -2.10904,1.30666 -2.88021,2.91667 l 1.4948,0 c 0.25783,0 0.4375,0.24325 0.4375,0.51041 l -1.16667,1.64063 -1.75,0 c -1.19233,2.56317 -2.57892,4.74454 -5.46875,2.73437 1.33233,-0.003 2.17992,-1.54671 2.98958,-3.31769 l 0.21875,-0.47398 c 1.0115,-2.26011 2.05434,-4.72275 3.9375,-4.81248 z"
|
1540
|
+
id="path4642"
|
1541
|
+
inkscape:connector-curvature="0"
|
1542
|
+
sodipodi:nodetypes="ssssscccsccccccc" /><path
|
1543
|
+
inkscape:connector-curvature="0"
|
1544
|
+
id="path4644"
|
1545
|
+
d="m 8.0000001,6.2500615 0,1.875 -1.375,1.46875 1.375,1.4687495 0,1.90625 -3.625,-3.3749995 z"
|
1546
|
+
style="fill:url(#linearGradient4882);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1547
|
+
inkscape:connector-curvature="0"
|
1548
|
+
id="path4646"
|
1549
|
+
d="m 9,6.2500615 3.6875,3.375 L 9,12.906311 9,11.000061 10.4375,9.5938115 9,8.0625615 z"
|
1550
|
+
style="fill:url(#linearGradient4884);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1551
|
+
sodipodi:nodetypes="sccsscccssscsssssss"
|
1552
|
+
style="fill:url(#linearGradient4886);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1553
|
+
d="m 9.400192,321.25006 c -2.5311594,0 -4.5833578,2.05219 -4.5833578,4.58335 l 2.2916789,0 c 0,-1.26501 1.0266722,-2.29168 2.2916789,-2.29168 1.265007,0 2.29168,1.02667 2.29168,2.29168 0,1.265 -1.026673,2.29168 -2.29168,2.29168 -0.8015237,0.007 -1.2388122,0.57905 -1.1458394,1.14585 l 0,1.0026 0,0.14323 c 0,0.6325 0.5133366,1.14584 1.1458394,1.14584 0.632504,0 1.145839,-0.51334 1.145839,-1.14584 l 0,-0.14323 c 1.976573,-0.5099 3.437519,-2.30544 3.437519,-4.44013 0,-2.53116 -2.052199,-4.58335 -4.583358,-4.58335 z m 0,11.00442 c -0.8830925,0 -1.5998062,0.71671 -1.5998062,1.59981 0,0.88308 0.7167137,1.5998 1.5998062,1.5998 0.883094,0 1.599806,-0.71672 1.599806,-1.5998 0,-0.8831 -0.716712,-1.59981 -1.599806,-1.59981 z"
|
1554
|
+
id="path4648"
|
1555
|
+
inkscape:connector-curvature="0" /><path
|
1556
|
+
style="fill:url(#linearGradient4888);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1557
|
+
d="m 36.34264,356.62101 c 0.51469,-0.51344 1.34901,-0.51344 1.86244,0 L 41,359.40963 l 2.79492,-2.78862 c 0.51469,-0.51344 1.34901,-0.51344 1.86244,0 0.51469,0.51344 0.51469,1.34524 0,1.85992 l -2.79492,2.78989 2.79492,2.78864 c 0.51469,0.51341 0.51469,1.34648 0,1.85992 -0.51469,0.51343 -1.34901,0.51343 -1.86244,0 L 41,363.12949 l -2.79492,2.78989 c -0.51469,0.51343 -1.34901,0.51343 -1.86244,0 -0.51469,-0.51344 -0.51469,-1.34651 0,-1.85992 l 2.79492,-2.78864 -2.79492,-2.78989 c -0.51469,-0.51468 -0.51469,-1.34774 0,-1.85992 z"
|
1558
|
+
id="path4651"
|
1559
|
+
inkscape:connector-curvature="0" /><path
|
1560
|
+
style="fill:url(#linearGradient4890);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1561
|
+
d="m 137.90909,353.25005 0,7.08065 4.69598,-3.57702 z m -1.17399,2.32963 c -3.2461,0 -5.86997,2.66057 -5.86997,5.90666 0,3.24609 2.62387,5.86997 5.86997,5.86997 3.24609,0 5.86997,-2.62388 5.86997,-5.86997 l 0,-0.0366 -2.34799,0 c 0,1.9453 -1.57667,3.52198 -3.52198,3.52198 -1.94531,0 -3.52198,-1.57668 -3.52198,-3.52198 0,-1.94531 1.57667,-3.52198 3.52198,-3.52198 0.41441,0 0.80535,0.0898 1.17399,0.22013 l 0,-2.42137 c -0.37685,-0.0763 -0.77484,-0.14675 -1.17399,-0.14675 z"
|
1562
|
+
id="path4653"
|
1563
|
+
inkscape:connector-curvature="0"
|
1564
|
+
sodipodi:nodetypes="cccccsssccssscccc" /><path
|
1565
|
+
style="fill:url(#linearGradient4892);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1566
|
+
d="m 169.63108,225.85717 c -3.68133,0 -6.66665,2.71633 -6.66665,6.04164 0,2.46666 1.64933,4.56932 3.99999,5.49999 l 0,0.5 -2.66666,0 0,-0.66667 c 0,-0.36933 -0.29733,-0.66666 -0.66667,-0.66666 -0.36933,0 -0.66666,0.29733 -0.66666,0.66666 l 0,1.33333 c 0,0.36933 0.29733,0.66667 0.66666,0.66667 l 3.99999,0 c 0.368,0 0.66667,-0.29867 0.66667,-0.66667 l 0,-0.79166 0,-0.54167 0,-0.83333 c -1.55066,-0.66266 -2.66666,-2.40533 -2.66666,-4.49999 0,-2.65998 1.79066,-4.83331 3.99999,-4.83331 2.20933,0 3.99999,2.17333 3.99999,4.83331 0,2.09466 -1.116,3.83599 -2.66666,4.49999 l 0,0.83333 0,0.54167 0,0.79166 c 0,0.368 0.29866,0.66667 0.66666,0.66667 l 3.99999,0 c 0.0924,0 0.17019,-0.008 0.25,-0.0416 0.23926,-0.1012 0.41667,-0.349 0.41667,-0.625 l 0,-1.33333 c 0,-0.36933 -0.29733,-0.66667 -0.66667,-0.66667 -0.36933,0 -0.66666,0.29734 -0.66666,0.66667 l 0,0.66666 -2.66666,0 0,-0.5 c 2.35066,-0.93066 3.99999,-3.03332 3.99999,-5.49998 0,-3.32531 -2.98399,-6.04164 -6.66665,-6.04164 z"
|
1567
|
+
id="path4655"
|
1568
|
+
inkscape:connector-curvature="0" /><path
|
1569
|
+
id="path4657"
|
1570
|
+
d="m 265,225.25005 c -3.86516,0 -7,3.13484 -7,7 0,3.86516 3.13484,7 7,7 3.86516,0 7,-3.13484 7,-7 0,-3.86516 -3.13484,-7 -7,-7 z m 0,1 c 0.57563,0 1.12928,0.0987 1.65625,0.25 -0.21686,0.024 -0.40509,0.0414 -0.21875,0.0625 0.60892,0.003 -0.1276,0.039 -0.1875,0.125 -0.11394,0.0829 -0.0834,0.026 -0.15625,0.125 -0.11101,0.005 -0.16343,0.0248 -0.1875,0.0312 0.0628,0.0123 0.21665,0.0288 0.3125,0.0312 0.26795,-0.0538 0.54333,-0.1539 0.8125,-0.25 0.0491,0.0177 0.10773,0.0123 0.15625,0.0312 -0.057,0.0184 -0.10829,0.071 -0.15625,0.0625 -0.34875,0.25862 0.70213,-0.0275 0.59375,0.46875 0.0904,0.035 0.0426,-0.16732 0.0312,-0.3125 1.98416,0.97877 3.34375,3.01293 3.34375,5.375 0,2.96499 -2.14232,5.42075 -4.96875,5.90625 0.002,-0.0351 -0.001,-0.0564 0,-0.0937 -0.0607,-0.31041 0.3513,-0.15238 0.375,-0.4375 -0.14618,-0.10055 -0.18095,-0.21709 -0.1875,-0.34375 -0.0227,-0.40268 0.15775,-0.34927 0,0 0.0223,0.0426 0.0716,0.0718 0.125,0.0937 0.0738,0.0209 0.14565,0.10949 0.21875,0.0312 0.41021,-0.33369 0.12457,-1.07604 0.71875,-1.15625 0.47136,-0.164 0.14359,-0.87555 0.4375,-1.1875 0.53462,-0.47621 -0.2551,-0.89849 -0.6875,-0.78125 -0.0559,-0.0857 -0.27353,-0.28009 -0.5,-0.0625 0.15857,-0.1649 -0.008,-0.23324 -0.25,-0.0312 0.24467,-0.17708 0.25848,-0.47377 -0.0625,-0.65625 -0.0508,9.9e-4 -0.10507,-0.004 -0.125,0.0312 -0.0638,-0.0687 -0.22894,-0.0608 -0.28125,0.0312 -0.0101,-0.0804 -0.0318,-0.15944 -0.0625,-0.1875 -0.12961,-0.14754 -0.16689,-0.11264 -0.1875,-0.0312 0.0112,-0.0474 0.002,-0.10756 0,-0.15625 -0.32535,-0.0722 -0.953,-0.49438 -1,0 0.002,-0.20286 -0.0586,-0.23675 -0.0937,-0.1875 0.0276,-0.0332 0.0683,-0.0615 0.125,-0.0937 -0.23557,0.0464 -0.5475,0.32011 -0.5625,0.5625 0.0648,0.41584 -0.42384,0.78976 -0.1875,1.0625 -0.0185,-0.003 -0.0422,0.0103 -0.0625,0 0.20991,0.41324 0.44408,0.73866 0.65625,1.0625 0.23031,0.0604 0.44985,0.14475 0.5625,0.3125 -0.17222,-0.0166 -0.26928,-0.0451 -0.40625,-0.0625 0.17318,0.2949 0.31495,0.60124 0.375,1 0.0695,0.54303 0.19023,1.00029 0.3125,1.375 -0.0919,0.004 -0.18828,0 -0.28125,0 -3.31371,0 -6,-2.6863 -6,-6 0,-1.4656 0.53344,-2.80175 1.40625,-3.84375 0.34206,-0.0211 0.7743,0.12805 0.75,0.4375 0.0307,0.0446 0.0539,0.0428 0.0625,0.0312 -0.0741,0.19641 -0.23979,0.37414 0.0937,0.5625 0.22757,0.0776 -0.005,-0.0939 -0.125,0.1875 -0.18886,-0.0161 -0.54745,0.56888 -0.53125,0.875 -0.006,0.28224 0.15163,0.47561 0.375,0.5625 -0.16645,0.0629 -0.0795,0.49173 0.0937,0.625 0.234,0.59128 0.0786,-0.21992 -0.0625,-0.40625 0.1184,-0.41868 0.28654,0.49131 0.5,0.59375 0.0459,0.40021 0.30654,0.5924 0.6875,0.71875 0.1724,0.007 0.42696,0.0904 0.5625,0 -0.0572,0.0939 -0.0543,0.2011 0.0937,0.21875 0.0497,0.0166 0.18315,0.0719 0.21875,0 0.0368,0.0175 0.10148,0.0198 0.15625,-0.0312 0.0432,-0.0198 0.0361,0.0124 0.0625,0 -0.11865,0.0885 -0.24679,0.23155 0.0312,0.28125 0.18197,0.12198 0.21951,-0.59882 -0.0312,-0.46875 -0.27053,-0.0764 -0.31824,0.10185 -0.25,0.1875 -0.38423,0.10029 0.48507,-0.80377 -0.0312,-0.71875 -0.14636,0.36457 -0.72915,0.44313 -0.71875,-0.0625 0.0733,-0.11228 0.0576,-0.29508 0,-0.4375 0.0762,0.0536 0.14828,-0.0524 0.25,-0.1875 0.0508,-0.20201 0.45865,-0.11762 0.5625,-0.125 -0.007,-0.008 -0.0149,-0.019 -0.0312,-0.0312 0.34794,-0.17518 0.70785,0.0435 0.71875,0.4375 0.0727,0.0592 0.0799,-0.14085 0.0937,-0.15625 -0.34271,-0.59064 0.60005,-0.61065 0.53125,-1.09375 0.086,0.0703 0.16097,-0.25555 0.46875,-0.34375 0.0156,-0.0612 0.5408,-0.25245 0.5625,-0.5625 l 0.0312,-0.0625 c -0.0777,0.58493 0.56903,-0.28504 0.125,-0.125 -0.48342,0.25168 -0.0186,-0.16425 0.21875,-0.15625 0.2339,0.10315 1.13432,-0.3299 0.59375,-0.375 -0.14861,0.004 0.0197,-0.83907 -0.375,-0.375 -0.18201,-0.013 -0.21657,-0.52148 -0.59375,-0.28125 -0.21308,0.35773 -0.42379,0.80911 -0.78125,0.96875 0.10551,-0.34815 -0.17558,-0.37355 -0.4375,-0.46875 -0.50037,-0.22009 0.22843,-0.53767 0.40625,-0.65625 0.42598,0.0488 0.0804,-0.2331 0.40625,-0.1875 0.25965,0.11567 0.79746,-0.45867 0.3125,-0.25 -0.34093,0.38477 -0.21848,-0.29476 -0.5,-0.15625 -0.0588,0.36258 -0.54949,0.31735 -0.9375,0.28125 -0.20901,0.22494 -0.18621,0.0524 -0.40625,0.0312 -0.22948,-0.0557 -0.62539,-0.2074 -1.03125,-0.125 -0.42791,0.0153 -0.77707,0.13054 -1.09375,0.375 0.18446,-0.14534 0.37067,-0.28434 0.3125,-0.34375 -0.13804,-0.0294 -0.26862,-0.0577 -0.40625,-0.0625 1.0158,-0.78806 2.2713,-1.2811 3.6564,-1.2811 z m -0.40625,9.625 c -0.0485,-0.0827 -0.10312,-0.16891 -0.15625,-0.25 -0.72058,-0.18902 -1.52571,0.0359 0.15625,0.25 z m 1.34375,-9.28125 c -0.10926,0.002 -0.25181,0.0495 -0.15625,0.125 l 0.125,0 c 0.22132,-0.0858 0.14056,-0.12682 0.0312,-0.125 z m -0.34375,0.34375 c -0.14885,0.0202 -0.1519,0.1631 0.15625,0.0937 0.007,0.066 0.1702,-0.0245 0.1875,0.0312 0.48589,-0.054 0.0831,-0.1527 -0.15625,-0.0937 -0.0717,-0.0408 -0.13788,-0.038 -0.1875,-0.0312 z m 0.0625,0.15625 c -0.012,-0.0131 -0.0364,0.004 -0.125,0.0625 -0.53787,0.41757 0.48274,0.0767 0.59375,0.34375 0.375,0.26203 -0.0911,0.19656 -0.28125,0.3125 -0.0495,0.0102 -0.0367,0.0257 -0.0625,0.0312 0.11906,0.007 0.28635,0.0602 0.3125,0.1875 l 0.0625,0.0312 c 0.31303,0.0938 -0.14015,-0.27069 0.25,-0.0937 -0.0154,-0.25514 0.0288,-0.26175 0.28125,-0.21875 -0.016,-0.36645 -0.58414,-0.66376 -0.96875,-0.5625 -0.23333,0.21055 -0.0265,-0.0545 -0.0625,-0.0937 z m -0.46875,0.0312 c -0.0468,0.0133 -0.0929,0.0396 -0.125,0.0937 0.0235,10e-4 0.0376,0.0331 0.0625,0 0.33051,-0.0263 0.20282,-0.13358 0.0625,-0.0937 z m -1.5625,0.0312 c -0.17974,0.004 -0.43759,0.0773 -0.4375,0.25 0.11636,0.04 0.22509,-0.1096 0.34375,-0.125 0.35814,-0.0741 0.27354,-0.12883 0.0937,-0.125 z m 1.21875,0 c -0.12212,0.0231 -0.25374,0.0844 -0.125,0.125 l 0.0312,0.0312 0.0937,-0.0312 c 0.22922,-0.13332 0.12212,-0.14807 0,-0.125 z m -0.90625,0.0625 c -0.28655,0.0128 -0.61607,0.21385 -0.1875,0.25 -0.20655,0.0632 -0.46416,0.0131 -0.0625,0.125 0.24304,-0.0302 1.03903,-0.0694 0.625,-0.21875 0.16188,-0.2552 -0.0305,-0.0918 -0.15625,-0.0937 -0.0543,-0.0446 -0.12323,-0.0668 -0.21875,-0.0625 z m 0.71875,0.25 c -0.0294,0.007 -0.0677,0.0411 -0.0937,0.0937 0.23501,0.0305 0.18187,-0.11393 0.0937,-0.0937 z m 2.96875,0 c -0.1229,0.0647 -0.30864,0.56687 0,0.625 0.19641,0.13297 0.0343,-0.35877 0.0625,-0.5 -0.008,-0.10783 -0.0215,-0.14656 -0.0625,-0.125 z m -4.65625,0.3125 c 0.0326,-0.004 0.0441,-0.007 0.0312,0.0312 -0.33578,0.11083 -0.12904,-0.0181 -0.0312,-0.0312 z m 2.3125,0.0625 c -0.1313,-0.0266 -0.39703,0.19962 0,0.125 l 0.0625,0 c 0.0111,-0.0813 -0.0187,-0.11612 -0.0625,-0.125 z m -4.0625,0.78125 c 0.006,0.0143 0.0299,0.014 0.0312,0.0312 0.008,0.0435 -0.0235,0.085 -0.0312,0.125 -0.003,-0.0643 -0.009,-0.12364 0,-0.15625 z M 261,228.81255 c -0.009,0.006 -0.007,0.021 0,0.0625 0.0968,0.0138 0.0264,-0.0815 0,-0.0625 z m 5.5625,0.28125 c -0.0981,0.006 -0.34815,0.29505 -0.21875,0.28125 0.13337,0.0266 0.64304,-0.01 0.25,-0.15625 0.021,-0.0859 9.5e-4,-0.12697 -0.0312,-0.125 z m -5.53125,0.21875 c -0.0218,-10e-4 -0.0245,0.0399 0.0312,0.125 0.30923,0.16511 0.034,-0.12127 -0.0312,-0.125 z m 4.875,0.1875 c -0.0184,-7.1e-4 -0.051,0.0101 -0.0937,0.0312 0.0994,0.0455 0.14896,-0.0291 0.0937,-0.0312 z m 0.125,0.0312 c -0.13693,0.0377 -0.38348,0.14021 -0.4375,0.25 0.10313,-1.8e-4 0.18325,-0.1022 0.28125,-0.125 0.32049,-0.15288 0.29318,-0.16268 0.15625,-0.125 z m -6.375,1 c -0.0116,-0.007 -0.0552,0.0257 -0.0937,0.0937 0.0414,0.1895 0.12849,-0.0728 0.0937,-0.0937 z m 1.5,0.53125 c 0.052,0.004 0.0833,0.0625 0.125,0.0937 -0.0524,-0.0363 -0.0856,-0.0794 -0.125,-0.0937 z m 2.4375,0.8125 c -0.0385,0.01 -0.0523,0.0335 -0.0625,0.0625 0.0946,-0.044 0.49211,0.15054 0.6875,0.21875 0.48854,0.0204 -0.35512,-0.34821 -0.625,-0.28125 z m 0.90625,0.28125 c -0.0182,-0.002 0.003,0.0237 0.0312,0.0937 -0.19576,0.095 -0.24616,0.0339 0.0312,0.0625 0.0616,0.0235 0.0953,0.025 0.0937,0 0.38314,0.0396 0.0666,-0.24469 -0.0312,-0.0625 -0.0308,-0.0484 -0.0997,-0.0915 -0.125,-0.0937 z m 0.53125,0.0938 c -0.0231,2.4e-4 -0.0377,0.0285 -0.0625,0.0625 0.0442,0.0146 0.0742,0.003 0.0937,0 -0.009,-0.0182 -0.005,-0.0628 -0.0312,-0.0625 z m -1.96875,0.0625 c 0.065,-0.0272 0.0304,0.0826 0,0.1875 -0.0131,-0.0878 -0.1107,-0.0462 -0.1875,0.0312 0.0164,-0.0269 0.0254,-0.0519 0.0312,-0.0937 0.0937,-0.0718 0.12538,-0.11212 0.15625,-0.125 z m 0.9375,0 c -0.008,0.003 -0.012,0.0121 0,0.0312 0.23882,0.0542 0.0924,-0.0358 0.0312,-0.0312 -0.0102,5e-4 -0.023,-0.003 -0.0312,0 z m 1.46875,0.75 c -0.0101,0.006 -0.0453,-0.003 -0.0625,0.0312 0.0396,0.0611 0.061,0.007 0.0625,-0.0312 z m -2.1875,0.0312 c -0.0104,0.0169 0.0106,0.052 0.15625,0.15625 0.36178,0.0251 -0.12511,-0.20702 -0.15625,-0.15625 z m 0.34375,0.1563 c -0.0422,0.0167 -0.0392,0.0395 0.0312,0.0937 0.0799,0.0985 0.14452,-0.0616 0.21875,-0.0937 -0.0966,-0.016 -0.19592,-0.0213 -0.25,0 z m 0.28125,0 c 0.0269,0.001 0.0379,0.0223 0.0625,0.0937 0.12084,-0.0286 0.0505,-0.0711 -0.0625,-0.0937 z m 0.59375,0.0625 c 0.0151,0.0164 0.0447,0.016 0.0625,0.0312 -0.0224,-0.004 -0.0368,0.002 -0.0625,0 -0.006,-0.01 0.005,-0.0214 0,-0.0312 z m 0.71875,0.0937 c 0.0918,-0.004 0.19416,0.006 0.3125,0.0312 -0.93272,0.60426 -0.955,-0.004 -0.3125,-0.0312 z m 0.875,0.1875 c 0.0209,0.0339 0.037,0.0652 0,0.125 -0.01,-0.0407 -0.0132,-0.0852 0,-0.125 z m -0.28125,0.0937 c 0.008,0.0407 0.0223,0.0692 0.0625,0.125 0.002,0.0174 0.0188,0.0345 0.0312,0.0312 0.0374,-0.01 0.0901,-0.078 0.0937,-0.0312 0.0326,-0.03 0.0758,-0.0367 0.0937,-0.0625 0.0122,0.0307 0.0395,0.0525 0.0625,0.0625 -0.0786,0.0243 -0.16205,0.0214 -0.25,0.0312 -0.55894,0.20149 0.0265,0.0442 -0.0937,-0.15625 z"
|
1571
|
+
style="fill:url(#linearGradient4894);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1572
|
+
inkscape:connector-curvature="0" /><path
|
1573
|
+
inkscape:export-ydpi="90"
|
1574
|
+
inkscape:export-xdpi="90"
|
1575
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/skins/moono/icons/print.png"
|
1576
|
+
sodipodi:nodetypes="ssccssssssscsssscssssscccccssssssssssssss"
|
1577
|
+
inkscape:connector-curvature="0"
|
1578
|
+
id="path4664"
|
1579
|
+
d="m 229.5,2.2500615 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.49999 10,0 0,-0.49999 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m -2.5,3 c -0.554,0 -1,0.44599 -1,1 l 0,5.9999995 c 0,0.554 0.446,1 1,1 l 2,0 0,-4.9999995 c 0,-0.55401 0.446,-1 1,-1 l 6,0 c 0.554,0 1,0.44599 1,1 l 0,4.9999995 2,0 c 0.554,0 1,-0.446 1,-1 l 0,-5.9999995 c 0,-0.55401 -0.446,-1 -1,-1 z m 3,3 0,6.9999995 6,0 0,-6.9999995 z m 1.5,1 3,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.2769895 -0.223,0.4999995 -0.5,0.4999995 l -3,0 c -0.277,0 -0.5,-0.22301 -0.5,-0.4999995 0,-0.277 0.223,-0.5 0.5,-0.5 z m 0,1.9999995 3,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.27699 -0.223,0.5 -0.5,0.5 l -3,0 c -0.277,0 -0.5,-0.22301 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z"
|
1580
|
+
style="fill:url(#linearGradient4898);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1581
|
+
inkscape:connector-curvature="0"
|
1582
|
+
id="path4666"
|
1583
|
+
d="m 73,98.250061 c -3.31371,0 -6,2.686289 -6,5.999999 0,3.3137 2.68629,6 6,6 3.31371,0 6,-2.6863 6,-6 0,-3.31371 -2.68629,-5.999999 -6,-5.999999 z m 0,1 c 2.76142,0 5,2.238569 5,4.999999 0,2.76142 -2.23858,5 -5,5 -2.76142,0 -5,-2.23858 -5,-5 0,-2.76143 2.23858,-4.999999 5,-4.999999 z m 0,1.999999 c -1.65685,0 -3,1.34314 -3,3 0,1.65685 1.34315,3 3,3 1.65685,0 3,-1.34315 3,-3 0,-1.65686 -1.34315,-3 -3,-3 z"
|
1584
|
+
style="fill:url(#linearGradient4900);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1585
|
+
sodipodi:nodetypes="ssssssssssssscccccsss"
|
1586
|
+
inkscape:connector-curvature="0"
|
1587
|
+
id="path4670"
|
1588
|
+
d="m 292,100.25006 c -1.662,0 -3,1.33799 -3,3 l 0,2 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-2 c 0,-1.66201 -1.338,-3 -3,-3 z m 0,1 10,0 c 1.108,0 2,0.89199 2,2 l 0,2 c 0,1.108 -0.892,2 -2,2 l -2,-3 -3,3 -3,-2 -2,2 c -1.108,0 -2,-0.892 -2,-2 l 0,-2 c 0,-1.10801 0.892,-2 2,-2 z"
|
1589
|
+
style="fill:url(#linearGradient4904);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1590
|
+
style="font-size:16.54135895px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4906);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Sans"
|
1591
|
+
d="m 140.5,130.25006 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 2.5,0 0,1 -2.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 l 0,2 c 0,0.277 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 0,-1 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-2 c 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -3,0 z m -8.375,2.9375 c -0.29577,0 -0.58586,0.11711 -0.8125,0.34375 -0.45327,0.45327 -0.45327,1.20297 0,1.65625 l 2.03125,2.03125 -2.03125,2.03125 c -0.45327,0.45327 -0.45327,1.20297 0,1.65625 0.45327,0.45327 1.17173,0.45327 1.625,0 l 2.0625,-2.03125 2.03125,2.03125 c 0.45327,0.45327 1.17173,0.45327 1.625,0 0.45327,-0.45328 0.45327,-1.20298 0,-1.65625 l -2.03125,-2.03125 2.03125,-2.03125 c 0.45327,-0.45328 0.45327,-1.20298 0,-1.65625 -0.45327,-0.45328 -1.17173,-0.45328 -1.625,0 L 135,135.56256 l -2.0625,-2.03125 c -0.22664,-0.22664 -0.51673,-0.34375 -0.8125,-0.34375 z"
|
1592
|
+
id="path4672"
|
1593
|
+
inkscape:connector-curvature="0" /><path
|
1594
|
+
id="path4674"
|
1595
|
+
d="m 172.5,138.25006 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.24281,0.60287 0.5,0.5 l 2.5,0 0,1 -2.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 l 0,2 c 0,0.277 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -2.5,0 0,-1 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-2 c 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m -8.375,-6.0625 c -0.29577,0 -0.58586,0.11711 -0.8125,0.34375 -0.45327,0.45327 -0.45327,1.20297 0,1.65625 l 2.03125,2.03125 -2.03125,2.03125 c -0.45327,0.45327 -0.45327,1.20297 0,1.65625 0.45327,0.45327 1.17173,0.45327 1.625,0 l 2.0625,-2.03125 2.03125,2.03125 c 0.45327,0.45327 1.17173,0.45327 1.625,0 0.45327,-0.45328 0.45327,-1.20298 0,-1.65625 l -2.03125,-2.03125 2.03125,-2.03125 c 0.45327,-0.45328 0.45327,-1.20298 0,-1.65625 -0.45327,-0.45328 -1.17173,-0.45328 -1.625,0 L 167,134.56256 l -2.0625,-2.03125 c -0.22664,-0.22664 -0.51673,-0.34375 -0.8125,-0.34375 z"
|
1596
|
+
style="font-size:16.54135895px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4908);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Sans"
|
1597
|
+
inkscape:connector-curvature="0"
|
1598
|
+
sodipodi:nodetypes="sssccsssssssccsssssssscssccssscsssccs" /><path
|
1599
|
+
inkscape:connector-curvature="0"
|
1600
|
+
id="path4676"
|
1601
|
+
d="m 7.5000001,65.250051 c -3.03757,0 -5.5,2.46243 -5.5,5.5 0,3.03756 2.46243,5.5 5.5,5.5 0.938705,0 1.7919409,-0.27092 2.5624999,-0.6875 l 3.75,3.75 c 0.587606,0.58761 1.537394,0.58761 2.125,0 0.587606,-0.58761 0.587606,-1.53739 0,-2.125 l -3.71875,-3.71875 C 12.691902,72.662431 13,71.754301 13,70.750051 c 0,-3.03757 -2.46243,-5.5 -5.4999999,-5.5 z m 0,2 c 1.9329999,0 3.4999999,1.567 3.4999999,3.5 0,1.06272 -0.47105,2.01435 -1.21875,2.65625 -0.006,0.005 -0.02525,-0.005 -0.03125,0 -0.60985,0.51643 -1.3882799,0.84375 -2.2499999,0.84375 -1.933,0 -3.5,-1.56701 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 z"
|
1602
|
+
style="fill:url(#linearGradient4910);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1603
|
+
inkscape:connector-curvature="0"
|
1604
|
+
id="path4678"
|
1605
|
+
d="m 297.00004,35.250051 7,5 -6.99998,4.99999 -2e-5,-3.33332 c -3.41666,0 -5.61556,1.22 -7,3.33333 0,-4.98332 3.60112,-6.66666 7,-6.66666 -2e-5,-0.85078 -1e-5,-2.61389 0,-3.33334 z"
|
1606
|
+
style="fill:url(#linearGradient4912);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1607
|
+
sodipodi:nodetypes="ccccccc" /><path
|
1608
|
+
inkscape:connector-curvature="0"
|
1609
|
+
id="path4680"
|
1610
|
+
d="m 69,163.25006 c -1.10457,0 -2,0.89543 -2,2 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 4.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -6,0 z m 0,2 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 l -6,0 z m -4.5,5 c -1.10457,0 -2,0.89543 -2,2 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 4.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -6,0 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -6,0 z"
|
1611
|
+
style="fill:url(#linearGradient4914);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1612
|
+
sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssccccsssscccsssssssssssssssssssssssssssssssssssss"
|
1613
|
+
inkscape:connector-curvature="0"
|
1614
|
+
id="path4682"
|
1615
|
+
d="m 136.53125,162.25006 c -0.25721,0 -0.46875,0.22299 -0.46875,0.5 l 0,12 c 0,0.277 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.223 0.46875,-0.5 l 0,-12 c 0,-0.27701 -0.21154,-0.5 -0.46875,-0.5 z m -4.03125,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -8.5,2.46875 0,0.0625 2,1.46875 0,-1 2.5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 l -2.5,0 0,-1 z m 8.5,-0.46875 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -6,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z"
|
1616
|
+
style="fill:url(#linearGradient4916);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1617
|
+
style="fill:url(#linearGradient4918);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1618
|
+
d="m 233.46875,162.25006 c 0.25721,0 0.46875,0.22299 0.46875,0.5 l 0,12 c 0,0.277 -0.21154,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.223 -0.46875,-0.5 l 0,-12 c 0,-0.27701 0.21154,-0.5 0.46875,-0.5 z m 4.03125,2 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 0,2 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 8.49436,2.53125 0,-0.0625 -1.99549,-1.46875 0,1 -2.49436,0 c -0.27637,0 -0.49887,0.18037 -0.49887,0.46875 l 0,0.0625 c 0,0.2631 0.2225,0.46875 0.49887,0.46875 l 2.49436,0 0,1 z M 231.5,168.25006 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 0,2 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z m 6,2 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22385 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27615 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20565 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 0.223,-0.46875 0.5,-0.46875 z"
|
1619
|
+
id="path4684"
|
1620
|
+
inkscape:connector-curvature="0"
|
1621
|
+
sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssccccsssscccsssssssssssssssssssssssssssssssssssss" /><path
|
1622
|
+
sodipodi:nodetypes="sscccccccccccscccc"
|
1623
|
+
inkscape:connector-curvature="0"
|
1624
|
+
id="path4686"
|
1625
|
+
d="m 459,163.25006 c -1.65685,0 -3,1.34314 -3,3 0,1.65685 1.34315,3 3,3 l 0,4 1,0 0,-9 1,0 0,1 0,8 1,0 0,-8 1,0 0,-2 z m -8,3 0,6 3,-3 z"
|
1626
|
+
style="fill:url(#linearGradient4920);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1627
|
+
sodipodi:nodetypes="sscccccccccccscccc"
|
1628
|
+
inkscape:connector-curvature="0"
|
1629
|
+
id="path4688"
|
1630
|
+
d="m 486,163.25006 c -1.65685,0 -3,1.34314 -3,3 0,1.65685 1.34315,3 3,3 l 0,4 1,0 0,-9 1,0 0,1 0,8 1,0 0,-8 1,0 0,-2 z m 9.00442,3 0,6 -3.00884,-3 z"
|
1631
|
+
style="fill:url(#linearGradient4922);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1632
|
+
transform="matrix(0.99963181,0,0,1,0.17783468,0)" /><path
|
1633
|
+
sodipodi:nodetypes="ccccccccccccc"
|
1634
|
+
inkscape:connector-curvature="0"
|
1635
|
+
id="path4691"
|
1636
|
+
d="m 42.56445,200.91673 -1.02277,1.06211 2.08489,2.08489 -2.08489,2.12422 1.02277,1.06211 2.12422,-2.12422 2.12423,2.12422 1.02277,-1.06211 -2.08489,-2.12423 2.08489,-2.08488 -1.02277,-1.06211 -2.12423,2.12422 z"
|
1637
|
+
style="fill:url(#linearGradient4924);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1638
|
+
style="fill:url(#linearGradient4926);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1639
|
+
d="m 136.53125,162.25006 c -0.25721,0 -0.46875,0.22299 -0.46875,0.5 l 0,12 c 0,0.277 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.223 0.46875,-0.5 l 0,-12 c 0,-0.27701 -0.21154,-0.5 -0.46875,-0.5 z m -4.03125,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -8.5,2.46875 0,0.0625 2,1.46875 0,-1 2.5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 l -2.5,0 0,-1 z m 8.5,-0.46875 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -6,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z"
|
1640
|
+
id="path4693"
|
1641
|
+
inkscape:connector-curvature="0"
|
1642
|
+
sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssccccsssscccsssssssssssssssssssssssssssssssssssss" /><path
|
1643
|
+
sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssccccsssscccsssssssssssssssssssssssssssssssssssss"
|
1644
|
+
inkscape:connector-curvature="0"
|
1645
|
+
id="path4695"
|
1646
|
+
d="m 168.64267,162.25006 c -0.25721,0 -0.46875,0.223 -0.46875,0.5 l 0,12 c 0,0.27699 0.21154,0.5 0.46875,0.5 0.25721,0 0.46875,-0.22301 0.46875,-0.5 l 0,-12 c 0,-0.277 -0.21154,-0.5 -0.46875,-0.5 z m -4.03125,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -3.38858,2.46875 0,0.0625 -2.08914,1.46875 0,-1 -2.61141,0 c -0.28935,0 -0.52229,-0.0347 -0.52229,-0.46875 l 0,-0.0625 c 0,-0.2631 0.23294,-0.46875 0.52229,-0.46875 l 2.61141,0 0,-1 z m 3.38858,-0.46875 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m 0,2 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 3,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z m -6,2 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 2,0 c -0.27614,0 -0.5,0.22385 -0.5,0.5 0,0.27614 0.22386,0.5 0.5,0.5 0.27614,0 0.5,-0.22386 0.5,-0.5 0,-0.27615 -0.22386,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.20565 -0.5,0.46875 l 0,0.0625 c 0,0.26309 0.223,0.46875 0.5,0.46875 l 5,0 c 0.277,0 0.5,-0.20566 0.5,-0.46875 l 0,-0.0625 c 0,-0.2631 -0.223,-0.46875 -0.5,-0.46875 z"
|
1647
|
+
style="fill:url(#linearGradient4928);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1648
|
+
sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssccccsssscccsssssssssssssssssssssssssssssssssssss"
|
1649
|
+
inkscape:connector-curvature="0"
|
1650
|
+
id="path4698"
|
1651
|
+
d="m 201.46875,162.25006 c 0.25722,0 0.46875,0.223 0.46875,0.5 l 0,12 c 0,0.277 -0.21153,0.5 -0.46875,0.5 -0.25721,0 -0.46875,-0.223 -0.46875,-0.5 l 0,-12 c 0,-0.277 0.21154,-0.5 0.46875,-0.5 z m 4.03125,2 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 0.223,-0.46875 0.5,-0.46875 z m 0,2 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 0.223,-0.46875 0.5,-0.46875 z m 3.5,2.53125 0,-0.0625 2,-1.46875 0,1 2.5,0 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.22343,0.48425 -0.5,0.46875 l -2.5,0 0,1 z m -3.5,-0.53125 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 0.223,-0.46875 0.5,-0.46875 z m 0,2 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -3,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 0.223,-0.46875 0.5,-0.46875 z m 6,2 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -4,0 c 0.277,0 0.5,0.20566 0.5,0.46875 l 0,0.0625 c 0,0.26309 -0.223,0.46875 -0.5,0.46875 l -5,0 c -0.277,0 -0.5,-0.20566 -0.5,-0.46875 l 0,-0.0625 c 0,-0.26309 0.223,-0.46875 0.5,-0.46875 z"
|
1652
|
+
style="fill:url(#linearGradient4930);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1653
|
+
inkscape:connector-curvature="0"
|
1654
|
+
id="path4700"
|
1655
|
+
d="m 2.0000001,226.25006 0,12 13.9999999,0 0,-12 -13.9999999,0 z m 1,1 11.9999999,0 0,7.59375 -2.90625,-3.59375 -3.09375,4 -2.9999999,-2 -3,4 0,-10 z m 2.5,1 c -0.82843,0 -1.5,0.67157 -1.5,1.5 0,0.82842 0.67157,1.5 1.5,1.5 0.82842,0 1.5,-0.67158 1.5,-1.5 0,-0.82843 -0.67158,-1.5 -1.5,-1.5 z"
|
1656
|
+
style="fill:url(#linearGradient4932);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1657
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
|
1658
|
+
inkscape:connector-curvature="0"
|
1659
|
+
id="path4702"
|
1660
|
+
d="m 199,227.25006 0,3 10,0 0,-3 z m -5,2 0,7 4,-3.4375 z m 5,3 0,1 3,0 0,-1 z m 4,0 0,1 3,0 0,-1 z m 4,0 0,1 2,0 0,-1 z m -8,3 0,3 10,0 0,-3 z"
|
1661
|
+
style="fill:url(#linearGradient4934);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1662
|
+
sodipodi:nodetypes="sscccssssscccssss"
|
1663
|
+
inkscape:connector-curvature="0"
|
1664
|
+
id="path4704"
|
1665
|
+
d="m 323.5,100.25006 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.24236 0.59935,0.45353 0.5625,0.5 l 0.4375,0 0,5 -0.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.37612,-0.74776 -0.5,-0.5 l -0.5,0 0,-5 0.5,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
1666
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1667
|
+
sodipodi:nodetypes="ssssssccssssssccsssssscccssssscccssssccccccccccc"
|
1668
|
+
inkscape:connector-curvature="0"
|
1669
|
+
id="path4706"
|
1670
|
+
d="m 131,98.250061 c -1.0907,0 -2,0.9093 -2,1.999999 l 0,9 c 0,1.09069 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.90931 2,-2 l 0,-0.375 c 0.0328,-0.0893 0.0213,-0.17215 0,-0.25 l 0,-8.375 c 0,-1.090699 -0.9093,-1.999999 -2,-1.999999 z m 0,1 12,0 c 0.554,0 1,0.446 1,0.999999 l 0,4.11795 -5.88205,5.88195 -7.11795,1e-4 c -0.554,10e-6 -1,-0.446 -1,-1 l 0,-9 c 0,-0.553999 0.446,-0.999999 1,-0.999999 z m 0.5,0.999999 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.24237 0.0444,0.53446 0.5625,0.5 l 0.4375,0 0,5 -0.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.12178,-0.5281 -0.5,-0.5 l -0.5,0 0,-5 0.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 12.5,5.40625 0,0.84375 -3.71875,3.6875 -0.0312,0.0625 -0.84375,0 z m 0,2.21875 0,0.625 -1.71875,1.75 -0.625,0 z"
|
1671
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4938);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1672
|
+
sodipodi:nodetypes="sssssssssssssssssscccc"
|
1673
|
+
inkscape:connector-curvature="0"
|
1674
|
+
id="path4708"
|
1675
|
+
d="m 195,99.250061 c -1.0907,0 -2,0.909299 -2,1.999999 l 0,7 c 0,1.0907 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-7 c 0,-1.0907 -0.9093,-1.999999 -2,-1.999999 z m 0,0.999999 12,0 c 0.554,0 1,0.446 1,1 l 0,7 c 0,0.554 -0.446,1 -1,1 l -12,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-7 c 0,-0.554 0.446,-1 1,-1 z m 6,3 3,4 3,-4 z"
|
1676
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4940);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1677
|
+
inkscape:connector-curvature="0"
|
1678
|
+
id="path4710"
|
1679
|
+
d="m 105.5,354.25005 c -1.37614,0 -2.55454,0.83475 -3.125,2 l 1.125,0 c 0.45491,-0.61149 1.17592,-1 2,-1 1.385,0 2.5,1.115 2.5,2.5 l 0,1.5 -3,0 -2,0 -1,0 -1,0 c -0.554,0 -1,0.44598 -1,1 l 0,6 c 0,0.554 0.446,1 1,1 l 9,0 c 0.554,0 1,-0.446 1,-1 l 0,-6 c 0,-0.55402 -0.446,-1 -1,-1 l -1,0 0,-1.5 c 0,-1.9217 -1.5783,-3.5 -3.5,-3.5 z m 0,8 c 0.82843,0 1.5,0.67157 1.5,1.5 0,0.82841 -0.67157,1.5 -1.5,1.5 -0.82843,0 -1.5,-0.67159 -1.5,-1.5 0,-0.82843 0.67157,-1.5 1.5,-1.5 z"
|
1680
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3350);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /><path
|
1681
|
+
inkscape:connector-curvature="0"
|
1682
|
+
id="path4712"
|
1683
|
+
d="m 4.5000001,163.25006 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 0.5,0 0,3.5 c 0,0.27699 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.22301 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1,0 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 5.9999999,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -5.9999999,0 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 5.9999999,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -5.9999999,0 z m -5,5 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 1.5,0 0,1 -1.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,2 c 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1.5,0 0,-1 1.5,0 c 0.0693,0 0.12764,-0.006 0.1875,-0.0312 0.12718,-0.041 0.2307,-0.14213 0.28125,-0.28125 0.0252,-0.0599 0.0312,-0.11825 0.0312,-0.1875 l 0,-2 c 0,-0.0693 -0.006,-0.12765 -0.0312,-0.1875 -0.0505,-0.13913 -0.15407,-0.24028 -0.28125,-0.28125 -0.0404,-0.0171 -0.0799,-0.0253 -0.125,-0.0312 l -0.0625,0 -2,0 z m 5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 5.9999999,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -5.9999999,0 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 5.9999999,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -5.9999999,0 z"
|
1684
|
+
style="fill:url(#linearGradient3293);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1685
|
+
sodipodi:nodetypes="cccccccccccccccccccscccscscccscccccccc"
|
1686
|
+
d="m 14.295877,138.53521 c -9e-6,0.70891 -0.137341,1.30388 -0.411995,1.78492 -0.274673,0.46838 -0.650527,0.84815 -1.127571,1.1393 -0.462605,0.2785 -1.019157,0.48105 -1.669674,0.60763 -0.636069,0.11394 -1.322728,0.1709 -2.059977,0.1709 l -3.72966,0.0121 0,-12.04805 3.4694455,-0.003 c 1.0119225,1e-5 1.8359135,0.095 2.4719815,0.28482 0.636059,0.17724 1.134796,0.41776 1.496201,0.72156 0.361395,0.29117 0.607142,0.6203 0.737259,0.9874 0.130097,0.36712 0.195146,0.73423 0.195156,1.10133 -10e-6,0.557 -0.159025,1.0507 -0.477054,1.4811 -0.303581,0.43041 -0.715576,0.7722 -1.235986,1.02538 0.910722,0.29116 1.525098,0.68359 1.843147,1.17728 0.332478,0.49371 0.498718,1.01272 0.498727,1.55705 m -6.3317392,-1.59503 0,3.19006 c 0.1879221,0.0253 0.3903124,0.0443 0.6071515,0.057 0.2312976,0.0127 0.4553617,0.019 0.6722097,0.019 0.303571,1e-5 0.599918,-0.019 0.88904,-0.057 0.289122,-0.0506 0.542103,-0.13292 0.758942,-0.24685 0.231297,-0.12659 0.419219,-0.29748 0.563785,-0.51269 0.144556,-0.22786 0.216839,-0.51268 0.216839,-0.85448 0,-0.56965 -0.209614,-0.97473 -0.628834,-1.21526 -0.404771,-0.25317 -0.954098,-0.37976 -1.647981,-0.37977 l -1.4311522,0 m 1.0408392,-1.93682 c 0.679425,1e-5 1.192611,-0.12658 1.539567,-0.37977 0.346937,-0.26583 0.52041,-0.62661 0.52041,-1.08234 0,-0.27849 -0.05059,-0.50002 -0.15179,-0.66459 -0.101191,-0.17722 -0.238522,-0.31014 -0.411996,-0.39876 -0.173473,-0.10126 -0.375863,-0.16456 -0.607151,-0.18989 -0.231298,-0.038 -0.46982,-0.057 -0.715576,-0.057 -0.2023808,1e-5 -0.4119955,0.006 -0.6288347,0.019 -0.2168391,0.0127 -0.4119953,0.0317 -0.5854685,0.057 l 0,2.69636 1.0408392,0"
|
1687
|
+
style="font-size:22.63113022px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4944);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Ubuntu Mono;-inkscape-font-specification:Ubuntu Mono Bold"
|
1688
|
+
id="path4714"
|
1689
|
+
inkscape:connector-curvature="0"
|
1690
|
+
transform="matrix(1,0,0,0.99576386,0,0.60259052)" /><g
|
1691
|
+
id="g4716"
|
1692
|
+
style="font-size:14.87401295px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4948);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Sans"
|
1693
|
+
transform="matrix(0.90955065,0,-0.23456935,0.90955065,-244.41664,85.857921)"><path
|
1694
|
+
sodipodi:nodetypes="ccccccccccccc"
|
1695
|
+
inkscape:connector-curvature="0"
|
1696
|
+
id="path4718"
|
1697
|
+
style="font-size:21.24859047px;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient4946);font-family:Ubuntu Mono;-inkscape-font-specification:Ubuntu Mono Bold"
|
1698
|
+
d="m 325.2364,61.999996 0,-2.167356 1.76912,0 -0.1287,-8.818165 -1.76912,0 0,-2.167356 6.15181,0 0,2.167356 -1.74787,0 0.1287,8.818165 1.74787,0 0,2.167356 -6.15181,0" /></g><g
|
1699
|
+
id="g4720"
|
1700
|
+
style="font-size:15.82676315px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4952);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1);font-family:Sans"
|
1701
|
+
transform="matrix(1.0640547,0,0,0.9425284,-84.03155,80.070151)"><path
|
1702
|
+
sodipodi:nodetypes="ccccccccc"
|
1703
|
+
inkscape:connector-curvature="0"
|
1704
|
+
id="path4722"
|
1705
|
+
style="font-size:22.60966301px;font-style:italic;font-variant:normal;font-stretch:normal;fill:url(#linearGradient4950);font-family:'8bitoperator JVE';-inkscape-font-specification:'8bitoperator JVE Italic'"
|
1706
|
+
d="m 263.15116,63.849438 2.25213,-9.18288 -2.8262,0 0.28703,-1.413104 8.47863,0 -0.28704,1.413104 -2.82621,0 -2.25213,9.18288 -2.82621,0" /></g><path
|
1707
|
+
inkscape:connector-curvature="0"
|
1708
|
+
id="path4726"
|
1709
|
+
d="m 265.00004,35.250051 7,5 -6.99998,4.99999 -2e-5,-3.33332 c -3.41666,0 -5.61556,1.22 -7,3.33333 0,-4.98332 3.60112,-6.66666 7,-6.66666 -2e-5,-0.85078 -1e-5,-2.61389 0,-3.33334 z"
|
1710
|
+
style="fill:url(#linearGradient4954);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1711
|
+
sodipodi:nodetypes="ccccccc" /><path
|
1712
|
+
sodipodi:nodetypes="ccccccc"
|
1713
|
+
style="fill:url(#linearGradient4956);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1714
|
+
d="m 329,35.250061 -7,5 6.99998,4.99998 2e-5,-3.33332 c 3.41666,0 5.61556,1.22 7,3.33334 0,-4.98333 -3.60112,-6.66667 -7,-6.66667 2e-5,-0.85078 10e-6,-2.61388 0,-3.33333 z"
|
1715
|
+
id="path4728"
|
1716
|
+
inkscape:connector-curvature="0" /><path
|
1717
|
+
sodipodi:nodetypes="sssssssssssssssssscccc"
|
1718
|
+
inkscape:connector-curvature="0"
|
1719
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1720
|
+
d="m 239,99.250061 c 1.0907,0 2,0.909299 2,1.999999 l 0,7 c 0,1.0907 -0.9093,2 -2,2 l -12,0 c -1.0907,0 -2,-0.9093 -2,-2 l 0,-7 c 0,-1.0907 0.9093,-1.999999 2,-1.999999 z m 0,0.999999 -12,0 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 12,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 z m -6,3 -3,4 -3,-4 z"
|
1721
|
+
id="path4730" /><path
|
1722
|
+
inkscape:connector-curvature="0"
|
1723
|
+
id="path4732"
|
1724
|
+
d="m 112,193.25006 0,14 -1,0 0,-14 z m -4.74999,-0.41664 c 0.86983,0.009 1.76033,0.34033 2.74999,1.375 l 0,8.04164 c -3.96132,-4.05865 -6.94268,2.81598 -11,-1 l 0,-8.04165 c 3.03099,2.934 5.64051,-0.40352 8.25001,-0.37496 z"
|
1725
|
+
style="fill:url(#linearGradient4960);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1726
|
+
sodipodi:nodetypes="cccccccccccc" /><path
|
1727
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4962);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1728
|
+
d="m 79.5,289.25006 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -3.5,0 c 1.0907,0 2,0.9093 2,2 l 0,10 c 0,1.0907 -0.9093,2 -2,2 -1.0907,0 -2,-0.9093 -2,-2 l 0,-10 c 0,-1.0907 0.9093,-2 2,-2 z m 0,1 c -0.554,0 -1,0.446 -1,1 l 0,10 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-10 c 0,-0.554 -0.446,-1 -1,-1 z m 11.5,1 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -8,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m 8,2 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -8,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m 8,2 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -8,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m 8,2 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m -2,0 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 z m 6.5,2 c 1.0907,0 2,0.9093 2,2 0,1.0907 -0.9093,2 -2,2 l -5,0 c -1.0907,0 -2,-0.9093 -2,-2 0,-1.0907 0.9093,-2 2,-2 l 5,0 z m 0,1 -5,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 5,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
1729
|
+
id="path4734"
|
1730
|
+
inkscape:connector-curvature="0" /><path
|
1731
|
+
sodipodi:nodetypes="ssccsssssccsssscccccccccc"
|
1732
|
+
inkscape:connector-curvature="0"
|
1733
|
+
id="path4736"
|
1734
|
+
d="m 68,1.2500615 c -1.108,0 -2,0.892 -2,2 l 0,8.9374995 3,3.0625 9,0 c 1.108,0 2,-0.892 2,-2 l 0,-9.9999995 c 0,-1.108 -0.892,-2 -2,-2 z m 0,1 10,0 0,4 c 0,1.108 0.108,1 -1,1 l -8,0 c -1.108,0 -1,0.108 -1,-1 z m 1,7.9999995 8,0 0,4 -4,0 0,-3 -2,0 0,3 -2,0 z"
|
1735
|
+
style="fill:url(#linearGradient4964);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1736
|
+
sodipodi:nodetypes="ssscsssssssssssssssssssscssccsssssssccsccssccccccssssssssssssss"
|
1737
|
+
style="fill:url(#linearGradient3291);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1738
|
+
d="m 45.5,163.25006 c 0,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.777,0.5 0.5,0.5 l 0.5,0 0,3.5 c 0,0.27699 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.22301 0.5,-0.5 l 0,-4 c 0,-0.277 -0.5,-0.5 -0.5,-0.5 z m -10,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 9,5 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 1.5,0 0,1 -1.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,2 c 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1.5,0 0,-1 1.5,0 c 0.0693,0 0.12764,-0.006 0.1875,-0.0312 0.12718,-0.041 0.2307,-0.14213 0.28125,-0.28125 0.0252,-0.0599 0.0312,-0.11825 0.0312,-0.1875 l 0,-2 c 0,-0.0693 -0.006,-0.12765 -0.0312,-0.1875 -0.0505,-0.13913 -0.15407,-0.24028 -0.28125,-0.28125 -0.0404,-0.0171 -0.0799,-0.0253 -0.125,-0.0312 l -0.0625,0 -2,0 z m -9,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
1739
|
+
id="path4738"
|
1740
|
+
inkscape:connector-curvature="0" /><path
|
1741
|
+
sodipodi:nodetypes="ssssssssssssssssssssssssssssssssssssss"
|
1742
|
+
style="fill:url(#linearGradient4966);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1743
|
+
d="m 109,163.25006 c -1.10457,0 -2,0.89543 -2,2 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m -10.5,0 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 0,2 c -0.277,0 -0.5,0.22299 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.27701 -0.223,-0.5 -0.5,-0.5 z m 10.5,5 c -1.10457,0 -2,0.89543 -2,2 0,1.10456 0.89543,2 2,2 1.10457,0 2,-0.89544 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m -10.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 0,2 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.277 0.223,0.5 0.5,0.5 l 6,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
1744
|
+
id="path4740"
|
1745
|
+
inkscape:connector-curvature="0" /><path
|
1746
|
+
style="fill:url(#linearGradient4968);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1747
|
+
d="m 235,227.25006 0,3 -10,0 0,-3 z m 5,2 0,7 -4,-3.4375 z m -5,3 0,1 -3,0 0,-1 z m -4,0 0,1 -3,0 0,-1 z m -4,0 0,1 -2,0 0,-1 z m 8,3 0,3 -10,0 0,-3 z"
|
1748
|
+
id="path4742"
|
1749
|
+
inkscape:connector-curvature="0"
|
1750
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" /><path
|
1751
|
+
inkscape:connector-curvature="0"
|
1752
|
+
id="path4744"
|
1753
|
+
d="m 6.0000001,297.25005 0,1 -1,0 0,1 -1,0 0,0.875 -0.5,-0.5 -1.5,-1.375 0,5 5,0 -1.5,-1.625 -0.375,-0.375 0.875,0 0,-1 1,0 0,-1 1,0 0,-2 -2,0 z"
|
1754
|
+
style="fill:#585858;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)" /><path
|
1755
|
+
inkscape:connector-curvature="0"
|
1756
|
+
id="path4746"
|
1757
|
+
d="m 41,321.21574 c -3.86517,0 -7,3.1502 -7,7.03432 0,3.88412 3.13483,7.03431 7,7.03431 3.86633,0 7,-3.15019 7,-7.03431 0,-3.88412 -3.13367,-7.03432 -7,-7.03432 z"
|
1758
|
+
style="fill:url(#linearGradient4970);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1759
|
+
sodipodi:nodetypes="sssss" /><path
|
1760
|
+
inkscape:transform-center-y="2.9999632"
|
1761
|
+
inkscape:transform-center-x="-1.4999864"
|
1762
|
+
sodipodi:end="2.0943951"
|
1763
|
+
sodipodi:start="0"
|
1764
|
+
sodipodi:type="arc"
|
1765
|
+
style="fill:#999999;fill-opacity:1;stroke:none"
|
1766
|
+
id="path4748"
|
1767
|
+
sodipodi:cx="39.5"
|
1768
|
+
sodipodi:cy="327.5"
|
1769
|
+
sodipodi:rx="5.5"
|
1770
|
+
sodipodi:ry="5.5"
|
1771
|
+
d="m 45,327.5 a 5.5,5.5 0 0 1 -8.25,4.76314 L 39.5,327.5 z"
|
1772
|
+
transform="matrix(1.0909017,0,0,1.0909017,-2.0906205,-29.020279)" /><path
|
1773
|
+
transform="matrix(-0.54545087,0.94474863,-0.94474863,-0.54545087,371.95048,469.56763)"
|
1774
|
+
d="m 45,327.5 a 5.5,5.5 0 0 1 -8.25,4.76314 L 39.5,327.5 z"
|
1775
|
+
sodipodi:ry="5.5"
|
1776
|
+
sodipodi:rx="5.5"
|
1777
|
+
sodipodi:cy="327.5"
|
1778
|
+
sodipodi:cx="39.5"
|
1779
|
+
id="path4750"
|
1780
|
+
style="fill:#cccccc;fill-opacity:1;stroke:none"
|
1781
|
+
sodipodi:type="arc"
|
1782
|
+
sodipodi:start="0"
|
1783
|
+
sodipodi:end="2.0943951"
|
1784
|
+
inkscape:transform-center-x="3.0004864" /><path
|
1785
|
+
inkscape:transform-center-y="-3.0004886"
|
1786
|
+
inkscape:transform-center-x="-1.4999969"
|
1787
|
+
sodipodi:end="2.0943951"
|
1788
|
+
sodipodi:start="0"
|
1789
|
+
sodipodi:type="arc"
|
1790
|
+
style="fill:#666666;fill-opacity:1;stroke:none"
|
1791
|
+
id="path4752"
|
1792
|
+
sodipodi:cx="39.5"
|
1793
|
+
sodipodi:cy="327.5"
|
1794
|
+
sodipodi:rx="5.5"
|
1795
|
+
sodipodi:ry="5.5"
|
1796
|
+
d="m 45,327.5 a 5.5,5.5 0 0 1 -8.25,4.76314 L 39.5,327.5 z"
|
1797
|
+
transform="matrix(-0.54545087,-0.94474863,0.94474863,-0.54545087,-246.85986,544.20276)" /><rect
|
1798
|
+
ry="0"
|
1799
|
+
rx="0"
|
1800
|
+
y="231.25003"
|
1801
|
+
x="98"
|
1802
|
+
height="2"
|
1803
|
+
width="14"
|
1804
|
+
id="rect4754"
|
1805
|
+
style="fill:url(#linearGradient4972);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-3)" /><rect
|
1806
|
+
style="fill:#999999;fill-opacity:1;stroke:none"
|
1807
|
+
id="rect4756"
|
1808
|
+
width="12"
|
1809
|
+
height="0.99999475"
|
1810
|
+
x="99"
|
1811
|
+
y="228.25003"
|
1812
|
+
rx="0"
|
1813
|
+
ry="0" /><rect
|
1814
|
+
ry="0"
|
1815
|
+
rx="0"
|
1816
|
+
y="226.25003"
|
1817
|
+
x="99"
|
1818
|
+
height="0.99999475"
|
1819
|
+
width="12"
|
1820
|
+
id="rect4758"
|
1821
|
+
style="fill:#999999;fill-opacity:1;stroke:none" /><rect
|
1822
|
+
ry="0"
|
1823
|
+
rx="0"
|
1824
|
+
y="237.25003"
|
1825
|
+
x="99"
|
1826
|
+
height="0.99999475"
|
1827
|
+
width="12"
|
1828
|
+
id="rect4760"
|
1829
|
+
style="fill:#999999;fill-opacity:1;stroke:none" /><rect
|
1830
|
+
style="fill:#999999;fill-opacity:1;stroke:none"
|
1831
|
+
id="rect4762"
|
1832
|
+
width="12"
|
1833
|
+
height="0.99999475"
|
1834
|
+
x="99"
|
1835
|
+
y="235.25003"
|
1836
|
+
rx="0"
|
1837
|
+
ry="0" /><rect
|
1838
|
+
style="fill:#999999;fill-opacity:1;stroke:none"
|
1839
|
+
id="rect4764"
|
1840
|
+
width="12"
|
1841
|
+
height="0.99999475"
|
1842
|
+
x="99"
|
1843
|
+
y="224.25003"
|
1844
|
+
rx="0"
|
1845
|
+
ry="0" /><rect
|
1846
|
+
ry="0"
|
1847
|
+
rx="0"
|
1848
|
+
y="239.25003"
|
1849
|
+
x="99"
|
1850
|
+
height="0.99999475"
|
1851
|
+
width="12"
|
1852
|
+
id="rect4766"
|
1853
|
+
style="fill:#999999;fill-opacity:1;stroke:none" /><path
|
1854
|
+
transform="matrix(-1,0,0,1,337.02051,0.25006141)"
|
1855
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1856
|
+
d="m 162,98 c -1.0907,0 -2,0.9093 -2,2 l 0,9 c 0,1.09069 0.9093,2 2,2 l 12,0 c 1.0907,0 2,-0.90931 2,-2 l 0,-0.375 c 0.0328,-0.0893 0.0213,-0.17215 0,-0.25 L 176,100 c 0,-1.0907 -0.9093,-2 -2,-2 z m 0,1 12,0 c 0.554,0 1,0.446 1,1 l 0,4.11795 -5.88205,5.88195 L 162,110 c -0.554,1e-5 -1,-0.446 -1,-1 l 0,-9 c 0,-0.554 0.446,-1 1,-1 z m 0.5,1 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.24237 0.0444,0.53446 0.5625,0.5 l 0.4375,0 0,5 -0.5,0 c -0.277,0 -0.5,0.223 -0.5,0.5 0,0.27699 0.223,0.5 0.5,0.5 l 2,0 c 0.277,0 0.5,-0.22301 0.5,-0.5 0,-0.277 -0.12178,-0.5281 -0.5,-0.5 l -0.5,0 0,-5 0.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 12.5,5.40625 0,0.84375 -3.71875,3.6875 -0.0312,0.0625 -0.84375,0 z m 0,2.21875 0,0.625 -1.71875,1.75 -0.625,0 z"
|
1857
|
+
id="path4768"
|
1858
|
+
inkscape:connector-curvature="0"
|
1859
|
+
sodipodi:nodetypes="ssssssccssssssccsssssscccssssscccssssccccccccccc" /><path
|
1860
|
+
style="fill:url(#linearGradient6476);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1861
|
+
d="m 65,225.25005 0,2 0,10 0,2 16,0 0,-2 0,-10 0,-2 z m 1,4 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m -10,5 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z m 5,0 4,0 0,4 -4,0 z"
|
1862
|
+
id="path4770"
|
1863
|
+
inkscape:connector-curvature="0"
|
1864
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc" /><path
|
1865
|
+
transform="matrix(1,0,0,-1,1.0000001,585.25004)"
|
1866
|
+
inkscape:connector-curvature="0"
|
1867
|
+
style="fill:#585858;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1868
|
+
d="m 5,289.99999 0,1 -1,0 0,1 -1,0 0,0.875 -0.5,-0.5 -1.5,-1.375 0,5 5,0 -1.5,-1.625 -0.375,-0.375 0.875,0 0,-1 1,0 0,-1 1,0 0,-2 -2,0 z"
|
1869
|
+
id="path4788" /><path
|
1870
|
+
transform="matrix(-1,0,0,1,25,0.25006141)"
|
1871
|
+
inkscape:connector-curvature="0"
|
1872
|
+
style="fill:#585858;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1873
|
+
d="m 13,296.99999 0,1 -1,0 0,1 -1,0 0,0.875 -0.5,-0.5 -1.5,-1.375 0,5 5,0 -1.5,-1.625 -0.375,-0.375 0.875,0 0,-1 1,0 0,-1 1,0 0,-2 -2,0 z"
|
1874
|
+
id="path4790" /><path
|
1875
|
+
id="path4792"
|
1876
|
+
d="m 5,289.99999 0,1 -1,0 0,1 -1,0 0,0.875 -0.5,-0.5 -1.5,-1.375 0,5 5,0 -1.5,-1.625 -0.375,-0.375 0.875,0 0,-1 1,0 0,-1 1,0 0,-2 -2,0 z"
|
1877
|
+
style="fill:#585858;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
1878
|
+
inkscape:connector-curvature="0"
|
1879
|
+
transform="matrix(-1,0,0,-1,17,585.25004)" /><path
|
1880
|
+
id="path4795"
|
1881
|
+
d="m 259,1.2500515 0,13.9999995 11,0 0,-8.9999995 0,-1 -4,-4 -1,0 -6,0 z m 1,1 5.34375,0 3.65625,3.65625 0,8.3437495 -5,0 -3,0 -1,0 0,-11.9999995 z m 2,5 0,1 5,0 0,-1 -5,0 z m 0,2 0,0.9999995 5,0 0,-0.9999995 -5,0 z m 0,1.9999995 0,1 5,0 0,-1 -5,0 z"
|
1882
|
+
style="fill:url(#linearGradient4980);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1883
|
+
inkscape:connector-curvature="0" /><path
|
1884
|
+
style="fill:url(#linearGradient4982);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1885
|
+
d="m 3.0000001,1.2500515 0,13.9999995 10.9999999,0 0,-8.9999995 0,-1 -4,-4 -1,0 z m 1,1 5.4999999,0 3.5,3.5 0,8.4999995 -4.9999999,0 -3,0 -1,0 z"
|
1886
|
+
id="path4797"
|
1887
|
+
inkscape:connector-curvature="0"
|
1888
|
+
sodipodi:nodetypes="cccccccccccccccc" /><path
|
1889
|
+
transform="matrix(-1,0,0,1,81,0.25006141)"
|
1890
|
+
style="fill:url(#linearGradient4984);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1891
|
+
d="m 39,6 0,1.875 -1.375,1.46875 1.375,1.46875 0,1.90625 -3.625,-3.375 z"
|
1892
|
+
id="path4799"
|
1893
|
+
inkscape:connector-curvature="0" /><path
|
1894
|
+
transform="matrix(-1,0,0,1,81,0.25006141)"
|
1895
|
+
style="fill:url(#linearGradient4986);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1896
|
+
d="M 40,6 43.6875,9.375 40,12.65625 40,10.75 41.4375,9.34375 40,7.8125 z"
|
1897
|
+
id="path4801"
|
1898
|
+
inkscape:connector-curvature="0" /><path
|
1899
|
+
transform="matrix(-1,0,0,1,82,0.25006141)"
|
1900
|
+
sodipodi:nodetypes="cccccccccccccccc"
|
1901
|
+
inkscape:connector-curvature="0"
|
1902
|
+
id="path4803"
|
1903
|
+
d="m 35,0.99999 0,14 11,0 0,-9 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.5 -5,0 -3,0 -1,0 z"
|
1904
|
+
style="fill:url(#linearGradient4988);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1905
|
+
style="fill:url(#linearGradient4990);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1906
|
+
d="m 99,1.2500515 0,13.9999995 11,0 0,-8.9999995 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.4999995 -5,0 -3,0 -1,0 z"
|
1907
|
+
id="path4805"
|
1908
|
+
inkscape:connector-curvature="0"
|
1909
|
+
sodipodi:nodetypes="cccccccccccccccc" /><path
|
1910
|
+
transform="matrix(-1,0,0,1,273,0.25006141)"
|
1911
|
+
sodipodi:nodetypes="cccccccccccccccc"
|
1912
|
+
inkscape:connector-curvature="0"
|
1913
|
+
id="path4807"
|
1914
|
+
d="m 131,0.99999 0,14 11,0 0,-9 0,-1 -4,-4 -1,0 z m 1,1 5.5,0 3.5,3.5 0,8.5 -5,0 -3,0 -1,0 z"
|
1915
|
+
style="fill:url(#linearGradient4992);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
1916
|
+
id="path4809"
|
1917
|
+
d="m 291,1.2500515 0,4.75 c 0.19146,-0.12014 0.37062,-0.22084 0.5625,-0.3125 l 0.4375,-0.21875 0,-3.21875 5.34375,0 3.65625,3.65625 0,8.3437495 -5,0 0,0.96875 c 0,0.0104 1.6e-4,0.0209 0,0.0312 l 6,0 0,-8.9999995 0,-1 -4,-4 -1,0 -6,0 z m 1,5.34375 c -0.36123,0.17256 -0.68892,0.37641 -0.96875,0.65625 -0.63338,0.63338 -1.03125,1.5335 -1.03125,2.5 0,1.3935195 0.8237,2.5643995 2,3.1249995 l 0,2.34375 c 0,0.554 0.44599,1 1,1 l 1,0.0312 c 0.554,0 1,-0.47725 1,-1.03125 l 0,-2.34375 c 1.17629,-0.5606 2,-1.73148 2,-3.1249995 0,-1.39352 -0.82119,-2.59313 -2,-3.15625 l 0,2.65625 -1.46875,0.9999995 L 292,9.2500015 l 0,-2.65625 z"
|
1918
|
+
style="fill:url(#linearGradient4994);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1919
|
+
inkscape:connector-curvature="0" /><path
|
1920
|
+
id="path4817"
|
1921
|
+
d="m 34,32.250051 0,10 3,0 0,-1 -1,0 -1,0 0,-8 4.5,0 2.5,2.5 0,0.5 1,0 0,-1 -3,-3 -1,0 -5,0 z m 4,5 0,10 9,0 0,-6 0,-1 -3,-3 -1,0 -5,0 z m 1,1 4.5,0 2.5,2.5 0,5.5 -5,0 -1,0 -1,0 0,-8 z"
|
1922
|
+
style="fill:url(#linearGradient4996);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1923
|
+
inkscape:connector-curvature="0" /><path
|
1924
|
+
transform="matrix(-1,0,0,1,389,0.25006141)"
|
1925
|
+
inkscape:connector-curvature="0"
|
1926
|
+
style="fill:url(#linearGradient5002);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1927
|
+
d="m 182,0.99999 0,14 8.8125,0 -1,-1 -1.3125,0 -1.5,0 -3,0 -1,0 0,-12 5.5,0 3.5,3.5 0,1.21875 c 0.61468,0.7698887 1,1.7287934 1,2.78125 l 0,-3.5 0,-1 -4,-4 -1,0 -6,0 z m 11,8.5 c 0,0.4831876 -0.20077,0.86276 -0.34375,1.28125 L 193,11.12499 l 0,-1.625 z m -4.5,-3.5 c -1.92115,0 -3.5,1.57884 -3.5,3.5 0,1.92115 1.57885,3.5 3.5,3.5 0.49539,0 0.94633,-0.12374 1.375,-0.3125 l 2.34375,2.34375 1.625,-1.625 -2.28125,-2.28125 C 191.829,10.63214 192,10.09539 192,9.49999 c 0,-1.92116 -1.57885,-3.5 -3.5,-3.5 z m -0.0312,1 c 1.38071,0 2.5,1.11929 2.5,2.5 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 z"
|
1928
|
+
id="path4828" /><path
|
1929
|
+
transform="matrix(-1,0,0,1,657,0.25006141)"
|
1930
|
+
inkscape:connector-curvature="0"
|
1931
|
+
style="fill:url(#linearGradient5004);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
1932
|
+
d="m 323,0.99999 0,4.75 c 0.19146,-0.1201434 0.37062,-0.2208417 0.5625,-0.3125 L 324,5.21874 l 0,-3.21875 5.34375,0 3.65625,3.65625 0,8.34375 -5,0 0,0.96875 c 0,0.01043 1.6e-4,0.02085 0,0.03125 l 6,0 0,-9 0,-1 -4,-4 -1,0 -6,0 z m 1,5.34375 c -0.36123,0.1725562 -0.68892,0.3764154 -0.96875,0.65625 C 322.39787,7.6333667 322,8.5334899 322,9.49999 c 0,1.393522 0.8237,2.564396 2,3.125 l 0,2.34375 c 0,0.554002 0.44599,1.000002 1,1 l 1,0.03125 c 0.554,-2e-6 1,-0.477248 1,-1.03125 l 0,-2.34375 c 1.17629,-0.560603 2,-1.731478 2,-3.125 0,-1.3935222 -0.82119,-2.5931341 -2,-3.15625 l 0,2.65625 -1.46875,1 -1.53125,-1 0,-2.65625 z"
|
1933
|
+
id="path4830" /><rect
|
1934
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none"
|
1935
|
+
id="rect6517"
|
1936
|
+
width="6.9999981"
|
1937
|
+
height="1"
|
1938
|
+
x="71"
|
1939
|
+
y="68.250053" /><rect
|
1940
|
+
y="70.250053"
|
1941
|
+
x="67"
|
1942
|
+
height="1"
|
1943
|
+
width="11"
|
1944
|
+
id="rect6519"
|
1945
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none" /><rect
|
1946
|
+
y="74.250053"
|
1947
|
+
x="67"
|
1948
|
+
height="1"
|
1949
|
+
width="11"
|
1950
|
+
id="rect6523"
|
1951
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none" /><rect
|
1952
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none"
|
1953
|
+
id="rect6525"
|
1954
|
+
width="3"
|
1955
|
+
height="1"
|
1956
|
+
x="67"
|
1957
|
+
y="76.250053" /><path
|
1958
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none"
|
1959
|
+
d="m 71,76.250051 0,1 1,0 0,2 -1,0 0,1 3,0 0,-1 -1,0 0,-2 1,0 0,-1 -1,0 -1,0 -1,0 z"
|
1960
|
+
id="rect6527"
|
1961
|
+
inkscape:connector-curvature="0" /><rect
|
1962
|
+
y="72.250053"
|
1963
|
+
x="67"
|
1964
|
+
height="1"
|
1965
|
+
width="11"
|
1966
|
+
id="rect6539"
|
1967
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none" /><rect
|
1968
|
+
y="66.250053"
|
1969
|
+
x="71"
|
1970
|
+
height="1"
|
1971
|
+
width="7"
|
1972
|
+
id="rect6547"
|
1973
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none" /><rect
|
1974
|
+
style="fill:#2d2d2d;fill-opacity:0.99215686;stroke:none"
|
1975
|
+
id="rect6606"
|
1976
|
+
width="3"
|
1977
|
+
height="3"
|
1978
|
+
x="67"
|
1979
|
+
y="66.250053" /><path
|
1980
|
+
inkscape:connector-curvature="0"
|
1981
|
+
style="fill:url(#linearGradient7390);fill-opacity:1;fill-rule:evenodd;display:inline;filter:url(#filter3224-1-7-1-2)"
|
1982
|
+
d="m 8.4240611,258.26107 c -1.28354,3.14452 -2.79862,6.87174 -4.15625,10.1875 l 2.5,0 0.90625,-2.5 3.3437499,0 0.8125,2.5 2.625,0 c -1.33823,-3.35178 -2.81774,-6.95392 -4.09375,-10.1875 l -1.9374999,0 z m 0.9687499,2.96875 0.90625,2.6875 -1.9062499,0 0.9999999,-2.6875 z"
|
1983
|
+
id="path4763" /><path
|
1984
|
+
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;display:inline"
|
1985
|
+
d="m 2.0000001,270.26107 0,1.98898 14.9999999,0 0,-1.98898 z"
|
1986
|
+
id="path3812"
|
1987
|
+
inkscape:connector-curvature="0" /><path
|
1988
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3645);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1-3);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1989
|
+
d="m 103.53125,32.250051 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.9375 c 0,0.2946 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.23665 0.53125,-0.53125 l 0,-0.9375 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -2.9375,0 z m -2.53125,1 c -1.0907,0 -2,0.9093 -2,2 l 0,9 c 0,1.0907 0.9093,2 2,2 l 1,0 0,-1 -1,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-9 c 0,-0.554 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.18358 0.0316,-0.36661 0.0937,-0.53125 l -0.0937,0 z m 7.90625,0 c 0.0622,0.16465 0.0937,0.34767 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.446 1,1 l 0,2 1,0 0,-2 c 0,-1.0907 -0.9093,-2 -2,-2 l -0.0937,0 z m -4.90625,5 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 7,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 l -7,0 z m 0,1 7,0 0,7 -7,0 0,-7 z m 1,1 0,1 2,0 0,4 1,0 0,-4 2,0 0,-1 -5,0 z"
|
1990
|
+
id="path3631"
|
1991
|
+
inkscape:connector-curvature="0" /><path
|
1992
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3667);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3224-1-7-1-3);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
1993
|
+
d="m 135.53125,32.250051 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.9375 c 0,0.2946 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.23665 0.53125,-0.53125 l 0,-0.9375 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -2.9375,0 z m -2.53125,1 c -1.0907,0 -2,0.9093 -2,2 l 0,2 1,0 0,-2 c 0,-0.554 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.18358 0.0316,-0.3666 0.0937,-0.53125 l -0.0937,0 z m 7.90625,0 c 0.0621,0.16464 0.0937,0.34767 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.446 1,1 l 0,9 c 0,0.554 -0.446,1 -1,1 l -1,0 0,1 1,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 l -0.0937,0 z m -9.90625,5 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 7,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 l -7,0 z m 0,1 7,0 0,7 -7,0 0,-7 z m 1,1 0,1 2,0 0,4 1,0 0,-4 2,0 0,-1 -5,0 z"
|
1994
|
+
id="path3655"
|
1995
|
+
inkscape:connector-curvature="0" /><path
|
1996
|
+
style="fill:#4c4c4c;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-2)"
|
1997
|
+
d="m 199.53125,32.250051 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.46875 -0.46875,0 c -0.29461,0 -0.53125,0.23664 -0.53125,0.53125 l 0,0.9375 c 0,0.2946 0.23664,0.53125 0.53125,0.53125 l 1,0 2.9375,0 1,0 c 0.29461,0 0.53125,-0.23665 0.53125,-0.53125 l 0,-0.9375 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -0.46875,0 0,-0.46875 c 0,-0.29461 -0.23664,-0.53125 -0.53125,-0.53125 l -2.9375,0 z m -2.53125,1 c -1.0907,0 -2,0.9093 -2,2 l 0,2 1,0 0,-2 c 0,-0.554 0.446,-1 1,-1 l 0,-0.46875 c 0,-0.18358 0.0316,-0.3666 0.0937,-0.53125 l -0.0937,0 z m 7.90625,0 c 0.0621,0.16464 0.0937,0.34767 0.0937,0.53125 l 0,0.46875 c 0.554,0 1,0.446 1,1 l 0,9 c 0,0.554 -0.446,1 -1,1 l -1,0 0,1 1,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 l -0.0937,0 z m -9.90625,5 c -0.554,0 -1,0.446 -1,1 l 0,7 c 0,0.554 0.446,1 1,1 l 7,0 c 0.554,0 1,-0.446 1,-1 l 0,-7 c 0,-0.554 -0.446,-1 -1,-1 l -7,0 z m 0,1 7,0 0,7 -7,0 0,-7 z m 1,1 0,1 0,4 1,0 1,-1 1,0 1,1 1,0 0,-4 0,-1 -1,0 0,3 -0.25,0 -0.75,0 0,-1 -1,0 0,1 -0.75,0 -0.25,0 0,-3 -1,0 z"
|
1998
|
+
id="path3708"
|
1999
|
+
inkscape:connector-curvature="0" /><rect
|
2000
|
+
style="fill:url(#linearGradient3809);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-2)"
|
2001
|
+
id="rect3807"
|
2002
|
+
width="16"
|
2003
|
+
height="7.9999976"
|
2004
|
+
x="257"
|
2005
|
+
y="100.25005"
|
2006
|
+
rx="2"
|
2007
|
+
ry="2" /><path
|
2008
|
+
style="fill:#767676;fill-opacity:1;stroke:none"
|
2009
|
+
d="m 259,106.25005 0,-3.375 c 0,-0.35225 0.27275,-0.625 0.625,-0.625 l 12.375,0 0,-0.375 c 0,-0.35225 -0.27275,-0.625 -0.625,-0.625 l -12.75,0 c -0.35225,0 -0.625,0.27275 -0.625,0.625 l 0,3.75 c 0,0.35225 0.27275,0.625 0.625,0.625 l 0.375,0 z"
|
2010
|
+
id="rect3811"
|
2011
|
+
inkscape:connector-curvature="0" /><g
|
2012
|
+
style="font-size:15.85716724px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#585858;fill-opacity:0.99215686;stroke:none;filter:url(#filter3224-1-7-1-2);font-family:Sans"
|
2013
|
+
id="text3563"
|
2014
|
+
transform="translate(18,0.25006141)"><path
|
2015
|
+
d="m 91.018035,130.55223 0,2.44671 c -0.634915,-0.28389 -1.011554,-0.48077 -1.615481,-0.62531 -0.603942,-0.14452 -1.174325,-0.21679 -1.71115,-0.2168 -0.712338,10e-6 -1.238845,0.0981 -1.579522,0.29423 -0.340685,0.19616 -0.511026,0.5007 -0.511022,0.91364 -4e-6,0.30972 0.113556,0.55233 0.340681,0.72782 0.232279,0.17035 0.650387,0.31746 1.254327,0.44134 l 1.269812,0.25551 c 1.28529,0.2581 2.198934,0.6504 2.740936,1.1769 0.541983,0.52651 0.81298,1.27498 0.81299,2.2454 -10e-6,1.27498 -0.379405,2.22475 -1.138185,2.84933 -0.753637,0.61942 -1.907307,0.92913 -3.461013,0.92913 -0.732986,0 -1.468547,-0.0697 -2.206686,-0.20905 -0.738146,-0.13937 -1.476288,-0.34584 -2.214429,-0.61942 l 0,-2.5164 c 0.738141,0.39231 1.450474,0.68911 2.137002,0.89042 0.691682,0.19615 1.357558,0.29423 1.997631,0.29423 0.650386,0 1.148502,-0.1084 1.494352,-0.3252 0.345836,-0.2168 0.518757,-0.52651 0.518765,-0.92913 -8e-6,-0.36133 -0.11873,-0.64007 -0.356167,-0.83622 -0.232289,-0.19615 -0.699435,-0.37165 -1.401439,-0.52651 l -1.153671,-0.25551 c -1.156255,-0.24776 -2.002796,-0.64264 -2.539624,-1.18464 -0.531671,-0.54199 -0.797506,-1.27239 -0.797504,-2.1912 -2e-6,-1.15108 0.37165,-2.03634 1.114957,-2.65577 0.743301,-0.61941 1.811801,-0.92912 3.205501,-0.92913 0.6349,1e-5 1.287872,0.049 1.958918,0.14712 0.671031,0.0929 1.122516,0.21753 1.840021,0.40851"
|
2016
|
+
style="font-weight:bold;fill:#585858;-inkscape-font-specification:Sans Bold"
|
2017
|
+
id="path3568"
|
2018
|
+
inkscape:connector-curvature="0"
|
2019
|
+
sodipodi:nodetypes="ccccccccccccsccccsccccccssccc" /></g><path
|
2020
|
+
id="path3593"
|
2021
|
+
d="m 99.5,136.25006 12,0 c 0.277,0 0.5,0.20442 0.5,0.45833 l 0,0.0833 c 0,0.25395 -0.223,0.45837 -0.5,0.45837 l -12,0 c -0.277,0 -0.5,-0.20442 -0.5,-0.45833 l 0,-0.0833 c 0,-0.25395 0.223,-0.45837 0.5,-0.45837 z"
|
2022
|
+
style="fill:#2d2d2d;fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1)"
|
2023
|
+
inkscape:connector-curvature="0"
|
2024
|
+
sodipodi:nodetypes="sssssssss" /><path
|
2025
|
+
style="fill:url(#linearGradient3947);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)"
|
2026
|
+
d="m 3,354.25006 0,13 1,0 0,-13 z"
|
2027
|
+
id="path3580"
|
2028
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2029
|
+
inkscape:export-xdpi="90"
|
2030
|
+
inkscape:export-ydpi="90"
|
2031
|
+
inkscape:connector-curvature="0"
|
2032
|
+
sodipodi:nodetypes="ccccc" /><path
|
2033
|
+
style="fill:#b50000;fill-opacity:1;fill-rule:evenodd"
|
2034
|
+
d="m 7.49999,353.83342 c -0.79075,0.009 -1.6003,0.34033 -2.49999,1.375 l 0,8.04164 c 3.6012,-4.05865 6.31153,2.81598 10,-1 l 0,-8.04165 c -2.75545,2.934 -5.12774,-0.40352 -7.50001,-0.37496 z"
|
2035
|
+
id="path3574"
|
2036
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2037
|
+
inkscape:export-xdpi="90"
|
2038
|
+
inkscape:export-ydpi="90"
|
2039
|
+
inkscape:connector-curvature="0" /><path
|
2040
|
+
id="path4350"
|
2041
|
+
d="m 7.49999,354.83342 c -0.79075,0.009 -1.6003,0.34033 -2.49999,1.375 l 0,7.04164 c 3.6012,-4.05865 6.31153,2.81598 10,-1 l 0,-7.04165 c -2.75545,2.934 -5.12774,-0.40352 -7.50001,-0.37496 z"
|
2042
|
+
style="fill:url(#linearGradient3949);fill-opacity:1;fill-rule:evenodd"
|
2043
|
+
inkscape:connector-curvature="0"
|
2044
|
+
sodipodi:nodetypes="ccccccc"
|
2045
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2046
|
+
inkscape:export-xdpi="90"
|
2047
|
+
inkscape:export-ydpi="90" /><path
|
2048
|
+
style="fill:#8e0000;fill-opacity:1;fill-rule:evenodd"
|
2049
|
+
d="m 15,354.2188 c -0.30805,0.32801 -0.61008,0.56529 -0.90909,0.75 l 0,7 c -2.37556,1.46746 -4.48386,-1.15037 -6.59091,-1.125 -0.79075,0.009 -1.60031,0.34033 -2.5,1.375 l 0,0.25 0,0.75 0,0.0312 c 0.17642,-0.19882 0.34007,-0.3831 0.51136,-0.53125 0.17129,-0.14815 0.34405,-0.27195 0.51137,-0.375 0.33463,-0.2061 0.66866,-0.31581 0.99432,-0.375 -0.0646,-0.009 -0.13201,-0.0172 -0.19887,-0.0312 0.22905,-0.0632 0.45744,-0.0912 0.68182,-0.0937 1.52669,-0.0184 3.05867,1.36143 4.6875,1.5625 0.0643,0.008 0.13429,-0.004 0.19886,0 0.086,0.005 0.16893,0.0337 0.25569,0.0312 0.0948,-0.003 0.18827,-0.0188 0.28409,-0.0312 0.13088,-0.017 0.26485,-0.0564 0.39772,-0.0937 0.18899,-0.0529 0.37588,-0.1176 0.56819,-0.21875 0.0301,-0.0155 0.055,-0.0457 0.0852,-0.0625 0.16982,-0.0943 0.33776,-0.20651 0.51137,-0.34375 0.16802,-0.13283 0.33949,-0.25969 0.51136,-0.4375 l 0,-0.0312 0,-1 0,-7 z"
|
2050
|
+
id="path4364"
|
2051
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2052
|
+
inkscape:export-xdpi="90"
|
2053
|
+
inkscape:export-ydpi="90"
|
2054
|
+
inkscape:connector-curvature="0" /><rect
|
2055
|
+
inkscape:export-ydpi="90"
|
2056
|
+
inkscape:export-xdpi="90"
|
2057
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2058
|
+
y="352.25006"
|
2059
|
+
x="1"
|
2060
|
+
height="16"
|
2061
|
+
width="16"
|
2062
|
+
id="rect3598"
|
2063
|
+
style="fill:#ffffff;fill-opacity:0;stroke:none" /><path
|
2064
|
+
sodipodi:nodetypes="ccccc"
|
2065
|
+
inkscape:connector-curvature="0"
|
2066
|
+
inkscape:export-ydpi="90"
|
2067
|
+
inkscape:export-xdpi="90"
|
2068
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2069
|
+
id="path3600"
|
2070
|
+
d="m 3,354.25006 0,13 1,0 0,-13 z"
|
2071
|
+
style="fill:url(#linearGradient3576);fill-opacity:1;fill-rule:evenodd;filter:url(#filter3224-1-7-1)" /><path
|
2072
|
+
inkscape:connector-curvature="0"
|
2073
|
+
inkscape:export-ydpi="90"
|
2074
|
+
inkscape:export-xdpi="90"
|
2075
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2076
|
+
id="path3602"
|
2077
|
+
d="m 7.49999,353.83342 c -0.79075,0.009 -1.6003,0.34033 -2.49999,1.375 l 0,8.04164 c 3.6012,-4.05865 6.31153,2.81598 10,-1 l 0,-8.04165 c -2.75545,2.934 -5.12774,-0.40352 -7.50001,-0.37496 z"
|
2078
|
+
style="fill:#b50000;fill-opacity:1;fill-rule:evenodd" /><path
|
2079
|
+
inkscape:export-ydpi="90"
|
2080
|
+
inkscape:export-xdpi="90"
|
2081
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2082
|
+
sodipodi:nodetypes="ccccccc"
|
2083
|
+
inkscape:connector-curvature="0"
|
2084
|
+
style="fill:url(#linearGradient4358);fill-opacity:1;fill-rule:evenodd"
|
2085
|
+
d="m 7.49999,354.83342 c -0.79075,0.009 -1.6003,0.34033 -2.49999,1.375 l 0,7.04164 c 3.6012,-4.05865 6.31153,2.81598 10,-1 l 0,-7.04165 c -2.75545,2.934 -5.12774,-0.40352 -7.50001,-0.37496 z"
|
2086
|
+
id="path3604" /><path
|
2087
|
+
inkscape:connector-curvature="0"
|
2088
|
+
inkscape:export-ydpi="90"
|
2089
|
+
inkscape:export-xdpi="90"
|
2090
|
+
inkscape:export-filename="/home/oleq/ck/ckeditor-dev/plugins/link/images/anchor.png"
|
2091
|
+
id="path3606"
|
2092
|
+
d="m 15,354.2188 c -0.30805,0.32801 -0.61008,0.56529 -0.90909,0.75 l 0,7 c -2.37556,1.46746 -4.48386,-1.15037 -6.59091,-1.125 -0.79075,0.009 -1.60031,0.34033 -2.5,1.375 l 0,0.25 0,0.75 0,0.0312 c 0.17642,-0.19882 0.34007,-0.3831 0.51136,-0.53125 0.17129,-0.14815 0.34405,-0.27195 0.51137,-0.375 0.33463,-0.2061 0.66866,-0.31581 0.99432,-0.375 -0.0646,-0.009 -0.13201,-0.0172 -0.19887,-0.0312 0.22905,-0.0632 0.45744,-0.0912 0.68182,-0.0937 1.52669,-0.0184 3.05867,1.36143 4.6875,1.5625 0.0643,0.008 0.13429,-0.004 0.19886,0 0.086,0.005 0.16893,0.0337 0.25569,0.0312 0.0948,-0.003 0.18827,-0.0188 0.28409,-0.0312 0.13088,-0.017 0.26485,-0.0564 0.39772,-0.0937 0.18899,-0.0529 0.37588,-0.1176 0.56819,-0.21875 0.0301,-0.0155 0.055,-0.0457 0.0852,-0.0625 0.16982,-0.0943 0.33776,-0.20651 0.51137,-0.34375 0.16802,-0.13283 0.33949,-0.25969 0.51136,-0.4375 l 0,-0.0312 0,-1 0,-7 z"
|
2093
|
+
style="fill:#8e0000;fill-opacity:1;fill-rule:evenodd" /><path
|
2094
|
+
style="fill:url(#linearGradient4386);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-2)"
|
2095
|
+
d="m 65,321.25005 0,14 3,0 0,-1 -2,0 0,-12 2,0 0,-1 z m 13,0 0,1 2,0 0,12 -2,0 0,1 3,0 0,-14 z"
|
2096
|
+
id="rect3578"
|
2097
|
+
inkscape:connector-curvature="0"
|
2098
|
+
sodipodi:nodetypes="cccccccccccccccccc" /><g
|
2099
|
+
style="font-size:13.71140385px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4388);fill-opacity:1;stroke:none;filter:url(#filter3224-1-7-1-2);font-family:Sans"
|
2100
|
+
id="text4354"
|
2101
|
+
transform="translate(2.0000001,0.25006141)"><path
|
2102
|
+
d="m 70.006423,329.43503 1.991763,0 c 1.837326,0 3.016509,-1.30258 3.016509,-3.33187 0,-2.00186 -1.138049,-3.09877 -3.22218,-3.09877 l -3.790777,0 0,9.99561 2.004685,0 0,-3.56497 m 0,-1.71392 0,-3.0028 1.347327,0 c 1.096911,0 1.604234,0.4799 1.604234,1.50826 0,1.01464 -0.507323,1.49454 -1.604234,1.49454 l -1.347327,0"
|
2103
|
+
style="font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient3951);font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold"
|
2104
|
+
id="path4361"
|
2105
|
+
inkscape:connector-curvature="0"
|
2106
|
+
sodipodi:nodetypes="csssccccccsssc" /></g></g></svg>
|