foreman_theme_satellite 13.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/LICENSE +619 -0
  3. data/README.md +482 -0
  4. data/Rakefile +47 -0
  5. data/app/assets/images/foreman_theme_satellite/favicon.ico +0 -0
  6. data/app/assets/images/foreman_theme_satellite/header_logo.svg +836 -0
  7. data/app/assets/images/foreman_theme_satellite/login_bg.svg +384 -0
  8. data/app/assets/images/foreman_theme_satellite/login_logo.svg +840 -0
  9. data/app/assets/javascripts/foreman_theme_satellite/locale/en/foreman_theme_satellite.js +124 -0
  10. data/app/assets/javascripts/foreman_theme_satellite/theme_dashboard.js +17 -0
  11. data/app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js +15 -0
  12. data/app/assets/stylesheets/foreman_theme_satellite/application_colors.css +12 -0
  13. data/app/assets/stylesheets/foreman_theme_satellite/bastion.scss +5 -0
  14. data/app/assets/stylesheets/foreman_theme_satellite/external_logout.scss +13 -0
  15. data/app/assets/stylesheets/foreman_theme_satellite/foreman_theme_satellite.css +1 -0
  16. data/app/assets/stylesheets/foreman_theme_satellite/login.scss +32 -0
  17. data/app/assets/stylesheets/foreman_theme_satellite/patternfly_and_overrides.scss +7 -0
  18. data/app/assets/stylesheets/foreman_theme_satellite/provisioning_templates.scss +3 -0
  19. data/app/assets/stylesheets/foreman_theme_satellite/theme.scss +14 -0
  20. data/app/assets/stylesheets/foreman_theme_satellite/topbar.scss +11 -0
  21. data/app/assets/stylesheets/foreman_theme_satellite/wizard.scss +14 -0
  22. data/app/controllers/concerns/documentation_controller_branding.rb +33 -0
  23. data/app/controllers/concerns/provisioning_templates_controller_branding.rb +94 -0
  24. data/app/helpers/provisioning_templates_helper_branding.rb +12 -0
  25. data/app/helpers/rhev_helper.rb +10 -0
  26. data/app/helpers/theme_application_helper.rb +17 -0
  27. data/app/helpers/theme_css_class_helper.rb +8 -0
  28. data/app/helpers/theme_discovery_helper.rb +10 -0
  29. data/app/helpers/theme_external_logout_helper.rb +10 -0
  30. data/app/helpers/theme_layout_helper.rb +18 -0
  31. data/app/helpers/theme_login_helper.rb +10 -0
  32. data/app/models/concerns/branch_info_branding.rb +9 -0
  33. data/app/models/concerns/deprecation_notification.rb +23 -0
  34. data/app/models/concerns/distributor_version.rb +7 -0
  35. data/app/models/concerns/gce.rb +7 -0
  36. data/app/models/concerns/openstack.rb +8 -0
  37. data/app/models/concerns/ovirt.rb +8 -0
  38. data/app/models/concerns/provisioning.rb +21 -0
  39. data/app/models/concerns/realm_theme.rb +18 -0
  40. data/app/models/concerns/satellite_packages.rb +8 -0
  41. data/app/models/concerns/setting_branding.rb +17 -0
  42. data/app/models/concerns/upstream_only_settings.rb +6 -0
  43. data/app/overrides/bootdisk_help_page.rb +44 -0
  44. data/app/overrides/layouts/base/theme_react_root.html.erb.deface +7 -0
  45. data/app/overrides/layouts/base/theme_resources.html.erb.deface +7 -0
  46. data/app/overrides/layouts/base/theme_style_resources.html.erb.deface +3 -0
  47. data/app/overrides/rhev.rb +14 -0
  48. data/app/overrides/satellite_name_override.rb +83 -0
  49. data/app/services/concerns/setting_registry_branding.rb +20 -0
  50. data/app/services/foreman_theme_satellite/renderer_methods.rb +22 -0
  51. data/app/views/api/v2/home/status_extensions.json.rabl +1 -0
  52. data/app/views/foreman_theme_satellite/_theme_client_side_branding.js.erb +63 -0
  53. data/app/views/foreman_theme_satellite/rhev/_form.erb +8 -0
  54. data/app/views/foreman_theme_satellite/rhev/_show.html.erb +6 -0
  55. data/db/migrate/20160404130619_remove_satellite_from_notification_name.rb +8 -0
  56. data/db/migrate/20161220092005_remove_satellite_from_notification_name_spell_correction.rb +24 -0
  57. data/db/migrate/20180516103339_update_idm_params.rb +19 -0
  58. data/db/migrate/20180605150932_deprecate_satellite_templates.rb +52 -0
  59. data/db/migrate/20181108171732_change_blog_url.rb +13 -0
  60. data/db/migrate/20201118090534_insights_param.rb +9 -0
  61. data/db/seeds.d/069-provisioning_templates_defaults.rb +24 -0
  62. data/db/seeds.d/850-global_parameters.rb +15 -0
  63. data/lib/foreman_theme_satellite/branded_words.rb +58 -0
  64. data/lib/foreman_theme_satellite/deprecated_templates.rb +9 -0
  65. data/lib/foreman_theme_satellite/documentation.rb +76 -0
  66. data/lib/foreman_theme_satellite/engine.rb +155 -0
  67. data/lib/foreman_theme_satellite/pry_rack.rb +12 -0
  68. data/lib/foreman_theme_satellite/replacer_repository.rb +57 -0
  69. data/lib/foreman_theme_satellite/rss_checker_branding.rb +11 -0
  70. data/lib/foreman_theme_satellite/version.rb +3 -0
  71. data/lib/foreman_theme_satellite.rb +4 -0
  72. data/lib/generators/foreman_theme_satellite/color_diff_generator.rb +32 -0
  73. data/lib/generators/foreman_theme_satellite/lib/color_changer.rb +25 -0
  74. data/lib/generators/foreman_theme_satellite/lib/css_compare.rb +85 -0
  75. data/lib/tasks/foreman_theme_satellite_tasks.rake +48 -0
  76. data/locale/Makefile +65 -0
  77. data/locale/en/foreman_theme_satellite.edit.po +152 -0
  78. data/locale/en/foreman_theme_satellite.po +286 -0
  79. data/locale/en/foreman_theme_satellite.po.time_stamp +0 -0
  80. data/locale/foreman_theme_satellite.pot +387 -0
  81. data/locale/gemspec.rb +2 -0
  82. data/package.json +31 -0
  83. data/webpack/index.js +5 -0
  84. metadata +226 -0
@@ -0,0 +1,836 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ id="Layer_1"
4
+ data-name="Layer 1"
5
+ viewBox="0 0 615 244"
6
+ version="1.1"
7
+ sodipodi:docname="header_logo.svg"
8
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:xlink="http://www.w3.org/1999/xlink"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ xmlns:svg="http://www.w3.org/2000/svg"
14
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
15
+ xmlns:cc="http://creativecommons.org/ns#"
16
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
17
+ <sodipodi:namedview
18
+ id="namedview12"
19
+ pagecolor="#ffffff"
20
+ bordercolor="#000000"
21
+ borderopacity="0.25"
22
+ inkscape:showpageshadow="2"
23
+ inkscape:pageopacity="0.0"
24
+ inkscape:pagecheckerboard="0"
25
+ inkscape:deskcolor="#d1d1d1"
26
+ inkscape:zoom="3.9837398"
27
+ inkscape:cx="195.04286"
28
+ inkscape:cy="122.12143"
29
+ inkscape:window-width="2560"
30
+ inkscape:window-height="1371"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="Layer_1" />
35
+ <defs
36
+ id="defs1">
37
+ <style
38
+ id="style1">.cls-1{fill:#fff;}.cls-2{fill:#e00;}</style>
39
+ <filter
40
+ color-interpolation-filters="sRGB"
41
+ inkscape:collect="always"
42
+ id="filter5778"
43
+ x="-0.031239456"
44
+ y="-0.097929559"
45
+ width="1.0624789"
46
+ height="1.1958591">
47
+ <feGaussianBlur
48
+ inkscape:collect="always"
49
+ stdDeviation="2.7619388"
50
+ id="feGaussianBlur5780" />
51
+ </filter>
52
+ <radialGradient
53
+ inkscape:collect="always"
54
+ xlink:href="#linearGradient6391"
55
+ id="radialGradient34514"
56
+ gradientUnits="userSpaceOnUse"
57
+ gradientTransform="matrix(1,0,0,0.30000319,0,144.84775)"
58
+ cx="170.17645"
59
+ cy="223.42529"
60
+ fx="170.17645"
61
+ fy="223.42529"
62
+ r="106.61834" />
63
+ <linearGradient
64
+ id="linearGradient6391"
65
+ inkscape:collect="always">
66
+ <stop
67
+ id="stop6393"
68
+ offset="0"
69
+ style="stop-color:#f2da06;stop-opacity:1;" />
70
+ <stop
71
+ style="stop-color:#fcee72;stop-opacity:1"
72
+ offset="0.44511068"
73
+ id="stop6403" />
74
+ <stop
75
+ id="stop6395"
76
+ offset="1"
77
+ style="stop-color:#f2da06;stop-opacity:1" />
78
+ </linearGradient>
79
+ <radialGradient
80
+ inkscape:collect="always"
81
+ xlink:href="#linearGradient5655"
82
+ id="radialGradient34516"
83
+ gradientUnits="userSpaceOnUse"
84
+ gradientTransform="matrix(0.76798801,-0.31808094,0.29894407,0.72178314,-21.071551,110.33848)"
85
+ cx="201.96198"
86
+ cy="227.23029"
87
+ fx="201.96198"
88
+ fy="227.23029"
89
+ r="94.479218" />
90
+ <linearGradient
91
+ inkscape:collect="always"
92
+ id="linearGradient5655">
93
+ <stop
94
+ style="stop-color:#eeeeec;stop-opacity:1;"
95
+ offset="0"
96
+ id="stop5657" />
97
+ <stop
98
+ style="stop-color:#eeeeec;stop-opacity:0;"
99
+ offset="1"
100
+ id="stop5659" />
101
+ </linearGradient>
102
+ <linearGradient
103
+ inkscape:collect="always"
104
+ xlink:href="#linearGradient6474"
105
+ id="linearGradient34518"
106
+ gradientUnits="userSpaceOnUse"
107
+ gradientTransform="matrix(1.79606,0.1563926,-0.1821094,1.8417489,-200.39675,376.2858)"
108
+ x1="227.5"
109
+ y1="-126.74134"
110
+ x2="231.25"
111
+ y2="-126.74134" />
112
+ <linearGradient
113
+ id="linearGradient6474"
114
+ inkscape:collect="always">
115
+ <stop
116
+ id="stop6476"
117
+ offset="0"
118
+ style="stop-color:#edd60c;stop-opacity:1;" />
119
+ <stop
120
+ id="stop6478"
121
+ offset="1"
122
+ style="stop-color:#ad9c08;stop-opacity:1" />
123
+ </linearGradient>
124
+ <radialGradient
125
+ inkscape:collect="always"
126
+ xlink:href="#linearGradient6358"
127
+ id="radialGradient34520"
128
+ gradientUnits="userSpaceOnUse"
129
+ gradientTransform="matrix(1.3046625,0.24901908,-0.19221053,1.0070308,-15.829753,-36.419162)"
130
+ cx="145.66061"
131
+ cy="135.25136"
132
+ fx="143.9269"
133
+ fy="107.87556"
134
+ r="93.979218" />
135
+ <linearGradient
136
+ id="linearGradient6358"
137
+ inkscape:collect="always">
138
+ <stop
139
+ id="stop6360"
140
+ offset="0"
141
+ style="stop-color:#e9d012;stop-opacity:1" />
142
+ <stop
143
+ style="stop-color:#efd840;stop-opacity:1"
144
+ offset="0.46028548"
145
+ id="stop6366" />
146
+ <stop
147
+ id="stop6368"
148
+ offset="0.76600951"
149
+ style="stop-color:#d2b828;stop-opacity:1;" />
150
+ <stop
151
+ id="stop6362"
152
+ offset="1"
153
+ style="stop-color:#eacf4e;stop-opacity:1" />
154
+ </linearGradient>
155
+ <radialGradient
156
+ inkscape:collect="always"
157
+ xlink:href="#linearGradient6358"
158
+ id="radialGradient34522"
159
+ gradientUnits="userSpaceOnUse"
160
+ gradientTransform="matrix(1.3046625,0.24901908,-0.19221053,1.0070308,-15.829753,-36.419162)"
161
+ cx="145.66061"
162
+ cy="135.25136"
163
+ fx="143.9269"
164
+ fy="107.87556"
165
+ r="93.979218" />
166
+ <clipPath
167
+ clipPathUnits="userSpaceOnUse"
168
+ id="clipPath5582">
169
+ <path
170
+ inkscape:connector-curvature="0"
171
+ id="path5584"
172
+ d="m 134.78125,65.53125 c -12.4595,-0.04552 -23.54116,3.516311 -33.21875,9.59375 -0.007,0.0047 -0.0238,-0.0047 -0.0312,0 -13.697841,4.6271 -23.482877,12.212186 -30.8125,22.53125 -12.983809,18.27935 -23.557494,60.03358 -22.40625,85.1875 28.303398,44.55783 163.81724,43.74576 187.875,3.125 -10.47295,-36.77579 -7.13398,-67.94114 -23.7813,-89.21875 -8.90024,-11.375757 -21.77064,-18.931807 -35.8125,-23.09375 -0.0724,-0.02147 -0.14625,-0.04121 -0.21875,-0.0625 -6.47957,-2.470774 -22.68841,-8 -39.1875,-8 -0.80529,-0.03223 -1.61208,-0.0596 -2.40625,-0.0625 z m 29.3125,5.34375 c 0.44849,0.06863 0.89602,0.143789 1.34375,0.21875 -0.44964,-0.07493 -0.89333,-0.150215 -1.34375,-0.21875 z m -45.40625,0.3125 c -0.96659,0.136121 -1.90642,0.281449 -2.84375,0.4375 0.93942,-0.156725 1.87493,-0.300819 2.84375,-0.4375 z"
173
+ style="fill:#a40000;fill-opacity:1;stroke:none" />
174
+ </clipPath>
175
+ <filter
176
+ color-interpolation-filters="sRGB"
177
+ inkscape:collect="always"
178
+ id="filter5576"
179
+ x="-0.037772326"
180
+ y="-0.047062454"
181
+ width="1.0759592"
182
+ height="1.094125">
183
+ <feGaussianBlur
184
+ inkscape:collect="always"
185
+ stdDeviation="2.5408815"
186
+ id="feGaussianBlur5578" />
187
+ </filter>
188
+ <radialGradient
189
+ inkscape:collect="always"
190
+ xlink:href="#linearGradient6735"
191
+ id="radialGradient34524"
192
+ gradientUnits="userSpaceOnUse"
193
+ gradientTransform="matrix(-5.1363448,-1.3762794,-1.2454984,3.2157229,960.71525,910.14242)"
194
+ cx="196.44872"
195
+ cy="-151.91595"
196
+ fx="196.44872"
197
+ fy="-151.91595"
198
+ r="8.5016947" />
199
+ <linearGradient
200
+ id="linearGradient6735"
201
+ inkscape:collect="always">
202
+ <stop
203
+ id="stop6737"
204
+ offset="0"
205
+ style="stop-color:#f5e789;stop-opacity:1" />
206
+ <stop
207
+ id="stop6739"
208
+ offset="1"
209
+ style="stop-color:#eed73f;stop-opacity:0;" />
210
+ </linearGradient>
211
+ <radialGradient
212
+ inkscape:collect="always"
213
+ xlink:href="#linearGradient6735"
214
+ id="radialGradient34526"
215
+ gradientUnits="userSpaceOnUse"
216
+ gradientTransform="matrix(-5.1363448,-1.3762794,-1.2454984,3.2157229,1019.0966,903.42491)"
217
+ cx="196.35606"
218
+ cy="-150.96611"
219
+ fx="196.35606"
220
+ fy="-150.96611"
221
+ r="8.5016947" />
222
+ <linearGradient
223
+ inkscape:collect="always"
224
+ xlink:href="#linearGradient6474"
225
+ id="linearGradient34528"
226
+ gradientUnits="userSpaceOnUse"
227
+ gradientTransform="matrix(-2.0701041,-0.01735592,-0.07408665,1.2462359,574.05206,233.49649)"
228
+ x1="227.5"
229
+ y1="-126.74134"
230
+ x2="231.25"
231
+ y2="-126.74134" />
232
+ <linearGradient
233
+ inkscape:collect="always"
234
+ xlink:href="#linearGradient6474"
235
+ id="linearGradient34530"
236
+ gradientUnits="userSpaceOnUse"
237
+ gradientTransform="matrix(-1.7447879,-0.38299996,-0.31793238,1.2066937,515.40386,308.18711)"
238
+ x1="227.5"
239
+ y1="-126.74134"
240
+ x2="231.25"
241
+ y2="-126.74134" />
242
+ <radialGradient
243
+ inkscape:collect="always"
244
+ xlink:href="#linearGradient5623"
245
+ id="radialGradient34532"
246
+ gradientUnits="userSpaceOnUse"
247
+ gradientTransform="matrix(-1.1030053,0.05104207,-0.01294422,-0.27972062,245.25589,81.239902)"
248
+ cx="80.688774"
249
+ cy="56.483025"
250
+ fx="80.688774"
251
+ fy="56.483025"
252
+ r="81.577972" />
253
+ <linearGradient
254
+ inkscape:collect="always"
255
+ id="linearGradient5623">
256
+ <stop
257
+ style="stop-color:#efdd52;stop-opacity:1;"
258
+ offset="0"
259
+ id="stop5625" />
260
+ <stop
261
+ style="stop-color:#f2e26d;stop-opacity:0"
262
+ offset="1"
263
+ id="stop5627" />
264
+ </linearGradient>
265
+ <radialGradient
266
+ inkscape:collect="always"
267
+ xlink:href="#linearGradient5623"
268
+ id="radialGradient34534"
269
+ gradientUnits="userSpaceOnUse"
270
+ gradientTransform="matrix(-0.58592607,0.97377054,-1.0186737,-0.61294465,256.86576,29.216301)"
271
+ cx="110.62334"
272
+ cy="79.932693"
273
+ fx="110.62334"
274
+ fy="79.932693"
275
+ r="81.577972" />
276
+ <linearGradient
277
+ inkscape:collect="always"
278
+ xlink:href="#linearGradient6757"
279
+ id="linearGradient34536"
280
+ gradientUnits="userSpaceOnUse"
281
+ x1="109.89773"
282
+ y1="95.666252"
283
+ x2="67.631767"
284
+ y2="201.73227" />
285
+ <linearGradient
286
+ id="linearGradient6757"
287
+ inkscape:collect="always">
288
+ <stop
289
+ id="stop6760"
290
+ offset="0"
291
+ style="stop-color:#ddbe0c;stop-opacity:1;" />
292
+ <stop
293
+ id="stop6762"
294
+ offset="1"
295
+ style="stop-color:#ddbe0c;stop-opacity:0;" />
296
+ </linearGradient>
297
+ <linearGradient
298
+ inkscape:collect="always"
299
+ xlink:href="#linearGradient6757"
300
+ id="linearGradient34538"
301
+ gradientUnits="userSpaceOnUse"
302
+ x1="163.89485"
303
+ y1="82.26004"
304
+ x2="208.11172"
305
+ y2="185.85118" />
306
+ <linearGradient
307
+ inkscape:collect="always"
308
+ xlink:href="#linearGradient6757"
309
+ id="linearGradient34540"
310
+ gradientUnits="userSpaceOnUse"
311
+ x1="112.62962"
312
+ y1="99.346718"
313
+ x2="136.82567"
314
+ y2="162.27922" />
315
+ <linearGradient
316
+ inkscape:collect="always"
317
+ xlink:href="#linearGradient6757"
318
+ id="linearGradient34542"
319
+ gradientUnits="userSpaceOnUse"
320
+ x1="129.75412"
321
+ y1="83.446373"
322
+ x2="190.56531"
323
+ y2="84.507034" />
324
+ <radialGradient
325
+ inkscape:collect="always"
326
+ xlink:href="#linearGradient6745"
327
+ id="radialGradient34544"
328
+ gradientUnits="userSpaceOnUse"
329
+ gradientTransform="matrix(-3.0257663,-3.6029321e-8,-2.8447476e-7,6.4426248,536.89679,-145.17956)"
330
+ cx="112.25"
331
+ cy="39.145103"
332
+ fx="112.25"
333
+ fy="39.145103"
334
+ r="9.25" />
335
+ <linearGradient
336
+ id="linearGradient6745"
337
+ inkscape:collect="always">
338
+ <stop
339
+ id="stop6747"
340
+ offset="0"
341
+ style="stop-color:#ffffff;stop-opacity:1;" />
342
+ <stop
343
+ id="stop6749"
344
+ offset="1"
345
+ style="stop-color:#ffffff;stop-opacity:0;" />
346
+ </linearGradient>
347
+ <radialGradient
348
+ inkscape:collect="always"
349
+ xlink:href="#linearGradient6745"
350
+ id="radialGradient34546"
351
+ gradientUnits="userSpaceOnUse"
352
+ gradientTransform="matrix(-2.6189689,-0.16929915,-0.39464806,6.1049956,454.32348,-102.8318)"
353
+ cx="112.25"
354
+ cy="39.145103"
355
+ fx="112.25"
356
+ fy="39.145103"
357
+ r="9.25" />
358
+ <radialGradient
359
+ inkscape:collect="always"
360
+ xlink:href="#linearGradient6745"
361
+ id="radialGradient34548"
362
+ gradientUnits="userSpaceOnUse"
363
+ gradientTransform="matrix(-2.0434202,-0.53150013,-0.26742823,1.3771811,546.19997,442.52249)"
364
+ cx="226.67188"
365
+ cy="-153.96692"
366
+ fx="226.67188"
367
+ fy="-153.96692"
368
+ r="11.671875" />
369
+ <filter
370
+ color-interpolation-filters="sRGB"
371
+ inkscape:collect="always"
372
+ id="filter5531"
373
+ x="-0.0643008"
374
+ y="-0.081793773"
375
+ width="1.1286016"
376
+ height="1.1635875">
377
+ <feGaussianBlur
378
+ inkscape:collect="always"
379
+ stdDeviation="1.2196638"
380
+ id="feGaussianBlur5533" />
381
+ </filter>
382
+ <radialGradient
383
+ inkscape:collect="always"
384
+ xlink:href="#linearGradient6745"
385
+ id="radialGradient34550"
386
+ gradientUnits="userSpaceOnUse"
387
+ gradientTransform="matrix(-2.0434202,-0.53150013,-0.26742823,1.3771811,599.94009,431.56233)"
388
+ cx="226.67188"
389
+ cy="-153.96692"
390
+ fx="226.67188"
391
+ fy="-153.96692"
392
+ r="11.671875" />
393
+ <radialGradient
394
+ inkscape:collect="always"
395
+ xlink:href="#linearGradient6415"
396
+ id="radialGradient34552"
397
+ gradientUnits="userSpaceOnUse"
398
+ gradientTransform="matrix(0.7409988,0.1665323,-0.5799398,2.5804888,162.69581,-331.76777)"
399
+ cx="70.625"
400
+ cy="60.43581"
401
+ fx="70.625"
402
+ fy="60.43581"
403
+ r="5.625" />
404
+ <linearGradient
405
+ id="linearGradient6415"
406
+ inkscape:collect="always">
407
+ <stop
408
+ id="stop6417"
409
+ offset="0"
410
+ style="stop-color:#f9f1b8;stop-opacity:1;" />
411
+ <stop
412
+ id="stop6419"
413
+ offset="1"
414
+ style="stop-color:#f9f1b8;stop-opacity:0;" />
415
+ </linearGradient>
416
+ <filter
417
+ color-interpolation-filters="sRGB"
418
+ height="1.09555"
419
+ y="-0.047775017"
420
+ width="1.2011892"
421
+ x="-0.10059458"
422
+ id="filter6435"
423
+ inkscape:collect="always">
424
+ <feGaussianBlur
425
+ id="feGaussianBlur6437"
426
+ stdDeviation="0.69678049"
427
+ inkscape:collect="always" />
428
+ </filter>
429
+ <radialGradient
430
+ inkscape:collect="always"
431
+ xlink:href="#linearGradient6757"
432
+ id="radialGradient34554"
433
+ gradientUnits="userSpaceOnUse"
434
+ gradientTransform="matrix(-1.296581,0.04854441,0.65792091,4.6567361,485.37446,904.7596)"
435
+ cx="194.55148"
436
+ cy="-168.02176"
437
+ fx="194.55148"
438
+ fy="-168.02176"
439
+ r="10.514005" />
440
+ <radialGradient
441
+ inkscape:collect="always"
442
+ xlink:href="#linearGradient6757"
443
+ id="radialGradient34556"
444
+ gradientUnits="userSpaceOnUse"
445
+ gradientTransform="matrix(-1.558501,0.13248114,1.0967481,5.1492347,667.29092,965.69999)"
446
+ cx="194.55148"
447
+ cy="-168.02176"
448
+ fx="194.55148"
449
+ fy="-168.02176"
450
+ r="10.514005" />
451
+ <linearGradient
452
+ inkscape:collect="always"
453
+ xlink:href="#linearGradient6474"
454
+ id="linearGradient34558"
455
+ gradientUnits="userSpaceOnUse"
456
+ gradientTransform="matrix(-3.3664907,-0.60795991,-0.75658603,2.7051661,726.62427,665.95994)"
457
+ x1="227.5"
458
+ y1="-126.74134"
459
+ x2="231.25"
460
+ y2="-126.74134" />
461
+ <radialGradient
462
+ inkscape:collect="always"
463
+ xlink:href="#linearGradient6745"
464
+ id="radialGradient34560"
465
+ gradientUnits="userSpaceOnUse"
466
+ gradientTransform="matrix(1,0,0,0.32219361,0,139.51544)"
467
+ cx="161.50815"
468
+ cy="304.25235"
469
+ fx="161.50815"
470
+ fy="304.25235"
471
+ r="106.59425" />
472
+ <linearGradient
473
+ inkscape:collect="always"
474
+ xlink:href="#linearGradient6474"
475
+ id="linearGradient34562"
476
+ gradientUnits="userSpaceOnUse"
477
+ gradientTransform="matrix(-2.8760451,-0.57383621,-0.64636315,2.55333,645.41259,647.24954)"
478
+ x1="227.5"
479
+ y1="-126.74134"
480
+ x2="231.25"
481
+ y2="-126.74134" />
482
+ <radialGradient
483
+ inkscape:collect="always"
484
+ xlink:href="#linearGradient5742"
485
+ id="radialGradient34564"
486
+ gradientUnits="userSpaceOnUse"
487
+ gradientTransform="matrix(1.3844902,-0.20855016,0.06498177,0.43139087,-78.968394,178.11578)"
488
+ cx="94.043854"
489
+ cy="260.62152"
490
+ fx="94.043854"
491
+ fy="260.62152"
492
+ r="106.59425" />
493
+ <linearGradient
494
+ inkscape:collect="always"
495
+ id="linearGradient5742">
496
+ <stop
497
+ style="stop-color:#000000;stop-opacity:0.33"
498
+ offset="0"
499
+ id="stop5744" />
500
+ <stop
501
+ style="stop-color:#000000;stop-opacity:0;"
502
+ offset="1"
503
+ id="stop5746" />
504
+ </linearGradient>
505
+ <radialGradient
506
+ inkscape:collect="always"
507
+ xlink:href="#linearGradient5742"
508
+ id="radialGradient34566"
509
+ gradientUnits="userSpaceOnUse"
510
+ gradientTransform="matrix(1.3844902,-0.20855016,0.06498177,0.43139087,-78.968394,178.11578)"
511
+ cx="212.00848"
512
+ cy="288.14557"
513
+ fx="212.00848"
514
+ fy="288.14557"
515
+ r="106.59425" />
516
+ <linearGradient
517
+ inkscape:collect="always"
518
+ xlink:href="#linearGradient7604"
519
+ id="linearGradient34480"
520
+ gradientUnits="userSpaceOnUse"
521
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
522
+ x1="725"
523
+ y1="-593.63782"
524
+ x2="725"
525
+ y2="-631.99713" />
526
+ <linearGradient
527
+ inkscape:collect="always"
528
+ id="linearGradient7604">
529
+ <stop
530
+ style="stop-color:#000000;stop-opacity:1;"
531
+ offset="0"
532
+ id="stop7606" />
533
+ <stop
534
+ style="stop-color:#61625f;stop-opacity:1"
535
+ offset="1"
536
+ id="stop7608" />
537
+ </linearGradient>
538
+ <linearGradient
539
+ inkscape:collect="always"
540
+ xlink:href="#linearGradient7604"
541
+ id="linearGradient12"
542
+ gradientUnits="userSpaceOnUse"
543
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
544
+ x1="725"
545
+ y1="-593.63782"
546
+ x2="725"
547
+ y2="-631.99713" />
548
+ <linearGradient
549
+ inkscape:collect="always"
550
+ xlink:href="#linearGradient7604"
551
+ id="linearGradient13"
552
+ gradientUnits="userSpaceOnUse"
553
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
554
+ x1="725"
555
+ y1="-593.63782"
556
+ x2="725"
557
+ y2="-631.99713" />
558
+ <linearGradient
559
+ inkscape:collect="always"
560
+ xlink:href="#linearGradient7604"
561
+ id="linearGradient14"
562
+ gradientUnits="userSpaceOnUse"
563
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
564
+ x1="725"
565
+ y1="-593.63782"
566
+ x2="725"
567
+ y2="-631.99713" />
568
+ <linearGradient
569
+ inkscape:collect="always"
570
+ xlink:href="#linearGradient7604"
571
+ id="linearGradient15"
572
+ gradientUnits="userSpaceOnUse"
573
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
574
+ x1="725"
575
+ y1="-593.63782"
576
+ x2="725"
577
+ y2="-631.99713" />
578
+ <linearGradient
579
+ inkscape:collect="always"
580
+ xlink:href="#linearGradient7604"
581
+ id="linearGradient16"
582
+ gradientUnits="userSpaceOnUse"
583
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
584
+ x1="725"
585
+ y1="-593.63782"
586
+ x2="725"
587
+ y2="-631.99713" />
588
+ <linearGradient
589
+ inkscape:collect="always"
590
+ xlink:href="#linearGradient7604"
591
+ id="linearGradient17"
592
+ gradientUnits="userSpaceOnUse"
593
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
594
+ x1="725"
595
+ y1="-593.63782"
596
+ x2="725"
597
+ y2="-631.99713" />
598
+ <linearGradient
599
+ inkscape:collect="always"
600
+ xlink:href="#linearGradient7604"
601
+ id="linearGradient18"
602
+ gradientUnits="userSpaceOnUse"
603
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
604
+ x1="725"
605
+ y1="-593.63782"
606
+ x2="725"
607
+ y2="-631.99713" />
608
+ </defs>
609
+ <title
610
+ id="title1">Logo-Red_Hat-Satellite-A-Reverse-RGB</title>
611
+ <g
612
+ id="g34599"
613
+ inkscape:export-filename="/home/duffy/SparkleShare/mocks/Logos/Foreman, Candlepin, Katello/Foreman/foreman_large.png"
614
+ inkscape:export-xdpi="90"
615
+ inkscape:export-ydpi="90"
616
+ transform="matrix(0.82523851,0,0,0.82523851,-106.95441,-59.968741)">
617
+ <g
618
+ id="g17157"
619
+ style="display:inline;enable-background:new"
620
+ transform="matrix(0.9765625,0,0,0.9765625,96.313965,14.115774)">
621
+ <path
622
+ sodipodi:nodetypes="caccc"
623
+ inkscape:connector-curvature="0"
624
+ id="path5756"
625
+ d="m 47.517742,190.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,186.46791 52.668054,170.94584 47.517742,190.58865 Z"
626
+ style="opacity:0.535714;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter5778)" />
627
+ <path
628
+ style="fill:url(#radialGradient34514);fill-opacity:1;stroke:none"
629
+ d="m 47.517742,184.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,180.46791 52.668054,164.94584 47.517742,184.58865 Z"
630
+ id="path5611"
631
+ inkscape:connector-curvature="0"
632
+ sodipodi:nodetypes="caccc" />
633
+ <path
634
+ style="fill:none;stroke:url(#radialGradient34516);stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
635
+ d="M 144.875,71.136644 C 105.80516,70.294539 84.168562,80.018877 70.724838,98.945724 57.741029,117.22508 47.1669,158.99551 48.318144,184.14943 76.621542,228.70726 212.1329,227.8944 236.19066,187.27364 225.71776,150.49785 229.06123,119.32561 212.41391,98.047994 196.97739,78.317961 169.6041,70.016595 144.875,71.136644 Z"
636
+ id="path9655"
637
+ inkscape:connector-curvature="0"
638
+ sodipodi:nodetypes="csccsc" />
639
+ <path
640
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34518);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
641
+ d="m 233.6379,168.41111 c 3.40176,-0.0521 3.70367,17.50535 3.70367,17.50535 0,0 -2.75413,2.66269 -6.15589,2.71478 -3.40176,0.0521 -7.45113,-2.50643 -7.45113,-2.50643 0,0 6.50162,-17.66164 9.90337,-17.71373 z"
642
+ id="path5782"
643
+ sodipodi:nodetypes="ccscs"
644
+ inkscape:connector-curvature="0" />
645
+ <path
646
+ sodipodi:nodetypes="csccsc"
647
+ inkscape:connector-curvature="0"
648
+ id="path5653"
649
+ d="M 144.875,69.84375 C 105.80516,69.001645 84.168562,78.725983 70.724838,97.65283 57.741029,115.93218 47.1669,157.70261 48.318144,182.85653 76.621542,227.41436 212.1329,226.6015 236.19066,185.98074 225.71776,149.20495 229.06123,118.03271 212.41391,96.7551 196.97739,77.025067 169.6041,68.723701 144.875,69.84375 Z"
650
+ style="fill:url(#radialGradient34520);fill-opacity:1;stroke:none" />
651
+ <path
652
+ style="opacity:0.3;fill:url(#radialGradient34522);fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5576)"
653
+ d="m 134.78125,65.53125 c -12.4595,-0.04552 -23.54116,3.516311 -33.21875,9.59375 -0.007,0.0047 -0.0238,-0.0047 -0.0312,0 -13.697841,4.6271 -23.482877,12.212186 -30.8125,22.53125 -12.983809,18.27935 -23.557494,60.03358 -22.40625,85.1875 28.303398,44.55783 163.81724,43.74576 187.875,3.125 -10.47295,-36.77579 -7.13398,-67.94114 -23.7813,-89.21875 -8.90024,-11.375757 -21.77064,-18.931807 -35.8125,-23.09375 -0.0724,-0.02147 -0.14625,-0.04121 -0.21875,-0.0625 -6.47957,-2.470774 -22.68841,-8 -39.1875,-8 -0.80529,-0.03223 -1.61208,-0.0596 -2.40625,-0.0625 z m 29.3125,5.34375 c 0.44849,0.06863 0.89602,0.143789 1.34375,0.21875 -0.44964,-0.07493 -0.89333,-0.150215 -1.34375,-0.21875 z m -45.40625,0.3125 c -0.96659,0.136121 -1.90642,0.281449 -2.84375,0.4375 0.93942,-0.156725 1.87493,-0.300819 2.84375,-0.4375 z"
654
+ id="path5547"
655
+ inkscape:connector-curvature="0"
656
+ clip-path="url(#clipPath5582)" />
657
+ <path
658
+ inkscape:connector-curvature="0"
659
+ id="path5437"
660
+ d="m 136.24045,150.51155 -0.49212,11.88839 23.66398,-1.7415 -1.0754,-11.53211 z"
661
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34524);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
662
+ sodipodi:nodetypes="ccccc" />
663
+ <path
664
+ sodipodi:nodetypes="ccccc"
665
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34526);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
666
+ d="m 194.79859,144.68832 -0.6689,10.99411 19.42134,-1.7415 1.9298,-10.64823 z"
667
+ id="path5448"
668
+ inkscape:connector-curvature="0" />
669
+ <path
670
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34528);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
671
+ d="m 111.34878,64.720314 c -3.86755,-0.266211 -6.89562,11.475613 -6.89562,11.475613 0,0 2.73063,1.971101 6.59817,2.237315 3.86757,0.266211 8.87204,-1.172455 8.87204,-1.172455 0,0 -4.70703,-12.274259 -8.57459,-12.540463 z"
672
+ id="path5602"
673
+ sodipodi:nodetypes="ccscs"
674
+ inkscape:connector-curvature="0" />
675
+ <path
676
+ inkscape:connector-curvature="0"
677
+ sodipodi:nodetypes="ccscs"
678
+ id="path5598"
679
+ d="m 159.20259,61.182135 c -3.21186,-0.944378 -8.17524,10.012915 -8.17524,10.012915 0,0 1.90231,2.412077 5.11417,3.356457 3.21188,0.944382 7.73328,0.421076 7.73328,0.421076 0,0 -1.46034,-12.846064 -4.67221,-13.790438 z"
680
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34530);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
681
+ <path
682
+ sodipodi:nodetypes="cccccccccsccc"
683
+ inkscape:connector-curvature="0"
684
+ id="path5786"
685
+ d="m 137.17872,150.68956 22.27386,-1.41422 c -2.70259,-25.28221 -14.31112,-43.94051 -28.63783,-65.65001 6.56459,-1.48436 19.84045,-5.546179 29.92031,0 16.29639,20.28079 26.00565,37.46887 32.88047,61.51829 l 22.62742,-1.41422 c -12.62313,-29.59418 -16.41684,-50.35224 -36.76956,-68.94291 0,0 -21.08147,-9.192388 -42.29467,-9.192388 -51.538441,-2.062689 -80.338816,56.485948 -83.438605,105.712468 -0.989681,27.57981 -2.297271,25.30167 8.131728,31.8198 8.485282,5.3033 7.424621,-1.76776 7.424621,-1.76776 -4.264533,-53.48745 27.030509,-95.33946 41.012186,-109.248 12.6241,17.48846 20.83746,39.2072 26.87007,58.57895 z"
686
+ style="fill:url(#radialGradient34532);fill-opacity:1;stroke:none" />
687
+ <path
688
+ style="fill:url(#radialGradient34534);fill-opacity:1;stroke:none"
689
+ d="m 137.17872,150.68956 22.27386,-1.41422 c -2.70259,-25.28221 -14.31112,-43.94051 -28.63783,-65.65001 6.56459,-1.48436 19.84045,-5.546179 29.92031,0 16.29639,20.28079 26.00565,37.46887 32.88047,61.51829 l 22.62742,-1.41422 c -12.62313,-29.59418 -16.41684,-50.35224 -36.76956,-68.94291 0,0 -21.08147,-9.192388 -42.29467,-9.192388 -51.538441,-2.062689 -80.338816,56.485948 -83.438605,105.712468 -0.989681,27.57981 -2.297271,25.30167 8.131728,31.8198 8.485282,5.3033 7.424621,-1.76776 7.424621,-1.76776 -4.264533,-53.48745 27.030509,-95.33946 41.012186,-109.248 12.6241,17.48846 20.83746,39.2072 26.87007,58.57895 z"
690
+ id="path5452"
691
+ inkscape:connector-curvature="0"
692
+ sodipodi:nodetypes="cccccccccsccc" />
693
+ <path
694
+ style="fill:url(#linearGradient34536);fill-opacity:1;stroke:none"
695
+ d="m 110.41173,92.275037 -0.0567,7.674763 c -35.011679,25.58564 -40.51385,78.1211 -40.407339,88.91025 0.624394,-26.09653 3.463291,-65.23353 40.464039,-96.585013 z"
696
+ id="path4622"
697
+ inkscape:connector-curvature="0"
698
+ sodipodi:nodetypes="cccc" />
699
+ <path
700
+ sodipodi:nodetypes="ccccc"
701
+ inkscape:connector-curvature="0"
702
+ id="path5441"
703
+ d="m 159.29866,85.340619 c 19.33658,20.359071 31.31211,57.781931 34.49057,70.948611 l 0.88747,-5.66973 C 190.96806,124.94919 172.85403,92.055389 160.02263,81.062843 Z"
704
+ style="fill:url(#linearGradient34538);fill-opacity:1;stroke:none" />
705
+ <path
706
+ style="fill:url(#linearGradient34540);fill-opacity:1;stroke:none"
707
+ d="m 110.15474,99.8259 c 1.70533,1.32903 16.03807,29.22723 25.42991,63.18084 l 1.24102,-8.13419 C 122.73335,111.54627 118.87627,104.76641 110.1716,92.25523 Z"
708
+ id="path4624"
709
+ inkscape:connector-curvature="0"
710
+ sodipodi:nodetypes="ccccc" />
711
+ <path
712
+ style="fill:url(#linearGradient34542);fill-opacity:1;stroke:none"
713
+ d="m 129.75412,83.289593 c 9.8346,-4.576555 20.25028,-5.01323 30.40559,-2.474875 0,1.454654 0,2.909307 0,4.363961 -20.60168,-1.638038 -26.74621,3.526107 -27.22734,2.232783 -0.70586,-1.020403 -2.47239,-3.101466 -3.17825,-4.121869 z"
714
+ id="rect5445"
715
+ inkscape:connector-curvature="0"
716
+ sodipodi:nodetypes="ccccc" />
717
+ <path
718
+ inkscape:connector-curvature="0"
719
+ sodipodi:nodetypes="ccc"
720
+ id="path5466"
721
+ d="M 224.10814,186.61565 C 217.41288,132.87914 200.44248,86.428031 168.1315,67.42704 c 35.93853,24.502774 47.31547,71.23151 55.97664,119.18861 z"
722
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.86747;fill:url(#radialGradient34544);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
723
+ <path
724
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.86747;fill:url(#radialGradient34546);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
725
+ d="m 163.26316,194.07421 c -2.50345,-51.29504 -14.34688,-96.26139 -41.1499,-116.074503 29.60586,25.229543 36.59083,70.146003 41.1499,116.074503 z"
726
+ id="path5470"
727
+ sodipodi:nodetypes="ccc"
728
+ inkscape:connector-curvature="0" />
729
+ <path
730
+ inkscape:connector-curvature="0"
731
+ id="path5506"
732
+ d="m 125.73895,90.106929 c 15.79156,4.107426 27.19343,14.725041 25.45062,23.700041 -1.50722,7.76179 -12.38002,11.77575 -25.49927,10.05964 -4.80122,-17.84892 -12.37206,-29.280241 -19.84822,-34.58723 5.56801,-1.267506 12.5577,-1.081394 19.89687,0.827549 z"
733
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.709821;fill:url(#radialGradient34548);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;filter:url(#filter5531);enable-background:accumulate" />
734
+ <path
735
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.709821;fill:url(#radialGradient34550);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;filter:url(#filter5531);enable-background:accumulate"
736
+ d="m 179.47907,79.146774 c 15.79156,4.107426 27.19343,14.725041 25.45062,23.700036 -1.50722,7.76179 -12.38002,11.77575 -25.49927,10.05964 -4.80122,-17.848915 -12.37206,-29.280236 -19.84822,-34.587225 5.56801,-1.267506 12.5577,-1.081394 19.89687,0.827549 z"
737
+ id="path5535"
738
+ inkscape:connector-curvature="0"
739
+ transform="rotate(-9.2979656,182.34391,95.405112)" />
740
+ <path
741
+ transform="matrix(-3.9559661,-0.51568857,-0.8890649,2.2945975,783.57602,590.80594)"
742
+ inkscape:connector-curvature="0"
743
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34552);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;filter:url(#filter6435);enable-background:accumulate"
744
+ d="m 188.786,-178.55812 c -7.5253,6.36451 -11.91096,21.1212 -16.62389,35.00309 5.399,-12.85475 10.70671,-26.47104 16.62389,-35.00309 z"
745
+ id="path5586"
746
+ sodipodi:nodetypes="ccc" />
747
+ <path
748
+ sodipodi:nodetypes="cccc"
749
+ id="path5590"
750
+ d="M 143.12732,180.22151 C 132.03919,130.42403 119.6804,94.374766 102.02804,83.320425 c 7.30898,4.095835 21.29349,7.504665 38.79202,85.022905 z"
751
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34554);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
752
+ inkscape:connector-curvature="0" />
753
+ <path
754
+ inkscape:connector-curvature="0"
755
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34556);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
756
+ d="m 207.72201,179.03705 c -16.60936,-54.81907 -33.85074,-94.241665 -55.8346,-105.492323 9.071,4.122115 26.13746,7.075114 52.27938,92.395943 z"
757
+ id="path5594"
758
+ sodipodi:nodetypes="cccc" />
759
+ <path
760
+ inkscape:connector-curvature="0"
761
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34558);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
762
+ d="m 63.983498,171.17508 c -6.170296,-1.64713 -18.06707,18.76119 -18.06707,18.76119 1.138294,3.43601 9.212664,5.63224 13.740156,4.61269 0,0 10.497236,-21.72674 4.326914,-23.37388 z"
763
+ id="path5663"
764
+ sodipodi:nodetypes="cccs" />
765
+ <path
766
+ sodipodi:nodetypes="caccc"
767
+ inkscape:connector-curvature="0"
768
+ id="path5722"
769
+ d="m 47.517742,182.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,178.46791 52.668054,162.94584 47.517742,182.58865 Z"
770
+ style="fill:none;stroke:url(#radialGradient34560);stroke-opacity:1" />
771
+ <path
772
+ inkscape:connector-curvature="0"
773
+ sodipodi:nodetypes="ccscs"
774
+ id="path5667"
775
+ d="m 74.436829,178.59354 c -5.271402,-1.55469 -14.607007,21.89679 -14.607007,21.89679 0,0 2.944631,4.77859 8.21601,6.33328 5.271402,1.55471 12.869552,-0.11444 12.869552,-0.11444 0,0 -1.207176,-26.56089 -6.478555,-28.11557 z"
776
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34562);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
777
+ <g
778
+ id="g5770"
779
+ transform="translate(0,-40)">
780
+ <path
781
+ style="fill:none;stroke:url(#radialGradient34564);stroke-opacity:1"
782
+ d="m 47.517742,224.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 13.55072,-11.9706 8.66571,-18.30811 -7.30604,-21.15619"
783
+ id="path5740"
784
+ inkscape:connector-curvature="0"
785
+ sodipodi:nodetypes="cacc" />
786
+ <path
787
+ sodipodi:nodetypes="cacc"
788
+ inkscape:connector-curvature="0"
789
+ id="path5750"
790
+ d="m 47.517742,224.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 13.55072,-11.9706 8.66571,-18.30811 -7.30604,-21.15619"
791
+ style="fill:none;stroke:url(#radialGradient34566);stroke-opacity:1" />
792
+ </g>
793
+ </g>
794
+ <g
795
+ style="font-style:normal;font-weight:normal;font-size:84.3747px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient34480);fill-opacity:1;stroke:none"
796
+ id="text6578">
797
+ <path
798
+ d="m 366.59551,128.61075 h -17.80305 v 19.15305 h 17.80305 v 7.93122 h -17.80305 v 27.16864 h -7.93122 v -62.18413 h 25.73427 v 7.93122 0"
799
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient12)"
800
+ id="path34993" />
801
+ <path
802
+ d="m 386.93772,182.77929 c -2.98125,0 -5.37187,-0.53437 -7.17185,-1.60312 -1.8,-1.06874 -3.14999,-2.16561 -4.04998,-3.29061 -2.3625,-3.03748 -3.54374,-7.31246 -3.54374,-12.82495 v -26.74677 c 0,-5.51243 1.18124,-9.78741 3.54374,-12.82495 0.44999,-0.56244 0.98436,-1.12494 1.60311,-1.6875 0.675,-0.56244 1.46249,-1.06868 2.3625,-1.51874 0.95623,-0.50619 2.02498,-0.89994 3.20623,-1.18125 1.18124,-0.33743 2.53123,-0.50618 4.04999,-0.50625 3.03747,7e-5 5.42808,0.53444 7.17184,1.60312 1.79997,1.06881 3.14997,2.16568 4.04999,3.29062 2.36246,3.03754 3.54371,7.31252 3.54373,12.82495 v 26.74677 c -2e-5,5.51249 -1.18127,9.78747 -3.54373,12.82495 -0.90002,1.125 -2.25002,2.22187 -4.04999,3.29061 -1.74376,1.06875 -4.13437,1.60312 -7.17184,1.60312 m 0,-54.16854 c -0.61876,5e-5 -1.32189,0.0563 -2.10937,0.16875 -0.73126,0.11255 -1.46251,0.47817 -2.19374,1.09687 -0.73126,0.56255 -1.35,1.51879 -1.85624,2.86874 -0.45001,1.29379 -0.67501,3.15003 -0.675,5.56873 v 26.74677 c -10e-6,2.475 0.22499,4.38749 0.675,5.73747 0.50624,1.29376 1.12498,2.25001 1.85624,2.86874 0.73123,0.56251 1.46248,0.90001 2.19374,1.0125 0.78748,0.11251 1.49061,0.16876 2.10937,0.16875 0.56248,1e-5 1.23748,-0.0562 2.02499,-0.16875 0.78748,-0.11249 1.54685,-0.44999 2.27812,-1.0125 0.73122,-0.61873 1.32184,-1.57498 1.77186,-2.86874 0.50623,-1.34998 0.75935,-3.26247 0.75938,-5.73747 v -26.74677 c -3e-5,-2.4187 -0.25315,-4.27494 -0.75938,-5.56873 -0.45002,-1.34995 -1.04064,-2.30619 -1.77186,-2.86874 -0.73127,-0.6187 -1.49064,-0.98432 -2.27812,-1.09687 -0.78751,-0.11245 -1.46251,-0.1687 -2.02499,-0.16875"
803
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient13)"
804
+ id="path34995" />
805
+ <path
806
+ d="m 430.41572,152.23566 c 1.51872,1.46252 2.67184,3.20626 3.45936,5.23123 0.84372,2.02501 1.26559,4.33125 1.26562,6.91872 v 18.39368 h -8.01559 v -18.39368 c -3e-5,-5.45621 -2.64376,-8.18432 -7.93122,-8.18434 h -3.96561 -1.0125 v 26.57802 h -7.93122 v -62.18414 h 12.90933 c 5.34371,7e-5 9.36556,1.57506 12.06557,4.72499 2.47497,2.86879 3.71246,7.20002 3.71249,12.9937 -3e-5,5.73751 -1.23752,10.09687 -3.71249,13.07807 -0.11252,0.11253 -0.25314,0.25316 -0.42187,0.42187 -0.11252,0.16878 -0.25315,0.30941 -0.42187,0.42188 m -11.22183,-4.04999 c 2.13747,4e-5 3.59997,-0.25309 4.38748,-0.75937 0.84373,-0.50621 1.3781,-0.89996 1.60312,-1.18124 1.23747,-1.57496 1.85622,-4.2187 1.85624,-7.93122 -2e-5,-2.0812 -0.16877,-3.74057 -0.50625,-4.97811 -0.33752,-1.29369 -0.84376,-2.27806 -1.51874,-2.95311 -0.61877,-0.7312 -1.43439,-1.20932 -2.44687,-1.43437 -0.95626,-0.22495 -2.08125,-0.33745 -3.37498,-0.3375 h -4.97811 v 19.57492 h 1.0125 3.96561"
807
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient14)"
808
+ id="path34997" />
809
+ <path
810
+ d="m 467.12002,128.61075 h -17.80306 v 19.15305 h 17.80306 v 7.93122 h -17.80306 v 19.23742 h 17.80306 v 7.93122 h -25.73428 v -62.18413 h 25.73428 v 7.93122 0"
811
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient15)"
812
+ id="path34999" />
813
+ <path
814
+ d="m 480.62787,152.99503 v 29.78426 h -7.93121 v -62.18414 h 7.00309 l 12.57183,43.79046 12.48745,-43.79046 h 7.0031 v 62.18414 h -7.93122 v -29.78426 l -8.60622,29.78426 h -5.9906 l -8.60622,-29.78426 v 0"
815
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient16)"
816
+ id="path35001" />
817
+ <path
818
+ d="m 526.19943,182.86366 h -8.18434 l 14.3437,-62.18413 h 6.3281 l 14.51244,62.18413 h -8.26872 L 540.965,165.48248 h -10.79996 l -3.96561,17.38118 m 9.36559,-40.58421 -3.54373,15.27181 h 7.08747 l -3.54374,-15.27181"
819
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient17)"
820
+ id="path35003" />
821
+ <path
822
+ d="m 562.86022,145.14818 v 37.63111 H 554.929 v -62.18414 h 6.6656 l 15.18744,37.63111 v -37.63111 h 8.01559 v 62.18414 h -6.74997 l -15.18744,-37.63111 v 0"
823
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient18)"
824
+ id="path35005" />
825
+ </g>
826
+ </g>
827
+ <metadata
828
+ id="metadata18">
829
+ <rdf:RDF>
830
+ <cc:Work
831
+ rdf:about="">
832
+ <dc:title>Logo-Red_Hat-Satellite-A-Reverse-RGB</dc:title>
833
+ </cc:Work>
834
+ </rdf:RDF>
835
+ </metadata>
836
+ </svg>