~openstack-ubuntu-testing/charms/precise/keystone/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="96"
   height="96"
   id="svg6517"
   version="1.1"
   inkscape:version="0.48+devel r12591"
   sodipodi:docname="openstack-keystone.svg">
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1.66893"
     inkscape:cx="-45.78461"
     inkscape:cy="68.802349"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0"
     inkscape:window-width="1920"
     inkscape:window-height="1029"
     inkscape:window-x="0"
     inkscape:window-y="24"
     inkscape:window-maximized="1"
     showborder="true"
     showguides="false"
     inkscape:guide-bbox="true"
     inkscape:showpageshadow="false"
     inkscape:snap-global="true"
     inkscape:snap-bbox="false"
     inkscape:bbox-paths="true"
     inkscape:bbox-nodes="true"
     inkscape:snap-bbox-edge-midpoints="true"
     inkscape:snap-bbox-midpoints="true"
     inkscape:object-paths="true"
     inkscape:snap-intersection-paths="true"
     inkscape:object-nodes="true"
     inkscape:snap-smooth-nodes="true"
     inkscape:snap-midpoints="true"
     inkscape:snap-object-midpoints="true"
     inkscape:snap-center="true"
     inkscape:snap-grids="false"
     inkscape:snap-nodes="true"
     inkscape:snap-others="false">
    <inkscape:grid
       id="grid821"
       type="xygrid" />
    <sodipodi:guide
       id="guide823"
       position="18.34962,45.78585"
       orientation="1,0" />
    <sodipodi:guide
       id="guide827"
       position="78.02001,46.32673"
       orientation="1,0" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4184"
       position="65.586619,19.307"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4188"
       position="62.756032,71.583147"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4190"
       position="47.812194,78.049658"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       id="guide4194"
       position="25.60516,42.21665"
       orientation="1,0" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4202"
       position="25.60516,42.070975"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4204"
       position="25.60516,42.070975"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4242"
       position="51.81985,44.36226"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4252"
       position="73.5625,75.210937"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       inkscape:color="rgb(140,140,240)"
       id="guide4254"
       position="18.34962,75.472017"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4288"
       position="21.871042,21.577512"
       orientation="-0.70710678,-0.70710678" />
  </sodipodi:namedview>
  <defs
     id="defs6519">
    <filter
       id="filter1121"
       inkscape:label="Inner Shadow"
       style="color-interpolation-filters:sRGB;">
      <feFlood
         id="feFlood1123"
         result="flood"
         flood-color="rgb(0,0,0)"
         flood-opacity="0.59999999999999998" />
      <feComposite
         id="feComposite1125"
         result="composite1"
         operator="out"
         in2="SourceGraphic"
         in="flood" />
      <feGaussianBlur
         id="feGaussianBlur1127"
         result="blur"
         stdDeviation="1"
         in="composite1" />
      <feOffset
         id="feOffset1129"
         result="offset"
         dy="2"
         dx="0" />
      <feComposite
         id="feComposite1131"
         result="composite2"
         operator="atop"
         in2="SourceGraphic"
         in="offset" />
    </filter>
    <filter
       id="filter950"
       inkscape:label="Drop Shadow"
       style="color-interpolation-filters:sRGB;">
      <feFlood
         id="feFlood952"
         result="flood"
         flood-color="rgb(0,0,0)"
         flood-opacity="0.25" />
      <feComposite
         id="feComposite954"
         result="composite1"
         operator="in"
         in2="SourceGraphic"
         in="flood" />
      <feGaussianBlur
         id="feGaussianBlur956"
         result="blur"
         stdDeviation="1"
         in="composite1" />
      <feOffset
         id="feOffset958"
         result="offset"
         dy="1"
         dx="0" />
      <feComposite
         id="feComposite960"
         result="composite2"
         operator="over"
         in2="offset"
         in="SourceGraphic" />
    </filter>
    <filter
       inkscape:label="Badge Shadow"
       id="filter891"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur893"
         stdDeviation="0.71999962"
         inkscape:collect="always" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter3831">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.86309522"
         id="feGaussianBlur3833" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter3868"
       x="-0.17186206"
       width="1.3437241"
       y="-0.1643077"
       height="1.3286154">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.62628186"
         id="feGaussianBlur3870" />
    </filter>
    <linearGradient
       id="linearGradient4328"
       inkscape:collect="always">
      <stop
         id="stop4330"
         offset="0"
         style="stop-color:#871f1c;stop-opacity:1;" />
      <stop
         id="stop4332"
         offset="1"
         style="stop-color:#651715;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient902"
       inkscape:collect="always">
      <stop
         id="stop904"
         offset="0"
         style="stop-color:#cccccc;stop-opacity:1" />
      <stop
         id="stop906"
         offset="1"
         style="stop-color:#e6e6e6;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="Background">
      <stop
         style="stop-color:#22779e;stop-opacity:1"
         offset="0"
         id="stop4178" />
      <stop
         style="stop-color:#2991c0;stop-opacity:1"
         offset="1"
         id="stop4180" />
    </linearGradient>
    <clipPath
       id="clipPath873"
       clipPathUnits="userSpaceOnUse">
      <g
         style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline"
         inkscape:label="Layer 1"
         id="g875"
         transform="matrix(0,-0.66666667,0.66604479,0,-258.25992,677.00001)">
        <path
           sodipodi:nodetypes="sssssssss"
           inkscape:connector-curvature="0"
           id="path877"
           d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 L 0,944.92583 C 0,904.06497 5.8378378,898.22775 46.702703,898.22775 Z"
           style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline" />
      </g>
    </clipPath>
    <style
       type="text/css"
       id="style867">
    .fil0 {fill:#1F1A17}
   </style>
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="635.29077"
       x2="-220"
       y1="731.29077"
       x1="-220"
       id="linearGradient908"
       xlink:href="#linearGradient902"
       inkscape:collect="always" />
    <clipPath
       id="clipPath16">
      <path
         d="m -9,-9 614,0 0,231 -614,0 0,-231 z"
         id="path18" />
    </clipPath>
    <clipPath
       id="clipPath116">
      <path
         d="m 91.7368,146.3253 -9.7039,-1.577 -8.8548,-3.8814 -7.5206,-4.7308 -7.1566,-8.7335 -4.0431,-4.282 -3.9093,-1.4409 -1.034,2.5271 1.8079,2.6096 0.4062,3.6802 1.211,-0.0488 1.3232,-1.2069 -0.3569,3.7488 -1.4667,0.9839 0.0445,1.4286 -3.4744,-1.9655 -3.1462,-3.712 -0.6559,-3.3176 1.3453,-2.6567 1.2549,-4.5133 2.5521,-1.2084 2.6847,0.1318 2.5455,1.4791 -1.698,-8.6122 1.698,-9.5825 -1.8692,-4.4246 -6.1223,-6.5965 1.0885,-3.941 2.9002,-4.5669 5.4688,-3.8486 2.9007,-0.3969 3.225,-0.1094 -2.012,-8.2601 7.3993,-3.0326 9.2188,-1.2129 3.1535,2.0619 0.2427,5.5797 3.5178,5.8224 0.2426,4.6094 8.4909,-0.6066 7.8843,0.7279 -7.8843,-4.7307 1.3343,-5.701 4.9731,-7.763 4.8521,-2.0622 3.8814,1.5769 1.577,3.1538 8.1269,6.1861 1.5769,-1.3343 12.7363,-0.485 2.5473,2.0619 0.2426,3.6391 -0.849,1.5767 -0.6066,9.8251 -4.2454,8.4909 0.7276,3.7605 2.5475,-1.3343 7.1566,-6.6716 3.5175,-0.2424 3.8815,1.5769 3.8818,2.9109 1.9406,6.3077 11.4021,-0.7277 6.914,2.6686 5.5797,5.2157 4.0028,7.5206 0.9706,8.8546 -0.8493,10.3105 -2.1832,9.2185 -2.1836,2.9112 -3.0322,0.9706 -5.3373,-5.8224 -4.8518,-1.6982 -4.2455,7.0353 -4.2454,3.8815 -2.3049,1.4556 -9.2185,7.6419 -7.3993,4.0028 -7.3993,0.6066 -8.6119,-1.4556 -7.5206,-2.7899 -5.2158,-4.2454 -4.1241,-4.9734 -4.2454,-1.2129"
         id="path118" />
    </clipPath>
    <clipPath
       id="clipPath128">
      <path
         d="m 91.7368,146.3253 -9.7039,-1.577 -8.8548,-3.8814 -7.5206,-4.7308 -7.1566,-8.7335 -4.0431,-4.282 -3.9093,-1.4409 -1.034,2.5271 1.8079,2.6096 0.4062,3.6802 1.211,-0.0488 1.3232,-1.2069 -0.3569,3.7488 -1.4667,0.9839 0.0445,1.4286 -3.4744,-1.9655 -3.1462,-3.712 -0.6559,-3.3176 1.3453,-2.6567 1.2549,-4.5133 2.5521,-1.2084 2.6847,0.1318 2.5455,1.4791 -1.698,-8.6122 1.698,-9.5825 -1.8692,-4.4246 -6.1223,-6.5965 1.0885,-3.941 2.9002,-4.5669 5.4688,-3.8486 2.9007,-0.3969 3.225,-0.1094 -2.012,-8.2601 7.3993,-3.0326 9.2188,-1.2129 3.1535,2.0619 0.2427,5.5797 3.5178,5.8224 0.2426,4.6094 8.4909,-0.6066 7.8843,0.7279 -7.8843,-4.7307 1.3343,-5.701 4.9731,-7.763 4.8521,-2.0622 3.8814,1.5769 1.577,3.1538 8.1269,6.1861 1.5769,-1.3343 12.7363,-0.485 2.5473,2.0619 0.2426,3.6391 -0.849,1.5767 -0.6066,9.8251 -4.2454,8.4909 0.7276,3.7605 2.5475,-1.3343 7.1566,-6.6716 3.5175,-0.2424 3.8815,1.5769 3.8818,2.9109 1.9406,6.3077 11.4021,-0.7277 6.914,2.6686 5.5797,5.2157 4.0028,7.5206 0.9706,8.8546 -0.8493,10.3105 -2.1832,9.2185 -2.1836,2.9112 -3.0322,0.9706 -5.3373,-5.8224 -4.8518,-1.6982 -4.2455,7.0353 -4.2454,3.8815 -2.3049,1.4556 -9.2185,7.6419 -7.3993,4.0028 -7.3993,0.6066 -8.6119,-1.4556 -7.5206,-2.7899 -5.2158,-4.2454 -4.1241,-4.9734 -4.2454,-1.2129"
         id="path130" />
    </clipPath>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3850">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop3852" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop3854" />
    </linearGradient>
    <clipPath
       id="clipPath3095"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3097"
         d="m 976.648,389.551 -842.402,0 0,839.999 842.402,0 0,-839.999" />
    </clipPath>
    <clipPath
       id="clipPath3195"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3197"
         d="m 611.836,756.738 -106.34,105.207 c -8.473,8.289 -13.617,20.102 -13.598,33.379 L 598.301,790.207 c -0.031,-13.418 5.094,-25.031 13.535,-33.469" />
    </clipPath>
    <clipPath
       id="clipPath3235"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3237"
         d="m 1095.64,1501.81 c 35.46,-35.07 70.89,-70.11 106.35,-105.17 4.4,-4.38 7.11,-10.53 7.11,-17.55 l -106.37,105.21 c 0,7 -2.71,13.11 -7.09,17.51" />
    </clipPath>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4389">
      <stop
         style="stop-color:#871f1c;stop-opacity:1"
         offset="0"
         id="stop4391" />
      <stop
         style="stop-color:#c42e24;stop-opacity:1"
         offset="1"
         id="stop4393" />
    </linearGradient>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath4591">
      <path
         id="path4593"
         style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m 1106.6009,730.43734 -0.036,21.648 c -0.01,3.50825 -2.8675,6.61375 -6.4037,6.92525 l -83.6503,7.33162 c -3.5205,0.30763 -6.3812,-2.29987 -6.3671,-5.8145 l 0.036,-21.6475 20.1171,-1.76662 -0.011,4.63775 c 0,1.83937 1.4844,3.19925 3.3262,3.0395 l 49.5274,-4.33975 c 1.8425,-0.166 3.3425,-1.78125 3.3538,-3.626 l 0.01,-4.63025 20.1,-1.7575"
         inkscape:connector-curvature="0" />
    </clipPath>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="radialGradient3856"
       cx="-26.508606"
       cy="93.399292"
       fx="-26.508606"
       fy="93.399292"
       r="20.40658"
       gradientTransform="matrix(-1.4333926,-2.2742838,1.1731823,-0.73941125,-174.08025,98.374394)"
       gradientUnits="userSpaceOnUse" />
    <filter
       inkscape:collect="always"
       id="filter3885">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="5.7442192"
         id="feGaussianBlur3887" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="linearGradient3895"
       x1="348.20132"
       y1="593.11615"
       x2="-51.879555"
       y2="993.19702"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-318.48033,212.32022)" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="radialGradient3902"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.4333926,-2.2742838,1.1731823,-0.73941125,-174.08025,98.374394)"
       cx="-26.508606"
       cy="93.399292"
       fx="-26.508606"
       fy="93.399292"
       r="20.40658" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="linearGradient3904"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-318.48033,212.32022)"
       x1="348.20132"
       y1="593.11615"
       x2="-51.879555"
       y2="993.19702" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="23.383789"
       x2="25.217773"
       y1="27.095703"
       x1="21.505859"
       id="linearGradient4318"
       xlink:href="#linearGradient4389"
       inkscape:collect="always" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="20.884073"
       x2="71.960243"
       y1="20.041777"
       x1="72.802544"
       id="linearGradient4326"
       xlink:href="#linearGradient4389"
       inkscape:collect="always" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="74.246689"
       x2="21.69179"
       y1="73.643555"
       x1="22.294922"
       id="linearGradient4334"
       xlink:href="#linearGradient4328"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4552-4"
       id="linearGradient4558"
       x1="57.631393"
       y1="77.318016"
       x2="57.631393"
       y2="24.895481"
       gradientUnits="userSpaceOnUse"
       xml:space="default" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4389"
       id="linearGradient4575"
       x1="-211.84967"
       y1="674.59534"
       x2="-218.52931"
       y2="684.57935"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4552-4">
      <stop
         style="stop-color:#d93023;stop-opacity:1"
         offset="0"
         id="stop4554-6" />
      <stop
         style="stop-color:#e63f46;stop-opacity:1"
         offset="1"
         id="stop4556-3" />
    </linearGradient>
  </defs>
  <metadata
     id="metadata6522">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     style="display:inline"
     transform="translate(268,-635.29076)"
     id="layer1"
     inkscape:groupmode="layer"
     inkscape:label="BACKGROUND">
    <path
       sodipodi:nodetypes="sssssssss"
       inkscape:connector-curvature="0"
       id="path6455"
       d="m -268,700.15563 0,-33.72973 c 0,-27.24324 3.88785,-31.13513 31.10302,-31.13513 l 33.79408,0 c 27.21507,0 31.1029,3.89189 31.1029,31.13513 l 0,33.72973 c 0,27.24325 -3.88783,31.13514 -31.1029,31.13514 l -33.79408,0 C -264.11215,731.29077 -268,727.39888 -268,700.15563 Z"
       style="fill:url(#linearGradient908);fill-opacity:1;stroke:none;display:inline;filter:url(#filter1121)" />
    <g
       id="g4336">
      <g
         transform="matrix(0.06790711,0,0,-0.06790711,-239.0411,765.68623)"
         id="g3897"
         xml:space="default">
        <path
           inkscape:connector-curvature="0"
           style="opacity:0.7;color:#000000;fill:url(#radialGradient3902);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3831);enable-background:accumulate"
           d="m -48.09375,67.8125 c -0.873996,-0.0028 -2.089735,0.01993 -3.40625,0.09375 -2.633031,0.147647 -5.700107,0.471759 -7.78125,1.53125 a 1.0001,1.0001 0 0 0 -0.25,1.59375 L -38.8125,92.375 a 1.0001,1.0001 0 0 0 0.84375,0.3125 L -24,90.5625 a 1.0001,1.0001 0 0 0 0.53125,-1.71875 L -46.0625,68.125 a 1.0001,1.0001 0 0 0 -0.625,-0.28125 c 0,0 -0.532254,-0.02842 -1.40625,-0.03125 z"
           transform="matrix(10.616011,0,0,-10.616011,357.98166,1725.8152)"
           id="path3821"
           xml:space="default" />
        <path
           style="opacity:0.6;color:#000000;fill:none;stroke:#000000;stroke-width:2.77429962;stroke-linecap:round;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3868);enable-background:accumulate"
           d="m -15.782705,81.725197 8.7458304,9.147937"
           id="path3858"
           inkscape:connector-curvature="0"
           transform="matrix(10.616011,0,0,-10.616011,39.50133,1725.8152)"
           xml:space="default" />
        <path
           style="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;opacity:0.3;color:#000000;fill:url(#linearGradient3904);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3885);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
           d="m -95.18931,981.03569 a 10.617073,10.617073 0 0 1 -0.995251,-0.3318 l -42.795789,-5.308 a 10.617073,10.617073 0 0 1 -6.30326,-17.9145 L -4.2897203,812.5065 a 10.617073,10.617073 0 0 1 8.95726,-3.3175 l 49.0990503,7.63026 a 10.617073,10.617073 0 0 1 5.97151,17.91452 L -87.55905,978.04989 a 10.617073,10.617073 0 0 1 -7.63026,2.9858 z"
           id="path3874"
           inkscape:connector-curvature="0"
           xml:space="default" />
      </g>
      <path
         style="color:#000000;fill:#871f1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 20.697266,20.515625 c -1.360395,0.586415 -2.348391,1.940628 -2.351563,3.455078 l 0.0078,45.630859 c -0.0037,0.875463 0.33194,1.637757 0.86914,2.201172 l -0.0098,0.0098 0.144531,0.142578 c 0.0031,0.0028 0.0067,0.005 0.0098,0.0078 l 7.292968,7.164062 6.828125,-7.388672 33.792969,-2.960937 c 0.463136,-0.0408 0.902799,-0.174059 1.306641,-0.373047 l -11.861315,-15.664084 -7.255873,-7.132791 0,11.529297 -9.828125,0.880859 0,-11.527344 c -1.9781,-1.32069 -3.27539,-3.558195 -3.27539,-6.234375 0,-1.178236 0.253027,-2.318282 0.699218,-3.371093 z"
         transform="translate(-268,635.29076)"
         id="path4308"
         inkscape:connector-curvature="0"
         xml:space="default"
         sodipodi:nodetypes="ccccccccccccccccscc" />
      <path
         style="color:#000000;fill:#c42e24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 67.320312,16.253906 -45.498046,3.958985 c -0.39583,0.03513 -0.770092,0.149746 -1.125,0.302734 l 16.36914,16.369141 c 1.270245,-2.997206 4.142918,-5.270031 7.490235,-5.570313 4.5231,-0.40577 8.189453,2.940146 8.189453,7.472656 0,2.67618 -1.297291,5.144713 -3.275391,6.820313 l -1.4e-5,2.1e-5 7.255873,7.132791 11.861329,15.664063 c 1.271292,-0.626416 2.168839,-1.942262 2.171875,-3.388672 l 0.01563,-33.628906 6.457031,-6.988281 -7.339844,-7.21875 -0.0078,0.0098 c -0.633003,-0.646717 -1.5421,-1.018147 -2.564454,-0.935547 z"
         transform="translate(-268,635.29076)"
         id="path4233"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="ccccsscccccccccc" />
      <path
         style="fill:url(#linearGradient4558);fill-opacity:1.0;fill-rule:nonzero;stroke:none"
         d="M 74.580078 23.386719 L 32.564453 27.042969 L 28.988281 27.363281 C 27.11923 27.579557 25.609402 29.225955 25.605469 31.103516 L 25.613281 76.734375 C 25.605783 78.593575 27.082611 79.974982 28.925781 79.892578 L 74.744141 75.783203 C 75.631514 75.703598 76.430755 75.277456 77.019531 74.654297 C 77.635769 73.976187 78.017554 73.090372 78.019531 72.148438 L 78.019531 26.34375 C 77.910067 24.54104 76.423333 23.237793 74.580078 23.386719 z M 52.650391 38.414062 C 56.780148 38.463853 60.001953 41.670694 60.001953 45.919922 C 60.001953 48.596102 58.704663 51.064634 56.726562 52.740234 L 56.726562 64.267578 L 46.898438 65.150391 L 46.898438 53.621094 C 44.920338 52.300404 43.623047 50.064852 43.623047 47.388672 C 43.623047 42.856162 47.28939 38.853026 51.8125 38.447266 C 52.095194 38.421905 52.375073 38.410743 52.650391 38.414062 z "
         transform="translate(-268,635.29076)"
         id="path4633" />
      <rect
         xml:space="default"
         y="648.49109"
         x="-258.70667"
         height="69.20665"
         width="69.20665"
         id="rect3585-3"
         style="opacity:0.8;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
      <path
         style="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;opacity:1;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4318);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
         d="M 22.029297 20.195312 L 21.822266 20.212891 C 19.919838 20.381715 18.370776 22.043134 18.349609 23.939453 L 24.662109 30.251953 L 25.605469 31.195312 L 25.605469 31.103516 C 25.609469 29.193966 27.168951 27.515473 29.082031 27.345703 L 29.171875 27.337891 L 28.373047 26.539062 L 22.029297 20.195312 z "
         transform="translate(-268,635.29076)"
         id="path4256" />
      <path
         style="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;opacity:0.53600003;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4326);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif;stroke-miterlimit:4;stroke-dasharray:none"
         d="M 67.330078 16.253906 L 68.03125 16.955078 L 74.472656 23.396484 L 74.580078 23.386719 C 75.531927 23.309814 76.390588 23.620657 77.015625 24.185547 L 69.892578 17.179688 L 69.884766 17.189453 C 69.253843 16.544862 68.348328 16.174551 67.330078 16.253906 z M 77.054688 24.222656 C 77.115589 24.279686 77.164628 24.348282 77.220703 24.410156 L 77.232422 24.398438 L 77.054688 24.222656 z "
         transform="translate(-268,635.29076)"
         id="path4272" />
      <path
         style="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;opacity:1;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4334);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif;stroke-miterlimit:4;stroke-dasharray:none"
         d="M 18.363281 69.712891 C 18.387957 70.540342 18.709001 71.264013 19.222656 71.802734 L 19.212891 71.8125 L 19.357422 71.955078 C 19.360505 71.957909 19.364093 71.960073 19.367188 71.962891 L 26.599609 79.068359 C 26.044831 78.550125 25.698241 77.821152 25.638672 76.988281 L 18.951172 70.298828 L 18.363281 69.712891 z M 26.636719 79.103516 L 26.660156 79.126953 L 26.664062 79.123047 C 26.655656 79.11562 26.645042 79.111033 26.636719 79.103516 z "
         transform="translate(-268,635.29076)"
         id="path4290" />
      <path
         style="opacity:1;color:#000000;fill:#c42e24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m -218.5293,692.42748 7.25586,7.13086 -9.82812,0.88281 0,-7.78313 z"
         id="path4550"
         inkscape:connector-curvature="0" />
      <path
         style="color:#000000;fill:url(#linearGradient4575);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m -215.27344,673.70873 c 0.006,0.12324 0.0195,0.24404 0.0195,0.36914 0,2.67618 -1.29729,5.14471 -3.27539,6.82031 l 7.25586,7.13281 c 1.9781,-1.6756 3.27539,-4.14413 3.27539,-6.82031 0,-4.22275 -3.1827,-7.41345 -7.27539,-7.50195 z"
         id="path4560" />
      <path
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.3"
         d="M 74.580078 23.386719 L 32.564453 27.042969 L 28.988281 27.363281 C 27.11923 27.579557 25.609402 29.225955 25.605469 31.103516 L 25.605469 31.302734 C 25.609399 29.425174 27.119231 27.77878 28.988281 27.5625 L 32.564453 27.242188 L 74.580078 23.585938 C 76.423328 23.437008 77.910071 24.740259 78.019531 26.542969 L 78.019531 26.34375 C 77.910067 24.54104 76.423333 23.237793 74.580078 23.386719 z M 59.996094 46.007812 C 59.967748 48.649729 58.682753 51.083194 56.726562 52.740234 L 56.726562 52.939453 C 58.704662 51.263853 60.001953 48.795321 60.001953 46.119141 C 60.001953 46.081381 59.996601 46.045406 59.996094 46.007812 z M 43.628906 47.478516 C 43.628424 47.515256 43.623047 47.551079 43.623047 47.587891 C 43.623047 50.264071 44.920337 52.499622 46.898438 53.820312 L 46.898438 53.621094 C 44.942955 52.315504 43.658154 50.114074 43.628906 47.478516 z M 56.726562 64.267578 L 46.898438 65.150391 L 46.898438 65.349609 L 56.726562 64.466797 L 56.726562 64.267578 z "
         transform="translate(-268,635.29076)"
         id="path4577" />
    </g>
  </g>
  <g
     style="display:inline"
     inkscape:label="PLACE YOUR PICTOGRAM HERE"
     id="layer3"
     inkscape:groupmode="layer" />
  <g
     sodipodi:insensitive="true"
     style="display:none"
     inkscape:label="BADGE"
     id="layer2"
     inkscape:groupmode="layer">
    <g
       clip-path="none"
       id="g4394"
       transform="translate(-340.00001,-581)"
       style="display:inline">
      <g
         id="g855">
        <g
           style="opacity:0.6;filter:url(#filter891)"
           clip-path="url(#clipPath873)"
           id="g870"
           inkscape:groupmode="maskhelper">
          <path
             sodipodi:type="arc"
             style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path844"
             sodipodi:cx="252"
             sodipodi:cy="552.36218"
             sodipodi:rx="12"
             sodipodi:ry="12"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-237.54282)" />
        </g>
        <g
           id="g862">
          <path
             transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-238.54282)"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             sodipodi:ry="12"
             sodipodi:rx="12"
             sodipodi:cy="552.36218"
             sodipodi:cx="252"
             id="path4398"
             style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             sodipodi:type="arc" />
          <path
             sodipodi:type="arc"
             style="color:#000000;fill:#dd4814;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path4400"
             sodipodi:cx="252"
             sodipodi:cy="552.36218"
             sodipodi:rx="12"
             sodipodi:ry="12"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             transform="matrix(1.25,0,0,1.25,33,-100.45273)" />
          <path
             transform="matrix(1.511423,-0.16366377,0.16366377,1.511423,-755.37346,-191.93651)"
             d="m 669.8173,595.77657 c -0.39132,0.22593 -3.62645,-1.90343 -4.07583,-1.95066 -0.44938,-0.0472 -4.05653,1.36297 -4.39232,1.06062 -0.3358,-0.30235 0.68963,-4.03715 0.59569,-4.47913 -0.0939,-0.44198 -2.5498,-3.43681 -2.36602,-3.8496 0.18379,-0.41279 4.05267,-0.59166 4.44398,-0.81759 0.39132,-0.22593 2.48067,-3.48704 2.93005,-3.4398 0.44938,0.0472 1.81505,3.67147 2.15084,3.97382 0.3358,0.30236 4.08294,1.2817 4.17689,1.72369 0.0939,0.44198 -2.9309,2.86076 -3.11469,3.27355 -0.18379,0.41279 0.0427,4.27917 -0.34859,4.5051 z"
             inkscape:randomized="0"
             inkscape:rounded="0.1"
             inkscape:flatsided="false"
             sodipodi:arg2="1.6755161"
             sodipodi:arg1="1.0471976"
             sodipodi:r2="4.3458705"
             sodipodi:r1="7.2431178"
             sodipodi:cy="589.50385"
             sodipodi:cx="666.19574"
             sodipodi:sides="5"
             id="path4459"
             style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             sodipodi:type="star" />
        </g>
      </g>
    </g>
  </g>
</svg>