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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,195 @@
|
|
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-up.svg"
|
13
|
+
sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions"
|
14
|
+
inkscape:version="0.43+devel"
|
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
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
23
|
+
<defs
|
24
|
+
id="defs3">
|
25
|
+
<linearGradient
|
26
|
+
id="linearGradient2304">
|
27
|
+
<stop
|
28
|
+
id="stop2306"
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#73d216" />
|
31
|
+
<stop
|
32
|
+
id="stop2308"
|
33
|
+
offset="1.0000000"
|
34
|
+
style="stop-color:#4e9a06" />
|
35
|
+
</linearGradient>
|
36
|
+
<linearGradient
|
37
|
+
id="linearGradient8662"
|
38
|
+
inkscape:collect="always">
|
39
|
+
<stop
|
40
|
+
id="stop8664"
|
41
|
+
offset="0"
|
42
|
+
style="stop-color:#000000;stop-opacity:1;" />
|
43
|
+
<stop
|
44
|
+
id="stop8666"
|
45
|
+
offset="1"
|
46
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
47
|
+
</linearGradient>
|
48
|
+
<linearGradient
|
49
|
+
id="linearGradient8650"
|
50
|
+
inkscape:collect="always">
|
51
|
+
<stop
|
52
|
+
id="stop8652"
|
53
|
+
offset="0"
|
54
|
+
style="stop-color:#ffffff;stop-opacity:1;" />
|
55
|
+
<stop
|
56
|
+
id="stop8654"
|
57
|
+
offset="1"
|
58
|
+
style="stop-color:#ffffff;stop-opacity:0;" />
|
59
|
+
</linearGradient>
|
60
|
+
<radialGradient
|
61
|
+
inkscape:collect="always"
|
62
|
+
xlink:href="#linearGradient8650"
|
63
|
+
id="radialGradient1438"
|
64
|
+
gradientUnits="userSpaceOnUse"
|
65
|
+
gradientTransform="matrix(-3.749427e-16,-2.046729,1.557610,-2.853404e-16,2.767009,66.93275)"
|
66
|
+
cx="24.53788"
|
67
|
+
cy="0.40010813"
|
68
|
+
fx="24.53788"
|
69
|
+
fy="0.40010813"
|
70
|
+
r="17.171415" />
|
71
|
+
<radialGradient
|
72
|
+
inkscape:collect="always"
|
73
|
+
xlink:href="#linearGradient2304"
|
74
|
+
id="radialGradient1441"
|
75
|
+
gradientUnits="userSpaceOnUse"
|
76
|
+
gradientTransform="matrix(1.871885e-16,-0.843022,1.020168,2.265228e-16,0.606436,42.58614)"
|
77
|
+
cx="11.319205"
|
78
|
+
cy="22.454971"
|
79
|
+
fx="11.319205"
|
80
|
+
fy="22.454971"
|
81
|
+
r="16.956199" />
|
82
|
+
<radialGradient
|
83
|
+
inkscape:collect="always"
|
84
|
+
xlink:href="#linearGradient8662"
|
85
|
+
id="radialGradient1444"
|
86
|
+
gradientUnits="userSpaceOnUse"
|
87
|
+
gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,1.614716e-15,16.87306)"
|
88
|
+
cx="24.837126"
|
89
|
+
cy="36.421127"
|
90
|
+
fx="24.837126"
|
91
|
+
fy="36.421127"
|
92
|
+
r="15.644737" />
|
93
|
+
</defs>
|
94
|
+
<sodipodi:namedview
|
95
|
+
inkscape:window-y="25"
|
96
|
+
inkscape:window-x="0"
|
97
|
+
inkscape:window-height="885"
|
98
|
+
inkscape:window-width="1280"
|
99
|
+
inkscape:showpageshadow="false"
|
100
|
+
inkscape:document-units="px"
|
101
|
+
inkscape:grid-bbox="true"
|
102
|
+
showgrid="false"
|
103
|
+
inkscape:current-layer="layer1"
|
104
|
+
inkscape:cy="25.620377"
|
105
|
+
inkscape:cx="22.042915"
|
106
|
+
inkscape:zoom="13.059378"
|
107
|
+
inkscape:pageshadow="2"
|
108
|
+
inkscape:pageopacity="0.0"
|
109
|
+
borderopacity="0.25490196"
|
110
|
+
bordercolor="#666666"
|
111
|
+
pagecolor="#ffffff"
|
112
|
+
id="base"
|
113
|
+
fill="#73d216"
|
114
|
+
stroke="#73d216" />
|
115
|
+
<metadata
|
116
|
+
id="metadata4">
|
117
|
+
<rdf:RDF>
|
118
|
+
<cc:Work
|
119
|
+
rdf:about="">
|
120
|
+
<dc:format>image/svg+xml</dc:format>
|
121
|
+
<dc:type
|
122
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
123
|
+
<dc:creator>
|
124
|
+
<cc:Agent>
|
125
|
+
<dc:title>Jakub Steiner</dc:title>
|
126
|
+
</cc:Agent>
|
127
|
+
</dc:creator>
|
128
|
+
<dc:source>http://jimmac.musichall.cz</dc:source>
|
129
|
+
<cc:license
|
130
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
|
131
|
+
<dc:title>Go Up</dc:title>
|
132
|
+
<dc:subject>
|
133
|
+
<rdf:Bag>
|
134
|
+
<rdf:li>go</rdf:li>
|
135
|
+
<rdf:li>higher</rdf:li>
|
136
|
+
<rdf:li>up</rdf:li>
|
137
|
+
<rdf:li>arrow</rdf:li>
|
138
|
+
<rdf:li>pointer</rdf:li>
|
139
|
+
<rdf:li>></rdf:li>
|
140
|
+
</rdf:Bag>
|
141
|
+
</dc:subject>
|
142
|
+
<dc:contributor>
|
143
|
+
<cc:Agent>
|
144
|
+
<dc:title>Andreas Nilsson</dc:title>
|
145
|
+
</cc:Agent>
|
146
|
+
</dc:contributor>
|
147
|
+
</cc:Work>
|
148
|
+
<cc:License
|
149
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
150
|
+
<cc:permits
|
151
|
+
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
152
|
+
<cc:permits
|
153
|
+
rdf:resource="http://web.resource.org/cc/Distribution" />
|
154
|
+
<cc:requires
|
155
|
+
rdf:resource="http://web.resource.org/cc/Notice" />
|
156
|
+
<cc:requires
|
157
|
+
rdf:resource="http://web.resource.org/cc/Attribution" />
|
158
|
+
<cc:permits
|
159
|
+
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
160
|
+
<cc:requires
|
161
|
+
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
162
|
+
</cc:License>
|
163
|
+
</rdf:RDF>
|
164
|
+
</metadata>
|
165
|
+
<g
|
166
|
+
inkscape:groupmode="layer"
|
167
|
+
inkscape:label="Layer 1"
|
168
|
+
id="layer1">
|
169
|
+
<path
|
170
|
+
transform="matrix(1.214466,0.000000,0.000000,0.595458,-6.163846,16.31275)"
|
171
|
+
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"
|
172
|
+
sodipodi:ry="8.3968935"
|
173
|
+
sodipodi:rx="15.644737"
|
174
|
+
sodipodi:cy="36.421127"
|
175
|
+
sodipodi:cx="24.837126"
|
176
|
+
id="path8660"
|
177
|
+
style="opacity:0.29946521;color:#000000;fill:url(#radialGradient1444);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"
|
178
|
+
sodipodi:type="arc" />
|
179
|
+
<path
|
180
|
+
sodipodi:nodetypes="cccccccc"
|
181
|
+
id="path8643"
|
182
|
+
d="M 14.491792,38.500000 L 32.469477,38.500000 L 32.469477,25.547437 L 40.500000,25.547437 L 23.374809,5.4992135 L 6.5285585,25.489471 L 14.497096,25.555762 L 14.491792,38.500000 z "
|
183
|
+
style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1441);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" />
|
184
|
+
<path
|
185
|
+
sodipodi:nodetypes="cccscc"
|
186
|
+
id="path8645"
|
187
|
+
d="M 7.5855237,25.03253 L 14.995821,25.03253 L 15.062422,31.594339 C 20.718034,20.593878 31.055517,22.749928 31.656768,15.966674 C 31.656768,15.966674 23.366938,6.4219692 23.366938,6.4219692 L 7.5855237,25.03253 z "
|
188
|
+
style="opacity:0.50802141;color:#000000;fill:url(#radialGradient1438);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" />
|
189
|
+
<path
|
190
|
+
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"
|
191
|
+
d="M 15.602735,37.500000 L 31.502578,37.500000 L 31.502578,24.507050 L 38.311576,24.507050 L 23.361206,7.0700896 L 8.6546798,24.550470 L 15.475049,24.528373 L 15.602735,37.500000 z "
|
192
|
+
id="path8658"
|
193
|
+
sodipodi:nodetypes="cccccccc" />
|
194
|
+
</g>
|
195
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,334 @@
|
|
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="48.000000px"
|
13
|
+
height="48.000000px"
|
14
|
+
id="svg6361"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.42+devel"
|
17
|
+
sodipodi:docbase="/home/jimmac/gfx/ximian/tango-icon-theme/scalable/actions"
|
18
|
+
sodipodi:docname="process-stop.svg">
|
19
|
+
<defs
|
20
|
+
id="defs3">
|
21
|
+
<linearGradient
|
22
|
+
id="linearGradient2256">
|
23
|
+
<stop
|
24
|
+
style="stop-color:#ff0202;stop-opacity:1;"
|
25
|
+
offset="0"
|
26
|
+
id="stop2258" />
|
27
|
+
<stop
|
28
|
+
style="stop-color:#ff9b9b;stop-opacity:1;"
|
29
|
+
offset="1"
|
30
|
+
id="stop2260" />
|
31
|
+
</linearGradient>
|
32
|
+
<linearGradient
|
33
|
+
inkscape:collect="always"
|
34
|
+
id="linearGradient2248">
|
35
|
+
<stop
|
36
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
37
|
+
offset="0"
|
38
|
+
id="stop2250" />
|
39
|
+
<stop
|
40
|
+
style="stop-color:#ffffff;stop-opacity:0;"
|
41
|
+
offset="1"
|
42
|
+
id="stop2252" />
|
43
|
+
</linearGradient>
|
44
|
+
<linearGradient
|
45
|
+
id="linearGradient9647">
|
46
|
+
<stop
|
47
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
48
|
+
offset="0"
|
49
|
+
id="stop9649" />
|
50
|
+
<stop
|
51
|
+
style="stop-color:#dbdbdb;stop-opacity:1;"
|
52
|
+
offset="1"
|
53
|
+
id="stop9651" />
|
54
|
+
</linearGradient>
|
55
|
+
<linearGradient
|
56
|
+
inkscape:collect="always"
|
57
|
+
id="linearGradient21644">
|
58
|
+
<stop
|
59
|
+
style="stop-color:#000000;stop-opacity:1;"
|
60
|
+
offset="0"
|
61
|
+
id="stop21646" />
|
62
|
+
<stop
|
63
|
+
style="stop-color:#000000;stop-opacity:0;"
|
64
|
+
offset="1"
|
65
|
+
id="stop21648" />
|
66
|
+
</linearGradient>
|
67
|
+
<radialGradient
|
68
|
+
inkscape:collect="always"
|
69
|
+
xlink:href="#linearGradient21644"
|
70
|
+
id="radialGradient21650"
|
71
|
+
cx="25.125"
|
72
|
+
cy="36.75"
|
73
|
+
fx="25.125"
|
74
|
+
fy="36.75"
|
75
|
+
r="15.75"
|
76
|
+
gradientTransform="matrix(1.000000,0.000000,0.000000,0.595238,-2.300678e-15,14.87500)"
|
77
|
+
gradientUnits="userSpaceOnUse" />
|
78
|
+
<linearGradient
|
79
|
+
inkscape:collect="always"
|
80
|
+
id="linearGradient7895">
|
81
|
+
<stop
|
82
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
83
|
+
offset="0"
|
84
|
+
id="stop7897" />
|
85
|
+
<stop
|
86
|
+
style="stop-color:#ffffff;stop-opacity:0;"
|
87
|
+
offset="1"
|
88
|
+
id="stop7899" />
|
89
|
+
</linearGradient>
|
90
|
+
<linearGradient
|
91
|
+
id="linearGradient4981">
|
92
|
+
<stop
|
93
|
+
style="stop-color:#cc0000;stop-opacity:1;"
|
94
|
+
offset="0"
|
95
|
+
id="stop4983" />
|
96
|
+
<stop
|
97
|
+
style="stop-color:#b30000;stop-opacity:1.0000000;"
|
98
|
+
offset="1.0000000"
|
99
|
+
id="stop4985" />
|
100
|
+
</linearGradient>
|
101
|
+
<linearGradient
|
102
|
+
id="linearGradient15762"
|
103
|
+
inkscape:collect="always">
|
104
|
+
<stop
|
105
|
+
id="stop15764"
|
106
|
+
offset="0"
|
107
|
+
style="stop-color:#ffffff;stop-opacity:1;" />
|
108
|
+
<stop
|
109
|
+
id="stop15766"
|
110
|
+
offset="1"
|
111
|
+
style="stop-color:#ffffff;stop-opacity:0;" />
|
112
|
+
</linearGradient>
|
113
|
+
<linearGradient
|
114
|
+
id="linearGradient14236">
|
115
|
+
<stop
|
116
|
+
id="stop14238"
|
117
|
+
offset="0.0000000"
|
118
|
+
style="stop-color:#ed4040;stop-opacity:1.0000000;" />
|
119
|
+
<stop
|
120
|
+
id="stop14240"
|
121
|
+
offset="1.0000000"
|
122
|
+
style="stop-color:#a40000;stop-opacity:1.0000000;" />
|
123
|
+
</linearGradient>
|
124
|
+
<linearGradient
|
125
|
+
id="linearGradient11780">
|
126
|
+
<stop
|
127
|
+
style="stop-color:#ff8b8b;stop-opacity:1.0000000;"
|
128
|
+
offset="0.0000000"
|
129
|
+
id="stop11782" />
|
130
|
+
<stop
|
131
|
+
style="stop-color:#ec1b1b;stop-opacity:1.0000000;"
|
132
|
+
offset="1.0000000"
|
133
|
+
id="stop11784" />
|
134
|
+
</linearGradient>
|
135
|
+
<linearGradient
|
136
|
+
id="linearGradient11014">
|
137
|
+
<stop
|
138
|
+
style="stop-color:#a80000;stop-opacity:1.0000000;"
|
139
|
+
offset="0.0000000"
|
140
|
+
id="stop11016" />
|
141
|
+
<stop
|
142
|
+
style="stop-color:#c60000;stop-opacity:1.0000000;"
|
143
|
+
offset="0.0000000"
|
144
|
+
id="stop13245" />
|
145
|
+
<stop
|
146
|
+
style="stop-color:#e50000;stop-opacity:1.0000000;"
|
147
|
+
offset="1.0000000"
|
148
|
+
id="stop11018" />
|
149
|
+
</linearGradient>
|
150
|
+
<linearGradient
|
151
|
+
y2="9.6507530"
|
152
|
+
x2="9.8940229"
|
153
|
+
y1="5.3855424"
|
154
|
+
x1="5.7365270"
|
155
|
+
gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,31.72170,31.29079)"
|
156
|
+
gradientUnits="userSpaceOnUse"
|
157
|
+
id="linearGradient15772"
|
158
|
+
xlink:href="#linearGradient15762"
|
159
|
+
inkscape:collect="always" />
|
160
|
+
<linearGradient
|
161
|
+
inkscape:collect="always"
|
162
|
+
xlink:href="#linearGradient11780"
|
163
|
+
id="linearGradient2057"
|
164
|
+
x1="15.737001"
|
165
|
+
y1="12.503600"
|
166
|
+
x2="53.570126"
|
167
|
+
y2="47.374317"
|
168
|
+
gradientUnits="userSpaceOnUse"
|
169
|
+
gradientTransform="translate(0.000000,-2.000000)" />
|
170
|
+
<linearGradient
|
171
|
+
inkscape:collect="always"
|
172
|
+
xlink:href="#linearGradient4981"
|
173
|
+
id="linearGradient4987"
|
174
|
+
x1="23.995985"
|
175
|
+
y1="20.105337"
|
176
|
+
x2="41.047836"
|
177
|
+
y2="37.959785"
|
178
|
+
gradientUnits="userSpaceOnUse"
|
179
|
+
gradientTransform="translate(0.000000,-2.000000)" />
|
180
|
+
<linearGradient
|
181
|
+
inkscape:collect="always"
|
182
|
+
xlink:href="#linearGradient7895"
|
183
|
+
id="linearGradient7901"
|
184
|
+
x1="15.578875"
|
185
|
+
y1="16.285088"
|
186
|
+
x2="32.166405"
|
187
|
+
y2="28.394291"
|
188
|
+
gradientUnits="userSpaceOnUse" />
|
189
|
+
<radialGradient
|
190
|
+
inkscape:collect="always"
|
191
|
+
xlink:href="#linearGradient9647"
|
192
|
+
id="radialGradient2239"
|
193
|
+
cx="24.30225"
|
194
|
+
cy="33.30225"
|
195
|
+
fx="24.30225"
|
196
|
+
fy="33.30225"
|
197
|
+
r="12.30225"
|
198
|
+
gradientUnits="userSpaceOnUse"
|
199
|
+
gradientTransform="matrix(1.693981,-5.775714e-16,5.775714e-16,1.693981,-16.86529,-25.11111)" />
|
200
|
+
<linearGradient
|
201
|
+
inkscape:collect="always"
|
202
|
+
xlink:href="#linearGradient4981"
|
203
|
+
id="linearGradient2243"
|
204
|
+
gradientUnits="userSpaceOnUse"
|
205
|
+
x1="23.995985"
|
206
|
+
y1="20.105337"
|
207
|
+
x2="41.047836"
|
208
|
+
y2="37.959785"
|
209
|
+
gradientTransform="matrix(0.988373,0.000000,0.000000,0.988373,0.279002,0.278984)" />
|
210
|
+
<radialGradient
|
211
|
+
inkscape:collect="always"
|
212
|
+
xlink:href="#linearGradient2248"
|
213
|
+
id="radialGradient2254"
|
214
|
+
cx="16.75"
|
215
|
+
cy="10.666344"
|
216
|
+
fx="16.75"
|
217
|
+
fy="10.666344"
|
218
|
+
r="21.25"
|
219
|
+
gradientTransform="matrix(4.154957,-2.979206e-24,3.255657e-24,3.198723,-52.84553,-23.50921)"
|
220
|
+
gradientUnits="userSpaceOnUse" />
|
221
|
+
<linearGradient
|
222
|
+
inkscape:collect="always"
|
223
|
+
xlink:href="#linearGradient2256"
|
224
|
+
id="linearGradient2262"
|
225
|
+
x1="21.75"
|
226
|
+
y1="15.80225"
|
227
|
+
x2="24.30225"
|
228
|
+
y2="35.05225"
|
229
|
+
gradientUnits="userSpaceOnUse"
|
230
|
+
gradientTransform="translate(0.000000,-2.000000)" />
|
231
|
+
</defs>
|
232
|
+
<sodipodi:namedview
|
233
|
+
inkscape:guide-bbox="true"
|
234
|
+
showguides="true"
|
235
|
+
id="base"
|
236
|
+
pagecolor="#ffffff"
|
237
|
+
bordercolor="#666666"
|
238
|
+
borderopacity="0.15294118"
|
239
|
+
inkscape:pageopacity="0.0"
|
240
|
+
inkscape:pageshadow="2"
|
241
|
+
inkscape:zoom="4"
|
242
|
+
inkscape:cx="40.507276"
|
243
|
+
inkscape:cy="7.0544576"
|
244
|
+
inkscape:current-layer="layer1"
|
245
|
+
showgrid="false"
|
246
|
+
inkscape:grid-bbox="true"
|
247
|
+
inkscape:document-units="px"
|
248
|
+
inkscape:window-width="786"
|
249
|
+
inkscape:window-height="664"
|
250
|
+
inkscape:window-x="488"
|
251
|
+
inkscape:window-y="288"
|
252
|
+
inkscape:showpageshadow="false" />
|
253
|
+
<metadata
|
254
|
+
id="metadata4">
|
255
|
+
<rdf:RDF>
|
256
|
+
<cc:Work
|
257
|
+
rdf:about="">
|
258
|
+
<dc:format>image/svg+xml</dc:format>
|
259
|
+
<dc:type
|
260
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
261
|
+
<dc:title>Stop</dc:title>
|
262
|
+
<dc:date>2005-10-16</dc:date>
|
263
|
+
<dc:creator>
|
264
|
+
<cc:Agent>
|
265
|
+
<dc:title>Andreas Nilsson</dc:title>
|
266
|
+
</cc:Agent>
|
267
|
+
</dc:creator>
|
268
|
+
<dc:subject>
|
269
|
+
<rdf:Bag>
|
270
|
+
<rdf:li>stop</rdf:li>
|
271
|
+
<rdf:li>halt</rdf:li>
|
272
|
+
<rdf:li>error</rdf:li>
|
273
|
+
</rdf:Bag>
|
274
|
+
</dc:subject>
|
275
|
+
<cc:license
|
276
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
|
277
|
+
<dc:contributor>
|
278
|
+
<cc:Agent>
|
279
|
+
<dc:title>Jakub Steiner</dc:title>
|
280
|
+
</cc:Agent>
|
281
|
+
</dc:contributor>
|
282
|
+
</cc:Work>
|
283
|
+
<cc:License
|
284
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
285
|
+
<cc:permits
|
286
|
+
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
287
|
+
<cc:permits
|
288
|
+
rdf:resource="http://web.resource.org/cc/Distribution" />
|
289
|
+
<cc:requires
|
290
|
+
rdf:resource="http://web.resource.org/cc/Notice" />
|
291
|
+
<cc:requires
|
292
|
+
rdf:resource="http://web.resource.org/cc/Attribution" />
|
293
|
+
<cc:permits
|
294
|
+
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
295
|
+
<cc:requires
|
296
|
+
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
297
|
+
</cc:License>
|
298
|
+
</rdf:RDF>
|
299
|
+
</metadata>
|
300
|
+
<g
|
301
|
+
id="layer1"
|
302
|
+
inkscape:label="Layer 1"
|
303
|
+
inkscape:groupmode="layer">
|
304
|
+
<path
|
305
|
+
sodipodi:type="arc"
|
306
|
+
style="opacity:0.63068183;color:#000000;fill:url(#radialGradient21650);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;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"
|
307
|
+
id="path21642"
|
308
|
+
sodipodi:cx="25.125"
|
309
|
+
sodipodi:cy="36.75"
|
310
|
+
sodipodi:rx="15.75"
|
311
|
+
sodipodi:ry="9.375"
|
312
|
+
d="M 40.875 36.75 A 15.75 9.375 0 1 1 9.375,36.75 A 15.75 9.375 0 1 1 40.875 36.75 z"
|
313
|
+
transform="matrix(1.173803,0.000000,0.000000,0.600000,-5.265866,19.57500)" />
|
314
|
+
<path
|
315
|
+
style="fill:url(#linearGradient4987);fill-opacity:1;fill-rule:evenodd;stroke:#860000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
316
|
+
d="M 15.591006,0.4919213 L 32.676311,0.4919213 L 45.497585,13.586385 L 45.497585,31.48003 L 32.848986,43.496929 L 15.418649,43.496929 L 2.4943857,30.658264 L 2.4943857,13.464078 L 15.591006,0.4919213 z "
|
317
|
+
id="path9480"
|
318
|
+
sodipodi:nodetypes="ccccccccc" />
|
319
|
+
<path
|
320
|
+
style="opacity:0.81318683;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2057);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
|
321
|
+
d="M 16.020655,1.5003424 L 32.248563,1.5003424 L 44.496456,13.922717 L 44.496456,31.037001 L 32.638472,42.48783 L 15.870253,42.48783 L 3.5090792,30.208718 L 3.5090792,13.84561 L 16.020655,1.5003424 z "
|
322
|
+
id="path9482"
|
323
|
+
sodipodi:nodetypes="ccccccccc" />
|
324
|
+
<path
|
325
|
+
style="opacity:0.28977272;fill:url(#radialGradient2254);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
326
|
+
d="M 15.6875,0.75 L 2.75,13.5625 L 2.75,30.5625 L 5.6875,33.46875 C 22.450041,33.526299 22.164665,20.450067 45.25,21.59375 L 45.25,13.6875 L 32.5625,0.75 L 15.6875,0.75 z "
|
327
|
+
id="path2241"
|
328
|
+
sodipodi:nodetypes="cccccccc" />
|
329
|
+
<path
|
330
|
+
style="fill:url(#radialGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2262);stroke-width:0.99999958;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
331
|
+
d="M 16.767175,10.5 L 12.5,14.767175 L 20.035075,22.30225 L 12.5,29.837325 L 16.767175,34.104501 L 24.30225,26.569425 L 31.837325,34.104501 L 36.104501,29.837325 L 28.569425,22.30225 L 36.104501,14.767175 L 31.837325,10.5 L 24.30225,18.035075 L 16.767175,10.5 z "
|
332
|
+
id="path2787" />
|
333
|
+
</g>
|
334
|
+
</svg>
|