debugbar 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +7 -0
  2. data/.prettierrc +6 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +5 -0
  5. data/Rakefile +4 -0
  6. data/app/channels/debugbar/debugbar_channel.rb +26 -0
  7. data/app/controllers/debugbar/application_controller.rb +4 -0
  8. data/app/controllers/debugbar/assets_controller.rb +15 -0
  9. data/app/helpers/debugbar/tag_helpers.rb +19 -0
  10. data/app/models/debugbar/application_record.rb +5 -0
  11. data/client/.gitignore +25 -0
  12. data/client/README.md +0 -0
  13. data/client/dist/.vite/manifest.json +14 -0
  14. data/client/dist/assets/debugbar-u5mP-5-z.js +34 -0
  15. data/client/dist/assets/ruby-logo-kn_8RniZ.svg +946 -0
  16. data/client/index.html +78 -0
  17. data/client/package-lock.json +2393 -0
  18. data/client/package.json +32 -0
  19. data/client/postcss.config.js +6 -0
  20. data/client/src/App.vue +17 -0
  21. data/client/src/AppDemo.vue +29 -0
  22. data/client/src/AppDev.vue +20 -0
  23. data/client/src/Debugbar.vue +276 -0
  24. data/client/src/assets/rails-logo.svg +1 -0
  25. data/client/src/assets/ruby-logo.svg +946 -0
  26. data/client/src/components/TabButton.vue +32 -0
  27. data/client/src/components/panels/CachePanel.vue +41 -0
  28. data/client/src/components/panels/JobsPanel.vue +52 -0
  29. data/client/src/components/panels/JsonPanel.vue +15 -0
  30. data/client/src/components/panels/LogsPanel.vue +43 -0
  31. data/client/src/components/panels/MessagesPanel.vue +25 -0
  32. data/client/src/components/panels/ModelsPanel.vue +37 -0
  33. data/client/src/components/panels/Panel.vue +7 -0
  34. data/client/src/components/panels/RequestPanel.vue +98 -0
  35. data/client/src/components/queries/QueriesPanel.vue +17 -0
  36. data/client/src/components/queries/QueryItem.vue +65 -0
  37. data/client/src/components/ui/Foldable.vue +39 -0
  38. data/client/src/components/ui/KeyValueTable.vue +16 -0
  39. data/client/src/components/ui/Row.vue +14 -0
  40. data/client/src/components/ui/logo-ruby.vue +547 -0
  41. data/client/src/demo.ts +17 -0
  42. data/client/src/dev.ts +20 -0
  43. data/client/src/main.ts +17 -0
  44. data/client/src/models/Config.ts +27 -0
  45. data/client/src/models/Request.ts +183 -0
  46. data/client/src/stores/RequestsStore.ts +36 -0
  47. data/client/src/stores/configStore.ts +8 -0
  48. data/client/src/style.css +23 -0
  49. data/client/src/types.d.ts +9 -0
  50. data/client/src/vite-env.d.ts +1 -0
  51. data/client/tailwind.config.js +16 -0
  52. data/client/tsconfig.json +29 -0
  53. data/client/tsconfig.node.json +10 -0
  54. data/client/vite.config.ts +44 -0
  55. data/config/routes.rb +7 -0
  56. data/debugbar.gemspec +38 -0
  57. data/fixtures/requests/1706607114--demo_post_list.json +499 -0
  58. data/fixtures/requests/1706607120--api_jobs.json +176 -0
  59. data/fixtures/requests/1706607123--api_jobs.json +119 -0
  60. data/fixtures/requests/1706607133--demo_slow_page.json +130 -0
  61. data/fixtures/requests/1706607136--demo_post.json +164 -0
  62. data/fixtures/requests/1706607136--demo_random_post.json +106 -0
  63. data/fixtures/requests/1706607141--api_errors.json +73 -0
  64. data/lib/debugbar/buffers/memory_buffer.rb +34 -0
  65. data/lib/debugbar/buffers/null_buffer.rb +18 -0
  66. data/lib/debugbar/buffers/request_buffer.rb +31 -0
  67. data/lib/debugbar/config.rb +50 -0
  68. data/lib/debugbar/current.rb +18 -0
  69. data/lib/debugbar/engine.rb +96 -5
  70. data/lib/debugbar/loggers/simple_logger.rb +34 -0
  71. data/lib/debugbar/middlewares/track_current_request.rb +35 -0
  72. data/lib/debugbar/request.rb +98 -0
  73. data/lib/debugbar/subscribers/action_controller.rb +33 -0
  74. data/lib/debugbar/subscribers/active_job.rb +158 -0
  75. data/lib/debugbar/subscribers/active_record.rb +65 -0
  76. data/lib/debugbar/subscribers/active_support.rb +30 -0
  77. data/lib/debugbar/version.rb +5 -0
  78. data/lib/debugbar.rb +86 -5
  79. data/package-lock.json +50 -0
  80. data/package.json +5 -0
  81. data/sig/debugbar.rbs +4 -0
  82. metadata +143 -47
  83. data/README.textile +0 -18
  84. data/lib/debugbar/railties/tasks.rake +0 -1
@@ -0,0 +1,946 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
+ version="1.1"
12
+ id="Layer_1"
13
+ width="198.13"
14
+ height="197.58"
15
+ viewBox="0 0 198.13 197.58"
16
+ overflow="visible"
17
+ enable-background="new 0 0 198.13 197.58"
18
+ xml:space="preserve"
19
+ inkscape:version="0.48.0 r9654"
20
+ sodipodi:docname="Logo-Ruby.svg"><metadata
21
+ id="metadata3320"><rdf:RDF><cc:Work
22
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
23
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
24
+ id="defs3489"><linearGradient
25
+ id="XMLID_17_-9"
26
+ gradientUnits="userSpaceOnUse"
27
+ x1="174.0737"
28
+ y1="215.5488"
29
+ x2="132.27631"
30
+ y2="141.7533"><stop
31
+ offset="0"
32
+ style="stop-color:#FB7655"
33
+ id="stop3272-4" /><stop
34
+ offset="0"
35
+ style="stop-color:#FB7655"
36
+ id="stop3274-5" /><stop
37
+ offset="0.41"
38
+ style="stop-color:#E42B1E"
39
+ id="stop3276-1" /><stop
40
+ offset="0.99"
41
+ style="stop-color:#990000"
42
+ id="stop3278-0" /><stop
43
+ offset="1"
44
+ style="stop-color:#990000"
45
+ id="stop3280-3" /></linearGradient><linearGradient
46
+ id="XMLID_18_-7"
47
+ gradientUnits="userSpaceOnUse"
48
+ x1="194.895"
49
+ y1="153.5576"
50
+ x2="141.0276"
51
+ y2="117.4093"><stop
52
+ offset="0"
53
+ style="stop-color:#871101"
54
+ id="stop3285-8" /><stop
55
+ offset="0"
56
+ style="stop-color:#871101"
57
+ id="stop3287-8" /><stop
58
+ offset="0.99"
59
+ style="stop-color:#911209"
60
+ id="stop3289-6" /><stop
61
+ offset="1"
62
+ style="stop-color:#911209"
63
+ id="stop3291-0" /></linearGradient><linearGradient
64
+ id="XMLID_19_-4"
65
+ gradientUnits="userSpaceOnUse"
66
+ x1="151.79539"
67
+ y1="217.7852"
68
+ x2="97.929703"
69
+ y2="181.638"><stop
70
+ offset="0"
71
+ style="stop-color:#871101"
72
+ id="stop3296-6" /><stop
73
+ offset="0"
74
+ style="stop-color:#871101"
75
+ id="stop3298-7" /><stop
76
+ offset="0.99"
77
+ style="stop-color:#911209"
78
+ id="stop3300-6" /><stop
79
+ offset="1"
80
+ style="stop-color:#911209"
81
+ id="stop3302-0" /></linearGradient><linearGradient
82
+ id="XMLID_20_-9"
83
+ gradientUnits="userSpaceOnUse"
84
+ x1="38.696301"
85
+ y1="127.3906"
86
+ x2="47.046902"
87
+ y2="181.66141"><stop
88
+ offset="0"
89
+ style="stop-color:#FFFFFF"
90
+ id="stop3307-7" /><stop
91
+ offset="0"
92
+ style="stop-color:#FFFFFF"
93
+ id="stop3309-5" /><stop
94
+ offset="0.23"
95
+ style="stop-color:#E57252"
96
+ id="stop3311-9" /><stop
97
+ offset="0.46"
98
+ style="stop-color:#DE3B20"
99
+ id="stop3313-7" /><stop
100
+ offset="0.99"
101
+ style="stop-color:#A60003"
102
+ id="stop3315-8" /><stop
103
+ offset="1"
104
+ style="stop-color:#A60003"
105
+ id="stop3317-5" /></linearGradient><linearGradient
106
+ id="XMLID_21_-3"
107
+ gradientUnits="userSpaceOnUse"
108
+ x1="96.132797"
109
+ y1="76.715302"
110
+ x2="99.209602"
111
+ y2="132.1021"><stop
112
+ offset="0"
113
+ style="stop-color:#FFFFFF"
114
+ id="stop3322-3" /><stop
115
+ offset="0"
116
+ style="stop-color:#FFFFFF"
117
+ id="stop3324-8" /><stop
118
+ offset="0.23"
119
+ style="stop-color:#E4714E"
120
+ id="stop3326-3" /><stop
121
+ offset="0.56"
122
+ style="stop-color:#BE1A0D"
123
+ id="stop3328-7" /><stop
124
+ offset="0.99"
125
+ style="stop-color:#A80D00"
126
+ id="stop3330-9" /><stop
127
+ offset="1"
128
+ style="stop-color:#A80D00"
129
+ id="stop3332-3" /></linearGradient><linearGradient
130
+ id="XMLID_22_-7"
131
+ gradientUnits="userSpaceOnUse"
132
+ x1="147.103"
133
+ y1="25.521"
134
+ x2="156.3141"
135
+ y2="65.216202"><stop
136
+ offset="0"
137
+ style="stop-color:#FFFFFF"
138
+ id="stop3337-8" /><stop
139
+ offset="0"
140
+ style="stop-color:#FFFFFF"
141
+ id="stop3339-7" /><stop
142
+ offset="0.18"
143
+ style="stop-color:#E46342"
144
+ id="stop3341-4" /><stop
145
+ offset="0.4"
146
+ style="stop-color:#C82410"
147
+ id="stop3343-1" /><stop
148
+ offset="0.99"
149
+ style="stop-color:#A80D00"
150
+ id="stop3345-9" /><stop
151
+ offset="1"
152
+ style="stop-color:#A80D00"
153
+ id="stop3347-0" /></linearGradient><linearGradient
154
+ id="XMLID_23_-9"
155
+ gradientUnits="userSpaceOnUse"
156
+ x1="118.9761"
157
+ y1="11.5415"
158
+ x2="158.66859"
159
+ y2="-8.3048"><stop
160
+ offset="0"
161
+ style="stop-color:#FFFFFF"
162
+ id="stop3352-8" /><stop
163
+ offset="0"
164
+ style="stop-color:#FFFFFF"
165
+ id="stop3354-8" /><stop
166
+ offset="0.54"
167
+ style="stop-color:#C81F11"
168
+ id="stop3356-5" /><stop
169
+ offset="0.99"
170
+ style="stop-color:#BF0905"
171
+ id="stop3358-8" /><stop
172
+ offset="1"
173
+ style="stop-color:#BF0905"
174
+ id="stop3360-4" /></linearGradient><linearGradient
175
+ id="XMLID_24_-3"
176
+ gradientUnits="userSpaceOnUse"
177
+ x1="3.9033"
178
+ y1="113.5547"
179
+ x2="7.1701999"
180
+ y2="146.2628"><stop
181
+ offset="0"
182
+ style="stop-color:#FFFFFF"
183
+ id="stop3365-7" /><stop
184
+ offset="0"
185
+ style="stop-color:#FFFFFF"
186
+ id="stop3367-1" /><stop
187
+ offset="0.31"
188
+ style="stop-color:#DE4024"
189
+ id="stop3369-3" /><stop
190
+ offset="0.99"
191
+ style="stop-color:#BF190B"
192
+ id="stop3371-8" /><stop
193
+ offset="1"
194
+ style="stop-color:#BF190B"
195
+ id="stop3373-0" /></linearGradient><linearGradient
196
+ id="XMLID_25_-9"
197
+ gradientUnits="userSpaceOnUse"
198
+ x1="-18.5557"
199
+ y1="155.10451"
200
+ x2="135.0152"
201
+ y2="-2.8092999"><stop
202
+ offset="0"
203
+ style="stop-color:#BD0012"
204
+ id="stop3380-7" /><stop
205
+ offset="0"
206
+ style="stop-color:#BD0012"
207
+ id="stop3382-9" /><stop
208
+ offset="0.07"
209
+ style="stop-color:#FFFFFF"
210
+ id="stop3384-9" /><stop
211
+ offset="0.17"
212
+ style="stop-color:#FFFFFF"
213
+ id="stop3386-3" /><stop
214
+ offset="0.27"
215
+ style="stop-color:#C82F1C"
216
+ id="stop3388-2" /><stop
217
+ offset="0.33"
218
+ style="stop-color:#820C01"
219
+ id="stop3390-4" /><stop
220
+ offset="0.46"
221
+ style="stop-color:#A31601"
222
+ id="stop3392-3" /><stop
223
+ offset="0.72"
224
+ style="stop-color:#B31301"
225
+ id="stop3394-7" /><stop
226
+ offset="0.99"
227
+ style="stop-color:#E82609"
228
+ id="stop3396-1" /><stop
229
+ offset="1"
230
+ style="stop-color:#E82609"
231
+ id="stop3398-2" /></linearGradient><linearGradient
232
+ id="XMLID_26_-2"
233
+ gradientUnits="userSpaceOnUse"
234
+ x1="99.074699"
235
+ y1="171.0332"
236
+ x2="52.817699"
237
+ y2="159.61659"><stop
238
+ offset="0"
239
+ style="stop-color:#8C0C01"
240
+ id="stop3403-0" /><stop
241
+ offset="0"
242
+ style="stop-color:#8C0C01"
243
+ id="stop3405-2" /><stop
244
+ offset="0.54"
245
+ style="stop-color:#990C00"
246
+ id="stop3407-1" /><stop
247
+ offset="0.99"
248
+ style="stop-color:#A80D0E"
249
+ id="stop3409-7" /><stop
250
+ offset="1"
251
+ style="stop-color:#A80D0E"
252
+ id="stop3411-5" /></linearGradient><linearGradient
253
+ id="XMLID_27_-1"
254
+ gradientUnits="userSpaceOnUse"
255
+ x1="178.52589"
256
+ y1="115.5146"
257
+ x2="137.43269"
258
+ y2="78.683998"><stop
259
+ offset="0"
260
+ style="stop-color:#7E110B"
261
+ id="stop3416-7" /><stop
262
+ offset="0"
263
+ style="stop-color:#7E110B"
264
+ id="stop3418-4" /><stop
265
+ offset="0.99"
266
+ style="stop-color:#9E0C00"
267
+ id="stop3420-1" /><stop
268
+ offset="1"
269
+ style="stop-color:#9E0C00"
270
+ id="stop3422-7" /></linearGradient><linearGradient
271
+ id="XMLID_28_-1"
272
+ gradientUnits="userSpaceOnUse"
273
+ x1="193.6235"
274
+ y1="47.937"
275
+ x2="173.15421"
276
+ y2="26.053801"><stop
277
+ offset="0"
278
+ style="stop-color:#79130D"
279
+ id="stop3427-1" /><stop
280
+ offset="0"
281
+ style="stop-color:#79130D"
282
+ id="stop3429-1" /><stop
283
+ offset="0.99"
284
+ style="stop-color:#9E120B"
285
+ id="stop3431-7" /><stop
286
+ offset="1"
287
+ style="stop-color:#9E120B"
288
+ id="stop3433-0" /></linearGradient><radialGradient
289
+ id="XMLID_29_-4"
290
+ cx="143.8315"
291
+ cy="79.388199"
292
+ r="50.357601"
293
+ gradientUnits="userSpaceOnUse"><stop
294
+ offset="0"
295
+ style="stop-color:#A80D00"
296
+ id="stop3440-0" /><stop
297
+ offset="0"
298
+ style="stop-color:#A80D00"
299
+ id="stop3442-8" /><stop
300
+ offset="0.99"
301
+ style="stop-color:#7E0E08"
302
+ id="stop3444-5" /><stop
303
+ offset="1"
304
+ style="stop-color:#7E0E08"
305
+ id="stop3446-1" /></radialGradient><radialGradient
306
+ id="XMLID_30_-6"
307
+ cx="74.0923"
308
+ cy="145.75101"
309
+ r="66.943703"
310
+ gradientUnits="userSpaceOnUse"><stop
311
+ offset="0"
312
+ style="stop-color:#A30C00"
313
+ id="stop3451-6" /><stop
314
+ offset="0"
315
+ style="stop-color:#A30C00"
316
+ id="stop3453-2" /><stop
317
+ offset="0.99"
318
+ style="stop-color:#800E08"
319
+ id="stop3455-1" /><stop
320
+ offset="1"
321
+ style="stop-color:#800E08"
322
+ id="stop3457-9" /></radialGradient><linearGradient
323
+ id="XMLID_31_-6"
324
+ gradientUnits="userSpaceOnUse"
325
+ x1="26.669901"
326
+ y1="197.33591"
327
+ x2="9.9886999"
328
+ y2="140.742"><stop
329
+ offset="0"
330
+ style="stop-color:#8B2114"
331
+ id="stop3462-4" /><stop
332
+ offset="0"
333
+ style="stop-color:#8B2114"
334
+ id="stop3464-8" /><stop
335
+ offset="0.43"
336
+ style="stop-color:#9E100A"
337
+ id="stop3466-0" /><stop
338
+ offset="0.99"
339
+ style="stop-color:#B3100C"
340
+ id="stop3468-8" /><stop
341
+ offset="1"
342
+ style="stop-color:#B3100C"
343
+ id="stop3470-1" /></linearGradient><linearGradient
344
+ id="XMLID_32_-0"
345
+ gradientUnits="userSpaceOnUse"
346
+ x1="154.6411"
347
+ y1="9.7979002"
348
+ x2="192.039"
349
+ y2="26.305901"><stop
350
+ offset="0"
351
+ style="stop-color:#B31000"
352
+ id="stop3475-2" /><stop
353
+ offset="0"
354
+ style="stop-color:#B31000"
355
+ id="stop3477-2" /><stop
356
+ offset="0.44"
357
+ style="stop-color:#910F08"
358
+ id="stop3479-9" /><stop
359
+ offset="0.99"
360
+ style="stop-color:#791C12"
361
+ id="stop3481-7" /><stop
362
+ offset="1"
363
+ style="stop-color:#791C12"
364
+ id="stop3483-5" /></linearGradient><linearGradient
365
+ y2="141.7533"
366
+ x2="132.27631"
367
+ y1="215.5488"
368
+ x1="174.0737"
369
+ gradientUnits="userSpaceOnUse"
370
+ id="linearGradient3448"
371
+ xlink:href="#XMLID_17_-9"
372
+ inkscape:collect="always" /></defs><sodipodi:namedview
373
+ pagecolor="#ffffff"
374
+ bordercolor="#666666"
375
+ borderopacity="1"
376
+ objecttolerance="10"
377
+ gridtolerance="10"
378
+ guidetolerance="10"
379
+ inkscape:pageopacity="0"
380
+ inkscape:pageshadow="2"
381
+ inkscape:window-width="1036"
382
+ inkscape:window-height="1124"
383
+ id="namedview3487"
384
+ showgrid="false"
385
+ inkscape:zoom="1.3412289"
386
+ inkscape:cx="99.065005"
387
+ inkscape:cy="98.790004"
388
+ inkscape:window-x="882"
389
+ inkscape:window-y="24"
390
+ inkscape:window-maximized="0"
391
+ inkscape:current-layer="Layer_1" />
392
+ <linearGradient
393
+ id="XMLID_17_"
394
+ gradientUnits="userSpaceOnUse"
395
+ x1="174.0737"
396
+ y1="215.5488"
397
+ x2="132.2763"
398
+ y2="141.7533">
399
+ <stop
400
+ offset="0"
401
+ style="stop-color:#FB7655"
402
+ id="stop3272" />
403
+ <stop
404
+ offset="0"
405
+ style="stop-color:#FB7655"
406
+ id="stop3274" />
407
+ <stop
408
+ offset="0.41"
409
+ style="stop-color:#E42B1E"
410
+ id="stop3276" />
411
+ <stop
412
+ offset="0.99"
413
+ style="stop-color:#990000"
414
+ id="stop3278" />
415
+ <stop
416
+ offset="1"
417
+ style="stop-color:#990000"
418
+ id="stop3280" />
419
+ </linearGradient>
420
+
421
+ <linearGradient
422
+ id="XMLID_18_"
423
+ gradientUnits="userSpaceOnUse"
424
+ x1="194.895"
425
+ y1="153.5576"
426
+ x2="141.0276"
427
+ y2="117.4093">
428
+ <stop
429
+ offset="0"
430
+ style="stop-color:#871101"
431
+ id="stop3285" />
432
+ <stop
433
+ offset="0"
434
+ style="stop-color:#871101"
435
+ id="stop3287" />
436
+ <stop
437
+ offset="0.99"
438
+ style="stop-color:#911209"
439
+ id="stop3289" />
440
+ <stop
441
+ offset="1"
442
+ style="stop-color:#911209"
443
+ id="stop3291" />
444
+ </linearGradient>
445
+
446
+ <linearGradient
447
+ id="XMLID_19_"
448
+ gradientUnits="userSpaceOnUse"
449
+ x1="151.7954"
450
+ y1="217.7852"
451
+ x2="97.9297"
452
+ y2="181.638">
453
+ <stop
454
+ offset="0"
455
+ style="stop-color:#871101"
456
+ id="stop3296" />
457
+ <stop
458
+ offset="0"
459
+ style="stop-color:#871101"
460
+ id="stop3298" />
461
+ <stop
462
+ offset="0.99"
463
+ style="stop-color:#911209"
464
+ id="stop3300" />
465
+ <stop
466
+ offset="1"
467
+ style="stop-color:#911209"
468
+ id="stop3302" />
469
+ </linearGradient>
470
+
471
+ <linearGradient
472
+ id="XMLID_20_"
473
+ gradientUnits="userSpaceOnUse"
474
+ x1="38.6963"
475
+ y1="127.3906"
476
+ x2="47.0469"
477
+ y2="181.6614">
478
+ <stop
479
+ offset="0"
480
+ style="stop-color:#FFFFFF"
481
+ id="stop3307" />
482
+ <stop
483
+ offset="0"
484
+ style="stop-color:#FFFFFF"
485
+ id="stop3309" />
486
+ <stop
487
+ offset="0.23"
488
+ style="stop-color:#E57252"
489
+ id="stop3311" />
490
+ <stop
491
+ offset="0.46"
492
+ style="stop-color:#DE3B20"
493
+ id="stop3313" />
494
+ <stop
495
+ offset="0.99"
496
+ style="stop-color:#A60003"
497
+ id="stop3315" />
498
+ <stop
499
+ offset="1"
500
+ style="stop-color:#A60003"
501
+ id="stop3317" />
502
+ </linearGradient>
503
+
504
+ <linearGradient
505
+ id="XMLID_21_"
506
+ gradientUnits="userSpaceOnUse"
507
+ x1="96.1328"
508
+ y1="76.7153"
509
+ x2="99.2096"
510
+ y2="132.1021">
511
+ <stop
512
+ offset="0"
513
+ style="stop-color:#FFFFFF"
514
+ id="stop3322" />
515
+ <stop
516
+ offset="0"
517
+ style="stop-color:#FFFFFF"
518
+ id="stop3324" />
519
+ <stop
520
+ offset="0.23"
521
+ style="stop-color:#E4714E"
522
+ id="stop3326" />
523
+ <stop
524
+ offset="0.56"
525
+ style="stop-color:#BE1A0D"
526
+ id="stop3328" />
527
+ <stop
528
+ offset="0.99"
529
+ style="stop-color:#A80D00"
530
+ id="stop3330" />
531
+ <stop
532
+ offset="1"
533
+ style="stop-color:#A80D00"
534
+ id="stop3332" />
535
+ </linearGradient>
536
+
537
+ <linearGradient
538
+ id="XMLID_22_"
539
+ gradientUnits="userSpaceOnUse"
540
+ x1="147.103"
541
+ y1="25.521"
542
+ x2="156.3141"
543
+ y2="65.2162">
544
+ <stop
545
+ offset="0"
546
+ style="stop-color:#FFFFFF"
547
+ id="stop3337" />
548
+ <stop
549
+ offset="0"
550
+ style="stop-color:#FFFFFF"
551
+ id="stop3339" />
552
+ <stop
553
+ offset="0.18"
554
+ style="stop-color:#E46342"
555
+ id="stop3341" />
556
+ <stop
557
+ offset="0.4"
558
+ style="stop-color:#C82410"
559
+ id="stop3343" />
560
+ <stop
561
+ offset="0.99"
562
+ style="stop-color:#A80D00"
563
+ id="stop3345" />
564
+ <stop
565
+ offset="1"
566
+ style="stop-color:#A80D00"
567
+ id="stop3347" />
568
+ </linearGradient>
569
+
570
+ <linearGradient
571
+ id="XMLID_23_"
572
+ gradientUnits="userSpaceOnUse"
573
+ x1="118.9761"
574
+ y1="11.5415"
575
+ x2="158.6686"
576
+ y2="-8.3048">
577
+ <stop
578
+ offset="0"
579
+ style="stop-color:#FFFFFF"
580
+ id="stop3352" />
581
+ <stop
582
+ offset="0"
583
+ style="stop-color:#FFFFFF"
584
+ id="stop3354" />
585
+ <stop
586
+ offset="0.54"
587
+ style="stop-color:#C81F11"
588
+ id="stop3356" />
589
+ <stop
590
+ offset="0.99"
591
+ style="stop-color:#BF0905"
592
+ id="stop3358" />
593
+ <stop
594
+ offset="1"
595
+ style="stop-color:#BF0905"
596
+ id="stop3360" />
597
+ </linearGradient>
598
+
599
+ <linearGradient
600
+ id="XMLID_24_"
601
+ gradientUnits="userSpaceOnUse"
602
+ x1="3.9033"
603
+ y1="113.5547"
604
+ x2="7.1702"
605
+ y2="146.2628">
606
+ <stop
607
+ offset="0"
608
+ style="stop-color:#FFFFFF"
609
+ id="stop3365" />
610
+ <stop
611
+ offset="0"
612
+ style="stop-color:#FFFFFF"
613
+ id="stop3367" />
614
+ <stop
615
+ offset="0.31"
616
+ style="stop-color:#DE4024"
617
+ id="stop3369" />
618
+ <stop
619
+ offset="0.99"
620
+ style="stop-color:#BF190B"
621
+ id="stop3371" />
622
+ <stop
623
+ offset="1"
624
+ style="stop-color:#BF190B"
625
+ id="stop3373" />
626
+ </linearGradient>
627
+
628
+
629
+ <linearGradient
630
+ id="XMLID_25_"
631
+ gradientUnits="userSpaceOnUse"
632
+ x1="-18.5557"
633
+ y1="155.1045"
634
+ x2="135.0152"
635
+ y2="-2.8093">
636
+ <stop
637
+ offset="0"
638
+ style="stop-color:#BD0012"
639
+ id="stop3380" />
640
+ <stop
641
+ offset="0"
642
+ style="stop-color:#BD0012"
643
+ id="stop3382" />
644
+ <stop
645
+ offset="0.07"
646
+ style="stop-color:#FFFFFF"
647
+ id="stop3384" />
648
+ <stop
649
+ offset="0.17"
650
+ style="stop-color:#FFFFFF"
651
+ id="stop3386" />
652
+ <stop
653
+ offset="0.27"
654
+ style="stop-color:#C82F1C"
655
+ id="stop3388" />
656
+ <stop
657
+ offset="0.33"
658
+ style="stop-color:#820C01"
659
+ id="stop3390" />
660
+ <stop
661
+ offset="0.46"
662
+ style="stop-color:#A31601"
663
+ id="stop3392" />
664
+ <stop
665
+ offset="0.72"
666
+ style="stop-color:#B31301"
667
+ id="stop3394" />
668
+ <stop
669
+ offset="0.99"
670
+ style="stop-color:#E82609"
671
+ id="stop3396" />
672
+ <stop
673
+ offset="1"
674
+ style="stop-color:#E82609"
675
+ id="stop3398" />
676
+ </linearGradient>
677
+
678
+ <linearGradient
679
+ id="XMLID_26_"
680
+ gradientUnits="userSpaceOnUse"
681
+ x1="99.0747"
682
+ y1="171.0332"
683
+ x2="52.8177"
684
+ y2="159.6166">
685
+ <stop
686
+ offset="0"
687
+ style="stop-color:#8C0C01"
688
+ id="stop3403" />
689
+ <stop
690
+ offset="0"
691
+ style="stop-color:#8C0C01"
692
+ id="stop3405" />
693
+ <stop
694
+ offset="0.54"
695
+ style="stop-color:#990C00"
696
+ id="stop3407" />
697
+ <stop
698
+ offset="0.99"
699
+ style="stop-color:#A80D0E"
700
+ id="stop3409" />
701
+ <stop
702
+ offset="1"
703
+ style="stop-color:#A80D0E"
704
+ id="stop3411" />
705
+ </linearGradient>
706
+
707
+ <linearGradient
708
+ id="XMLID_27_"
709
+ gradientUnits="userSpaceOnUse"
710
+ x1="178.5259"
711
+ y1="115.5146"
712
+ x2="137.4327"
713
+ y2="78.684">
714
+ <stop
715
+ offset="0"
716
+ style="stop-color:#7E110B"
717
+ id="stop3416" />
718
+ <stop
719
+ offset="0"
720
+ style="stop-color:#7E110B"
721
+ id="stop3418" />
722
+ <stop
723
+ offset="0.99"
724
+ style="stop-color:#9E0C00"
725
+ id="stop3420" />
726
+ <stop
727
+ offset="1"
728
+ style="stop-color:#9E0C00"
729
+ id="stop3422" />
730
+ </linearGradient>
731
+
732
+ <linearGradient
733
+ id="XMLID_28_"
734
+ gradientUnits="userSpaceOnUse"
735
+ x1="193.6235"
736
+ y1="47.937"
737
+ x2="173.1542"
738
+ y2="26.0538">
739
+ <stop
740
+ offset="0"
741
+ style="stop-color:#79130D"
742
+ id="stop3427" />
743
+ <stop
744
+ offset="0"
745
+ style="stop-color:#79130D"
746
+ id="stop3429" />
747
+ <stop
748
+ offset="0.99"
749
+ style="stop-color:#9E120B"
750
+ id="stop3431" />
751
+ <stop
752
+ offset="1"
753
+ style="stop-color:#9E120B"
754
+ id="stop3433" />
755
+ </linearGradient>
756
+
757
+
758
+ <radialGradient
759
+ id="XMLID_29_"
760
+ cx="143.8315"
761
+ cy="79.3882"
762
+ r="50.3576"
763
+ gradientUnits="userSpaceOnUse">
764
+ <stop
765
+ offset="0"
766
+ style="stop-color:#A80D00"
767
+ id="stop3440" />
768
+ <stop
769
+ offset="0"
770
+ style="stop-color:#A80D00"
771
+ id="stop3442" />
772
+ <stop
773
+ offset="0.99"
774
+ style="stop-color:#7E0E08"
775
+ id="stop3444" />
776
+ <stop
777
+ offset="1"
778
+ style="stop-color:#7E0E08"
779
+ id="stop3446" />
780
+ </radialGradient>
781
+
782
+ <radialGradient
783
+ id="XMLID_30_"
784
+ cx="74.0923"
785
+ cy="145.751"
786
+ r="66.9437"
787
+ gradientUnits="userSpaceOnUse">
788
+ <stop
789
+ offset="0"
790
+ style="stop-color:#A30C00"
791
+ id="stop3451" />
792
+ <stop
793
+ offset="0"
794
+ style="stop-color:#A30C00"
795
+ id="stop3453" />
796
+ <stop
797
+ offset="0.99"
798
+ style="stop-color:#800E08"
799
+ id="stop3455" />
800
+ <stop
801
+ offset="1"
802
+ style="stop-color:#800E08"
803
+ id="stop3457" />
804
+ </radialGradient>
805
+
806
+ <linearGradient
807
+ id="XMLID_31_"
808
+ gradientUnits="userSpaceOnUse"
809
+ x1="26.6699"
810
+ y1="197.3359"
811
+ x2="9.9887"
812
+ y2="140.742">
813
+ <stop
814
+ offset="0"
815
+ style="stop-color:#8B2114"
816
+ id="stop3462" />
817
+ <stop
818
+ offset="0"
819
+ style="stop-color:#8B2114"
820
+ id="stop3464" />
821
+ <stop
822
+ offset="0.43"
823
+ style="stop-color:#9E100A"
824
+ id="stop3466" />
825
+ <stop
826
+ offset="0.99"
827
+ style="stop-color:#B3100C"
828
+ id="stop3468" />
829
+ <stop
830
+ offset="1"
831
+ style="stop-color:#B3100C"
832
+ id="stop3470" />
833
+ </linearGradient>
834
+
835
+ <linearGradient
836
+ id="XMLID_32_"
837
+ gradientUnits="userSpaceOnUse"
838
+ x1="154.6411"
839
+ y1="9.7979"
840
+ x2="192.039"
841
+ y2="26.3059">
842
+ <stop
843
+ offset="0"
844
+ style="stop-color:#B31000"
845
+ id="stop3475" />
846
+ <stop
847
+ offset="0"
848
+ style="stop-color:#B31000"
849
+ id="stop3477" />
850
+ <stop
851
+ offset="0.44"
852
+ style="stop-color:#910F08"
853
+ id="stop3479" />
854
+ <stop
855
+ offset="0.99"
856
+ style="stop-color:#791C12"
857
+ id="stop3481" />
858
+ <stop
859
+ offset="1"
860
+ style="stop-color:#791C12"
861
+ id="stop3483" />
862
+ </linearGradient>
863
+
864
+ <polygon
865
+ style="fill:url(#linearGradient3448);fill-rule:evenodd"
866
+ clip-rule="evenodd"
867
+ points="153.5,130.41 40.38,197.58 186.849,187.641 198.13,39.95 "
868
+ id="polygon3282" /><polygon
869
+ style="fill:url(#XMLID_18_-7);fill-rule:evenodd"
870
+ clip-rule="evenodd"
871
+ points="187.089,187.54 174.5,100.65 140.209,145.93 "
872
+ id="polygon3293" /><polygon
873
+ style="fill:url(#XMLID_19_-4);fill-rule:evenodd"
874
+ clip-rule="evenodd"
875
+ points="187.259,187.54 95.03,180.3 40.87,197.391 "
876
+ id="polygon3304" /><polygon
877
+ style="fill:url(#XMLID_20_-9);fill-rule:evenodd"
878
+ clip-rule="evenodd"
879
+ points="41,197.41 64.04,121.93 13.34,132.771 "
880
+ id="polygon3319" /><polygon
881
+ style="fill:url(#XMLID_21_-3);fill-rule:evenodd"
882
+ clip-rule="evenodd"
883
+ points="140.2,146.18 119,63.14 58.33,120.01 "
884
+ id="polygon3334" /><polygon
885
+ style="fill:url(#XMLID_22_-7);fill-rule:evenodd"
886
+ clip-rule="evenodd"
887
+ points="193.32,64.31 135.97,17.47 120,69.1 "
888
+ id="polygon3349" /><polygon
889
+ style="fill:url(#XMLID_23_-9);fill-rule:evenodd"
890
+ clip-rule="evenodd"
891
+ points="166.5,0.77 132.77,19.41 111.49,0.52 "
892
+ id="polygon3362" /><polygon
893
+ style="fill:url(#XMLID_24_-3);fill-rule:evenodd"
894
+ clip-rule="evenodd"
895
+ points="0,158.09 14.13,132.32 2.7,101.62 "
896
+ id="polygon3375" /><path
897
+ style="fill:#ffffff;fill-rule:evenodd"
898
+ inkscape:connector-curvature="0"
899
+ clip-rule="evenodd"
900
+ d="m 1.94,100.65 11.5,32.62 49.97,-11.211 57.05,-53.02 L 136.56,17.9 111.209,0 68.109,16.13 C 54.53,28.76 28.18,53.75 27.23,54.22 26.29,54.7 9.83,85.81 1.94,100.65 z"
901
+ id="path3377" /><path
902
+ style="fill:url(#XMLID_25_-9);fill-rule:evenodd"
903
+ inkscape:connector-curvature="0"
904
+ clip-rule="evenodd"
905
+ d="m 42.32,42.05 c 29.43,-29.18 67.37,-46.42 81.93,-31.73 14.551,14.69 -0.88,50.39 -30.31,79.56 -29.43,29.17 -66.9,47.36 -81.45,32.67 -14.56,-14.68 0.4,-51.33 29.83,-80.5 z"
906
+ id="path3400" /><path
907
+ style="fill:url(#XMLID_26_-2);fill-rule:evenodd"
908
+ inkscape:connector-curvature="0"
909
+ clip-rule="evenodd"
910
+ d="m 41,197.38 22.86,-75.72 75.92,24.39 C 112.33,171.79 81.8,193.55 41,197.38 z"
911
+ id="path3413" /><path
912
+ style="fill:url(#XMLID_27_-1);fill-rule:evenodd"
913
+ inkscape:connector-curvature="0"
914
+ clip-rule="evenodd"
915
+ d="m 120.56,68.89 19.49,77.2 C 162.98,121.98 183.56,96.06 193.639,64 l -73.079,4.89 z"
916
+ id="path3424" /><path
917
+ style="fill:url(#XMLID_28_-1);fill-rule:evenodd"
918
+ inkscape:connector-curvature="0"
919
+ clip-rule="evenodd"
920
+ d="m 193.44,64.39 c 7.8,-23.54 9.6,-57.31 -27.181,-63.58 l -30.18,16.67 57.361,46.91 z"
921
+ id="path3435" /><path
922
+ style="fill:#9e1209;fill-rule:evenodd"
923
+ inkscape:connector-curvature="0"
924
+ clip-rule="evenodd"
925
+ d="m 0,157.75 c 1.08,38.851 29.11,39.43 41.05,39.771 L 13.47,133.11 0,157.75 z"
926
+ id="path3437" /><path
927
+ style="fill:url(#XMLID_29_-4);fill-rule:evenodd"
928
+ inkscape:connector-curvature="0"
929
+ clip-rule="evenodd"
930
+ d="m 120.669,69.01 c 17.62,10.83 53.131,32.58 53.851,32.98 1.119,0.63 15.31,-23.93 18.53,-37.81 l -72.381,4.83 z"
931
+ id="path3448" /><path
932
+ style="fill:url(#XMLID_30_-6);fill-rule:evenodd"
933
+ inkscape:connector-curvature="0"
934
+ clip-rule="evenodd"
935
+ d="m 63.83,121.66 30.56,58.96 c 18.07,-9.8 32.22,-21.74 45.18,-34.53 L 63.83,121.66 z"
936
+ id="path3459" /><path
937
+ style="fill:url(#XMLID_31_-6);fill-rule:evenodd"
938
+ inkscape:connector-curvature="0"
939
+ clip-rule="evenodd"
940
+ d="m 13.35,133.19 -4.33,51.56 c 8.17,11.16 19.41,12.13 31.2,11.26 -8.53,-21.23 -25.57,-63.68 -26.87,-62.82 z"
941
+ id="path3472" /><path
942
+ style="fill:url(#XMLID_32_-0);fill-rule:evenodd"
943
+ inkscape:connector-curvature="0"
944
+ clip-rule="evenodd"
945
+ d="m 135.9,17.61 60.71,8.52 C 193.37,12.4 183.42,3.54 166.46,0.77 L 135.9,17.61 z"
946
+ id="path3485" /></svg>