ruby-vpi 7.3.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. data/HEADER +19 -4
  2. data/HISTORY +34 -1
  3. data/MEMO +2 -2
  4. data/README +14 -1
  5. data/Rakefile +39 -66
  6. data/bin/generate_test.rb +5 -23
  7. data/bin/generate_test_tpl/bench.rb +1 -1
  8. data/bin/generate_test_tpl/bench.v +2 -2
  9. data/bin/generate_test_tpl/proto.rb +8 -3
  10. data/bin/header_to_ruby.rb +3 -3
  11. data/doc/Rakefile +9 -26
  12. data/doc/{xhtml/background.html → background.html} +1 -1
  13. data/doc/{xhtml/background.methodology.html → background.methodology.html} +1 -1
  14. data/doc/{xhtml/background.organization.html → background.organization.html} +1 -1
  15. data/doc/{xhtml/background.running-tests.html → background.running-tests.html} +0 -0
  16. data/doc/{xhtml/background.terminology.html → background.terminology.html} +0 -0
  17. data/doc/{src/figures → figures}/organization.png +0 -0
  18. data/doc/{src/figures → figures}/organization_detailed.png +0 -0
  19. data/doc/{src/figures → figures}/ruby_init.png +0 -0
  20. data/doc/{src/figures → figures}/ruby_relay.png +0 -0
  21. data/doc/{xhtml/gfdl-0.html → gfdl-0.html} +0 -0
  22. data/doc/{xhtml/gfdl-1.html → gfdl-1.html} +0 -0
  23. data/doc/{xhtml/gfdl-10.html → gfdl-10.html} +0 -0
  24. data/doc/{xhtml/gfdl-2.html → gfdl-2.html} +0 -0
  25. data/doc/{xhtml/gfdl-3.html → gfdl-3.html} +0 -0
  26. data/doc/{xhtml/gfdl-4.html → gfdl-4.html} +0 -0
  27. data/doc/{xhtml/gfdl-5.html → gfdl-5.html} +0 -0
  28. data/doc/{xhtml/gfdl-6.html → gfdl-6.html} +0 -0
  29. data/doc/{xhtml/gfdl-7.html → gfdl-7.html} +0 -0
  30. data/doc/{xhtml/gfdl-8.html → gfdl-8.html} +0 -0
  31. data/doc/{xhtml/gfdl-9.html → gfdl-9.html} +0 -0
  32. data/doc/{xhtml/gfdl-addendum.html → gfdl-addendum.html} +0 -0
  33. data/doc/{xhtml/gfdl.html → gfdl.html} +0 -0
  34. data/doc/glossary.html +3 -0
  35. data/doc/{src/images → images}/COPYING +0 -0
  36. data/doc/{src/images → images}/ChangeLog +0 -0
  37. data/doc/{src/images → images}/blank.png +0 -0
  38. data/doc/{src/images → images}/callouts/1.png +0 -0
  39. data/doc/{src/images → images}/callouts/10.png +0 -0
  40. data/doc/{src/images → images}/callouts/11.png +0 -0
  41. data/doc/{src/images → images}/callouts/12.png +0 -0
  42. data/doc/{src/images → images}/callouts/13.png +0 -0
  43. data/doc/{src/images → images}/callouts/14.png +0 -0
  44. data/doc/{src/images → images}/callouts/15.png +0 -0
  45. data/doc/{src/images → images}/callouts/2.png +0 -0
  46. data/doc/{src/images → images}/callouts/3.png +0 -0
  47. data/doc/{src/images → images}/callouts/4.png +0 -0
  48. data/doc/{src/images → images}/callouts/5.png +0 -0
  49. data/doc/{src/images → images}/callouts/6.png +0 -0
  50. data/doc/{src/images → images}/callouts/7.png +0 -0
  51. data/doc/{src/images → images}/callouts/8.png +0 -0
  52. data/doc/{src/images → images}/callouts/9.png +0 -0
  53. data/doc/{src/images → images}/callouts/ChangeLog +0 -0
  54. data/doc/{src/images → images}/caution.png +0 -0
  55. data/doc/{src/images → images}/caution.svg +0 -0
  56. data/doc/{src/images → images}/copyright +0 -0
  57. data/doc/{src/images → images}/draft.png +0 -0
  58. data/doc/{src/images → images}/home.png +0 -0
  59. data/doc/{src/images → images}/home.svg +0 -0
  60. data/doc/{src/images → images}/important.png +0 -0
  61. data/doc/{src/images → images}/important.svg +0 -0
  62. data/doc/{src/images → images}/next.png +0 -0
  63. data/doc/{src/images → images}/next.svg +0 -0
  64. data/doc/{src/images → images}/note.png +0 -0
  65. data/doc/{src/images → images}/note.svg +0 -0
  66. data/doc/{src/images → images}/prev.png +0 -0
  67. data/doc/{src/images → images}/prev.svg +0 -0
  68. data/doc/{src/images → images}/tip.png +0 -0
  69. data/doc/{src/images → images}/tip.svg +0 -0
  70. data/doc/{src/images → images}/toc-blank.png +0 -0
  71. data/doc/{src/images → images}/toc-minus.png +0 -0
  72. data/doc/{src/images → images}/toc-plus.png +0 -0
  73. data/doc/{src/images → images}/up.png +0 -0
  74. data/doc/{src/images → images}/up.svg +0 -0
  75. data/doc/{src/images → images}/warning.png +0 -0
  76. data/doc/{src/images → images}/warning.svg +0 -0
  77. data/doc/{xhtml/index.html → index.html} +2 -2
  78. data/doc/{xhtml/introduction.html → introduction.html} +0 -0
  79. data/doc/{xhtml/introduction.license.html → introduction.license.html} +0 -0
  80. data/doc/{xhtml/introduction.manifest.html → introduction.manifest.html} +1 -1
  81. data/doc/{xhtml/introduction.related-works.html → introduction.related-works.html} +0 -0
  82. data/doc/{xhtml/introduction.resources.html → introduction.resources.html} +1 -1
  83. data/doc/{txt/manual.txt → manual.txt} +50 -49
  84. data/doc/{xhtml/problem.ivl.html → problem.ivl.html} +0 -0
  85. data/doc/{xhtml/problems.html → problems.html} +0 -0
  86. data/doc/{xhtml/problems.ruby.html → problems.ruby.html} +0 -0
  87. data/doc/{xhtml/problems.vsim.html → problems.vsim.html} +0 -0
  88. data/doc/src/manual.xml +53 -39
  89. data/doc/src/shared.dtd +1 -2
  90. data/doc/{xhtml/styles → styles}/manual.css +6 -10
  91. data/doc/{xhtml/usage.examples.html → usage.examples.html} +0 -0
  92. data/doc/{xhtml/usage.html → usage.html} +0 -0
  93. data/doc/{xhtml/usage.installation.html → usage.installation.html} +0 -0
  94. data/doc/{xhtml/usage.requirements.html → usage.requirements.html} +0 -0
  95. data/doc/{xhtml/usage.tools.html → usage.tools.html} +0 -0
  96. data/doc/{xhtml/usage.tutorial.html → usage.tutorial.html} +14 -18
  97. data/gem_extconf.rb +1 -1
  98. data/header.html +18 -4
  99. data/header.part.html +18 -4
  100. data/history.html +87 -5
  101. data/history.part.html +69 -1
  102. data/lib/ruby-vpi.rb +5 -5
  103. data/lib/ruby-vpi/rcov.rb +2 -2
  104. data/lib/ruby-vpi/runner.rb +4 -7
  105. data/lib/ruby-vpi/vpi_util.rb +2 -2
  106. data/memo.html +23 -9
  107. data/memo.part.html +5 -5
  108. data/readme.html +40 -5
  109. data/readme.part.html +22 -1
  110. data/ref/c/annotated.html +1 -1
  111. data/ref/c/common_8h.html +1 -1
  112. data/ref/c/files.html +1 -1
  113. data/ref/c/functions.html +1 -1
  114. data/ref/c/functions_vars.html +1 -1
  115. data/ref/c/globals.html +1 -1
  116. data/ref/c/globals_0x63.html +1 -1
  117. data/ref/c/globals_0x65.html +1 -1
  118. data/ref/c/globals_0x66.html +1 -1
  119. data/ref/c/globals_0x70.html +1 -1
  120. data/ref/c/globals_0x72.html +1 -1
  121. data/ref/c/globals_0x73.html +1 -1
  122. data/ref/c/globals_0x74.html +1 -1
  123. data/ref/c/globals_0x76.html +1 -1
  124. data/ref/c/globals_0x78.html +1 -1
  125. data/ref/c/globals_defs.html +1 -1
  126. data/ref/c/globals_defs_0x65.html +1 -1
  127. data/ref/c/globals_defs_0x70.html +1 -1
  128. data/ref/c/globals_defs_0x76.html +1 -1
  129. data/ref/c/globals_defs_0x78.html +1 -1
  130. data/ref/c/globals_enum.html +1 -1
  131. data/ref/c/globals_eval.html +1 -1
  132. data/ref/c/globals_func.html +1 -1
  133. data/ref/c/globals_type.html +1 -1
  134. data/ref/c/globals_vars.html +1 -1
  135. data/ref/c/hierarchy.html +1 -1
  136. data/ref/c/index.html +1 -1
  137. data/ref/c/relay_8cin.html +1 -1
  138. data/ref/c/relay_8hin.html +1 -1
  139. data/ref/c/ruby-vpi_8c.html +1 -1
  140. data/ref/c/structrelay____RubyOptions____def.html +1 -1
  141. data/ref/c/structt__cb__data.html +1 -1
  142. data/ref/c/structt__vpi__delay.html +1 -1
  143. data/ref/c/structt__vpi__error__info.html +1 -1
  144. data/ref/c/structt__vpi__strengthval.html +1 -1
  145. data/ref/c/structt__vpi__systf__data.html +1 -1
  146. data/ref/c/structt__vpi__time.html +1 -1
  147. data/ref/c/structt__vpi__value.html +1 -1
  148. data/ref/c/structt__vpi__vecval.html +1 -1
  149. data/ref/c/structt__vpi__vlog__info.html +1 -1
  150. data/ref/c/swig_8cin.html +1 -1
  151. data/ref/c/swig_8hin.html +1 -1
  152. data/ref/c/verilog_8h.html +1 -1
  153. data/ref/c/vlog_8cin.html +1 -1
  154. data/ref/c/vlog_8hin.html +1 -1
  155. data/ref/c/vpi__user_8h.html +1 -1
  156. data/ref/ruby/classes/OutputInfo.src/M000014.html +36 -36
  157. data/ref/ruby/classes/{RubyVPI.html → RubyVpi.html} +6 -6
  158. data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000075.html +5 -5
  159. data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000076.html +2 -2
  160. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000070.html +2 -2
  161. data/ref/ruby/classes/Template.src/M000015.html +4 -4
  162. data/ref/ruby/classes/XX.html +4 -4
  163. data/ref/ruby/classes/XX/XHTML.html +5 -5
  164. data/ref/ruby/classes/XX/XHTML.src/{M000024.html → M000023.html} +0 -0
  165. data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
  166. data/ref/ruby/classes/XX/XHTML/Strict.src/{M000026.html → M000025.html} +0 -0
  167. data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
  168. data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000025.html → M000024.html} +0 -0
  169. data/ref/ruby/classes/XX/XMLish.html +5 -5
  170. data/ref/ruby/classes/XX/XMLish.src/{M000023.html → M000026.html} +0 -0
  171. data/ref/ruby/created.rid +1 -1
  172. data/ref/ruby/files/bin/generate_test_rb.html +7 -39
  173. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +15 -15
  174. data/ref/ruby/files/bin/header_to_ruby_rb.html +12 -4
  175. data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
  176. data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
  177. data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
  178. data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
  179. data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
  180. data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
  181. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +2 -7
  182. data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000002.html +6 -6
  183. data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
  184. data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +1 -1
  185. data/ref/ruby/files/lib/ruby-vpi/xx_rb.html +1 -1
  186. data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
  187. data/ref/ruby/fr_class_index.html +1 -1
  188. data/ref/ruby/fr_method_index.html +10 -10
  189. data/samp/counter/counter_rspecTest_bench.rb +1 -1
  190. data/samp/counter/counter_rspecTest_proto.rb +1 -1
  191. data/samp/counter/counter_unitTest_bench.rb +1 -1
  192. data/samp/counter/counter_unitTest_proto.rb +1 -1
  193. data/samp/pipelined_alu/hw5_unit_test_bench.rb +1 -1
  194. data/samp/pipelined_alu/hw5_unit_test_proto.rb +1 -1
  195. metadata +183 -237
  196. data/doc/src/styles/manual.css +0 -87
  197. data/doc/xhtml/figures/organization.png +0 -0
  198. data/doc/xhtml/figures/organization_detailed.png +0 -0
  199. data/doc/xhtml/figures/ruby_init.png +0 -0
  200. data/doc/xhtml/figures/ruby_relay.png +0 -0
  201. data/doc/xhtml/glossary.html +0 -3
  202. data/doc/xhtml/images/COPYING +0 -67
  203. data/doc/xhtml/images/ChangeLog +0 -27
  204. data/doc/xhtml/images/blank.png +0 -0
  205. data/doc/xhtml/images/callouts/1.png +0 -0
  206. data/doc/xhtml/images/callouts/10.png +0 -0
  207. data/doc/xhtml/images/callouts/11.png +0 -0
  208. data/doc/xhtml/images/callouts/12.png +0 -0
  209. data/doc/xhtml/images/callouts/13.png +0 -0
  210. data/doc/xhtml/images/callouts/14.png +0 -0
  211. data/doc/xhtml/images/callouts/15.png +0 -0
  212. data/doc/xhtml/images/callouts/2.png +0 -0
  213. data/doc/xhtml/images/callouts/3.png +0 -0
  214. data/doc/xhtml/images/callouts/4.png +0 -0
  215. data/doc/xhtml/images/callouts/5.png +0 -0
  216. data/doc/xhtml/images/callouts/6.png +0 -0
  217. data/doc/xhtml/images/callouts/7.png +0 -0
  218. data/doc/xhtml/images/callouts/8.png +0 -0
  219. data/doc/xhtml/images/callouts/9.png +0 -0
  220. data/doc/xhtml/images/callouts/ChangeLog +0 -15
  221. data/doc/xhtml/images/caution.png +0 -0
  222. data/doc/xhtml/images/caution.svg +0 -290
  223. data/doc/xhtml/images/copyright +0 -55
  224. data/doc/xhtml/images/draft.png +0 -0
  225. data/doc/xhtml/images/home.png +0 -0
  226. data/doc/xhtml/images/home.svg +0 -386
  227. data/doc/xhtml/images/important.png +0 -0
  228. data/doc/xhtml/images/important.svg +0 -163
  229. data/doc/xhtml/images/next.png +0 -0
  230. data/doc/xhtml/images/next.svg +0 -191
  231. data/doc/xhtml/images/note.png +0 -0
  232. data/doc/xhtml/images/note.svg +0 -483
  233. data/doc/xhtml/images/prev.png +0 -0
  234. data/doc/xhtml/images/prev.svg +0 -852
  235. data/doc/xhtml/images/tip.png +0 -0
  236. data/doc/xhtml/images/tip.svg +0 -1145
  237. data/doc/xhtml/images/toc-blank.png +0 -0
  238. data/doc/xhtml/images/toc-minus.png +0 -0
  239. data/doc/xhtml/images/toc-plus.png +0 -0
  240. data/doc/xhtml/images/up.png +0 -0
  241. data/doc/xhtml/images/up.svg +0 -195
  242. data/doc/xhtml/images/warning.png +0 -0
  243. data/doc/xhtml/images/warning.svg +0 -334
@@ -1,55 +0,0 @@
1
- This package was debianized by Mark Johnson <mrj@debian.org> on
2
- Mon, 11 Oct 2004 18:37:39 -0400
3
-
4
- It was downloaded from the Sourceforge mirror:
5
- <http://umn.dl.sourceforge.net/sourceforge/docbook/>
6
-
7
- Upstream Author: Norman Walsh <ndw@nwalsh.com> and other docbook developers at
8
- the Sourceforge DocBook Open Repository
9
-
10
-
11
- Copyright
12
- ---------
13
-
14
- Copyright (C) 1999, 2000, 2001 Norman Walsh
15
-
16
- Permission is hereby granted, free of charge, to any person
17
- obtaining a copy of this software and associated documentation
18
- files (the ``Software''), to deal in the Software without
19
- restriction, including without limitation the rights to use,
20
- copy, modify, merge, publish, distribute, sublicense, and/or
21
- sell copies of the Software, and to permit persons to whom the
22
- Software is furnished to do so, subject to the following
23
- conditions:
24
-
25
- The above copyright notice and this permission notice shall be
26
- included in all copies or substantial portions of the Software.
27
-
28
- Except as contained in this notice, the names of individuals
29
- credited with contribution to this software shall not be used in
30
- advertising or otherwise to promote the sale, use or other
31
- dealings in this Software without prior written authorization
32
- from the individuals in question.
33
-
34
- Any stylesheet derived from this Software that is publically
35
- distributed will be identified with a different name and the
36
- version strings in any derived Software will be changed so that
37
- no possibility of confusion between the derived package and this
38
- Software will exist.
39
-
40
- Warranty
41
- --------
42
-
43
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
45
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46
- NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
47
- CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
48
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
49
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50
- OTHER DEALINGS IN THE SOFTWARE.
51
-
52
- Contacting the Author
53
- ---------------------
54
-
55
- These stylesheets are maintained by Norman Walsh, <ndw@nwalsh.com>.
Binary file
Binary file
@@ -1,386 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://web.resource.org/cc/"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:xlink="http://www.w3.org/1999/xlink"
9
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
10
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
- width="48"
12
- height="48"
13
- overflow="visible"
14
- enable-background="new 0 0 128 129.396"
15
- xml:space="preserve"
16
- id="svg2"
17
- sodipodi:version="0.32"
18
- inkscape:version="0.43"
19
- sodipodi:docname="go-home.svg"
20
- sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
21
- version="1.0"
22
- inkscape:export-filename="/home/tigert/My Downloads/go-home.png"
23
- inkscape:export-xdpi="90.000000"
24
- inkscape:export-ydpi="90.000000"><metadata
25
- id="metadata367"><rdf:RDF><cc:Work
26
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
27
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
28
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" /><dc:title>Go Home</dc:title><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://jimmac.musichall.cz</dc:source><dc:subject><rdf:Bag><rdf:li>home</rdf:li><rdf:li>return</rdf:li><rdf:li>go</rdf:li><rdf:li>default</rdf:li><rdf:li>user</rdf:li><rdf:li>directory</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Tuomas Kuosmanen</dc:title></cc:Agent></dc:contributor></cc:Work><cc:License
29
- rdf:about="http://creativecommons.org/licenses/by-sa/2.0/"><cc:permits
30
- rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
31
- rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
32
- rdf:resource="http://web.resource.org/cc/Notice" /><cc:requires
33
- rdf:resource="http://web.resource.org/cc/Attribution" /><cc:permits
34
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
35
- rdf:resource="http://web.resource.org/cc/ShareAlike" /></cc:License></rdf:RDF></metadata><defs
36
- id="defs365"><linearGradient
37
- id="linearGradient2406"><stop
38
- style="stop-color:#7c7e79;stop-opacity:1;"
39
- offset="0"
40
- id="stop2408" /><stop
41
- id="stop2414"
42
- offset="0.1724138"
43
- style="stop-color:#848681;stop-opacity:1;" /><stop
44
- style="stop-color:#898c86;stop-opacity:1;"
45
- offset="1"
46
- id="stop2410" /></linearGradient><linearGradient
47
- inkscape:collect="always"
48
- id="linearGradient2390"><stop
49
- style="stop-color:#919191;stop-opacity:1;"
50
- offset="0"
51
- id="stop2392" /><stop
52
- style="stop-color:#919191;stop-opacity:0;"
53
- offset="1"
54
- id="stop2394" /></linearGradient><linearGradient
55
- inkscape:collect="always"
56
- id="linearGradient2378"><stop
57
- style="stop-color:#575757;stop-opacity:1;"
58
- offset="0"
59
- id="stop2380" /><stop
60
- style="stop-color:#575757;stop-opacity:0;"
61
- offset="1"
62
- id="stop2382" /></linearGradient><linearGradient
63
- inkscape:collect="always"
64
- id="linearGradient2368"><stop
65
- style="stop-color:#ffffff;stop-opacity:1;"
66
- offset="0"
67
- id="stop2370" /><stop
68
- style="stop-color:#ffffff;stop-opacity:0;"
69
- offset="1"
70
- id="stop2372" /></linearGradient><linearGradient
71
- inkscape:collect="always"
72
- id="linearGradient2349"><stop
73
- style="stop-color:#000000;stop-opacity:1;"
74
- offset="0"
75
- id="stop2351" /><stop
76
- style="stop-color:#000000;stop-opacity:0;"
77
- offset="1"
78
- id="stop2353" /></linearGradient><linearGradient
79
- id="linearGradient2341"><stop
80
- id="stop2343"
81
- offset="0"
82
- style="stop-color:#000000;stop-opacity:1;" /><stop
83
- id="stop2345"
84
- offset="1"
85
- style="stop-color:#000000;stop-opacity:0;" /></linearGradient><linearGradient
86
- id="linearGradient2329"><stop
87
- style="stop-color:#000000;stop-opacity:0.18556701;"
88
- offset="0"
89
- id="stop2331" /><stop
90
- style="stop-color:#ffffff;stop-opacity:1;"
91
- offset="1"
92
- id="stop2333" /></linearGradient><linearGradient
93
- inkscape:collect="always"
94
- id="linearGradient2319"><stop
95
- style="stop-color:#000000;stop-opacity:1;"
96
- offset="0"
97
- id="stop2321" /><stop
98
- style="stop-color:#000000;stop-opacity:0;"
99
- offset="1"
100
- id="stop2323" /></linearGradient><linearGradient
101
- id="linearGradient2307"><stop
102
- style="stop-color:#edd400;stop-opacity:1;"
103
- offset="0"
104
- id="stop2309" /><stop
105
- style="stop-color:#998800;stop-opacity:1;"
106
- offset="1"
107
- id="stop2311" /></linearGradient><linearGradient
108
- inkscape:collect="always"
109
- id="linearGradient2299"><stop
110
- style="stop-color:#ffffff;stop-opacity:1;"
111
- offset="0"
112
- id="stop2301" /><stop
113
- style="stop-color:#ffffff;stop-opacity:0;"
114
- offset="1"
115
- id="stop2303" /></linearGradient><linearGradient
116
- id="XMLID_2_"
117
- gradientUnits="userSpaceOnUse"
118
- x1="80.223602"
119
- y1="117.5205"
120
- x2="48.046001"
121
- y2="59.7995"
122
- gradientTransform="matrix(0.314683,0.000000,0.000000,0.314683,4.128264,3.742874)">
123
- <stop
124
- offset="0"
125
- style="stop-color:#CCCCCC"
126
- id="stop17" />
127
- <stop
128
- offset="0.9831"
129
- style="stop-color:#FFFFFF"
130
- id="stop19" />
131
- <midPointStop
132
- offset="0"
133
- style="stop-color:#CCCCCC"
134
- id="midPointStop48" />
135
- <midPointStop
136
- offset="0.5"
137
- style="stop-color:#CCCCCC"
138
- id="midPointStop50" />
139
- <midPointStop
140
- offset="0.9831"
141
- style="stop-color:#FFFFFF"
142
- id="midPointStop52" />
143
- </linearGradient><linearGradient
144
- inkscape:collect="always"
145
- xlink:href="#XMLID_2_"
146
- id="linearGradient1514"
147
- gradientUnits="userSpaceOnUse"
148
- gradientTransform="matrix(0.336922,0.000000,0.000000,0.166888,17.98288,15.46151)"
149
- x1="52.006104"
150
- y1="166.1331"
151
- x2="14.049017"
152
- y2="-42.218513" /><linearGradient
153
- id="XMLID_39_"
154
- gradientUnits="userSpaceOnUse"
155
- x1="64.387703"
156
- y1="65.124001"
157
- x2="64.387703"
158
- y2="35.569"
159
- gradientTransform="matrix(0.354101,0.000000,0.000000,0.354101,1.638679,-8.364921e-2)">
160
- <stop
161
- offset="0"
162
- style="stop-color:#FFFFFF"
163
- id="stop336" />
164
- <stop
165
- offset="0.8539"
166
- style="stop-color:#FF6200"
167
- id="stop338" />
168
- <stop
169
- offset="1"
170
- style="stop-color:#F25D00"
171
- id="stop340" />
172
- <midPointStop
173
- offset="0"
174
- style="stop-color:#FFFFFF"
175
- id="midPointStop335" />
176
- <midPointStop
177
- offset="0.5"
178
- style="stop-color:#FFFFFF"
179
- id="midPointStop337" />
180
- <midPointStop
181
- offset="0.8539"
182
- style="stop-color:#FF6200"
183
- id="midPointStop339" />
184
- <midPointStop
185
- offset="0.5"
186
- style="stop-color:#FF6200"
187
- id="midPointStop341" />
188
- <midPointStop
189
- offset="1"
190
- style="stop-color:#F25D00"
191
- id="midPointStop343" />
192
- </linearGradient><radialGradient
193
- inkscape:collect="always"
194
- xlink:href="#linearGradient2299"
195
- id="radialGradient2305"
196
- cx="7.5326638"
197
- cy="24.202574"
198
- fx="7.5326638"
199
- fy="24.202574"
200
- r="8.2452128"
201
- gradientTransform="matrix(4.100086,-1.627292e-17,2.125447e-14,4.201322,-25.41506,-78.53967)"
202
- gradientUnits="userSpaceOnUse" /><radialGradient
203
- inkscape:collect="always"
204
- xlink:href="#linearGradient2307"
205
- id="radialGradient2313"
206
- cx="19.985598"
207
- cy="36.77816"
208
- fx="19.985598"
209
- fy="36.77816"
210
- r="1.0821035"
211
- gradientTransform="matrix(1.125263,0.000000,0.000000,0.982744,-3.428678,0.565787)"
212
- gradientUnits="userSpaceOnUse" /><radialGradient
213
- inkscape:collect="always"
214
- xlink:href="#linearGradient2319"
215
- id="radialGradient2325"
216
- cx="20.443665"
217
- cy="37.425829"
218
- fx="20.443665"
219
- fy="37.425829"
220
- r="1.0821035"
221
- gradientTransform="matrix(1.125263,0.000000,0.000000,0.982744,-3.428678,0.731106)"
222
- gradientUnits="userSpaceOnUse" /><linearGradient
223
- inkscape:collect="always"
224
- xlink:href="#linearGradient2329"
225
- id="linearGradient2335"
226
- x1="17.602522"
227
- y1="26.057423"
228
- x2="17.682528"
229
- y2="32.654099"
230
- gradientUnits="userSpaceOnUse"
231
- gradientTransform="matrix(0.898789,0,0,1.071914,0.478025,-2.080838)" /><radialGradient
232
- inkscape:collect="always"
233
- xlink:href="#linearGradient2341"
234
- id="radialGradient2339"
235
- gradientUnits="userSpaceOnUse"
236
- gradientTransform="matrix(4.100086,1.627292e-17,2.125447e-14,-4.201322,-5.198109,105.3535)"
237
- cx="11.68129"
238
- cy="19.554111"
239
- fx="11.68129"
240
- fy="19.554111"
241
- r="8.2452126" /><radialGradient
242
- inkscape:collect="always"
243
- xlink:href="#linearGradient2349"
244
- id="radialGradient2355"
245
- cx="24.023088"
246
- cy="40.56913"
247
- fx="24.023088"
248
- fy="40.56913"
249
- r="16.28684"
250
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.431250,1.157278e-15,23.07369)"
251
- gradientUnits="userSpaceOnUse" /><radialGradient
252
- inkscape:collect="always"
253
- xlink:href="#linearGradient2368"
254
- id="radialGradient2374"
255
- cx="29.913452"
256
- cy="30.442923"
257
- fx="29.913452"
258
- fy="30.442923"
259
- r="4.0018832"
260
- gradientTransform="matrix(3.751495,-2.191984e-22,1.723265e-22,3.147818,-82.00907,-65.70704)"
261
- gradientUnits="userSpaceOnUse" /><radialGradient
262
- inkscape:collect="always"
263
- xlink:href="#linearGradient2378"
264
- id="radialGradient2384"
265
- cx="24.195112"
266
- cy="10.577631"
267
- fx="24.195112"
268
- fy="10.577631"
269
- r="15.242914"
270
- gradientTransform="matrix(1.125263,-3.585417e-8,4.269819e-8,1.340059,-3.006704,1.355395)"
271
- gradientUnits="userSpaceOnUse" /><linearGradient
272
- inkscape:collect="always"
273
- xlink:href="#linearGradient2390"
274
- id="linearGradient2396"
275
- x1="30.603519"
276
- y1="37.337803"
277
- x2="30.603519"
278
- y2="36.112415"
279
- gradientUnits="userSpaceOnUse"
280
- gradientTransform="matrix(1.263867,0,0,0.859794,-6.499556,8.390924)" /><linearGradient
281
- inkscape:collect="always"
282
- xlink:href="#linearGradient2406"
283
- id="linearGradient2412"
284
- x1="17.850183"
285
- y1="28.939463"
286
- x2="19.040216"
287
- y2="41.03223"
288
- gradientUnits="userSpaceOnUse"
289
- gradientTransform="matrix(0.888785,0,0,1.08932,2.41099,-1.524336)" /></defs><sodipodi:namedview
290
- inkscape:cy="27.284079"
291
- inkscape:cx="24.611376"
292
- inkscape:zoom="1"
293
- inkscape:window-height="691"
294
- inkscape:window-width="872"
295
- inkscape:pageshadow="2"
296
- inkscape:pageopacity="0.0"
297
- borderopacity="0.21568627"
298
- bordercolor="#666666"
299
- pagecolor="#ffffff"
300
- id="base"
301
- inkscape:showpageshadow="false"
302
- inkscape:window-x="622"
303
- inkscape:window-y="413"
304
- inkscape:current-layer="svg2"
305
- fill="#555753"
306
- showgrid="false"
307
- stroke="#a40000"
308
- showguides="true"
309
- inkscape:guide-bbox="true" />
310
- <path
311
- sodipodi:type="arc"
312
- style="opacity:0.61363639;color:#000000;fill:url(#radialGradient2355);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
313
- id="path2347"
314
- sodipodi:cx="24.023088"
315
- sodipodi:cy="40.56913"
316
- sodipodi:rx="16.28684"
317
- sodipodi:ry="7.0236998"
318
- d="M 40.309929 40.56913 A 16.28684 7.0236998 0 1 1 7.736248,40.56913 A 16.28684 7.0236998 0 1 1 40.309929 40.56913 z"
319
- transform="matrix(1.265920,0.000000,0.000000,0.815407,-6.271199,9.151184)" /><path
320
- style="color:#000000;fill:url(#linearGradient1514);fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1.0000006;stroke-linecap:butt;stroke-linejoin:miter;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"
321
- d="M 21.619576,8.1833733 L 27.577035,8.1833733 C 28.416767,8.1833733 41.46351,23.618701 41.46351,24.524032 L 41.019989,43.020777 C 41.019989,43.92611 40.343959,44.654954 39.504227,44.654954 L 8.0469496,44.654954 C 7.2072167,44.654954 6.5311871,43.92611 6.5311871,43.020777 L 6.5876651,24.524032 C 6.5876651,23.618701 20.779844,8.1833733 21.619576,8.1833733 z "
322
- id="rect1512"
323
- sodipodi:nodetypes="ccccccccc" /><path
324
- style="fill:none"
325
- id="path5"
326
- d="M 46.963575,45.735573 L 1.6386762,45.735573 L 1.6386762,0.41067554 L 46.963575,0.41067554 L 46.963575,45.735573 z " /><path
327
- style="fill:url(#linearGradient2335);fill-opacity:1;fill-rule:evenodd"
328
- id="path2327"
329
- d="M 23,29 L 22.954256,44.090942 L 11.111465,44.090942 L 11,29 L 23,29 z "
330
- clip-rule="evenodd"
331
- sodipodi:nodetypes="ccccc" /><path
332
- sodipodi:nodetypes="ccccccccc"
333
- id="path2357"
334
- d="M 21.780459,9.405584 L 27.339556,9.405584 C 28.123138,9.405584 40.340425,23.805172 40.340425,24.649756 L 39.993267,42.862067 C 39.993267,43.321326 39.84953,43.515532 39.480892,43.515532 L 8.0936894,43.529812 C 7.7250517,43.529812 7.5097258,43.449894 7.5097258,43.076262 L 7.7250676,24.649756 C 7.7250676,23.805172 20.99688,9.405584 21.780459,9.405584 z "
335
- style="opacity:0.3125;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;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" /><path
336
- clip-rule="evenodd"
337
- d="M 7.2075295,27.943053 L 7.1532728,30.538247 L 25.521437,17.358993 L 40.807832,28.513421 L 40.879142,28.201707 L 24.508686,12.297576 L 7.2075295,27.943053 z "
338
- id="path23"
339
- style="opacity:0.2;fill:url(#radialGradient2384);fill-opacity:1;fill-rule:evenodd"
340
- sodipodi:nodetypes="ccccccc" /><path
341
- clip-rule="evenodd"
342
- d="M 22,30 L 22,44.090942 L 12.188971,44.090942 L 12,30 L 22,30 z "
343
- id="path188"
344
- style="fill:url(#linearGradient2412);fill-opacity:1;fill-rule:evenodd"
345
- sodipodi:nodetypes="ccccc" /><path
346
- style="opacity:0.40909089;fill:url(#radialGradient2325);fill-opacity:1;fill-rule:evenodd"
347
- id="path2315"
348
- d="M 19.576856,36.44767 C 20.249646,36.44767 20.793472,36.922275 20.793472,37.506177 C 20.793472,38.095988 20.249646,38.574532 19.576856,38.574532 C 18.904584,38.574532 18.35817,38.095988 18.35817,37.506177 C 18.358685,36.922275 18.904584,36.44767 19.576856,36.44767 z "
349
- clip-rule="evenodd" /><path
350
- clip-rule="evenodd"
351
- d="M 19.462314,35.932229 C 20.135103,35.932229 20.678929,36.406834 20.678929,36.990736 C 20.678929,37.580545 20.135103,38.059089 19.462314,38.059089 C 18.790041,38.059089 18.243627,37.580545 18.243627,36.990736 C 18.244142,36.406834 18.790041,35.932229 19.462314,35.932229 z "
352
- id="path217"
353
- style="fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd" /><path
354
- d="M 24.447748,11.559337 L 43.374808,28.729205 L 43.869487,29.121196 L 44.273163,28.949811 L 43.900293,28.188138 L 43.622679,27.964702 L 24.447748,12.392396 L 5.0582327,28.135731 L 4.8206309,28.279851 L 4.603921,28.986637 L 5.0373408,29.115885 L 5.4218948,28.807462 L 24.447748,11.559337 z "
355
- id="path342"
356
- style="fill:url(#XMLID_39_)"
357
- sodipodi:nodetypes="ccccccccccccc" /><path
358
- style="fill:#ef2929;stroke:#a40000"
359
- id="path362"
360
- d="M 24.330168,2.2713382 L 2.4484294,20.372675 L 1.8237005,27.538603 L 3.8236367,29.602926 C 3.8236367,29.602926 24.231018,12.445641 24.44773,12.274963 L 44.08027,29.818223 L 45.978694,27.494226 L 44.362903,20.382852 L 24.44773,2.1668788 L 24.330168,2.2713382 z "
361
- sodipodi:nodetypes="cccccccccc" />
362
- <path
363
- style="opacity:0.40909089;color:#000000;fill:url(#radialGradient2305);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
364
- d="M 2.8413446,20.613129 L 2.5497894,27.236494 L 24.369219,8.980075 L 24.298891,3.0867443 L 2.8413446,20.613129 z "
365
- id="path1536"
366
- sodipodi:nodetypes="ccccc" /><path
367
- sodipodi:nodetypes="ccccc"
368
- id="path2337"
369
- d="M 24.483763,8.7509884 L 24.583223,2.9098867 L 43.912186,20.56184 L 45.403998,27.062652 L 24.483763,8.7509884 z "
370
- style="opacity:0.13636367;color:#000000;fill:url(#radialGradient2339);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path
371
- style="opacity:0.31818183;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999934;stroke-linecap:butt;stroke-linejoin:miter;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"
372
- d="M 27.102228,27.719824 L 36.142223,27.719824 C 36.912818,27.719824 37.53319,28.340194 37.53319,29.110791 L 37.525229,38.190012 C 37.525229,38.960608 36.928907,39.455981 36.158311,39.455981 L 27.102228,39.455981 C 26.331631,39.455981 25.711261,38.835608 25.711261,38.065012 L 25.711261,29.110791 C 25.711261,28.340194 26.331631,27.719824 27.102228,27.719824 z "
373
- id="rect2361"
374
- sodipodi:nodetypes="ccccccccc" /><rect
375
- style="opacity:1;color:#000000;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
376
- id="rect3263"
377
- width="10.001333"
378
- height="9.9624557"
379
- x="26.507767"
380
- y="28.514256"
381
- rx="0.38128215"
382
- ry="0.38128215" /><path
383
- style="opacity:0.39772728;color:#000000;fill:url(#radialGradient2374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
384
- d="M 27.107118,34.408261 C 30.725101,34.739438 32.634842,32.962557 35.97527,32.855521 L 36,29.00603 L 27.088388,29 L 27.107118,34.408261 z "
385
- id="rect2363"
386
- sodipodi:nodetypes="ccccc" /></svg>
Binary file
@@ -1,163 +0,0 @@
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
- width="48px"
13
- height="48px"
14
- id="svg1800"
15
- sodipodi:version="0.32"
16
- inkscape:version="0.43+devel"
17
- sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/emblems"
18
- sodipodi:docname="emblem-important.svg"
19
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
20
- <defs
21
- id="defs3">
22
- <linearGradient
23
- inkscape:collect="always"
24
- id="linearGradient3101">
25
- <stop
26
- style="stop-color:#000000;stop-opacity:1;"
27
- offset="0"
28
- id="stop3103" />
29
- <stop
30
- style="stop-color:#000000;stop-opacity:0;"
31
- offset="1"
32
- id="stop3105" />
33
- </linearGradient>
34
- <radialGradient
35
- inkscape:collect="always"
36
- xlink:href="#linearGradient3101"
37
- id="radialGradient3107"
38
- cx="17.3125"
39
- cy="25.53125"
40
- fx="17.3125"
41
- fy="25.53125"
42
- r="9.6875"
43
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.351613,1.292803e-15,16.55413)"
44
- gradientUnits="userSpaceOnUse" />
45
- </defs>
46
- <sodipodi:namedview
47
- fill="#edd400"
48
- id="base"
49
- pagecolor="#ffffff"
50
- bordercolor="#666666"
51
- borderopacity="0.20392157"
52
- inkscape:pageopacity="0.0"
53
- inkscape:pageshadow="2"
54
- inkscape:zoom="1"
55
- inkscape:cx="66.140367"
56
- inkscape:cy="14.79073"
57
- inkscape:current-layer="layer1"
58
- showgrid="false"
59
- inkscape:grid-bbox="true"
60
- inkscape:document-units="px"
61
- inkscape:showpageshadow="false"
62
- inkscape:window-width="872"
63
- inkscape:window-height="891"
64
- inkscape:window-x="370"
65
- inkscape:window-y="110" />
66
- <metadata
67
- id="metadata4">
68
- <rdf:RDF>
69
- <cc:Work
70
- rdf:about="">
71
- <dc:format>image/svg+xml</dc:format>
72
- <dc:type
73
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
74
- <cc:license
75
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
76
- <dc:title>Emblem Important</dc:title>
77
- <dc:creator>
78
- <cc:Agent>
79
- <dc:title>Jakub Steiner</dc:title>
80
- </cc:Agent>
81
- </dc:creator>
82
- <dc:subject>
83
- <rdf:Bag>
84
- <rdf:li>emblem</rdf:li>
85
- <rdf:li>photos</rdf:li>
86
- <rdf:li>pictures</rdf:li>
87
- <rdf:li>raw</rdf:li>
88
- <rdf:li>jpeg</rdf:li>
89
- </rdf:Bag>
90
- </dc:subject>
91
- </cc:Work>
92
- <cc:License
93
- rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
94
- <cc:permits
95
- rdf:resource="http://web.resource.org/cc/Reproduction" />
96
- <cc:permits
97
- rdf:resource="http://web.resource.org/cc/Distribution" />
98
- <cc:requires
99
- rdf:resource="http://web.resource.org/cc/Notice" />
100
- <cc:requires
101
- rdf:resource="http://web.resource.org/cc/Attribution" />
102
- <cc:permits
103
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
104
- <cc:requires
105
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
106
- </cc:License>
107
- </rdf:RDF>
108
- </metadata>
109
- <g
110
- id="layer1"
111
- inkscape:label="Layer 1"
112
- inkscape:groupmode="layer">
113
- <path
114
- sodipodi:type="arc"
115
- style="opacity:0.40909091;color:#000000;fill:url(#radialGradient3107);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.1053395;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
116
- id="path3099"
117
- sodipodi:cx="17.312500"
118
- sodipodi:cy="25.531250"
119
- sodipodi:rx="9.6875000"
120
- sodipodi:ry="3.4062500"
121
- d="M 27.000000 25.531250 A 9.6875000 3.4062500 0 1 1 7.6250000,25.531250 A 9.6875000 3.4062500 0 1 1 27.000000 25.531250 z"
122
- transform="matrix(2.182912,0.000000,0.000000,2.182912,-13.50372,-14.35012)" />
123
- <path
124
- sodipodi:type="arc"
125
- style="opacity:1.0000000;fill:#f57900;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#914900;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
126
- id="path1650"
127
- sodipodi:cx="24.130018"
128
- sodipodi:cy="23.428040"
129
- sodipodi:rx="22.008699"
130
- sodipodi:ry="21.213203"
131
- d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
132
- transform="matrix(0.944630,0.000000,0.000000,0.980053,1.504174,-1.556912)" />
133
- <path
134
- sodipodi:type="arc"
135
- style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#fcaf3e;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
136
- id="path3392"
137
- sodipodi:cx="24.130018"
138
- sodipodi:cy="23.428040"
139
- sodipodi:rx="22.008699"
140
- sodipodi:ry="21.213203"
141
- d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
142
- transform="matrix(0.914086,0.000000,0.000000,0.948364,2.380576,-0.905815)" />
143
- <path
144
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
145
- d="M 21.464926,10.373268 C 21.336952,10.373268 21.230316,10.547762 21.230316,10.757175 L 22.295085,25.197999 C 22.295085,25.407412 22.401721,25.581906 22.529695,25.581907 C 22.529695,25.581907 23.370516,25.593810 24.063684,25.581907 C 24.292022,25.577986 24.361898,25.602219 24.568998,25.581907 C 25.262166,25.593810 26.102987,25.581907 26.102987,25.581907 C 26.230961,25.581907 26.337597,25.407412 26.337597,25.197999 L 27.402366,10.757175 C 27.402366,10.547762 27.295730,10.402799 27.167755,10.402799 L 24.587044,10.402799 C 24.577532,10.400862 24.578842,10.373268 24.568998,10.373268 L 21.464926,10.373268 z "
146
- id="rect1872" />
147
- <path
148
- sodipodi:type="arc"
149
- style="opacity:1.0000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
150
- id="path2062"
151
- sodipodi:cx="-16.437500"
152
- sodipodi:cy="34.062500"
153
- sodipodi:rx="4.5625000"
154
- sodipodi:ry="3.8125000"
155
- d="M -11.875000 34.062500 A 4.5625000 3.8125000 0 1 1 -21.000000,34.062500 A 4.5625000 3.8125000 0 1 1 -11.875000 34.062500 z"
156
- transform="matrix(0.504864,0.000000,0.000000,0.604182,32.65935,9.608845)" />
157
- <path
158
- style="fill:#fffeff;fill-opacity:0.21390374;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
159
- d="M 43.676426,20.476780 C 43.676426,31.307396 37.624257,16.170581 25.001688,20.863168 C 12.279172,25.592912 4.4350535,31.307396 4.4350535,20.476780 C 4.4350535,9.6461627 13.225120,0.85609769 24.055740,0.85609769 C 34.886359,0.85609769 43.676426,9.6461627 43.676426,20.476780 z "
160
- id="path3068"
161
- sodipodi:nodetypes="czssc" />
162
- </g>
163
- </svg>