vectory 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +1 -1
  3. data/.github/workflows/release.yml +24 -0
  4. data/.gitignore +4 -0
  5. data/README.adoc +157 -1
  6. data/Rakefile +4 -0
  7. data/bin/vectory +9 -0
  8. data/emf.emf +1 -0
  9. data/lib/vectory/cli.rb +140 -0
  10. data/lib/vectory/datauri.rb +48 -0
  11. data/lib/vectory/emf.rb +31 -0
  12. data/lib/vectory/eps.rb +31 -0
  13. data/lib/vectory/file_magic.rb +53 -0
  14. data/lib/vectory/image.rb +23 -0
  15. data/lib/vectory/inkscape_converter.rb +72 -0
  16. data/lib/vectory/ps.rb +25 -0
  17. data/lib/vectory/svg.rb +27 -0
  18. data/lib/vectory/system_call.rb +49 -0
  19. data/lib/vectory/utils.rb +54 -0
  20. data/lib/vectory/vector.rb +74 -0
  21. data/lib/vectory/version.rb +1 -1
  22. data/lib/vectory.rb +34 -1
  23. data/spec/examples/emf2eps/img.emf +0 -0
  24. data/spec/examples/emf2eps/img.emf.datauri +1 -0
  25. data/spec/examples/emf2eps/img.eps +88 -0
  26. data/spec/examples/emf2ps/img.emf +0 -0
  27. data/spec/examples/emf2ps/img.ps +125 -0
  28. data/spec/examples/emf2svg/img.emf +0 -0
  29. data/spec/examples/emf2svg/img.svg +9 -0
  30. data/spec/examples/eps2emf/img.emf +0 -0
  31. data/spec/examples/eps2emf/img.eps +199 -0
  32. data/spec/examples/eps2emf/img.eps.datauri +1 -0
  33. data/spec/examples/eps2ps/img.eps +199 -0
  34. data/spec/examples/eps2ps/img.ps +549 -0
  35. data/spec/examples/eps2svg/img.eps +199 -0
  36. data/spec/examples/eps2svg/img.svg +173 -0
  37. data/spec/examples/eps_but_svg_extension.svg +199 -0
  38. data/spec/examples/img.jpg +0 -0
  39. data/spec/examples/ps2emf/img.emf +0 -0
  40. data/spec/examples/ps2emf/img.ps +549 -0
  41. data/spec/examples/ps2emf/img.ps.datauri +1 -0
  42. data/spec/examples/ps2eps/img.eps +844 -0
  43. data/spec/examples/ps2eps/img.ps +549 -0
  44. data/spec/examples/ps2svg/img.ps +549 -0
  45. data/spec/examples/ps2svg/img.svg +476 -0
  46. data/spec/examples/svg2emf/img.emf +0 -0
  47. data/spec/examples/svg2emf/img.svg +1 -0
  48. data/spec/examples/svg2emf/img.svg.datauri +1 -0
  49. data/spec/examples/svg2eps/img.eps +88 -0
  50. data/spec/examples/svg2eps/img.svg +1 -0
  51. data/spec/examples/svg2ps/img.ps +125 -0
  52. data/spec/examples/svg2ps/img.svg +1 -0
  53. data/spec/spec_helper.rb +7 -0
  54. data/spec/support/matchers.rb +39 -0
  55. data/spec/support/text_matcher.rb +63 -0
  56. data/spec/support/vectory_helper.rb +17 -0
  57. data/spec/vectory/cli_spec.rb +214 -0
  58. data/spec/vectory/datauri_spec.rb +101 -0
  59. data/spec/vectory/emf_spec.rb +38 -0
  60. data/spec/vectory/eps_spec.rb +40 -0
  61. data/spec/vectory/file_magic_spec.rb +24 -0
  62. data/spec/vectory/inkscape_converter_spec.rb +38 -0
  63. data/spec/vectory/ps_spec.rb +33 -0
  64. data/spec/vectory/svg_spec.rb +33 -0
  65. data/spec/vectory/vector_spec.rb +60 -0
  66. data/tmp/.keep +0 -0
  67. data/vectory.gemspec +10 -3
  68. metadata +163 -20
@@ -0,0 +1,476 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ version="1.1"
6
+ id="svg1"
7
+ width="721.33331"
8
+ height="961.33331"
9
+ viewBox="0 0 721.33331 961.33331"
10
+ sodipodi:docname="img.ps"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <defs
16
+ id="defs1">
17
+ <clipPath
18
+ clipPathUnits="userSpaceOnUse"
19
+ id="clipPath2">
20
+ <path
21
+ d="M 260,740 H 5140 V 6050 H 260 Z"
22
+ transform="translate(0,-2.4999999e-5)"
23
+ id="path2" />
24
+ </clipPath>
25
+ <clipPath
26
+ clipPathUnits="userSpaceOnUse"
27
+ id="clipPath4">
28
+ <path
29
+ d="M 260,740 H 5140 V 6050 H 260 Z"
30
+ transform="translate(0,-2.4999999e-5)"
31
+ id="path4" />
32
+ </clipPath>
33
+ <clipPath
34
+ clipPathUnits="userSpaceOnUse"
35
+ id="clipPath6">
36
+ <path
37
+ d="M 260,740 H 5140 V 6050 H 260 Z"
38
+ transform="translate(0,-2.4999999e-5)"
39
+ id="path6" />
40
+ </clipPath>
41
+ <clipPath
42
+ clipPathUnits="userSpaceOnUse"
43
+ id="clipPath8">
44
+ <path
45
+ d="M 260,740 H 5140 V 6050 H 260 Z"
46
+ transform="translate(0,-2.4999999e-5)"
47
+ id="path8" />
48
+ </clipPath>
49
+ <clipPath
50
+ clipPathUnits="userSpaceOnUse"
51
+ id="clipPath10">
52
+ <path
53
+ d="M 260,740 H 5140 V 6050 H 260 Z"
54
+ transform="translate(0,-2.4999999e-5)"
55
+ id="path10" />
56
+ </clipPath>
57
+ <clipPath
58
+ clipPathUnits="userSpaceOnUse"
59
+ id="clipPath12">
60
+ <path
61
+ d="M 260,740 H 5140 V 6050 H 260 Z"
62
+ transform="translate(0,-2.4999999e-5)"
63
+ id="path12" />
64
+ </clipPath>
65
+ <clipPath
66
+ clipPathUnits="userSpaceOnUse"
67
+ id="clipPath14">
68
+ <path
69
+ d="M 260,740 H 5140 V 6050 H 260 Z"
70
+ transform="translate(0,-2.4999999e-5)"
71
+ id="path14" />
72
+ </clipPath>
73
+ <clipPath
74
+ clipPathUnits="userSpaceOnUse"
75
+ id="clipPath16">
76
+ <path
77
+ d="M 260,740 H 5140 V 6050 H 260 Z"
78
+ transform="translate(0,-2.4999999e-5)"
79
+ id="path16" />
80
+ </clipPath>
81
+ <clipPath
82
+ clipPathUnits="userSpaceOnUse"
83
+ id="clipPath18">
84
+ <path
85
+ d="M 260,740 H 5140 V 6050 H 260 Z"
86
+ transform="translate(0,-2.4999999e-5)"
87
+ id="path18" />
88
+ </clipPath>
89
+ <clipPath
90
+ clipPathUnits="userSpaceOnUse"
91
+ id="clipPath20">
92
+ <path
93
+ d="M 260,740 H 5140 V 6050 H 260 Z"
94
+ transform="translate(0,-2.4999999e-5)"
95
+ id="path20" />
96
+ </clipPath>
97
+ <clipPath
98
+ clipPathUnits="userSpaceOnUse"
99
+ id="clipPath22">
100
+ <path
101
+ d="M 260,740 H 5140 V 6050 H 260 Z"
102
+ transform="translate(0,-2.4999999e-5)"
103
+ id="path22" />
104
+ </clipPath>
105
+ <clipPath
106
+ clipPathUnits="userSpaceOnUse"
107
+ id="clipPath24">
108
+ <path
109
+ d="M 260,740 H 5140 V 6050 H 260 Z"
110
+ transform="translate(0,-2.4999999e-5)"
111
+ id="path24" />
112
+ </clipPath>
113
+ <clipPath
114
+ clipPathUnits="userSpaceOnUse"
115
+ id="clipPath26">
116
+ <path
117
+ d="M 260,740 H 5140 V 6050 H 260 Z"
118
+ transform="translate(0,-2.4999999e-5)"
119
+ id="path26" />
120
+ </clipPath>
121
+ <clipPath
122
+ clipPathUnits="userSpaceOnUse"
123
+ id="clipPath28">
124
+ <path
125
+ d="M 260,740 H 5140 V 6050 H 260 Z"
126
+ transform="translate(0,-2.4999999e-5)"
127
+ id="path28" />
128
+ </clipPath>
129
+ <clipPath
130
+ clipPathUnits="userSpaceOnUse"
131
+ id="clipPath30">
132
+ <path
133
+ d="M 260,740 H 5140 V 6050 H 260 Z"
134
+ transform="translate(0,-2.4999999e-5)"
135
+ id="path30" />
136
+ </clipPath>
137
+ <clipPath
138
+ clipPathUnits="userSpaceOnUse"
139
+ id="clipPath32">
140
+ <path
141
+ d="M 260,740 H 5140 V 6050 H 260 Z"
142
+ transform="translate(0,-2.4999999e-5)"
143
+ id="path32" />
144
+ </clipPath>
145
+ <clipPath
146
+ clipPathUnits="userSpaceOnUse"
147
+ id="clipPath34">
148
+ <path
149
+ d="M 260,740 H 5140 V 6050 H 260 Z"
150
+ transform="translate(0,-2.4999999e-5)"
151
+ id="path34" />
152
+ </clipPath>
153
+ <clipPath
154
+ clipPathUnits="userSpaceOnUse"
155
+ id="clipPath36">
156
+ <path
157
+ d="M 260,740 H 5140 V 6050 H 260 Z"
158
+ transform="translate(0,-2.4999999e-5)"
159
+ id="path36" />
160
+ </clipPath>
161
+ <clipPath
162
+ clipPathUnits="userSpaceOnUse"
163
+ id="clipPath38">
164
+ <path
165
+ d="M 260,740 H 5140 V 6050 H 260 Z"
166
+ transform="translate(0,-2.4999999e-5)"
167
+ id="path38" />
168
+ </clipPath>
169
+ <clipPath
170
+ clipPathUnits="userSpaceOnUse"
171
+ id="clipPath40">
172
+ <path
173
+ d="M 260,740 H 5140 V 6050 H 260 Z"
174
+ transform="translate(0,-2.4999999e-5)"
175
+ id="path40" />
176
+ </clipPath>
177
+ <clipPath
178
+ clipPathUnits="userSpaceOnUse"
179
+ id="clipPath42">
180
+ <path
181
+ d="M 260,740 H 5140 V 6050 H 260 Z"
182
+ transform="translate(0,-2.4999999e-5)"
183
+ id="path42" />
184
+ </clipPath>
185
+ <clipPath
186
+ clipPathUnits="userSpaceOnUse"
187
+ id="clipPath44">
188
+ <path
189
+ d="M 260,740 H 5140 V 6050 H 260 Z"
190
+ transform="translate(0,-2.4999999e-5)"
191
+ id="path44" />
192
+ </clipPath>
193
+ <clipPath
194
+ clipPathUnits="userSpaceOnUse"
195
+ id="clipPath46">
196
+ <path
197
+ d="M 260,740 H 5140 V 6050 H 260 Z"
198
+ transform="translate(0,-2.4999999e-5)"
199
+ id="path46" />
200
+ </clipPath>
201
+ <clipPath
202
+ clipPathUnits="userSpaceOnUse"
203
+ id="clipPath48">
204
+ <path
205
+ d="M 260,740 H 5140 V 6050 H 260 Z"
206
+ transform="translate(0,-2.4999999e-5)"
207
+ id="path48" />
208
+ </clipPath>
209
+ <clipPath
210
+ clipPathUnits="userSpaceOnUse"
211
+ id="clipPath50">
212
+ <path
213
+ d="M 260,740 H 5140 V 6050 H 260 Z"
214
+ transform="translate(0,-2.4999999e-5)"
215
+ id="path50" />
216
+ </clipPath>
217
+ <clipPath
218
+ clipPathUnits="userSpaceOnUse"
219
+ id="clipPath52">
220
+ <path
221
+ d="M 260,740 H 5140 V 6050 H 260 Z"
222
+ transform="translate(0,-2.4999999e-5)"
223
+ id="path52" />
224
+ </clipPath>
225
+ <clipPath
226
+ clipPathUnits="userSpaceOnUse"
227
+ id="clipPath54">
228
+ <path
229
+ d="M 260,740 H 5140 V 6050 H 260 Z"
230
+ transform="translate(0,-2.4999999e-5)"
231
+ id="path54" />
232
+ </clipPath>
233
+ <clipPath
234
+ clipPathUnits="userSpaceOnUse"
235
+ id="clipPath56">
236
+ <path
237
+ d="M 260,740 H 5140 V 6050 H 260 Z"
238
+ transform="translate(0,-2.4999999e-5)"
239
+ id="path56" />
240
+ </clipPath>
241
+ <clipPath
242
+ clipPathUnits="userSpaceOnUse"
243
+ id="clipPath58">
244
+ <path
245
+ d="M 260,740 H 5140 V 6050 H 260 Z"
246
+ transform="translate(0,-2.4999999e-5)"
247
+ id="path58" />
248
+ </clipPath>
249
+ <clipPath
250
+ clipPathUnits="userSpaceOnUse"
251
+ id="clipPath60">
252
+ <path
253
+ d="M 260,740 H 5140 V 6050 H 260 Z"
254
+ transform="translate(0,-2.4999999e-5)"
255
+ id="path60" />
256
+ </clipPath>
257
+ <clipPath
258
+ clipPathUnits="userSpaceOnUse"
259
+ id="clipPath62">
260
+ <path
261
+ d="M 260,740 H 5140 V 6050 H 260 Z"
262
+ transform="translate(0,-2.4999999e-5)"
263
+ id="path62" />
264
+ </clipPath>
265
+ </defs>
266
+ <sodipodi:namedview
267
+ id="namedview1"
268
+ pagecolor="#ffffff"
269
+ bordercolor="#000000"
270
+ borderopacity="0.25"
271
+ inkscape:showpageshadow="2"
272
+ inkscape:pageopacity="0.0"
273
+ inkscape:pagecheckerboard="0"
274
+ inkscape:deskcolor="#d1d1d1">
275
+ <inkscape:page
276
+ x="0"
277
+ y="0"
278
+ inkscape:label="1"
279
+ id="page1"
280
+ width="721.33331"
281
+ height="961.33331"
282
+ margin="0"
283
+ bleed="0" />
284
+ </sodipodi:namedview>
285
+ <g
286
+ id="g1"
287
+ inkscape:groupmode="layer"
288
+ inkscape:label="1">
289
+ <path
290
+ id="path1"
291
+ d="M 270,1180 H 5130"
292
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
293
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
294
+ clip-path="url(#clipPath2)" />
295
+ <path
296
+ id="path3"
297
+ d="M 5130,1180 V 6040"
298
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
299
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
300
+ clip-path="url(#clipPath4)" />
301
+ <path
302
+ id="path5"
303
+ d="M 5130,6040 H 270"
304
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
305
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
306
+ clip-path="url(#clipPath6)" />
307
+ <path
308
+ id="path7"
309
+ d="M 270,6040 V 1180"
310
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
311
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
312
+ clip-path="url(#clipPath8)" />
313
+ <path
314
+ id="path9"
315
+ d="m 4320,2260 c 0,596.45 -483.55,1080 -1080,1080 -596.45,0 -1080,-483.55 -1080,-1080 0,-596.45 483.55,-1080 1080,-1080 596.45,0 1080,483.55 1080,1080 z"
316
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
317
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
318
+ clip-path="url(#clipPath10)" />
319
+ <path
320
+ id="path11"
321
+ d="m 3250,3220 -30,10 -50,-20 -50,-30 -60,-60 -60,-70 -70,-90 -70,-100 -70,-120 -80,-130 -70,-130 -80,-150 -70,-150 -70,-160 -70,-150 -50,-160 -60,-150 -40,-140 -40,-130 -30,-120 -20,-110 -10,-100 v -80 l 10,-60 10,-40 30,-20 30,-10 50,20 50,30 60,60 60,70 70,90 70,100 70,120 80,130 70,130 80,150 70,150 70,160 70,150 50,160 60,150 40,140 40,130 30,120 20,110 10,100 v 80 l -10,60 -10,40 -30,20"
322
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
323
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
324
+ clip-path="url(#clipPath12)" />
325
+ <path
326
+ id="path13"
327
+ d="M 1350,2260 V 4960"
328
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
329
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
330
+ clip-path="url(#clipPath14)" />
331
+ <path
332
+ id="path15"
333
+ d="M 1620,2260 V 4960"
334
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
335
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
336
+ clip-path="url(#clipPath16)" />
337
+ <path
338
+ id="path17"
339
+ d="M 1890,2260 V 4960"
340
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
341
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
342
+ clip-path="url(#clipPath18)" />
343
+ <path
344
+ id="path19"
345
+ d="M 2160,2260 V 4960"
346
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
347
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
348
+ clip-path="url(#clipPath20)" />
349
+ <path
350
+ id="path21"
351
+ d="M 2430,2260 V 4960"
352
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
353
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
354
+ clip-path="url(#clipPath22)" />
355
+ <path
356
+ id="path23"
357
+ d="M 2700,2260 V 4960"
358
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
359
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
360
+ clip-path="url(#clipPath24)" />
361
+ <path
362
+ id="path25"
363
+ d="M 2970,2260 V 4960"
364
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
365
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
366
+ clip-path="url(#clipPath26)" />
367
+ <path
368
+ id="path27"
369
+ d="M 3240,2260 V 4960"
370
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
371
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
372
+ clip-path="url(#clipPath28)" />
373
+ <path
374
+ id="path29"
375
+ d="M 3510,2260 V 4960"
376
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
377
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
378
+ clip-path="url(#clipPath30)" />
379
+ <path
380
+ id="path31"
381
+ d="M 3780,2260 V 4960"
382
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
383
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
384
+ clip-path="url(#clipPath32)" />
385
+ <path
386
+ id="path33"
387
+ d="M 4050,2260 V 4960"
388
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
389
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
390
+ clip-path="url(#clipPath34)" />
391
+ <path
392
+ id="path35"
393
+ d="M 1350,2260 H 4050"
394
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
395
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
396
+ clip-path="url(#clipPath36)" />
397
+ <path
398
+ id="path37"
399
+ d="M 1350,2530 H 4050"
400
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
401
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
402
+ clip-path="url(#clipPath38)" />
403
+ <path
404
+ id="path39"
405
+ d="M 1350,2800 H 4050"
406
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
407
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
408
+ clip-path="url(#clipPath40)" />
409
+ <path
410
+ id="path41"
411
+ d="M 1350,3070 H 4050"
412
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
413
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
414
+ clip-path="url(#clipPath42)" />
415
+ <path
416
+ id="path43"
417
+ d="M 1350,3340 H 4050"
418
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
419
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
420
+ clip-path="url(#clipPath44)" />
421
+ <path
422
+ id="path45"
423
+ d="M 1350,3610 H 4050"
424
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
425
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
426
+ clip-path="url(#clipPath46)" />
427
+ <path
428
+ id="path47"
429
+ d="M 1350,3880 H 4050"
430
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
431
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
432
+ clip-path="url(#clipPath48)" />
433
+ <path
434
+ id="path49"
435
+ d="M 1350,4150 H 4050"
436
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
437
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
438
+ clip-path="url(#clipPath50)" />
439
+ <path
440
+ id="path51"
441
+ d="M 1350,4420 H 4050"
442
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
443
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
444
+ clip-path="url(#clipPath52)" />
445
+ <path
446
+ id="path53"
447
+ d="M 1350,4690 H 4050"
448
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
449
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
450
+ clip-path="url(#clipPath54)" />
451
+ <path
452
+ id="path55"
453
+ d="M 1350,4960 H 4050"
454
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
455
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
456
+ clip-path="url(#clipPath56)" />
457
+ <path
458
+ id="path57"
459
+ d="m 2750,3610 c 0,27.62 -22.38,50 -50,50 -27.62,0 -50,-22.38 -50,-50 0,-27.62 22.38,-50 50,-50 27.62,0 50,22.38 50,50 z"
460
+ style="fill:none;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
461
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
462
+ clip-path="url(#clipPath58)" />
463
+ <path
464
+ id="path59"
465
+ d="m 4050,4420 c 0,298.24 -241.76,540 -540,540"
466
+ style="fill:none;stroke:#00ff00;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
467
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
468
+ clip-path="url(#clipPath60)" />
469
+ <path
470
+ id="path61"
471
+ d="m 1364.41,2262.46 v -2.69 c 5.28,0.11 8.44,0.23 13.13,0.23 4.69,0 7.97,-0.12 13.24,-0.23 v 2.69 l -4.33,0.24 c -4.11,0.23 -4.46,0.93 -4.57,8.08 v 38.09 c 0,4.57 0.11,6.44 0.35,9.02 h 13.94 c 2.58,-0.12 3.4,-0.7 3.63,-3.05 l 0.36,-7.03 h 2.81 c 0,5.86 0.12,9.38 0.58,14.42 l -11.95,-0.12 c -5.15,-0.12 -6.09,-0.12 -7.5,-0.12 h -14.18 c -1.05,0 -5.86,0.12 -12.19,0.24 h -6.09 c 0.47,-5.04 0.59,-8.56 0.59,-14.42 h 2.81 l 0.35,7.03 c 0.23,2.35 0.94,2.93 3.63,3.05 h 13.95 c 0.23,-2.81 0.35,-4.92 0.35,-9.02 v -38.09 c -0.12,-7.26 -0.47,-7.85 -4.57,-8.08 z m 96.49,0 v -2.69 c 5.78,0.11 8.2,0.23 11.13,0.23 2.81,0 5.43,-0.12 11.13,-0.23 v 2.69 l -3.98,0.24 c -3.13,0.23 -3.4,0.58 -3.4,6.44 v 19.1 c 0,4.1 5.98,8.44 11.52,8.44 5.94,0 9.93,-4.45 9.93,-11.37 v -25.54 c 4.1,0.11 5.5,0.23 7.15,0.23 1.28,0 2.92,-0.12 7.38,-0.23 v 2.69 l -3.64,0.24 c -3.16,0.23 -3.28,0.58 -3.39,6.44 v 17.46 c 0,10.43 -4.93,15.59 -15,15.59 -3.28,0 -5.16,-0.47 -7.11,-2.23 l -6.84,-5.98 v 30.59 l -0.78,0.82 c -3.98,-1.52 -6.91,-2.34 -14.06,-3.4 v -2.46 h 5.04 c 1.64,0 2.34,-1.05 2.34,-3.75 v -46.64 c -0.16,-5.86 -0.27,-6.21 -3.4,-6.44 z m 121.05,39.38 -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -20.27 c 0,-5.86 -0.23,-6.21 -3.4,-6.44 l -4.1,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.69,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.35,-5.04 4.92,-5.04 2.7,0 5.04,2.34 5.04,5.04 0,2.46 -2.34,5.04 -4.92,5.04 z m 43.24,-48.99 c 0,-6.21 -0.23,-8.91 -0.93,-12.54 4.8,-1.52 8.2,-2.11 12.3,-2.11 11.84,0 20.16,6.21 20.16,15.12 0,2.81 -0.78,4.8 -2.46,6.56 -2.35,2.35 -5.28,3.4 -13.25,4.92 -7.38,1.41 -9.84,3.28 -9.84,7.39 0,4.45 3.05,7.03 8.67,7.03 6.1,0 10.67,-3.17 10.67,-7.38 v -2.11 h 2.46 c 0.15,5.27 0.27,7.38 0.47,10.19 -4.93,1.64 -7.97,2.23 -11.72,2.23 -10.43,0 -16.88,-4.92 -16.88,-13.01 0,-4.45 1.99,-7.27 6.21,-9.26 2.35,-1.05 7.15,-2.58 13.25,-3.87 4.1,-0.93 5.74,-2.69 5.74,-6.21 0,-4.92 -4.46,-8.32 -10.78,-8.32 -6.68,0 -11.25,3.17 -11.25,7.62 v 3.75 z m 134.57,28.95 -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -20.27 c 0,-5.86 -0.23,-6.21 -3.39,-6.44 l -4.11,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.93,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.69,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.35,-5.04 4.93,-5.04 2.69,0 5.03,2.34 5.03,5.04 0,2.46 -2.34,5.04 -4.92,5.04 z m 43.24,-48.99 c 0,-6.21 -0.23,-8.91 -0.93,-12.54 4.8,-1.52 8.2,-2.11 12.3,-2.11 11.84,0 20.16,6.21 20.16,15.12 0,2.81 -0.82,4.8 -2.46,6.56 -2.35,2.35 -5.28,3.4 -13.25,4.92 -7.38,1.41 -9.84,3.28 -9.84,7.39 0,4.45 3.05,7.03 8.67,7.03 6.1,0 10.67,-3.17 10.67,-7.38 v -2.11 h 2.46 c 0.12,5.27 0.23,7.38 0.47,10.19 -4.93,1.64 -7.97,2.23 -11.72,2.23 -10.43,0 -16.88,-4.92 -16.88,-13.01 0,-4.45 2,-7.27 6.21,-9.26 2.35,-1.05 7.15,-2.58 13.25,-3.87 4.1,-0.93 5.74,-2.69 5.74,-6.21 0,-4.92 -4.45,-8.32 -10.78,-8.32 -6.68,0 -11.25,3.17 -11.25,7.62 v 3.75 z m 127.19,29.3 2.81,17.69 c 0.12,0.12 0.12,0.35 0.12,0.47 0,1.76 -1.99,3.52 -3.87,3.52 -1.99,0 -3.86,-1.76 -3.86,-3.52 v -0.47 l 2.93,-17.69 z m 16.29,0 2.81,17.69 c 0.12,0.12 0.12,0.35 0.12,0.47 0,1.76 -1.99,3.52 -3.87,3.52 -1.99,0 -3.86,-1.76 -3.86,-3.52 v -0.47 l 2.93,-17.69 z m 76.84,-14.18 c 0,4.1 0.47,7.85 1.29,11.01 -3.64,2.23 -6.68,3.17 -10.43,3.17 -4.46,0 -9.38,-1.64 -14.77,-5.16 -6.33,-3.87 -9.61,-10.08 -9.61,-18.16 0,-12.07 8.44,-20.63 20.63,-20.63 4.68,0 11.36,1.64 12.3,3.05 l 1.88,2.81 -0.82,1.41 c -3.52,-1.88 -6.21,-2.58 -9.5,-2.58 -9.96,0 -16.52,7.73 -16.52,19.57 0,9.61 4.45,15 12.54,15 4.1,0 8.32,-1.64 9.96,-3.98 l 0.59,-5.51 z m 60.93,13.83 -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -20.27 c 0,-5.86 -0.23,-6.21 -3.39,-6.44 l -4.11,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.93,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.69,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.35,-5.04 4.93,-5.04 2.69,0 5.04,2.34 5.04,5.04 0,2.46 -2.35,5.04 -4.93,5.04 z m 41.49,-59.42 v -2.69 c 5.97,0.11 8.55,0.23 11.13,0.23 2.11,0 5.39,-0.12 12.77,-0.23 v 2.69 l -4.68,0.24 c -4.11,0.23 -4.22,0.35 -4.22,6.44 v 15.47 c 0,5.51 3.63,9.96 8.08,9.96 2.7,0 4.57,-1.29 5.98,-4.1 h 1.88 l 0.82,10.78 c -1.06,0.59 -2.58,0.94 -4.22,0.94 -2.7,0 -5.51,-1.41 -7.5,-3.64 l -5.04,-5.97 v 9.26 l -0.82,0.35 c -4.34,-1.88 -9.26,-3.17 -13.95,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.99,-6.57 v -20.27 c -0.12,-5.86 -0.24,-6.21 -3.4,-6.44 z m 105.08,25.55 c 0,4.1 0.46,7.85 1.28,11.01 -3.63,2.23 -6.68,3.17 -10.42,3.17 -4.46,0 -9.38,-1.64 -14.77,-5.16 -6.33,-3.87 -9.61,-10.08 -9.61,-18.16 0,-12.07 8.44,-20.63 20.62,-20.63 4.69,0 11.37,1.64 12.31,3.05 l 1.87,2.81 -0.82,1.41 c -3.51,-1.88 -6.21,-2.58 -9.49,-2.58 -9.96,0 -16.52,7.73 -16.52,19.57 0,9.61 4.45,15 12.54,15 4.1,0 8.32,-1.64 9.96,-3.98 l 0.58,-5.51 z m 45.93,-25.55 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 v 55.43 l -0.82,0.82 c -3.83,-1.52 -6.91,-2.34 -13.94,-3.4 v -2.46 h 5.04 c 1.52,0 2.26,-1.05 2.26,-3.75 v -46.64 c -0.15,-5.86 -0.27,-6.21 -3.44,-6.44 z m 89.93,3.87 -1.22,0.82 c -5.74,-3.4 -7.85,-4.22 -11.71,-4.22 -5.86,0 -10.79,2.69 -13.25,7.03 -1.75,2.93 -2.34,5.51 -2.58,10.78 h 13.25 c 6.44,0 10.54,0.35 16.29,1.17 0,1.29 0.11,2.11 0.11,3.17 0,10.43 -6.68,17.11 -16.87,17.11 -3.17,0 -7.03,-1.17 -10.78,-3.28 -7.39,-4.34 -10.32,-9.85 -10.32,-19.34 0,-5.51 1.29,-10.43 3.75,-13.83 3.64,-4.8 9.61,-7.5 16.41,-7.5 3.4,0 6.68,0.71 10.31,2.35 2.35,0.93 4.34,2.11 4.69,2.69 z m -7.08,17.69 c -4.57,-0.11 -6.79,-0.23 -10.07,-0.23 -4.22,0 -6.57,0.12 -11.37,0.47 0,4.22 0.39,6.21 1.52,8.67 1.88,3.87 5.63,6.33 9.96,6.33 3.05,0 5.39,-1.17 7.04,-3.64 1.99,-2.92 2.57,-5.5 2.92,-11.6 z m 65.04,-14.06 c -2.69,0 -5.15,-2.46 -5.15,-5.16 0,-2.81 2.46,-5.27 5.04,-5.27 2.93,0 5.5,2.46 5.5,5.27 0,2.7 -2.57,5.16 -5.39,5.16 z m 34.57,-32.58 v -2.69 c 6.21,0.23 8.79,0.23 11.25,0.23 2.46,0 5.04,0 11.25,-0.23 v 2.69 l -4.1,0.35 c -3.16,0.36 -3.28,0.47 -3.4,6.45 v 16.99 c 2.82,-1.64 5.63,-2.22 9.73,-2.22 2.7,0 4.92,0.46 6.33,1.4 l 10.31,6.68 c 3.52,2.35 7.74,11.6 7.74,17.35 0,9.96 -8.21,17.81 -18.64,17.81 -3.4,0 -6.56,-0.82 -8.08,-2.23 l -7.39,-6.8 v 8.68 l -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -45.23 c -0.11,-5.98 -0.23,-6.09 -3.39,-6.45 z m 15,50.16 c 0,1.29 0.47,2.23 1.64,3.75 2.58,3.4 6.45,5.04 10.79,5.04 8.55,0 13.94,-5.86 13.94,-15.24 0,-10.07 -6.09,-17.57 -14.18,-17.57 -4.92,0 -8.67,1.64 -12.19,5.27 z m 94.34,-25.08 v -2.69 c 6.37,0.11 8.91,0.23 11.25,0.23 2.34,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.06,0.24 c -3.21,0.35 -3.32,0.58 -3.44,6.44 v 55.43 l -0.78,0.82 c -3.87,-1.52 -6.92,-2.34 -13.95,-3.4 v -2.46 h 5.04 c 1.53,0 2.23,-1.05 2.23,-3.75 v -46.64 c -0.12,-5.86 -0.24,-6.21 -3.4,-6.44 z m 75.59,39.73 c -13.13,0 -22.15,-9.26 -22.15,-22.62 0,-12.77 7.85,-21.33 19.57,-21.33 13.83,0 23.79,9.61 23.79,23.09 0,12.19 -8.91,20.86 -21.21,20.86 z m -1.64,-2.93 c 8.43,0 14.41,-9.03 14.41,-21.21 0,-10.43 -4.45,-16.88 -11.84,-16.88 -8.79,0 -14.76,8.67 -14.76,21.45 0,10.78 4.33,16.64 12.19,16.64 z m 83.63,-4.92 v -25.9 c 0,-6.68 3.05,-9.49 9.96,-9.49 1.99,0 4.22,0.46 4.69,1.05 l 4.33,4.8 -1.17,1.53 c -2.34,-1.41 -3.52,-1.76 -5.27,-1.76 -3.52,0 -4.92,1.88 -4.92,6.21 v 23.56 h 11.48 l 0.82,4.92 -12.3,-0.59 v 3.4 c 0,3.75 0.23,7.62 0.93,12.77 l -1.05,1.06 c -2.23,-1.41 -4.81,-2.58 -7.62,-3.4 0.24,-2.58 0.35,-4.34 0.35,-7.15 v -6.33 l -7.03,-3.16 v -1.88 z m 59.37,7.85 2.82,17.69 c 0.11,0.12 0.11,0.35 0.11,0.47 0,1.76 -1.99,3.52 -3.86,3.52 -2,0 -3.87,-1.76 -3.87,-3.52 v -0.47 l 2.93,-17.69 z m 16.29,0 2.81,17.69 c 0.12,0.12 0.12,0.35 0.12,0.47 0,1.76 -1.99,3.52 -3.87,3.52 -1.99,0 -3.86,-1.76 -3.86,-3.52 v -0.47 l 2.93,-17.69 z m 52.11,-32.23 c -2.69,0 -5.15,-2.46 -5.15,-5.16 0,-2.81 2.46,-5.27 5.03,-5.27 2.93,0 5.51,2.46 5.51,5.27 0,2.7 -2.58,5.16 -5.39,5.16 z m -1477.19,802.5 v -2.69 c 5.28,0.11 8.44,0.23 13.13,0.23 4.69,0 7.97,-0.12 13.24,-0.23 v 2.69 l -4.33,0.24 c -4.11,0.23 -4.46,0.93 -4.57,8.08 v 38.09 c 0,4.57 0.11,6.44 0.35,9.02 h 13.94 c 2.58,-0.12 3.4,-0.7 3.63,-3.05 l 0.36,-7.03 h 2.81 c 0,5.86 0.12,9.38 0.58,14.42 l -11.95,-0.12 c -5.15,-0.12 -6.09,-0.12 -7.5,-0.12 h -14.18 c -1.05,0 -5.86,0.12 -12.19,0.24 h -6.09 c 0.47,-5.04 0.59,-8.56 0.59,-14.42 h 2.81 l 0.35,7.03 c 0.23,2.35 0.94,2.93 3.63,3.05 h 13.95 c 0.23,-2.81 0.35,-4.92 0.35,-9.02 v -38.09 c -0.12,-7.26 -0.47,-7.85 -4.57,-8.08 z m 41.33,0 v -2.69 c 5.74,0.11 8.21,0.23 11.14,0.23 2.81,0 5.39,-0.12 11.13,-0.23 v 2.69 l -3.99,0.24 c -3.16,0.23 -3.4,0.58 -3.4,6.44 v 19.1 c 0,4.1 5.98,8.44 11.49,8.44 5.98,0 9.96,-4.45 9.96,-11.37 v -25.54 c 4.1,0.11 5.51,0.23 7.15,0.23 1.29,0 2.93,-0.12 7.38,-0.23 v 2.69 l -3.63,0.24 c -3.17,0.23 -3.28,0.58 -3.4,6.44 v 17.46 c 0,10.43 -4.92,15.59 -15,15.59 -3.28,0 -5.16,-0.47 -7.15,-2.23 l -6.8,-5.98 v 30.59 l -0.82,0.82 c -3.98,-1.52 -6.91,-2.34 -14.06,-3.4 v -2.46 h 5.04 c 1.64,0 2.34,-1.05 2.34,-3.75 v -46.64 c -0.11,-5.86 -0.23,-6.21 -3.39,-6.44 z m 68.67,39.38 -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -20.27 c 0,-5.86 -0.23,-6.21 -3.39,-6.44 l -4.11,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.93,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.69,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.35,-5.04 4.93,-5.04 2.69,0 5.03,2.34 5.03,5.04 0,2.46 -2.34,5.04 -4.92,5.04 z m 17.07,-48.99 c 0,-6.21 -0.23,-8.91 -0.93,-12.54 4.8,-1.52 8.2,-2.11 12.3,-2.11 11.84,0 20.16,6.21 20.16,15.12 0,2.81 -0.82,4.8 -2.46,6.56 -2.35,2.35 -5.28,3.4 -13.25,4.92 -7.38,1.41 -9.84,3.28 -9.84,7.39 0,4.45 3.05,7.03 8.67,7.03 6.09,0 10.67,-3.17 10.67,-7.38 v -2.11 h 2.46 c 0.11,5.27 0.23,7.38 0.46,10.19 -4.92,1.64 -7.96,2.23 -11.71,2.23 -10.43,0 -16.88,-4.92 -16.88,-13.01 0,-4.45 1.99,-7.27 6.21,-9.26 2.35,-1.05 7.15,-2.58 13.24,-3.87 4.11,-0.93 5.75,-2.69 5.75,-6.21 0,-4.92 -4.46,-8.32 -10.78,-8.32 -6.68,0 -11.25,3.17 -11.25,7.62 v 3.75 z m 73.91,28.95 -0.82,0.35 c -4.34,-1.88 -9.26,-3.17 -13.95,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.99,-6.57 v -20.27 c 0,-5.86 -0.24,-6.21 -3.4,-6.44 l -4.1,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.34,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.17,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.7,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.34,-5.04 4.92,-5.04 2.7,0 5.04,2.34 5.04,5.04 0,2.46 -2.34,5.04 -4.92,5.04 z m 17.03,-48.99 c 0,-6.21 -0.24,-8.91 -0.94,-12.54 4.81,-1.52 8.2,-2.11 12.31,-2.11 11.83,0 20.15,6.21 20.15,15.12 0,2.81 -0.82,4.8 -2.46,6.56 -2.34,2.35 -5.27,3.4 -13.24,4.92 -7.38,1.41 -9.84,3.28 -9.84,7.39 0,4.45 3.04,7.03 8.67,7.03 6.09,0 10.66,-3.17 10.66,-7.38 v -2.11 h 2.46 c 0.12,5.27 0.24,7.38 0.47,10.19 -4.92,1.64 -7.97,2.23 -11.72,2.23 -10.43,0 -16.87,-4.92 -16.87,-13.01 0,-4.45 1.99,-7.27 6.21,-9.26 2.34,-1.05 7.15,-2.58 13.24,-3.87 4.1,-0.93 5.74,-2.69 5.74,-6.21 0,-4.92 -4.45,-8.32 -10.78,-8.32 -6.68,0 -11.25,3.17 -11.25,7.62 v 3.75 z m 60.66,0 c 0,-6.21 -0.23,-8.91 -0.93,-12.54 4.8,-1.52 8.2,-2.11 12.3,-2.11 11.84,0 20.16,6.21 20.16,15.12 0,2.81 -0.82,4.8 -2.46,6.56 -2.35,2.35 -5.28,3.4 -13.25,4.92 -7.38,1.41 -9.84,3.28 -9.84,7.39 0,4.45 3.05,7.03 8.67,7.03 6.09,0 10.67,-3.17 10.67,-7.38 v -2.11 h 2.46 c 0.11,5.27 0.23,7.38 0.46,10.19 -4.92,1.64 -7.96,2.23 -11.71,2.23 -10.43,0 -16.88,-4.92 -16.88,-13.01 0,-4.45 1.99,-7.27 6.21,-9.26 2.35,-1.05 7.15,-2.58 13.24,-3.87 4.11,-0.93 5.75,-2.69 5.75,-6.21 0,-4.92 -4.46,-8.32 -10.78,-8.32 -6.68,0 -11.25,3.17 -11.25,7.62 v 3.75 z m 35.94,-10.43 v -2.69 c 6.33,0.11 8.91,0.23 11.48,0.23 2.82,0 5.16,-0.12 10.67,-0.23 v 2.69 l -3.75,0.24 c -3.17,0.23 -3.28,0.58 -3.28,6.44 v 19.1 c 0,4.1 5.86,8.44 11.25,8.44 4.92,0 8.2,-4.57 8.2,-11.37 v -16.17 c 0,-5.86 -0.23,-6.21 -3.28,-6.44 l -4.22,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.34,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.17,0.35 -3.28,0.58 -3.28,6.44 v 19.1 c 0,4.1 5.86,8.44 11.25,8.44 4.92,0 8.2,-4.57 8.2,-11.37 v -25.54 c 4.1,0.11 5.63,0.23 7.15,0.23 1.41,0 3.05,-0.12 7.97,-0.23 v 2.69 l -4.22,0.24 c -3.16,0.35 -3.16,0.58 -3.28,6.44 v 18.63 c 0,8.91 -5.28,14.42 -13.48,14.42 -3.28,0 -5.74,-0.71 -7.38,-2.23 l -6.92,-6.09 c -2.81,5.97 -6.44,8.32 -12.77,8.32 -3.28,0 -5.86,-0.71 -7.38,-2.23 l -6.21,-5.74 v 7.62 l -0.82,0.35 c -4.46,-1.88 -9.38,-3.17 -14.07,-3.64 v -2.57 h 3.29 c 3.75,-0.12 3.86,-0.47 3.98,-6.57 v -20.27 c -0.12,-5.86 -0.23,-6.21 -3.28,-6.44 z m 107.23,4.92 -0.47,-7.61 c 4.45,0.11 5.74,0.23 7.03,0.23 1.17,0 1.64,0 4.8,-0.23 h 1.88 v 2.69 l -3.52,0.12 c -2.34,0.35 -2.46,0.58 -2.57,5.27 v 16.41 c 0,13.12 -3.75,17.93 -14.18,17.93 -3.99,0 -7.5,-0.94 -10.9,-3.05 l -4.81,-2.81 v -5.86 l 2.35,-0.7 1.17,2.81 c 1.87,4.22 2.81,4.8 6.91,4.8 8.56,0 12.07,-3.28 12.31,-11.48 l -8.91,-1.64 c -12.3,-2.23 -17.34,-6.45 -17.34,-14.42 0,-6.91 4.1,-10.89 11.25,-10.89 1.75,0 3.16,0.23 3.86,0.7 z m 0,3.75 c -2.58,-3.63 -8.32,-7.03 -11.84,-7.03 -3.63,0 -6.68,3.17 -6.68,7.15 0,3.28 1.76,6.45 4.34,8.2 2.34,1.29 7.26,2.58 14.18,3.64 z m 17.69,-8.67 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 v 55.43 l -0.82,0.82 c -3.87,-1.52 -6.91,-2.34 -13.94,-3.4 v -2.46 h 5.04 c 1.52,0 2.22,-1.05 2.22,-3.75 v -46.64 c -0.12,-5.86 -0.23,-6.21 -3.4,-6.44 z m 26.21,0 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.92,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 v 55.43 l -0.82,0.82 c -3.86,-1.52 -6.91,-2.34 -13.94,-3.4 v -2.46 h 5.04 c 1.52,0 2.22,-1.05 2.22,-3.75 v -46.64 c -0.11,-5.86 -0.23,-6.21 -3.4,-6.44 z m 47.5,-25.08 v -2.69 c 6.21,0.23 8.79,0.23 11.25,0.23 2.46,0 5.04,0 11.25,-0.23 v 2.69 l -4.1,0.35 c -3.16,0.36 -3.28,0.47 -3.4,6.45 v 16.99 c 2.82,-1.64 5.63,-2.22 9.73,-2.22 2.7,0 4.92,0.46 6.33,1.4 l 10.31,6.68 c 3.52,2.35 7.73,11.6 7.73,17.35 0,9.96 -8.2,17.81 -18.63,17.81 -3.4,0 -6.56,-0.82 -8.08,-2.23 l -7.39,-6.8 v 8.68 l -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -45.23 c -0.11,-5.98 -0.23,-6.09 -3.4,-6.45 z m 15,50.16 c 0,1.29 0.47,2.23 1.64,3.75 2.58,3.4 6.45,5.04 10.79,5.04 8.55,0 13.94,-5.86 13.94,-15.24 0,-10.07 -6.09,-17.57 -14.18,-17.57 -4.92,0 -8.67,1.64 -12.19,5.27 z m 40.28,-25.08 v -2.69 c 5.97,0.11 8.55,0.23 11.13,0.23 2.11,0 5.39,-0.12 12.77,-0.23 v 2.69 l -4.68,0.24 c -4.11,0.23 -4.22,0.35 -4.22,6.44 v 15.47 c 0,5.51 3.63,9.96 8.08,9.96 2.7,0 4.57,-1.29 5.98,-4.1 h 1.87 l 0.82,10.78 c -1.05,0.59 -2.57,0.94 -4.21,0.94 -2.7,0 -5.51,-1.41 -7.5,-3.64 l -5.04,-5.97 v 9.26 l -0.82,0.35 c -4.34,-1.88 -9.26,-3.17 -13.95,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.99,-6.57 v -20.27 c -0.12,-5.86 -0.24,-6.21 -3.4,-6.44 z m 50.54,39.38 -0.82,0.35 c -4.33,-1.88 -9.25,-3.17 -13.94,-3.64 v -2.57 h 3.28 c 3.75,-0.12 3.87,-0.47 3.98,-6.57 v -20.27 c 0,-5.86 -0.23,-6.21 -3.39,-6.44 l -4.11,-0.24 v -2.69 c 6.33,0.11 8.91,0.23 11.25,0.23 2.35,0 4.93,-0.12 11.25,-0.23 v 2.69 l -4.1,0.24 c -3.16,0.35 -3.28,0.58 -3.4,6.44 z m -4.1,20.04 c -2.69,0 -5.04,-2.35 -5.04,-5.04 0,-2.7 2.35,-5.04 4.92,-5.04 2.7,0 5.04,2.34 5.04,5.04 0,2.46 -2.34,5.04 -4.92,5.04 z m 50.35,-62.11 c 4.1,0.11 5.51,0.23 7.15,0.23 1.29,0 2.93,-0.12 7.38,-0.23 v 2.69 l -3.63,0.24 c -3.16,0.23 -3.28,0.58 -3.4,6.44 v 17.46 c 0,10.43 -4.92,15.59 -15,15.59 -3.28,0 -5.15,-0.47 -7.14,-2.23 l -6.8,-5.98 v 7.86 l -0.82,0.35 c -4.34,-1.88 -9.38,-3.17 -14.06,-3.64 v -2.57 h 3.39 c 3.64,-0.12 3.87,-0.47 3.99,-6.57 v -20.27 c 0,-5.86 -0.35,-6.21 -3.4,-6.44 l -3.98,-0.24 v -2.69 c 5.74,0.11 8.2,0.23 11.13,0.23 2.81,0 5.39,-0.12 11.13,-0.23 v 2.69 l -3.98,0.24 c -3.17,0.23 -3.4,0.58 -3.4,6.44 v 19.1 c 0,4.1 5.97,8.44 11.48,8.44 5.98,0 9.96,-4.45 9.96,-11.37 z m 24.26,34.57 v -25.9 c 0,-6.68 3.05,-9.49 9.96,-9.49 1.99,0 4.22,0.46 4.69,1.05 l 4.34,4.8 -1.18,1.53 c -2.34,-1.41 -3.51,-1.76 -5.27,-1.76 -3.52,0 -4.92,1.88 -4.92,6.21 v 23.56 h 11.48 l 0.82,4.92 -12.3,-0.59 v 3.4 c 0,3.75 0.23,7.62 0.94,12.77 l -1.06,1.06 c -2.23,-1.41 -4.8,-2.58 -7.62,-3.4 0.24,-2.58 0.36,-4.34 0.36,-7.15 v -6.33 l -7.04,-3.16 v -1.88 z m 31.64,-24.38 c -2.69,0 -5.15,-2.46 -5.15,-5.16 0,-2.81 2.46,-5.27 5.03,-5.27 2.93,0 5.51,2.46 5.51,5.27 0,2.7 -2.58,5.16 -5.39,5.16 z"
472
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
473
+ transform="matrix(0.13333333,0,0,-0.13333333,0,961.33333)"
474
+ clip-path="url(#clipPath62)" />
475
+ </g>
476
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="#009" r="45" cx="50" cy="50"/><path d="M33,26H78A37,37,0,0,1,33,83V57H59V43H33Z" fill="#FFF"/></svg>
@@ -0,0 +1 @@
1
+ data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGZpbGw9IiMwMDkiIHI9IjQ1IiBjeD0iNTAiIGN5PSI1MCIvPjxwYXRoIGQ9Ik0zMywyNkg3OEEzNywzNywwLDAsMSwzMyw4M1Y1N0g1OVY0M0gzM1oiIGZpbGw9IiNGRkYiLz48L3N2Zz4K
@@ -0,0 +1,88 @@
1
+ %!PS-Adobe-3.0 EPSF-3.0
2
+ %%Creator: cairo 1.17.9 (https://cairographics.org)
3
+ %%CreationDate: Tue Oct 3 15:04:16 2023
4
+ %%Pages: 1
5
+ %%DocumentData: Clean7Bit
6
+ %%LanguageLevel: 2
7
+ %%BoundingBox: 3 4 72 73
8
+ %%EndComments
9
+ %%BeginProlog
10
+ 50 dict begin
11
+ /q { gsave } bind def
12
+ /Q { grestore } bind def
13
+ /cm { 6 array astore concat } bind def
14
+ /w { setlinewidth } bind def
15
+ /J { setlinecap } bind def
16
+ /j { setlinejoin } bind def
17
+ /M { setmiterlimit } bind def
18
+ /d { setdash } bind def
19
+ /m { moveto } bind def
20
+ /l { lineto } bind def
21
+ /c { curveto } bind def
22
+ /h { closepath } bind def
23
+ /re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
24
+ 0 exch rlineto 0 rlineto closepath } bind def
25
+ /S { stroke } bind def
26
+ /f { fill } bind def
27
+ /f* { eofill } bind def
28
+ /n { newpath } bind def
29
+ /W { clip } bind def
30
+ /W* { eoclip } bind def
31
+ /BT { } bind def
32
+ /ET { } bind def
33
+ /BDC { mark 3 1 roll /BDC pdfmark } bind def
34
+ /EMC { mark /EMC pdfmark } bind def
35
+ /cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
36
+ /Tj { show currentpoint cairo_store_point } bind def
37
+ /TJ {
38
+ {
39
+ dup
40
+ type /stringtype eq
41
+ { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
42
+ } forall
43
+ currentpoint cairo_store_point
44
+ } bind def
45
+ /cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
46
+ cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
47
+ /Tf { pop /cairo_font exch def /cairo_font_matrix where
48
+ { pop cairo_selectfont } if } bind def
49
+ /Td { matrix translate cairo_font_matrix matrix concatmatrix dup
50
+ /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
51
+ /cairo_font where { pop cairo_selectfont } if } bind def
52
+ /Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
53
+ cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
54
+ /g { setgray } bind def
55
+ /rg { setrgbcolor } bind def
56
+ /d1 { setcachedevice } bind def
57
+ /cairo_data_source {
58
+ CairoDataIndex CairoData length lt
59
+ { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
60
+ { () } ifelse
61
+ } def
62
+ /cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
63
+ /cairo_image { image cairo_flush_ascii85_file } def
64
+ /cairo_imagemask { imagemask cairo_flush_ascii85_file } def
65
+ %%EndProlog
66
+ %%BeginSetup
67
+ %%EndSetup
68
+ %%Page: 1 1
69
+ %%BeginPageSetup
70
+ %%PageBoundingBox: 3 4 72 73
71
+ %%EndPageSetup
72
+ q 3 4 69 69 rectclip
73
+ 1 0 0 -1 0 76 cm q
74
+ 0 0 0.6 rg
75
+ 71.25 37.5 m 71.25 56.141 56.141 71.25 37.5 71.25 c 18.859 71.25 3.75 56.141
76
+ 3.75 37.5 c 3.75 18.859 18.859 3.75 37.5 3.75 c 56.141 3.75 71.25 18.859
77
+ 71.25 37.5 c h
78
+ 71.25 37.5 m f
79
+ 1 g
80
+ 24.75 19.5 m 58.5 19.5 l 67.145 29.57 67.445 44.352 59.223 54.77 c 51 65.184
81
+ 36.551 68.32 24.75 62.25 c 24.75 42.75 l 44.25 42.75 l 44.25 32.25 l 24.75
82
+ 32.25 l h
83
+ 24.75 19.5 m f
84
+ Q Q
85
+ showpage
86
+ %%Trailer
87
+ end
88
+ %%EOF
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="#009" r="45" cx="50" cy="50"/><path d="M33,26H78A37,37,0,0,1,33,83V57H59V43H33Z" fill="#FFF"/></svg>