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,386 @@
|
|
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
|
@@ -0,0 +1,163 @@
|
|
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>
|
Binary file
|