ig3tool 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/bin/ig3tool +114 -0
  2. data/lib/glade/bib.glade +539 -0
  3. data/lib/glade/bibliotheek.glade +994 -0
  4. data/lib/glade/icons/cola.png +0 -0
  5. data/lib/glade/icons/emblem-money.png +0 -0
  6. data/lib/glade/icons/emblem-package.png +0 -0
  7. data/lib/glade/icons/emblem-penning.xpm +98 -0
  8. data/lib/glade/icons/emblem-people.png +0 -0
  9. data/lib/glade/icons/emblem-sales.png +0 -0
  10. data/lib/glade/icons/gdict.png +0 -0
  11. data/lib/glade/icons/members_klein.png +0 -0
  12. data/lib/glade/icons/members_xklein.png +0 -0
  13. data/lib/glade/icons/no.xpm +34 -0
  14. data/lib/glade/icons/stock_book.svg +338 -0
  15. data/lib/glade/icons/stock_book_klein.png +0 -0
  16. data/lib/glade/icons/stock_book_xklein.png +0 -0
  17. data/lib/glade/icons/stock_bookmark.svg +327 -0
  18. data/lib/glade/icons/stock_bookmark_klein.png +0 -0
  19. data/lib/glade/icons/stock_bookmark_xklein.png +0 -0
  20. data/lib/glade/icons/stock_print.png +0 -0
  21. data/lib/glade/interne.glade +228 -0
  22. data/lib/glade/loginwindow.glade +255 -0
  23. data/lib/glade/memberinfo.svg +411 -0
  24. data/lib/glade/memberinfo_klein.png +0 -0
  25. data/lib/glade/memberinfo_xklein.png +0 -0
  26. data/lib/glade/members.glade +596 -0
  27. data/lib/glade/members.svg +559 -0
  28. data/lib/glade/members_klein.png +0 -0
  29. data/lib/glade/members_xklein.png +0 -0
  30. data/lib/glade/penningtool.glade +731 -0
  31. data/lib/glade/people.glade +947 -0
  32. data/lib/glade/printen.glade +358 -0
  33. data/lib/glade/printer.png +0 -0
  34. data/lib/glade/printer_klein.png +0 -0
  35. data/lib/glade/printer_xklein.png +0 -0
  36. data/lib/glade/printerlog_klein.png +0 -0
  37. data/lib/glade/printerlog_xklein.png +0 -0
  38. data/lib/glade/printing.glade +841 -0
  39. data/lib/glade/products.glade +404 -0
  40. data/lib/glade/sales.glade +426 -0
  41. data/lib/glade/stock_book.svg +338 -0
  42. data/lib/glade/stock_book_klein.png +0 -0
  43. data/lib/glade/stock_book_xklein.png +0 -0
  44. data/lib/glade/stock_bookmark_klein.png +0 -0
  45. data/lib/glade/stock_bookmark_xklein.png +0 -0
  46. data/lib/glade/vendingmachine.glade +207 -0
  47. data/lib/lib/errors.rb +90 -0
  48. data/lib/lib/util.rb +89 -0
  49. data/lib/ui/automaatwindow.rb +107 -0
  50. data/lib/ui/bibliotheekwindow.rb +453 -0
  51. data/lib/ui/bibwindow.rb +537 -0
  52. data/lib/ui/gladehelper.rb +110 -0
  53. data/lib/ui/internewindow.rb +126 -0
  54. data/lib/ui/loginwindow.rb +60 -0
  55. data/lib/ui/memberswindow.rb +327 -0
  56. data/lib/ui/messagebox.rb +23 -0
  57. data/lib/ui/peoplewindow.rb +333 -0
  58. data/lib/ui/printenwindow.rb +329 -0
  59. data/lib/ui/printingwindow.rb +395 -0
  60. data/lib/ui/productswindow.rb +160 -0
  61. data/lib/ui/saleswindow.rb +207 -0
  62. data/lib/ui/toolwindow.rb +97 -0
  63. metadata +128 -0
@@ -0,0 +1,411 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+ <svg
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
5
+ xmlns:cc="http://web.resource.org/cc/"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
+ xmlns:svg="http://www.w3.org/2000/svg"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ xmlns:xlink="http://www.w3.org/1999/xlink"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="48"
13
+ height="48"
14
+ id="svg7854"
15
+ sodipodi:version="0.32"
16
+ inkscape:version="0.45"
17
+ version="1.0"
18
+ sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/apps"
19
+ sodipodi:docname="user-info.svg"
20
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
21
+ <defs
22
+ id="defs7856">
23
+ <linearGradient
24
+ inkscape:collect="always"
25
+ id="linearGradient5948">
26
+ <stop
27
+ style="stop-color:#000000;stop-opacity:1;"
28
+ offset="0"
29
+ id="stop5950" />
30
+ <stop
31
+ style="stop-color:#000000;stop-opacity:0;"
32
+ offset="1"
33
+ id="stop5952" />
34
+ </linearGradient>
35
+ <linearGradient
36
+ inkscape:collect="always"
37
+ id="linearGradient5938">
38
+ <stop
39
+ style="stop-color:#ffffff;stop-opacity:1;"
40
+ offset="0"
41
+ id="stop5940" />
42
+ <stop
43
+ style="stop-color:#ffffff;stop-opacity:0;"
44
+ offset="1"
45
+ id="stop5942" />
46
+ </linearGradient>
47
+ <linearGradient
48
+ inkscape:collect="always"
49
+ id="linearGradient5924">
50
+ <stop
51
+ style="stop-color:#3465a4;stop-opacity:1;"
52
+ offset="0"
53
+ id="stop5926" />
54
+ <stop
55
+ style="stop-color:#204a87;stop-opacity:1"
56
+ offset="1"
57
+ id="stop5928" />
58
+ </linearGradient>
59
+ <filter
60
+ id="filter5655"
61
+ height="1.5668966"
62
+ y="-0.28344828"
63
+ width="1.1522222"
64
+ x="-0.076111111"
65
+ inkscape:collect="always">
66
+ <feGaussianBlur
67
+ id="feGaussianBlur5657"
68
+ stdDeviation="1.4531044"
69
+ inkscape:collect="always" />
70
+ </filter>
71
+ <radialGradient
72
+ r="17.986024"
73
+ fy="17.727694"
74
+ fx="29.922075"
75
+ cy="17.727694"
76
+ cx="29.922075"
77
+ gradientTransform="matrix(0.558489,0,-1.377346e-8,0.563387,14.87134,4.364123)"
78
+ gradientUnits="userSpaceOnUse"
79
+ id="radialGradient3816"
80
+ xlink:href="#linearGradient4562"
81
+ inkscape:collect="always" />
82
+ <radialGradient
83
+ gradientUnits="userSpaceOnUse"
84
+ gradientTransform="matrix(1.354517,0,-3.340511e-8,1.366395,-8.947464,-9.871365)"
85
+ r="17.986024"
86
+ fy="26.814409"
87
+ fx="24.753788"
88
+ cy="26.814409"
89
+ cx="24.753788"
90
+ id="radialGradient4568"
91
+ xlink:href="#linearGradient4562"
92
+ inkscape:collect="always" />
93
+ <linearGradient
94
+ y2="35.803486"
95
+ x2="30.935921"
96
+ y1="29.553486"
97
+ x1="30.935921"
98
+ gradientTransform="matrix(1.33835,0,0,1.33835,-33.47918,-20.70004)"
99
+ gradientUnits="userSpaceOnUse"
100
+ id="linearGradient1372"
101
+ xlink:href="#linearGradient3824"
102
+ inkscape:collect="always" />
103
+ <linearGradient
104
+ y2="35.739632"
105
+ x2="21.408455"
106
+ y1="36.390400"
107
+ x1="22.686766"
108
+ gradientTransform="matrix(-1.308485,0.281154,0.281154,1.308485,39.09106,-26.21225)"
109
+ gradientUnits="userSpaceOnUse"
110
+ id="linearGradient1366"
111
+ xlink:href="#linearGradient4356"
112
+ inkscape:collect="always" />
113
+ <linearGradient
114
+ gradientTransform="matrix(-1.308485,0.281154,0.281154,1.308485,57.41196,-17.2385)"
115
+ y2="35.739632"
116
+ x2="21.408455"
117
+ y1="36.390400"
118
+ x1="22.686766"
119
+ gradientUnits="userSpaceOnUse"
120
+ id="linearGradient4366"
121
+ xlink:href="#linearGradient4356"
122
+ inkscape:collect="always" />
123
+ <linearGradient
124
+ gradientTransform="matrix(1.3161,0.243028,-0.243028,1.3161,-9.262129,-16.07396)"
125
+ gradientUnits="userSpaceOnUse"
126
+ y2="36.217758"
127
+ x2="22.626925"
128
+ y1="35.817974"
129
+ x1="20.661695"
130
+ id="linearGradient4362"
131
+ xlink:href="#linearGradient4356"
132
+ inkscape:collect="always" />
133
+ <radialGradient
134
+ gradientUnits="userSpaceOnUse"
135
+ r="8.6620579"
136
+ fy="19.008621"
137
+ fx="31.112698"
138
+ cy="19.008621"
139
+ cx="31.112698"
140
+ id="radialGradient3822"
141
+ xlink:href="#linearGradient3816"
142
+ inkscape:collect="always" />
143
+ <linearGradient
144
+ id="linearGradient3816"
145
+ inkscape:collect="always">
146
+ <stop
147
+ id="stop3818"
148
+ offset="0"
149
+ style="stop-color:#000000;stop-opacity:1;" />
150
+ <stop
151
+ id="stop3820"
152
+ offset="1"
153
+ style="stop-color:#000000;stop-opacity:0;" />
154
+ </linearGradient>
155
+ <linearGradient
156
+ id="linearGradient3824">
157
+ <stop
158
+ id="stop3826"
159
+ offset="0"
160
+ style="stop-color:#ffffff;stop-opacity:1;" />
161
+ <stop
162
+ id="stop3828"
163
+ offset="1.0000000"
164
+ style="stop-color:#c9c9c9;stop-opacity:1.0000000;" />
165
+ </linearGradient>
166
+ <linearGradient
167
+ id="linearGradient4356"
168
+ inkscape:collect="always">
169
+ <stop
170
+ id="stop4358"
171
+ offset="0"
172
+ style="stop-color:#000000;stop-opacity:1;" />
173
+ <stop
174
+ id="stop4360"
175
+ offset="1"
176
+ style="stop-color:#000000;stop-opacity:0;" />
177
+ </linearGradient>
178
+ <linearGradient
179
+ id="linearGradient4562">
180
+ <stop
181
+ id="stop4564"
182
+ offset="0"
183
+ style="stop-color:#ffffff;stop-opacity:1;" />
184
+ <stop
185
+ id="stop4566"
186
+ offset="1"
187
+ style="stop-color:#d6d6d2;stop-opacity:1;" />
188
+ </linearGradient>
189
+ <filter
190
+ inkscape:collect="always"
191
+ id="filter5918">
192
+ <feGaussianBlur
193
+ inkscape:collect="always"
194
+ stdDeviation="0.60052097"
195
+ id="feGaussianBlur5920" />
196
+ </filter>
197
+ <linearGradient
198
+ inkscape:collect="always"
199
+ xlink:href="#linearGradient5924"
200
+ id="linearGradient5930"
201
+ x1="29.229109"
202
+ y1="26.791224"
203
+ x2="32.870152"
204
+ y2="59.239529"
205
+ gradientUnits="userSpaceOnUse" />
206
+ <linearGradient
207
+ inkscape:collect="always"
208
+ xlink:href="#linearGradient5938"
209
+ id="linearGradient5944"
210
+ x1="29.913771"
211
+ y1="20.086231"
212
+ x2="32.681488"
213
+ y2="53.800053"
214
+ gradientUnits="userSpaceOnUse" />
215
+ <radialGradient
216
+ inkscape:collect="always"
217
+ xlink:href="#linearGradient5948"
218
+ id="radialGradient5954"
219
+ cx="37.25"
220
+ cy="44.21875"
221
+ fx="37.25"
222
+ fy="44.21875"
223
+ r="5.375"
224
+ gradientTransform="matrix(1,0,0,0.377907,0,27.508176)"
225
+ gradientUnits="userSpaceOnUse" />
226
+ </defs>
227
+ <sodipodi:namedview
228
+ id="base"
229
+ pagecolor="#ffffff"
230
+ bordercolor="#e0e0e0"
231
+ borderopacity="1"
232
+ gridtolerance="10000"
233
+ guidetolerance="10"
234
+ objecttolerance="10"
235
+ inkscape:pageopacity="0.0"
236
+ inkscape:pageshadow="2"
237
+ inkscape:zoom="11.313708"
238
+ inkscape:cx="41.515967"
239
+ inkscape:cy="11.102176"
240
+ inkscape:document-units="px"
241
+ inkscape:current-layer="layer1"
242
+ width="48px"
243
+ height="48px"
244
+ inkscape:showpageshadow="false"
245
+ inkscape:window-width="872"
246
+ inkscape:window-height="925"
247
+ inkscape:window-x="395"
248
+ inkscape:window-y="144"
249
+ showgrid="false" />
250
+ <metadata
251
+ id="metadata7859">
252
+ <rdf:RDF>
253
+ <cc:Work
254
+ rdf:about="">
255
+ <dc:format>image/svg+xml</dc:format>
256
+ <dc:type
257
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
258
+ <dc:creator>
259
+ <cc:Agent>
260
+ <dc:title>Jakub Steiner</dc:title>
261
+ </cc:Agent>
262
+ </dc:creator>
263
+ <dc:source>http://jimmac.musichall.cz</dc:source>
264
+ <cc:license
265
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
266
+ <dc:title>About Me</dc:title>
267
+ </cc:Work>
268
+ <cc:License
269
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
270
+ <cc:permits
271
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
272
+ <cc:permits
273
+ rdf:resource="http://web.resource.org/cc/Distribution" />
274
+ <cc:requires
275
+ rdf:resource="http://web.resource.org/cc/Notice" />
276
+ <cc:permits
277
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
278
+ <cc:requires
279
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
280
+ <cc:requires
281
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
282
+ </cc:License>
283
+ </rdf:RDF>
284
+ </metadata>
285
+ <g
286
+ inkscape:label="Layer 1"
287
+ inkscape:groupmode="layer"
288
+ id="layer1">
289
+ <path
290
+ sodipodi:type="arc"
291
+ style="opacity:0.56470588;color:#000000;fill:url(#radialGradient5954);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
292
+ id="path5946"
293
+ sodipodi:cx="37.25"
294
+ sodipodi:cy="44.21875"
295
+ sodipodi:rx="5.375"
296
+ sodipodi:ry="2.03125"
297
+ d="M 42.625,44.21875 A 5.375,2.03125 0 1 1 31.875,44.21875 A 5.375,2.03125 0 1 1 42.625,44.21875 z"
298
+ transform="matrix(1.5846154,0,0,1.5846154,-21.776923,-25.850962)" />
299
+ <g
300
+ id="g4914"
301
+ transform="translate(-1.5679977,-0.1407331)">
302
+ <g
303
+ style="display:inline"
304
+ inkscape:label="cipek"
305
+ id="g4916">
306
+ <path
307
+ id="path4173"
308
+ d="M 13.365469,24.850231 L 19.043607,24.850231 L 15.731361,21.774572 L 15.021593,22.720929 L 14.311825,22.011162 L 13.365469,24.850231 z"
309
+ style="opacity:1;color:#000000;fill:url(#linearGradient1372);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
310
+ <path
311
+ style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
312
+ d="M 19.882923,32.490544 C 21.530768,31.712992 22.297815,29.810737 22.297815,29.810737 C 21.014177,24.39981 16.976336,20.652646 16.976336,20.652646 C 16.976336,20.652646 20.274824,29.141269 19.882923,32.490544 z"
313
+ id="path4370"
314
+ sodipodi:nodetypes="cccc" />
315
+ </g>
316
+ <g
317
+ style="display:inline"
318
+ inkscape:label="dalsi cipek"
319
+ id="layer2">
320
+ <rect
321
+ transform="matrix(0.9351852,0,0,0.9351852,1.5811694,2.2763322)"
322
+ ry="5.126524"
323
+ rx="5.126524"
324
+ y="35.448853"
325
+ x="5.3033009"
326
+ height="10.253048"
327
+ width="38.183765"
328
+ id="rect4608"
329
+ style="opacity:0.34857142;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;filter:url(#filter5655);enable-background:accumulate" />
330
+ <path
331
+ sodipodi:nodetypes="cczcczc"
332
+ id="path4308"
333
+ d="M 17.918908,43.517006 L 32.114254,43.517006 C 36.136269,43.517006 40.118235,42.042236 41.577816,37.838868 C 42.963864,33.847271 41.814406,26.246002 32.824021,20.094686 L 16.026195,20.094686 C 7.0358098,25.772823 5.9122958,33.538186 7.9821665,38.075456 C 10.090864,42.697836 13.660304,43.517006 17.918908,43.517006 z"
334
+ style="opacity:1;color:#000000;fill:url(#radialGradient4568);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999982px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
335
+ <path
336
+ inkscape:r_cy="true"
337
+ inkscape:r_cx="true"
338
+ style="opacity:0.29120878;color:#000000;fill:url(#linearGradient4366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
339
+ d="M 38.203826,41.464292 C 39.851671,40.68674 40.618718,38.784486 40.618718,38.784486 C 39.33508,33.373558 35.297238,29.626395 35.297238,29.626395 C 35.297238,29.626395 38.595727,38.115017 38.203826,41.464292 z"
340
+ id="path4364"
341
+ sodipodi:nodetypes="cccc" />
342
+ <path
343
+ inkscape:r_cy="true"
344
+ inkscape:r_cx="true"
345
+ sodipodi:nodetypes="cccc"
346
+ id="path4354"
347
+ d="M 11.642995,42.046125 C 9.9732599,41.316765 9.2259419,39.559099 9.2259419,39.559099 C 10.351871,34.11317 14.204505,30.128795 14.204505,30.128795 C 14.204505,30.128795 11.153975,38.709646 11.642995,42.046125 z"
348
+ style="opacity:0.54945056;color:#000000;fill:url(#linearGradient4362);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
349
+ <path
350
+ style="opacity:0.64285715;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
351
+ d="M 17.593144,42.482789 L 32.120832,42.452196 C 35.775407,42.452196 39.393589,41.112158 40.719828,37.292799 C 41.97925,33.665864 40.58869,26.759027 32.419643,21.169679 L 16.464198,20.833163 C 8.295151,25.99256 6.714018,33.0485 8.6253819,37.507773 C 10.536748,41.967046 13.325894,42.452196 17.593144,42.482789 z"
352
+ id="path4314"
353
+ sodipodi:nodetypes="cczcczc" />
354
+ <path
355
+ transform="matrix(1.33835,0,0,0.6312432,-17.02698,9.668764)"
356
+ sodipodi:type="arc"
357
+ style="opacity:0.46470588;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter5918)"
358
+ id="path4318"
359
+ sodipodi:cx="31.112698"
360
+ sodipodi:cy="19.008621"
361
+ sodipodi:rx="8.6620579"
362
+ sodipodi:ry="8.6620579"
363
+ d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" />
364
+ <path
365
+ transform="matrix(1.33835,0,0,1.33835,-16.85969,-12.20659)"
366
+ d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
367
+ sodipodi:ry="8.6620579"
368
+ sodipodi:rx="8.6620579"
369
+ sodipodi:cy="19.008621"
370
+ sodipodi:cx="31.112698"
371
+ id="path4320"
372
+ style="opacity:1;color:#000000;fill:url(#radialGradient3816);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.74718857px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
373
+ sodipodi:type="arc" />
374
+ <path
375
+ transform="matrix(1.215123,0,0,1.215123,-13.02574,-9.864199)"
376
+ sodipodi:type="arc"
377
+ style="opacity:0.19620254;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.82296228px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
378
+ id="path4322"
379
+ sodipodi:cx="31.112698"
380
+ sodipodi:cy="19.008621"
381
+ sodipodi:rx="8.6620579"
382
+ sodipodi:ry="8.6620579"
383
+ d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" />
384
+ </g>
385
+ </g>
386
+ <path
387
+ sodipodi:type="arc"
388
+ style="opacity:1;color:#000000;fill:url(#linearGradient5930);fill-opacity:1.0;fill-rule:evenodd;stroke:#204a87;stroke-width:1.53602779;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
389
+ id="path5922"
390
+ sodipodi:cx="32"
391
+ sodipodi:cy="31"
392
+ sodipodi:rx="13"
393
+ sodipodi:ry="13"
394
+ d="M 45,31 A 13,13 0 1 1 19,31 A 13,13 0 1 1 45,31 z"
395
+ transform="matrix(0.6510299,0,0,0.6510299,16.203655,16.781462)" />
396
+ <path
397
+ style="font-size:16.81754684px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Amelia BT"
398
+ d="M 35.703496,36.201798 C 35.840356,35.522973 36.045648,35.04122 36.319373,34.75654 C 36.593093,34.466403 36.979043,34.321329 37.477222,34.321321 C 37.975394,34.321329 38.303861,34.466403 38.462625,34.75654 C 38.626854,35.046695 38.643277,35.528447 38.511895,36.201798 L 37.501857,41.251989 C 37.364992,41.930824 37.156962,42.415313 36.877768,42.705459 C 36.604042,42.990131 36.215356,43.132467 35.711708,43.132467 C 35.219005,43.132467 34.890537,42.990131 34.726305,42.705459 C 34.567545,42.415313 34.556596,41.930824 34.693458,41.251989 L 35.703496,36.201798 M 36.647841,32.071317 C 36.719006,31.715488 36.907875,31.414393 37.214448,31.168031 C 37.521014,30.916218 37.849481,30.790305 38.199851,30.790293 C 38.555686,30.790305 38.832146,30.916218 39.029232,31.168031 C 39.226307,31.414393 39.289263,31.715488 39.218101,32.071317 C 39.152402,32.421693 38.969007,32.722788 38.667917,32.974603 C 38.366817,33.220964 38.03835,33.344139 37.682514,33.344129 C 37.326671,33.344139 37.047473,33.220964 36.844921,32.974603 C 36.647838,32.722788 36.582144,32.421693 36.647841,32.071317"
399
+ id="text5932" />
400
+ <path
401
+ transform="matrix(0.5783978,0,0,0.5783978,18.527883,19.033058)"
402
+ d="M 45,31 A 13,13 0 1 1 19,31 A 13,13 0 1 1 45,31 z"
403
+ sodipodi:ry="13"
404
+ sodipodi:rx="13"
405
+ sodipodi:cy="31"
406
+ sodipodi:cx="32"
407
+ id="path5936"
408
+ style="opacity:0.27647059;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5944);stroke-width:1.72891402;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
409
+ sodipodi:type="arc" />
410
+ </g>
411
+ </svg>
Binary file
Binary file