ruby-vpi 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +398 -0
- data/LICENSE +340 -0
- data/MEMO +38 -0
- data/README +9 -0
- data/Rakefile +271 -0
- data/bin/generate_test.rb +258 -0
- data/bin/generate_test_tpl/bench.rb +31 -0
- data/bin/generate_test_tpl/bench.v +54 -0
- data/bin/generate_test_tpl/design.rb +26 -0
- data/bin/generate_test_tpl/proto.rb +8 -0
- data/bin/generate_test_tpl/runner.rake +28 -0
- data/bin/generate_test_tpl/spec.rb +46 -0
- data/bin/header_to_ruby.rb +70 -0
- data/doc/Rakefile +55 -0
- data/doc/src/LICENSE +397 -0
- data/doc/src/figures/organization.png +0 -0
- data/doc/src/figures/organization_detailed.png +0 -0
- data/doc/src/figures/ruby_init.png +0 -0
- data/doc/src/figures/ruby_relay.png +0 -0
- data/doc/src/figures.dia +0 -0
- data/doc/src/images/COPYING +67 -0
- data/doc/src/images/ChangeLog +27 -0
- data/doc/src/images/blank.png +0 -0
- data/doc/src/images/callouts/1.png +0 -0
- data/doc/src/images/callouts/10.png +0 -0
- data/doc/src/images/callouts/11.png +0 -0
- data/doc/src/images/callouts/12.png +0 -0
- data/doc/src/images/callouts/13.png +0 -0
- data/doc/src/images/callouts/14.png +0 -0
- data/doc/src/images/callouts/15.png +0 -0
- data/doc/src/images/callouts/2.png +0 -0
- data/doc/src/images/callouts/3.png +0 -0
- data/doc/src/images/callouts/4.png +0 -0
- data/doc/src/images/callouts/5.png +0 -0
- data/doc/src/images/callouts/6.png +0 -0
- data/doc/src/images/callouts/7.png +0 -0
- data/doc/src/images/callouts/8.png +0 -0
- data/doc/src/images/callouts/9.png +0 -0
- data/doc/src/images/callouts/ChangeLog +15 -0
- data/doc/src/images/caution.png +0 -0
- data/doc/src/images/caution.svg +290 -0
- data/doc/src/images/copyright +55 -0
- data/doc/src/images/draft.png +0 -0
- data/doc/src/images/home.png +0 -0
- data/doc/src/images/home.svg +386 -0
- data/doc/src/images/important.png +0 -0
- data/doc/src/images/important.svg +163 -0
- data/doc/src/images/next.png +0 -0
- data/doc/src/images/next.svg +191 -0
- data/doc/src/images/note.png +0 -0
- data/doc/src/images/note.svg +483 -0
- data/doc/src/images/prev.png +0 -0
- data/doc/src/images/prev.svg +852 -0
- data/doc/src/images/tip.png +0 -0
- data/doc/src/images/tip.svg +1145 -0
- data/doc/src/images/toc-blank.png +0 -0
- data/doc/src/images/toc-minus.png +0 -0
- data/doc/src/images/toc-plus.png +0 -0
- data/doc/src/images/up.png +0 -0
- data/doc/src/images/up.svg +195 -0
- data/doc/src/images/warning.png +0 -0
- data/doc/src/images/warning.svg +334 -0
- data/doc/src/license.xml +446 -0
- data/doc/src/manual.xml +1582 -0
- data/doc/src/manual.xsl +23 -0
- data/doc/src/shared.dtd +63 -0
- data/doc/src/styles/manual.css +87 -0
- data/doc/txt/manual.txt +1657 -0
- data/doc/xhtml/background.html +3 -0
- data/doc/xhtml/background.methodology.html +3 -0
- data/doc/xhtml/background.organization.html +10 -0
- data/doc/xhtml/background.running-tests.html +3 -0
- data/doc/xhtml/background.terminology.html +3 -0
- 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/gfdl-0.html +18 -0
- data/doc/xhtml/gfdl-1.html +70 -0
- data/doc/xhtml/gfdl-10.html +15 -0
- data/doc/xhtml/gfdl-2.html +13 -0
- data/doc/xhtml/gfdl-3.html +31 -0
- data/doc/xhtml/gfdl-4.html +75 -0
- data/doc/xhtml/gfdl-5.html +20 -0
- data/doc/xhtml/gfdl-6.html +12 -0
- data/doc/xhtml/gfdl-7.html +16 -0
- data/doc/xhtml/gfdl-8.html +17 -0
- data/doc/xhtml/gfdl-9.html +9 -0
- data/doc/xhtml/gfdl-addendum.html +25 -0
- data/doc/xhtml/gfdl.html +11 -0
- data/doc/xhtml/glossary.html +3 -0
- data/doc/xhtml/images/COPYING +67 -0
- data/doc/xhtml/images/ChangeLog +27 -0
- 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 +15 -0
- data/doc/xhtml/images/caution.png +0 -0
- data/doc/xhtml/images/caution.svg +290 -0
- data/doc/xhtml/images/copyright +55 -0
- data/doc/xhtml/images/draft.png +0 -0
- data/doc/xhtml/images/home.png +0 -0
- data/doc/xhtml/images/home.svg +386 -0
- data/doc/xhtml/images/important.png +0 -0
- data/doc/xhtml/images/important.svg +163 -0
- data/doc/xhtml/images/next.png +0 -0
- data/doc/xhtml/images/next.svg +191 -0
- data/doc/xhtml/images/note.png +0 -0
- data/doc/xhtml/images/note.svg +483 -0
- data/doc/xhtml/images/prev.png +0 -0
- data/doc/xhtml/images/prev.svg +852 -0
- data/doc/xhtml/images/tip.png +0 -0
- data/doc/xhtml/images/tip.svg +1145 -0
- 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 +195 -0
- data/doc/xhtml/images/warning.png +0 -0
- data/doc/xhtml/images/warning.svg +334 -0
- data/doc/xhtml/index.html +4 -0
- data/doc/xhtml/introduction.html +3 -0
- data/doc/xhtml/introduction.license.html +3 -0
- data/doc/xhtml/introduction.manifest.html +3 -0
- data/doc/xhtml/introduction.related-works.html +3 -0
- data/doc/xhtml/introduction.resources.html +3 -0
- data/doc/xhtml/problem.ivl.html +18 -0
- data/doc/xhtml/problems.html +3 -0
- data/doc/xhtml/problems.ruby.html +3 -0
- data/doc/xhtml/problems.vsim.html +3 -0
- data/doc/xhtml/styles/manual.css +87 -0
- data/doc/xhtml/usage.examples.html +3 -0
- data/doc/xhtml/usage.html +3 -0
- data/doc/xhtml/usage.installation.html +3 -0
- data/doc/xhtml/usage.requirements.html +3 -0
- data/doc/xhtml/usage.tools.html +3 -0
- data/doc/xhtml/usage.tutorial.html +199 -0
- data/ext/Doxyfile +272 -0
- data/ext/README +124 -0
- data/ext/Rakefile +65 -0
- data/ext/common.h +56 -0
- data/ext/extconf.rb +4 -0
- data/ext/relay.cin +146 -0
- data/ext/relay.hin +48 -0
- data/ext/ruby-vpi.c +36 -0
- data/ext/swig.cin +38 -0
- data/ext/swig.hin +39 -0
- data/ext/swig_vpi.h +924 -0
- data/ext/swig_vpi.i +8 -0
- data/ext/swig_wrap.cin +4613 -0
- data/ext/verilog.h +59 -0
- data/ext/vlog.cin +92 -0
- data/ext/vlog.hin +57 -0
- data/ext/vpi_user.h +924 -0
- data/gem_extconf.rb +8 -0
- data/history.html +809 -0
- data/lib/ruby-vpi/erb.rb +41 -0
- data/lib/ruby-vpi/rake.rb +35 -0
- data/lib/ruby-vpi/rdoc.rb +51 -0
- data/lib/ruby-vpi/rspec.rb +32 -0
- data/lib/ruby-vpi/runner.rb +22 -0
- data/lib/ruby-vpi/vpi_util.rb +310 -0
- data/lib/ruby-vpi.rb +58 -0
- data/memo.html +86 -0
- data/readme.html +19 -0
- data/ref/c/annotated.html +36 -0
- data/ref/c/common_8h.html +178 -0
- data/ref/c/doxygen.css +310 -0
- data/ref/c/doxygen.png +0 -0
- data/ref/c/files.html +35 -0
- data/ref/c/functions.html +135 -0
- data/ref/c/functions_vars.html +135 -0
- data/ref/c/globals.html +55 -0
- data/ref/c/globals_0x63.html +86 -0
- data/ref/c/globals_0x65.html +55 -0
- data/ref/c/globals_0x66.html +55 -0
- data/ref/c/globals_0x70.html +71 -0
- data/ref/c/globals_0x72.html +62 -0
- data/ref/c/globals_0x73.html +65 -0
- data/ref/c/globals_0x74.html +55 -0
- data/ref/c/globals_0x76.html +472 -0
- data/ref/c/globals_0x78.html +55 -0
- data/ref/c/globals_defs.html +81 -0
- data/ref/c/globals_defs_0x65.html +50 -0
- data/ref/c/globals_defs_0x70.html +51 -0
- data/ref/c/globals_defs_0x76.html +463 -0
- data/ref/c/globals_defs_0x78.html +50 -0
- data/ref/c/globals_enum.html +39 -0
- data/ref/c/globals_eval.html +40 -0
- data/ref/c/globals_func.html +49 -0
- data/ref/c/globals_type.html +63 -0
- data/ref/c/globals_vars.html +42 -0
- data/ref/c/hierarchy.html +36 -0
- data/ref/c/index.html +20 -0
- data/ref/c/relay_8cin.html +268 -0
- data/ref/c/relay_8hin.html +161 -0
- data/ref/c/ruby-vpi_8c.html +34 -0
- data/ref/c/structrelay____RubyOptions____def.html +84 -0
- data/ref/c/structt__cb__data.html +208 -0
- data/ref/c/structt__vpi__delay.html +183 -0
- data/ref/c/structt__vpi__error__info.html +208 -0
- data/ref/c/structt__vpi__strengthval.html +108 -0
- data/ref/c/structt__vpi__systf__data.html +208 -0
- data/ref/c/structt__vpi__time.html +133 -0
- data/ref/c/structt__vpi__value.html +285 -0
- data/ref/c/structt__vpi__vecval.html +83 -0
- data/ref/c/structt__vpi__vlog__info.html +133 -0
- data/ref/c/swig_8cin.html +91 -0
- data/ref/c/swig_8hin.html +99 -0
- data/ref/c/tab_b.gif +0 -0
- data/ref/c/tab_l.gif +0 -0
- data/ref/c/tab_r.gif +0 -0
- data/ref/c/tabs.css +102 -0
- data/ref/c/verilog_8h.html +149 -0
- data/ref/c/vlog_8cin.html +199 -0
- data/ref/c/vlog_8hin.html +152 -0
- data/ref/c/vpi__user_8h.html +12747 -0
- data/ref/ruby/classes/Counter.html +258 -0
- data/ref/ruby/classes/Counter.src/M000037.html +20 -0
- data/ref/ruby/classes/Counter.src/M000038.html +22 -0
- data/ref/ruby/classes/Counter.src/M000039.html +20 -0
- data/ref/ruby/classes/Counter.src/M000040.html +22 -0
- data/ref/ruby/classes/CounterProto.html +164 -0
- data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
- data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
- data/ref/ruby/classes/ERB.html +158 -0
- data/ref/ruby/classes/ERB.src/M000034.html +29 -0
- data/ref/ruby/classes/FileUtils.html +165 -0
- data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
- data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel.html +256 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
- data/ref/ruby/classes/Hw5_unit.html +196 -0
- data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
- data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
- data/ref/ruby/classes/InputGenerator.html +260 -0
- data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
- data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
- data/ref/ruby/classes/MaximumCounterValue.html +159 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
- data/ref/ruby/classes/ModuleInfo.html +199 -0
- data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
- data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
- data/ref/ruby/classes/OutputInfo.html +304 -0
- data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
- data/ref/ruby/classes/RDoc.html +135 -0
- data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
- data/ref/ruby/classes/ResettedCounterValue.html +174 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
- data/ref/ruby/classes/RubyVPI.html +186 -0
- data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
- data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
- data/ref/ruby/classes/SWIG.html +111 -0
- data/ref/ruby/classes/String.html +140 -0
- data/ref/ruby/classes/String.src/M000033.html +37 -0
- data/ref/ruby/classes/Template.html +158 -0
- data/ref/ruby/classes/Template.src/M000026.html +18 -0
- data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
- data/ref/ruby/created.rid +1 -0
- data/ref/ruby/files/bin/generate_test_rb.html +236 -0
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
- data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
- data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
- data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
- data/ref/ruby/files/ext/extconf_rb.html +108 -0
- data/ref/ruby/files/gem_extconf_rb.html +114 -0
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
- data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
- data/ref/ruby/fr_class_index.html +46 -0
- data/ref/ruby/fr_file_index.html +55 -0
- data/ref/ruby/fr_method_index.html +77 -0
- data/ref/ruby/index.html +24 -0
- data/ref/ruby/rdoc-style.css +208 -0
- data/samp/counter/Rakefile +1 -0
- data/samp/counter/counter.v +20 -0
- data/samp/counter/counter_rspecTest_bench.rb +9 -0
- data/samp/counter/counter_rspecTest_bench.v +28 -0
- data/samp/counter/counter_rspecTest_design.rb +22 -0
- data/samp/counter/counter_rspecTest_proto.rb +10 -0
- data/samp/counter/counter_rspecTest_runner.rake +28 -0
- data/samp/counter/counter_rspecTest_spec.rb +47 -0
- data/samp/counter/counter_unitTest_bench.rb +9 -0
- data/samp/counter/counter_unitTest_bench.v +28 -0
- data/samp/counter/counter_unitTest_design.rb +22 -0
- data/samp/counter/counter_unitTest_proto.rb +10 -0
- data/samp/counter/counter_unitTest_runner.rake +28 -0
- data/samp/counter/counter_unitTest_spec.rb +49 -0
- data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
- data/samp/pipelined_alu/InputGenerator.rb +94 -0
- data/samp/pipelined_alu/README +127 -0
- data/samp/pipelined_alu/Rakefile +1 -0
- data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
- data/samp/pipelined_alu/hw5_unit.v +186 -0
- data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
- data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
- data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
- data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
- data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
- data/tpl/launcher.rake +30 -0
- data/tpl/runner.rake +96 -0
- data/tpl/synopsys_vcs.tab +2 -0
- metadata +484 -0
@@ -0,0 +1,852 @@
|
|
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>
|