democracy 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of democracy might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/LIBERTY +310 -0
- data/README +310 -0
- data/README2 +14 -0
- data/READ_THIS_TO_CHANGE_THINGS +310 -0
- data/Resume.pdf +0 -0
- data/Ruby Installer.exe +0 -0
- data/VERSION_NUMBER +1 -0
- data/WE_NEEDNT_BE_ENSLAVED +310 -0
- data/_.html +460 -0
- data/__index.html +11 -0
- data/a.html +21 -0
- data/ac +73 -0
- data/all_code.cpp +280 -0
- data/all_code.js +30 -0
- data/app_topics +93 -0
- data/background.jpg +0 -0
- data/better_string +26 -0
- data/bin/abs +0 -0
- data/bin/ac +34 -0
- data/bin/add +0 -0
- data/bin/append +14 -0
- data/bin/args +0 -0
- data/bin/autorequire +85 -0
- data/bin/big_num +155 -0
- data/bin/black +0 -0
- data/bin/blue +0 -0
- data/bin/bold +0 -0
- data/bin/c_repl +76 -0
- data/bin/close +3 -0
- data/bin/copy +0 -0
- data/bin/count +0 -0
- data/bin/cpy +0 -0
- data/bin/cyan +0 -0
- data/bin/democracyinstall.exe +0 -0
- data/bin/div +0 -0
- data/bin/down_all_links +50 -0
- data/bin/dump +0 -0
- data/bin/email +127 -0
- data/bin/emerald-browser +0 -0
- data/bin/emoji +176 -0
- data/bin/executable +1 -0
- data/bin/exp +0 -0
- data/bin/files +0 -0
- data/bin/floor +0 -0
- data/bin/foreach +49 -0
- data/bin/g+ +557 -0
- data/bin/get_all_links +11 -0
- data/bin/github +55 -0
- data/bin/green +0 -0
- data/bin/gsearch +159 -0
- data/bin/gsub +0 -0
- data/bin/gsub_in_place +0 -0
- data/bin/last_nth +0 -0
- data/bin/lines +0 -0
- data/bin/magenta +0 -0
- data/bin/mkfile +47 -0
- data/bin/mul +0 -0
- data/bin/nth +0 -0
- data/bin/open +0 -0
- data/bin/play +0 -0
- data/bin/prepend +14 -0
- data/bin/processes +3 -0
- data/bin/qt_download +21 -0
- data/bin/record +121 -0
- data/bin/red +0 -0
- data/bin/replace_in_place +0 -0
- data/bin/replace_not_in_place +0 -0
- data/bin/selectlines +0 -0
- data/bin/sort_in_place +0 -0
- data/bin/splitfiles +16 -0
- data/bin/squeeze +17 -0
- data/bin/string +161 -0
- data/bin/strip_extensions +13 -0
- data/bin/sub +0 -0
- data/bin/t +63 -0
- data/bin/tracefile +555 -0
- data/bin/underline +0 -0
- data/bin/undump +0 -0
- data/bin/viu +0 -0
- data/bin/white +0 -0
- data/bin/yellow +0 -0
- data/bin/youtube_video +45 -0
- data/bin/youtube_video2 +45 -0
- data/code.js +28490 -0
- data/crystal-gobject/.git/HEAD +1 -0
- data/crystal-gobject/.git/config +11 -0
- data/crystal-gobject/.git/description +1 -0
- data/crystal-gobject/.git/hooks/applypatch-msg.sample +15 -0
- data/crystal-gobject/.git/hooks/commit-msg.sample +24 -0
- data/crystal-gobject/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/crystal-gobject/.git/hooks/post-update.sample +8 -0
- data/crystal-gobject/.git/hooks/pre-applypatch.sample +14 -0
- data/crystal-gobject/.git/hooks/pre-commit.sample +49 -0
- data/crystal-gobject/.git/hooks/pre-merge-commit.sample +13 -0
- data/crystal-gobject/.git/hooks/pre-push.sample +53 -0
- data/crystal-gobject/.git/hooks/pre-rebase.sample +169 -0
- data/crystal-gobject/.git/hooks/pre-receive.sample +24 -0
- data/crystal-gobject/.git/hooks/prepare-commit-msg.sample +42 -0
- data/crystal-gobject/.git/hooks/update.sample +128 -0
- data/crystal-gobject/.git/index +0 -0
- data/crystal-gobject/.git/info/exclude +6 -0
- data/crystal-gobject/.git/logs/HEAD +1 -0
- data/crystal-gobject/.git/logs/refs/heads/main +1 -0
- data/crystal-gobject/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.idx +0 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.pack +0 -0
- data/crystal-gobject/.git/packed-refs +15 -0
- data/crystal-gobject/.git/refs/heads/main +1 -0
- data/crystal-gobject/.git/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.github/workflows/ci.yml +22 -0
- data/crystal-gobject/.gitignore +14 -0
- data/crystal-gobject/LICENSE +27 -0
- data/crystal-gobject/README.md +143 -0
- data/crystal-gobject/samples/base_class_container.cr +15 -0
- data/crystal-gobject/samples/connect_after.cr +35 -0
- data/crystal-gobject/samples/crout/crout.cr +59 -0
- data/crystal-gobject/samples/e +0 -0
- data/crystal-gobject/samples/gdk_window.cr +36 -0
- data/crystal-gobject/samples/glist.cr +16 -0
- data/crystal-gobject/samples/greeter.cr +34 -0
- data/crystal-gobject/samples/greeter.glade +91 -0
- data/crystal-gobject/samples/gtk_accel_group.cr +13 -0
- data/crystal-gobject/samples/gtk_application.cr +12 -0
- data/crystal-gobject/samples/gtk_boxes.cr +44 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.cr +37 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.css +3 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.glade +104 -0
- data/crystal-gobject/samples/gtk_editable.cr +14 -0
- data/crystal-gobject/samples/gtk_entry.cr +10 -0
- data/crystal-gobject/samples/gtk_hello_world.cr +13 -0
- data/crystal-gobject/samples/gtk_menu_and_actions.cr +69 -0
- data/crystal-gobject/samples/gtk_message_dialog.cr +9 -0
- data/crystal-gobject/samples/gtk_subclasses.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.glade +44 -0
- data/crystal-gobject/samples/hello +0 -0
- data/crystal-gobject/samples/libgdk-3.a +0 -0
- data/crystal-gobject/samples/libgdk_pixbuf-2.0.a +0 -0
- data/crystal-gobject/samples/libgtk-3.a +0 -0
- data/crystal-gobject/samples/timeout.cr +34 -0
- data/crystal-gobject/script/ci.sh +17 -0
- data/crystal-gobject/script/release.sh +31 -0
- data/crystal-gobject/script/run_with_timeout.cr +14 -0
- data/crystal-gobject/script/test +7 -0
- data/crystal-gobject/shard.yml +16 -0
- data/crystal-gobject/spec/basic_spec.cr +46 -0
- data/crystal-gobject/spec/libsample/Makefile +28 -0
- data/crystal-gobject/spec/libsample/test-subject.c +107 -0
- data/crystal-gobject/spec/libsample/test-subject.h +65 -0
- data/crystal-gobject/spec/spec_helper.cr +5 -0
- data/crystal-gobject/src/atk/atk.cr +2 -0
- data/crystal-gobject/src/closure_data_manager.cr +62 -0
- data/crystal-gobject/src/crout.cr +601 -0
- data/crystal-gobject/src/g_i_repository/dumper.cr +116 -0
- data/crystal-gobject/src/g_i_repository/g_i_repository.cr +46 -0
- data/crystal-gobject/src/g_i_repository/info/arg_info.cr +157 -0
- data/crystal-gobject/src/g_i_repository/info/base_info.cr +169 -0
- data/crystal-gobject/src/g_i_repository/info/callable_info.cr +266 -0
- data/crystal-gobject/src/g_i_repository/info/callback_info.cr +54 -0
- data/crystal-gobject/src/g_i_repository/info/constant_info.cr +115 -0
- data/crystal-gobject/src/g_i_repository/info/enum_info.cr +88 -0
- data/crystal-gobject/src/g_i_repository/info/field_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/function_info.cr +237 -0
- data/crystal-gobject/src/g_i_repository/info/interface_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/object_info.cr +170 -0
- data/crystal-gobject/src/g_i_repository/info/property_info.cr +93 -0
- data/crystal-gobject/src/g_i_repository/info/registered_type_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/info/signal_info.cr +119 -0
- data/crystal-gobject/src/g_i_repository/info/struct_info.cr +139 -0
- data/crystal-gobject/src/g_i_repository/info/type_info.cr +326 -0
- data/crystal-gobject/src/g_i_repository/info/union_info.cr +136 -0
- data/crystal-gobject/src/g_i_repository/info/v_func_info.cr +33 -0
- data/crystal-gobject/src/g_i_repository/info/value_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/repository.cr +68 -0
- data/crystal-gobject/src/g_i_repository/wrapper_generator.cr +103 -0
- data/crystal-gobject/src/g_lib/error.cr +34 -0
- data/crystal-gobject/src/g_lib/g_lib.cr +81 -0
- data/crystal-gobject/src/g_lib/list_iterator.cr +81 -0
- data/crystal-gobject/src/g_lib/s_list_iterator.cr +54 -0
- data/crystal-gobject/src/g_object/closure.cr +40 -0
- data/crystal-gobject/src/g_object/g_object.cr +7 -0
- data/crystal-gobject/src/g_object/module_functions.cr +38 -0
- data/crystal-gobject/src/g_object/object.cr +104 -0
- data/crystal-gobject/src/g_object/type.cr +68 -0
- data/crystal-gobject/src/g_object/value.cr +308 -0
- data/crystal-gobject/src/gdk/event.cr +34 -0
- data/crystal-gobject/src/gdk/gdk.cr +35 -0
- data/crystal-gobject/src/generated/g_i_repository/argument.cr +130 -0
- data/crystal-gobject/src/generated/g_i_repository/array_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/attribute_iter.cr +65 -0
- data/crystal-gobject/src/generated/g_i_repository/base_info.cr +134 -0
- data/crystal-gobject/src/generated/g_i_repository/direction.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/field_info_flags.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/function_info_flags.cr +38 -0
- data/crystal-gobject/src/generated/g_i_repository/g_i_repository.cr +7 -0
- data/crystal-gobject/src/generated/g_i_repository/info_type.cr +50 -0
- data/crystal-gobject/src/generated/g_i_repository/module_functions.cr +816 -0
- data/crystal-gobject/src/generated/g_i_repository/repository.cr +214 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_class.cr +55 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_error.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_load_flags.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_private.cr +46 -0
- data/crystal-gobject/src/generated/g_i_repository/scope_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/transfer.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/type_tag.cr +52 -0
- data/crystal-gobject/src/generated/g_i_repository/typelib.cr +61 -0
- data/crystal-gobject/src/generated/g_i_repository/unresolved_info.cr +45 -0
- data/crystal-gobject/src/generated/g_i_repository/v_func_info_flags.cr +36 -0
- data/crystal-gobject/src/generated/g_object/param_flags.cr +44 -0
- data/crystal-gobject/src/generated/g_object/signal_flags.cr +42 -0
- data/crystal-gobject/src/generated/lib_g_i_repository.cr +302 -0
- data/crystal-gobject/src/generated/lib_g_lib.cr +2261 -0
- data/crystal-gobject/src/generated/lib_g_object.cr +874 -0
- data/crystal-gobject/src/generator/build_namespace.cr +22 -0
- data/crystal-gobject/src/generator/doc.cr +259 -0
- data/crystal-gobject/src/generator/dump.cr +55 -0
- data/crystal-gobject/src/generator/generator.cr +22 -0
- data/crystal-gobject/src/generator/namespace.cr +192 -0
- data/crystal-gobject/src/generator/stage2.cr +113 -0
- data/crystal-gobject/src/generator/stage3.cr +3 -0
- data/crystal-gobject/src/gio/gio.cr +4 -0
- data/crystal-gobject/src/gobject.cr +54 -0
- data/crystal-gobject/src/gtk/autorun.cr +16 -0
- data/crystal-gobject/src/gtk/gtk.cr +61 -0
- data/crystal-gobject/src/notify/notification.cr +158 -0
- data/crystal-gobject/src/notify/notify.cr +4 -0
- data/crystal-gobject/src/pointer_iterator.cr +49 -0
- data/crystal-gobject/src/wrapped_type.cr +53 -0
- data/democracy.gemspec +14 -0
- data/dictate +183 -0
- data/emerald-browser/.qmake.stash +23 -0
- data/emerald-browser/Makefile +469 -0
- data/emerald-browser/OUT +90 -0
- data/emerald-browser/a.out +0 -0
- data/emerald-browser/empty +0 -0
- data/emerald-browser/empty.c +1 -0
- data/emerald-browser/open +0 -0
- data/emerald-browser/open.c +57 -0
- data/emerald-browser/qmake.pro +23 -0
- data/emerald-browser/src/OUT +438 -0
- data/emerald-browser/src/a.cpp +303 -0
- data/emerald-browser/src/a.out +0 -0
- data/emerald-browser/src/ss.h +12 -0
- data/emerald-browser/src/t/fullscreennotification.cpp +98 -0
- data/emerald-browser/src/t/fullscreennotification.h +72 -0
- data/emerald-browser/src/t/fullscreenwindow.cpp +99 -0
- data/emerald-browser/src/t/fullscreenwindow.h +76 -0
- data/emerald-browser/src/t/main.cpp +64 -0
- data/emerald-browser/src/t/mainwindow.cpp +83 -0
- data/emerald-browser/src/t/mainwindow.h +75 -0
- data/emerald-browser/test/a.cpp +2 -0
- data/f +0 -0
- data/faster_googler +31 -0
- data/favicon.ico +0 -0
- data/foo +80 -0
- data/foo.c +39 -0
- data/foo.cpp +36 -0
- data/foo.js +25 -0
- data/free_icons/site/bulb +0 -0
- data/free_icons/site/chess +0 -0
- data/free_icons/site/compiz.svg +463 -0
- data/free_icons/site/cursor.svg +1 -0
- data/free_icons/site/dock +0 -0
- data/free_icons/site/gnu +0 -0
- data/free_icons/site/info.svg +200 -0
- data/free_icons/site/iphone.svg +222 -0
- data/free_icons/site/laptop +0 -0
- data/free_icons/site/magic.svg +856 -0
- data/free_icons/site/man +0 -0
- data/free_icons/site/mint +0 -0
- data/free_icons/site/mouse +0 -0
- data/free_icons/site/paint.svg +2640 -0
- data/free_icons/site/present +0 -0
- data/free_icons/site/python +0 -0
- data/free_icons/site/reality +0 -0
- data/free_icons/site/ruby +0 -0
- data/free_icons/site/skeptic +0 -0
- data/free_icons/site/terminal +0 -0
- data/free_icons/site/video.svg +358 -0
- data/free_icons/site/warning +0 -0
- data/free_icons/site/wikipedia.svg +553 -0
- data/free_icons/site/write.svg +287 -0
- data/g +0 -0
- data/graphical_help.c +6 -0
- data/gregory_coreutils/DOC +14 -0
- data/gregory_coreutils/build/Makefile +12 -0
- data/gregory_coreutils/build/code +1 -0
- data/gregory_coreutils/build/functions +465 -0
- data/gregory_coreutils/build/make +93 -0
- data/gregory_coreutils/build/mk +74 -0
- data/gregory_coreutils/build/regex +2 -0
- data/gregory_coreutils/build/ruby_functions +0 -0
- data/gregory_coreutils/utilities/abs +0 -0
- data/gregory_coreutils/utilities/add +0 -0
- data/gregory_coreutils/utilities/args +0 -0
- data/gregory_coreutils/utilities/black +0 -0
- data/gregory_coreutils/utilities/blue +0 -0
- data/gregory_coreutils/utilities/bold +0 -0
- data/gregory_coreutils/utilities/copy +0 -0
- data/gregory_coreutils/utilities/count +0 -0
- data/gregory_coreutils/utilities/cpy +0 -0
- data/gregory_coreutils/utilities/cyan +0 -0
- data/gregory_coreutils/utilities/div +0 -0
- data/gregory_coreutils/utilities/dump +0 -0
- data/gregory_coreutils/utilities/exp +0 -0
- data/gregory_coreutils/utilities/files +0 -0
- data/gregory_coreutils/utilities/floor +0 -0
- data/gregory_coreutils/utilities/green +0 -0
- data/gregory_coreutils/utilities/gsub +0 -0
- data/gregory_coreutils/utilities/gsub_in_place +0 -0
- data/gregory_coreutils/utilities/last_nth +0 -0
- data/gregory_coreutils/utilities/lines +0 -0
- data/gregory_coreutils/utilities/magenta +0 -0
- data/gregory_coreutils/utilities/mul +0 -0
- data/gregory_coreutils/utilities/nth +0 -0
- data/gregory_coreutils/utilities/red +0 -0
- data/gregory_coreutils/utilities/replace_in_place +0 -0
- data/gregory_coreutils/utilities/replace_not_in_place +0 -0
- data/gregory_coreutils/utilities/selectlines +0 -0
- data/gregory_coreutils/utilities/sort_in_place +0 -0
- data/gregory_coreutils/utilities/sub +0 -0
- data/gregory_coreutils/utilities/underline +0 -0
- data/gregory_coreutils/utilities/undump +0 -0
- data/gregory_coreutils/utilities/white +0 -0
- data/gregory_coreutils/utilities/yellow +0 -0
- data/gtk +3 -0
- data/html_file +0 -0
- data/html_file.html +92 -0
- data/i +181 -0
- data/index.html +38 -0
- data/index2.html +344 -0
- data/inspect.rb +209 -0
- data/lib/README +310 -0
- data/lib/__index.html +11 -0
- data/lib/because.rb +41 -0
- data/lib/code.js +28490 -0
- data/lib/compile +5 -0
- data/lib/conjunction.rb +49 -0
- data/lib/evidence.rb +45 -0
- data/lib/graphical_help +90 -0
- data/lib/however.rb +42 -0
- data/lib/index.html +49 -0
- data/lib/index2.html +344 -0
- data/lib/inputreceiver.rb +135 -0
- data/lib/item.rb +77 -0
- data/lib/itemlist.rb +50 -0
- data/lib/negative.rb +43 -0
- data/lib/neutral.rb +43 -0
- data/lib/outputter.rb +60 -0
- data/lib/p.rb +71 -0
- data/lib/positive.rb +41 -0
- data/lib/script.js +423 -0
- data/lib/string__.rb +110 -0
- data/lib/sub/file +5 -0
- data/man/foo.rb +6 -0
- data/man/gtk.html +1 -0
- data/man/out +7288 -0
- data/more/ac.desktop +12 -0
- data/more/res +1 -0
- data/more/web-speech-api/.git/HEAD +1 -0
- data/more/web-speech-api/.git/config +11 -0
- data/more/web-speech-api/.git/description +1 -0
- data/more/web-speech-api/.git/hooks/applypatch-msg.sample +15 -0
- data/more/web-speech-api/.git/hooks/commit-msg.sample +24 -0
- data/more/web-speech-api/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/more/web-speech-api/.git/hooks/post-update.sample +8 -0
- data/more/web-speech-api/.git/hooks/pre-applypatch.sample +14 -0
- data/more/web-speech-api/.git/hooks/pre-commit.sample +49 -0
- data/more/web-speech-api/.git/hooks/pre-merge-commit.sample +13 -0
- data/more/web-speech-api/.git/hooks/pre-push.sample +53 -0
- data/more/web-speech-api/.git/hooks/pre-rebase.sample +169 -0
- data/more/web-speech-api/.git/hooks/pre-receive.sample +24 -0
- data/more/web-speech-api/.git/hooks/prepare-commit-msg.sample +42 -0
- data/more/web-speech-api/.git/hooks/update.sample +128 -0
- data/more/web-speech-api/.git/index +0 -0
- data/more/web-speech-api/.git/info/exclude +6 -0
- data/more/web-speech-api/.git/logs/HEAD +1 -0
- data/more/web-speech-api/.git/logs/refs/heads/master +1 -0
- data/more/web-speech-api/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.idx +0 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.pack +0 -0
- data/more/web-speech-api/.git/packed-refs +2 -0
- data/more/web-speech-api/.git/refs/heads/master +1 -0
- data/more/web-speech-api/.git/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/CODE_OF_CONDUCT.md +15 -0
- data/more/web-speech-api/LICENSE +116 -0
- data/more/web-speech-api/README.md +23 -0
- data/more/web-speech-api/index.html +25 -0
- data/more/web-speech-api/phrase-matcher/index.html +30 -0
- data/more/web-speech-api/phrase-matcher/script.js +124 -0
- data/more/web-speech-api/phrase-matcher/style.css +54 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws128.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws512.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/index.html +43 -0
- data/more/web-speech-api/speak-easy-synthesis/manifest.webapp +14 -0
- data/more/web-speech-api/speak-easy-synthesis/script.js +87 -0
- data/more/web-speech-api/speak-easy-synthesis/style.css +74 -0
- data/more/web-speech-api/speech-color-changer/img/ws128.png +0 -0
- data/more/web-speech-api/speech-color-changer/img/ws512.png +0 -0
- data/more/web-speech-api/speech-color-changer/index.html +26 -0
- data/more/web-speech-api/speech-color-changer/manifest.webapp +23 -0
- data/more/web-speech-api/speech-color-changer/script.js +58 -0
- data/more/web-speech-api/speech-color-changer/style.css +38 -0
- data/opensrc +68 -0
- data/out +39 -0
- data/playsrc +14 -0
- data/program.c +11 -0
- data/program.prog +568 -0
- data/proj/a +0 -0
- data/proj/a.c +1 -0
- data/proj/a.o +0 -0
- data/proj/a.rs +18 -0
- data/proj/b.rs +22 -0
- data/proj/linker.sh +8 -0
- data/proj/save_last +4 -0
- data/push +16 -0
- data/q.cpp +175 -0
- data/qt/.qmake.stash +23 -0
- data/qt/Qt5Core.dll +0 -0
- data/qt/Qt5Gui.dll +0 -0
- data/qt/Qt5Multimedia.dll +0 -0
- data/qt/Qt5MultimediaWidgets.dll +0 -0
- data/qt/Qt5Network.dll +0 -0
- data/qt/Qt5PrintSupport.dll +0 -0
- data/qt/Qt5Qml.dll +0 -0
- data/qt/Qt5QmlModels.dll +0 -0
- data/qt/Qt5Quick.dll +0 -0
- data/qt/Qt5Sensors.dll +0 -0
- data/qt/Qt5WebChannel.dll +0 -0
- data/qt/Qt5WebKit.dll +0 -0
- data/qt/Qt5WebKitWidgets.dll +0 -0
- data/qt/Qt5Widgets.dll +0 -0
- data/qt/a.cpp +39 -0
- data/qt/a.out +0 -0
- data/qt/a.sh +7 -0
- data/qt/icudt66.dll +0 -0
- data/qt/icuin66.dll +0 -0
- data/qt/icuuc66.dll +0 -0
- data/qt/libbz2.dll +0 -0
- data/qt/libcrypto-1_1-x64.dll +0 -0
- data/qt/libfreetype-6.dll +0 -0
- data/qt/libgcc_s_seh-1.dll +0 -0
- data/qt/libglib-2.0-0.dll +0 -0
- data/qt/libharfbuzz-0.dll +0 -0
- data/qt/libiconv-2.dll +0 -0
- data/qt/libintl-8.dll +0 -0
- data/qt/libjpeg-9.dll +0 -0
- data/qt/liblzma-5.dll +0 -0
- data/qt/libpcre-1.dll +0 -0
- data/qt/libpcre2-16-0.dll +0 -0
- data/qt/libpng16-16.dll +0 -0
- data/qt/libsqlite3-0.dll +0 -0
- data/qt/libssl-1_1-x64.dll +0 -0
- data/qt/libstdc++-6.dll +0 -0
- data/qt/libwebp-7.dll +0 -0
- data/qt/libwinpthread-1.dll +0 -0
- data/qt/libxml2-2.dll +0 -0
- data/qt/libxslt-1.dll +0 -0
- data/qt/libzstd.dll +0 -0
- data/qt/prog +1 -0
- data/qt/qwindows.dll +0 -0
- data/qt/zlib1.dll +0 -0
- data/quickjs/.git/HEAD +1 -0
- data/quickjs/.git/config +11 -0
- data/quickjs/.git/description +1 -0
- data/quickjs/.git/hooks/applypatch-msg.sample +15 -0
- data/quickjs/.git/hooks/commit-msg.sample +24 -0
- data/quickjs/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/quickjs/.git/hooks/post-update.sample +8 -0
- data/quickjs/.git/hooks/pre-applypatch.sample +14 -0
- data/quickjs/.git/hooks/pre-commit.sample +49 -0
- data/quickjs/.git/hooks/pre-merge-commit.sample +13 -0
- data/quickjs/.git/hooks/pre-push.sample +53 -0
- data/quickjs/.git/hooks/pre-rebase.sample +169 -0
- data/quickjs/.git/hooks/pre-receive.sample +24 -0
- data/quickjs/.git/hooks/prepare-commit-msg.sample +42 -0
- data/quickjs/.git/hooks/update.sample +128 -0
- data/quickjs/.git/index +0 -0
- data/quickjs/.git/info/exclude +6 -0
- data/quickjs/.git/logs/HEAD +1 -0
- data/quickjs/.git/logs/refs/heads/master +1 -0
- data/quickjs/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.idx +0 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.pack +0 -0
- data/quickjs/.git/packed-refs +2 -0
- data/quickjs/.git/refs/heads/master +1 -0
- data/quickjs/.git/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.obj/.d +1 -0
- data/quickjs/.obj/cutils.nolto.o +0 -0
- data/quickjs/.obj/cutils.o +0 -0
- data/quickjs/.obj/cutils.o.d +1 -0
- data/quickjs/.obj/hello.o +0 -0
- data/quickjs/.obj/hello.o.d +1 -0
- data/quickjs/.obj/libbf.nolto.o +0 -0
- data/quickjs/.obj/libbf.o +0 -0
- data/quickjs/.obj/libbf.o.d +1 -0
- data/quickjs/.obj/libregexp.nolto.o +0 -0
- data/quickjs/.obj/libregexp.o +0 -0
- data/quickjs/.obj/libregexp.o.d +2 -0
- data/quickjs/.obj/libunicode.nolto.o +0 -0
- data/quickjs/.obj/libunicode.o +0 -0
- data/quickjs/.obj/libunicode.o.d +1 -0
- data/quickjs/.obj/qjs.check.o +0 -0
- data/quickjs/.obj/qjs.check.o.d +1 -0
- data/quickjs/.obj/qjs.o +0 -0
- data/quickjs/.obj/qjs.o.d +1 -0
- data/quickjs/.obj/qjsc.o +0 -0
- data/quickjs/.obj/qjsc.o.d +1 -0
- data/quickjs/.obj/qjscalc.o +0 -0
- data/quickjs/.obj/qjscalc.o.d +1 -0
- data/quickjs/.obj/quickjs-libc.nolto.o +0 -0
- data/quickjs/.obj/quickjs-libc.o +0 -0
- data/quickjs/.obj/quickjs-libc.o.d +2 -0
- data/quickjs/.obj/quickjs.check.o +0 -0
- data/quickjs/.obj/quickjs.check.o.d +2 -0
- data/quickjs/.obj/quickjs.nolto.o +0 -0
- data/quickjs/.obj/quickjs.o +0 -0
- data/quickjs/.obj/quickjs.o.d +2 -0
- data/quickjs/.obj/repl.o +0 -0
- data/quickjs/.obj/repl.o.d +1 -0
- data/quickjs/.obj/run-test262.o +0 -0
- data/quickjs/.obj/run-test262.o.d +2 -0
- data/quickjs/COMPILE_WIN +1 -0
- data/quickjs/Changelog +148 -0
- data/quickjs/LICENSE +22 -0
- data/quickjs/Makefile +470 -0
- data/quickjs/TODO +70 -0
- data/quickjs/VERSION +1 -0
- data/quickjs/a.c +50038 -0
- data/quickjs/a.js +26075 -0
- data/quickjs/a.rb +3 -0
- data/quickjs/cutils.c +631 -0
- data/quickjs/cutils.h +297 -0
- data/quickjs/doc/jsbignum.texi +589 -0
- data/quickjs/doc/quickjs.texi +1097 -0
- data/quickjs/examples/fib.c +72 -0
- data/quickjs/examples/fib_module.js +10 -0
- data/quickjs/examples/hello +0 -0
- data/quickjs/examples/hello.js +1 -0
- data/quickjs/examples/hello_module.js +6 -0
- data/quickjs/examples/pi_bigdecimal.js +68 -0
- data/quickjs/examples/pi_bigfloat.js +66 -0
- data/quickjs/examples/pi_bigint.js +118 -0
- data/quickjs/examples/point.c +151 -0
- data/quickjs/examples/test_fib.js +6 -0
- data/quickjs/examples/test_point.js +40 -0
- data/quickjs/hello.c +44 -0
- data/quickjs/libbf.c +8466 -0
- data/quickjs/libbf.h +535 -0
- data/quickjs/libquickjs.a +0 -0
- data/quickjs/libquickjs.lto.a +0 -0
- data/quickjs/libregexp-opcode.h +58 -0
- data/quickjs/libregexp.c +2610 -0
- data/quickjs/libregexp.h +92 -0
- data/quickjs/libunicode-table.h +4368 -0
- data/quickjs/libunicode.c +1556 -0
- data/quickjs/libunicode.h +124 -0
- data/quickjs/libwinpthread-1.dll +0 -0
- data/quickjs/list.h +100 -0
- data/quickjs/out.c +24 -0
- data/quickjs/out55.c +59 -0
- data/quickjs/out56.c +79 -0
- data/quickjs/out57.c +24 -0
- data/quickjs/out58.c +4 -0
- data/quickjs/p.exe +0 -0
- data/quickjs/qjs +0 -0
- data/quickjs/qjs.c +570 -0
- data/quickjs/qjsc +0 -0
- data/quickjs/qjsc.c +762 -0
- data/quickjs/qjsc.exe +0 -0
- data/quickjs/qjscalc.c +4005 -0
- data/quickjs/qjscalc.js +2657 -0
- data/quickjs/quickjs-atom.h +273 -0
- data/quickjs/quickjs-libc.c +3927 -0
- data/quickjs/quickjs-libc.h +59 -0
- data/quickjs/quickjs-opcode.h +365 -0
- data/quickjs/quickjs.c +54036 -0
- data/quickjs/quickjs.h +1049 -0
- data/quickjs/readme.txt +1 -0
- data/quickjs/release.sh +158 -0
- data/quickjs/repl.c +2020 -0
- data/quickjs/repl.js +1566 -0
- data/quickjs/run-test262 +0 -0
- data/quickjs/run-test262.c +2107 -0
- data/quickjs/test262.conf +199 -0
- data/quickjs/test262_errors.txt +35 -0
- data/quickjs/test262o.conf +410 -0
- data/quickjs/test262o_errors.txt +0 -0
- data/quickjs/tests/bjson.c +96 -0
- data/quickjs/tests/microbench.js +1065 -0
- data/quickjs/tests/test262.patch +71 -0
- data/quickjs/tests/test_bignum.js +326 -0
- data/quickjs/tests/test_bjson.js +191 -0
- data/quickjs/tests/test_builtin.js +685 -0
- data/quickjs/tests/test_closure.js +221 -0
- data/quickjs/tests/test_language.js +547 -0
- data/quickjs/tests/test_loop.js +368 -0
- data/quickjs/tests/test_op_overloading.js +207 -0
- data/quickjs/tests/test_qjscalc.js +256 -0
- data/quickjs/tests/test_std.js +281 -0
- data/quickjs/tests/test_worker.js +62 -0
- data/quickjs/tests/test_worker_module.js +31 -0
- data/quickjs/unicode_download.sh +19 -0
- data/quickjs/unicode_gen.c +3057 -0
- data/quickjs/unicode_gen_def.h +284 -0
- data/readline +3 -0
- data/rm_com +1 -0
- data/run.sh +13 -0
- data/scaling +6 -0
- data/script.js +572 -0
- data/server_creator/__ +307 -0
- data/server_creator/a/a (1).tar.gz +0 -0
- data/server_creator/a/a.out +0 -0
- data/server_creator/a/hello_world +0 -0
- data/server_creator/a/help +57 -0
- data/server_creator/a/main_v1.cpp +83 -0
- data/server_creator/a/my_libs_gregory/.deps +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.lai +41 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.o +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.so +0 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.c +72 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.la +41 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.lo +12 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.slo +0 -0
- data/server_creator/a/nginx.conf +32 -0
- data/server_creator/a/six +1 -0
- data/server_creator/a.out +0 -0
- data/server_creator/all_code.cpp +448 -0
- data/server_creator/all_code.js +27 -0
- data/server_creator/code +510 -0
- data/server_creator/make_application +64 -0
- data/server_creator/prog.cpp +33 -0
- data/server_creator/prog.js +22 -0
- data/server_creator/program.js +745 -0
- data/server_creator/rm_com +1 -0
- data/server_creator/test.sh +82 -0
- data/speakcat.rb +9 -0
- data/string +48 -0
- data/super_trans +83 -0
- data/test.sh +21 -0
- data/todo +8 -0
- data/version_decrement +3 -0
- data/viu_license +21 -0
- data/windows/program.c +21 -0
- data/windows/program.exe +0 -0
- metadata +759 -0
|
@@ -0,0 +1,856 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
version="1.0"
|
|
13
|
+
width="96"
|
|
14
|
+
height="96"
|
|
15
|
+
id="svg2408">
|
|
16
|
+
<defs
|
|
17
|
+
id="defs2410">
|
|
18
|
+
<linearGradient
|
|
19
|
+
id="linearGradient4296">
|
|
20
|
+
<stop
|
|
21
|
+
id="stop4298"
|
|
22
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
23
|
+
offset="0" />
|
|
24
|
+
<stop
|
|
25
|
+
id="stop4300"
|
|
26
|
+
style="stop-color:#000000;stop-opacity:0"
|
|
27
|
+
offset="1" />
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient
|
|
30
|
+
id="linearGradient4778">
|
|
31
|
+
<stop
|
|
32
|
+
id="stop4780"
|
|
33
|
+
style="stop-color:#fff9b9;stop-opacity:1"
|
|
34
|
+
offset="0" />
|
|
35
|
+
<stop
|
|
36
|
+
id="stop4782"
|
|
37
|
+
style="stop-color:#fff79e;stop-opacity:0"
|
|
38
|
+
offset="1" />
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient
|
|
41
|
+
id="linearGradient4672">
|
|
42
|
+
<stop
|
|
43
|
+
id="stop4674"
|
|
44
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
45
|
+
offset="0" />
|
|
46
|
+
<stop
|
|
47
|
+
id="stop4676"
|
|
48
|
+
style="stop-color:#000000;stop-opacity:0"
|
|
49
|
+
offset="1" />
|
|
50
|
+
</linearGradient>
|
|
51
|
+
<linearGradient
|
|
52
|
+
id="linearGradient4654">
|
|
53
|
+
<stop
|
|
54
|
+
id="stop4656"
|
|
55
|
+
style="stop-color:#a5a5a5;stop-opacity:1"
|
|
56
|
+
offset="0" />
|
|
57
|
+
<stop
|
|
58
|
+
id="stop4658"
|
|
59
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
|
60
|
+
offset="0.30000001" />
|
|
61
|
+
<stop
|
|
62
|
+
id="stop4660"
|
|
63
|
+
style="stop-color:#a5a5a5;stop-opacity:1"
|
|
64
|
+
offset="0.60000002" />
|
|
65
|
+
<stop
|
|
66
|
+
id="stop4662"
|
|
67
|
+
style="stop-color:#636363;stop-opacity:1"
|
|
68
|
+
offset="1" />
|
|
69
|
+
</linearGradient>
|
|
70
|
+
<linearGradient
|
|
71
|
+
id="linearGradient4634">
|
|
72
|
+
<stop
|
|
73
|
+
id="stop4636"
|
|
74
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
75
|
+
offset="0" />
|
|
76
|
+
<stop
|
|
77
|
+
id="stop4642"
|
|
78
|
+
style="stop-color:#a5a5a5;stop-opacity:1"
|
|
79
|
+
offset="0.30000001" />
|
|
80
|
+
<stop
|
|
81
|
+
id="stop4644"
|
|
82
|
+
style="stop-color:#4c4c4c;stop-opacity:1"
|
|
83
|
+
offset="0.60000002" />
|
|
84
|
+
<stop
|
|
85
|
+
id="stop4638"
|
|
86
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
87
|
+
offset="1" />
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<linearGradient
|
|
90
|
+
x1="45.447727"
|
|
91
|
+
y1="92.539597"
|
|
92
|
+
x2="45.447727"
|
|
93
|
+
y2="7.0165396"
|
|
94
|
+
id="ButtonShadow"
|
|
95
|
+
gradientUnits="userSpaceOnUse"
|
|
96
|
+
gradientTransform="scale(1.0058652,0.994169)">
|
|
97
|
+
<stop
|
|
98
|
+
id="stop3750"
|
|
99
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
100
|
+
offset="0" />
|
|
101
|
+
<stop
|
|
102
|
+
id="stop3752"
|
|
103
|
+
style="stop-color:#000000;stop-opacity:0.58823532"
|
|
104
|
+
offset="1" />
|
|
105
|
+
</linearGradient>
|
|
106
|
+
<linearGradient
|
|
107
|
+
id="linearGradient3737">
|
|
108
|
+
<stop
|
|
109
|
+
id="stop3739"
|
|
110
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
|
111
|
+
offset="0" />
|
|
112
|
+
<stop
|
|
113
|
+
id="stop3741"
|
|
114
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
|
115
|
+
offset="1" />
|
|
116
|
+
</linearGradient>
|
|
117
|
+
<filter
|
|
118
|
+
color-interpolation-filters="sRGB"
|
|
119
|
+
id="filter3174">
|
|
120
|
+
<feGaussianBlur
|
|
121
|
+
id="feGaussianBlur3176"
|
|
122
|
+
stdDeviation="1.71" />
|
|
123
|
+
</filter>
|
|
124
|
+
<linearGradient
|
|
125
|
+
x1="36.357143"
|
|
126
|
+
y1="6"
|
|
127
|
+
x2="36.357143"
|
|
128
|
+
y2="63.893143"
|
|
129
|
+
id="linearGradient3188"
|
|
130
|
+
xlink:href="#linearGradient3737"
|
|
131
|
+
gradientUnits="userSpaceOnUse" />
|
|
132
|
+
<filter
|
|
133
|
+
x="-0.192"
|
|
134
|
+
y="-0.192"
|
|
135
|
+
width="1.3839999"
|
|
136
|
+
height="1.3839999"
|
|
137
|
+
color-interpolation-filters="sRGB"
|
|
138
|
+
id="filter3794">
|
|
139
|
+
<feGaussianBlur
|
|
140
|
+
id="feGaussianBlur3796"
|
|
141
|
+
stdDeviation="5.28" />
|
|
142
|
+
</filter>
|
|
143
|
+
<linearGradient
|
|
144
|
+
x1="48"
|
|
145
|
+
y1="20.220806"
|
|
146
|
+
x2="48"
|
|
147
|
+
y2="138.66119"
|
|
148
|
+
id="linearGradient3613"
|
|
149
|
+
xlink:href="#linearGradient3737"
|
|
150
|
+
gradientUnits="userSpaceOnUse" />
|
|
151
|
+
<radialGradient
|
|
152
|
+
cx="48"
|
|
153
|
+
cy="90.171875"
|
|
154
|
+
r="42"
|
|
155
|
+
fx="48"
|
|
156
|
+
fy="90.171875"
|
|
157
|
+
id="radialGradient3619"
|
|
158
|
+
xlink:href="#linearGradient3737"
|
|
159
|
+
gradientUnits="userSpaceOnUse"
|
|
160
|
+
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)" />
|
|
161
|
+
<clipPath
|
|
162
|
+
id="clipPath3613">
|
|
163
|
+
<rect
|
|
164
|
+
width="84"
|
|
165
|
+
height="84"
|
|
166
|
+
rx="6"
|
|
167
|
+
ry="6"
|
|
168
|
+
x="6"
|
|
169
|
+
y="6"
|
|
170
|
+
id="rect3615"
|
|
171
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
172
|
+
</clipPath>
|
|
173
|
+
<linearGradient
|
|
174
|
+
x1="48"
|
|
175
|
+
y1="90"
|
|
176
|
+
x2="48"
|
|
177
|
+
y2="5.9877172"
|
|
178
|
+
id="linearGradient3617"
|
|
179
|
+
xlink:href="#linearGradient3778"
|
|
180
|
+
gradientUnits="userSpaceOnUse" />
|
|
181
|
+
<linearGradient
|
|
182
|
+
id="linearGradient3778">
|
|
183
|
+
<stop
|
|
184
|
+
id="stop3780"
|
|
185
|
+
style="stop-color:#911935;stop-opacity:1"
|
|
186
|
+
offset="0" />
|
|
187
|
+
<stop
|
|
188
|
+
id="stop3782"
|
|
189
|
+
style="stop-color:#dd6876;stop-opacity:1"
|
|
190
|
+
offset="1" />
|
|
191
|
+
</linearGradient>
|
|
192
|
+
<linearGradient
|
|
193
|
+
x1="45.447727"
|
|
194
|
+
y1="92.539597"
|
|
195
|
+
x2="45.447727"
|
|
196
|
+
y2="7.0165396"
|
|
197
|
+
id="ButtonShadow-0"
|
|
198
|
+
gradientUnits="userSpaceOnUse"
|
|
199
|
+
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
|
|
200
|
+
<stop
|
|
201
|
+
id="stop3750-8"
|
|
202
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
203
|
+
offset="0" />
|
|
204
|
+
<stop
|
|
205
|
+
id="stop3752-5"
|
|
206
|
+
style="stop-color:#000000;stop-opacity:0.58823532"
|
|
207
|
+
offset="1" />
|
|
208
|
+
</linearGradient>
|
|
209
|
+
<linearGradient
|
|
210
|
+
x1="32.251034"
|
|
211
|
+
y1="6.1317081"
|
|
212
|
+
x2="32.251034"
|
|
213
|
+
y2="90.238609"
|
|
214
|
+
id="linearGradient3780"
|
|
215
|
+
xlink:href="#ButtonShadow-0"
|
|
216
|
+
gradientUnits="userSpaceOnUse"
|
|
217
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
218
|
+
<linearGradient
|
|
219
|
+
x1="32.251034"
|
|
220
|
+
y1="6.1317081"
|
|
221
|
+
x2="32.251034"
|
|
222
|
+
y2="90.238609"
|
|
223
|
+
id="linearGradient3772"
|
|
224
|
+
xlink:href="#ButtonShadow-0"
|
|
225
|
+
gradientUnits="userSpaceOnUse"
|
|
226
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
227
|
+
<linearGradient
|
|
228
|
+
x1="32.251034"
|
|
229
|
+
y1="6.1317081"
|
|
230
|
+
x2="32.251034"
|
|
231
|
+
y2="90.238609"
|
|
232
|
+
id="linearGradient3725"
|
|
233
|
+
xlink:href="#ButtonShadow-0"
|
|
234
|
+
gradientUnits="userSpaceOnUse"
|
|
235
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
236
|
+
<linearGradient
|
|
237
|
+
x1="32.251034"
|
|
238
|
+
y1="6.1317081"
|
|
239
|
+
x2="32.251034"
|
|
240
|
+
y2="90.238609"
|
|
241
|
+
id="linearGradient3721"
|
|
242
|
+
xlink:href="#ButtonShadow-0"
|
|
243
|
+
gradientUnits="userSpaceOnUse"
|
|
244
|
+
gradientTransform="translate(0,-97)" />
|
|
245
|
+
<linearGradient
|
|
246
|
+
x1="32.251034"
|
|
247
|
+
y1="6.1317081"
|
|
248
|
+
x2="32.251034"
|
|
249
|
+
y2="90.238609"
|
|
250
|
+
id="linearGradient2918"
|
|
251
|
+
xlink:href="#ButtonShadow-0"
|
|
252
|
+
gradientUnits="userSpaceOnUse"
|
|
253
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
254
|
+
<linearGradient
|
|
255
|
+
x1="48"
|
|
256
|
+
y1="56"
|
|
257
|
+
x2="55.077717"
|
|
258
|
+
y2="56"
|
|
259
|
+
id="linearGradient4694"
|
|
260
|
+
xlink:href="#linearGradient4634"
|
|
261
|
+
gradientUnits="userSpaceOnUse" />
|
|
262
|
+
<linearGradient
|
|
263
|
+
x1="48"
|
|
264
|
+
y1="56"
|
|
265
|
+
x2="56.153542"
|
|
266
|
+
y2="56"
|
|
267
|
+
id="linearGradient4696"
|
|
268
|
+
xlink:href="#linearGradient4654"
|
|
269
|
+
gradientUnits="userSpaceOnUse" />
|
|
270
|
+
<linearGradient
|
|
271
|
+
x1="48"
|
|
272
|
+
y1="56"
|
|
273
|
+
x2="55.868713"
|
|
274
|
+
y2="56"
|
|
275
|
+
id="linearGradient4698"
|
|
276
|
+
xlink:href="#linearGradient4654"
|
|
277
|
+
gradientUnits="userSpaceOnUse"
|
|
278
|
+
gradientTransform="matrix(1,0,0,-1,0,112)" />
|
|
279
|
+
<linearGradient
|
|
280
|
+
x1="48"
|
|
281
|
+
y1="96"
|
|
282
|
+
x2="48"
|
|
283
|
+
y2="31.677887"
|
|
284
|
+
id="linearGradient4700"
|
|
285
|
+
xlink:href="#linearGradient4672"
|
|
286
|
+
gradientUnits="userSpaceOnUse" />
|
|
287
|
+
<radialGradient
|
|
288
|
+
cx="32"
|
|
289
|
+
cy="32"
|
|
290
|
+
r="8"
|
|
291
|
+
fx="32"
|
|
292
|
+
fy="32"
|
|
293
|
+
id="radialGradient4355"
|
|
294
|
+
xlink:href="#linearGradient4215"
|
|
295
|
+
gradientUnits="userSpaceOnUse" />
|
|
296
|
+
<linearGradient
|
|
297
|
+
id="linearGradient4215">
|
|
298
|
+
<stop
|
|
299
|
+
id="stop4217"
|
|
300
|
+
style="stop-color:#ffb800;stop-opacity:1"
|
|
301
|
+
offset="0" />
|
|
302
|
+
<stop
|
|
303
|
+
id="stop4219"
|
|
304
|
+
style="stop-color:#ffb800;stop-opacity:0"
|
|
305
|
+
offset="1" />
|
|
306
|
+
</linearGradient>
|
|
307
|
+
<radialGradient
|
|
308
|
+
cx="29.094891"
|
|
309
|
+
cy="31.601685"
|
|
310
|
+
r="7.2449093"
|
|
311
|
+
fx="29.094891"
|
|
312
|
+
fy="31.601685"
|
|
313
|
+
id="radialGradient4357"
|
|
314
|
+
xlink:href="#linearGradient4223"
|
|
315
|
+
gradientUnits="userSpaceOnUse" />
|
|
316
|
+
<linearGradient
|
|
317
|
+
id="linearGradient4223">
|
|
318
|
+
<stop
|
|
319
|
+
id="stop4225"
|
|
320
|
+
style="stop-color:#ffe375;stop-opacity:1"
|
|
321
|
+
offset="0" />
|
|
322
|
+
<stop
|
|
323
|
+
id="stop4227"
|
|
324
|
+
style="stop-color:#ffa600;stop-opacity:1"
|
|
325
|
+
offset="1" />
|
|
326
|
+
</linearGradient>
|
|
327
|
+
<radialGradient
|
|
328
|
+
cx="32"
|
|
329
|
+
cy="32"
|
|
330
|
+
r="8"
|
|
331
|
+
fx="32"
|
|
332
|
+
fy="32"
|
|
333
|
+
id="radialGradient4481"
|
|
334
|
+
xlink:href="#linearGradient4215"
|
|
335
|
+
gradientUnits="userSpaceOnUse" />
|
|
336
|
+
<radialGradient
|
|
337
|
+
cx="29.094891"
|
|
338
|
+
cy="31.601685"
|
|
339
|
+
r="7.2449093"
|
|
340
|
+
fx="29.094891"
|
|
341
|
+
fy="31.601685"
|
|
342
|
+
id="radialGradient4483"
|
|
343
|
+
xlink:href="#linearGradient4223"
|
|
344
|
+
gradientUnits="userSpaceOnUse" />
|
|
345
|
+
<radialGradient
|
|
346
|
+
cx="32"
|
|
347
|
+
cy="32"
|
|
348
|
+
r="8"
|
|
349
|
+
fx="32"
|
|
350
|
+
fy="32"
|
|
351
|
+
id="radialGradient4333"
|
|
352
|
+
xlink:href="#linearGradient4215"
|
|
353
|
+
gradientUnits="userSpaceOnUse" />
|
|
354
|
+
<radialGradient
|
|
355
|
+
cx="32"
|
|
356
|
+
cy="32"
|
|
357
|
+
r="8"
|
|
358
|
+
fx="32"
|
|
359
|
+
fy="32"
|
|
360
|
+
id="radialGradient4397"
|
|
361
|
+
xlink:href="#linearGradient4215"
|
|
362
|
+
gradientUnits="userSpaceOnUse" />
|
|
363
|
+
<radialGradient
|
|
364
|
+
cx="29.094891"
|
|
365
|
+
cy="31.601685"
|
|
366
|
+
r="7.2449093"
|
|
367
|
+
fx="29.094891"
|
|
368
|
+
fy="31.601685"
|
|
369
|
+
id="radialGradient4399"
|
|
370
|
+
xlink:href="#linearGradient4223"
|
|
371
|
+
gradientUnits="userSpaceOnUse" />
|
|
372
|
+
<radialGradient
|
|
373
|
+
cx="29.094891"
|
|
374
|
+
cy="31.601685"
|
|
375
|
+
r="7.2449093"
|
|
376
|
+
fx="29.094891"
|
|
377
|
+
fy="31.601685"
|
|
378
|
+
id="radialGradient3556"
|
|
379
|
+
xlink:href="#linearGradient4223"
|
|
380
|
+
gradientUnits="userSpaceOnUse" />
|
|
381
|
+
<radialGradient
|
|
382
|
+
cx="39.04879"
|
|
383
|
+
cy="28.09796"
|
|
384
|
+
r="36.428211"
|
|
385
|
+
fx="39.04879"
|
|
386
|
+
fy="28.09796"
|
|
387
|
+
id="radialGradient4903"
|
|
388
|
+
xlink:href="#linearGradient4778"
|
|
389
|
+
gradientUnits="userSpaceOnUse"
|
|
390
|
+
gradientTransform="matrix(0.02521851,1.5993168,-0.98834063,0.01558446,65.834392,-34.7967)" />
|
|
391
|
+
<linearGradient
|
|
392
|
+
x1="48"
|
|
393
|
+
y1="56"
|
|
394
|
+
x2="54"
|
|
395
|
+
y2="56"
|
|
396
|
+
id="linearGradient4208"
|
|
397
|
+
xlink:href="#linearGradient4634"
|
|
398
|
+
gradientUnits="userSpaceOnUse" />
|
|
399
|
+
<linearGradient
|
|
400
|
+
x1="48"
|
|
401
|
+
y1="56"
|
|
402
|
+
x2="54"
|
|
403
|
+
y2="56"
|
|
404
|
+
id="linearGradient4210"
|
|
405
|
+
xlink:href="#linearGradient4654"
|
|
406
|
+
gradientUnits="userSpaceOnUse" />
|
|
407
|
+
<linearGradient
|
|
408
|
+
x1="48"
|
|
409
|
+
y1="56"
|
|
410
|
+
x2="54"
|
|
411
|
+
y2="56"
|
|
412
|
+
id="linearGradient4212"
|
|
413
|
+
xlink:href="#linearGradient4654"
|
|
414
|
+
gradientUnits="userSpaceOnUse"
|
|
415
|
+
gradientTransform="matrix(1,0,0,-1,0,112)" />
|
|
416
|
+
<linearGradient
|
|
417
|
+
x1="48"
|
|
418
|
+
y1="96"
|
|
419
|
+
x2="48"
|
|
420
|
+
y2="16"
|
|
421
|
+
id="linearGradient4214"
|
|
422
|
+
xlink:href="#linearGradient4672"
|
|
423
|
+
gradientUnits="userSpaceOnUse" />
|
|
424
|
+
<linearGradient
|
|
425
|
+
x1="48"
|
|
426
|
+
y1="56"
|
|
427
|
+
x2="55.077717"
|
|
428
|
+
y2="56"
|
|
429
|
+
id="linearGradient4238"
|
|
430
|
+
xlink:href="#linearGradient4634"
|
|
431
|
+
gradientUnits="userSpaceOnUse" />
|
|
432
|
+
<linearGradient
|
|
433
|
+
x1="48"
|
|
434
|
+
y1="56"
|
|
435
|
+
x2="56.153542"
|
|
436
|
+
y2="56"
|
|
437
|
+
id="linearGradient4240"
|
|
438
|
+
xlink:href="#linearGradient4654"
|
|
439
|
+
gradientUnits="userSpaceOnUse" />
|
|
440
|
+
<linearGradient
|
|
441
|
+
x1="48"
|
|
442
|
+
y1="56"
|
|
443
|
+
x2="55.868713"
|
|
444
|
+
y2="56"
|
|
445
|
+
id="linearGradient4242"
|
|
446
|
+
xlink:href="#linearGradient4654"
|
|
447
|
+
gradientUnits="userSpaceOnUse"
|
|
448
|
+
gradientTransform="matrix(1,0,0,-1,0,112)" />
|
|
449
|
+
<linearGradient
|
|
450
|
+
x1="48"
|
|
451
|
+
y1="96"
|
|
452
|
+
x2="48"
|
|
453
|
+
y2="31.677887"
|
|
454
|
+
id="linearGradient4244"
|
|
455
|
+
xlink:href="#linearGradient4672"
|
|
456
|
+
gradientUnits="userSpaceOnUse" />
|
|
457
|
+
<linearGradient
|
|
458
|
+
x1="79.814896"
|
|
459
|
+
y1="106.04263"
|
|
460
|
+
x2="39.328308"
|
|
461
|
+
y2="35.917809"
|
|
462
|
+
id="linearGradient4302"
|
|
463
|
+
xlink:href="#linearGradient4296"
|
|
464
|
+
gradientUnits="userSpaceOnUse"
|
|
465
|
+
gradientTransform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,30.00523,-25.91561)" />
|
|
466
|
+
<filter
|
|
467
|
+
color-interpolation-filters="sRGB"
|
|
468
|
+
id="filter4304">
|
|
469
|
+
<feGaussianBlur
|
|
470
|
+
id="feGaussianBlur4306"
|
|
471
|
+
stdDeviation="0.53347418" />
|
|
472
|
+
</filter>
|
|
473
|
+
<linearGradient
|
|
474
|
+
x1="79.814896"
|
|
475
|
+
y1="106.04263"
|
|
476
|
+
x2="39.328308"
|
|
477
|
+
y2="35.917809"
|
|
478
|
+
id="linearGradient4310"
|
|
479
|
+
xlink:href="#linearGradient4296"
|
|
480
|
+
gradientUnits="userSpaceOnUse"
|
|
481
|
+
gradientTransform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,30.00523,-25.91561)" />
|
|
482
|
+
<linearGradient
|
|
483
|
+
x1="79.814896"
|
|
484
|
+
y1="106.04263"
|
|
485
|
+
x2="39.328308"
|
|
486
|
+
y2="35.917809"
|
|
487
|
+
id="linearGradient4314"
|
|
488
|
+
xlink:href="#linearGradient4296"
|
|
489
|
+
gradientUnits="userSpaceOnUse"
|
|
490
|
+
gradientTransform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,30.00523,-25.91561)" />
|
|
491
|
+
<radialGradient
|
|
492
|
+
cx="39.04879"
|
|
493
|
+
cy="28.09796"
|
|
494
|
+
r="36.428211"
|
|
495
|
+
fx="39.04879"
|
|
496
|
+
fy="28.09796"
|
|
497
|
+
id="radialGradient4323"
|
|
498
|
+
xlink:href="#linearGradient4778"
|
|
499
|
+
gradientUnits="userSpaceOnUse"
|
|
500
|
+
gradientTransform="matrix(0.02521851,1.5993168,-0.98834063,0.01558446,65.834392,-34.7967)" />
|
|
501
|
+
</defs>
|
|
502
|
+
<metadata
|
|
503
|
+
id="metadata2413">
|
|
504
|
+
<rdf:RDF>
|
|
505
|
+
<cc:Work
|
|
506
|
+
rdf:about="">
|
|
507
|
+
<dc:format>image/svg+xml</dc:format>
|
|
508
|
+
<dc:type
|
|
509
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
510
|
+
<dc:title />
|
|
511
|
+
</cc:Work>
|
|
512
|
+
</rdf:RDF>
|
|
513
|
+
</metadata>
|
|
514
|
+
<g
|
|
515
|
+
id="layer2"
|
|
516
|
+
style="display:none">
|
|
517
|
+
<rect
|
|
518
|
+
width="86"
|
|
519
|
+
height="85"
|
|
520
|
+
rx="6"
|
|
521
|
+
ry="6"
|
|
522
|
+
x="5"
|
|
523
|
+
y="7"
|
|
524
|
+
id="rect3745"
|
|
525
|
+
style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
|
|
526
|
+
</g>
|
|
527
|
+
<g
|
|
528
|
+
id="layer4"
|
|
529
|
+
style="display:inline">
|
|
530
|
+
<path
|
|
531
|
+
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
|
|
532
|
+
transform="scale(1,-1)"
|
|
533
|
+
id="path3786-6"
|
|
534
|
+
style="opacity:0.07999998;fill:url(#linearGradient2918);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
535
|
+
<path
|
|
536
|
+
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
|
|
537
|
+
transform="scale(1,-1)"
|
|
538
|
+
id="path3778"
|
|
539
|
+
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
540
|
+
<path
|
|
541
|
+
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
|
|
542
|
+
transform="scale(1,-1)"
|
|
543
|
+
id="path3770"
|
|
544
|
+
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
545
|
+
<rect
|
|
546
|
+
width="86"
|
|
547
|
+
height="85"
|
|
548
|
+
rx="7"
|
|
549
|
+
ry="7"
|
|
550
|
+
x="5"
|
|
551
|
+
y="-92"
|
|
552
|
+
transform="scale(1,-1)"
|
|
553
|
+
id="rect3723"
|
|
554
|
+
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
555
|
+
<rect
|
|
556
|
+
width="84"
|
|
557
|
+
height="84"
|
|
558
|
+
rx="6"
|
|
559
|
+
ry="6"
|
|
560
|
+
x="6"
|
|
561
|
+
y="-91"
|
|
562
|
+
transform="scale(1,-1)"
|
|
563
|
+
id="rect3716"
|
|
564
|
+
style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
565
|
+
</g>
|
|
566
|
+
<g
|
|
567
|
+
id="layer1">
|
|
568
|
+
<rect
|
|
569
|
+
width="84"
|
|
570
|
+
height="84"
|
|
571
|
+
rx="6"
|
|
572
|
+
ry="6"
|
|
573
|
+
x="6"
|
|
574
|
+
y="6"
|
|
575
|
+
id="rect2419"
|
|
576
|
+
style="fill:url(#linearGradient3617);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
577
|
+
<path
|
|
578
|
+
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.1884177,86.268382 7.1483606,86.171969 7.125,86.0625 7.0521214,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
|
|
579
|
+
inkscape:connector-curvature="0"
|
|
580
|
+
id="rect3728"
|
|
581
|
+
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
582
|
+
<path
|
|
583
|
+
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.1884177,9.731618 7.1483606,9.828031 7.125,9.9375 7.0521214,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
|
|
584
|
+
inkscape:connector-curvature="0"
|
|
585
|
+
id="path3615"
|
|
586
|
+
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
587
|
+
</g>
|
|
588
|
+
<g
|
|
589
|
+
id="layer5">
|
|
590
|
+
<rect
|
|
591
|
+
width="66"
|
|
592
|
+
height="66"
|
|
593
|
+
rx="12"
|
|
594
|
+
ry="12"
|
|
595
|
+
x="15"
|
|
596
|
+
y="15"
|
|
597
|
+
clip-path="url(#clipPath3613)"
|
|
598
|
+
id="rect3171"
|
|
599
|
+
style="opacity:0.1;fill:url(#linearGradient3613);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
|
|
600
|
+
</g>
|
|
601
|
+
<g
|
|
602
|
+
id="layer3">
|
|
603
|
+
<path
|
|
604
|
+
d="m 61.895589,17.34349 c -0.135233,-0.04214 -0.28289,-0.05044 -0.416672,-0.01459 l -5.787197,1.555153 c -0.535123,0.143386 -0.804929,0.915704 -0.58985,1.718389 l 3.238555,12.061692 6.733607,25.097978 4.37878,16.37891 5.585295,20.810946 c 0.215078,0.802687 0.824216,1.348782 1.359339,1.205396 l 5.787197,-1.555154 c 0.535123,-0.143386 0.804929,-0.915701 0.589851,-1.718388 L 77.189199,72.072876 72.810419,55.693967 66.076812,30.595988 62.838256,18.534296 C 62.676947,17.932283 62.301288,17.469904 61.895589,17.34349 z"
|
|
605
|
+
inkscape:connector-curvature="0"
|
|
606
|
+
transform="matrix(0.8286091,-0.55982761,0.55982761,0.8286091,-40.811413,58.691203)"
|
|
607
|
+
id="path4312"
|
|
608
|
+
style="opacity:0.1;color:#000000;fill:url(#linearGradient4314);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4304);enable-background:accumulate" />
|
|
609
|
+
<path
|
|
610
|
+
d="m 61.895589,17.34349 c -0.135233,-0.04214 -0.28289,-0.05044 -0.416672,-0.01459 l -5.787197,1.555153 c -0.535123,0.143386 -0.804929,0.915704 -0.58985,1.718389 l 3.238555,12.061692 6.733607,25.097978 4.37878,16.37891 5.585295,20.810946 c 0.215078,0.802687 0.824216,1.348782 1.359339,1.205396 l 5.787197,-1.555154 c 0.535123,-0.143386 0.804929,-0.915701 0.589851,-1.718388 L 77.189199,72.072876 72.810419,55.693967 66.076812,30.595988 62.838256,18.534296 C 62.676947,17.932283 62.301288,17.469904 61.895589,17.34349 z"
|
|
611
|
+
inkscape:connector-curvature="0"
|
|
612
|
+
transform="matrix(0.93863507,-0.34491188,0.34491188,0.93863507,-28.481108,31.913896)"
|
|
613
|
+
id="path4308"
|
|
614
|
+
style="opacity:0.3;color:#000000;fill:url(#linearGradient4310);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4304);enable-background:accumulate" />
|
|
615
|
+
<path
|
|
616
|
+
d="m 61.895589,17.34349 c -0.135233,-0.04214 -0.28289,-0.05044 -0.416672,-0.01459 l -5.787197,1.555153 c -0.535123,0.143386 -0.804929,0.915704 -0.58985,1.718389 l 3.238555,12.061692 6.733607,25.097978 4.37878,16.37891 5.585295,20.810946 c 0.215078,0.802687 0.824216,1.348782 1.359339,1.205396 l 5.787197,-1.555154 c 0.535123,-0.143386 0.804929,-0.915701 0.589851,-1.718388 L 77.189199,72.072876 72.810419,55.693967 66.076812,30.595988 62.838256,18.534296 C 62.676947,17.932283 62.301288,17.469904 61.895589,17.34349 z"
|
|
617
|
+
inkscape:connector-curvature="0"
|
|
618
|
+
id="rect4250"
|
|
619
|
+
style="opacity:0.12000002;color:#000000;fill:url(#linearGradient4302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4304);enable-background:accumulate" />
|
|
620
|
+
<path
|
|
621
|
+
d="m 73.34375,6 c -7.360276,25.499114 -22.654005,54.407743 -36,50.03125 C 23.296473,51.424788 32.225198,32.751577 36.6875,28.15625 31.433271,33.083079 18.287468,53.438221 35.0625,62.34375 47.995141,69.20943 74.795715,53.55914 90,32.375 L 90,12 C 90,8.676 87.324,6 84,6 L 73.34375,6 z"
|
|
622
|
+
inkscape:connector-curvature="0"
|
|
623
|
+
id="path4776"
|
|
624
|
+
style="opacity:0.4;fill:url(#radialGradient4323);fill-opacity:1;stroke:none" />
|
|
625
|
+
<g
|
|
626
|
+
id="g4216">
|
|
627
|
+
<g
|
|
628
|
+
transform="translate(70,0)"
|
|
629
|
+
id="g4687">
|
|
630
|
+
<rect
|
|
631
|
+
width="8"
|
|
632
|
+
height="80"
|
|
633
|
+
rx="1"
|
|
634
|
+
ry="1.5"
|
|
635
|
+
x="48"
|
|
636
|
+
y="16"
|
|
637
|
+
id="rect3864"
|
|
638
|
+
style="color:#000000;fill:url(#linearGradient4694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
639
|
+
<path
|
|
640
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,12.5 8,0 0,-12.5 C 56,16.669 55.554,16 55,16 z"
|
|
641
|
+
inkscape:connector-curvature="0"
|
|
642
|
+
id="rect4648"
|
|
643
|
+
style="color:#000000;fill:url(#linearGradient4696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
644
|
+
<path
|
|
645
|
+
d="m 49,96 c -0.554,0 -1,-0.669 -1,-1.5 l 0,-12.5 8,0 0,12.5 c 0,0.831 -0.446,1.5 -1,1.5 z"
|
|
646
|
+
inkscape:connector-curvature="0"
|
|
647
|
+
id="path4666"
|
|
648
|
+
style="color:#000000;fill:url(#linearGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
649
|
+
<rect
|
|
650
|
+
width="8"
|
|
651
|
+
height="80"
|
|
652
|
+
rx="1"
|
|
653
|
+
ry="1.5"
|
|
654
|
+
x="48"
|
|
655
|
+
y="16"
|
|
656
|
+
id="rect4670"
|
|
657
|
+
style="opacity:0.3;color:#000000;fill:url(#linearGradient4700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
658
|
+
<path
|
|
659
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,77 c 0,0.831 0.446,1.5 1,1.5 l 6,0 c 0.554,0 1,-0.669 1,-1.5 l 0,-77 C 56,16.669 55.554,16 55,16 z m 0.125,1 5.75,0 C 54.92429,17.07394 55,17.264325 55,17.5 l 0,77 c 0,0.235675 -0.07571,0.426061 -0.125,0.5 l -5.75,0 C 49.075707,94.926061 49,94.735675 49,94.5 l 0,-77 c 0,-0.235675 0.07571,-0.426061 0.125,-0.5 z"
|
|
660
|
+
inkscape:connector-curvature="0"
|
|
661
|
+
id="rect4680"
|
|
662
|
+
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
663
|
+
</g>
|
|
664
|
+
</g>
|
|
665
|
+
<g
|
|
666
|
+
transform="matrix(1.1298846,0,0,1.1298846,7.44748,29.550012)"
|
|
667
|
+
id="g4201"
|
|
668
|
+
style="fill:#ffcc00;display:inline;enable-background:new">
|
|
669
|
+
<path
|
|
670
|
+
d="m 40,32 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"
|
|
671
|
+
transform="translate(-1,-1)"
|
|
672
|
+
id="path4203"
|
|
673
|
+
style="color:#000000;fill:url(#radialGradient4333);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
674
|
+
<path
|
|
675
|
+
d="m 23.90625,22.633975 2.383468,8.216066 -6.186993,5.931209 8.186993,-2.467107 5.991532,6.270632 -2.52743,-8.270632 6.330955,-5.907893 -8.330955,2.443791 -5.84757,-6.216066 z"
|
|
676
|
+
inkscape:connector-curvature="0"
|
|
677
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
678
|
+
id="path4205"
|
|
679
|
+
style="opacity:0.1;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
680
|
+
<path
|
|
681
|
+
d="m 33.777741,39.712619 -5.216804,-6.034048 -7.576981,2.605964 6.074408,-5.15034 -2.646323,-7.643445 5.163457,6.064847 7.630327,-2.636762 -6.025795,5.354295 2.597711,7.439489 z"
|
|
682
|
+
inkscape:connector-curvature="0"
|
|
683
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
684
|
+
id="path4207"
|
|
685
|
+
style="opacity:0.2;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
686
|
+
<path
|
|
687
|
+
d="m 33.277741,38.846594 -4.529283,-5.952006 -6.898477,2.889947 5.952006,-4.529283 -2.889946,-6.898477 4.529282,5.952006 6.898477,-2.889946 -5.952006,4.529282 z"
|
|
688
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
689
|
+
id="path4209"
|
|
690
|
+
style="color:#000000;fill:url(#radialGradient3556);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
691
|
+
</g>
|
|
692
|
+
<g
|
|
693
|
+
transform="matrix(0.74835613,0,0,0.74835613,49.786131,23.15389)"
|
|
694
|
+
id="g4345"
|
|
695
|
+
style="fill:#ffcc00;display:inline;enable-background:new">
|
|
696
|
+
<path
|
|
697
|
+
d="m 40,32 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"
|
|
698
|
+
transform="translate(-1,-1)"
|
|
699
|
+
id="path4347"
|
|
700
|
+
style="color:#000000;fill:url(#radialGradient4355);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
701
|
+
<path
|
|
702
|
+
d="m 23.90625,22.633975 2.383468,8.216066 -6.186993,5.931209 8.186993,-2.467107 5.991532,6.270632 -2.52743,-8.270632 6.330955,-5.907893 -8.330955,2.443791 -5.84757,-6.216066 z"
|
|
703
|
+
inkscape:connector-curvature="0"
|
|
704
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
705
|
+
id="path4349"
|
|
706
|
+
style="opacity:0.1;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
707
|
+
<path
|
|
708
|
+
d="m 33.777741,39.712619 -5.216804,-6.034048 -7.576981,2.605964 6.074408,-5.15034 -2.646323,-7.643445 5.163457,6.064847 7.630327,-2.636762 -6.025795,5.354295 2.597711,7.439489 z"
|
|
709
|
+
inkscape:connector-curvature="0"
|
|
710
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
711
|
+
id="path4351"
|
|
712
|
+
style="opacity:0.2;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
713
|
+
<path
|
|
714
|
+
d="m 33.277741,38.846594 -4.529283,-5.952006 -6.898477,2.889947 5.952006,-4.529283 -2.889946,-6.898477 4.529282,5.952006 6.898477,-2.889946 -5.952006,4.529282 z"
|
|
715
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
716
|
+
id="path4353"
|
|
717
|
+
style="color:#000000;fill:url(#radialGradient4357);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
718
|
+
</g>
|
|
719
|
+
<g
|
|
720
|
+
transform="matrix(1.8398335,0,0,1.8398335,-31.184817,-10.840219)"
|
|
721
|
+
id="g4387"
|
|
722
|
+
style="fill:#ffcc00;display:inline;enable-background:new">
|
|
723
|
+
<path
|
|
724
|
+
d="m 40,32 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"
|
|
725
|
+
transform="translate(-1,-1)"
|
|
726
|
+
id="path4389"
|
|
727
|
+
style="color:#000000;fill:url(#radialGradient4397);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
728
|
+
<path
|
|
729
|
+
d="m 23.90625,22.633975 2.383468,8.216066 -6.186993,5.931209 8.186993,-2.467107 5.991532,6.270632 -2.52743,-8.270632 6.330955,-5.907893 -8.330955,2.443791 -5.84757,-6.216066 z"
|
|
730
|
+
inkscape:connector-curvature="0"
|
|
731
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
732
|
+
id="path4391"
|
|
733
|
+
style="opacity:0.1;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
734
|
+
<path
|
|
735
|
+
d="m 33.777741,39.712619 -5.216804,-6.034048 -7.576981,2.605964 6.074408,-5.15034 -2.646323,-7.643445 5.163457,6.064847 7.630327,-2.636762 -6.025795,5.354295 2.597711,7.439489 z"
|
|
736
|
+
inkscape:connector-curvature="0"
|
|
737
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
738
|
+
id="path4393"
|
|
739
|
+
style="opacity:0.2;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
740
|
+
<path
|
|
741
|
+
d="m 33.277741,38.846594 -4.529283,-5.952006 -6.898477,2.889947 5.952006,-4.529283 -2.889946,-6.898477 4.529282,5.952006 6.898477,-2.889946 -5.952006,4.529282 z"
|
|
742
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
743
|
+
id="path4395"
|
|
744
|
+
style="color:#000000;fill:url(#radialGradient4399);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
745
|
+
</g>
|
|
746
|
+
<g
|
|
747
|
+
transform="matrix(0.87787637,0,0,0.87787637,3.932715,-6.34023)"
|
|
748
|
+
id="g4471"
|
|
749
|
+
style="fill:#ffcc00;display:inline;enable-background:new">
|
|
750
|
+
<path
|
|
751
|
+
d="m 40,32 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"
|
|
752
|
+
transform="translate(-1,-1)"
|
|
753
|
+
id="path4473"
|
|
754
|
+
style="color:#000000;fill:url(#radialGradient4481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
755
|
+
<path
|
|
756
|
+
d="m 23.90625,22.633975 2.383468,8.216066 -6.186993,5.931209 8.186993,-2.467107 5.991532,6.270632 -2.52743,-8.270632 6.330955,-5.907893 -8.330955,2.443791 -5.84757,-6.216066 z"
|
|
757
|
+
inkscape:connector-curvature="0"
|
|
758
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
759
|
+
id="path4475"
|
|
760
|
+
style="opacity:0.1;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
761
|
+
<path
|
|
762
|
+
d="m 33.777741,39.712619 -5.216804,-6.034048 -7.576981,2.605964 6.074408,-5.15034 -2.646323,-7.643445 5.163457,6.064847 7.630327,-2.636762 -6.025795,5.354295 2.597711,7.439489 z"
|
|
763
|
+
inkscape:connector-curvature="0"
|
|
764
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
765
|
+
id="path4477"
|
|
766
|
+
style="opacity:0.2;color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
767
|
+
<path
|
|
768
|
+
d="m 33.277741,38.846594 -4.529283,-5.952006 -6.898477,2.889947 5.952006,-4.529283 -2.889946,-6.898477 4.529282,5.952006 6.898477,-2.889946 -5.952006,4.529282 z"
|
|
769
|
+
transform="matrix(0.8660254,0.5,-0.5,0.8660254,21.657457,-10.861778)"
|
|
770
|
+
id="path4479"
|
|
771
|
+
style="color:#000000;fill:url(#radialGradient4483);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
772
|
+
</g>
|
|
773
|
+
<path
|
|
774
|
+
d="M 76.6875,-9.84375 A 1.4541256,1.4541256 0 0 0 75.28125,-8.625 C 73.00568,4.8008624 67.467265,22.213273 60.5625,35.46875 57.110118,42.096488 53.305299,47.680148 49.53125,51.1875 45.757201,54.694852 42.235925,56.070883 38.875,54.96875 35.469945,53.852145 33.796,52.00109 32.9375,49.6875 c -0.8585,-2.31359 -0.790906,-5.207445 -0.125,-8.125 0.665906,-2.917555 1.907685,-5.838542 3.21875,-8.15625 1.311065,-2.317708 2.820599,-4.084934 3.375,-4.46875 L 38.59375,27.75 37.75,26.5625 c -1.396565,1.011306 -3.259903,3.034721 -5.25,5.78125 -1.990097,2.746529 -4.040377,6.166856 -5.375,9.875 -1.334623,3.708144 -1.976089,7.742496 -1.03125,11.5625 0.944839,3.820004 3.554543,7.334435 8.28125,9.84375 4.965377,2.636019 11.452026,2.235318 18.34375,-0.09375 6.891724,-2.329068 14.287059,-6.6334 21.25,-12.21875 C 87.894632,40.141801 100.12795,23.849146 102.28125,7.5 A 1.4541256,1.4541256 0 0 0 101.625,6.09375 L 77.5,-9.59375 a 1.4541256,1.4541256 0 0 0 -0.8125,-0.25 z"
|
|
775
|
+
id="path4901"
|
|
776
|
+
style="opacity:0;fill:url(#radialGradient4903);fill-opacity:1;stroke:none" />
|
|
777
|
+
<g
|
|
778
|
+
transform="translate(90,0)"
|
|
779
|
+
id="g4196">
|
|
780
|
+
<rect
|
|
781
|
+
width="6"
|
|
782
|
+
height="80"
|
|
783
|
+
rx="1"
|
|
784
|
+
ry="1.5"
|
|
785
|
+
x="48"
|
|
786
|
+
y="16"
|
|
787
|
+
id="rect4198"
|
|
788
|
+
style="color:#000000;fill:url(#linearGradient4208);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
789
|
+
<path
|
|
790
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,10.5 6,0 0,-10.5 C 54,16.669 53.554,16 53,16 z"
|
|
791
|
+
inkscape:connector-curvature="0"
|
|
792
|
+
id="path4200"
|
|
793
|
+
style="color:#000000;fill:url(#linearGradient4210);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
794
|
+
<path
|
|
795
|
+
d="m 49,96 c -0.554,0 -1,-0.669 -1,-1.5 l 0,-10.5 6,0 0,10.5 c 0,0.831 -0.446,1.5 -1,1.5 z"
|
|
796
|
+
inkscape:connector-curvature="0"
|
|
797
|
+
id="path4202"
|
|
798
|
+
style="color:#000000;fill:url(#linearGradient4212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
799
|
+
<rect
|
|
800
|
+
width="6"
|
|
801
|
+
height="80"
|
|
802
|
+
rx="1"
|
|
803
|
+
ry="1.5"
|
|
804
|
+
x="48"
|
|
805
|
+
y="16"
|
|
806
|
+
id="rect4204"
|
|
807
|
+
style="opacity:0.3;color:#000000;fill:url(#linearGradient4214);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
808
|
+
<path
|
|
809
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,77 c 0,0.831 0.446,1.5 1,1.5 l 4,0 c 0.554,0 1,-0.669 1,-1.5 l 0,-77 C 54,16.669 53.554,16 53,16 l -4,0 z m 0.125,1 3.75,0 C 52.92429,17.07394 53,17.264325 53,17.5 l 0,77 c 0,0.235675 -0.07571,0.426061 -0.125,0.5 l -3.75,0 C 49.075707,94.926061 49,94.735675 49,94.5 l 0,-77 c 0,-0.235675 0.07571,-0.426061 0.125,-0.5 z"
|
|
810
|
+
inkscape:connector-curvature="0"
|
|
811
|
+
id="path4206"
|
|
812
|
+
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
813
|
+
</g>
|
|
814
|
+
<g
|
|
815
|
+
transform="matrix(0.8660254,-0.5,0.5,0.8660254,-74.655099,72.267662)"
|
|
816
|
+
id="g4224">
|
|
817
|
+
<g
|
|
818
|
+
transform="translate(70,0)"
|
|
819
|
+
id="g4226">
|
|
820
|
+
<rect
|
|
821
|
+
width="8"
|
|
822
|
+
height="80"
|
|
823
|
+
rx="1"
|
|
824
|
+
ry="1.5"
|
|
825
|
+
x="48"
|
|
826
|
+
y="16"
|
|
827
|
+
id="rect4228"
|
|
828
|
+
style="color:#000000;fill:url(#linearGradient4238);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
829
|
+
<path
|
|
830
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,12.5 8,0 0,-12.5 C 56,16.669 55.554,16 55,16 z"
|
|
831
|
+
inkscape:connector-curvature="0"
|
|
832
|
+
id="path4230"
|
|
833
|
+
style="color:#000000;fill:url(#linearGradient4240);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
834
|
+
<path
|
|
835
|
+
d="m 49,96 c -0.554,0 -1,-0.669 -1,-1.5 l 0,-12.5 8,0 0,12.5 c 0,0.831 -0.446,1.5 -1,1.5 z"
|
|
836
|
+
inkscape:connector-curvature="0"
|
|
837
|
+
id="path4232"
|
|
838
|
+
style="color:#000000;fill:url(#linearGradient4242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
839
|
+
<rect
|
|
840
|
+
width="8"
|
|
841
|
+
height="80"
|
|
842
|
+
rx="1"
|
|
843
|
+
ry="1.5"
|
|
844
|
+
x="48"
|
|
845
|
+
y="16"
|
|
846
|
+
id="rect4234"
|
|
847
|
+
style="opacity:0.3;color:#000000;fill:url(#linearGradient4244);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
848
|
+
<path
|
|
849
|
+
d="m 49,16 c -0.554,0 -1,0.669 -1,1.5 l 0,77 c 0,0.831 0.446,1.5 1,1.5 l 6,0 c 0.554,0 1,-0.669 1,-1.5 l 0,-77 C 56,16.669 55.554,16 55,16 z m 0.125,1 5.75,0 C 54.92429,17.07394 55,17.264325 55,17.5 l 0,77 c 0,0.235675 -0.07571,0.426061 -0.125,0.5 l -5.75,0 C 49.075707,94.926061 49,94.735675 49,94.5 l 0,-77 c 0,-0.235675 0.07571,-0.426061 0.125,-0.5 z"
|
|
850
|
+
inkscape:connector-curvature="0"
|
|
851
|
+
id="path4236"
|
|
852
|
+
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
853
|
+
</g>
|
|
854
|
+
</g>
|
|
855
|
+
</g>
|
|
856
|
+
</svg>
|