ruby-vpi 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (364) hide show
  1. data/HISTORY +398 -0
  2. data/LICENSE +340 -0
  3. data/MEMO +38 -0
  4. data/README +9 -0
  5. data/Rakefile +271 -0
  6. data/bin/generate_test.rb +258 -0
  7. data/bin/generate_test_tpl/bench.rb +31 -0
  8. data/bin/generate_test_tpl/bench.v +54 -0
  9. data/bin/generate_test_tpl/design.rb +26 -0
  10. data/bin/generate_test_tpl/proto.rb +8 -0
  11. data/bin/generate_test_tpl/runner.rake +28 -0
  12. data/bin/generate_test_tpl/spec.rb +46 -0
  13. data/bin/header_to_ruby.rb +70 -0
  14. data/doc/Rakefile +55 -0
  15. data/doc/src/LICENSE +397 -0
  16. data/doc/src/figures/organization.png +0 -0
  17. data/doc/src/figures/organization_detailed.png +0 -0
  18. data/doc/src/figures/ruby_init.png +0 -0
  19. data/doc/src/figures/ruby_relay.png +0 -0
  20. data/doc/src/figures.dia +0 -0
  21. data/doc/src/images/COPYING +67 -0
  22. data/doc/src/images/ChangeLog +27 -0
  23. data/doc/src/images/blank.png +0 -0
  24. data/doc/src/images/callouts/1.png +0 -0
  25. data/doc/src/images/callouts/10.png +0 -0
  26. data/doc/src/images/callouts/11.png +0 -0
  27. data/doc/src/images/callouts/12.png +0 -0
  28. data/doc/src/images/callouts/13.png +0 -0
  29. data/doc/src/images/callouts/14.png +0 -0
  30. data/doc/src/images/callouts/15.png +0 -0
  31. data/doc/src/images/callouts/2.png +0 -0
  32. data/doc/src/images/callouts/3.png +0 -0
  33. data/doc/src/images/callouts/4.png +0 -0
  34. data/doc/src/images/callouts/5.png +0 -0
  35. data/doc/src/images/callouts/6.png +0 -0
  36. data/doc/src/images/callouts/7.png +0 -0
  37. data/doc/src/images/callouts/8.png +0 -0
  38. data/doc/src/images/callouts/9.png +0 -0
  39. data/doc/src/images/callouts/ChangeLog +15 -0
  40. data/doc/src/images/caution.png +0 -0
  41. data/doc/src/images/caution.svg +290 -0
  42. data/doc/src/images/copyright +55 -0
  43. data/doc/src/images/draft.png +0 -0
  44. data/doc/src/images/home.png +0 -0
  45. data/doc/src/images/home.svg +386 -0
  46. data/doc/src/images/important.png +0 -0
  47. data/doc/src/images/important.svg +163 -0
  48. data/doc/src/images/next.png +0 -0
  49. data/doc/src/images/next.svg +191 -0
  50. data/doc/src/images/note.png +0 -0
  51. data/doc/src/images/note.svg +483 -0
  52. data/doc/src/images/prev.png +0 -0
  53. data/doc/src/images/prev.svg +852 -0
  54. data/doc/src/images/tip.png +0 -0
  55. data/doc/src/images/tip.svg +1145 -0
  56. data/doc/src/images/toc-blank.png +0 -0
  57. data/doc/src/images/toc-minus.png +0 -0
  58. data/doc/src/images/toc-plus.png +0 -0
  59. data/doc/src/images/up.png +0 -0
  60. data/doc/src/images/up.svg +195 -0
  61. data/doc/src/images/warning.png +0 -0
  62. data/doc/src/images/warning.svg +334 -0
  63. data/doc/src/license.xml +446 -0
  64. data/doc/src/manual.xml +1582 -0
  65. data/doc/src/manual.xsl +23 -0
  66. data/doc/src/shared.dtd +63 -0
  67. data/doc/src/styles/manual.css +87 -0
  68. data/doc/txt/manual.txt +1657 -0
  69. data/doc/xhtml/background.html +3 -0
  70. data/doc/xhtml/background.methodology.html +3 -0
  71. data/doc/xhtml/background.organization.html +10 -0
  72. data/doc/xhtml/background.running-tests.html +3 -0
  73. data/doc/xhtml/background.terminology.html +3 -0
  74. data/doc/xhtml/figures/organization.png +0 -0
  75. data/doc/xhtml/figures/organization_detailed.png +0 -0
  76. data/doc/xhtml/figures/ruby_init.png +0 -0
  77. data/doc/xhtml/figures/ruby_relay.png +0 -0
  78. data/doc/xhtml/gfdl-0.html +18 -0
  79. data/doc/xhtml/gfdl-1.html +70 -0
  80. data/doc/xhtml/gfdl-10.html +15 -0
  81. data/doc/xhtml/gfdl-2.html +13 -0
  82. data/doc/xhtml/gfdl-3.html +31 -0
  83. data/doc/xhtml/gfdl-4.html +75 -0
  84. data/doc/xhtml/gfdl-5.html +20 -0
  85. data/doc/xhtml/gfdl-6.html +12 -0
  86. data/doc/xhtml/gfdl-7.html +16 -0
  87. data/doc/xhtml/gfdl-8.html +17 -0
  88. data/doc/xhtml/gfdl-9.html +9 -0
  89. data/doc/xhtml/gfdl-addendum.html +25 -0
  90. data/doc/xhtml/gfdl.html +11 -0
  91. data/doc/xhtml/glossary.html +3 -0
  92. data/doc/xhtml/images/COPYING +67 -0
  93. data/doc/xhtml/images/ChangeLog +27 -0
  94. data/doc/xhtml/images/blank.png +0 -0
  95. data/doc/xhtml/images/callouts/1.png +0 -0
  96. data/doc/xhtml/images/callouts/10.png +0 -0
  97. data/doc/xhtml/images/callouts/11.png +0 -0
  98. data/doc/xhtml/images/callouts/12.png +0 -0
  99. data/doc/xhtml/images/callouts/13.png +0 -0
  100. data/doc/xhtml/images/callouts/14.png +0 -0
  101. data/doc/xhtml/images/callouts/15.png +0 -0
  102. data/doc/xhtml/images/callouts/2.png +0 -0
  103. data/doc/xhtml/images/callouts/3.png +0 -0
  104. data/doc/xhtml/images/callouts/4.png +0 -0
  105. data/doc/xhtml/images/callouts/5.png +0 -0
  106. data/doc/xhtml/images/callouts/6.png +0 -0
  107. data/doc/xhtml/images/callouts/7.png +0 -0
  108. data/doc/xhtml/images/callouts/8.png +0 -0
  109. data/doc/xhtml/images/callouts/9.png +0 -0
  110. data/doc/xhtml/images/callouts/ChangeLog +15 -0
  111. data/doc/xhtml/images/caution.png +0 -0
  112. data/doc/xhtml/images/caution.svg +290 -0
  113. data/doc/xhtml/images/copyright +55 -0
  114. data/doc/xhtml/images/draft.png +0 -0
  115. data/doc/xhtml/images/home.png +0 -0
  116. data/doc/xhtml/images/home.svg +386 -0
  117. data/doc/xhtml/images/important.png +0 -0
  118. data/doc/xhtml/images/important.svg +163 -0
  119. data/doc/xhtml/images/next.png +0 -0
  120. data/doc/xhtml/images/next.svg +191 -0
  121. data/doc/xhtml/images/note.png +0 -0
  122. data/doc/xhtml/images/note.svg +483 -0
  123. data/doc/xhtml/images/prev.png +0 -0
  124. data/doc/xhtml/images/prev.svg +852 -0
  125. data/doc/xhtml/images/tip.png +0 -0
  126. data/doc/xhtml/images/tip.svg +1145 -0
  127. data/doc/xhtml/images/toc-blank.png +0 -0
  128. data/doc/xhtml/images/toc-minus.png +0 -0
  129. data/doc/xhtml/images/toc-plus.png +0 -0
  130. data/doc/xhtml/images/up.png +0 -0
  131. data/doc/xhtml/images/up.svg +195 -0
  132. data/doc/xhtml/images/warning.png +0 -0
  133. data/doc/xhtml/images/warning.svg +334 -0
  134. data/doc/xhtml/index.html +4 -0
  135. data/doc/xhtml/introduction.html +3 -0
  136. data/doc/xhtml/introduction.license.html +3 -0
  137. data/doc/xhtml/introduction.manifest.html +3 -0
  138. data/doc/xhtml/introduction.related-works.html +3 -0
  139. data/doc/xhtml/introduction.resources.html +3 -0
  140. data/doc/xhtml/problem.ivl.html +18 -0
  141. data/doc/xhtml/problems.html +3 -0
  142. data/doc/xhtml/problems.ruby.html +3 -0
  143. data/doc/xhtml/problems.vsim.html +3 -0
  144. data/doc/xhtml/styles/manual.css +87 -0
  145. data/doc/xhtml/usage.examples.html +3 -0
  146. data/doc/xhtml/usage.html +3 -0
  147. data/doc/xhtml/usage.installation.html +3 -0
  148. data/doc/xhtml/usage.requirements.html +3 -0
  149. data/doc/xhtml/usage.tools.html +3 -0
  150. data/doc/xhtml/usage.tutorial.html +199 -0
  151. data/ext/Doxyfile +272 -0
  152. data/ext/README +124 -0
  153. data/ext/Rakefile +65 -0
  154. data/ext/common.h +56 -0
  155. data/ext/extconf.rb +4 -0
  156. data/ext/relay.cin +146 -0
  157. data/ext/relay.hin +48 -0
  158. data/ext/ruby-vpi.c +36 -0
  159. data/ext/swig.cin +38 -0
  160. data/ext/swig.hin +39 -0
  161. data/ext/swig_vpi.h +924 -0
  162. data/ext/swig_vpi.i +8 -0
  163. data/ext/swig_wrap.cin +4613 -0
  164. data/ext/verilog.h +59 -0
  165. data/ext/vlog.cin +92 -0
  166. data/ext/vlog.hin +57 -0
  167. data/ext/vpi_user.h +924 -0
  168. data/gem_extconf.rb +8 -0
  169. data/history.html +809 -0
  170. data/lib/ruby-vpi/erb.rb +41 -0
  171. data/lib/ruby-vpi/rake.rb +35 -0
  172. data/lib/ruby-vpi/rdoc.rb +51 -0
  173. data/lib/ruby-vpi/rspec.rb +32 -0
  174. data/lib/ruby-vpi/runner.rb +22 -0
  175. data/lib/ruby-vpi/vpi_util.rb +310 -0
  176. data/lib/ruby-vpi.rb +58 -0
  177. data/memo.html +86 -0
  178. data/readme.html +19 -0
  179. data/ref/c/annotated.html +36 -0
  180. data/ref/c/common_8h.html +178 -0
  181. data/ref/c/doxygen.css +310 -0
  182. data/ref/c/doxygen.png +0 -0
  183. data/ref/c/files.html +35 -0
  184. data/ref/c/functions.html +135 -0
  185. data/ref/c/functions_vars.html +135 -0
  186. data/ref/c/globals.html +55 -0
  187. data/ref/c/globals_0x63.html +86 -0
  188. data/ref/c/globals_0x65.html +55 -0
  189. data/ref/c/globals_0x66.html +55 -0
  190. data/ref/c/globals_0x70.html +71 -0
  191. data/ref/c/globals_0x72.html +62 -0
  192. data/ref/c/globals_0x73.html +65 -0
  193. data/ref/c/globals_0x74.html +55 -0
  194. data/ref/c/globals_0x76.html +472 -0
  195. data/ref/c/globals_0x78.html +55 -0
  196. data/ref/c/globals_defs.html +81 -0
  197. data/ref/c/globals_defs_0x65.html +50 -0
  198. data/ref/c/globals_defs_0x70.html +51 -0
  199. data/ref/c/globals_defs_0x76.html +463 -0
  200. data/ref/c/globals_defs_0x78.html +50 -0
  201. data/ref/c/globals_enum.html +39 -0
  202. data/ref/c/globals_eval.html +40 -0
  203. data/ref/c/globals_func.html +49 -0
  204. data/ref/c/globals_type.html +63 -0
  205. data/ref/c/globals_vars.html +42 -0
  206. data/ref/c/hierarchy.html +36 -0
  207. data/ref/c/index.html +20 -0
  208. data/ref/c/relay_8cin.html +268 -0
  209. data/ref/c/relay_8hin.html +161 -0
  210. data/ref/c/ruby-vpi_8c.html +34 -0
  211. data/ref/c/structrelay____RubyOptions____def.html +84 -0
  212. data/ref/c/structt__cb__data.html +208 -0
  213. data/ref/c/structt__vpi__delay.html +183 -0
  214. data/ref/c/structt__vpi__error__info.html +208 -0
  215. data/ref/c/structt__vpi__strengthval.html +108 -0
  216. data/ref/c/structt__vpi__systf__data.html +208 -0
  217. data/ref/c/structt__vpi__time.html +133 -0
  218. data/ref/c/structt__vpi__value.html +285 -0
  219. data/ref/c/structt__vpi__vecval.html +83 -0
  220. data/ref/c/structt__vpi__vlog__info.html +133 -0
  221. data/ref/c/swig_8cin.html +91 -0
  222. data/ref/c/swig_8hin.html +99 -0
  223. data/ref/c/tab_b.gif +0 -0
  224. data/ref/c/tab_l.gif +0 -0
  225. data/ref/c/tab_r.gif +0 -0
  226. data/ref/c/tabs.css +102 -0
  227. data/ref/c/verilog_8h.html +149 -0
  228. data/ref/c/vlog_8cin.html +199 -0
  229. data/ref/c/vlog_8hin.html +152 -0
  230. data/ref/c/vpi__user_8h.html +12747 -0
  231. data/ref/ruby/classes/Counter.html +258 -0
  232. data/ref/ruby/classes/Counter.src/M000037.html +20 -0
  233. data/ref/ruby/classes/Counter.src/M000038.html +22 -0
  234. data/ref/ruby/classes/Counter.src/M000039.html +20 -0
  235. data/ref/ruby/classes/Counter.src/M000040.html +22 -0
  236. data/ref/ruby/classes/CounterProto.html +164 -0
  237. data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
  238. data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
  239. data/ref/ruby/classes/ERB.html +158 -0
  240. data/ref/ruby/classes/ERB.src/M000034.html +29 -0
  241. data/ref/ruby/classes/FileUtils.html +165 -0
  242. data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
  243. data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
  244. data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
  245. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
  246. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
  247. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
  248. data/ref/ruby/classes/Hw5UnitModel.html +256 -0
  249. data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
  250. data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
  251. data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
  252. data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
  253. data/ref/ruby/classes/Hw5_unit.html +196 -0
  254. data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
  255. data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
  256. data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
  257. data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
  258. data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
  259. data/ref/ruby/classes/InputGenerator.html +260 -0
  260. data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
  261. data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
  262. data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
  263. data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
  264. data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
  265. data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
  266. data/ref/ruby/classes/MaximumCounterValue.html +159 -0
  267. data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
  268. data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
  269. data/ref/ruby/classes/ModuleInfo.html +199 -0
  270. data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
  271. data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
  272. data/ref/ruby/classes/OutputInfo.html +304 -0
  273. data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
  274. data/ref/ruby/classes/RDoc.html +135 -0
  275. data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
  276. data/ref/ruby/classes/ResettedCounterValue.html +174 -0
  277. data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
  278. data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
  279. data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
  280. data/ref/ruby/classes/RubyVPI.html +186 -0
  281. data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
  282. data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
  283. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
  284. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
  285. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
  286. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
  287. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
  288. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
  289. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
  290. data/ref/ruby/classes/SWIG.html +111 -0
  291. data/ref/ruby/classes/String.html +140 -0
  292. data/ref/ruby/classes/String.src/M000033.html +37 -0
  293. data/ref/ruby/classes/Template.html +158 -0
  294. data/ref/ruby/classes/Template.src/M000026.html +18 -0
  295. data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
  296. data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
  297. data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
  298. data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
  299. data/ref/ruby/created.rid +1 -0
  300. data/ref/ruby/files/bin/generate_test_rb.html +236 -0
  301. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
  302. data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
  303. data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
  304. data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
  305. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
  306. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
  307. data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
  308. data/ref/ruby/files/ext/extconf_rb.html +108 -0
  309. data/ref/ruby/files/gem_extconf_rb.html +114 -0
  310. data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
  311. data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
  312. data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
  313. data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
  314. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
  315. data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
  316. data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
  317. data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
  318. data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
  319. data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
  320. data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
  321. data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
  322. data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
  323. data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
  324. data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
  325. data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
  326. data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
  327. data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
  328. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
  329. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
  330. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
  331. data/ref/ruby/fr_class_index.html +46 -0
  332. data/ref/ruby/fr_file_index.html +55 -0
  333. data/ref/ruby/fr_method_index.html +77 -0
  334. data/ref/ruby/index.html +24 -0
  335. data/ref/ruby/rdoc-style.css +208 -0
  336. data/samp/counter/Rakefile +1 -0
  337. data/samp/counter/counter.v +20 -0
  338. data/samp/counter/counter_rspecTest_bench.rb +9 -0
  339. data/samp/counter/counter_rspecTest_bench.v +28 -0
  340. data/samp/counter/counter_rspecTest_design.rb +22 -0
  341. data/samp/counter/counter_rspecTest_proto.rb +10 -0
  342. data/samp/counter/counter_rspecTest_runner.rake +28 -0
  343. data/samp/counter/counter_rspecTest_spec.rb +47 -0
  344. data/samp/counter/counter_unitTest_bench.rb +9 -0
  345. data/samp/counter/counter_unitTest_bench.v +28 -0
  346. data/samp/counter/counter_unitTest_design.rb +22 -0
  347. data/samp/counter/counter_unitTest_proto.rb +10 -0
  348. data/samp/counter/counter_unitTest_runner.rake +28 -0
  349. data/samp/counter/counter_unitTest_spec.rb +49 -0
  350. data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
  351. data/samp/pipelined_alu/InputGenerator.rb +94 -0
  352. data/samp/pipelined_alu/README +127 -0
  353. data/samp/pipelined_alu/Rakefile +1 -0
  354. data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
  355. data/samp/pipelined_alu/hw5_unit.v +186 -0
  356. data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
  357. data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
  358. data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
  359. data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
  360. data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
  361. data/tpl/launcher.rake +30 -0
  362. data/tpl/runner.rake +96 -0
  363. data/tpl/synopsys_vcs.tab +2 -0
  364. metadata +484 -0
@@ -0,0 +1,1145 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+ <svg
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
5
+ xmlns:cc="http://web.resource.org/cc/"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
+ xmlns:svg="http://www.w3.org/2000/svg"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ xmlns:xlink="http://www.w3.org/1999/xlink"
10
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ sodipodi:docname="dialog-information.svg"
13
+ sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status"
14
+ inkscape:version="0.43+devel"
15
+ sodipodi:version="0.32"
16
+ id="svg19655"
17
+ height="48px"
18
+ width="48px"
19
+ inkscape:export-filename="/home/jimmac/Desktop/poing.png"
20
+ inkscape:export-xdpi="392.72742"
21
+ inkscape:export-ydpi="392.72742">
22
+ <defs
23
+ id="defs3">
24
+ <linearGradient
25
+ inkscape:collect="always"
26
+ id="linearGradient3300">
27
+ <stop
28
+ style="stop-color:#4c4c28;stop-opacity:1;"
29
+ offset="0"
30
+ id="stop3302" />
31
+ <stop
32
+ style="stop-color:#4c4c28;stop-opacity:0;"
33
+ offset="1"
34
+ id="stop3304" />
35
+ </linearGradient>
36
+ <linearGradient
37
+ id="linearGradient3311">
38
+ <stop
39
+ id="stop3313"
40
+ offset="0"
41
+ style="stop-color:#d6d7a5;stop-opacity:1;" />
42
+ <stop
43
+ id="stop3315"
44
+ offset="1.0000000"
45
+ style="stop-color:#8e8f6d;stop-opacity:1.0000000;" />
46
+ </linearGradient>
47
+ <linearGradient
48
+ id="linearGradient3265">
49
+ <stop
50
+ id="stop3267"
51
+ offset="0"
52
+ style="stop-color:#929470;stop-opacity:1;" />
53
+ <stop
54
+ style="stop-color:#60614a;stop-opacity:1.0000000;"
55
+ offset="0.26470590"
56
+ id="stop3269" />
57
+ <stop
58
+ id="stop3271"
59
+ offset="0.63235295"
60
+ style="stop-color:#f3f5ba;stop-opacity:1.0000000;" />
61
+ <stop
62
+ id="stop3273"
63
+ offset="1.0000000"
64
+ style="stop-color:#929470;stop-opacity:1.0000000;" />
65
+ </linearGradient>
66
+ <linearGradient
67
+ id="linearGradient3175"
68
+ inkscape:collect="always">
69
+ <stop
70
+ id="stop3177"
71
+ offset="0"
72
+ style="stop-color:#f1f3ff;stop-opacity:1;" />
73
+ <stop
74
+ id="stop3179"
75
+ offset="1"
76
+ style="stop-color:#f1f3ff;stop-opacity:0;" />
77
+ </linearGradient>
78
+ <linearGradient
79
+ id="linearGradient2399">
80
+ <stop
81
+ style="stop-color:#929470;stop-opacity:1;"
82
+ offset="0"
83
+ id="stop2401" />
84
+ <stop
85
+ id="stop2407"
86
+ offset="0.26470590"
87
+ style="stop-color:#fcffc1;stop-opacity:1.0000000;" />
88
+ <stop
89
+ style="stop-color:#f3f5ba;stop-opacity:1.0000000;"
90
+ offset="0.63235295"
91
+ id="stop2409" />
92
+ <stop
93
+ style="stop-color:#929470;stop-opacity:1.0000000;"
94
+ offset="1.0000000"
95
+ id="stop2403" />
96
+ </linearGradient>
97
+ <linearGradient
98
+ inkscape:collect="always"
99
+ id="linearGradient6339">
100
+ <stop
101
+ style="stop-color:#ffffff;stop-opacity:1;"
102
+ offset="0"
103
+ id="stop6341" />
104
+ <stop
105
+ style="stop-color:#ffffff;stop-opacity:0;"
106
+ offset="1"
107
+ id="stop6343" />
108
+ </linearGradient>
109
+ <linearGradient
110
+ id="linearGradient20428">
111
+ <stop
112
+ id="stop20430"
113
+ offset="0.0000000"
114
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
115
+ <stop
116
+ id="stop20432"
117
+ offset="1"
118
+ style="stop-color:#b5b5b5;stop-opacity:0;" />
119
+ </linearGradient>
120
+ <linearGradient
121
+ id="linearGradient20393">
122
+ <stop
123
+ id="stop20395"
124
+ offset="0"
125
+ style="stop-color:#ffffff;stop-opacity:1;" />
126
+ <stop
127
+ style="stop-color:#ffffff;stop-opacity:0.44117647;"
128
+ offset="0.41176471"
129
+ id="stop2427" />
130
+ <stop
131
+ id="stop20397"
132
+ offset="1.0000000"
133
+ style="stop-color:#000000;stop-opacity:0.48039216;" />
134
+ </linearGradient>
135
+ <linearGradient
136
+ id="linearGradient20210">
137
+ <stop
138
+ id="stop20212"
139
+ offset="0.0000000"
140
+ style="stop-color:#000000;stop-opacity:0.51546389;" />
141
+ <stop
142
+ style="stop-color:#000000;stop-opacity:0.14432989;"
143
+ offset="0.55172414"
144
+ id="stop20218" />
145
+ <stop
146
+ id="stop20214"
147
+ offset="1"
148
+ style="stop-color:#000000;stop-opacity:0;" />
149
+ </linearGradient>
150
+ <radialGradient
151
+ gradientUnits="userSpaceOnUse"
152
+ fy="11.4873"
153
+ fx="17.8335"
154
+ r="22.7093"
155
+ cy="11.4873"
156
+ cx="17.8335"
157
+ id="aigrd7">
158
+ <stop
159
+ id="stop19512"
160
+ style="stop-color:#ffffff;stop-opacity:0.17525773;"
161
+ offset="0.0000000" />
162
+ <stop
163
+ id="stop19514"
164
+ style="stop-color:#709ac8;stop-opacity:1.0000000;"
165
+ offset="0.88200003" />
166
+ <stop
167
+ id="stop19516"
168
+ style="stop-color:#6f96dd;stop-opacity:1.0000000;"
169
+ offset="1.0000000" />
170
+ </radialGradient>
171
+ <linearGradient
172
+ y2="43.165"
173
+ x2="26.4785"
174
+ y1="43.165"
175
+ x1="23.124"
176
+ gradientUnits="userSpaceOnUse"
177
+ id="aigrd1">
178
+ <stop
179
+ id="stop19415"
180
+ style="stop-color:#686868"
181
+ offset="5.618000e-003" />
182
+ <stop
183
+ id="stop19417"
184
+ style="stop-color:#777777"
185
+ offset="3.012137e-002" />
186
+ <stop
187
+ id="stop19419"
188
+ style="stop-color:#929292"
189
+ offset="8.366583e-002" />
190
+ <stop
191
+ id="stop19421"
192
+ style="stop-color:#A7A7A7"
193
+ offset="0.1422" />
194
+ <stop
195
+ id="stop19423"
196
+ style="stop-color:#B6B6B6"
197
+ offset="0.2074" />
198
+ <stop
199
+ id="stop19425"
200
+ style="stop-color:#BEBEBE"
201
+ offset="0.2846" />
202
+ <stop
203
+ id="stop19427"
204
+ style="stop-color:#C1C1C1"
205
+ offset="0.4045" />
206
+ <stop
207
+ id="stop19429"
208
+ style="stop-color:#BCBCBC"
209
+ offset="0.4962" />
210
+ <stop
211
+ id="stop19431"
212
+ style="stop-color:#ADADAD"
213
+ offset="0.6057" />
214
+ <stop
215
+ id="stop19433"
216
+ style="stop-color:#959595"
217
+ offset="0.7245" />
218
+ <stop
219
+ id="stop19435"
220
+ style="stop-color:#747474"
221
+ offset="0.8497" />
222
+ <stop
223
+ id="stop19437"
224
+ style="stop-color:#494949"
225
+ offset="0.9789" />
226
+ <stop
227
+ id="stop19439"
228
+ style="stop-color:#414141"
229
+ offset="1" />
230
+ </linearGradient>
231
+ <linearGradient
232
+ id="linearGradient19894"
233
+ gradientUnits="userSpaceOnUse"
234
+ x1="18.995100"
235
+ y1="37.226601"
236
+ x2="30.169901"
237
+ y2="37.226601">
238
+ <stop
239
+ offset="5.618000e-003"
240
+ style="stop-color:#A3A349"
241
+ id="stop19896" />
242
+ <stop
243
+ offset="2.078677e-002"
244
+ style="stop-color:#ACAC54"
245
+ id="stop19898" />
246
+ <stop
247
+ offset="6.600059e-002"
248
+ style="stop-color:#C1C172"
249
+ id="stop19900" />
250
+ <stop
251
+ offset="0.1148"
252
+ style="stop-color:#D4D68E"
253
+ id="stop19902" />
254
+ <stop
255
+ offset="0.1677"
256
+ style="stop-color:#E2E4A6"
257
+ id="stop19904" />
258
+ <stop
259
+ offset="0.2265"
260
+ style="stop-color:#EDF0B8"
261
+ id="stop19906" />
262
+ <stop
263
+ offset="0.2963"
264
+ style="stop-color:#F3F6C3"
265
+ id="stop19908" />
266
+ <stop
267
+ offset="0.4045"
268
+ style="stop-color:#F5F8C7"
269
+ id="stop19910" />
270
+ <stop
271
+ offset="0.5239"
272
+ style="stop-color:#EEF0BE"
273
+ id="stop19912" />
274
+ <stop
275
+ offset="0.6666"
276
+ style="stop-color:#DBDDA9"
277
+ id="stop19914" />
278
+ <stop
279
+ offset="0.8211"
280
+ style="stop-color:#BEBD88"
281
+ id="stop19916" />
282
+ <stop
283
+ offset="0.9832"
284
+ style="stop-color:#989564"
285
+ id="stop19918" />
286
+ <stop
287
+ offset="1"
288
+ style="stop-color:#949160"
289
+ id="stop19920" />
290
+ </linearGradient>
291
+ <linearGradient
292
+ gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
293
+ y2="43.165"
294
+ x2="26.4785"
295
+ y1="43.165"
296
+ x1="23.124"
297
+ gradientUnits="userSpaceOnUse"
298
+ id="linearGradient20109"
299
+ xlink:href="#aigrd1"
300
+ inkscape:collect="always" />
301
+ <radialGradient
302
+ gradientUnits="userSpaceOnUse"
303
+ r="7.8289826"
304
+ fy="74.209934"
305
+ fx="14.772334"
306
+ cy="74.209934"
307
+ cx="14.772334"
308
+ gradientTransform="scale(1.764278,0.566804)"
309
+ id="radialGradient20216"
310
+ xlink:href="#linearGradient20210"
311
+ inkscape:collect="always" />
312
+ <linearGradient
313
+ y2="36.726292"
314
+ x2="32.096882"
315
+ y1="10.061084"
316
+ x1="16.998856"
317
+ gradientTransform="matrix(1.140494,0.000000,0.000000,0.926002,0.272330,-3.247170)"
318
+ gradientUnits="userSpaceOnUse"
319
+ id="linearGradient7708"
320
+ xlink:href="#linearGradient6339"
321
+ inkscape:collect="always" />
322
+ <radialGradient
323
+ r="33.934090"
324
+ fy="29.869318"
325
+ fx="68.137589"
326
+ cy="29.869318"
327
+ cx="68.137589"
328
+ gradientTransform="matrix(0.551290,1.265592e-16,-1.355720e-16,0.766034,-10.48701,3.514312)"
329
+ gradientUnits="userSpaceOnUse"
330
+ id="radialGradient7720"
331
+ xlink:href="#aigrd7"
332
+ inkscape:collect="always" />
333
+ <linearGradient
334
+ gradientUnits="userSpaceOnUse"
335
+ y2="3.8557322"
336
+ x2="-5.2517161"
337
+ y1="16.651863"
338
+ x1="37.940434"
339
+ gradientTransform="matrix(0.894129,0.000000,0.000000,0.985230,1.515981,2.449800e-2)"
340
+ id="linearGradient3181"
341
+ xlink:href="#linearGradient3175"
342
+ inkscape:collect="always" />
343
+ <linearGradient
344
+ inkscape:collect="always"
345
+ xlink:href="#linearGradient20393"
346
+ id="linearGradient1700"
347
+ gradientUnits="userSpaceOnUse"
348
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
349
+ x1="30.620375"
350
+ y1="10.313651"
351
+ x2="32.166080"
352
+ y2="18.162935" />
353
+ <linearGradient
354
+ inkscape:collect="always"
355
+ xlink:href="#linearGradient20393"
356
+ id="linearGradient1702"
357
+ gradientUnits="userSpaceOnUse"
358
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
359
+ x1="30.620375"
360
+ y1="10.313651"
361
+ x2="32.166080"
362
+ y2="18.162935" />
363
+ <linearGradient
364
+ inkscape:collect="always"
365
+ xlink:href="#linearGradient20428"
366
+ id="linearGradient1704"
367
+ gradientUnits="userSpaceOnUse"
368
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
369
+ x1="14.637301"
370
+ y1="31.504122"
371
+ x2="9.3648205"
372
+ y2="32.250980" />
373
+ <linearGradient
374
+ inkscape:collect="always"
375
+ xlink:href="#linearGradient19894"
376
+ id="linearGradient1725"
377
+ gradientUnits="userSpaceOnUse"
378
+ gradientTransform="scale(1.026450,0.974232)"
379
+ x1="-22.874170"
380
+ y1="38.675991"
381
+ x2="-4.3908315"
382
+ y2="38.675991" />
383
+ <linearGradient
384
+ inkscape:collect="always"
385
+ xlink:href="#linearGradient2399"
386
+ id="linearGradient1727"
387
+ gradientUnits="userSpaceOnUse"
388
+ gradientTransform="scale(1.026450,0.974232)"
389
+ x1="-10.480865"
390
+ y1="39.033951"
391
+ x2="-23.851389"
392
+ y2="39.142845" />
393
+ <linearGradient
394
+ inkscape:collect="always"
395
+ xlink:href="#linearGradient19894"
396
+ id="linearGradient1729"
397
+ gradientUnits="userSpaceOnUse"
398
+ gradientTransform="scale(1.026450,0.974232)"
399
+ x1="-22.874170"
400
+ y1="38.675991"
401
+ x2="-4.3908315"
402
+ y2="38.675991" />
403
+ <linearGradient
404
+ inkscape:collect="always"
405
+ xlink:href="#linearGradient2399"
406
+ id="linearGradient1731"
407
+ gradientUnits="userSpaceOnUse"
408
+ gradientTransform="scale(1.026450,0.974232)"
409
+ x1="-10.480865"
410
+ y1="39.033951"
411
+ x2="-23.851389"
412
+ y2="39.142845" />
413
+ <linearGradient
414
+ inkscape:collect="always"
415
+ xlink:href="#linearGradient3311"
416
+ id="linearGradient2516"
417
+ gradientUnits="userSpaceOnUse"
418
+ gradientTransform="matrix(1.603440,0.000000,0.000000,0.549396,0.614167,2.449800e-2)"
419
+ x1="17.879995"
420
+ y1="55.362793"
421
+ x2="11.906206"
422
+ y2="54.863026" />
423
+ <linearGradient
424
+ inkscape:collect="always"
425
+ xlink:href="#linearGradient3265"
426
+ id="linearGradient2518"
427
+ gradientUnits="userSpaceOnUse"
428
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.189510,-0.963437,0.614167,2.449800e-2)"
429
+ x1="-29.007195"
430
+ y1="-29.799353"
431
+ x2="-37.641232"
432
+ y2="-29.598314" />
433
+ <linearGradient
434
+ inkscape:collect="always"
435
+ xlink:href="#linearGradient19894"
436
+ id="linearGradient2522"
437
+ gradientUnits="userSpaceOnUse"
438
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
439
+ x1="-22.874170"
440
+ y1="38.675991"
441
+ x2="-4.3908315"
442
+ y2="38.675991" />
443
+ <linearGradient
444
+ inkscape:collect="always"
445
+ xlink:href="#linearGradient2399"
446
+ id="linearGradient2524"
447
+ gradientUnits="userSpaceOnUse"
448
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
449
+ x1="-10.480865"
450
+ y1="39.033951"
451
+ x2="-23.851389"
452
+ y2="39.142845" />
453
+ <linearGradient
454
+ inkscape:collect="always"
455
+ xlink:href="#linearGradient19894"
456
+ id="linearGradient2529"
457
+ gradientUnits="userSpaceOnUse"
458
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
459
+ x1="-22.874170"
460
+ y1="38.675991"
461
+ x2="-4.3908315"
462
+ y2="38.675991" />
463
+ <linearGradient
464
+ inkscape:collect="always"
465
+ xlink:href="#linearGradient2399"
466
+ id="linearGradient2531"
467
+ gradientUnits="userSpaceOnUse"
468
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
469
+ x1="-10.480865"
470
+ y1="39.033951"
471
+ x2="-23.851389"
472
+ y2="39.142845" />
473
+ <linearGradient
474
+ inkscape:collect="always"
475
+ xlink:href="#linearGradient3300"
476
+ id="linearGradient3306"
477
+ gradientTransform="scale(1.002656,0.997352)"
478
+ x1="24.613028"
479
+ y1="31.146202"
480
+ x2="24.613028"
481
+ y2="26.739624"
482
+ gradientUnits="userSpaceOnUse" />
483
+ <linearGradient
484
+ inkscape:collect="always"
485
+ xlink:href="#linearGradient3311"
486
+ id="linearGradient3127"
487
+ gradientUnits="userSpaceOnUse"
488
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
489
+ x1="17.879995"
490
+ y1="55.362793"
491
+ x2="11.906206"
492
+ y2="54.863026" />
493
+ <linearGradient
494
+ inkscape:collect="always"
495
+ xlink:href="#linearGradient3265"
496
+ id="linearGradient3129"
497
+ gradientUnits="userSpaceOnUse"
498
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
499
+ x1="-29.007195"
500
+ y1="-29.799353"
501
+ x2="-37.641232"
502
+ y2="-29.598314" />
503
+ <radialGradient
504
+ inkscape:collect="always"
505
+ xlink:href="#aigrd7"
506
+ id="radialGradient3131"
507
+ gradientUnits="userSpaceOnUse"
508
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
509
+ cx="68.137589"
510
+ cy="29.869318"
511
+ fx="68.137589"
512
+ fy="29.869318"
513
+ r="33.934090" />
514
+ <linearGradient
515
+ inkscape:collect="always"
516
+ xlink:href="#linearGradient6339"
517
+ id="linearGradient3133"
518
+ gradientUnits="userSpaceOnUse"
519
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
520
+ x1="16.998856"
521
+ y1="10.061084"
522
+ x2="32.096882"
523
+ y2="36.726292" />
524
+ <linearGradient
525
+ inkscape:collect="always"
526
+ xlink:href="#linearGradient3175"
527
+ id="linearGradient3135"
528
+ gradientUnits="userSpaceOnUse"
529
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
530
+ x1="37.940434"
531
+ y1="16.651863"
532
+ x2="-5.2517161"
533
+ y2="3.8557322" />
534
+ <linearGradient
535
+ inkscape:collect="always"
536
+ xlink:href="#linearGradient3311"
537
+ id="linearGradient3157"
538
+ gradientUnits="userSpaceOnUse"
539
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
540
+ x1="17.879995"
541
+ y1="55.362793"
542
+ x2="11.906206"
543
+ y2="54.863026" />
544
+ <linearGradient
545
+ inkscape:collect="always"
546
+ xlink:href="#linearGradient3265"
547
+ id="linearGradient3159"
548
+ gradientUnits="userSpaceOnUse"
549
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
550
+ x1="-29.007195"
551
+ y1="-29.799353"
552
+ x2="-37.641232"
553
+ y2="-29.598314" />
554
+ <radialGradient
555
+ inkscape:collect="always"
556
+ xlink:href="#aigrd7"
557
+ id="radialGradient3161"
558
+ gradientUnits="userSpaceOnUse"
559
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
560
+ cx="68.137589"
561
+ cy="29.869318"
562
+ fx="68.137589"
563
+ fy="29.869318"
564
+ r="33.934090" />
565
+ <linearGradient
566
+ inkscape:collect="always"
567
+ xlink:href="#linearGradient3175"
568
+ id="linearGradient3163"
569
+ gradientUnits="userSpaceOnUse"
570
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
571
+ x1="37.940434"
572
+ y1="16.651863"
573
+ x2="-5.2517161"
574
+ y2="3.8557322" />
575
+ <linearGradient
576
+ inkscape:collect="always"
577
+ xlink:href="#linearGradient20393"
578
+ id="linearGradient3165"
579
+ gradientUnits="userSpaceOnUse"
580
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
581
+ x1="30.620375"
582
+ y1="10.313651"
583
+ x2="32.166080"
584
+ y2="18.162935" />
585
+ <linearGradient
586
+ inkscape:collect="always"
587
+ xlink:href="#linearGradient20393"
588
+ id="linearGradient3167"
589
+ gradientUnits="userSpaceOnUse"
590
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
591
+ x1="30.620375"
592
+ y1="10.313651"
593
+ x2="32.166080"
594
+ y2="18.162935" />
595
+ <linearGradient
596
+ inkscape:collect="always"
597
+ xlink:href="#linearGradient20428"
598
+ id="linearGradient3169"
599
+ gradientUnits="userSpaceOnUse"
600
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
601
+ x1="14.637301"
602
+ y1="31.504122"
603
+ x2="9.3648205"
604
+ y2="32.250980" />
605
+ <linearGradient
606
+ inkscape:collect="always"
607
+ xlink:href="#linearGradient6339"
608
+ id="linearGradient3171"
609
+ gradientUnits="userSpaceOnUse"
610
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
611
+ x1="16.998856"
612
+ y1="10.061084"
613
+ x2="32.096882"
614
+ y2="36.726292" />
615
+ <linearGradient
616
+ inkscape:collect="always"
617
+ xlink:href="#linearGradient3300"
618
+ id="linearGradient3185"
619
+ gradientUnits="userSpaceOnUse"
620
+ gradientTransform="scale(1.002656,0.997352)"
621
+ x1="24.613028"
622
+ y1="31.146202"
623
+ x2="24.613028"
624
+ y2="26.739624" />
625
+ <linearGradient
626
+ inkscape:collect="always"
627
+ xlink:href="#linearGradient19894"
628
+ id="linearGradient3187"
629
+ gradientUnits="userSpaceOnUse"
630
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
631
+ x1="-22.874170"
632
+ y1="38.675991"
633
+ x2="-4.3908315"
634
+ y2="38.675991" />
635
+ <linearGradient
636
+ inkscape:collect="always"
637
+ xlink:href="#linearGradient2399"
638
+ id="linearGradient3189"
639
+ gradientUnits="userSpaceOnUse"
640
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
641
+ x1="-10.480865"
642
+ y1="39.033951"
643
+ x2="-23.851389"
644
+ y2="39.142845" />
645
+ <linearGradient
646
+ inkscape:collect="always"
647
+ xlink:href="#linearGradient19894"
648
+ id="linearGradient3191"
649
+ gradientUnits="userSpaceOnUse"
650
+ gradientTransform="scale(1.02645,0.974232)"
651
+ x1="-22.874170"
652
+ y1="38.675991"
653
+ x2="-4.3908315"
654
+ y2="38.675991" />
655
+ <linearGradient
656
+ inkscape:collect="always"
657
+ xlink:href="#linearGradient2399"
658
+ id="linearGradient3193"
659
+ gradientUnits="userSpaceOnUse"
660
+ gradientTransform="scale(1.02645,0.974232)"
661
+ x1="-10.480865"
662
+ y1="39.033951"
663
+ x2="-23.851389"
664
+ y2="39.142845" />
665
+ <linearGradient
666
+ inkscape:collect="always"
667
+ xlink:href="#linearGradient19894"
668
+ id="linearGradient3195"
669
+ gradientUnits="userSpaceOnUse"
670
+ gradientTransform="scale(1.02645,0.974232)"
671
+ x1="-22.874170"
672
+ y1="38.675991"
673
+ x2="-4.3908315"
674
+ y2="38.675991" />
675
+ <linearGradient
676
+ inkscape:collect="always"
677
+ xlink:href="#linearGradient2399"
678
+ id="linearGradient3197"
679
+ gradientUnits="userSpaceOnUse"
680
+ gradientTransform="scale(1.02645,0.974232)"
681
+ x1="-10.480865"
682
+ y1="39.033951"
683
+ x2="-23.851389"
684
+ y2="39.142845" />
685
+ <linearGradient
686
+ inkscape:collect="always"
687
+ xlink:href="#linearGradient19894"
688
+ id="linearGradient3199"
689
+ gradientUnits="userSpaceOnUse"
690
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
691
+ x1="-22.874170"
692
+ y1="38.675991"
693
+ x2="-4.3908315"
694
+ y2="38.675991" />
695
+ <linearGradient
696
+ inkscape:collect="always"
697
+ xlink:href="#linearGradient2399"
698
+ id="linearGradient3201"
699
+ gradientUnits="userSpaceOnUse"
700
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
701
+ x1="-10.480865"
702
+ y1="39.033951"
703
+ x2="-23.851389"
704
+ y2="39.142845" />
705
+ <linearGradient
706
+ inkscape:collect="always"
707
+ xlink:href="#aigrd1"
708
+ id="linearGradient4100"
709
+ gradientUnits="userSpaceOnUse"
710
+ gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
711
+ x1="23.124"
712
+ y1="43.165"
713
+ x2="26.4785"
714
+ y2="43.165" />
715
+ <linearGradient
716
+ inkscape:collect="always"
717
+ xlink:href="#linearGradient3300"
718
+ id="linearGradient4102"
719
+ gradientUnits="userSpaceOnUse"
720
+ gradientTransform="scale(1.002656,0.997352)"
721
+ x1="24.613028"
722
+ y1="31.146202"
723
+ x2="24.613028"
724
+ y2="26.739624" />
725
+ <linearGradient
726
+ inkscape:collect="always"
727
+ xlink:href="#linearGradient19894"
728
+ id="linearGradient4104"
729
+ gradientUnits="userSpaceOnUse"
730
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
731
+ x1="-22.874170"
732
+ y1="38.675991"
733
+ x2="-4.3908315"
734
+ y2="38.675991" />
735
+ <linearGradient
736
+ inkscape:collect="always"
737
+ xlink:href="#linearGradient2399"
738
+ id="linearGradient4106"
739
+ gradientUnits="userSpaceOnUse"
740
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
741
+ x1="-10.480865"
742
+ y1="39.033951"
743
+ x2="-23.851389"
744
+ y2="39.142845" />
745
+ <linearGradient
746
+ inkscape:collect="always"
747
+ xlink:href="#linearGradient19894"
748
+ id="linearGradient4108"
749
+ gradientUnits="userSpaceOnUse"
750
+ gradientTransform="scale(1.02645,0.974232)"
751
+ x1="-22.874170"
752
+ y1="38.675991"
753
+ x2="-4.3908315"
754
+ y2="38.675991" />
755
+ <linearGradient
756
+ inkscape:collect="always"
757
+ xlink:href="#linearGradient2399"
758
+ id="linearGradient4110"
759
+ gradientUnits="userSpaceOnUse"
760
+ gradientTransform="scale(1.02645,0.974232)"
761
+ x1="-10.480865"
762
+ y1="39.033951"
763
+ x2="-23.851389"
764
+ y2="39.142845" />
765
+ <linearGradient
766
+ inkscape:collect="always"
767
+ xlink:href="#linearGradient19894"
768
+ id="linearGradient4112"
769
+ gradientUnits="userSpaceOnUse"
770
+ gradientTransform="scale(1.02645,0.974232)"
771
+ x1="-22.874170"
772
+ y1="38.675991"
773
+ x2="-4.3908315"
774
+ y2="38.675991" />
775
+ <linearGradient
776
+ inkscape:collect="always"
777
+ xlink:href="#linearGradient2399"
778
+ id="linearGradient4114"
779
+ gradientUnits="userSpaceOnUse"
780
+ gradientTransform="scale(1.02645,0.974232)"
781
+ x1="-10.480865"
782
+ y1="39.033951"
783
+ x2="-23.851389"
784
+ y2="39.142845" />
785
+ <linearGradient
786
+ inkscape:collect="always"
787
+ xlink:href="#linearGradient19894"
788
+ id="linearGradient4116"
789
+ gradientUnits="userSpaceOnUse"
790
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
791
+ x1="-22.874170"
792
+ y1="38.675991"
793
+ x2="-4.3908315"
794
+ y2="38.675991" />
795
+ <linearGradient
796
+ inkscape:collect="always"
797
+ xlink:href="#linearGradient2399"
798
+ id="linearGradient4118"
799
+ gradientUnits="userSpaceOnUse"
800
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
801
+ x1="-10.480865"
802
+ y1="39.033951"
803
+ x2="-23.851389"
804
+ y2="39.142845" />
805
+ <linearGradient
806
+ inkscape:collect="always"
807
+ xlink:href="#linearGradient3311"
808
+ id="linearGradient4120"
809
+ gradientUnits="userSpaceOnUse"
810
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
811
+ x1="17.879995"
812
+ y1="55.362793"
813
+ x2="11.906206"
814
+ y2="54.863026" />
815
+ <linearGradient
816
+ inkscape:collect="always"
817
+ xlink:href="#linearGradient3265"
818
+ id="linearGradient4122"
819
+ gradientUnits="userSpaceOnUse"
820
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
821
+ x1="-29.007195"
822
+ y1="-29.799353"
823
+ x2="-37.641232"
824
+ y2="-29.598314" />
825
+ <radialGradient
826
+ inkscape:collect="always"
827
+ xlink:href="#aigrd7"
828
+ id="radialGradient4124"
829
+ gradientUnits="userSpaceOnUse"
830
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
831
+ cx="68.137589"
832
+ cy="29.869318"
833
+ fx="68.137589"
834
+ fy="29.869318"
835
+ r="33.934090" />
836
+ <linearGradient
837
+ inkscape:collect="always"
838
+ xlink:href="#linearGradient3175"
839
+ id="linearGradient4126"
840
+ gradientUnits="userSpaceOnUse"
841
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
842
+ x1="37.940434"
843
+ y1="16.651863"
844
+ x2="-5.2517161"
845
+ y2="3.8557322" />
846
+ <linearGradient
847
+ inkscape:collect="always"
848
+ xlink:href="#linearGradient20393"
849
+ id="linearGradient4128"
850
+ gradientUnits="userSpaceOnUse"
851
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
852
+ x1="30.620375"
853
+ y1="10.313651"
854
+ x2="32.166080"
855
+ y2="18.162935" />
856
+ <linearGradient
857
+ inkscape:collect="always"
858
+ xlink:href="#linearGradient20393"
859
+ id="linearGradient4130"
860
+ gradientUnits="userSpaceOnUse"
861
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
862
+ x1="30.620375"
863
+ y1="10.313651"
864
+ x2="32.166080"
865
+ y2="18.162935" />
866
+ <linearGradient
867
+ inkscape:collect="always"
868
+ xlink:href="#linearGradient20428"
869
+ id="linearGradient4132"
870
+ gradientUnits="userSpaceOnUse"
871
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
872
+ x1="14.637301"
873
+ y1="31.504122"
874
+ x2="9.3648205"
875
+ y2="32.250980" />
876
+ <linearGradient
877
+ inkscape:collect="always"
878
+ xlink:href="#linearGradient6339"
879
+ id="linearGradient4134"
880
+ gradientUnits="userSpaceOnUse"
881
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
882
+ x1="16.998856"
883
+ y1="10.061084"
884
+ x2="32.096882"
885
+ y2="36.726292" />
886
+ </defs>
887
+ <sodipodi:namedview
888
+ inkscape:window-y="91"
889
+ inkscape:window-x="146"
890
+ inkscape:window-height="922"
891
+ inkscape:window-width="1060"
892
+ inkscape:document-units="px"
893
+ inkscape:grid-bbox="true"
894
+ showgrid="true"
895
+ inkscape:current-layer="layer1"
896
+ inkscape:cy="19.729332"
897
+ inkscape:cx="29.03294"
898
+ inkscape:zoom="1"
899
+ inkscape:pageshadow="2"
900
+ inkscape:pageopacity="0.0"
901
+ borderopacity="0.55294118"
902
+ bordercolor="#666666"
903
+ pagecolor="#ffffff"
904
+ id="base"
905
+ inkscape:showpageshadow="false"
906
+ gridempspacing="4" />
907
+ <metadata
908
+ id="metadata4">
909
+ <rdf:RDF>
910
+ <cc:Work
911
+ rdf:about="">
912
+ <dc:format>image/svg+xml</dc:format>
913
+ <dc:type
914
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
915
+ <dc:title>Info</dc:title>
916
+ <dc:creator>
917
+ <cc:Agent>
918
+ <dc:title>Jakub Steiner</dc:title>
919
+ </cc:Agent>
920
+ </dc:creator>
921
+ <dc:subject>
922
+ <rdf:Bag>
923
+ <rdf:li>dialog</rdf:li>
924
+ <rdf:li>info</rdf:li>
925
+ </rdf:Bag>
926
+ </dc:subject>
927
+ <dc:source>http://jimmac.musichall.cz</dc:source>
928
+ <cc:license
929
+ rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
930
+ <dc:contributor>
931
+ <cc:Agent>
932
+ <dc:title>Garrett LeSage</dc:title>
933
+ </cc:Agent>
934
+ </dc:contributor>
935
+ </cc:Work>
936
+ <cc:License
937
+ rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
938
+ <cc:permits
939
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
940
+ <cc:permits
941
+ rdf:resource="http://web.resource.org/cc/Distribution" />
942
+ <cc:requires
943
+ rdf:resource="http://web.resource.org/cc/Notice" />
944
+ <cc:requires
945
+ rdf:resource="http://web.resource.org/cc/Attribution" />
946
+ <cc:permits
947
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
948
+ <cc:requires
949
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
950
+ </cc:License>
951
+ </rdf:RDF>
952
+ </metadata>
953
+ <g
954
+ inkscape:groupmode="layer"
955
+ inkscape:label="Layer 1"
956
+ id="layer1">
957
+ <path
958
+ transform="matrix(1.197183,0,0,1.098591,-6.201582,-3.209507)"
959
+ d="M 39.875 42.0625 A 13.8125 4.4375 0 1 1 12.25,42.0625 A 13.8125 4.4375 0 1 1 39.875 42.0625 z"
960
+ sodipodi:ry="4.4375"
961
+ sodipodi:rx="13.8125"
962
+ sodipodi:cy="42.0625"
963
+ sodipodi:cx="26.0625"
964
+ id="path20208"
965
+ style="color:#000000;fill:url(#radialGradient20216);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.8"
966
+ sodipodi:type="arc"
967
+ inkscape:r_cx="true"
968
+ inkscape:r_cy="true" />
969
+ <g
970
+ id="g4076"
971
+ transform="translate(0,1)"
972
+ inkscape:r_cx="true"
973
+ inkscape:r_cy="true">
974
+ <path
975
+ inkscape:r_cy="true"
976
+ inkscape:r_cx="true"
977
+ transform="matrix(1.075823,0,0,0.937493,-2.551335,3.047213)"
978
+ id="path19509"
979
+ d="M 21.893504,38.885945 L 21.893504,40.36116 C 21.893504,41.836375 23.204807,43.147679 24.680022,43.147679 C 26.155237,43.147679 27.466539,41.836375 27.466539,40.36116 L 27.466539,38.885945 L 21.893504,38.885945 z "
980
+ style="fill:url(#linearGradient4100);fill-rule:nonzero;stroke:#565656;stroke-miterlimit:4;stroke-opacity:1" />
981
+ <g
982
+ inkscape:r_cy="true"
983
+ inkscape:r_cx="true"
984
+ transform="matrix(0.989073,0,0,0.993556,-0.408739,7.920479e-3)"
985
+ id="g3173">
986
+ <path
987
+ inkscape:r_cy="true"
988
+ inkscape:r_cx="true"
989
+ sodipodi:nodetypes="cccccccscccccccs"
990
+ id="path3209"
991
+ d="M 24.511725,27.668867 C 21.208844,27.660897 17.463275,28.632054 19.492913,30.467931 C 18.98969,30.670934 18.270371,31.124313 18.355167,32.185222 C 18.401983,32.739286 18.989243,33.079394 19.79236,33.32911 C 18.881908,33.967722 18.302581,34.642557 18.355167,35.264921 C 18.401438,35.812525 18.976334,36.187531 19.76303,36.43814 C 18.875519,37.069403 18.303301,37.760121 18.355167,38.373951 C 18.434436,39.312088 20.457743,40.362928 24.838928,40.2419 C 27.993329,40.155914 30.776913,39.590514 30.996599,38.373951 C 31.082862,37.896248 30.691907,37.450531 30.087355,37.05408 C 30.539926,36.597918 30.85698,36.135242 30.820616,35.704878 C 30.774128,35.154694 30.205993,34.781923 29.412754,34.53166 C 30.300265,33.900397 30.872482,33.209679 30.820616,32.595849 C 30.774128,32.045664 30.205993,31.702225 29.412754,31.45196 C 30.310848,30.817288 30.872816,30.133928 30.820616,29.516149 C 30.762593,28.829446 27.61599,27.676358 24.511725,27.668867 z "
992
+ style="color:#000000;fill:#aeae57;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4102);stroke-width:2.01752925;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
993
+ <path
994
+ inkscape:r_cy="true"
995
+ inkscape:r_cx="true"
996
+ sodipodi:nodetypes="csccc"
997
+ id="path3183"
998
+ d="M 30.920208,38.329767 C 30.700522,39.546331 27.591422,40.232861 22.615132,39.983673 C 19.463507,39.825856 19.283163,38.944055 19.502848,37.727491 C 19.722534,36.510926 22.458318,35.65848 25.609509,35.824708 C 28.7607,35.990936 31.139893,37.113203 30.920208,38.329767 z "
999
+ style="color:#000000;fill:url(#linearGradient4104);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4106);stroke-width:0.08906282;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
1000
+ <path
1001
+ inkscape:r_cy="true"
1002
+ inkscape:r_cx="true"
1003
+ sodipodi:type="arc"
1004
+ style="color:#000000;fill:url(#linearGradient4108);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4110);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1005
+ id="path1603"
1006
+ sodipodi:cx="-13.87697"
1007
+ sodipodi:cy="27.228739"
1008
+ sodipodi:rx="10.341436"
1009
+ sodipodi:ry="3.2703688"
1010
+ d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z"
1011
+ transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,14.49141)" />
1012
+ <path
1013
+ inkscape:r_cy="true"
1014
+ inkscape:r_cx="true"
1015
+ transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,11.39591)"
1016
+ d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z"
1017
+ sodipodi:ry="3.2703688"
1018
+ sodipodi:rx="10.341436"
1019
+ sodipodi:cy="27.228739"
1020
+ sodipodi:cx="-13.87697"
1021
+ id="path2364"
1022
+ style="color:#000000;fill:url(#linearGradient4112);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4114);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1023
+ sodipodi:type="arc" />
1024
+ <path
1025
+ inkscape:r_cy="true"
1026
+ inkscape:r_cx="true"
1027
+ sodipodi:nodetypes="cccss"
1028
+ id="path2366"
1029
+ d="M 30.698087,29.636386 C 30.698087,31.014688 28.157326,32.55444 24.716601,33.288693 C 21.275876,34.022945 18.38922,33.50421 18.273172,32.130802 C 18.157124,30.757395 20.509679,29.155466 23.952388,28.968827 C 27.422379,28.780711 30.698087,28.924901 30.698087,29.636386 z "
1030
+ style="color:#000000;fill:url(#linearGradient4116);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4118);stroke-width:0.08906286;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
1031
+ <path
1032
+ inkscape:r_cy="true"
1033
+ inkscape:r_cx="true"
1034
+ transform="matrix(0.335464,0,0,0.335464,11.74678,27.2261)"
1035
+ d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z"
1036
+ sodipodi:ry="3.25"
1037
+ sodipodi:rx="3.25"
1038
+ sodipodi:cy="22.375"
1039
+ sodipodi:cx="27.75"
1040
+ id="path20372"
1041
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1042
+ sodipodi:type="arc" />
1043
+ <path
1044
+ inkscape:r_cy="true"
1045
+ inkscape:r_cx="true"
1046
+ sodipodi:nodetypes="cscc"
1047
+ id="path3241"
1048
+ d="M 19.342183,33.378865 C 22.736592,33.883533 26.320992,33.346192 29.214315,31.470807 C 30.025582,30.944962 30.147604,30.343945 30.520921,29.873844 C 29.09679,31.000705 25.494982,34.035625 19.342183,33.378865 z "
1049
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
1050
+ <path
1051
+ inkscape:r_cy="true"
1052
+ inkscape:r_cx="true"
1053
+ sodipodi:type="arc"
1054
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1055
+ id="path2435"
1056
+ sodipodi:cx="27.75"
1057
+ sodipodi:cy="22.375"
1058
+ sodipodi:rx="3.25"
1059
+ sodipodi:ry="3.25"
1060
+ d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z"
1061
+ transform="matrix(0.335464,0,0,0.335464,11.74678,30.23376)" />
1062
+ <path
1063
+ inkscape:r_cy="true"
1064
+ inkscape:r_cx="true"
1065
+ sodipodi:nodetypes="cscc"
1066
+ id="path3237"
1067
+ d="M 19.466621,39.517838 C 22.86103,40.022506 26.44543,39.485165 29.338753,37.60978 C 30.15002,37.083935 30.272043,36.482919 30.645359,36.012817 C 29.221228,37.139678 25.61942,40.174598 19.466621,39.517838 z "
1068
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
1069
+ <path
1070
+ inkscape:r_cy="true"
1071
+ inkscape:r_cx="true"
1072
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1073
+ d="M 19.487361,36.406872 C 22.88177,36.91154 26.46617,36.374199 29.359492,34.498814 C 30.17076,33.972969 30.292782,33.371953 30.666099,32.901851 C 29.241968,34.028712 25.64016,37.063632 19.487361,36.406872 z "
1074
+ id="path3239"
1075
+ sodipodi:nodetypes="cscc" />
1076
+ </g>
1077
+ <g
1078
+ inkscape:r_cy="true"
1079
+ inkscape:r_cx="true"
1080
+ transform="translate(-0.988797,0)"
1081
+ id="g3146">
1082
+ <g
1083
+ inkscape:r_cy="true"
1084
+ inkscape:r_cx="true"
1085
+ id="g3141">
1086
+ <path
1087
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1088
+ sodipodi:nodetypes="csscs"
1089
+ id="path3243"
1090
+ d="M 18.87103,29.628128 C 18.87103,28.836695 20.445135,27.889988 24.419234,27.942972 C 28.101154,27.992059 30.526608,28.83866 30.526608,30.105404 C 30.526608,31.345281 27.307242,32.174416 23.874677,32.008188 C 20.442113,31.84196 18.87103,30.868005 18.87103,29.628128 z "
1091
+ style="color:#000000;fill:url(#linearGradient4120);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4122);stroke-width:0.09083303;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1092
+ inkscape:r_cx="true"
1093
+ inkscape:r_cy="true" />
1094
+ <path
1095
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1096
+ sodipodi:nodetypes="csssssc"
1097
+ id="path6305"
1098
+ d="M 24.680021,0.8622936 C 16.858005,0.8622936 10.506261,6.8372628 10.506261,14.195288 C 10.506261,21.737851 16.247826,22.573217 16.247826,25.352995 C 16.247826,28.619061 19.614103,32.322687 25.149309,32.188995 C 31.035159,32.046835 33.464182,28.825655 33.464182,25.352995 C 33.464182,22.384064 38.853781,22.304889 38.853781,14.195288 C 38.853781,6.8372628 32.502038,0.8622936 24.680021,0.8622936 z "
1099
+ style="color:#000000;fill:url(#radialGradient4124);fill-opacity:1;fill-rule:nonzero;stroke:#616471;stroke-width:1.01595449;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1100
+ inkscape:r_cx="true"
1101
+ inkscape:r_cy="true" />
1102
+ <path
1103
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1104
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4126);stroke-width:0.94685698;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1105
+ d="M 24.680021,1.9277146 C 17.389999,1.9277146 11.470252,7.4963123 11.470252,14.353901 C 11.470252,21.383476 16.82132,22.162027 16.82132,24.752746 C 16.82132,27.79668 19.958648,31.248413 25.117392,31.123813 C 30.602931,30.991321 32.866751,27.989222 32.866751,24.752746 C 32.866751,21.98574 37.889791,21.911948 37.889791,14.353901 C 37.889791,7.4963123 31.970044,1.9277146 24.680021,1.9277146 z "
1106
+ id="path2429"
1107
+ sodipodi:nodetypes="csssssc"
1108
+ inkscape:r_cx="true"
1109
+ inkscape:r_cy="true" />
1110
+ </g>
1111
+ <g
1112
+ id="g1695"
1113
+ transform="matrix(0.9375,0,0,0.926938,0.569221,0.25176)"
1114
+ inkscape:r_cx="true"
1115
+ inkscape:r_cy="true">
1116
+ <path
1117
+ style="fill:url(#linearGradient4128);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
1118
+ d="M 31.947292,19.22274 C 32.260034,19.326988 32.468529,19.63973 32.364281,19.952471 L 28.507134,31.523913 C 28.402887,31.836655 28.090145,32.045149 27.777403,31.940902 C 27.464662,31.836655 27.256168,31.523913 27.360415,31.211172 L 31.217562,19.63973 C 31.321809,19.326988 31.634551,19.118493 31.947292,19.22274 z "
1119
+ id="path1691"
1120
+ inkscape:r_cx="true"
1121
+ inkscape:r_cy="true" />
1122
+ <path
1123
+ id="path19612"
1124
+ d="M 20.152404,19.34774 C 19.839662,19.451988 19.631167,19.76473 19.735415,20.077471 L 23.592562,31.648913 C 23.696809,31.961655 24.009551,32.170149 24.322293,32.065902 C 24.635034,31.961655 24.843528,31.648913 24.739281,31.336172 L 20.882134,19.76473 C 20.777887,19.451988 20.465145,19.243493 20.152404,19.34774 z "
1125
+ style="fill:url(#linearGradient4130);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
1126
+ inkscape:r_cx="true"
1127
+ inkscape:r_cy="true" />
1128
+ <path
1129
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4132);stroke-width:0.21454535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
1130
+ d="M 20.255362,19.273128 C 20.009452,19.315194 19.816806,19.507772 19.774653,19.753667 C 19.732499,19.999562 19.850004,20.245309 20.067862,20.366878 C 20.067862,20.366878 21.910084,21.447747 24.317862,21.991878 C 26.72564,22.536009 29.806763,22.571305 32.130362,20.304378 C 32.305608,20.165345 32.386854,19.938963 32.340007,19.720224 C 32.29316,19.501485 32.126325,19.328233 31.909509,19.273168 C 31.692693,19.218103 31.463406,19.290751 31.317862,19.460628 C 29.367326,21.36359 26.773024,21.36522 24.567862,20.866878 C 22.3627,20.368536 20.661612,19.366878 20.661612,19.366878 C 20.542178,19.287089 20.397682,19.253744 20.255362,19.273128 z "
1131
+ id="path19614"
1132
+ inkscape:r_cx="true"
1133
+ inkscape:r_cy="true" />
1134
+ </g>
1135
+ <path
1136
+ inkscape:r_cy="true"
1137
+ inkscape:r_cx="true"
1138
+ style="opacity:0.5977654;color:#000000;fill:url(#linearGradient4134);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.98750001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1139
+ d="M 25.001158,3.5644322 C 18.737608,3.5644322 13.655359,7.5900329 13.655359,12.547843 C 13.655359,14.527956 14.632918,16.261758 16.006008,17.747035 C 17.558672,18.378895 19.249827,18.832941 21.114752,18.832941 C 27.378302,18.832941 32.460549,14.807341 32.460551,9.849528 C 32.460551,7.857476 31.466744,6.1074629 30.07856,4.6174331 C 28.533139,3.9930601 26.854241,3.5644321 25.001158,3.5644322 z "
1140
+ id="path6334"
1141
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
1142
+ </g>
1143
+ </g>
1144
+ </g>
1145
+ </svg>