rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -2
- data/ext/groonga/rb-grn-expression.c +4 -3
- data/ext/groonga/rb-grn-object.c +13 -0
- data/ext/groonga/rb-grn-snippet.c +32 -126
- data/ext/groonga/rb-grn.h +14 -11
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga/plugin.h +1 -1
- data/vendor/local/include/groonga/groonga.h +10 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
- data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/source/community.txt +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
- data/vendor/local/share/doc/groonga/source/install.txt +72 -8
- data/vendor/local/share/doc/groonga/source/news.txt +45 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/source/type.txt +30 -21
- data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
- data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
- data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
- data/vendor/local/share/groonga/html/admin/index.html +1 -1
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
- data/vendor/local/share/man/man1/groonga.1 +510 -211
- metadata +62 -15
- data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
- data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
ADDED
@@ -0,0 +1,170 @@
|
|
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="120"
|
13
|
+
height="60"
|
14
|
+
id="svg7234"
|
15
|
+
version="1.1"
|
16
|
+
inkscape:version="0.48.1 r9760"
|
17
|
+
sodipodi:docname="新規ドキュメント 71">
|
18
|
+
<defs
|
19
|
+
id="defs7236">
|
20
|
+
<linearGradient
|
21
|
+
gradientTransform="translate(-170,-202.49496)"
|
22
|
+
id="SVGID_21_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="459.35349"
|
25
|
+
y1="540.44342"
|
26
|
+
x2="459.35349"
|
27
|
+
y2="570.87878">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#3FA9F5"
|
31
|
+
id="stop4296" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#0071BC"
|
35
|
+
id="stop4298" />
|
36
|
+
</linearGradient>
|
37
|
+
</defs>
|
38
|
+
<sodipodi:namedview
|
39
|
+
id="base"
|
40
|
+
pagecolor="#ffffff"
|
41
|
+
bordercolor="#666666"
|
42
|
+
borderopacity="1.0"
|
43
|
+
inkscape:pageopacity="0.0"
|
44
|
+
inkscape:pageshadow="2"
|
45
|
+
inkscape:zoom="0.35"
|
46
|
+
inkscape:cx="135"
|
47
|
+
inkscape:cy="-132.85715"
|
48
|
+
inkscape:document-units="px"
|
49
|
+
inkscape:current-layer="layer1"
|
50
|
+
showgrid="false"
|
51
|
+
fit-margin-top="0"
|
52
|
+
fit-margin-left="0"
|
53
|
+
fit-margin-right="0"
|
54
|
+
fit-margin-bottom="0"
|
55
|
+
inkscape:window-width="902"
|
56
|
+
inkscape:window-height="442"
|
57
|
+
inkscape:window-x="1928"
|
58
|
+
inkscape:window-y="52"
|
59
|
+
inkscape:window-maximized="0" />
|
60
|
+
<metadata
|
61
|
+
id="metadata7239">
|
62
|
+
<rdf:RDF>
|
63
|
+
<cc:Work
|
64
|
+
rdf:about="">
|
65
|
+
<dc:format>image/svg+xml</dc:format>
|
66
|
+
<dc:type
|
67
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
68
|
+
<dc:title></dc:title>
|
69
|
+
</cc:Work>
|
70
|
+
</rdf:RDF>
|
71
|
+
</metadata>
|
72
|
+
<g
|
73
|
+
inkscape:label="レイヤー 1"
|
74
|
+
inkscape:groupmode="layer"
|
75
|
+
id="layer1"
|
76
|
+
transform="translate(-240,-319.50504)">
|
77
|
+
<rect
|
78
|
+
style="fill:#00293f"
|
79
|
+
x="240"
|
80
|
+
y="319.50504"
|
81
|
+
width="120"
|
82
|
+
height="60"
|
83
|
+
id="rect4240" />
|
84
|
+
<rect
|
85
|
+
x="240"
|
86
|
+
y="319.50504"
|
87
|
+
width="120"
|
88
|
+
height="14"
|
89
|
+
id="rect4283" />
|
90
|
+
<path
|
91
|
+
style="fill:#ffffff"
|
92
|
+
inkscape:connector-curvature="0"
|
93
|
+
d="m 273.035,348.47704 c -0.666,-0.145 -1.137,-0.223 -1.716,-0.223 -1.421,0 -2.659,0.414 -3.687,1.229 -0.045,0.031 -0.096,0.071 -0.15,0.123 -0.115,0.099 -0.227,0.202 -0.334,0.309 -0.737,0.656 -1.377,0.975 -1.377,-0.614 v -0.333 c 0,-0.201 -0.162,-0.365 -0.365,-0.365 h -1.047 c -0.1,0 -0.193,0.04 -0.262,0.112 -0.07,0.07 -0.106,0.167 -0.104,0.265 0.053,1.661 0.107,3.38 0.107,4.798 v 9.352 c 0,0.202 0.164,0.366 0.365,0.366 h 1.102 c 0.201,0 0.365,-0.164 0.365,-0.366 v -4.944 c 0,-0.684 0.053,-1.896 0.154,-2.4 0.781,-3.89 2.484,-5.779 5.204,-5.779 0.488,0 0.938,0.082 1.433,0.181 0.023,0.006 0.049,0.008 0.072,0.008 0.073,0 0.146,-0.022 0.208,-0.065 0.081,-0.056 0.137,-0.144 0.152,-0.242 l 0.161,-0.993 c 0.034,-0.196 -0.091,-0.377 -0.281,-0.419 z"
|
94
|
+
id="path4285" />
|
95
|
+
<path
|
96
|
+
style="fill:#ffffff"
|
97
|
+
inkscape:connector-curvature="0"
|
98
|
+
d="m 317.447,349.27104 c -1.253,-0.885 -2.64,-1.017 -3.354,-1.017 -1.452,0 -2.817,0.455 -3.901,1.244 -0.002,0.002 -0.005,0.002 -0.007,0.005 -0.501,0.322 -1.311,0.452 -1.306,-0.313 v -0.009 c 0,-0.055 -0.002,-0.101 -0.008,-0.139 l -0.004,-0.091 c -0.008,-0.194 -0.169,-0.349 -0.364,-0.349 h -1.048 c -0.102,0 -0.197,0.041 -0.266,0.115 -0.069,0.074 -0.105,0.173 -0.098,0.274 0.075,1.138 0.105,2.08 0.105,3.254 v 10.883 c 0,0.202 0.164,0.366 0.365,0.366 h 1.102 c 0.201,0 0.365,-0.164 0.365,-0.366 v -8.732 c 0,-0.406 0.127,-0.879 0.244,-1.186 0.002,-0.005 0.004,-0.01 0.006,-0.013 0.52,-1.518 2.105,-3.053 4.197,-3.229 1.613,0.001 4.152,1.176 4.5,4.102 0.008,0.075 0.016,0.149 0.021,0.223 0.002,0.023 0.004,0.048 0.006,0.074 0.003,0.034 0.004,0.068 0.008,0.104 0.004,0.095 0.007,0.191 0.007,0.29 0,0.167 0.003,0.317 0.009,0.454 v 7.914 c 0,0.202 0.162,0.366 0.365,0.366 h 1.102 c 0.201,0 0.365,-0.164 0.365,-0.366 v -8.115 c 10e-4,-2.68 -0.811,-4.612 -2.411,-5.743 z"
|
99
|
+
id="path4287" />
|
100
|
+
<path
|
101
|
+
style="fill:#ffffff"
|
102
|
+
inkscape:connector-curvature="0"
|
103
|
+
d="m 356.461,361.91004 c -0.066,-0.056 -0.15,-0.087 -0.235,-0.087 -0.021,0 -0.04,0.002 -0.06,0.006 -0.293,0.049 -0.481,0.049 -0.72,0.049 -0.573,0 -1.086,-0.167 -1.086,-2.189 v -4.942 c 0,-1.169 -0.089,-2.677 -0.79,-3.977 -0.908,-1.687 -2.584,-2.543 -4.977,-2.543 -1.234,0 -3.101,0.258 -4.982,1.483 -0.157,0.102 -0.211,0.307 -0.125,0.474 l 0.43,0.833 c 0.049,0.094 0.136,0.162 0.238,0.187 0.028,0.007 0.057,0.011 0.086,0.011 0.076,0 0.149,-0.023 0.211,-0.067 1.154,-0.817 2.588,-1.249 4.143,-1.249 1.992,0 2.995,0.925 3.491,1.965 l 0,0 c 0.501,1.107 -0.28,2.196 -1.14,2.287 -0.042,0.002 -0.084,0.004 -0.127,0.006 -0.006,0 -0.014,0.001 -0.021,0 -0.028,0 -0.051,0.001 -0.071,0.005 -5.475,0.312 -8.248,2.151 -8.248,5.476 0,1.012 0.4,2.024 1.098,2.778 0.615,0.664 1.776,1.456 3.809,1.456 1.731,0 3.127,-0.554 4.152,-1.232 0.029,-0.016 0.064,-0.038 0.105,-0.069 0.011,-0.01 0.021,-0.017 0.031,-0.025 0.064,-0.043 0.129,-0.088 0.188,-0.134 0.636,-0.41 0.981,-0.175 1.309,0.252 10e-4,10e-4 0.003,0.002 0.004,0.003 0.419,0.569 1.077,0.857 1.976,0.857 0.422,0 0.793,-0.047 1.17,-0.146 0.158,-0.042 0.271,-0.188 0.271,-0.353 v -0.833 c 0,-0.111 -0.048,-0.211 -0.13,-0.282 z m -9.103,0.263 c -1.517,0 -3.048,-0.858 -3.048,-2.778 0,-2.426 2.96,-3.281 6.068,-3.514 1.157,-0.021 2.043,1.078 2.149,2.282 v 0.493 c -0.03,0.323 -0.122,0.644 -0.283,0.942 -0.081,0.13 -0.177,0.277 -0.294,0.431 -0.02,0.023 -0.037,0.047 -0.051,0.066 -0.717,0.923 -2.105,2.078 -4.541,2.078 z"
|
104
|
+
id="path4289" />
|
105
|
+
<path
|
106
|
+
style="fill:#ffffff"
|
107
|
+
inkscape:connector-curvature="0"
|
108
|
+
d="m 258.717,348.60304 h -1.021 c -0.195,0 -0.355,0.154 -0.364,0.351 -0.032,0.807 -0.444,0.915 -1.349,0.383 -0.004,-0.004 -0.009,-0.008 -0.013,-0.011 -0.089,-0.059 -0.181,-0.114 -0.272,-0.168 -0.006,-0.004 -0.011,-0.006 -0.016,-0.011 -0.043,-0.029 -0.084,-0.052 -0.123,-0.069 -0.988,-0.547 -2.146,-0.823 -3.453,-0.823 -1.864,0 -3.703,0.772 -5.047,2.119 -1.039,1.041 -2.277,2.906 -2.277,5.877 0,1.905 0.672,3.697 1.892,5.048 1.294,1.435 3.109,2.224 5.111,2.224 1.551,0 2.75,-0.409 3.658,-0.946 0.002,-0.001 0.004,-0.001 0.007,-0.001 0.973,-0.437 1.795,-1.09 1.563,1.112 -0.436,2.832 -2.254,4.372 -5.228,4.372 -2.082,0 -3.646,-0.701 -4.591,-1.288 -0.059,-0.037 -0.125,-0.057 -0.193,-0.057 -0.029,0 -0.061,0.005 -0.09,0.012 -0.097,0.024 -0.179,0.088 -0.228,0.175 l -0.483,0.86 c -0.095,0.167 -0.043,0.38 0.118,0.484 1.423,0.929 3.446,1.483 5.413,1.483 1.342,0 4.635,-0.312 6.231,-3.198 0.69,-1.237 1.013,-2.976 1.013,-5.47 v -8.707 c 0,-1.233 0.035,-2.332 0.107,-3.36 0.006,-0.1 -0.029,-0.2 -0.098,-0.273 -0.07,-0.075 -0.166,-0.118 -0.267,-0.118 z m -8.425,12.981 c -0.302,-0.12 -3.795,-1.604 -3.498,-5.891 0.275,-3.963 2.854,-5.217 3.251,-5.387 0.638,-0.248 1.348,-0.382 2.115,-0.382 0.83,0 1.553,0.162 2.171,0.436 3.415,1.93 3.839,8.205 0.442,10.706 -0.795,0.498 -1.715,0.784 -2.668,0.784 -0.667,0.001 -1.271,-0.096 -1.813,-0.266 z"
|
109
|
+
id="path4291" />
|
110
|
+
<path
|
111
|
+
style="fill:#ffffff"
|
112
|
+
inkscape:connector-curvature="0"
|
113
|
+
d="m 337.443,348.60304 h -1.021 c -0.195,0 -0.356,0.154 -0.364,0.351 -0.034,0.807 -0.445,0.915 -1.349,0.383 -0.004,-0.004 -0.009,-0.008 -0.014,-0.011 -0.088,-0.059 -0.18,-0.114 -0.272,-0.168 -0.005,-0.004 -0.01,-0.008 -0.015,-0.011 -0.043,-0.029 -0.084,-0.052 -0.123,-0.069 -0.988,-0.547 -2.146,-0.823 -3.452,-0.823 -1.864,0 -3.706,0.772 -5.049,2.119 -1.038,1.041 -2.276,2.906 -2.276,5.877 0,1.905 0.672,3.697 1.891,5.048 1.295,1.435 3.109,2.224 5.112,2.224 1.552,0 2.749,-0.409 3.658,-0.946 0.001,-0.001 0.003,-0.001 0.006,-0.001 0.974,-0.438 1.796,-1.09 1.563,1.112 -0.438,2.832 -2.254,4.372 -5.228,4.372 -2.083,0 -3.646,-0.701 -4.591,-1.288 -0.059,-0.037 -0.125,-0.057 -0.193,-0.057 -0.029,0 -0.061,0.005 -0.09,0.012 -0.098,0.024 -0.18,0.088 -0.228,0.175 l -0.483,0.86 c -0.095,0.167 -0.043,0.38 0.117,0.484 1.424,0.929 3.446,1.483 5.414,1.483 1.342,0 4.635,-0.312 6.23,-3.198 0.691,-1.237 1.014,-2.976 1.014,-5.47 v -8.707 c 0,-1.233 0.035,-2.332 0.105,-3.36 0.008,-0.1 -0.027,-0.2 -0.097,-0.273 -0.067,-0.075 -0.163,-0.118 -0.265,-0.118 z m -8.424,12.981 c -0.302,-0.12 -3.796,-1.604 -3.498,-5.891 0.274,-3.96 2.851,-5.215 3.25,-5.385 0.638,-0.25 1.347,-0.384 2.116,-0.384 0.83,0 1.553,0.162 2.172,0.436 3.413,1.93 3.838,8.205 0.439,10.706 -0.793,0.498 -1.713,0.784 -2.665,0.784 -0.669,0.001 -1.272,-0.096 -1.814,-0.266 z"
|
114
|
+
id="path4293" />
|
115
|
+
<path
|
116
|
+
style="fill:url(#SVGID_21_)"
|
117
|
+
inkscape:connector-curvature="0"
|
118
|
+
d="m 288.18,341.50904 c -1.166,1.164 -2.05,2.664 -2.51,4.316 -3.031,-0.047 -6.07,1.134 -8.482,3.546 -4.062,4.06 -5.324,11.427 0.332,17.083 4.76,4.761 11.867,4.831 16.531,0.167 2.205,-2.207 3.609,-5.239 3.64,-8.449 1.565,-0.416 3.056,-1.25 4.324,-2.519 3.47,-3.471 4.531,-9.436 -0.155,-14.124 -3.907,-3.905 -9.79,-3.914 -13.68,-0.02 z m 12.779,10.184 c -0.667,0.667 -1.52,1.159 -2.461,1.428 -1.51,0.434 -2.322,0.389 -2.842,1.255 -0.52,0.866 -0.461,0.967 -0.438,2.59 0.027,1.841 -0.665,3.747 -2.4,5.484 -2.653,2.652 -7.551,3.244 -11.155,-0.359 -2.839,-2.841 -4.172,-7.62 -0.387,-11.404 1.404,-1.402 3.424,-2.233 5.547,-2.195 1.477,0.027 1.649,0.08 2.6,-0.351 0.953,-0.433 0.54,-1.397 1.109,-3.095 0.276,-0.827 0.77,-1.643 1.541,-2.416 2.059,-2.058 5.846,-2.53 8.621,0.245 2.259,2.261 3.218,5.864 0.265,8.818 z"
|
119
|
+
id="path4300" />
|
120
|
+
<g
|
121
|
+
transform="translate(-170,-202.49496)"
|
122
|
+
id="g4302">
|
123
|
+
<path
|
124
|
+
style="fill:#ffffff"
|
125
|
+
inkscape:connector-curvature="0"
|
126
|
+
d="m 416.381,533.79 v -5.23 c 0,-0.65 -0.01,-1.18 -0.031,-1.59 h 0.664 l 0.039,0.84 h 0.017 c 0.323,-0.633 0.803,-0.95 1.44,-0.95 0.484,0 0.889,0.229 1.211,0.688 0.323,0.459 0.484,1.046 0.484,1.763 0,0.797 -0.174,1.431 -0.521,1.902 -0.347,0.471 -0.782,0.708 -1.303,0.708 -0.264,0 -0.506,-0.067 -0.726,-0.2 -0.22,-0.134 -0.392,-0.323 -0.515,-0.57 h -0.016 v 2.641 h -0.743 z m 0.744,-4.761 v 0.78 c 0,0.39 0.109,0.718 0.326,0.982 0.217,0.264 0.479,0.397 0.786,0.397 0.373,0 0.669,-0.166 0.888,-0.497 0.219,-0.332 0.328,-0.779 0.328,-1.343 0,-0.507 -0.107,-0.925 -0.324,-1.255 -0.216,-0.33 -0.502,-0.495 -0.859,-0.495 -0.229,0 -0.44,0.082 -0.633,0.247 -0.191,0.165 -0.324,0.367 -0.399,0.605 -0.075,0.238 -0.113,0.433 -0.113,0.579 z"
|
127
|
+
id="path4304" />
|
128
|
+
<path
|
129
|
+
style="fill:#ffffff"
|
130
|
+
inkscape:connector-curvature="0"
|
131
|
+
d="m 425.245,529.34 c 0,0.52 -0.087,0.975 -0.26,1.364 -0.173,0.391 -0.416,0.69 -0.728,0.9 -0.313,0.21 -0.65,0.315 -1.013,0.315 -0.565,0 -1.032,-0.231 -1.399,-0.692 -0.369,-0.462 -0.553,-1.062 -0.553,-1.798 0,-0.783 0.19,-1.407 0.57,-1.873 0.38,-0.465 0.859,-0.697 1.438,-0.697 0.576,0 1.045,0.231 1.404,0.692 0.361,0.463 0.541,1.058 0.541,1.789 z m -3.192,0.059 c 0,0.53 0.113,0.968 0.34,1.313 0.228,0.345 0.512,0.518 0.853,0.518 0.35,0 0.641,-0.173 0.874,-0.52 0.233,-0.347 0.35,-0.794 0.35,-1.341 0,-0.503 -0.107,-0.932 -0.321,-1.287 -0.215,-0.354 -0.508,-0.532 -0.878,-0.532 -0.377,0 -0.673,0.176 -0.891,0.527 -0.218,0.352 -0.327,0.792 -0.327,1.322 z"
|
132
|
+
id="path4306" />
|
133
|
+
<path
|
134
|
+
style="fill:#ffffff"
|
135
|
+
inkscape:connector-curvature="0"
|
136
|
+
d="m 426.174,526.97 h 0.76 c 0.506,2.347 0.778,3.673 0.816,3.979 h 0.016 c 0.029,-0.26 0.359,-1.586 0.992,-3.979 h 0.631 c 0.574,2.243 0.895,3.57 0.961,3.979 h 0.016 c 0.074,-0.5 0.168,-0.989 0.28,-1.47 l 0.584,-2.51 h 0.735 l -1.279,4.84 h -0.688 c -0.44,-1.693 -0.688,-2.656 -0.743,-2.888 -0.057,-0.231 -0.121,-0.559 -0.192,-0.982 h -0.017 c -0.088,0.504 -0.203,1.017 -0.348,1.54 l -0.645,2.33 h -0.688 l -1.191,-4.839 z"
|
137
|
+
id="path4308" />
|
138
|
+
<path
|
139
|
+
style="fill:#ffffff"
|
140
|
+
inkscape:connector-curvature="0"
|
141
|
+
d="m 436.396,529.579 h -2.808 c 0.011,0.523 0.14,0.925 0.388,1.203 0.248,0.278 0.57,0.417 0.965,0.417 0.429,0 0.805,-0.083 1.127,-0.25 l 0.129,0.65 c -0.382,0.213 -0.832,0.32 -1.353,0.32 -0.603,0 -1.083,-0.224 -1.44,-0.67 -0.357,-0.447 -0.535,-1.04 -0.535,-1.78 0,-0.74 0.171,-1.36 0.514,-1.86 0.343,-0.5 0.803,-0.75 1.383,-0.75 0.533,0 0.941,0.223 1.228,0.668 0.285,0.444 0.428,0.989 0.428,1.632 -0.001,0.184 -0.009,0.324 -0.026,0.42 z m -2.798,-0.67 h 2.104 c 0,-0.416 -0.086,-0.752 -0.258,-1.007 -0.172,-0.255 -0.417,-0.383 -0.734,-0.383 -0.301,0 -0.551,0.128 -0.748,0.383 -0.197,0.255 -0.319,0.591 -0.364,1.007 z"
|
142
|
+
id="path4310" />
|
143
|
+
<path
|
144
|
+
style="fill:#ffffff"
|
145
|
+
inkscape:connector-curvature="0"
|
146
|
+
d="m 437.797,531.81 v -3.3 c 0,-0.627 -0.011,-1.141 -0.032,-1.54 h 0.656 l 0.048,0.97 c 0.099,-0.34 0.25,-0.604 0.452,-0.795 0.202,-0.191 0.423,-0.285 0.659,-0.285 0.051,0 0.118,0.007 0.201,0.021 v 0.88 c -0.072,-0.021 -0.158,-0.03 -0.256,-0.03 -0.27,0 -0.502,0.132 -0.695,0.396 -0.193,0.263 -0.289,0.638 -0.289,1.125 v 2.56 h -0.744 z"
|
147
|
+
id="path4312" />
|
148
|
+
<path
|
149
|
+
style="fill:#ffffff"
|
150
|
+
inkscape:connector-curvature="0"
|
151
|
+
d="m 444.229,529.579 h -2.808 c 0.011,0.523 0.14,0.925 0.388,1.203 0.248,0.278 0.57,0.417 0.965,0.417 0.429,0 0.805,-0.083 1.127,-0.25 l 0.129,0.65 c -0.382,0.213 -0.832,0.32 -1.353,0.32 -0.603,0 -1.083,-0.224 -1.44,-0.67 -0.357,-0.447 -0.535,-1.04 -0.535,-1.78 0,-0.74 0.171,-1.36 0.514,-1.86 0.343,-0.5 0.803,-0.75 1.383,-0.75 0.533,0 0.941,0.223 1.228,0.668 0.285,0.444 0.428,0.989 0.428,1.632 -0.002,0.184 -0.01,0.324 -0.026,0.42 z m -2.799,-0.67 h 2.104 c 0,-0.416 -0.086,-0.752 -0.258,-1.007 -0.172,-0.255 -0.417,-0.383 -0.734,-0.383 -0.301,0 -0.551,0.128 -0.748,0.383 -0.197,0.255 -0.319,0.591 -0.364,1.007 z"
|
152
|
+
id="path4314" />
|
153
|
+
<path
|
154
|
+
style="fill:#ffffff"
|
155
|
+
inkscape:connector-curvature="0"
|
156
|
+
d="m 448.365,524.689 h 0.744 v 5.851 c 0,0.539 0.01,0.963 0.031,1.27 h -0.664 l -0.056,-0.86 c -0.128,0.307 -0.312,0.545 -0.552,0.716 -0.24,0.17 -0.512,0.255 -0.816,0.255 -0.49,0 -0.9,-0.231 -1.229,-0.692 -0.328,-0.462 -0.491,-1.048 -0.491,-1.758 0,-0.771 0.173,-1.397 0.518,-1.883 0.346,-0.484 0.772,-0.728 1.282,-0.728 0.271,0 0.516,0.067 0.73,0.2 0.215,0.134 0.381,0.313 0.502,0.54 v -2.911 z m 0,5.04 v -0.77 c 0,-0.41 -0.106,-0.741 -0.318,-0.993 -0.212,-0.251 -0.467,-0.377 -0.762,-0.377 -0.36,0 -0.65,0.168 -0.87,0.505 -0.22,0.337 -0.33,0.774 -0.33,1.314 0,0.507 0.104,0.927 0.312,1.261 0.209,0.333 0.499,0.5 0.873,0.5 0.285,0 0.539,-0.131 0.762,-0.393 0.223,-0.262 0.333,-0.61 0.333,-1.047 z"
|
157
|
+
id="path4316" />
|
158
|
+
<path
|
159
|
+
style="fill:#ffffff"
|
160
|
+
inkscape:connector-curvature="0"
|
161
|
+
d="m 453.014,530.54 v -5.851 h 0.76 v 3.07 c 0.282,-0.601 0.738,-0.9 1.367,-0.9 0.496,0 0.903,0.229 1.221,0.688 0.316,0.459 0.476,1.05 0.476,1.772 0,0.79 -0.175,1.421 -0.526,1.893 -0.35,0.472 -0.777,0.708 -1.281,0.708 -0.605,0 -1.062,-0.304 -1.368,-0.91 l -0.032,0.8 h -0.648 c 0.019,-0.307 0.031,-0.731 0.031,-1.27 z m 0.744,-1.5 v 0.789 c 0,0.36 0.106,0.676 0.321,0.945 0.215,0.271 0.48,0.405 0.798,0.405 0.371,0 0.664,-0.164 0.883,-0.492 0.217,-0.329 0.325,-0.771 0.325,-1.328 0,-0.517 -0.108,-0.94 -0.323,-1.272 -0.217,-0.331 -0.506,-0.497 -0.869,-0.497 -0.319,0 -0.589,0.146 -0.808,0.438 -0.219,0.29 -0.327,0.628 -0.327,1.012 z"
|
162
|
+
id="path4318" />
|
163
|
+
<path
|
164
|
+
style="fill:#ffffff"
|
165
|
+
inkscape:connector-curvature="0"
|
166
|
+
d="m 457.693,526.97 h 0.816 l 0.879,2.885 c 0.075,0.24 0.163,0.549 0.265,0.925 0.104,-0.45 0.184,-0.774 0.239,-0.975 l 0.793,-2.835 h 0.799 l -1.096,3.46 c -0.35,1.1 -0.633,1.86 -0.85,2.28 -0.217,0.42 -0.453,0.73 -0.708,0.932 -0.255,0.202 -0.493,0.328 -0.714,0.378 l -0.176,-0.78 c 0.402,-0.156 0.717,-0.427 0.941,-0.81 0.226,-0.384 0.338,-0.64 0.338,-0.771 0,-0.057 -0.016,-0.133 -0.048,-0.229 l -1.478,-4.46 z"
|
167
|
+
id="path4320" />
|
168
|
+
</g>
|
169
|
+
</g>
|
170
|
+
</svg>
|
@@ -0,0 +1,186 @@
|
|
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="121"
|
13
|
+
height="61"
|
14
|
+
id="svg7089"
|
15
|
+
version="1.1"
|
16
|
+
inkscape:version="0.48.1 r9760"
|
17
|
+
sodipodi:docname="新規ドキュメント 68">
|
18
|
+
<defs
|
19
|
+
id="defs7091">
|
20
|
+
<linearGradient
|
21
|
+
id="SVGID_17_"
|
22
|
+
gradientUnits="userSpaceOnUse"
|
23
|
+
x1="329.353"
|
24
|
+
y1="540.44342"
|
25
|
+
x2="329.353"
|
26
|
+
y2="570.87878">
|
27
|
+
<stop
|
28
|
+
offset="0"
|
29
|
+
style="stop-color:#3FA9F5"
|
30
|
+
id="stop4136" />
|
31
|
+
<stop
|
32
|
+
offset="1"
|
33
|
+
style="stop-color:#0071BC"
|
34
|
+
id="stop4138" />
|
35
|
+
</linearGradient>
|
36
|
+
</defs>
|
37
|
+
<sodipodi:namedview
|
38
|
+
id="base"
|
39
|
+
pagecolor="#ffffff"
|
40
|
+
bordercolor="#666666"
|
41
|
+
borderopacity="1.0"
|
42
|
+
inkscape:pageopacity="0.0"
|
43
|
+
inkscape:pageshadow="2"
|
44
|
+
inkscape:zoom="0.98994949"
|
45
|
+
inkscape:cx="-139.11021"
|
46
|
+
inkscape:cy="77.765252"
|
47
|
+
inkscape:document-units="px"
|
48
|
+
inkscape:current-layer="layer1"
|
49
|
+
showgrid="false"
|
50
|
+
fit-margin-top="0"
|
51
|
+
fit-margin-left="0"
|
52
|
+
fit-margin-right="0"
|
53
|
+
fit-margin-bottom="0"
|
54
|
+
inkscape:window-width="902"
|
55
|
+
inkscape:window-height="442"
|
56
|
+
inkscape:window-x="2060"
|
57
|
+
inkscape:window-y="202"
|
58
|
+
inkscape:window-maximized="0" />
|
59
|
+
<metadata
|
60
|
+
id="metadata7094">
|
61
|
+
<rdf:RDF>
|
62
|
+
<cc:Work
|
63
|
+
rdf:about="">
|
64
|
+
<dc:format>image/svg+xml</dc:format>
|
65
|
+
<dc:type
|
66
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
67
|
+
<dc:title></dc:title>
|
68
|
+
</cc:Work>
|
69
|
+
</rdf:RDF>
|
70
|
+
</metadata>
|
71
|
+
<g
|
72
|
+
inkscape:label="レイヤー 1"
|
73
|
+
inkscape:groupmode="layer"
|
74
|
+
id="layer1"
|
75
|
+
transform="translate(-673.78571,-579.00507)">
|
76
|
+
<rect
|
77
|
+
style="fill:#ffffff;stroke:#0088d3;stroke-miterlimit:10"
|
78
|
+
x="674.28571"
|
79
|
+
y="579.50507"
|
80
|
+
stroke-miterlimit="10"
|
81
|
+
width="120"
|
82
|
+
height="60"
|
83
|
+
id="rect4119" />
|
84
|
+
<rect
|
85
|
+
style="fill:#0088d3"
|
86
|
+
x="674.28571"
|
87
|
+
y="579.50507"
|
88
|
+
width="120"
|
89
|
+
height="14"
|
90
|
+
id="rect4121" />
|
91
|
+
<g
|
92
|
+
transform="translate(394.28571,57.50504)"
|
93
|
+
id="g4123">
|
94
|
+
<path
|
95
|
+
inkscape:connector-curvature="0"
|
96
|
+
d="m 313.036,550.972 c -0.667,-0.145 -1.138,-0.223 -1.716,-0.223 -1.42,0 -2.659,0.414 -3.686,1.229 -0.046,0.031 -0.097,0.071 -0.151,0.123 -0.115,0.099 -0.226,0.202 -0.333,0.309 -0.737,0.656 -1.376,0.975 -1.376,-0.614 v -0.333 c 0,-0.201 -0.163,-0.365 -0.365,-0.365 h -1.048 c -0.099,0 -0.193,0.04 -0.262,0.112 -0.069,0.07 -0.106,0.167 -0.103,0.265 0.053,1.661 0.108,3.38 0.108,4.798 v 9.352 c 0,0.202 0.163,0.366 0.364,0.366 h 1.102 c 0.201,0 0.365,-0.164 0.365,-0.366 v -4.944 c 0,-0.684 0.053,-1.896 0.154,-2.4 0.782,-3.89 2.485,-5.779 5.204,-5.779 0.488,0 0.938,0.082 1.433,0.181 0.023,0.006 0.048,0.008 0.072,0.008 0.073,0 0.146,-0.022 0.208,-0.065 0.081,-0.056 0.137,-0.144 0.152,-0.242 l 0.161,-0.993 c 0.031,-0.196 -0.094,-0.377 -0.283,-0.419 z"
|
97
|
+
id="path4125" />
|
98
|
+
<path
|
99
|
+
inkscape:connector-curvature="0"
|
100
|
+
d="m 357.447,551.766 c -1.253,-0.885 -2.64,-1.017 -3.354,-1.017 -1.452,0 -2.817,0.455 -3.901,1.244 -0.002,0.002 -0.005,0.002 -0.007,0.005 -0.501,0.322 -1.311,0.452 -1.306,-0.313 v -0.009 c 0,-0.055 -0.002,-0.101 -0.007,-0.139 l -0.004,-0.091 c -0.009,-0.194 -0.169,-0.349 -0.365,-0.349 h -1.048 c -0.101,0 -0.197,0.041 -0.266,0.115 -0.069,0.074 -0.105,0.173 -0.098,0.274 0.076,1.138 0.106,2.08 0.106,3.254 v 10.883 c 0,0.202 0.164,0.366 0.365,0.366 h 1.101 c 0.202,0 0.365,-0.164 0.365,-0.366 v -8.732 c 0,-0.406 0.126,-0.879 0.244,-1.186 0.002,-0.005 0.003,-0.01 0.005,-0.013 0.521,-1.518 2.106,-3.053 4.197,-3.229 1.614,0.001 4.153,1.176 4.501,4.102 0.008,0.075 0.016,0.149 0.021,0.223 0.001,0.023 0.004,0.048 0.006,0.074 0.002,0.034 0.004,0.068 0.007,0.104 0.005,0.095 0.007,0.191 0.007,0.29 0,0.167 0.003,0.317 0.008,0.454 v 7.914 c 0,0.202 0.163,0.366 0.366,0.366 h 1.101 c 0.202,0 0.365,-0.164 0.365,-0.366 v -8.115 c 0.003,-2.68 -0.809,-4.612 -2.409,-5.743 z"
|
101
|
+
id="path4127" />
|
102
|
+
<path
|
103
|
+
inkscape:connector-curvature="0"
|
104
|
+
d="m 396.461,564.405 c -0.066,-0.056 -0.15,-0.087 -0.236,-0.087 -0.02,0 -0.04,0.002 -0.06,0.006 -0.292,0.049 -0.481,0.049 -0.719,0.049 -0.573,0 -1.086,-0.167 -1.086,-2.189 v -4.942 c 0,-1.169 -0.089,-2.677 -0.79,-3.977 -0.909,-1.687 -2.583,-2.543 -4.976,-2.543 -1.235,0 -3.101,0.258 -4.982,1.483 -0.158,0.102 -0.211,0.307 -0.125,0.474 l 0.43,0.833 c 0.049,0.094 0.136,0.162 0.238,0.187 0.029,0.007 0.058,0.011 0.086,0.011 0.076,0 0.149,-0.023 0.211,-0.067 1.154,-0.817 2.587,-1.249 4.143,-1.249 1.992,0 2.995,0.925 3.491,1.965 l 0,0 c 0.5,1.107 -0.28,2.196 -1.14,2.287 -0.042,0.002 -0.084,0.004 -0.126,0.006 -0.006,0 -0.015,10e-4 -0.021,0 -0.028,0 -0.051,10e-4 -0.071,0.005 -5.475,0.312 -8.249,2.151 -8.249,5.476 0,1.012 0.4,2.024 1.099,2.778 0.615,0.664 1.776,1.456 3.808,1.456 1.732,0 3.128,-0.554 4.153,-1.232 0.03,-0.016 0.064,-0.038 0.105,-0.069 0.011,-0.01 0.021,-0.017 0.032,-0.025 0.063,-0.043 0.128,-0.088 0.188,-0.134 0.636,-0.41 0.982,-0.175 1.309,0.252 10e-4,10e-4 0.003,0.002 0.004,0.003 0.419,0.569 1.077,0.857 1.976,0.857 0.422,0 0.793,-0.047 1.169,-0.146 0.159,-0.042 0.271,-0.188 0.271,-0.353 v -0.833 c -0.002,-0.111 -0.05,-0.211 -0.132,-0.282 z m -9.103,0.263 c -1.517,0 -3.048,-0.858 -3.048,-2.778 0,-2.426 2.96,-3.281 6.068,-3.514 1.158,-0.021 2.043,1.078 2.15,2.282 v 0.493 c -0.031,0.323 -0.122,0.644 -0.283,0.942 -0.081,0.13 -0.177,0.277 -0.293,0.431 -0.02,0.023 -0.038,0.047 -0.051,0.066 -0.72,0.923 -2.107,2.078 -4.543,2.078 z"
|
105
|
+
id="path4129" />
|
106
|
+
<path
|
107
|
+
inkscape:connector-curvature="0"
|
108
|
+
d="m 298.717,551.098 h -1.021 c -0.195,0 -0.356,0.154 -0.365,0.351 -0.032,0.807 -0.445,0.915 -1.349,0.383 -0.004,-0.004 -0.009,-0.008 -0.013,-0.011 -0.089,-0.059 -0.181,-0.114 -0.272,-0.168 -0.005,-0.004 -0.011,-0.006 -0.016,-0.011 -0.043,-0.029 -0.084,-0.052 -0.123,-0.069 -0.988,-0.547 -2.147,-0.823 -3.453,-0.823 -1.865,0 -3.704,0.772 -5.048,2.119 -1.039,1.041 -2.277,2.906 -2.277,5.877 0,1.905 0.672,3.697 1.892,5.048 1.294,1.435 3.109,2.224 5.111,2.224 1.551,0 2.75,-0.409 3.658,-0.946 0.002,-10e-4 0.004,-10e-4 0.006,-10e-4 0.974,-0.437 1.796,-1.09 1.563,1.112 -0.436,2.832 -2.254,4.372 -5.228,4.372 -2.082,0 -3.646,-0.701 -4.591,-1.288 -0.058,-0.037 -0.125,-0.057 -0.193,-0.057 -0.03,0 -0.061,0.005 -0.09,0.012 -0.097,0.024 -0.179,0.088 -0.228,0.175 l -0.483,0.86 c -0.095,0.167 -0.042,0.38 0.118,0.484 1.422,0.929 3.446,1.483 5.413,1.483 1.342,0 4.635,-0.312 6.231,-3.198 0.69,-1.237 1.013,-2.976 1.013,-5.47 v -8.707 c 0,-1.233 0.035,-2.332 0.107,-3.36 0.006,-0.1 -0.029,-0.2 -0.098,-0.273 -0.066,-0.075 -0.163,-0.118 -0.264,-0.118 z m -8.425,12.981 c -0.302,-0.12 -3.795,-1.604 -3.498,-5.891 0.275,-3.963 2.854,-5.217 3.251,-5.387 0.638,-0.248 1.347,-0.382 2.115,-0.382 0.83,0 1.553,0.162 2.171,0.436 3.415,1.93 3.839,8.205 0.442,10.706 -0.794,0.498 -1.714,0.784 -2.667,0.784 -0.668,10e-4 -1.272,-0.096 -1.814,-0.266 z"
|
109
|
+
id="path4131" />
|
110
|
+
<path
|
111
|
+
inkscape:connector-curvature="0"
|
112
|
+
d="m 377.443,551.098 h -1.021 c -0.196,0 -0.357,0.154 -0.365,0.351 -0.034,0.807 -0.445,0.915 -1.349,0.383 -0.004,-0.004 -0.009,-0.008 -0.013,-0.011 -0.089,-0.059 -0.181,-0.114 -0.273,-0.168 -0.005,-0.004 -0.01,-0.008 -0.015,-0.011 -0.043,-0.029 -0.083,-0.052 -0.122,-0.069 -0.988,-0.547 -2.147,-0.823 -3.453,-0.823 -1.865,0 -3.706,0.772 -5.049,2.119 -1.039,1.041 -2.276,2.906 -2.276,5.877 0,1.905 0.672,3.697 1.891,5.048 1.294,1.435 3.109,2.224 5.112,2.224 1.551,0 2.75,-0.409 3.658,-0.946 10e-4,-10e-4 0.003,-10e-4 0.006,-10e-4 0.974,-0.438 1.796,-1.09 1.563,1.112 -0.437,2.832 -2.253,4.372 -5.227,4.372 -2.083,0 -3.646,-0.701 -4.591,-1.288 -0.058,-0.037 -0.125,-0.057 -0.193,-0.057 -0.03,0 -0.061,0.005 -0.09,0.012 -0.097,0.024 -0.179,0.088 -0.227,0.175 l -0.484,0.86 c -0.094,0.167 -0.042,0.38 0.118,0.484 1.423,0.929 3.446,1.483 5.414,1.483 1.341,0 4.635,-0.312 6.23,-3.198 0.691,-1.237 1.013,-2.976 1.013,-5.47 v -8.707 c 0,-1.233 0.035,-2.332 0.106,-3.36 0.008,-0.1 -0.028,-0.2 -0.097,-0.273 -0.068,-0.075 -0.164,-0.118 -0.266,-0.118 z m -8.424,12.981 c -0.302,-0.12 -3.795,-1.604 -3.498,-5.891 0.274,-3.96 2.851,-5.215 3.25,-5.385 0.637,-0.25 1.347,-0.384 2.116,-0.384 0.831,0 1.553,0.162 2.172,0.436 3.414,1.93 3.838,8.205 0.44,10.706 -0.794,0.498 -1.714,0.784 -2.666,0.784 -0.669,10e-4 -1.273,-0.096 -1.814,-0.266 z"
|
113
|
+
id="path4133" />
|
114
|
+
<linearGradient
|
115
|
+
id="linearGradient7072"
|
116
|
+
gradientUnits="userSpaceOnUse"
|
117
|
+
x1="329.353"
|
118
|
+
y1="540.44342"
|
119
|
+
x2="329.353"
|
120
|
+
y2="570.87878">
|
121
|
+
<stop
|
122
|
+
offset="0"
|
123
|
+
style="stop-color:#3FA9F5"
|
124
|
+
id="stop7074" />
|
125
|
+
<stop
|
126
|
+
offset="1"
|
127
|
+
style="stop-color:#0071BC"
|
128
|
+
id="stop7076" />
|
129
|
+
</linearGradient>
|
130
|
+
<path
|
131
|
+
style="fill:url(#SVGID_17_)"
|
132
|
+
inkscape:connector-curvature="0"
|
133
|
+
d="m 328.179,544.004 c -1.166,1.164 -2.049,2.664 -2.51,4.316 -3.03,-0.047 -6.07,1.134 -8.482,3.546 -4.062,4.06 -5.324,11.427 0.333,17.083 4.759,4.761 11.867,4.831 16.531,0.167 2.206,-2.207 3.61,-5.239 3.64,-8.449 1.566,-0.416 3.055,-1.25 4.324,-2.519 3.469,-3.471 4.531,-9.436 -0.155,-14.124 -3.907,-3.905 -9.789,-3.914 -13.681,-0.02 z m 12.779,10.184 c -0.667,0.667 -1.519,1.159 -2.46,1.428 -1.51,0.434 -2.322,0.389 -2.842,1.255 -0.519,0.866 -0.461,0.967 -0.438,2.59 0.027,1.841 -0.665,3.747 -2.4,5.484 -2.653,2.652 -7.551,3.244 -11.155,-0.359 -2.839,-2.841 -4.172,-7.62 -0.388,-11.404 1.404,-1.402 3.424,-2.233 5.548,-2.195 1.477,0.027 1.649,0.08 2.6,-0.351 0.952,-0.433 0.54,-1.397 1.108,-3.095 0.277,-0.827 0.771,-1.643 1.542,-2.416 2.058,-2.058 5.846,-2.53 8.621,0.245 2.26,2.261 3.218,5.864 0.264,8.818 z"
|
134
|
+
id="path4140" />
|
135
|
+
</g>
|
136
|
+
<g
|
137
|
+
transform="translate(394.28571,57.50504)"
|
138
|
+
id="g4220">
|
139
|
+
<path
|
140
|
+
style="fill:#ffffff"
|
141
|
+
inkscape:connector-curvature="0"
|
142
|
+
d="m 286.381,533.79 v -5.23 c 0,-0.65 -0.011,-1.18 -0.032,-1.59 h 0.664 l 0.04,0.84 h 0.016 c 0.323,-0.633 0.803,-0.95 1.44,-0.95 0.485,0 0.889,0.229 1.212,0.688 0.323,0.459 0.484,1.046 0.484,1.763 0,0.797 -0.174,1.431 -0.522,1.902 -0.348,0.472 -0.782,0.708 -1.302,0.708 -0.264,0 -0.506,-0.067 -0.726,-0.2 -0.22,-0.134 -0.392,-0.323 -0.514,-0.57 h -0.016 v 2.641 h -0.744 z m 0.744,-4.761 v 0.78 c 0,0.39 0.108,0.718 0.326,0.982 0.218,0.264 0.479,0.397 0.786,0.397 0.373,0 0.669,-0.166 0.888,-0.497 0.218,-0.332 0.328,-0.779 0.328,-1.343 0,-0.507 -0.108,-0.925 -0.324,-1.255 -0.216,-0.33 -0.503,-0.495 -0.86,-0.495 -0.229,0 -0.44,0.082 -0.632,0.247 -0.192,0.165 -0.325,0.367 -0.4,0.605 -0.075,0.238 -0.112,0.433 -0.112,0.579 z"
|
143
|
+
id="path4222" />
|
144
|
+
<path
|
145
|
+
style="fill:#ffffff"
|
146
|
+
inkscape:connector-curvature="0"
|
147
|
+
d="m 295.245,529.34 c 0,0.52 -0.086,0.975 -0.26,1.364 -0.173,0.391 -0.416,0.69 -0.728,0.9 -0.312,0.21 -0.649,0.315 -1.012,0.315 -0.565,0 -1.032,-0.231 -1.4,-0.692 -0.368,-0.462 -0.552,-1.062 -0.552,-1.798 0,-0.783 0.19,-1.407 0.57,-1.873 0.38,-0.465 0.859,-0.697 1.438,-0.697 0.576,0 1.044,0.231 1.404,0.692 0.36,0.463 0.54,1.058 0.54,1.789 z m -3.192,0.059 c 0,0.53 0.113,0.968 0.34,1.313 0.227,0.345 0.511,0.518 0.852,0.518 0.35,0 0.641,-0.173 0.874,-0.52 0.233,-0.347 0.35,-0.794 0.35,-1.341 0,-0.503 -0.107,-0.932 -0.322,-1.287 -0.215,-0.354 -0.508,-0.532 -0.878,-0.532 -0.376,0 -0.672,0.176 -0.89,0.527 -0.218,0.351 -0.326,0.792 -0.326,1.322 z"
|
148
|
+
id="path4224" />
|
149
|
+
<path
|
150
|
+
style="fill:#ffffff"
|
151
|
+
inkscape:connector-curvature="0"
|
152
|
+
d="m 296.173,526.97 h 0.76 c 0.507,2.347 0.779,3.673 0.816,3.979 h 0.016 c 0.029,-0.26 0.36,-1.586 0.992,-3.979 h 0.632 c 0.573,2.243 0.894,3.57 0.96,3.979 h 0.016 c 0.075,-0.5 0.168,-0.989 0.28,-1.47 l 0.584,-2.51 h 0.736 l -1.28,4.84 h -0.688 c -0.44,-1.693 -0.688,-2.656 -0.744,-2.888 -0.056,-0.231 -0.12,-0.559 -0.192,-0.982 h -0.016 c -0.088,0.504 -0.204,1.017 -0.348,1.54 l -0.644,2.33 h -0.688 l -1.192,-4.839 z"
|
153
|
+
id="path4226" />
|
154
|
+
<path
|
155
|
+
style="fill:#ffffff"
|
156
|
+
inkscape:connector-curvature="0"
|
157
|
+
d="m 306.397,529.579 h -2.808 c 0.011,0.523 0.14,0.925 0.388,1.203 0.248,0.278 0.569,0.417 0.964,0.417 0.429,0 0.805,-0.083 1.128,-0.25 l 0.128,0.65 c -0.381,0.213 -0.832,0.32 -1.352,0.32 -0.603,0 -1.083,-0.224 -1.44,-0.67 -0.357,-0.447 -0.536,-1.04 -0.536,-1.78 0,-0.74 0.171,-1.36 0.514,-1.86 0.343,-0.5 0.803,-0.75 1.382,-0.75 0.533,0 0.942,0.223 1.228,0.668 0.285,0.444 0.428,0.989 0.428,1.632 0,0.184 -0.008,0.324 -0.024,0.42 z m -2.8,-0.67 h 2.104 c 0,-0.416 -0.086,-0.752 -0.258,-1.007 -0.172,-0.255 -0.417,-0.383 -0.734,-0.383 -0.301,0 -0.551,0.128 -0.748,0.383 -0.197,0.255 -0.319,0.591 -0.364,1.007 z"
|
158
|
+
id="path4228" />
|
159
|
+
<path
|
160
|
+
style="fill:#ffffff"
|
161
|
+
inkscape:connector-curvature="0"
|
162
|
+
d="m 307.797,531.81 v -3.3 c 0,-0.627 -0.011,-1.141 -0.032,-1.54 h 0.656 l 0.048,0.97 c 0.099,-0.34 0.25,-0.604 0.452,-0.795 0.202,-0.191 0.422,-0.285 0.66,-0.285 0.051,0 0.118,0.007 0.2,0.021 v 0.88 c -0.072,-0.021 -0.157,-0.03 -0.256,-0.03 -0.27,0 -0.501,0.132 -0.694,0.396 -0.193,0.263 -0.29,0.638 -0.29,1.125 v 2.56 h -0.744 z"
|
163
|
+
id="path4230" />
|
164
|
+
<path
|
165
|
+
style="fill:#ffffff"
|
166
|
+
inkscape:connector-curvature="0"
|
167
|
+
d="m 314.229,529.579 h -2.808 c 0.011,0.523 0.14,0.925 0.388,1.203 0.248,0.278 0.569,0.417 0.964,0.417 0.429,0 0.805,-0.083 1.128,-0.25 l 0.128,0.65 c -0.381,0.213 -0.832,0.32 -1.352,0.32 -0.603,0 -1.083,-0.224 -1.44,-0.67 -0.357,-0.447 -0.536,-1.04 -0.536,-1.78 0,-0.74 0.171,-1.36 0.514,-1.86 0.343,-0.5 0.803,-0.75 1.382,-0.75 0.533,0 0.942,0.223 1.228,0.668 0.285,0.444 0.428,0.989 0.428,1.632 0,0.184 -0.008,0.324 -0.024,0.42 z m -2.8,-0.67 h 2.104 c 0,-0.416 -0.086,-0.752 -0.258,-1.007 -0.172,-0.255 -0.417,-0.383 -0.734,-0.383 -0.301,0 -0.551,0.128 -0.748,0.383 -0.197,0.255 -0.319,0.591 -0.364,1.007 z"
|
168
|
+
id="path4232" />
|
169
|
+
<path
|
170
|
+
style="fill:#ffffff"
|
171
|
+
inkscape:connector-curvature="0"
|
172
|
+
d="m 318.365,524.689 h 0.744 v 5.851 c 0,0.539 0.011,0.963 0.032,1.27 h -0.664 l -0.056,-0.86 c -0.128,0.307 -0.312,0.545 -0.552,0.716 -0.24,0.17 -0.512,0.255 -0.816,0.255 -0.491,0 -0.9,-0.231 -1.228,-0.692 -0.328,-0.462 -0.492,-1.048 -0.492,-1.758 0,-0.771 0.172,-1.397 0.518,-1.883 0.346,-0.484 0.773,-0.728 1.282,-0.728 0.272,0 0.515,0.067 0.73,0.2 0.215,0.134 0.382,0.313 0.502,0.54 v -2.911 z m 0,5.04 v -0.77 c 0,-0.41 -0.106,-0.741 -0.318,-0.993 -0.212,-0.251 -0.466,-0.377 -0.762,-0.377 -0.36,0 -0.65,0.168 -0.87,0.505 -0.22,0.337 -0.33,0.774 -0.33,1.314 0,0.507 0.104,0.927 0.312,1.261 0.208,0.333 0.499,0.5 0.872,0.5 0.285,0 0.539,-0.131 0.762,-0.393 0.223,-0.262 0.334,-0.61 0.334,-1.047 z"
|
173
|
+
id="path4234" />
|
174
|
+
<path
|
175
|
+
style="fill:#ffffff"
|
176
|
+
inkscape:connector-curvature="0"
|
177
|
+
d="m 323.013,530.54 v -5.851 h 0.76 v 3.07 c 0.283,-0.601 0.739,-0.9 1.368,-0.9 0.496,0 0.903,0.229 1.22,0.688 0.317,0.459 0.476,1.05 0.476,1.772 0,0.79 -0.175,1.421 -0.526,1.893 -0.351,0.472 -0.778,0.708 -1.282,0.708 -0.605,0 -1.062,-0.304 -1.368,-0.91 l -0.032,0.8 h -0.648 c 0.021,-0.307 0.032,-0.731 0.032,-1.27 z m 0.744,-1.5 v 0.789 c 0,0.36 0.107,0.676 0.322,0.945 0.215,0.271 0.48,0.405 0.798,0.405 0.371,0 0.665,-0.164 0.882,-0.492 0.217,-0.329 0.326,-0.771 0.326,-1.328 0,-0.517 -0.108,-0.94 -0.324,-1.272 -0.216,-0.331 -0.505,-0.497 -0.868,-0.497 -0.32,0 -0.589,0.146 -0.808,0.438 -0.219,0.29 -0.328,0.628 -0.328,1.012 z"
|
178
|
+
id="path4236" />
|
179
|
+
<path
|
180
|
+
style="fill:#ffffff"
|
181
|
+
inkscape:connector-curvature="0"
|
182
|
+
d="m 327.693,526.97 h 0.816 l 0.88,2.885 c 0.075,0.24 0.163,0.549 0.264,0.925 0.104,-0.45 0.184,-0.774 0.24,-0.975 l 0.792,-2.835 h 0.8 l -1.096,3.46 c -0.35,1.1 -0.633,1.86 -0.85,2.28 -0.217,0.42 -0.453,0.73 -0.708,0.932 -0.255,0.202 -0.493,0.328 -0.714,0.378 l -0.176,-0.78 c 0.403,-0.156 0.717,-0.427 0.942,-0.81 0.225,-0.384 0.338,-0.64 0.338,-0.771 0,-0.057 -0.016,-0.133 -0.048,-0.229 l -1.48,-4.46 z"
|
183
|
+
id="path4238" />
|
184
|
+
</g>
|
185
|
+
</g>
|
186
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,183 @@
|
|
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="88"
|
13
|
+
height="31"
|
14
|
+
id="svg6853"
|
15
|
+
version="1.1"
|
16
|
+
inkscape:version="0.48.1 r9760"
|
17
|
+
sodipodi:docname="新規ドキュメント 63">
|
18
|
+
<defs
|
19
|
+
id="defs6855">
|
20
|
+
<linearGradient
|
21
|
+
id="SVGID_23_"
|
22
|
+
gradientUnits="userSpaceOnUse"
|
23
|
+
x1="81.903801"
|
24
|
+
y1="561.35449"
|
25
|
+
x2="81.903801"
|
26
|
+
y2="584.04199">
|
27
|
+
<stop
|
28
|
+
offset="0"
|
29
|
+
style="stop-color:#3FA9F5"
|
30
|
+
id="stop4378" />
|
31
|
+
<stop
|
32
|
+
offset="1"
|
33
|
+
style="stop-color:#0071BC"
|
34
|
+
id="stop4380" />
|
35
|
+
</linearGradient>
|
36
|
+
</defs>
|
37
|
+
<sodipodi:namedview
|
38
|
+
id="base"
|
39
|
+
pagecolor="#ffffff"
|
40
|
+
bordercolor="#666666"
|
41
|
+
borderopacity="1.0"
|
42
|
+
inkscape:pageopacity="0.0"
|
43
|
+
inkscape:pageshadow="2"
|
44
|
+
inkscape:zoom="1.4"
|
45
|
+
inkscape:cx="70.516543"
|
46
|
+
inkscape:cy="5.8887068"
|
47
|
+
inkscape:document-units="px"
|
48
|
+
inkscape:current-layer="layer1"
|
49
|
+
showgrid="false"
|
50
|
+
fit-margin-top="0"
|
51
|
+
fit-margin-left="0"
|
52
|
+
fit-margin-right="0"
|
53
|
+
fit-margin-bottom="0"
|
54
|
+
inkscape:window-width="902"
|
55
|
+
inkscape:window-height="442"
|
56
|
+
inkscape:window-x="1928"
|
57
|
+
inkscape:window-y="52"
|
58
|
+
inkscape:window-maximized="0" />
|
59
|
+
<metadata
|
60
|
+
id="metadata6858">
|
61
|
+
<rdf:RDF>
|
62
|
+
<cc:Work
|
63
|
+
rdf:about="">
|
64
|
+
<dc:format>image/svg+xml</dc:format>
|
65
|
+
<dc:type
|
66
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
67
|
+
<dc:title></dc:title>
|
68
|
+
</cc:Work>
|
69
|
+
</rdf:RDF>
|
70
|
+
</metadata>
|
71
|
+
<g
|
72
|
+
inkscape:label="レイヤー 1"
|
73
|
+
inkscape:groupmode="layer"
|
74
|
+
id="layer1"
|
75
|
+
transform="translate(-276,-331.14789)">
|
76
|
+
<rect
|
77
|
+
style="fill:#00293f"
|
78
|
+
x="276"
|
79
|
+
y="331.14789"
|
80
|
+
width="88"
|
81
|
+
height="31"
|
82
|
+
id="rect4363" />
|
83
|
+
<g
|
84
|
+
transform="translate(230,-223.8521)"
|
85
|
+
id="g4365">
|
86
|
+
<path
|
87
|
+
style="fill:#ffffff"
|
88
|
+
inkscape:connector-curvature="0"
|
89
|
+
d="m 70.143,568.477 c -0.48,-0.104 -0.82,-0.159 -1.238,-0.159 -1.022,0 -1.916,0.297 -2.656,0.886 -0.033,0.021 -0.069,0.051 -0.108,0.089 -0.083,0.071 -0.163,0.145 -0.241,0.223 -0.531,0.472 -0.992,0.7 -0.992,-0.444 v -0.239 c 0,-0.146 -0.118,-0.264 -0.263,-0.264 h -0.756 c -0.071,0 -0.139,0.03 -0.188,0.08 -0.05,0.051 -0.076,0.12 -0.074,0.192 0.039,1.197 0.078,2.436 0.078,3.458 v 6.74 c 0,0.146 0.118,0.264 0.263,0.264 h 0.795 c 0.145,0 0.263,-0.118 0.263,-0.264 v -3.563 c 0,-0.493 0.039,-1.368 0.111,-1.73 0.564,-2.804 1.792,-4.166 3.751,-4.166 0.352,0 0.676,0.06 1.033,0.131 0.017,0.003 0.034,0.005 0.051,0.005 0.053,0 0.105,-0.017 0.15,-0.047 0.059,-0.041 0.098,-0.104 0.11,-0.174 l 0.116,-0.717 c 0.021,-0.138 -0.068,-0.272 -0.205,-0.301 z"
|
90
|
+
id="path4367" />
|
91
|
+
<path
|
92
|
+
style="fill:#ffffff"
|
93
|
+
inkscape:connector-curvature="0"
|
94
|
+
d="m 102.151,569.049 c -0.903,-0.637 -1.902,-0.731 -2.417,-0.731 -1.046,0 -2.03,0.327 -2.812,0.896 -0.002,0 -0.003,10e-4 -0.005,0.002 -0.361,0.232 -0.945,0.326 -0.941,-0.224 v -0.009 c 0,-0.038 -0.001,-0.07 -0.005,-0.1 l -0.003,-0.064 c -0.006,-0.142 -0.122,-0.252 -0.262,-0.252 H 94.95 c -0.073,0 -0.142,0.031 -0.192,0.084 -0.05,0.054 -0.075,0.124 -0.071,0.196 0.054,0.82 0.078,1.5 0.078,2.346 v 7.845 c 0,0.146 0.117,0.264 0.263,0.264 h 0.794 c 0.146,0 0.263,-0.118 0.263,-0.264 v -6.295 c 0,-0.293 0.091,-0.634 0.176,-0.855 0.002,-0.003 0.002,-0.005 0.003,-0.008 0.375,-1.094 1.519,-2.2 3.025,-2.327 1.164,10e-4 2.993,0.847 3.244,2.955 0.006,0.055 0.011,0.107 0.016,0.161 10e-4,0.018 0.003,0.035 0.004,0.054 0.002,0.024 0.003,0.05 0.005,0.074 0.003,0.068 0.005,0.137 0.005,0.21 0,0.12 10e-4,0.228 0.006,0.327 v 5.704 c 0,0.146 0.118,0.264 0.263,0.264 h 0.794 c 0.145,0 0.263,-0.118 0.263,-0.264 v -5.851 c 0.001,-1.93 -0.584,-3.322 -1.738,-4.138 z"
|
95
|
+
id="path4369" />
|
96
|
+
<path
|
97
|
+
style="fill:#ffffff"
|
98
|
+
inkscape:connector-curvature="0"
|
99
|
+
d="m 129.567,578.159 c -0.047,-0.04 -0.108,-0.063 -0.169,-0.063 -0.015,0 -0.029,10e-4 -0.043,0.005 -0.211,0.035 -0.347,0.035 -0.519,0.035 -0.413,0 -0.783,-0.121 -0.783,-1.577 v -3.563 c 0,-0.843 -0.063,-1.93 -0.568,-2.866 -0.656,-1.215 -1.862,-1.831 -3.586,-1.831 -0.891,0 -2.236,0.184 -3.592,1.068 -0.113,0.073 -0.152,0.222 -0.09,0.341 l 0.311,0.6 c 0.034,0.069 0.098,0.119 0.171,0.137 0.021,0.004 0.042,0.007 0.062,0.007 0.055,0 0.108,-0.018 0.152,-0.049 0.832,-0.589 1.865,-0.9 2.986,-0.9 1.436,0 2.158,0.667 2.516,1.416 l 0,0 c 0.36,0.798 -0.203,1.583 -0.822,1.647 -0.031,0.004 -0.061,0.005 -0.091,0.006 -0.005,0 -0.011,10e-4 -0.016,0 -0.019,0 -0.036,0.002 -0.051,0.003 -3.946,0.225 -5.944,1.55 -5.944,3.947 0,0.728 0.288,1.457 0.792,2.001 0.443,0.479 1.28,1.051 2.744,1.051 1.248,0 2.254,-0.4 2.993,-0.889 0.022,-0.012 0.047,-0.027 0.076,-0.051 0.009,-0.006 0.016,-0.013 0.023,-0.019 0.046,-0.031 0.092,-0.063 0.136,-0.096 0.458,-0.296 0.708,-0.126 0.943,0.182 0.001,0 0.002,10e-4 0.003,0.002 0.302,0.411 0.776,0.619 1.424,0.619 0.304,0 0.572,-0.035 0.842,-0.106 0.116,-0.031 0.195,-0.136 0.195,-0.254 v -0.603 c -0.001,-0.078 -0.036,-0.151 -0.095,-0.2 z m -6.56,0.19 c -1.094,0 -2.197,-0.619 -2.197,-2.002 0,-1.749 2.134,-2.366 4.373,-2.534 0.835,-0.015 1.474,0.778 1.551,1.646 v 0.355 c -0.023,0.232 -0.089,0.463 -0.204,0.678 -0.058,0.096 -0.128,0.201 -0.212,0.312 -0.014,0.017 -0.027,0.033 -0.037,0.049 -0.519,0.663 -1.519,1.496 -3.274,1.496 z"
|
100
|
+
id="path4371" />
|
101
|
+
<path
|
102
|
+
style="fill:#ffffff"
|
103
|
+
inkscape:connector-curvature="0"
|
104
|
+
d="m 59.823,568.567 h -0.736 c -0.142,0 -0.257,0.111 -0.263,0.253 -0.023,0.582 -0.32,0.66 -0.972,0.275 -0.003,-0.003 -0.006,-0.006 -0.01,-0.008 -0.064,-0.042 -0.129,-0.082 -0.195,-0.121 -0.003,-0.002 -0.008,-0.005 -0.011,-0.008 -0.032,-0.021 -0.061,-0.036 -0.089,-0.05 -0.712,-0.395 -1.547,-0.592 -2.488,-0.592 -1.344,0 -2.67,0.556 -3.638,1.527 -0.75,0.75 -1.642,2.093 -1.642,4.235 0,1.373 0.484,2.664 1.363,3.638 0.932,1.032 2.24,1.604 3.684,1.604 1.118,0 1.982,-0.296 2.637,-0.684 10e-4,0 0.003,-10e-4 0.004,-10e-4 0.702,-0.313 1.294,-0.784 1.126,0.802 -0.313,2.042 -1.624,3.15 -3.768,3.15 -1.5,0 -2.628,-0.504 -3.309,-0.928 -0.042,-0.026 -0.09,-0.041 -0.139,-0.041 -0.021,0 -0.043,0.005 -0.065,0.01 -0.07,0.018 -0.128,0.063 -0.164,0.126 l -0.349,0.619 c -0.068,0.121 -0.031,0.274 0.084,0.35 1.026,0.67 2.484,1.069 3.902,1.069 0.968,0 3.34,-0.225 4.492,-2.305 0.497,-0.892 0.729,-2.146 0.729,-3.942 v -6.275 c 0,-0.889 0.025,-1.683 0.077,-2.423 0.005,-0.072 -0.02,-0.144 -0.07,-0.196 -0.047,-0.052 -0.117,-0.084 -0.19,-0.084 z m -6.072,9.356 c -0.218,-0.087 -2.735,-1.155 -2.521,-4.245 0.199,-2.855 2.058,-3.758 2.344,-3.882 0.458,-0.179 0.97,-0.276 1.524,-0.276 0.599,0 1.119,0.118 1.565,0.315 2.46,1.392 2.767,5.913 0.319,7.716 -0.573,0.358 -1.235,0.565 -1.922,0.565 -0.483,0 -0.919,-0.068 -1.309,-0.193 z"
|
105
|
+
id="path4373" />
|
106
|
+
<path
|
107
|
+
style="fill:#ffffff"
|
108
|
+
inkscape:connector-curvature="0"
|
109
|
+
d="m 116.563,568.567 h -0.736 c -0.141,0 -0.257,0.111 -0.263,0.253 -0.024,0.582 -0.321,0.66 -0.971,0.275 -0.004,-0.003 -0.007,-0.006 -0.011,-0.008 -0.063,-0.042 -0.13,-0.082 -0.196,-0.121 -0.003,-0.002 -0.007,-0.005 -0.011,-0.008 -0.031,-0.021 -0.06,-0.036 -0.087,-0.05 -0.713,-0.395 -1.548,-0.592 -2.489,-0.592 -1.344,0 -2.67,0.556 -3.638,1.527 -0.749,0.75 -1.642,2.093 -1.642,4.235 0,1.373 0.484,2.664 1.363,3.638 0.933,1.032 2.241,1.604 3.684,1.604 1.118,0 1.982,-0.296 2.637,-0.684 10e-4,0 0.002,-10e-4 0.003,-10e-4 0.702,-0.314 1.295,-0.785 1.127,0.802 -0.315,2.042 -1.625,3.15 -3.768,3.15 -1.5,0 -2.627,-0.504 -3.308,-0.928 -0.043,-0.026 -0.09,-0.041 -0.139,-0.041 -0.022,0 -0.044,0.005 -0.065,0.01 -0.07,0.018 -0.129,0.063 -0.164,0.126 l -0.349,0.619 c -0.069,0.121 -0.031,0.274 0.084,0.35 1.026,0.67 2.484,1.069 3.902,1.069 0.966,0 3.34,-0.225 4.491,-2.305 0.497,-0.892 0.73,-2.146 0.73,-3.942 v -6.275 c 0,-0.889 0.025,-1.683 0.077,-2.423 0.005,-0.072 -0.021,-0.144 -0.07,-0.196 -0.048,-0.052 -0.116,-0.084 -0.191,-0.084 z m -6.072,9.356 c -0.218,-0.087 -2.735,-1.155 -2.521,-4.245 0.198,-2.854 2.054,-3.757 2.342,-3.882 0.459,-0.179 0.971,-0.276 1.525,-0.276 0.599,0 1.119,0.118 1.566,0.315 2.459,1.392 2.766,5.913 0.317,7.716 -0.572,0.359 -1.235,0.565 -1.921,0.565 -0.482,0 -0.917,-0.068 -1.308,-0.193 z"
|
110
|
+
id="path4375" />
|
111
|
+
<linearGradient
|
112
|
+
id="linearGradient6836"
|
113
|
+
gradientUnits="userSpaceOnUse"
|
114
|
+
x1="81.903801"
|
115
|
+
y1="561.35449"
|
116
|
+
x2="81.903801"
|
117
|
+
y2="584.04199">
|
118
|
+
<stop
|
119
|
+
offset="0"
|
120
|
+
style="stop-color:#3FA9F5"
|
121
|
+
id="stop6838" />
|
122
|
+
<stop
|
123
|
+
offset="1"
|
124
|
+
style="stop-color:#0071BC"
|
125
|
+
id="stop6840" />
|
126
|
+
</linearGradient>
|
127
|
+
<path
|
128
|
+
style="fill:url(#SVGID_23_)"
|
129
|
+
inkscape:connector-curvature="0"
|
130
|
+
d="m 81.057,563.455 c -0.84,0.839 -1.477,1.92 -1.809,3.11 -2.184,-0.034 -4.375,0.816 -6.113,2.557 -2.927,2.926 -3.837,8.236 0.24,12.311 3.43,3.433 8.553,3.483 11.915,0.121 1.589,-1.59 2.602,-3.776 2.623,-6.09 1.128,-0.3 2.202,-0.901 3.117,-1.814 2.501,-2.501 3.266,-6.8 -0.112,-10.181 -2.816,-2.814 -7.056,-2.82 -9.861,-0.014 z m 9.211,7.341 c -0.48,0.479 -1.095,0.834 -1.773,1.029 -1.088,0.312 -1.674,0.279 -2.048,0.903 -0.374,0.624 -0.333,0.698 -0.316,1.868 0.02,1.325 -0.479,2.699 -1.73,3.952 -1.913,1.911 -5.442,2.338 -8.04,-0.26 -2.045,-2.048 -3.006,-5.492 -0.28,-8.22 1.013,-1.011 2.469,-1.609 4,-1.581 1.064,0.018 1.188,0.057 1.873,-0.253 0.686,-0.313 0.388,-1.007 0.798,-2.23 0.2,-0.598 0.556,-1.185 1.112,-1.742 1.483,-1.483 4.213,-1.823 6.213,0.177 1.629,1.629 2.319,4.227 0.191,6.357 z"
|
131
|
+
id="path4382" />
|
132
|
+
</g>
|
133
|
+
<g
|
134
|
+
transform="translate(230,-223.8521)"
|
135
|
+
id="g4384">
|
136
|
+
<path
|
137
|
+
style="fill:#3fa9f5"
|
138
|
+
inkscape:connector-curvature="0"
|
139
|
+
d="m 94.988,565.938 v -4.184 c 0,-0.521 -0.008,-0.944 -0.025,-1.272 h 0.531 l 0.032,0.672 h 0.013 c 0.258,-0.507 0.642,-0.76 1.152,-0.76 0.388,0 0.711,0.184 0.969,0.55 0.258,0.367 0.387,0.837 0.387,1.41 0,0.638 -0.139,1.145 -0.417,1.522 -0.278,0.377 -0.625,0.565 -1.042,0.565 -0.211,0 -0.405,-0.054 -0.581,-0.16 -0.176,-0.106 -0.313,-0.259 -0.411,-0.456 h -0.013 v 2.112 h -0.595 z m 0.595,-3.807 v 0.624 c 0,0.312 0.087,0.573 0.261,0.785 0.174,0.213 0.383,0.318 0.629,0.318 0.299,0 0.536,-0.133 0.71,-0.397 0.175,-0.266 0.262,-0.624 0.262,-1.074 0,-0.405 -0.086,-0.74 -0.259,-1.004 -0.173,-0.265 -0.402,-0.396 -0.688,-0.396 -0.183,0 -0.352,0.066 -0.505,0.198 -0.154,0.132 -0.26,0.293 -0.32,0.484 -0.06,0.19 -0.09,0.344 -0.09,0.462 z"
|
140
|
+
id="path4386" />
|
141
|
+
<path
|
142
|
+
style="fill:#3fa9f5"
|
143
|
+
inkscape:connector-curvature="0"
|
144
|
+
d="m 101.823,562.379 c 0,0.416 -0.069,0.779 -0.208,1.092 -0.139,0.312 -0.333,0.552 -0.583,0.72 -0.25,0.168 -0.52,0.252 -0.81,0.252 -0.452,0 -0.826,-0.185 -1.12,-0.554 -0.294,-0.369 -0.441,-0.849 -0.441,-1.438 0,-0.626 0.152,-1.126 0.456,-1.498 0.304,-0.372 0.688,-0.558 1.15,-0.558 0.461,0 0.835,0.185 1.123,0.554 0.288,0.369 0.433,0.846 0.433,1.43 z m -2.553,0.048 c 0,0.424 0.091,0.773 0.272,1.05 0.182,0.276 0.409,0.414 0.682,0.414 0.28,0 0.513,-0.139 0.699,-0.416 0.186,-0.277 0.28,-0.635 0.28,-1.072 0,-0.402 -0.086,-0.746 -0.258,-1.03 -0.172,-0.283 -0.406,-0.426 -0.702,-0.426 -0.301,0 -0.539,0.141 -0.712,0.422 -0.173,0.281 -0.261,0.634 -0.261,1.058 z"
|
145
|
+
id="path4388" />
|
146
|
+
<path
|
147
|
+
style="fill:#3fa9f5"
|
148
|
+
inkscape:connector-curvature="0"
|
149
|
+
d="m 102.31,560.482 h 0.608 c 0.405,1.878 0.623,2.938 0.653,3.184 h 0.013 c 0.023,-0.208 0.288,-1.269 0.794,-3.184 h 0.505 c 0.458,1.795 0.715,2.856 0.768,3.184 h 0.013 c 0.06,-0.399 0.134,-0.792 0.224,-1.176 l 0.467,-2.008 h 0.589 l -1.024,3.872 h -0.55 c -0.352,-1.354 -0.55,-2.125 -0.595,-2.31 -0.045,-0.186 -0.096,-0.447 -0.153,-0.786 h -0.013 c -0.07,0.402 -0.163,0.813 -0.278,1.231 l -0.515,1.864 h -0.55 l -0.956,-3.871 z"
|
150
|
+
id="path4390" />
|
151
|
+
<path
|
152
|
+
style="fill:#3fa9f5"
|
153
|
+
inkscape:connector-curvature="0"
|
154
|
+
d="m 110.232,562.57 h -2.246 c 0.008,0.419 0.112,0.739 0.31,0.962 0.199,0.223 0.456,0.334 0.771,0.334 0.343,0 0.644,-0.066 0.902,-0.2 l 0.103,0.521 c -0.305,0.171 -0.666,0.256 -1.082,0.256 -0.482,0 -0.866,-0.179 -1.152,-0.536 -0.286,-0.357 -0.429,-0.832 -0.429,-1.424 0,-0.592 0.137,-1.088 0.411,-1.488 0.274,-0.399 0.643,-0.6 1.105,-0.6 0.427,0 0.754,0.178 0.982,0.534 0.229,0.355 0.343,0.791 0.343,1.306 0.002,0.146 -0.004,0.258 -0.018,0.335 z m -2.239,-0.536 h 1.683 c 0,-0.333 -0.069,-0.602 -0.207,-0.806 -0.137,-0.204 -0.333,-0.306 -0.587,-0.306 -0.241,0 -0.441,0.102 -0.599,0.306 -0.158,0.204 -0.254,0.473 -0.29,0.806 z"
|
155
|
+
id="path4392" />
|
156
|
+
<path
|
157
|
+
style="fill:#3fa9f5"
|
158
|
+
inkscape:connector-curvature="0"
|
159
|
+
d="m 111.097,564.354 v -2.64 c 0,-0.502 -0.008,-0.912 -0.025,-1.232 h 0.524 l 0.039,0.776 c 0.079,-0.272 0.2,-0.484 0.362,-0.637 0.162,-0.151 0.338,-0.228 0.528,-0.228 0.041,0 0.094,0.005 0.16,0.016 v 0.704 c -0.058,-0.016 -0.126,-0.023 -0.205,-0.023 -0.215,0 -0.4,0.105 -0.555,0.315 -0.155,0.211 -0.232,0.511 -0.232,0.9 v 2.048 h -0.596 z"
|
160
|
+
id="path4394" />
|
161
|
+
<path
|
162
|
+
style="fill:#3fa9f5"
|
163
|
+
inkscape:connector-curvature="0"
|
164
|
+
d="m 115.986,562.57 h -2.246 c 0.008,0.419 0.112,0.739 0.31,0.962 0.199,0.223 0.456,0.334 0.771,0.334 0.343,0 0.644,-0.066 0.902,-0.2 l 0.103,0.521 c -0.305,0.171 -0.666,0.256 -1.082,0.256 -0.482,0 -0.866,-0.179 -1.152,-0.536 -0.286,-0.357 -0.429,-0.832 -0.429,-1.424 0,-0.592 0.137,-1.088 0.411,-1.488 0.274,-0.399 0.643,-0.6 1.105,-0.6 0.427,0 0.754,0.178 0.982,0.534 0.229,0.355 0.343,0.791 0.343,1.306 0.002,0.146 -0.004,0.258 -0.018,0.335 z m -2.239,-0.536 h 1.683 c 0,-0.333 -0.069,-0.602 -0.207,-0.806 -0.137,-0.204 -0.333,-0.306 -0.587,-0.306 -0.241,0 -0.441,0.102 -0.599,0.306 -0.158,0.204 -0.254,0.473 -0.29,0.806 z"
|
165
|
+
id="path4396" />
|
166
|
+
<path
|
167
|
+
style="fill:#3fa9f5"
|
168
|
+
inkscape:connector-curvature="0"
|
169
|
+
d="m 119.04,558.658 h 0.595 v 4.681 c 0,0.432 0.008,0.771 0.025,1.016 h -0.531 l -0.045,-0.688 c -0.102,0.246 -0.25,0.437 -0.441,0.572 -0.191,0.135 -0.41,0.204 -0.653,0.204 -0.393,0 -0.72,-0.185 -0.982,-0.554 -0.262,-0.369 -0.394,-0.838 -0.394,-1.406 0,-0.616 0.138,-1.118 0.415,-1.506 0.277,-0.388 0.618,-0.582 1.025,-0.582 0.218,0 0.412,0.054 0.584,0.16 0.172,0.106 0.306,0.251 0.402,0.432 v -2.329 z m 0,4.032 v -0.616 c 0,-0.328 -0.085,-0.593 -0.254,-0.794 -0.17,-0.201 -0.373,-0.302 -0.61,-0.302 -0.288,0 -0.52,0.135 -0.696,0.404 -0.176,0.27 -0.264,0.62 -0.264,1.052 0,0.405 0.083,0.741 0.25,1.008 0.167,0.267 0.399,0.4 0.698,0.4 0.228,0 0.432,-0.104 0.609,-0.314 0.177,-0.209 0.267,-0.488 0.267,-0.838 z"
|
170
|
+
id="path4398" />
|
171
|
+
<path
|
172
|
+
style="fill:#3fa9f5"
|
173
|
+
inkscape:connector-curvature="0"
|
174
|
+
d="m 122.246,563.339 v -4.681 h 0.608 v 2.456 c 0.226,-0.479 0.591,-0.72 1.095,-0.72 0.396,0 0.722,0.184 0.976,0.55 0.254,0.367 0.381,0.84 0.381,1.418 0,0.632 -0.14,1.137 -0.421,1.515 -0.28,0.377 -0.622,0.565 -1.025,0.565 -0.484,0 -0.849,-0.242 -1.094,-0.728 l -0.026,0.64 h -0.518 c 0.015,-0.245 0.024,-0.583 0.024,-1.015 z m 0.595,-1.2 v 0.632 c 0,0.288 0.086,0.54 0.258,0.756 0.171,0.216 0.384,0.324 0.638,0.324 0.296,0 0.532,-0.132 0.706,-0.395 0.174,-0.262 0.261,-0.616 0.261,-1.062 0,-0.413 -0.086,-0.753 -0.259,-1.018 -0.173,-0.266 -0.404,-0.398 -0.694,-0.398 -0.256,0 -0.471,0.116 -0.646,0.35 -0.177,0.234 -0.264,0.504 -0.264,0.811 z"
|
175
|
+
id="path4400" />
|
176
|
+
<path
|
177
|
+
style="fill:#3fa9f5"
|
178
|
+
inkscape:connector-curvature="0"
|
179
|
+
d="m 125.733,560.482 h 0.653 l 0.704,2.308 c 0.06,0.192 0.13,0.439 0.211,0.74 0.083,-0.359 0.147,-0.62 0.192,-0.779 l 0.634,-2.269 h 0.64 l -0.877,2.769 c -0.279,0.88 -0.506,1.487 -0.68,1.823 -0.174,0.336 -0.362,0.585 -0.566,0.746 -0.204,0.161 -0.394,0.262 -0.571,0.302 l -0.141,-0.624 c 0.322,-0.125 0.573,-0.341 0.754,-0.647 0.18,-0.307 0.27,-0.512 0.27,-0.616 0,-0.045 -0.013,-0.106 -0.038,-0.184 l -1.185,-3.569 z"
|
180
|
+
id="path4402" />
|
181
|
+
</g>
|
182
|
+
</g>
|
183
|
+
</svg>
|