ruby-vpi 7.3.0 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HEADER +19 -4
- data/HISTORY +34 -1
- data/MEMO +2 -2
- data/README +14 -1
- data/Rakefile +39 -66
- data/bin/generate_test.rb +5 -23
- data/bin/generate_test_tpl/bench.rb +1 -1
- data/bin/generate_test_tpl/bench.v +2 -2
- data/bin/generate_test_tpl/proto.rb +8 -3
- data/bin/header_to_ruby.rb +3 -3
- data/doc/Rakefile +9 -26
- data/doc/{xhtml/background.html → background.html} +1 -1
- data/doc/{xhtml/background.methodology.html → background.methodology.html} +1 -1
- data/doc/{xhtml/background.organization.html → background.organization.html} +1 -1
- data/doc/{xhtml/background.running-tests.html → background.running-tests.html} +0 -0
- data/doc/{xhtml/background.terminology.html → background.terminology.html} +0 -0
- data/doc/{src/figures → figures}/organization.png +0 -0
- data/doc/{src/figures → figures}/organization_detailed.png +0 -0
- data/doc/{src/figures → figures}/ruby_init.png +0 -0
- data/doc/{src/figures → figures}/ruby_relay.png +0 -0
- data/doc/{xhtml/gfdl-0.html → gfdl-0.html} +0 -0
- data/doc/{xhtml/gfdl-1.html → gfdl-1.html} +0 -0
- data/doc/{xhtml/gfdl-10.html → gfdl-10.html} +0 -0
- data/doc/{xhtml/gfdl-2.html → gfdl-2.html} +0 -0
- data/doc/{xhtml/gfdl-3.html → gfdl-3.html} +0 -0
- data/doc/{xhtml/gfdl-4.html → gfdl-4.html} +0 -0
- data/doc/{xhtml/gfdl-5.html → gfdl-5.html} +0 -0
- data/doc/{xhtml/gfdl-6.html → gfdl-6.html} +0 -0
- data/doc/{xhtml/gfdl-7.html → gfdl-7.html} +0 -0
- data/doc/{xhtml/gfdl-8.html → gfdl-8.html} +0 -0
- data/doc/{xhtml/gfdl-9.html → gfdl-9.html} +0 -0
- data/doc/{xhtml/gfdl-addendum.html → gfdl-addendum.html} +0 -0
- data/doc/{xhtml/gfdl.html → gfdl.html} +0 -0
- data/doc/glossary.html +3 -0
- data/doc/{src/images → images}/COPYING +0 -0
- data/doc/{src/images → images}/ChangeLog +0 -0
- data/doc/{src/images → images}/blank.png +0 -0
- data/doc/{src/images → images}/callouts/1.png +0 -0
- data/doc/{src/images → images}/callouts/10.png +0 -0
- data/doc/{src/images → images}/callouts/11.png +0 -0
- data/doc/{src/images → images}/callouts/12.png +0 -0
- data/doc/{src/images → images}/callouts/13.png +0 -0
- data/doc/{src/images → images}/callouts/14.png +0 -0
- data/doc/{src/images → images}/callouts/15.png +0 -0
- data/doc/{src/images → images}/callouts/2.png +0 -0
- data/doc/{src/images → images}/callouts/3.png +0 -0
- data/doc/{src/images → images}/callouts/4.png +0 -0
- data/doc/{src/images → images}/callouts/5.png +0 -0
- data/doc/{src/images → images}/callouts/6.png +0 -0
- data/doc/{src/images → images}/callouts/7.png +0 -0
- data/doc/{src/images → images}/callouts/8.png +0 -0
- data/doc/{src/images → images}/callouts/9.png +0 -0
- data/doc/{src/images → images}/callouts/ChangeLog +0 -0
- data/doc/{src/images → images}/caution.png +0 -0
- data/doc/{src/images → images}/caution.svg +0 -0
- data/doc/{src/images → images}/copyright +0 -0
- data/doc/{src/images → images}/draft.png +0 -0
- data/doc/{src/images → images}/home.png +0 -0
- data/doc/{src/images → images}/home.svg +0 -0
- data/doc/{src/images → images}/important.png +0 -0
- data/doc/{src/images → images}/important.svg +0 -0
- data/doc/{src/images → images}/next.png +0 -0
- data/doc/{src/images → images}/next.svg +0 -0
- data/doc/{src/images → images}/note.png +0 -0
- data/doc/{src/images → images}/note.svg +0 -0
- data/doc/{src/images → images}/prev.png +0 -0
- data/doc/{src/images → images}/prev.svg +0 -0
- data/doc/{src/images → images}/tip.png +0 -0
- data/doc/{src/images → images}/tip.svg +0 -0
- data/doc/{src/images → images}/toc-blank.png +0 -0
- data/doc/{src/images → images}/toc-minus.png +0 -0
- data/doc/{src/images → images}/toc-plus.png +0 -0
- data/doc/{src/images → images}/up.png +0 -0
- data/doc/{src/images → images}/up.svg +0 -0
- data/doc/{src/images → images}/warning.png +0 -0
- data/doc/{src/images → images}/warning.svg +0 -0
- data/doc/{xhtml/index.html → index.html} +2 -2
- data/doc/{xhtml/introduction.html → introduction.html} +0 -0
- data/doc/{xhtml/introduction.license.html → introduction.license.html} +0 -0
- data/doc/{xhtml/introduction.manifest.html → introduction.manifest.html} +1 -1
- data/doc/{xhtml/introduction.related-works.html → introduction.related-works.html} +0 -0
- data/doc/{xhtml/introduction.resources.html → introduction.resources.html} +1 -1
- data/doc/{txt/manual.txt → manual.txt} +50 -49
- data/doc/{xhtml/problem.ivl.html → problem.ivl.html} +0 -0
- data/doc/{xhtml/problems.html → problems.html} +0 -0
- data/doc/{xhtml/problems.ruby.html → problems.ruby.html} +0 -0
- data/doc/{xhtml/problems.vsim.html → problems.vsim.html} +0 -0
- data/doc/src/manual.xml +53 -39
- data/doc/src/shared.dtd +1 -2
- data/doc/{xhtml/styles → styles}/manual.css +6 -10
- data/doc/{xhtml/usage.examples.html → usage.examples.html} +0 -0
- data/doc/{xhtml/usage.html → usage.html} +0 -0
- data/doc/{xhtml/usage.installation.html → usage.installation.html} +0 -0
- data/doc/{xhtml/usage.requirements.html → usage.requirements.html} +0 -0
- data/doc/{xhtml/usage.tools.html → usage.tools.html} +0 -0
- data/doc/{xhtml/usage.tutorial.html → usage.tutorial.html} +14 -18
- data/gem_extconf.rb +1 -1
- data/header.html +18 -4
- data/header.part.html +18 -4
- data/history.html +87 -5
- data/history.part.html +69 -1
- data/lib/ruby-vpi.rb +5 -5
- data/lib/ruby-vpi/rcov.rb +2 -2
- data/lib/ruby-vpi/runner.rb +4 -7
- data/lib/ruby-vpi/vpi_util.rb +2 -2
- data/memo.html +23 -9
- data/memo.part.html +5 -5
- data/readme.html +40 -5
- data/readme.part.html +22 -1
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +1 -1
- data/ref/c/functions.html +1 -1
- data/ref/c/functions_vars.html +1 -1
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +1 -1
- data/ref/c/globals_0x73.html +1 -1
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +1 -1
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +1 -1
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +1 -1
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +1 -1
- data/ref/c/hierarchy.html +1 -1
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8cin.html +1 -1
- data/ref/c/relay_8hin.html +1 -1
- data/ref/c/ruby-vpi_8c.html +1 -1
- data/ref/c/structrelay____RubyOptions____def.html +1 -1
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/swig_8cin.html +1 -1
- data/ref/c/swig_8hin.html +1 -1
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8cin.html +1 -1
- data/ref/c/vlog_8hin.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/OutputInfo.src/M000014.html +36 -36
- data/ref/ruby/classes/{RubyVPI.html → RubyVpi.html} +6 -6
- data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000075.html +5 -5
- data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000076.html +2 -2
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000070.html +2 -2
- data/ref/ruby/classes/Template.src/M000015.html +4 -4
- data/ref/ruby/classes/XX.html +4 -4
- data/ref/ruby/classes/XX/XHTML.html +5 -5
- data/ref/ruby/classes/XX/XHTML.src/{M000024.html → M000023.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Strict.src/{M000026.html → M000025.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000025.html → M000024.html} +0 -0
- data/ref/ruby/classes/XX/XMLish.html +5 -5
- data/ref/ruby/classes/XX/XMLish.src/{M000023.html → M000026.html} +0 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +7 -39
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +15 -15
- data/ref/ruby/files/bin/header_to_ruby_rb.html +12 -4
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +2 -7
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000002.html +6 -6
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/xx_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +1 -1
- data/ref/ruby/fr_method_index.html +10 -10
- data/samp/counter/counter_rspecTest_bench.rb +1 -1
- data/samp/counter/counter_rspecTest_proto.rb +1 -1
- data/samp/counter/counter_unitTest_bench.rb +1 -1
- data/samp/counter/counter_unitTest_proto.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_bench.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +1 -1
- metadata +183 -237
- data/doc/src/styles/manual.css +0 -87
- data/doc/xhtml/figures/organization.png +0 -0
- data/doc/xhtml/figures/organization_detailed.png +0 -0
- data/doc/xhtml/figures/ruby_init.png +0 -0
- data/doc/xhtml/figures/ruby_relay.png +0 -0
- data/doc/xhtml/glossary.html +0 -3
- data/doc/xhtml/images/COPYING +0 -67
- data/doc/xhtml/images/ChangeLog +0 -27
- data/doc/xhtml/images/blank.png +0 -0
- data/doc/xhtml/images/callouts/1.png +0 -0
- data/doc/xhtml/images/callouts/10.png +0 -0
- data/doc/xhtml/images/callouts/11.png +0 -0
- data/doc/xhtml/images/callouts/12.png +0 -0
- data/doc/xhtml/images/callouts/13.png +0 -0
- data/doc/xhtml/images/callouts/14.png +0 -0
- data/doc/xhtml/images/callouts/15.png +0 -0
- data/doc/xhtml/images/callouts/2.png +0 -0
- data/doc/xhtml/images/callouts/3.png +0 -0
- data/doc/xhtml/images/callouts/4.png +0 -0
- data/doc/xhtml/images/callouts/5.png +0 -0
- data/doc/xhtml/images/callouts/6.png +0 -0
- data/doc/xhtml/images/callouts/7.png +0 -0
- data/doc/xhtml/images/callouts/8.png +0 -0
- data/doc/xhtml/images/callouts/9.png +0 -0
- data/doc/xhtml/images/callouts/ChangeLog +0 -15
- data/doc/xhtml/images/caution.png +0 -0
- data/doc/xhtml/images/caution.svg +0 -290
- data/doc/xhtml/images/copyright +0 -55
- data/doc/xhtml/images/draft.png +0 -0
- data/doc/xhtml/images/home.png +0 -0
- data/doc/xhtml/images/home.svg +0 -386
- data/doc/xhtml/images/important.png +0 -0
- data/doc/xhtml/images/important.svg +0 -163
- data/doc/xhtml/images/next.png +0 -0
- data/doc/xhtml/images/next.svg +0 -191
- data/doc/xhtml/images/note.png +0 -0
- data/doc/xhtml/images/note.svg +0 -483
- data/doc/xhtml/images/prev.png +0 -0
- data/doc/xhtml/images/prev.svg +0 -852
- data/doc/xhtml/images/tip.png +0 -0
- data/doc/xhtml/images/tip.svg +0 -1145
- data/doc/xhtml/images/toc-blank.png +0 -0
- data/doc/xhtml/images/toc-minus.png +0 -0
- data/doc/xhtml/images/toc-plus.png +0 -0
- data/doc/xhtml/images/up.png +0 -0
- data/doc/xhtml/images/up.svg +0 -195
- data/doc/xhtml/images/warning.png +0 -0
- data/doc/xhtml/images/warning.svg +0 -334
data/doc/xhtml/images/prev.png
DELETED
Binary file
|
data/doc/xhtml/images/prev.svg
DELETED
@@ -1,852 +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
|
-
sodipodi:docname="go-previous.svg"
|
13
|
-
sodipodi:docbase="/home/andreas/projekt/tango/scalable"
|
14
|
-
inkscape:version="0.42+0.43pre2"
|
15
|
-
sodipodi:version="0.32"
|
16
|
-
id="svg11300"
|
17
|
-
height="48px"
|
18
|
-
width="48px"
|
19
|
-
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
|
20
|
-
inkscape:export-xdpi="90.000000"
|
21
|
-
inkscape:export-ydpi="90.000000">
|
22
|
-
<defs
|
23
|
-
id="defs3">
|
24
|
-
<linearGradient
|
25
|
-
id="linearGradient2591">
|
26
|
-
<stop
|
27
|
-
style="stop-color:#73d216"
|
28
|
-
offset="0"
|
29
|
-
id="stop2593" />
|
30
|
-
<stop
|
31
|
-
style="stop-color:#4e9a06"
|
32
|
-
offset="1.0000000"
|
33
|
-
id="stop2595" />
|
34
|
-
</linearGradient>
|
35
|
-
<linearGradient
|
36
|
-
id="linearGradient10314">
|
37
|
-
<stop
|
38
|
-
style="stop-color:#7ea5d6;stop-opacity:1.0000000;"
|
39
|
-
offset="0.0000000"
|
40
|
-
id="stop10316" />
|
41
|
-
<stop
|
42
|
-
style="stop-color:#467ec5;stop-opacity:1.0000000;"
|
43
|
-
offset="1.0000000"
|
44
|
-
id="stop10318" />
|
45
|
-
</linearGradient>
|
46
|
-
<linearGradient
|
47
|
-
id="linearGradient8938">
|
48
|
-
<stop
|
49
|
-
id="stop8940"
|
50
|
-
offset="0.0000000"
|
51
|
-
style="stop-color:#fdc674;stop-opacity:1.0000000;" />
|
52
|
-
<stop
|
53
|
-
id="stop8942"
|
54
|
-
offset="1.0000000"
|
55
|
-
style="stop-color:#d88103;stop-opacity:1.0000000;" />
|
56
|
-
</linearGradient>
|
57
|
-
<linearGradient
|
58
|
-
id="linearGradient8662"
|
59
|
-
inkscape:collect="always">
|
60
|
-
<stop
|
61
|
-
id="stop8664"
|
62
|
-
offset="0"
|
63
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
64
|
-
<stop
|
65
|
-
id="stop8666"
|
66
|
-
offset="1"
|
67
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
68
|
-
</linearGradient>
|
69
|
-
<linearGradient
|
70
|
-
id="linearGradient8650"
|
71
|
-
inkscape:collect="always">
|
72
|
-
<stop
|
73
|
-
id="stop8652"
|
74
|
-
offset="0"
|
75
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
76
|
-
<stop
|
77
|
-
id="stop8654"
|
78
|
-
offset="1"
|
79
|
-
style="stop-color:#ffffff;stop-opacity:0;" />
|
80
|
-
</linearGradient>
|
81
|
-
<linearGradient
|
82
|
-
id="linearGradient7636"
|
83
|
-
inkscape:collect="always">
|
84
|
-
<stop
|
85
|
-
id="stop7638"
|
86
|
-
offset="0"
|
87
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
88
|
-
<stop
|
89
|
-
id="stop7640"
|
90
|
-
offset="1"
|
91
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
92
|
-
</linearGradient>
|
93
|
-
<linearGradient
|
94
|
-
id="linearGradient7614">
|
95
|
-
<stop
|
96
|
-
id="stop7616"
|
97
|
-
offset="0.0000000"
|
98
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
99
|
-
<stop
|
100
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
101
|
-
offset="0.21590909"
|
102
|
-
id="stop7649" />
|
103
|
-
<stop
|
104
|
-
style="stop-color:#838383;stop-opacity:1.0000000;"
|
105
|
-
offset="0.50000000"
|
106
|
-
id="stop7632" />
|
107
|
-
<stop
|
108
|
-
id="stop7618"
|
109
|
-
offset="1"
|
110
|
-
style="stop-color:#838383;stop-opacity:0;" />
|
111
|
-
</linearGradient>
|
112
|
-
<linearGradient
|
113
|
-
id="linearGradient7608">
|
114
|
-
<stop
|
115
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
116
|
-
offset="0.0000000"
|
117
|
-
id="stop7610" />
|
118
|
-
<stop
|
119
|
-
id="stop7622"
|
120
|
-
offset="0.46022728"
|
121
|
-
style="stop-color:#e3e3e3;stop-opacity:1.0000000;" />
|
122
|
-
<stop
|
123
|
-
style="stop-color:#dadada;stop-opacity:0.67058824;"
|
124
|
-
offset="0.61970556"
|
125
|
-
id="stop7624" />
|
126
|
-
<stop
|
127
|
-
style="stop-color:#d1d1d1;stop-opacity:0.34285715;"
|
128
|
-
offset="1.0000000"
|
129
|
-
id="stop7612" />
|
130
|
-
</linearGradient>
|
131
|
-
<linearGradient
|
132
|
-
id="linearGradient7602">
|
133
|
-
<stop
|
134
|
-
id="stop7604"
|
135
|
-
offset="0.0000000"
|
136
|
-
style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
|
137
|
-
<stop
|
138
|
-
id="stop7606"
|
139
|
-
offset="1.0000000"
|
140
|
-
style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
|
141
|
-
</linearGradient>
|
142
|
-
<linearGradient
|
143
|
-
id="linearGradient7586">
|
144
|
-
<stop
|
145
|
-
id="stop7588"
|
146
|
-
offset="0.0000000"
|
147
|
-
style="stop-color:#525252;stop-opacity:1.0000000;" />
|
148
|
-
<stop
|
149
|
-
id="stop7590"
|
150
|
-
offset="1.0000000"
|
151
|
-
style="stop-color:#000000;stop-opacity:1.0000000;" />
|
152
|
-
</linearGradient>
|
153
|
-
<linearGradient
|
154
|
-
inkscape:collect="always"
|
155
|
-
id="linearGradient12836">
|
156
|
-
<stop
|
157
|
-
style="stop-color:#515152;stop-opacity:1;"
|
158
|
-
offset="0"
|
159
|
-
id="stop12838" />
|
160
|
-
<stop
|
161
|
-
style="stop-color:#515152;stop-opacity:0;"
|
162
|
-
offset="1"
|
163
|
-
id="stop12840" />
|
164
|
-
</linearGradient>
|
165
|
-
<linearGradient
|
166
|
-
id="linearGradient12828">
|
167
|
-
<stop
|
168
|
-
style="stop-color:#cccccd;stop-opacity:1.0000000;"
|
169
|
-
offset="0.0000000"
|
170
|
-
id="stop12830" />
|
171
|
-
<stop
|
172
|
-
id="stop12862"
|
173
|
-
offset="0.0000000"
|
174
|
-
style="stop-color:#adadae;stop-opacity:1.0000000;" />
|
175
|
-
<stop
|
176
|
-
style="stop-color:#8f8f90;stop-opacity:0.0000000;"
|
177
|
-
offset="1.0000000"
|
178
|
-
id="stop12832" />
|
179
|
-
</linearGradient>
|
180
|
-
<linearGradient
|
181
|
-
id="linearGradient12810">
|
182
|
-
<stop
|
183
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
184
|
-
offset="0"
|
185
|
-
id="stop12812" />
|
186
|
-
<stop
|
187
|
-
style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
|
188
|
-
offset="1.0000000"
|
189
|
-
id="stop12814" />
|
190
|
-
</linearGradient>
|
191
|
-
<linearGradient
|
192
|
-
inkscape:collect="always"
|
193
|
-
id="linearGradient11625">
|
194
|
-
<stop
|
195
|
-
style="stop-color:#fce94f;stop-opacity:1;"
|
196
|
-
offset="0"
|
197
|
-
id="stop11627" />
|
198
|
-
<stop
|
199
|
-
style="stop-color:#fce94f;stop-opacity:0;"
|
200
|
-
offset="1"
|
201
|
-
id="stop11629" />
|
202
|
-
</linearGradient>
|
203
|
-
<linearGradient
|
204
|
-
id="linearGradient11615">
|
205
|
-
<stop
|
206
|
-
style="stop-color:#636363;stop-opacity:1.0000000;"
|
207
|
-
offset="0.0000000"
|
208
|
-
id="stop11617" />
|
209
|
-
<stop
|
210
|
-
style="stop-color:#000000;stop-opacity:1.0000000;"
|
211
|
-
offset="1.0000000"
|
212
|
-
id="stop11619" />
|
213
|
-
</linearGradient>
|
214
|
-
<linearGradient
|
215
|
-
id="linearGradient11602">
|
216
|
-
<stop
|
217
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
218
|
-
offset="0.0000000"
|
219
|
-
id="stop11604" />
|
220
|
-
<stop
|
221
|
-
style="stop-color:#c5c5c5;stop-opacity:1.0000000;"
|
222
|
-
offset="1.0000000"
|
223
|
-
id="stop11606" />
|
224
|
-
</linearGradient>
|
225
|
-
<linearGradient
|
226
|
-
id="linearGradient11594">
|
227
|
-
<stop
|
228
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
229
|
-
offset="0"
|
230
|
-
id="stop11596" />
|
231
|
-
<stop
|
232
|
-
style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
|
233
|
-
offset="1.0000000"
|
234
|
-
id="stop11598" />
|
235
|
-
</linearGradient>
|
236
|
-
<linearGradient
|
237
|
-
id="linearGradient11520">
|
238
|
-
<stop
|
239
|
-
style="stop-color:#fbfbfb;stop-opacity:1.0000000;"
|
240
|
-
offset="0.0000000"
|
241
|
-
id="stop11522" />
|
242
|
-
<stop
|
243
|
-
style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
|
244
|
-
offset="1.0000000"
|
245
|
-
id="stop11524" />
|
246
|
-
</linearGradient>
|
247
|
-
<linearGradient
|
248
|
-
inkscape:collect="always"
|
249
|
-
id="linearGradient11508">
|
250
|
-
<stop
|
251
|
-
style="stop-color:#000000;stop-opacity:1;"
|
252
|
-
offset="0"
|
253
|
-
id="stop11510" />
|
254
|
-
<stop
|
255
|
-
style="stop-color:#000000;stop-opacity:0;"
|
256
|
-
offset="1"
|
257
|
-
id="stop11512" />
|
258
|
-
</linearGradient>
|
259
|
-
<linearGradient
|
260
|
-
inkscape:collect="always"
|
261
|
-
id="linearGradient11494">
|
262
|
-
<stop
|
263
|
-
style="stop-color:#ef2929;stop-opacity:1;"
|
264
|
-
offset="0"
|
265
|
-
id="stop11496" />
|
266
|
-
<stop
|
267
|
-
style="stop-color:#ef2929;stop-opacity:0;"
|
268
|
-
offset="1"
|
269
|
-
id="stop11498" />
|
270
|
-
</linearGradient>
|
271
|
-
<linearGradient
|
272
|
-
id="linearGradient11415">
|
273
|
-
<stop
|
274
|
-
style="stop-color:#204a87;stop-opacity:0.0000000;"
|
275
|
-
offset="0.0000000"
|
276
|
-
id="stop11417" />
|
277
|
-
<stop
|
278
|
-
id="stop11423"
|
279
|
-
offset="0.50000000"
|
280
|
-
style="stop-color:#204a87;stop-opacity:1.0000000;" />
|
281
|
-
<stop
|
282
|
-
style="stop-color:#204a87;stop-opacity:0;"
|
283
|
-
offset="1"
|
284
|
-
id="stop11419" />
|
285
|
-
</linearGradient>
|
286
|
-
<linearGradient
|
287
|
-
inkscape:collect="always"
|
288
|
-
id="linearGradient11399">
|
289
|
-
<stop
|
290
|
-
style="stop-color:#000000;stop-opacity:1;"
|
291
|
-
offset="0"
|
292
|
-
id="stop11401" />
|
293
|
-
<stop
|
294
|
-
style="stop-color:#000000;stop-opacity:0;"
|
295
|
-
offset="1"
|
296
|
-
id="stop11403" />
|
297
|
-
</linearGradient>
|
298
|
-
<linearGradient
|
299
|
-
inkscape:collect="always"
|
300
|
-
xlink:href="#linearGradient11415"
|
301
|
-
id="linearGradient11425"
|
302
|
-
gradientUnits="userSpaceOnUse"
|
303
|
-
x1="15.828360"
|
304
|
-
y1="3.7744560"
|
305
|
-
x2="43.615788"
|
306
|
-
y2="34.462429"
|
307
|
-
gradientTransform="translate(-60.28571,-0.285714)" />
|
308
|
-
<linearGradient
|
309
|
-
inkscape:collect="always"
|
310
|
-
xlink:href="#linearGradient11415"
|
311
|
-
id="linearGradient11427"
|
312
|
-
gradientUnits="userSpaceOnUse"
|
313
|
-
x1="9.6957054"
|
314
|
-
y1="9.3458843"
|
315
|
-
x2="35.679932"
|
316
|
-
y2="39.033859"
|
317
|
-
gradientTransform="translate(-60.57143,0.000000)" />
|
318
|
-
<linearGradient
|
319
|
-
inkscape:collect="always"
|
320
|
-
xlink:href="#linearGradient11415"
|
321
|
-
id="linearGradient11439"
|
322
|
-
gradientUnits="userSpaceOnUse"
|
323
|
-
gradientTransform="translate(-60.85714,0.428571)"
|
324
|
-
x1="13.267134"
|
325
|
-
y1="19.774456"
|
326
|
-
x2="26.758644"
|
327
|
-
y2="33.462429" />
|
328
|
-
<radialGradient
|
329
|
-
inkscape:collect="always"
|
330
|
-
xlink:href="#linearGradient11399"
|
331
|
-
id="radialGradient11441"
|
332
|
-
gradientUnits="userSpaceOnUse"
|
333
|
-
gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
|
334
|
-
cx="12.071428"
|
335
|
-
cy="39.142857"
|
336
|
-
fx="12.071428"
|
337
|
-
fy="39.142857"
|
338
|
-
r="8.5000000" />
|
339
|
-
<radialGradient
|
340
|
-
inkscape:collect="always"
|
341
|
-
xlink:href="#linearGradient11494"
|
342
|
-
id="radialGradient11500"
|
343
|
-
cx="27.577173"
|
344
|
-
cy="15.048258"
|
345
|
-
fx="27.577173"
|
346
|
-
fy="15.048258"
|
347
|
-
r="3.8335034"
|
348
|
-
gradientUnits="userSpaceOnUse"
|
349
|
-
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
|
350
|
-
<radialGradient
|
351
|
-
inkscape:collect="always"
|
352
|
-
xlink:href="#linearGradient11494"
|
353
|
-
id="radialGradient11504"
|
354
|
-
gradientUnits="userSpaceOnUse"
|
355
|
-
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
|
356
|
-
cx="27.577173"
|
357
|
-
cy="16.049133"
|
358
|
-
fx="27.577173"
|
359
|
-
fy="16.049133"
|
360
|
-
r="3.8335034" />
|
361
|
-
<radialGradient
|
362
|
-
inkscape:collect="always"
|
363
|
-
xlink:href="#linearGradient11508"
|
364
|
-
id="radialGradient11514"
|
365
|
-
cx="30.203562"
|
366
|
-
cy="44.565483"
|
367
|
-
fx="30.203562"
|
368
|
-
fy="44.565483"
|
369
|
-
r="6.5659914"
|
370
|
-
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
|
371
|
-
gradientUnits="userSpaceOnUse" />
|
372
|
-
<radialGradient
|
373
|
-
inkscape:collect="always"
|
374
|
-
xlink:href="#linearGradient11520"
|
375
|
-
id="radialGradient11526"
|
376
|
-
cx="24.445690"
|
377
|
-
cy="35.878170"
|
378
|
-
fx="24.445690"
|
379
|
-
fy="35.878170"
|
380
|
-
r="20.530962"
|
381
|
-
gradientUnits="userSpaceOnUse"
|
382
|
-
gradientTransform="matrix(1.995058,-1.535926e-32,0.000000,1.855412,24.94925,-30.20430)" />
|
383
|
-
<radialGradient
|
384
|
-
inkscape:collect="always"
|
385
|
-
xlink:href="#linearGradient11508"
|
386
|
-
id="radialGradient11532"
|
387
|
-
gradientUnits="userSpaceOnUse"
|
388
|
-
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-5.348412e-14,29.48178)"
|
389
|
-
cx="30.203562"
|
390
|
-
cy="44.565483"
|
391
|
-
fx="30.203562"
|
392
|
-
fy="44.565483"
|
393
|
-
r="6.5659914" />
|
394
|
-
<linearGradient
|
395
|
-
inkscape:collect="always"
|
396
|
-
xlink:href="#linearGradient11594"
|
397
|
-
id="linearGradient11600"
|
398
|
-
x1="20.092352"
|
399
|
-
y1="8.9471626"
|
400
|
-
x2="31.799011"
|
401
|
-
y2="38.947163"
|
402
|
-
gradientUnits="userSpaceOnUse"
|
403
|
-
gradientTransform="matrix(1.045319,0.000000,0.000000,0.957884,48.16627,1.415543)" />
|
404
|
-
<linearGradient
|
405
|
-
inkscape:collect="always"
|
406
|
-
xlink:href="#linearGradient11520"
|
407
|
-
id="linearGradient11608"
|
408
|
-
x1="24.445671"
|
409
|
-
y1="0.49847093"
|
410
|
-
x2="24.445671"
|
411
|
-
y2="39.447163"
|
412
|
-
gradientUnits="userSpaceOnUse"
|
413
|
-
gradientTransform="matrix(0.984324,0.000000,0.000000,0.957884,49.65734,1.415543)" />
|
414
|
-
<radialGradient
|
415
|
-
inkscape:collect="always"
|
416
|
-
xlink:href="#linearGradient11615"
|
417
|
-
id="radialGradient11621"
|
418
|
-
cx="25.000000"
|
419
|
-
cy="27.749998"
|
420
|
-
fx="25.000000"
|
421
|
-
fy="27.749998"
|
422
|
-
r="4.7500000"
|
423
|
-
gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
|
424
|
-
gradientUnits="userSpaceOnUse" />
|
425
|
-
<linearGradient
|
426
|
-
inkscape:collect="always"
|
427
|
-
xlink:href="#linearGradient11625"
|
428
|
-
id="linearGradient11631"
|
429
|
-
x1="21.500000"
|
430
|
-
y1="30.000000"
|
431
|
-
x2="21.500000"
|
432
|
-
y2="27.375000"
|
433
|
-
gradientUnits="userSpaceOnUse" />
|
434
|
-
<linearGradient
|
435
|
-
inkscape:collect="always"
|
436
|
-
xlink:href="#linearGradient11625"
|
437
|
-
id="linearGradient11635"
|
438
|
-
gradientUnits="userSpaceOnUse"
|
439
|
-
x1="21.500000"
|
440
|
-
y1="30.000000"
|
441
|
-
x2="21.500000"
|
442
|
-
y2="27.375000"
|
443
|
-
gradientTransform="translate(2.000000,0.000000)" />
|
444
|
-
<linearGradient
|
445
|
-
inkscape:collect="always"
|
446
|
-
xlink:href="#linearGradient11625"
|
447
|
-
id="linearGradient11639"
|
448
|
-
gradientUnits="userSpaceOnUse"
|
449
|
-
gradientTransform="translate(4.000000,0.000000)"
|
450
|
-
x1="21.500000"
|
451
|
-
y1="30.000000"
|
452
|
-
x2="21.500000"
|
453
|
-
y2="27.375000" />
|
454
|
-
<linearGradient
|
455
|
-
inkscape:collect="always"
|
456
|
-
xlink:href="#linearGradient11625"
|
457
|
-
id="linearGradient11643"
|
458
|
-
gradientUnits="userSpaceOnUse"
|
459
|
-
gradientTransform="translate(6.000000,0.000000)"
|
460
|
-
x1="21.500000"
|
461
|
-
y1="30.000000"
|
462
|
-
x2="21.500000"
|
463
|
-
y2="27.375000" />
|
464
|
-
<linearGradient
|
465
|
-
inkscape:collect="always"
|
466
|
-
xlink:href="#linearGradient11625"
|
467
|
-
id="linearGradient11647"
|
468
|
-
gradientUnits="userSpaceOnUse"
|
469
|
-
gradientTransform="translate(8.000000,0.000000)"
|
470
|
-
x1="21.500000"
|
471
|
-
y1="30.000000"
|
472
|
-
x2="21.500000"
|
473
|
-
y2="27.375000" />
|
474
|
-
<linearGradient
|
475
|
-
inkscape:collect="always"
|
476
|
-
xlink:href="#linearGradient11625"
|
477
|
-
id="linearGradient11655"
|
478
|
-
gradientUnits="userSpaceOnUse"
|
479
|
-
x1="21.500000"
|
480
|
-
y1="30.000000"
|
481
|
-
x2="21.500000"
|
482
|
-
y2="27.375000" />
|
483
|
-
<linearGradient
|
484
|
-
inkscape:collect="always"
|
485
|
-
xlink:href="#linearGradient11625"
|
486
|
-
id="linearGradient11657"
|
487
|
-
gradientUnits="userSpaceOnUse"
|
488
|
-
gradientTransform="translate(2.000000,0.000000)"
|
489
|
-
x1="21.500000"
|
490
|
-
y1="30.000000"
|
491
|
-
x2="21.500000"
|
492
|
-
y2="27.375000" />
|
493
|
-
<linearGradient
|
494
|
-
inkscape:collect="always"
|
495
|
-
xlink:href="#linearGradient11625"
|
496
|
-
id="linearGradient11659"
|
497
|
-
gradientUnits="userSpaceOnUse"
|
498
|
-
gradientTransform="translate(4.000000,0.000000)"
|
499
|
-
x1="21.500000"
|
500
|
-
y1="30.000000"
|
501
|
-
x2="21.500000"
|
502
|
-
y2="27.375000" />
|
503
|
-
<linearGradient
|
504
|
-
inkscape:collect="always"
|
505
|
-
xlink:href="#linearGradient11625"
|
506
|
-
id="linearGradient11661"
|
507
|
-
gradientUnits="userSpaceOnUse"
|
508
|
-
gradientTransform="translate(6.000000,0.000000)"
|
509
|
-
x1="21.500000"
|
510
|
-
y1="30.000000"
|
511
|
-
x2="21.500000"
|
512
|
-
y2="27.375000" />
|
513
|
-
<linearGradient
|
514
|
-
inkscape:collect="always"
|
515
|
-
xlink:href="#linearGradient12810"
|
516
|
-
id="linearGradient12816"
|
517
|
-
x1="65.623963"
|
518
|
-
y1="21.459777"
|
519
|
-
x2="87.528968"
|
520
|
-
y2="21.459777"
|
521
|
-
gradientUnits="userSpaceOnUse" />
|
522
|
-
<linearGradient
|
523
|
-
inkscape:collect="always"
|
524
|
-
xlink:href="#linearGradient12810"
|
525
|
-
id="linearGradient12818"
|
526
|
-
gradientUnits="userSpaceOnUse"
|
527
|
-
x1="84.998962"
|
528
|
-
y1="25.209778"
|
529
|
-
x2="62.591469"
|
530
|
-
y2="12.022278" />
|
531
|
-
<radialGradient
|
532
|
-
inkscape:collect="always"
|
533
|
-
xlink:href="#linearGradient12828"
|
534
|
-
id="radialGradient12834"
|
535
|
-
cx="88.593018"
|
536
|
-
cy="33.398670"
|
537
|
-
fx="88.593018"
|
538
|
-
fy="33.398670"
|
539
|
-
r="7.0056136"
|
540
|
-
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
|
541
|
-
gradientUnits="userSpaceOnUse" />
|
542
|
-
<linearGradient
|
543
|
-
inkscape:collect="always"
|
544
|
-
xlink:href="#linearGradient12836"
|
545
|
-
id="linearGradient12842"
|
546
|
-
x1="88.750000"
|
547
|
-
y1="31.656250"
|
548
|
-
x2="92.062500"
|
549
|
-
y2="36.656250"
|
550
|
-
gradientUnits="userSpaceOnUse" />
|
551
|
-
<linearGradient
|
552
|
-
inkscape:collect="always"
|
553
|
-
xlink:href="#linearGradient12810"
|
554
|
-
id="linearGradient12878"
|
555
|
-
gradientUnits="userSpaceOnUse"
|
556
|
-
x1="65.623963"
|
557
|
-
y1="21.459777"
|
558
|
-
x2="87.528968"
|
559
|
-
y2="21.459777" />
|
560
|
-
<linearGradient
|
561
|
-
inkscape:collect="always"
|
562
|
-
xlink:href="#linearGradient12836"
|
563
|
-
id="linearGradient12880"
|
564
|
-
gradientUnits="userSpaceOnUse"
|
565
|
-
x1="88.750000"
|
566
|
-
y1="31.656250"
|
567
|
-
x2="92.062500"
|
568
|
-
y2="36.656250" />
|
569
|
-
<radialGradient
|
570
|
-
inkscape:collect="always"
|
571
|
-
xlink:href="#linearGradient12828"
|
572
|
-
id="radialGradient12882"
|
573
|
-
gradientUnits="userSpaceOnUse"
|
574
|
-
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
|
575
|
-
cx="88.593018"
|
576
|
-
cy="33.398670"
|
577
|
-
fx="88.593018"
|
578
|
-
fy="33.398670"
|
579
|
-
r="7.0056136" />
|
580
|
-
<linearGradient
|
581
|
-
inkscape:collect="always"
|
582
|
-
xlink:href="#linearGradient12810"
|
583
|
-
id="linearGradient12884"
|
584
|
-
gradientUnits="userSpaceOnUse"
|
585
|
-
x1="84.998962"
|
586
|
-
y1="25.209778"
|
587
|
-
x2="62.591469"
|
588
|
-
y2="12.022278" />
|
589
|
-
<radialGradient
|
590
|
-
inkscape:collect="always"
|
591
|
-
xlink:href="#linearGradient11615"
|
592
|
-
id="radialGradient12894"
|
593
|
-
gradientUnits="userSpaceOnUse"
|
594
|
-
gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
|
595
|
-
cx="25.000000"
|
596
|
-
cy="27.749998"
|
597
|
-
fx="25.000000"
|
598
|
-
fy="27.749998"
|
599
|
-
r="4.7500000" />
|
600
|
-
<linearGradient
|
601
|
-
inkscape:collect="always"
|
602
|
-
xlink:href="#linearGradient11625"
|
603
|
-
id="linearGradient12896"
|
604
|
-
gradientUnits="userSpaceOnUse"
|
605
|
-
x1="21.500000"
|
606
|
-
y1="30.000000"
|
607
|
-
x2="21.500000"
|
608
|
-
y2="27.375000"
|
609
|
-
gradientTransform="translate(7.267442e-2,-0.181686)" />
|
610
|
-
<linearGradient
|
611
|
-
inkscape:collect="always"
|
612
|
-
xlink:href="#linearGradient11625"
|
613
|
-
id="linearGradient12898"
|
614
|
-
gradientUnits="userSpaceOnUse"
|
615
|
-
gradientTransform="translate(2.072674,-0.181686)"
|
616
|
-
x1="21.500000"
|
617
|
-
y1="30.000000"
|
618
|
-
x2="21.500000"
|
619
|
-
y2="27.375000" />
|
620
|
-
<linearGradient
|
621
|
-
inkscape:collect="always"
|
622
|
-
xlink:href="#linearGradient11625"
|
623
|
-
id="linearGradient12900"
|
624
|
-
gradientUnits="userSpaceOnUse"
|
625
|
-
gradientTransform="translate(4.072674,-0.181686)"
|
626
|
-
x1="21.500000"
|
627
|
-
y1="30.000000"
|
628
|
-
x2="21.500000"
|
629
|
-
y2="27.375000" />
|
630
|
-
<linearGradient
|
631
|
-
inkscape:collect="always"
|
632
|
-
xlink:href="#linearGradient11625"
|
633
|
-
id="linearGradient12902"
|
634
|
-
gradientUnits="userSpaceOnUse"
|
635
|
-
gradientTransform="translate(6.000000,0.000000)"
|
636
|
-
x1="21.500000"
|
637
|
-
y1="30.000000"
|
638
|
-
x2="21.500000"
|
639
|
-
y2="27.375000" />
|
640
|
-
<linearGradient
|
641
|
-
inkscape:collect="always"
|
642
|
-
xlink:href="#linearGradient11625"
|
643
|
-
id="linearGradient12911"
|
644
|
-
gradientUnits="userSpaceOnUse"
|
645
|
-
gradientTransform="translate(7.267442e-2,-0.181686)"
|
646
|
-
x1="21.500000"
|
647
|
-
y1="30.000000"
|
648
|
-
x2="21.500000"
|
649
|
-
y2="27.375000" />
|
650
|
-
<linearGradient
|
651
|
-
inkscape:collect="always"
|
652
|
-
xlink:href="#linearGradient11625"
|
653
|
-
id="linearGradient12913"
|
654
|
-
gradientUnits="userSpaceOnUse"
|
655
|
-
gradientTransform="translate(2.072674,-0.181686)"
|
656
|
-
x1="21.500000"
|
657
|
-
y1="30.000000"
|
658
|
-
x2="21.500000"
|
659
|
-
y2="27.375000" />
|
660
|
-
<linearGradient
|
661
|
-
inkscape:collect="always"
|
662
|
-
xlink:href="#linearGradient11625"
|
663
|
-
id="linearGradient12915"
|
664
|
-
gradientUnits="userSpaceOnUse"
|
665
|
-
gradientTransform="translate(4.072674,-0.181686)"
|
666
|
-
x1="21.500000"
|
667
|
-
y1="30.000000"
|
668
|
-
x2="21.500000"
|
669
|
-
y2="27.375000" />
|
670
|
-
<linearGradient
|
671
|
-
y2="21.067410"
|
672
|
-
x2="24.445690"
|
673
|
-
y1="33.447811"
|
674
|
-
x1="31.597168"
|
675
|
-
gradientTransform="matrix(0.476329,0.000000,0.000000,0.627721,62.07560,9.156933)"
|
676
|
-
gradientUnits="userSpaceOnUse"
|
677
|
-
id="linearGradient7584"
|
678
|
-
xlink:href="#linearGradient11594"
|
679
|
-
inkscape:collect="always" />
|
680
|
-
<radialGradient
|
681
|
-
gradientUnits="userSpaceOnUse"
|
682
|
-
gradientTransform="matrix(2.407878,2.776254e-16,-5.900875e-16,1.861050,14.96976,-20.55775)"
|
683
|
-
r="6.0270013"
|
684
|
-
fy="29.099535"
|
685
|
-
fx="24.399090"
|
686
|
-
cy="29.099535"
|
687
|
-
cx="24.399090"
|
688
|
-
id="radialGradient7592"
|
689
|
-
xlink:href="#linearGradient7586"
|
690
|
-
inkscape:collect="always" />
|
691
|
-
<linearGradient
|
692
|
-
y2="11.042997"
|
693
|
-
x2="22.585604"
|
694
|
-
y1="34.149513"
|
695
|
-
x1="22.585604"
|
696
|
-
gradientTransform="matrix(1.059222,0.000000,0.000000,0.808101,48.08657,4.001391)"
|
697
|
-
gradientUnits="userSpaceOnUse"
|
698
|
-
id="linearGradient7596"
|
699
|
-
xlink:href="#linearGradient7608"
|
700
|
-
inkscape:collect="always" />
|
701
|
-
<linearGradient
|
702
|
-
gradientTransform="translate(49.32070,0.000000)"
|
703
|
-
gradientUnits="userSpaceOnUse"
|
704
|
-
y2="38.454056"
|
705
|
-
x2="28.284273"
|
706
|
-
y1="28.554562"
|
707
|
-
x1="25.279068"
|
708
|
-
id="linearGradient7642"
|
709
|
-
xlink:href="#linearGradient7636"
|
710
|
-
inkscape:collect="always" />
|
711
|
-
<radialGradient
|
712
|
-
gradientUnits="userSpaceOnUse"
|
713
|
-
gradientTransform="matrix(2.777122,-8.126449e-2,6.891211e-2,2.223012,4.035118,-33.24798)"
|
714
|
-
r="4.4774761"
|
715
|
-
fy="29.609560"
|
716
|
-
fx="24.483574"
|
717
|
-
cy="29.609560"
|
718
|
-
cx="24.483574"
|
719
|
-
id="radialGradient7647"
|
720
|
-
xlink:href="#linearGradient7614"
|
721
|
-
inkscape:collect="always" />
|
722
|
-
<radialGradient
|
723
|
-
gradientUnits="userSpaceOnUse"
|
724
|
-
gradientTransform="matrix(-2.046729,-3.749427e-16,-2.853404e-16,1.557610,67.59375,3.275309)"
|
725
|
-
r="17.171415"
|
726
|
-
fy="5.7859797"
|
727
|
-
fx="25.075571"
|
728
|
-
cy="5.7859797"
|
729
|
-
cx="25.075571"
|
730
|
-
id="radialGradient8656"
|
731
|
-
xlink:href="#linearGradient8650"
|
732
|
-
inkscape:collect="always" />
|
733
|
-
<radialGradient
|
734
|
-
gradientUnits="userSpaceOnUse"
|
735
|
-
gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,6.772795e-15,16.87306)"
|
736
|
-
r="15.644737"
|
737
|
-
fy="36.421127"
|
738
|
-
fx="24.837126"
|
739
|
-
cy="36.421127"
|
740
|
-
cx="24.837126"
|
741
|
-
id="radialGradient8668"
|
742
|
-
xlink:href="#linearGradient8662"
|
743
|
-
inkscape:collect="always" />
|
744
|
-
<radialGradient
|
745
|
-
inkscape:collect="always"
|
746
|
-
xlink:href="#linearGradient2591"
|
747
|
-
id="radialGradient2597"
|
748
|
-
cx="22.291636"
|
749
|
-
cy="32.797512"
|
750
|
-
fx="22.291636"
|
751
|
-
fy="32.797512"
|
752
|
-
r="16.956199"
|
753
|
-
gradientTransform="matrix(-0.843022,1.871885e-16,2.265228e-16,1.020168,43.57646,1.205215)"
|
754
|
-
gradientUnits="userSpaceOnUse" />
|
755
|
-
</defs>
|
756
|
-
<sodipodi:namedview
|
757
|
-
inkscape:window-y="25"
|
758
|
-
inkscape:window-x="0"
|
759
|
-
inkscape:window-height="885"
|
760
|
-
inkscape:window-width="1280"
|
761
|
-
inkscape:showpageshadow="false"
|
762
|
-
inkscape:document-units="px"
|
763
|
-
inkscape:grid-bbox="true"
|
764
|
-
showgrid="false"
|
765
|
-
inkscape:current-layer="layer1"
|
766
|
-
inkscape:cy="25.461494"
|
767
|
-
inkscape:cx="25.558072"
|
768
|
-
inkscape:zoom="16"
|
769
|
-
inkscape:pageshadow="2"
|
770
|
-
inkscape:pageopacity="0.0"
|
771
|
-
borderopacity="0.25490196"
|
772
|
-
bordercolor="#666666"
|
773
|
-
pagecolor="#ffffff"
|
774
|
-
id="base"
|
775
|
-
fill="#4e9a06"
|
776
|
-
stroke="#4e9a06" />
|
777
|
-
<metadata
|
778
|
-
id="metadata4">
|
779
|
-
<rdf:RDF>
|
780
|
-
<cc:Work
|
781
|
-
rdf:about="">
|
782
|
-
<dc:format>image/svg+xml</dc:format>
|
783
|
-
<dc:type
|
784
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
785
|
-
<dc:creator>
|
786
|
-
<cc:Agent>
|
787
|
-
<dc:title>Jakub Steiner</dc:title>
|
788
|
-
</cc:Agent>
|
789
|
-
</dc:creator>
|
790
|
-
<dc:source>http://jimmac.musichall.cz</dc:source>
|
791
|
-
<cc:license
|
792
|
-
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
|
793
|
-
<dc:title>Go Previous</dc:title>
|
794
|
-
<dc:subject>
|
795
|
-
<rdf:Bag>
|
796
|
-
<rdf:li>go</rdf:li>
|
797
|
-
<rdf:li>previous</rdf:li>
|
798
|
-
<rdf:li>left</rdf:li>
|
799
|
-
<rdf:li>arrow</rdf:li>
|
800
|
-
<rdf:li>pointer</rdf:li>
|
801
|
-
<rdf:li><</rdf:li>
|
802
|
-
</rdf:Bag>
|
803
|
-
</dc:subject>
|
804
|
-
</cc:Work>
|
805
|
-
<cc:License
|
806
|
-
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
807
|
-
<cc:permits
|
808
|
-
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
809
|
-
<cc:permits
|
810
|
-
rdf:resource="http://web.resource.org/cc/Distribution" />
|
811
|
-
<cc:requires
|
812
|
-
rdf:resource="http://web.resource.org/cc/Notice" />
|
813
|
-
<cc:requires
|
814
|
-
rdf:resource="http://web.resource.org/cc/Attribution" />
|
815
|
-
<cc:permits
|
816
|
-
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
817
|
-
<cc:requires
|
818
|
-
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
819
|
-
</cc:License>
|
820
|
-
</rdf:RDF>
|
821
|
-
</metadata>
|
822
|
-
<g
|
823
|
-
inkscape:groupmode="layer"
|
824
|
-
inkscape:label="Layer 1"
|
825
|
-
id="layer1">
|
826
|
-
<path
|
827
|
-
transform="matrix(-1.271186,0.000000,0.000000,1.271186,56.19514,-15.27857)"
|
828
|
-
d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
|
829
|
-
sodipodi:ry="8.3968935"
|
830
|
-
sodipodi:rx="15.644737"
|
831
|
-
sodipodi:cy="36.421127"
|
832
|
-
sodipodi:cx="24.837126"
|
833
|
-
id="path8660"
|
834
|
-
style="opacity:0.29946521;color:#000000;fill:url(#radialGradient8668);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
|
835
|
-
sodipodi:type="arc" />
|
836
|
-
<path
|
837
|
-
sodipodi:nodetypes="cccccccc"
|
838
|
-
id="path8643"
|
839
|
-
d="M 39.490316,15.496821 L 39.490316,32.491241 L 26.537753,32.491241 L 26.537753,40.973779 L 6.577917,23.973588 L 26.531563,6.7295901 L 26.531563,15.502125 L 39.490316,15.496821 z "
|
840
|
-
style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2597);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
|
841
|
-
<path
|
842
|
-
sodipodi:nodetypes="cccccc"
|
843
|
-
id="path8645"
|
844
|
-
d="M 25.988368,7.9779766 L 25.988368,16.034451 L 38.930538,16.034451 L 38.930538,24.918914 C 22.180538,18.668914 22.797001,30.213626 7.547,23.963626 L 25.988368,7.9779766 z "
|
845
|
-
style="opacity:0.50802141;color:#000000;fill:url(#radialGradient8656);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
|
846
|
-
<path
|
847
|
-
style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
|
848
|
-
d="M 38.475551,16.541365 L 38.475551,31.463305 L 25.490184,31.463305 L 25.490184,38.764721 L 8.168419,23.96903 L 25.506145,9.0636299 L 25.506145,16.546262 L 38.475551,16.541365 z "
|
849
|
-
id="path8658"
|
850
|
-
sodipodi:nodetypes="cccccccc" />
|
851
|
-
</g>
|
852
|
-
</svg>
|