j1-template 2021.0.12 → 2021.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +34 -12
- data/_includes/themes/j1/layouts/content_generator_post.html +7 -5
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +1 -1
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +36 -0
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
- data/_includes/themes/j1/modules/connectors/analytics +2 -3
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -0
- data/_layouts/default.html +11 -1
- data/assets/data/authclient.html +1 -1
- data/assets/data/carousel.json +1 -1
- data/assets/data/fam.html +2 -2
- data/assets/data/galleries.json +2 -2
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/menu.html +15 -17
- data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
- data/assets/themes/j1/adapter/js/carousel.js +30 -1
- data/assets/themes/j1/adapter/js/fam.js +8 -12
- data/assets/themes/j1/adapter/js/j1.js +71 -24
- data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
- data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +11 -11
- data/assets/themes/j1/adapter/js/logger.js +35 -23
- data/assets/themes/j1/adapter/js/mmenu.js +9 -4
- data/assets/themes/j1/adapter/js/navigator.js +14 -18
- data/assets/themes/j1/adapter/js/themer.js +32 -27
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +25 -7
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +14 -2
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +6 -6
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
- data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
- data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
- data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
- data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
- data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
- data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
- data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +9 -4
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/exe/j1 +1 -1
- data/lib/j1/commands/generate.rb +32 -9
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
- data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
- data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
- data/lib/starter_web/Gemfile +21 -15
- data/lib/starter_web/_config.yml +7 -48
- data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
- data/lib/starter_web/_data/_defaults/private.yml +156 -0
- data/lib/starter_web/_data/_defaults/resources.yml +626 -325
- data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
- data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
- data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/blocks/banner.yml +18 -30
- data/lib/starter_web/_data/blocks/footer.yml +15 -3
- data/lib/starter_web/_data/blocks/panel.yml +4 -6
- data/lib/starter_web/_data/builder/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/j1_config.yml +8 -7
- data/lib/starter_web/_data/modules/authentication.yml +11 -100
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +5 -24
- data/lib/starter_web/_data/modules/fam.yml +13 -2
- data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
- data/lib/starter_web/_data/modules/navigator_menu.yml +26 -7
- data/lib/starter_web/_data/modules/quicksearch.yml +5 -3
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
- data/lib/starter_web/_data/plugins/paginator.yml +5 -3
- data/lib/starter_web/_data/private.yml +29 -57
- data/lib/starter_web/_data/private@default.yml +119 -0
- data/lib/starter_web/_data/private@localhost.yml +156 -0
- data/lib/starter_web/_data/resources.yml +33 -16
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
- data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
- data/lib/starter_web/_includes/attributes.asciidoc +10 -6
- data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
- data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
- data/lib/starter_web/_plugins/lunr_index.rb +24 -5
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +45 -46
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +42 -40
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +58 -31
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +125 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -2
- data/lib/starter_web/dot.gitattributes +1 -1
- data/lib/starter_web/dot.gitignore +5 -1
- data/lib/starter_web/package.json +3 -2
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +16 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/index.html +10 -11
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +44 -47
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +20 -19
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +38 -34
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +37 -35
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +15 -13
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +29 -26
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +50 -49
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +43 -16
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +114 -0
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +81 -0
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +70 -48
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +121 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +78 -70
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +161 -591
- data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -1
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +4 -4
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +511 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +10 -12
- data/lib/starter_web/pages/public/previewer/rouge.adoc +3 -3
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
- data/lib/starter_web/utilsrv/package.json +6 -2
- data/lib/starter_web/utilsrv/server.js +228 -55
- metadata +48 -210
- data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
- data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
- data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
- data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
- data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
- data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
- data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/pages/protected/site_search.adoc +0 -180
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
- data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
- data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
- data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
- data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,2020 +0,0 @@
|
|
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
-
width="500"
|
14
|
-
height="500"
|
15
|
-
id="svg2"
|
16
|
-
version="1.1"
|
17
|
-
inkscape:version="0.91 r13725"
|
18
|
-
sodipodi:docname="p1.svg"
|
19
|
-
inkscape:export-filename="X:\j1\github\digitalme.one\assets\images\modules\icons\d1\d1-512x512.png"
|
20
|
-
inkscape:export-xdpi="90"
|
21
|
-
inkscape:export-ydpi="90">
|
22
|
-
<title
|
23
|
-
id="title3791">lox</title>
|
24
|
-
<defs
|
25
|
-
id="defs4">
|
26
|
-
<radialGradient
|
27
|
-
inkscape:collect="always"
|
28
|
-
xlink:href="#linearGradient8662"
|
29
|
-
id="radialGradient3438"
|
30
|
-
gradientUnits="userSpaceOnUse"
|
31
|
-
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
32
|
-
cx="24.837126"
|
33
|
-
cy="36.421127"
|
34
|
-
fx="24.837126"
|
35
|
-
fy="36.421127"
|
36
|
-
r="15.644737" />
|
37
|
-
<linearGradient
|
38
|
-
id="linearGradient8662"
|
39
|
-
inkscape:collect="always">
|
40
|
-
<stop
|
41
|
-
id="stop8664"
|
42
|
-
offset="0"
|
43
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
44
|
-
<stop
|
45
|
-
id="stop8666"
|
46
|
-
offset="1"
|
47
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
48
|
-
</linearGradient>
|
49
|
-
<radialGradient
|
50
|
-
inkscape:collect="always"
|
51
|
-
xlink:href="#linearGradient8662-2"
|
52
|
-
id="radialGradient3438-9"
|
53
|
-
gradientUnits="userSpaceOnUse"
|
54
|
-
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
55
|
-
cx="24.837126"
|
56
|
-
cy="36.421127"
|
57
|
-
fx="24.837126"
|
58
|
-
fy="36.421127"
|
59
|
-
r="15.644737" />
|
60
|
-
<linearGradient
|
61
|
-
id="linearGradient8662-2"
|
62
|
-
inkscape:collect="always">
|
63
|
-
<stop
|
64
|
-
id="stop8664-6"
|
65
|
-
offset="0"
|
66
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
67
|
-
<stop
|
68
|
-
id="stop8666-5"
|
69
|
-
offset="1"
|
70
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
71
|
-
</linearGradient>
|
72
|
-
<radialGradient
|
73
|
-
r="15.644737"
|
74
|
-
fy="36.421127"
|
75
|
-
fx="24.837126"
|
76
|
-
cy="36.421127"
|
77
|
-
cx="24.837126"
|
78
|
-
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
79
|
-
gradientUnits="userSpaceOnUse"
|
80
|
-
id="radialGradient4463"
|
81
|
-
xlink:href="#linearGradient8662-2"
|
82
|
-
inkscape:collect="always" />
|
83
|
-
<linearGradient
|
84
|
-
inkscape:collect="always"
|
85
|
-
xlink:href="#linearGradient4408"
|
86
|
-
id="linearGradient3365"
|
87
|
-
gradientUnits="userSpaceOnUse"
|
88
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
89
|
-
x1="29.675261"
|
90
|
-
y1="485.13199"
|
91
|
-
x2="460.6727"
|
92
|
-
y2="485.13199" />
|
93
|
-
<linearGradient
|
94
|
-
id="linearGradient4408">
|
95
|
-
<stop
|
96
|
-
id="stop4410"
|
97
|
-
offset="0"
|
98
|
-
style="stop-color:black;stop-opacity:0;" />
|
99
|
-
<stop
|
100
|
-
id="stop4412"
|
101
|
-
offset="0.67503154"
|
102
|
-
style="stop-color:black;stop-opacity:1;" />
|
103
|
-
<stop
|
104
|
-
id="stop4414"
|
105
|
-
offset="1"
|
106
|
-
style="stop-color:black;stop-opacity:0;" />
|
107
|
-
</linearGradient>
|
108
|
-
<linearGradient
|
109
|
-
inkscape:collect="always"
|
110
|
-
xlink:href="#linearGradient6504"
|
111
|
-
id="linearGradient3367"
|
112
|
-
gradientUnits="userSpaceOnUse"
|
113
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
114
|
-
x1="20.175261"
|
115
|
-
y1="485.13199"
|
116
|
-
x2="470.1727"
|
117
|
-
y2="485.13199" />
|
118
|
-
<linearGradient
|
119
|
-
id="linearGradient6504">
|
120
|
-
<stop
|
121
|
-
id="stop6506"
|
122
|
-
offset="0"
|
123
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
124
|
-
<stop
|
125
|
-
id="stop6508"
|
126
|
-
offset="1"
|
127
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
128
|
-
</linearGradient>
|
129
|
-
<linearGradient
|
130
|
-
inkscape:collect="always"
|
131
|
-
xlink:href="#linearGradient6504"
|
132
|
-
id="linearGradient3369"
|
133
|
-
gradientUnits="userSpaceOnUse"
|
134
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
135
|
-
x1="282.22101"
|
136
|
-
y1="359.27417"
|
137
|
-
x2="647.38214"
|
138
|
-
y2="359.27417" />
|
139
|
-
<linearGradient
|
140
|
-
id="linearGradient4849">
|
141
|
-
<stop
|
142
|
-
id="stop4851"
|
143
|
-
offset="0"
|
144
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
145
|
-
<stop
|
146
|
-
id="stop4853"
|
147
|
-
offset="1"
|
148
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
149
|
-
</linearGradient>
|
150
|
-
<linearGradient
|
151
|
-
inkscape:collect="always"
|
152
|
-
xlink:href="#linearGradient6408"
|
153
|
-
id="linearGradient3371"
|
154
|
-
gradientUnits="userSpaceOnUse"
|
155
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
156
|
-
x1="-232.10054"
|
157
|
-
y1="359.27417"
|
158
|
-
x2="654.38214"
|
159
|
-
y2="359.27417" />
|
160
|
-
<linearGradient
|
161
|
-
id="linearGradient6408">
|
162
|
-
<stop
|
163
|
-
id="stop6410"
|
164
|
-
offset="0"
|
165
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
166
|
-
<stop
|
167
|
-
id="stop6412"
|
168
|
-
offset="1"
|
169
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
170
|
-
</linearGradient>
|
171
|
-
<linearGradient
|
172
|
-
inkscape:collect="always"
|
173
|
-
xlink:href="#linearGradient7804"
|
174
|
-
id="linearGradient3373"
|
175
|
-
gradientUnits="userSpaceOnUse"
|
176
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
177
|
-
x1="567.12445"
|
178
|
-
y1="485.46133"
|
179
|
-
x2="716.61859"
|
180
|
-
y2="485.46133" />
|
181
|
-
<linearGradient
|
182
|
-
id="linearGradient7804">
|
183
|
-
<stop
|
184
|
-
id="stop7806"
|
185
|
-
offset="0"
|
186
|
-
style="stop-color:#f75902;stop-opacity:1;" />
|
187
|
-
<stop
|
188
|
-
id="stop7808"
|
189
|
-
offset="0.18691589"
|
190
|
-
style="stop-color:#fcaf3e;stop-opacity:1;" />
|
191
|
-
<stop
|
192
|
-
id="stop7810"
|
193
|
-
offset="0.43008122"
|
194
|
-
style="stop-color:#fcaf3e;stop-opacity:1;" />
|
195
|
-
<stop
|
196
|
-
id="stop7812"
|
197
|
-
offset="1"
|
198
|
-
style="stop-color:#8f5902;stop-opacity:1;" />
|
199
|
-
</linearGradient>
|
200
|
-
<linearGradient
|
201
|
-
inkscape:collect="always"
|
202
|
-
xlink:href="#linearGradient6482"
|
203
|
-
id="linearGradient3375"
|
204
|
-
gradientUnits="userSpaceOnUse"
|
205
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
206
|
-
x1="567.12445"
|
207
|
-
y1="485.46133"
|
208
|
-
x2="716.61859"
|
209
|
-
y2="485.46133" />
|
210
|
-
<linearGradient
|
211
|
-
id="linearGradient6482">
|
212
|
-
<stop
|
213
|
-
id="stop6484"
|
214
|
-
offset="0"
|
215
|
-
style="stop-color:#eeeeec;stop-opacity:1;" />
|
216
|
-
<stop
|
217
|
-
id="stop6486"
|
218
|
-
offset="1"
|
219
|
-
style="stop-color:#edd400;stop-opacity:1;" />
|
220
|
-
<stop
|
221
|
-
id="stop6488"
|
222
|
-
offset="1"
|
223
|
-
style="stop-color:#edd400;stop-opacity:1;" />
|
224
|
-
</linearGradient>
|
225
|
-
<linearGradient
|
226
|
-
inkscape:collect="always"
|
227
|
-
xlink:href="#linearGradient4162"
|
228
|
-
id="linearGradient3377"
|
229
|
-
gradientUnits="userSpaceOnUse"
|
230
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
231
|
-
x1="554.38165"
|
232
|
-
y1="330.98486"
|
233
|
-
x2="616.84747"
|
234
|
-
y2="330.98486" />
|
235
|
-
<linearGradient
|
236
|
-
id="linearGradient4162">
|
237
|
-
<stop
|
238
|
-
id="stop4164"
|
239
|
-
offset="0.0000000"
|
240
|
-
style="stop-color:#f79403;stop-opacity:1.0000000;" />
|
241
|
-
<stop
|
242
|
-
id="stop4170"
|
243
|
-
offset="0.18691589"
|
244
|
-
style="stop-color:#fdb343;stop-opacity:1.0000000;" />
|
245
|
-
<stop
|
246
|
-
id="stop4172"
|
247
|
-
offset="0.43008122"
|
248
|
-
style="stop-color:#fdb74f;stop-opacity:1.0000000;" />
|
249
|
-
<stop
|
250
|
-
id="stop4166"
|
251
|
-
offset="1.0000000"
|
252
|
-
style="stop-color:#8f5601;stop-opacity:1.0000000;" />
|
253
|
-
</linearGradient>
|
254
|
-
<linearGradient
|
255
|
-
inkscape:collect="always"
|
256
|
-
xlink:href="#linearGradient6482"
|
257
|
-
id="linearGradient3379"
|
258
|
-
gradientUnits="userSpaceOnUse"
|
259
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
260
|
-
x1="554.38165"
|
261
|
-
y1="330.98486"
|
262
|
-
x2="616.84747"
|
263
|
-
y2="330.98486" />
|
264
|
-
<linearGradient
|
265
|
-
id="linearGradient4877">
|
266
|
-
<stop
|
267
|
-
id="stop4879"
|
268
|
-
offset="0"
|
269
|
-
style="stop-color:#eeeeec;stop-opacity:1;" />
|
270
|
-
<stop
|
271
|
-
id="stop4881"
|
272
|
-
offset="1"
|
273
|
-
style="stop-color:#edd400;stop-opacity:1;" />
|
274
|
-
<stop
|
275
|
-
id="stop4883"
|
276
|
-
offset="1"
|
277
|
-
style="stop-color:#edd400;stop-opacity:1;" />
|
278
|
-
</linearGradient>
|
279
|
-
<linearGradient
|
280
|
-
y2="330.98486"
|
281
|
-
x2="616.84747"
|
282
|
-
y1="330.98486"
|
283
|
-
x1="554.38165"
|
284
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
285
|
-
gradientUnits="userSpaceOnUse"
|
286
|
-
id="linearGradient4890"
|
287
|
-
xlink:href="#linearGradient4162"
|
288
|
-
inkscape:collect="always" />
|
289
|
-
<linearGradient
|
290
|
-
y2="330.98486"
|
291
|
-
x2="616.84747"
|
292
|
-
y1="330.98486"
|
293
|
-
x1="554.38165"
|
294
|
-
gradientTransform="matrix(0.36820378,0,0,0.33561508,167.67479,486.24047)"
|
295
|
-
gradientUnits="userSpaceOnUse"
|
296
|
-
id="linearGradient4892"
|
297
|
-
xlink:href="#linearGradient6482"
|
298
|
-
inkscape:collect="always" />
|
299
|
-
<radialGradient
|
300
|
-
inkscape:collect="always"
|
301
|
-
xlink:href="#linearGradient2454-3"
|
302
|
-
id="radialGradient4776"
|
303
|
-
gradientUnits="userSpaceOnUse"
|
304
|
-
gradientTransform="scale(1.925808,0.519262)"
|
305
|
-
cx="12.57571"
|
306
|
-
cy="67.501709"
|
307
|
-
fx="12.57571"
|
308
|
-
fy="67.501709"
|
309
|
-
r="8.7662792" />
|
310
|
-
<linearGradient
|
311
|
-
id="linearGradient2454-3"
|
312
|
-
inkscape:collect="always">
|
313
|
-
<stop
|
314
|
-
id="stop2456-6"
|
315
|
-
offset="0"
|
316
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
317
|
-
<stop
|
318
|
-
id="stop2458-1"
|
319
|
-
offset="1"
|
320
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
321
|
-
</linearGradient>
|
322
|
-
<linearGradient
|
323
|
-
inkscape:collect="always"
|
324
|
-
xlink:href="#linearGradient2985-8"
|
325
|
-
id="linearGradient4778"
|
326
|
-
gradientUnits="userSpaceOnUse"
|
327
|
-
gradientTransform="scale(1.492875,0.669848)"
|
328
|
-
x1="-23.8857"
|
329
|
-
y1="49.953003"
|
330
|
-
x2="-23.8857"
|
331
|
-
y2="44.878883" />
|
332
|
-
<linearGradient
|
333
|
-
id="linearGradient2985-8"
|
334
|
-
inkscape:collect="always">
|
335
|
-
<stop
|
336
|
-
id="stop2987-6"
|
337
|
-
offset="0"
|
338
|
-
style="stop-color:#d8dfd6;stop-opacity:1;" />
|
339
|
-
<stop
|
340
|
-
id="stop2989-2"
|
341
|
-
offset="1"
|
342
|
-
style="stop-color:#d8dfd6;stop-opacity:0;" />
|
343
|
-
</linearGradient>
|
344
|
-
<radialGradient
|
345
|
-
inkscape:collect="always"
|
346
|
-
xlink:href="#linearGradient2454-3"
|
347
|
-
id="radialGradient4780"
|
348
|
-
gradientUnits="userSpaceOnUse"
|
349
|
-
gradientTransform="scale(1.925808,0.519262)"
|
350
|
-
cx="12.57571"
|
351
|
-
cy="67.501709"
|
352
|
-
fx="12.57571"
|
353
|
-
fy="67.501709"
|
354
|
-
r="8.7662792" />
|
355
|
-
<linearGradient
|
356
|
-
inkscape:collect="always"
|
357
|
-
xlink:href="#linearGradient2701-1"
|
358
|
-
id="linearGradient4782"
|
359
|
-
gradientUnits="userSpaceOnUse"
|
360
|
-
gradientTransform="matrix(8.3143396,0,0,2.3649425,212.24975,286.69669)"
|
361
|
-
x1="12.206709"
|
362
|
-
y1="53.535141"
|
363
|
-
x2="12.127711"
|
364
|
-
y2="64.892525" />
|
365
|
-
<linearGradient
|
366
|
-
id="linearGradient2701-1">
|
367
|
-
<stop
|
368
|
-
id="stop2703-4"
|
369
|
-
offset="0"
|
370
|
-
style="stop-color:#555753;stop-opacity:1;" />
|
371
|
-
<stop
|
372
|
-
id="stop2705-6"
|
373
|
-
offset="1"
|
374
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
375
|
-
</linearGradient>
|
376
|
-
<linearGradient
|
377
|
-
inkscape:collect="always"
|
378
|
-
xlink:href="#linearGradient2245-2"
|
379
|
-
id="linearGradient4784"
|
380
|
-
gradientUnits="userSpaceOnUse"
|
381
|
-
gradientTransform="matrix(5.1719597,0,0,3.8018356,204.81129,281.09373)"
|
382
|
-
x1="8.6116238"
|
383
|
-
y1="7.2293582"
|
384
|
-
x2="34.784473"
|
385
|
-
y2="33.339787" />
|
386
|
-
<linearGradient
|
387
|
-
id="linearGradient2245-2">
|
388
|
-
<stop
|
389
|
-
id="stop2247-9"
|
390
|
-
offset="0"
|
391
|
-
style="stop-color:#d3d7cf;stop-opacity:1;" />
|
392
|
-
<stop
|
393
|
-
id="stop2249-1"
|
394
|
-
offset="1"
|
395
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
396
|
-
</linearGradient>
|
397
|
-
<linearGradient
|
398
|
-
inkscape:collect="always"
|
399
|
-
xlink:href="#linearGradient2253-5"
|
400
|
-
id="linearGradient4786"
|
401
|
-
gradientUnits="userSpaceOnUse"
|
402
|
-
gradientTransform="matrix(5.055391,0,0,3.8894982,212.24974,286.69669)"
|
403
|
-
x1="10.390738"
|
404
|
-
y1="5.3817744"
|
405
|
-
x2="32.536823"
|
406
|
-
y2="31.246054" />
|
407
|
-
<linearGradient
|
408
|
-
id="linearGradient2253-5">
|
409
|
-
<stop
|
410
|
-
id="stop2255-0"
|
411
|
-
offset="0"
|
412
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
413
|
-
<stop
|
414
|
-
id="stop2257-3"
|
415
|
-
offset="1"
|
416
|
-
style="stop-color:#555753;stop-opacity:1;" />
|
417
|
-
</linearGradient>
|
418
|
-
<linearGradient
|
419
|
-
inkscape:collect="always"
|
420
|
-
xlink:href="#linearGradient2675-6"
|
421
|
-
id="linearGradient4788"
|
422
|
-
gradientUnits="userSpaceOnUse"
|
423
|
-
gradientTransform="matrix(5.3746341,0,0,4.0611478,215.55393,280.9771)"
|
424
|
-
x1="19.150396"
|
425
|
-
y1="32.622238"
|
426
|
-
x2="16.315819"
|
427
|
-
y2="8.8666229" />
|
428
|
-
<linearGradient
|
429
|
-
id="linearGradient2675-6">
|
430
|
-
<stop
|
431
|
-
id="stop2677-4"
|
432
|
-
offset="0"
|
433
|
-
style="stop-color:#204a87;stop-opacity:1;" />
|
434
|
-
<stop
|
435
|
-
id="stop2679-9"
|
436
|
-
offset="1"
|
437
|
-
style="stop-color:#2e3436;stop-opacity:1;" />
|
438
|
-
</linearGradient>
|
439
|
-
<linearGradient
|
440
|
-
inkscape:collect="always"
|
441
|
-
xlink:href="#linearGradient2683-2"
|
442
|
-
id="linearGradient4790"
|
443
|
-
gradientUnits="userSpaceOnUse"
|
444
|
-
gradientTransform="matrix(26.115428,0,0,0.75292462,216.82726,283.77843)"
|
445
|
-
x1="3.7069976"
|
446
|
-
y1="171.29134"
|
447
|
-
x2="3.7069974"
|
448
|
-
y2="162.45061" />
|
449
|
-
<linearGradient
|
450
|
-
id="linearGradient2683-2"
|
451
|
-
inkscape:collect="always">
|
452
|
-
<stop
|
453
|
-
id="stop2685-9"
|
454
|
-
offset="0"
|
455
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
456
|
-
<stop
|
457
|
-
id="stop2687-3"
|
458
|
-
offset="1"
|
459
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
460
|
-
</linearGradient>
|
461
|
-
<linearGradient
|
462
|
-
inkscape:collect="always"
|
463
|
-
xlink:href="#SVGID_1_-4"
|
464
|
-
id="linearGradient4792"
|
465
|
-
gradientUnits="userSpaceOnUse"
|
466
|
-
gradientTransform="matrix(5.0721995,0,0,3.8766118,216.82726,290.99226)"
|
467
|
-
x1="17.698339"
|
468
|
-
y1="13.004725"
|
469
|
-
x2="34.974548"
|
470
|
-
y2="55.200756" />
|
471
|
-
<linearGradient
|
472
|
-
gradientTransform="matrix(0.554593,0,0,0.554593,112.4225,231.3589)"
|
473
|
-
gradientUnits="userSpaceOnUse"
|
474
|
-
id="SVGID_1_-4"
|
475
|
-
x1="43.944302"
|
476
|
-
x2="411.3941"
|
477
|
-
y1="733.39258"
|
478
|
-
y2="425.06561">
|
479
|
-
<stop
|
480
|
-
id="stop12-4"
|
481
|
-
offset="0.0562"
|
482
|
-
style="stop-color:#003F90" />
|
483
|
-
<stop
|
484
|
-
id="stop14-0"
|
485
|
-
offset="0.5674"
|
486
|
-
style="stop-color:#0093D2" />
|
487
|
-
<stop
|
488
|
-
id="stop16-5"
|
489
|
-
offset="0.9551"
|
490
|
-
style="stop-color:#EDF3F7" />
|
491
|
-
</linearGradient>
|
492
|
-
<linearGradient
|
493
|
-
inkscape:collect="always"
|
494
|
-
xlink:href="#linearGradient2667-9"
|
495
|
-
id="linearGradient4794"
|
496
|
-
gradientUnits="userSpaceOnUse"
|
497
|
-
gradientTransform="matrix(5.6714316,0,0,3.8486217,214.95304,280.9771)"
|
498
|
-
x1="11.492236"
|
499
|
-
y1="1.6537577"
|
500
|
-
x2="17.199417"
|
501
|
-
y2="26.729263" />
|
502
|
-
<linearGradient
|
503
|
-
id="linearGradient2667-9">
|
504
|
-
<stop
|
505
|
-
id="stop2669-6"
|
506
|
-
offset="0.0000000"
|
507
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
508
|
-
<stop
|
509
|
-
id="stop2671-3"
|
510
|
-
offset="1.0000000"
|
511
|
-
style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
|
512
|
-
</linearGradient>
|
513
|
-
<radialGradient
|
514
|
-
inkscape:collect="always"
|
515
|
-
xlink:href="#linearGradient2454-3"
|
516
|
-
id="radialGradient4796"
|
517
|
-
gradientUnits="userSpaceOnUse"
|
518
|
-
gradientTransform="scale(1.925808,0.519262)"
|
519
|
-
cx="12.57571"
|
520
|
-
cy="67.501709"
|
521
|
-
fx="12.57571"
|
522
|
-
fy="67.501709"
|
523
|
-
r="8.7662792" />
|
524
|
-
<linearGradient
|
525
|
-
inkscape:collect="always"
|
526
|
-
xlink:href="#linearGradient2245-2"
|
527
|
-
id="linearGradient4798"
|
528
|
-
gradientUnits="userSpaceOnUse"
|
529
|
-
gradientTransform="matrix(5.1719597,0,0,3.8018356,212.24974,286.69669)"
|
530
|
-
x1="18.316999"
|
531
|
-
y1="48.643234"
|
532
|
-
x2="18.176752"
|
533
|
-
y2="52.536461" />
|
534
|
-
<linearGradient
|
535
|
-
id="linearGradient5382">
|
536
|
-
<stop
|
537
|
-
id="stop5384"
|
538
|
-
offset="0"
|
539
|
-
style="stop-color:#d3d7cf;stop-opacity:1;" />
|
540
|
-
<stop
|
541
|
-
id="stop5386"
|
542
|
-
offset="1"
|
543
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
544
|
-
</linearGradient>
|
545
|
-
<linearGradient
|
546
|
-
inkscape:collect="always"
|
547
|
-
xlink:href="#linearGradient2253-5"
|
548
|
-
id="linearGradient4800"
|
549
|
-
gradientUnits="userSpaceOnUse"
|
550
|
-
gradientTransform="matrix(5.055391,0,0,3.8894982,212.24974,286.69669)"
|
551
|
-
x1="10.390738"
|
552
|
-
y1="5.3817744"
|
553
|
-
x2="32.536823"
|
554
|
-
y2="31.246054" />
|
555
|
-
<linearGradient
|
556
|
-
id="linearGradient5389">
|
557
|
-
<stop
|
558
|
-
id="stop5391"
|
559
|
-
offset="0"
|
560
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
561
|
-
<stop
|
562
|
-
id="stop5393"
|
563
|
-
offset="1"
|
564
|
-
style="stop-color:#555753;stop-opacity:1;" />
|
565
|
-
</linearGradient>
|
566
|
-
<linearGradient
|
567
|
-
inkscape:collect="always"
|
568
|
-
xlink:href="#linearGradient3087-4"
|
569
|
-
id="linearGradient4802"
|
570
|
-
gradientUnits="userSpaceOnUse"
|
571
|
-
gradientTransform="matrix(4.0202905,0,0,3.7726556,4889.0346,2306.3738)"
|
572
|
-
x1="9.7503242"
|
573
|
-
y1="32.28376"
|
574
|
-
x2="16.915297"
|
575
|
-
y2="39.443218" />
|
576
|
-
<linearGradient
|
577
|
-
id="linearGradient3087-4">
|
578
|
-
<stop
|
579
|
-
id="stop3089-2"
|
580
|
-
offset="0"
|
581
|
-
style="stop-color:#3465a4;stop-opacity:1;" />
|
582
|
-
<stop
|
583
|
-
id="stop3095-8"
|
584
|
-
offset="0"
|
585
|
-
style="stop-color:#729fcf;stop-opacity:1;" />
|
586
|
-
<stop
|
587
|
-
id="stop3091-8"
|
588
|
-
offset="0"
|
589
|
-
style="stop-color:#3465a4;stop-opacity:1;" />
|
590
|
-
</linearGradient>
|
591
|
-
<linearGradient
|
592
|
-
inkscape:collect="always"
|
593
|
-
xlink:href="#linearGradient3061-7"
|
594
|
-
id="linearGradient4804"
|
595
|
-
gradientUnits="userSpaceOnUse"
|
596
|
-
gradientTransform="matrix(10.57337,0,0,1.8596654,212.24975,286.69669)"
|
597
|
-
x1="8.1134243"
|
598
|
-
y1="88.509071"
|
599
|
-
x2="8.1134233"
|
600
|
-
y2="100.20015" />
|
601
|
-
<linearGradient
|
602
|
-
id="linearGradient3061-7">
|
603
|
-
<stop
|
604
|
-
id="stop3063-5"
|
605
|
-
offset="0"
|
606
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
607
|
-
<stop
|
608
|
-
id="stop3065-8"
|
609
|
-
offset="1"
|
610
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
611
|
-
</linearGradient>
|
612
|
-
<linearGradient
|
613
|
-
inkscape:collect="always"
|
614
|
-
xlink:href="#linearGradient3061-7"
|
615
|
-
id="linearGradient4806"
|
616
|
-
gradientUnits="userSpaceOnUse"
|
617
|
-
gradientTransform="matrix(10.57337,0,0,1.8596654,212.24975,286.69669)"
|
618
|
-
x1="8.1134243"
|
619
|
-
y1="88.509071"
|
620
|
-
x2="8.1134233"
|
621
|
-
y2="100.20015" />
|
622
|
-
<linearGradient
|
623
|
-
id="linearGradient5405">
|
624
|
-
<stop
|
625
|
-
id="stop5407"
|
626
|
-
offset="0"
|
627
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
628
|
-
<stop
|
629
|
-
id="stop5409"
|
630
|
-
offset="1"
|
631
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
632
|
-
</linearGradient>
|
633
|
-
<linearGradient
|
634
|
-
inkscape:collect="always"
|
635
|
-
xlink:href="#linearGradient2635-1"
|
636
|
-
id="linearGradient4808"
|
637
|
-
gradientUnits="userSpaceOnUse"
|
638
|
-
gradientTransform="matrix(9.812508,0,0,2.0038671,216.82726,284.51104)"
|
639
|
-
x1="13.62871"
|
640
|
-
y1="101.2846"
|
641
|
-
x2="8.6485014"
|
642
|
-
y2="74.098007" />
|
643
|
-
<linearGradient
|
644
|
-
id="linearGradient2635-1"
|
645
|
-
inkscape:collect="always">
|
646
|
-
<stop
|
647
|
-
id="stop2637-2"
|
648
|
-
offset="0"
|
649
|
-
style="stop-color:#f9fff5;stop-opacity:1;" />
|
650
|
-
<stop
|
651
|
-
id="stop2639-5"
|
652
|
-
offset="1"
|
653
|
-
style="stop-color:#f9fff5;stop-opacity:0;" />
|
654
|
-
</linearGradient>
|
655
|
-
<linearGradient
|
656
|
-
inkscape:collect="always"
|
657
|
-
xlink:href="#linearGradient2711-7"
|
658
|
-
id="linearGradient4810"
|
659
|
-
gradientUnits="userSpaceOnUse"
|
660
|
-
x1="34.300991"
|
661
|
-
y1="3.9384086"
|
662
|
-
x2="35.520542"
|
663
|
-
y2="3.8451097" />
|
664
|
-
<linearGradient
|
665
|
-
id="linearGradient2711-7">
|
666
|
-
<stop
|
667
|
-
id="stop2713-4"
|
668
|
-
offset="0"
|
669
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
670
|
-
<stop
|
671
|
-
id="stop2715-4"
|
672
|
-
offset="1"
|
673
|
-
style="stop-color:#babdb6;stop-opacity:0;" />
|
674
|
-
</linearGradient>
|
675
|
-
<linearGradient
|
676
|
-
inkscape:collect="always"
|
677
|
-
xlink:href="#linearGradient2711-7"
|
678
|
-
id="linearGradient4812"
|
679
|
-
gradientUnits="userSpaceOnUse"
|
680
|
-
x1="34.300991"
|
681
|
-
y1="3.9384086"
|
682
|
-
x2="35.520542"
|
683
|
-
y2="3.8451097" />
|
684
|
-
<linearGradient
|
685
|
-
id="linearGradient5420">
|
686
|
-
<stop
|
687
|
-
id="stop5422"
|
688
|
-
offset="0"
|
689
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
690
|
-
<stop
|
691
|
-
id="stop5424"
|
692
|
-
offset="1"
|
693
|
-
style="stop-color:#babdb6;stop-opacity:0;" />
|
694
|
-
</linearGradient>
|
695
|
-
<linearGradient
|
696
|
-
inkscape:collect="always"
|
697
|
-
xlink:href="#linearGradient2711-7"
|
698
|
-
id="linearGradient4814"
|
699
|
-
gradientUnits="userSpaceOnUse"
|
700
|
-
x1="34.300991"
|
701
|
-
y1="3.9384086"
|
702
|
-
x2="35.520542"
|
703
|
-
y2="3.8451097" />
|
704
|
-
<linearGradient
|
705
|
-
id="linearGradient5427">
|
706
|
-
<stop
|
707
|
-
id="stop5429"
|
708
|
-
offset="0"
|
709
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
710
|
-
<stop
|
711
|
-
id="stop5431"
|
712
|
-
offset="1"
|
713
|
-
style="stop-color:#babdb6;stop-opacity:0;" />
|
714
|
-
</linearGradient>
|
715
|
-
<linearGradient
|
716
|
-
inkscape:collect="always"
|
717
|
-
xlink:href="#linearGradient2711-7"
|
718
|
-
id="linearGradient4816"
|
719
|
-
gradientUnits="userSpaceOnUse"
|
720
|
-
x1="34.300991"
|
721
|
-
y1="3.9384086"
|
722
|
-
x2="35.520542"
|
723
|
-
y2="3.8451097" />
|
724
|
-
<linearGradient
|
725
|
-
id="linearGradient5434">
|
726
|
-
<stop
|
727
|
-
id="stop5436"
|
728
|
-
offset="0"
|
729
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
730
|
-
<stop
|
731
|
-
id="stop5438"
|
732
|
-
offset="1"
|
733
|
-
style="stop-color:#babdb6;stop-opacity:0;" />
|
734
|
-
</linearGradient>
|
735
|
-
<linearGradient
|
736
|
-
inkscape:collect="always"
|
737
|
-
xlink:href="#linearGradient2711-7"
|
738
|
-
id="linearGradient4818"
|
739
|
-
gradientUnits="userSpaceOnUse"
|
740
|
-
x1="34.300991"
|
741
|
-
y1="3.9384086"
|
742
|
-
x2="35.520542"
|
743
|
-
y2="3.8451097" />
|
744
|
-
<linearGradient
|
745
|
-
id="linearGradient5441">
|
746
|
-
<stop
|
747
|
-
id="stop5443"
|
748
|
-
offset="0"
|
749
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
750
|
-
<stop
|
751
|
-
id="stop5445"
|
752
|
-
offset="1"
|
753
|
-
style="stop-color:#babdb6;stop-opacity:0;" />
|
754
|
-
</linearGradient>
|
755
|
-
<radialGradient
|
756
|
-
inkscape:collect="always"
|
757
|
-
xlink:href="#linearGradient2265-1"
|
758
|
-
id="radialGradient4110"
|
759
|
-
gradientUnits="userSpaceOnUse"
|
760
|
-
gradientTransform="matrix(1,0,0,0.5,0,20)"
|
761
|
-
cx="23.857143"
|
762
|
-
cy="40"
|
763
|
-
fx="23.857143"
|
764
|
-
fy="40"
|
765
|
-
r="17.142857" />
|
766
|
-
<linearGradient
|
767
|
-
id="linearGradient2265-1"
|
768
|
-
inkscape:collect="always">
|
769
|
-
<stop
|
770
|
-
id="stop2267-7"
|
771
|
-
offset="0"
|
772
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
773
|
-
<stop
|
774
|
-
id="stop2269-4"
|
775
|
-
offset="1"
|
776
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
777
|
-
</linearGradient>
|
778
|
-
<linearGradient
|
779
|
-
inkscape:collect="always"
|
780
|
-
xlink:href="#linearGradient9910-0"
|
781
|
-
id="linearGradient4112"
|
782
|
-
gradientUnits="userSpaceOnUse"
|
783
|
-
gradientTransform="matrix(21.14292,0,0,21.14292,-149.9615,-46.50619)"
|
784
|
-
x1="9.3030529"
|
785
|
-
y1="26.71875"
|
786
|
-
x2="38.826412"
|
787
|
-
y2="26.71875" />
|
788
|
-
<linearGradient
|
789
|
-
id="linearGradient9910-0">
|
790
|
-
<stop
|
791
|
-
id="stop9912-9"
|
792
|
-
offset="0"
|
793
|
-
style="stop-color:#729fcf;stop-opacity:1;" />
|
794
|
-
<stop
|
795
|
-
id="stop9918-4"
|
796
|
-
offset="0.31578946"
|
797
|
-
style="stop-color:#a5bfda;stop-opacity:1;" />
|
798
|
-
<stop
|
799
|
-
id="stop9914-8"
|
800
|
-
offset="1"
|
801
|
-
style="stop-color:#376ca4;stop-opacity:1;" />
|
802
|
-
</linearGradient>
|
803
|
-
<linearGradient
|
804
|
-
inkscape:collect="always"
|
805
|
-
xlink:href="#linearGradient2682-8"
|
806
|
-
id="linearGradient4114"
|
807
|
-
gradientUnits="userSpaceOnUse"
|
808
|
-
gradientTransform="matrix(21.14292,0,0,21.14292,-149.9615,-46.50619)"
|
809
|
-
x1="17.160095"
|
810
|
-
y1="14.004482"
|
811
|
-
x2="37.969398"
|
812
|
-
y2="56.575912" />
|
813
|
-
<linearGradient
|
814
|
-
id="linearGradient2682-8">
|
815
|
-
<stop
|
816
|
-
id="stop2684-2"
|
817
|
-
offset="0"
|
818
|
-
style="stop-color:#3465a4;stop-opacity:1;" />
|
819
|
-
<stop
|
820
|
-
id="stop2686-4"
|
821
|
-
offset="1"
|
822
|
-
style="stop-color:#729fcf;stop-opacity:0;" />
|
823
|
-
</linearGradient>
|
824
|
-
<linearGradient
|
825
|
-
y2="37.760422"
|
826
|
-
x2="15.428915"
|
827
|
-
y1="19.5"
|
828
|
-
x1="16.07143"
|
829
|
-
gradientTransform="matrix(21.14292,0,0,21.14292,-152.982,9.37161)"
|
830
|
-
gradientUnits="userSpaceOnUse"
|
831
|
-
id="linearGradient3366"
|
832
|
-
xlink:href="#linearGradient6924"
|
833
|
-
inkscape:collect="always" />
|
834
|
-
<linearGradient
|
835
|
-
id="linearGradient6924">
|
836
|
-
<stop
|
837
|
-
id="stop6926"
|
838
|
-
offset="0"
|
839
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
840
|
-
<stop
|
841
|
-
id="stop6928"
|
842
|
-
offset="1"
|
843
|
-
style="stop-color:#ffffff;stop-opacity:0;" />
|
844
|
-
</linearGradient>
|
845
|
-
<linearGradient
|
846
|
-
inkscape:collect="always"
|
847
|
-
xlink:href="#linearGradient28967-1"
|
848
|
-
id="linearGradient4323"
|
849
|
-
gradientUnits="userSpaceOnUse"
|
850
|
-
gradientTransform="matrix(-0.00117655,0.78003648,-0.78367295,-0.00117109,122.26371,-6.8290499)"
|
851
|
-
x1="215.56676"
|
852
|
-
y1="573.56177"
|
853
|
-
x2="566.89117"
|
854
|
-
y2="573.56177" />
|
855
|
-
<linearGradient
|
856
|
-
id="linearGradient28967-1">
|
857
|
-
<stop
|
858
|
-
id="stop28969-7"
|
859
|
-
offset="0"
|
860
|
-
style="stop-color:#ffd1d1;stop-opacity:1;" />
|
861
|
-
<stop
|
862
|
-
id="stop28971-1"
|
863
|
-
offset="0.5"
|
864
|
-
style="stop-color:#ff1d1d;stop-opacity:1;" />
|
865
|
-
<stop
|
866
|
-
id="stop28973-1"
|
867
|
-
offset="1"
|
868
|
-
style="stop-color:#6f0000;stop-opacity:1;" />
|
869
|
-
</linearGradient>
|
870
|
-
<radialGradient
|
871
|
-
inkscape:collect="always"
|
872
|
-
xlink:href="#linearGradient8650-2"
|
873
|
-
id="radialGradient4325"
|
874
|
-
gradientUnits="userSpaceOnUse"
|
875
|
-
gradientTransform="matrix(26.731227,0.04013322,-0.03054267,20.343111,-399.91595,380.61631)"
|
876
|
-
cx="24.53788"
|
877
|
-
cy="0.40010813"
|
878
|
-
fx="24.53788"
|
879
|
-
fy="0.40010813"
|
880
|
-
r="17.171415" />
|
881
|
-
<linearGradient
|
882
|
-
id="linearGradient8650-2"
|
883
|
-
inkscape:collect="always">
|
884
|
-
<stop
|
885
|
-
id="stop8652-7"
|
886
|
-
offset="0"
|
887
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
888
|
-
<stop
|
889
|
-
id="stop8654-6"
|
890
|
-
offset="1"
|
891
|
-
style="stop-color:#ffffff;stop-opacity:0;" />
|
892
|
-
</linearGradient>
|
893
|
-
<linearGradient
|
894
|
-
inkscape:collect="always"
|
895
|
-
xlink:href="#linearGradient5048-1"
|
896
|
-
id="linearGradient4209"
|
897
|
-
gradientUnits="userSpaceOnUse"
|
898
|
-
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
|
899
|
-
x1="302.85715"
|
900
|
-
y1="366.64789"
|
901
|
-
x2="302.85715"
|
902
|
-
y2="609.50507" />
|
903
|
-
<linearGradient
|
904
|
-
id="linearGradient5048-1">
|
905
|
-
<stop
|
906
|
-
style="stop-color:black;stop-opacity:0;"
|
907
|
-
offset="0"
|
908
|
-
id="stop5050-7" />
|
909
|
-
<stop
|
910
|
-
style="stop-color:black;stop-opacity:1;"
|
911
|
-
offset="0.5"
|
912
|
-
id="stop5056-4" />
|
913
|
-
<stop
|
914
|
-
style="stop-color:black;stop-opacity:0;"
|
915
|
-
offset="1"
|
916
|
-
id="stop5052-0" />
|
917
|
-
</linearGradient>
|
918
|
-
<radialGradient
|
919
|
-
inkscape:collect="always"
|
920
|
-
xlink:href="#linearGradient5060-9"
|
921
|
-
id="radialGradient4211"
|
922
|
-
gradientUnits="userSpaceOnUse"
|
923
|
-
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
|
924
|
-
cx="605.71429"
|
925
|
-
cy="486.64789"
|
926
|
-
fx="605.71429"
|
927
|
-
fy="486.64789"
|
928
|
-
r="117.14286" />
|
929
|
-
<linearGradient
|
930
|
-
inkscape:collect="always"
|
931
|
-
id="linearGradient5060-9">
|
932
|
-
<stop
|
933
|
-
style="stop-color:black;stop-opacity:1;"
|
934
|
-
offset="0"
|
935
|
-
id="stop5062-4" />
|
936
|
-
<stop
|
937
|
-
style="stop-color:black;stop-opacity:0;"
|
938
|
-
offset="1"
|
939
|
-
id="stop5064-8" />
|
940
|
-
</linearGradient>
|
941
|
-
<radialGradient
|
942
|
-
inkscape:collect="always"
|
943
|
-
xlink:href="#linearGradient5060-9"
|
944
|
-
id="radialGradient4213"
|
945
|
-
gradientUnits="userSpaceOnUse"
|
946
|
-
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
|
947
|
-
cx="605.71429"
|
948
|
-
cy="486.64789"
|
949
|
-
fx="605.71429"
|
950
|
-
fy="486.64789"
|
951
|
-
r="117.14286" />
|
952
|
-
<linearGradient
|
953
|
-
inkscape:collect="always"
|
954
|
-
xlink:href="#linearGradient3299"
|
955
|
-
id="linearGradient4215"
|
956
|
-
gradientUnits="userSpaceOnUse"
|
957
|
-
x1="649.46667"
|
958
|
-
y1="756.67719"
|
959
|
-
x2="121.31918"
|
960
|
-
y2="374.83951" />
|
961
|
-
<linearGradient
|
962
|
-
id="linearGradient3299">
|
963
|
-
<stop
|
964
|
-
style="stop-color:#888a85;stop-opacity:1;"
|
965
|
-
offset="0"
|
966
|
-
id="stop3301" />
|
967
|
-
<stop
|
968
|
-
style="stop-color:#d3d7cf;stop-opacity:1;"
|
969
|
-
offset="1"
|
970
|
-
id="stop3303" />
|
971
|
-
</linearGradient>
|
972
|
-
<linearGradient
|
973
|
-
inkscape:collect="always"
|
974
|
-
xlink:href="#linearGradient3189"
|
975
|
-
id="linearGradient4217"
|
976
|
-
gradientUnits="userSpaceOnUse"
|
977
|
-
x1="74.069504"
|
978
|
-
y1="219.51785"
|
979
|
-
x2="676.49298"
|
980
|
-
y2="262.375" />
|
981
|
-
<linearGradient
|
982
|
-
id="linearGradient3189">
|
983
|
-
<stop
|
984
|
-
style="stop-color:#eeeeec;stop-opacity:1;"
|
985
|
-
offset="0"
|
986
|
-
id="stop3191" />
|
987
|
-
<stop
|
988
|
-
id="stop3251"
|
989
|
-
offset="0.5"
|
990
|
-
style="stop-color:#eeeeec;stop-opacity:0.92050207;" />
|
991
|
-
<stop
|
992
|
-
style="stop-color:#eeeeec;stop-opacity:0;"
|
993
|
-
offset="1"
|
994
|
-
id="stop3193" />
|
995
|
-
</linearGradient>
|
996
|
-
<radialGradient
|
997
|
-
inkscape:collect="always"
|
998
|
-
xlink:href="#linearGradient3868"
|
999
|
-
id="radialGradient4219"
|
1000
|
-
gradientUnits="userSpaceOnUse"
|
1001
|
-
gradientTransform="matrix(1,0,0,0.51304347,0,193.70319)"
|
1002
|
-
cx="1016.2134"
|
1003
|
-
cy="397.78333"
|
1004
|
-
fx="1016.2134"
|
1005
|
-
fy="397.78333"
|
1006
|
-
r="232.33508" />
|
1007
|
-
<linearGradient
|
1008
|
-
inkscape:collect="always"
|
1009
|
-
id="linearGradient3868">
|
1010
|
-
<stop
|
1011
|
-
style="stop-color:#000000;stop-opacity:1;"
|
1012
|
-
offset="0"
|
1013
|
-
id="stop3870" />
|
1014
|
-
<stop
|
1015
|
-
style="stop-color:#000000;stop-opacity:0;"
|
1016
|
-
offset="1"
|
1017
|
-
id="stop3872" />
|
1018
|
-
</linearGradient>
|
1019
|
-
<filter
|
1020
|
-
inkscape:collect="always"
|
1021
|
-
id="filter3876"
|
1022
|
-
style="color-interpolation-filters:sRGB">
|
1023
|
-
<feGaussianBlur
|
1024
|
-
inkscape:collect="always"
|
1025
|
-
stdDeviation="3.5884619"
|
1026
|
-
id="feGaussianBlur3878" />
|
1027
|
-
</filter>
|
1028
|
-
<radialGradient
|
1029
|
-
inkscape:collect="always"
|
1030
|
-
xlink:href="#linearGradient3868"
|
1031
|
-
id="radialGradient4221"
|
1032
|
-
gradientUnits="userSpaceOnUse"
|
1033
|
-
gradientTransform="matrix(1,0,0,0.51304347,0,193.70319)"
|
1034
|
-
cx="1016.2134"
|
1035
|
-
cy="397.78333"
|
1036
|
-
fx="1016.2134"
|
1037
|
-
fy="397.78333"
|
1038
|
-
r="232.33508" />
|
1039
|
-
<radialGradient
|
1040
|
-
inkscape:collect="always"
|
1041
|
-
xlink:href="#linearGradient3646"
|
1042
|
-
id="radialGradient4223"
|
1043
|
-
gradientUnits="userSpaceOnUse"
|
1044
|
-
gradientTransform="matrix(1.1235619,0,0,0.62755516,-76.214548,170.89077)"
|
1045
|
-
cx="335.3147"
|
1046
|
-
cy="484.68835"
|
1047
|
-
fx="335.3147"
|
1048
|
-
fy="484.68835"
|
1049
|
-
r="260.18466" />
|
1050
|
-
<linearGradient
|
1051
|
-
inkscape:collect="always"
|
1052
|
-
id="linearGradient3646">
|
1053
|
-
<stop
|
1054
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
1055
|
-
offset="0"
|
1056
|
-
id="stop3648" />
|
1057
|
-
<stop
|
1058
|
-
style="stop-color:#ffffff;stop-opacity:0;"
|
1059
|
-
offset="1"
|
1060
|
-
id="stop3650" />
|
1061
|
-
</linearGradient>
|
1062
|
-
<linearGradient
|
1063
|
-
inkscape:collect="always"
|
1064
|
-
xlink:href="#linearGradient3718"
|
1065
|
-
id="linearGradient4226"
|
1066
|
-
gradientUnits="userSpaceOnUse"
|
1067
|
-
x1="438.0546"
|
1068
|
-
y1="617.0661"
|
1069
|
-
x2="566.54456"
|
1070
|
-
y2="462.51279" />
|
1071
|
-
<linearGradient
|
1072
|
-
inkscape:collect="always"
|
1073
|
-
id="linearGradient3718">
|
1074
|
-
<stop
|
1075
|
-
style="stop-color:#2e3436;stop-opacity:1;"
|
1076
|
-
offset="0"
|
1077
|
-
id="stop3720" />
|
1078
|
-
<stop
|
1079
|
-
style="stop-color:#2e3436;stop-opacity:0;"
|
1080
|
-
offset="1"
|
1081
|
-
id="stop3722" />
|
1082
|
-
</linearGradient>
|
1083
|
-
<radialGradient
|
1084
|
-
inkscape:collect="always"
|
1085
|
-
xlink:href="#linearGradient3696"
|
1086
|
-
id="radialGradient4228"
|
1087
|
-
gradientUnits="userSpaceOnUse"
|
1088
|
-
gradientTransform="matrix(1.4577427,0.43693618,-0.27655443,0.9226638,-31.44085,-130.39916)"
|
1089
|
-
cx="406.33035"
|
1090
|
-
cy="558.85522"
|
1091
|
-
fx="406.33035"
|
1092
|
-
fy="558.85522"
|
1093
|
-
r="137.31982" />
|
1094
|
-
<linearGradient
|
1095
|
-
inkscape:collect="always"
|
1096
|
-
id="linearGradient3696">
|
1097
|
-
<stop
|
1098
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
1099
|
-
offset="0"
|
1100
|
-
id="stop3698" />
|
1101
|
-
<stop
|
1102
|
-
style="stop-color:#ffffff;stop-opacity:0;"
|
1103
|
-
offset="1"
|
1104
|
-
id="stop3700" />
|
1105
|
-
</linearGradient>
|
1106
|
-
<linearGradient
|
1107
|
-
inkscape:collect="always"
|
1108
|
-
xlink:href="#linearGradient3812"
|
1109
|
-
id="linearGradient4230"
|
1110
|
-
gradientUnits="userSpaceOnUse"
|
1111
|
-
x1="98.257904"
|
1112
|
-
y1="612.08655"
|
1113
|
-
x2="441.30276"
|
1114
|
-
y2="752.49774" />
|
1115
|
-
<linearGradient
|
1116
|
-
inkscape:collect="always"
|
1117
|
-
id="linearGradient3812">
|
1118
|
-
<stop
|
1119
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
1120
|
-
offset="0"
|
1121
|
-
id="stop3814" />
|
1122
|
-
<stop
|
1123
|
-
style="stop-color:#ffffff;stop-opacity:0;"
|
1124
|
-
offset="1"
|
1125
|
-
id="stop3816" />
|
1126
|
-
</linearGradient>
|
1127
|
-
<linearGradient
|
1128
|
-
inkscape:collect="always"
|
1129
|
-
xlink:href="#linearGradient3822"
|
1130
|
-
id="linearGradient4232"
|
1131
|
-
gradientUnits="userSpaceOnUse"
|
1132
|
-
x1="422.80975"
|
1133
|
-
y1="691.73773"
|
1134
|
-
x2="659.56873"
|
1135
|
-
y2="691.73773" />
|
1136
|
-
<linearGradient
|
1137
|
-
inkscape:collect="always"
|
1138
|
-
id="linearGradient3822">
|
1139
|
-
<stop
|
1140
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
1141
|
-
offset="0"
|
1142
|
-
id="stop3824" />
|
1143
|
-
<stop
|
1144
|
-
style="stop-color:#ffffff;stop-opacity:0;"
|
1145
|
-
offset="1"
|
1146
|
-
id="stop3826" />
|
1147
|
-
</linearGradient>
|
1148
|
-
<radialGradient
|
1149
|
-
inkscape:collect="always"
|
1150
|
-
xlink:href="#linearGradient205337"
|
1151
|
-
id="radialGradient3160"
|
1152
|
-
gradientUnits="userSpaceOnUse"
|
1153
|
-
gradientTransform="matrix(1,0,0,0.1612391,0,705.68844)"
|
1154
|
-
cx="374.93799"
|
1155
|
-
cy="841.34637"
|
1156
|
-
fx="374.93799"
|
1157
|
-
fy="841.34637"
|
1158
|
-
r="368.19281" />
|
1159
|
-
<linearGradient
|
1160
|
-
id="linearGradient205337"
|
1161
|
-
inkscape:collect="always">
|
1162
|
-
<stop
|
1163
|
-
id="stop205339"
|
1164
|
-
offset="0"
|
1165
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
1166
|
-
<stop
|
1167
|
-
id="stop205341"
|
1168
|
-
offset="1"
|
1169
|
-
style="stop-color:#000000;stop-opacity:0;" />
|
1170
|
-
</linearGradient>
|
1171
|
-
<radialGradient
|
1172
|
-
r="368.19281"
|
1173
|
-
fy="841.34637"
|
1174
|
-
fx="374.93799"
|
1175
|
-
cy="841.34637"
|
1176
|
-
cx="374.93799"
|
1177
|
-
gradientTransform="matrix(1,0,0,0.1612391,0,705.68844)"
|
1178
|
-
gradientUnits="userSpaceOnUse"
|
1179
|
-
id="radialGradient3186"
|
1180
|
-
xlink:href="#linearGradient205337"
|
1181
|
-
inkscape:collect="always" />
|
1182
|
-
<linearGradient
|
1183
|
-
inkscape:collect="always"
|
1184
|
-
xlink:href="#linearGradient2846"
|
1185
|
-
id="linearGradient3156"
|
1186
|
-
gradientUnits="userSpaceOnUse"
|
1187
|
-
gradientTransform="matrix(-9.8059322,0,0,9.5791995,498.24405,564.53465)"
|
1188
|
-
x1="27.366341"
|
1189
|
-
y1="26.580296"
|
1190
|
-
x2="31.335964"
|
1191
|
-
y2="30.557772" />
|
1192
|
-
<linearGradient
|
1193
|
-
id="linearGradient2846">
|
1194
|
-
<stop
|
1195
|
-
id="stop2848"
|
1196
|
-
offset="0"
|
1197
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
1198
|
-
<stop
|
1199
|
-
id="stop2850"
|
1200
|
-
offset="1"
|
1201
|
-
style="stop-color:#2e3436;stop-opacity:1;" />
|
1202
|
-
</linearGradient>
|
1203
|
-
<linearGradient
|
1204
|
-
inkscape:collect="always"
|
1205
|
-
xlink:href="#linearGradient4440"
|
1206
|
-
id="linearGradient3152"
|
1207
|
-
gradientUnits="userSpaceOnUse"
|
1208
|
-
gradientTransform="matrix(-13.086929,0,0,12.369543,566.62906,493.06751)"
|
1209
|
-
x1="30.65625"
|
1210
|
-
y1="34"
|
1211
|
-
x2="33.21875"
|
1212
|
-
y2="31.0625" />
|
1213
|
-
<linearGradient
|
1214
|
-
id="linearGradient4440">
|
1215
|
-
<stop
|
1216
|
-
id="stop4442"
|
1217
|
-
offset="0"
|
1218
|
-
style="stop-color:#888a85;stop-opacity:1;" />
|
1219
|
-
<stop
|
1220
|
-
id="stop4448"
|
1221
|
-
offset="0.5"
|
1222
|
-
style="stop-color:#babdb6;stop-opacity:1;" />
|
1223
|
-
<stop
|
1224
|
-
id="stop4444"
|
1225
|
-
offset="1"
|
1226
|
-
style="stop-color:#555753;stop-opacity:1;" />
|
1227
|
-
</linearGradient>
|
1228
|
-
<linearGradient
|
1229
|
-
gradientTransform="matrix(-1,0,0,1,44.17827,0)"
|
1230
|
-
gradientUnits="userSpaceOnUse"
|
1231
|
-
id="linearGradient67441"
|
1232
|
-
inkscape:collect="always"
|
1233
|
-
x1="18.292673"
|
1234
|
-
x2="17.500893"
|
1235
|
-
xlink:href="#linearGradient2366"
|
1236
|
-
y1="13.602121"
|
1237
|
-
y2="25.743469" />
|
1238
|
-
<linearGradient
|
1239
|
-
id="linearGradient2366">
|
1240
|
-
<stop
|
1241
|
-
id="stop2368"
|
1242
|
-
offset="0"
|
1243
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
1244
|
-
<stop
|
1245
|
-
id="stop2374"
|
1246
|
-
offset="0.50000000"
|
1247
|
-
style="stop-color:#ffffff;stop-opacity:0.21904762;" />
|
1248
|
-
<stop
|
1249
|
-
id="stop2370"
|
1250
|
-
offset="1.0000000"
|
1251
|
-
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
1252
|
-
</linearGradient>
|
1253
|
-
<radialGradient
|
1254
|
-
cx="18.240929"
|
1255
|
-
cy="21.817987"
|
1256
|
-
fx="18.240929"
|
1257
|
-
fy="21.817987"
|
1258
|
-
gradientTransform="matrix(-1,0,0,1,43.352,0)"
|
1259
|
-
gradientUnits="userSpaceOnUse"
|
1260
|
-
id="radialGradient67443"
|
1261
|
-
inkscape:collect="always"
|
1262
|
-
r="8.3085051"
|
1263
|
-
xlink:href="#linearGradient4454" />
|
1264
|
-
<linearGradient
|
1265
|
-
id="linearGradient4454">
|
1266
|
-
<stop
|
1267
|
-
id="stop4456"
|
1268
|
-
offset="0.0000000"
|
1269
|
-
style="stop-color:#729fcf;stop-opacity:0.20784314;" />
|
1270
|
-
<stop
|
1271
|
-
id="stop4458"
|
1272
|
-
offset="1.0000000"
|
1273
|
-
style="stop-color:#729fcf;stop-opacity:0.67619050;" />
|
1274
|
-
</linearGradient>
|
1275
|
-
<radialGradient
|
1276
|
-
inkscape:collect="always"
|
1277
|
-
xlink:href="#linearGradient4467"
|
1278
|
-
id="radialGradient3146"
|
1279
|
-
gradientUnits="userSpaceOnUse"
|
1280
|
-
gradientTransform="matrix(-25.426419,0,0,21.573353,631.8817,383.09503)"
|
1281
|
-
cx="15.414371"
|
1282
|
-
cy="13.078408"
|
1283
|
-
fx="15.414371"
|
1284
|
-
fy="13.078408"
|
1285
|
-
r="6.65625" />
|
1286
|
-
<linearGradient
|
1287
|
-
id="linearGradient4467">
|
1288
|
-
<stop
|
1289
|
-
id="stop4469"
|
1290
|
-
offset="0"
|
1291
|
-
style="stop-color:#ffffff;stop-opacity:1;" />
|
1292
|
-
<stop
|
1293
|
-
id="stop4471"
|
1294
|
-
offset="1.0000000"
|
1295
|
-
style="stop-color:#ffffff;stop-opacity:0.24761905;" />
|
1296
|
-
</linearGradient>
|
1297
|
-
<radialGradient
|
1298
|
-
r="6.65625"
|
1299
|
-
fy="13.078408"
|
1300
|
-
fx="15.414371"
|
1301
|
-
cy="13.078408"
|
1302
|
-
cx="15.414371"
|
1303
|
-
gradientTransform="matrix(-25.426419,0,0,21.573353,631.8817,383.09503)"
|
1304
|
-
gradientUnits="userSpaceOnUse"
|
1305
|
-
id="radialGradient3228"
|
1306
|
-
xlink:href="#linearGradient4467"
|
1307
|
-
inkscape:collect="always" />
|
1308
|
-
</defs>
|
1309
|
-
<sodipodi:namedview
|
1310
|
-
id="base"
|
1311
|
-
pagecolor="#ffffff"
|
1312
|
-
bordercolor="#666666"
|
1313
|
-
borderopacity="1.0"
|
1314
|
-
inkscape:pageopacity="0.0"
|
1315
|
-
inkscape:pageshadow="2"
|
1316
|
-
inkscape:zoom="1.3373274"
|
1317
|
-
inkscape:cx="173.34034"
|
1318
|
-
inkscape:cy="252.33707"
|
1319
|
-
inkscape:document-units="px"
|
1320
|
-
inkscape:current-layer="layer1"
|
1321
|
-
showgrid="true"
|
1322
|
-
inkscape:window-width="1920"
|
1323
|
-
inkscape:window-height="1054"
|
1324
|
-
inkscape:window-x="-8"
|
1325
|
-
inkscape:window-y="-8"
|
1326
|
-
inkscape:window-maximized="1"
|
1327
|
-
inkscape:showpageshadow="false"
|
1328
|
-
showguides="true"
|
1329
|
-
inkscape:guide-bbox="true"
|
1330
|
-
inkscape:snap-grids="false"
|
1331
|
-
inkscape:snap-to-guides="false"
|
1332
|
-
showborder="true">
|
1333
|
-
<inkscape:grid
|
1334
|
-
type="xygrid"
|
1335
|
-
id="grid3518"
|
1336
|
-
empspacing="5"
|
1337
|
-
visible="true"
|
1338
|
-
enabled="true"
|
1339
|
-
snapvisiblegridlinesonly="true" />
|
1340
|
-
<sodipodi:guide
|
1341
|
-
orientation="1,0"
|
1342
|
-
position="50.099923,557.829"
|
1343
|
-
id="guide3520" />
|
1344
|
-
<sodipodi:guide
|
1345
|
-
orientation="1,0"
|
1346
|
-
position="450.89931,535.39619"
|
1347
|
-
id="guide3522" />
|
1348
|
-
<sodipodi:guide
|
1349
|
-
orientation="0,1"
|
1350
|
-
position="-112.16401,49.352163"
|
1351
|
-
id="guide3343" />
|
1352
|
-
<sodipodi:guide
|
1353
|
-
orientation="0,1"
|
1354
|
-
position="-108.94495,449.54128"
|
1355
|
-
id="guide3345" />
|
1356
|
-
<sodipodi:guide
|
1357
|
-
position="250.57339,491.39908"
|
1358
|
-
orientation="1,0"
|
1359
|
-
id="guide4539" />
|
1360
|
-
<sodipodi:guide
|
1361
|
-
position="666.2542,249.0041"
|
1362
|
-
orientation="0,1"
|
1363
|
-
id="guide4541" />
|
1364
|
-
<sodipodi:guide
|
1365
|
-
position="-25.802752,175.45872"
|
1366
|
-
orientation="0,1"
|
1367
|
-
id="guide4547" />
|
1368
|
-
</sodipodi:namedview>
|
1369
|
-
<metadata
|
1370
|
-
id="metadata7">
|
1371
|
-
<rdf:RDF>
|
1372
|
-
<cc:Work
|
1373
|
-
rdf:about="">
|
1374
|
-
<dc:format>image/svg+xml</dc:format>
|
1375
|
-
<dc:type
|
1376
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
1377
|
-
<dc:title>lox</dc:title>
|
1378
|
-
</cc:Work>
|
1379
|
-
</rdf:RDF>
|
1380
|
-
</metadata>
|
1381
|
-
<g
|
1382
|
-
inkscape:groupmode="layer"
|
1383
|
-
id="layer2"
|
1384
|
-
inkscape:label="hat"
|
1385
|
-
sodipodi:insensitive="true"
|
1386
|
-
style="display:none"
|
1387
|
-
transform="translate(0,-12)">
|
1388
|
-
<g
|
1389
|
-
id="g3359"
|
1390
|
-
transform="matrix(0.88905493,0,0,1.4401597,116.98747,-502.11576)">
|
1391
|
-
<path
|
1392
|
-
inkscape:connector-curvature="0"
|
1393
|
-
d="m 178.78544,671.69614 c 0,0 4.16649,-20.25454 9.02739,-27.21704 15.07557,-15.7269 19.64235,-21.91678 40.97051,-28.48296 21.52687,-4.43068 54.85881,-4.43068 68.0527,-1.2659 13.19389,3.16477 24.99895,13.92499 30.55427,20.25454 5.55532,6.32954 9.72182,15.82386 9.72182,15.82386 0,0 -20.13805,2.53182 -35.41519,11.39319 -15.27713,8.86136 -36.10959,23.41931 -36.10959,23.41931 0,0 -19.44363,-11.39318 -42.35933,-13.29204 -22.91571,-1.89887 -44.44258,0 -44.44258,-0.63296 z"
|
1394
|
-
id="path5445"
|
1395
|
-
sodipodi:nodetypes="cccsscscsc"
|
1396
|
-
style="fill:url(#linearGradient3365);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3367);stroke-width:5.27298021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
1397
|
-
<path
|
1398
|
-
inkscape:connector-curvature="0"
|
1399
|
-
d="m 87.817034,620.42682 c 0,0 81.246596,-24.68522 104.162296,-33.54658 22.9157,-8.86137 50.69232,-24.68523 50.69232,-24.68523 l 163.18759,19.62159 c 0,0 -68.0527,24.68522 -80.55217,31.01477 -12.49948,6.32955 -65.96946,38.61022 -65.96946,38.61022 0,0 -74.99685,-18.98863 -93.05165,-21.52045 -18.05479,-2.53181 -81.309935,-10.12727 -81.309935,-10.12727"
|
1400
|
-
id="path5443"
|
1401
|
-
style="fill:url(#linearGradient3369);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3371);stroke-width:5.27298021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
1402
|
-
<path
|
1403
|
-
inkscape:connector-curvature="0"
|
1404
|
-
d="m 382.24912,597.00751 c 0,0 -6.24974,16.45682 -0.69441,30.38182 5.55531,13.92499 13.8883,31.01477 13.8883,45.57272 0,14.55796 -0.69441,24.68523 -0.69441,24.68523 l 10.41623,0 -4.1665,-22.15341 4.86091,0 2.08324,25.95114 5.55533,-1.89887 -4.16649,-19.62159 8.33298,-3.79773 2.77766,18.35568 8.33299,-5.69659 c 0,0 -9.72182,-44.93977 -18.74922,-56.9659 -9.0274,-12.02614 -20.13804,-18.98864 -20.13804,-22.78637 0,-3.79772 -7.63857,-13.29204 -7.63857,-12.02613 z"
|
1405
|
-
id="path5449"
|
1406
|
-
style="fill:url(#linearGradient3373);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3375);stroke-width:5.27298021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
1407
|
-
<path
|
1408
|
-
inkscape:connector-curvature="0"
|
1409
|
-
d="m 380.86029,590.67796 c 0,0 -6.94416,0 -6.24974,6.32955 0.69442,6.32954 0.69442,4.43068 0.69442,4.43068 l 7.63857,2.53182 c 0,0 8.33298,0 9.0274,-5.06364 0.69441,-5.06364 -4.1665,-8.22841 -4.1665,-8.22841 l -6.94415,0 z"
|
1410
|
-
id="path5447"
|
1411
|
-
style="fill:url(#linearGradient4890);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4892);stroke-width:5.27298021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
1412
|
-
</g>
|
1413
|
-
</g>
|
1414
|
-
<g
|
1415
|
-
inkscape:label="lx"
|
1416
|
-
inkscape:groupmode="layer"
|
1417
|
-
id="layer1"
|
1418
|
-
transform="translate(0,-552.36218)"
|
1419
|
-
style="display:inline">
|
1420
|
-
<rect
|
1421
|
-
style="fill:none;fill-opacity:1"
|
1422
|
-
id="rect3745"
|
1423
|
-
width="93.470009"
|
1424
|
-
height="91.974487"
|
1425
|
-
x="-267.69809"
|
1426
|
-
y="556.59729" />
|
1427
|
-
<text
|
1428
|
-
xml:space="preserve"
|
1429
|
-
style="font-style:normal;font-weight:normal;font-size:179.62153625px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#87aade;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
1430
|
-
x="80.744904"
|
1431
|
-
y="943.37042"
|
1432
|
-
id="text4682"
|
1433
|
-
sodipodi:linespacing="125%"
|
1434
|
-
transform="scale(1.0398399,0.96168649)"><tspan
|
1435
|
-
sodipodi:role="line"
|
1436
|
-
id="tspan4684"
|
1437
|
-
x="80.744904"
|
1438
|
-
y="943.37042"
|
1439
|
-
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:498.94863892px;font-family:'Brush Script MT';-inkscape-font-specification:'Brush Script MT Italic';fill:#87aade">p1</tspan></text>
|
1440
|
-
</g>
|
1441
|
-
<g
|
1442
|
-
style="display:none"
|
1443
|
-
inkscape:label="computer"
|
1444
|
-
id="g4992"
|
1445
|
-
inkscape:groupmode="layer"
|
1446
|
-
sodipodi:insensitive="true"
|
1447
|
-
transform="translate(0,-12)">
|
1448
|
-
<g
|
1449
|
-
id="g4500"
|
1450
|
-
transform="matrix(1.2361686,0,0,1.290144,-39.178487,-129.64596)">
|
1451
|
-
<ellipse
|
1452
|
-
id="path2452"
|
1453
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient4776);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
1454
|
-
transform="matrix(4.5775099,0,0,5.8803208,203.19291,228.2036)"
|
1455
|
-
cx="24.218407"
|
1456
|
-
cy="35.051105"
|
1457
|
-
rx="16.882174"
|
1458
|
-
ry="4.552" />
|
1459
|
-
<ellipse
|
1460
|
-
id="path2407"
|
1461
|
-
style="display:inline;overflow:visible;visibility:visible;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1462
|
-
transform="matrix(4.5775099,0,0,4.2955523,475.60946,300.4572)"
|
1463
|
-
cx="-35.658386"
|
1464
|
-
cy="29.716238"
|
1465
|
-
rx="9.3944187"
|
1466
|
-
ry="3.939595" />
|
1467
|
-
<ellipse
|
1468
|
-
id="path1825"
|
1469
|
-
style="display:inline;overflow:visible;visibility:visible;fill:none;stroke:#7b7f7a;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1470
|
-
transform="matrix(4.3041081,0,0,4.038991,465.86037,305.04387)"
|
1471
|
-
cx="-35.658386"
|
1472
|
-
cy="29.716238"
|
1473
|
-
rx="9.3944187"
|
1474
|
-
ry="3.939595" />
|
1475
|
-
<ellipse
|
1476
|
-
id="path2983"
|
1477
|
-
style="display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient4778);stroke-width:0.68065339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1478
|
-
transform="matrix(4.3041081,0,0,4.038991,465.86037,301.8222)"
|
1479
|
-
cx="-35.658386"
|
1480
|
-
cy="29.716238"
|
1481
|
-
rx="9.3944187"
|
1482
|
-
ry="3.939595" />
|
1483
|
-
<path
|
1484
|
-
d="m 329.83456,410.26362 -0.2861,4.29555 c 0,0 19.79366,15.46043 41.1976,18.05211 10.70199,1.29584 21.76002,3.01724 30.8982,5.10096 9.13822,2.08374 16.42576,4.80935 18.88224,7.11452 1.4209,1.33338 2.06477,2.4641 2.28875,3.3559 0.22402,0.8918 0.17495,1.52415 -0.42914,2.41625 -1.20815,1.78424 -4.94303,4.15659 -11.30073,6.04062 -12.71532,3.76806 -35.34031,6.17486 -66.66001,6.17486 l 0,4.29555 c 31.56652,0 54.30608,-2.26663 67.94743,-6.30909 6.82072,-2.02123 11.55799,-4.36295 13.87558,-7.78569 1.15885,-1.71135 1.63564,-3.81639 1.14438,-5.77215 -0.49126,-1.95577 -1.76028,-3.79964 -3.57618,-5.50368 -4.01709,-3.76965 -11.61237,-6.04144 -21.02794,-8.1884 -9.41553,-2.14696 -20.6708,-3.92755 -31.47039,-5.2352 -21.59908,-2.61531 -41.48369,-18.05211 -41.48369,-18.05211 z"
|
1485
|
-
id="path2411"
|
1486
|
-
sodipodi:nodetypes="ccccccccccccccccc"
|
1487
|
-
style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.77371669;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
|
1488
|
-
inkscape:connector-curvature="0" />
|
1489
|
-
<ellipse
|
1490
|
-
id="path2462"
|
1491
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient4780);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
1492
|
-
transform="matrix(4.5775099,0,0,5.8803208,203.19291,204.98986)"
|
1493
|
-
cx="24.218407"
|
1494
|
-
cy="35.051105"
|
1495
|
-
rx="16.882174"
|
1496
|
-
ry="4.552" />
|
1497
|
-
<rect
|
1498
|
-
height="11.769982"
|
1499
|
-
id="rect2699"
|
1500
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4782);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;marker:none"
|
1501
|
-
width="41.379204"
|
1502
|
-
x="292.22986"
|
1503
|
-
y="418.58566" />
|
1504
|
-
<path
|
1505
|
-
d="m 244.66269,293.98033 135.44026,0 c 4.17167,0 7.43457,2.50641 7.62957,6.0206 l 6.09747,109.87214 c 0.26646,4.80131 -4.12461,8.67835 -9.24799,8.67835 l -144.39836,0 c -5.12338,0 -9.51445,-3.87704 -9.24799,-8.67835 l 6.09743,-109.87214 c 0.18442,-3.32274 2.50623,-6.0206 7.62961,-6.0206 z"
|
1506
|
-
id="rect2404"
|
1507
|
-
sodipodi:nodetypes="cssssssss"
|
1508
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4784);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4786);stroke-width:4.43429184;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1509
|
-
inkscape:connector-curvature="0" />
|
1510
|
-
<path
|
1511
|
-
d="m 250.74909,305.19262 -5.68619,94.69685 126.56996,0 -6.11102,-94.29551 -114.77275,-0.40134 z"
|
1512
|
-
id="path2377"
|
1513
|
-
sodipodi:nodetypes="ccccc"
|
1514
|
-
style="fill:url(#linearGradient4788);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:2.21714592;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1515
|
-
inkscape:connector-curvature="0" />
|
1516
|
-
<path
|
1517
|
-
d="m 240.52704,410.13282 143.86417,0"
|
1518
|
-
id="path2393"
|
1519
|
-
style="fill:none;stroke:url(#linearGradient4790);stroke-width:4.41735792;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.24840764"
|
1520
|
-
inkscape:connector-curvature="0" />
|
1521
|
-
<path
|
1522
|
-
d="m 243.9014,298.32193 136.6181,-0.16237 c 1.29865,-0.002 2.56025,1.01912 2.66462,2.80302 l 6.23407,106.54368 c 0.26568,4.54053 -2.47072,7.6713 -7.31656,7.6713 l -139.7238,0 c -4.84585,0 -7.29202,-3.13056 -7.03047,-7.6713 l 6.06104,-105.21601 c 0.17715,-3.07489 0.76165,-3.96626 2.493,-3.96832 z"
|
1523
|
-
id="path2397"
|
1524
|
-
sodipodi:nodetypes="cssssssss"
|
1525
|
-
style="display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient4792);stroke-width:4.43428993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;marker:none"
|
1526
|
-
inkscape:connector-curvature="0" />
|
1527
|
-
<path
|
1528
|
-
d="m 252.12692,307.08494 -3.67359,76.76296 c 50.55696,-10.31203 52.28185,-45.06976 115.14284,-56.47257 l -0.73913,-20.00658 -110.73012,-0.28381 z"
|
1529
|
-
id="path2443"
|
1530
|
-
sodipodi:nodetypes="ccccc"
|
1531
|
-
style="opacity:0.53142856;fill:url(#linearGradient4794);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
1532
|
-
inkscape:connector-curvature="0" />
|
1533
|
-
<ellipse
|
1534
|
-
id="path2657"
|
1535
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient4796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
1536
|
-
transform="matrix(5.7877955,0,0,5.5466864,183.79443,269.51269)"
|
1537
|
-
cx="24.218407"
|
1538
|
-
cy="35.051105"
|
1539
|
-
rx="16.882174"
|
1540
|
-
ry="4.552" />
|
1541
|
-
<path
|
1542
|
-
d="m 241.83049,444.84802 141.91383,0 c 5.12337,0 4.47387,1.16599 4.99969,2.63253 l 12.97564,36.18922 c 0.52582,1.46655 0.12369,2.63253 -4.99969,2.63253 l -167.86511,0 c -5.12338,0 -5.52551,-1.16598 -4.99969,-2.63253 l 12.97564,-36.18922 c 0.52582,-1.46654 -0.12369,-2.63253 4.99969,-2.63253 z"
|
1543
|
-
id="path2409"
|
1544
|
-
sodipodi:nodetypes="cssssssss"
|
1545
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4798);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4800);stroke-width:4.43429184;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1546
|
-
inkscape:connector-curvature="0" />
|
1547
|
-
<path
|
1548
|
-
d="m 241.50778,453.48921 -8.09194,22.02129 25.08508,0 2.42759,-8.73256 67.9726,0 2.51612,8.91374 28.23336,0 -7.68738,-22.20247 -110.45543,0 z"
|
1549
|
-
id="path2611"
|
1550
|
-
sodipodi:nodetypes="ccccccccc"
|
1551
|
-
style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
1552
|
-
inkscape:connector-curvature="0" />
|
1553
|
-
<path
|
1554
|
-
d="m 262.95154,468.29663 -2.02303,7.21387 67.56799,0 -2.02298,-7.59355 -63.52198,0.37968 z"
|
1555
|
-
id="path2613"
|
1556
|
-
style="fill:#777874;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
1557
|
-
inkscape:connector-curvature="0" />
|
1558
|
-
<path
|
1559
|
-
d="m 384.33111,453.48925 7.68738,21.64156 -25.08513,-0.37968 -6.87817,-20.88223 24.27592,-0.37965 z"
|
1560
|
-
id="path2619"
|
1561
|
-
style="display:inline;overflow:visible;visibility:visible;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;marker:none"
|
1562
|
-
inkscape:connector-curvature="0" />
|
1563
|
-
<path
|
1564
|
-
d="m 384.33111,451.2112 7.68738,21.64155 -25.08513,-0.37968 -6.87817,-20.88219 24.27592,-0.37968 z"
|
1565
|
-
id="path2615"
|
1566
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4802);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;marker:none"
|
1567
|
-
inkscape:connector-curvature="0" />
|
1568
|
-
<path
|
1569
|
-
d="m 241.50778,450.83151 -8.09194,22.02124 25.08508,0 2.42759,-8.73256 67.9726,0 2.51612,8.91379 28.23336,0 -7.68738,-22.20247 -110.45543,0 z"
|
1570
|
-
id="path2617"
|
1571
|
-
sodipodi:nodetypes="ccccccccc"
|
1572
|
-
style="fill:url(#linearGradient4804);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
1573
|
-
inkscape:connector-curvature="0" />
|
1574
|
-
<path
|
1575
|
-
d="m 262.95154,466.01857 -2.02303,7.21387 67.56799,0 -2.02298,-7.59351 -63.52198,0.37964 z"
|
1576
|
-
id="path2621"
|
1577
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4806);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;marker:none"
|
1578
|
-
inkscape:connector-curvature="0" />
|
1579
|
-
<path
|
1580
|
-
d="m 240.29991,448.11552 145.68304,0 12.07172,34.76202 -170.56296,0 12.8082,-34.76202 z"
|
1581
|
-
id="path2631"
|
1582
|
-
sodipodi:nodetypes="ccccc"
|
1583
|
-
style="display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient4808);stroke-width:2.21714592;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1584
|
-
inkscape:connector-curvature="0" />
|
1585
|
-
<circle
|
1586
|
-
id="path2709"
|
1587
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4810);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none"
|
1588
|
-
transform="matrix(6.0937514,0,0,2.8284027,164.55515,298.95564)"
|
1589
|
-
cx="34.780815"
|
1590
|
-
cy="3.9384086"
|
1591
|
-
r="0.83968931" />
|
1592
|
-
<circle
|
1593
|
-
id="path2719"
|
1594
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4812);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none"
|
1595
|
-
transform="matrix(6.0937514,0,0,2.8284027,165.07516,308.00114)"
|
1596
|
-
cx="34.780815"
|
1597
|
-
cy="3.9384086"
|
1598
|
-
r="0.83968931" />
|
1599
|
-
<circle
|
1600
|
-
id="path2723"
|
1601
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4814);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none"
|
1602
|
-
transform="matrix(6.0937514,0,0,2.8284027,165.59517,316.59224)"
|
1603
|
-
cx="34.780815"
|
1604
|
-
cy="3.9384086"
|
1605
|
-
r="0.83968931" />
|
1606
|
-
<circle
|
1607
|
-
id="path2727"
|
1608
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4816);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none"
|
1609
|
-
transform="matrix(6.0937514,0,0,2.8284027,166.11518,325.18334)"
|
1610
|
-
cx="34.780815"
|
1611
|
-
cy="3.9384086"
|
1612
|
-
r="0.83968931" />
|
1613
|
-
<circle
|
1614
|
-
id="path2731"
|
1615
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none"
|
1616
|
-
transform="matrix(6.0937514,0,0,2.8284027,166.63519,333.77447)"
|
1617
|
-
cx="34.780815"
|
1618
|
-
cy="3.9384086"
|
1619
|
-
r="0.83968931" />
|
1620
|
-
<path
|
1621
|
-
d="m 303.79996,404.04121 1.28958,0 c 0.38341,0 0.67738,0.0802 0.8819,0.24051 0.20586,0.15906 0.30876,0.38634 0.30876,0.68174 0,0.2967 -0.1029,0.52522 -0.30876,0.68557 -0.20452,0.15907 -0.49849,0.23862 -0.8819,0.23862 l -0.51259,0 0,0.98098 -0.77699,0 0,-2.82742 m 0.77699,0.52835 0,0.78969 0.42983,0 c 0.15069,0 0.2671,-0.034 0.34913,-0.10223 0.0821,-0.0695 0.12313,-0.16731 0.12313,-0.29356 0,-0.12624 -0.0411,-0.22345 -0.12313,-0.29162 -0.082,-0.0682 -0.19844,-0.10228 -0.34913,-0.10228 l -0.42983,0 m 3.62649,-0.0511 c -0.2368,0 -0.42044,0.082 -0.55095,0.24618 -0.13046,0.16413 -0.19573,0.39519 -0.19573,0.69313 0,0.2967 0.0653,0.52711 0.19573,0.69125 0.13051,0.16413 0.31415,0.24617 0.55095,0.24617 0.23812,0 0.42246,-0.082 0.55296,-0.24617 0.13051,-0.16414 0.19574,-0.39455 0.19578,-0.69125 -4e-5,-0.29794 -0.0653,-0.529 -0.19578,-0.69313 -0.1305,-0.16413 -0.31484,-0.24618 -0.55296,-0.24618 m 0,-0.52839 c 0.48434,0 0.86373,0.13006 1.1382,0.39012 0.27447,0.26009 0.4117,0.61929 0.4117,1.07758 0,0.45705 -0.13723,0.8156 -0.4117,1.07565 -0.27447,0.2601 -0.65386,0.39012 -1.1382,0.39012 -0.48297,0 -0.86241,-0.13002 -1.1382,-0.39012 -0.27447,-0.26005 -0.4117,-0.6186 -0.4117,-1.07565 0,-0.45829 0.13723,-0.81749 0.4117,-1.07758 0.27579,-0.26006 0.65523,-0.39012 1.1382,-0.39012 m 2.13513,0.0512 0.86781,0 1.09581,1.93923 0,-1.93923 0.73661,0 0,2.82742 -0.8678,0 -1.09581,-1.93923 0,1.93923 -0.73662,0 0,-2.82742 m 3.03521,0 0.84964,0 0.68612,1.00747 0.68617,-1.00747 0.85164,0 -1.14831,1.63622 0,1.1912 -0.77694,0 0,-1.1912 -1.14832,-1.63622"
|
1622
|
-
id="text2735"
|
1623
|
-
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.9029026px;font-family:'Bitstream Vera Sans';writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1;stroke:none"
|
1624
|
-
inkscape:connector-curvature="0" />
|
1625
|
-
</g>
|
1626
|
-
</g>
|
1627
|
-
<g
|
1628
|
-
inkscape:groupmode="layer"
|
1629
|
-
id="g5245"
|
1630
|
-
inkscape:label="db-in"
|
1631
|
-
style="display:none"
|
1632
|
-
sodipodi:insensitive="true"
|
1633
|
-
transform="translate(0,-12)">
|
1634
|
-
<g
|
1635
|
-
transform="matrix(0.57958325,0,0,0.54820059,208.12394,237.2706)"
|
1636
|
-
style="display:inline"
|
1637
|
-
id="g4716">
|
1638
|
-
<g
|
1639
|
-
transform="matrix(0.56808725,0,0,0.549391,56.906335,-47.26796)"
|
1640
|
-
id="g32772">
|
1641
|
-
<rect
|
1642
|
-
y="115.85568"
|
1643
|
-
x="-64.879845"
|
1644
|
-
width="850"
|
1645
|
-
style="fill:none;stroke:none"
|
1646
|
-
id="rect2300-5"
|
1647
|
-
height="850" />
|
1648
|
-
<ellipse
|
1649
|
-
transform="matrix(22.38511,0,0,24.34097,-173.556,-227.5451)"
|
1650
|
-
style="display:block;overflow:visible;visibility:visible;fill:url(#radialGradient4110);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none"
|
1651
|
-
id="path3366"
|
1652
|
-
cx="23.857143"
|
1653
|
-
cy="40"
|
1654
|
-
rx="17.142857"
|
1655
|
-
ry="8.5714283" />
|
1656
|
-
<path
|
1657
|
-
inkscape:connector-curvature="0"
|
1658
|
-
style="display:block;overflow:visible;visibility:visible;fill:url(#linearGradient4112);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:27;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1659
|
-
sodipodi:nodetypes="csszssz"
|
1660
|
-
id="path3068"
|
1661
|
-
d="m 356.14658,141.79793 c -166.17064,0 -301.286141,59.25303 -301.286141,132.14323 0,5.23055 0,483.48267 0,488.92993 0,72.89021 135.115501,132.14324 301.286141,132.14324 166.17062,0 306.66742,-59.25303 306.66742,-132.14324 0,-4.31441 0,-484.61551 0,-488.92993 0,-72.8902 -140.4968,-132.14323 -306.66742,-132.14323 l 0,0 z" />
|
1662
|
-
<path
|
1663
|
-
inkscape:connector-curvature="0"
|
1664
|
-
style="display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;stroke:url(#linearGradient4114);stroke-width:21.14291763;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1665
|
-
sodipodi:nodetypes="csszssz"
|
1666
|
-
id="path4174"
|
1667
|
-
d="m 356.32841,158.27504 c -154.92895,0 -280.90458,55.24474 -280.90458,123.20421 0,4.87661 0,462.73513 0,467.81387 0,67.95926 125.97563,123.20399 280.90458,123.20399 154.93104,0 285.92199,-55.24473 285.92199,-123.20399 0,-4.02266 0,-463.79144 0,-467.81387 0,-67.95947 -130.99095,-123.20421 -285.92199,-123.20421 l 0,0 z" />
|
1668
|
-
<ellipse
|
1669
|
-
transform="matrix(21.274874,0,0,19.579266,-153.12834,-3.3607684)"
|
1670
|
-
style="display:block;overflow:visible;visibility:visible;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.4259063;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1671
|
-
id="path3364"
|
1672
|
-
cx="24"
|
1673
|
-
cy="14.071428"
|
1674
|
-
rx="12.857142"
|
1675
|
-
ry="5.5" />
|
1676
|
-
<path
|
1677
|
-
inkscape:connector-curvature="0"
|
1678
|
-
style="display:block;overflow:visible;visibility:visible;fill:url(#linearGradient3366);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none"
|
1679
|
-
sodipodi:nodetypes="cccccccc"
|
1680
|
-
id="path6922"
|
1681
|
-
d="m 138.48871,370.3112 1.89227,449.19676 149.45944,57.35892 6.41056,-472.20371 c 0,0 -12.78317,-5.65786 58.19783,-10.18857 -110.27723,-4.92778 -234.56375,-59.86576 -277.50352,-90.60524 29.95803,44.23478 61.54342,66.44184 61.54342,66.44184 l 0,0 z" />
|
1682
|
-
</g>
|
1683
|
-
<g
|
1684
|
-
transform="translate(482.32671,-10.460266)"
|
1685
|
-
id="g4316">
|
1686
|
-
<rect
|
1687
|
-
y="169.66174"
|
1688
|
-
x="-491.34317"
|
1689
|
-
width="287.77237"
|
1690
|
-
style="fill:none;stroke:none"
|
1691
|
-
id="rect26458-2"
|
1692
|
-
height="286.43701" />
|
1693
|
-
<path
|
1694
|
-
inkscape:connector-curvature="0"
|
1695
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4323);fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:7.85453272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1696
|
-
sodipodi:nodetypes="cccccccc"
|
1697
|
-
id="path8643-1"
|
1698
|
-
d="m -457.47945,226.77544 -0.2125,140.87806 101.97311,0.15237 -0.0949,62.92947 158.03822,-133.96186 -157.18038,-132.24713 -0.61606,62.44291 -101.90747,-0.19382 z" />
|
1699
|
-
<g
|
1700
|
-
id="g4156-6"
|
1701
|
-
transform="matrix(0.6027972,0,0,0.6,-441.04283,-94.72755)">
|
1702
|
-
<path
|
1703
|
-
d="m 147.22612,444.3699 -0.14531,96.78191 -85.701452,0.74119 c 143.560182,74.0805 115.198462,209.05051 203.779052,217.0361 0,0 124.82084,-108.08183 124.82084,-108.08183 L 147.22612,444.3699 Z"
|
1704
|
-
id="path8645-8"
|
1705
|
-
sodipodi:nodetypes="cccscc"
|
1706
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.5080214;fill:url(#radialGradient4325);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
1707
|
-
inkscape:connector-curvature="0" />
|
1708
|
-
<path
|
1709
|
-
d="m -15.762009,548.83389 -0.311779,207.65919 169.693928,0.25476 -0.13351,88.92871 228.02786,-194.91682 -228.01341,-192.41668 0.15488,89.07762 -169.417969,1.41322 z"
|
1710
|
-
id="path8658-5"
|
1711
|
-
sodipodi:nodetypes="cccccccc"
|
1712
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;stroke:#ffffff;stroke-width:13.06047916;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1713
|
-
inkscape:connector-curvature="0" />
|
1714
|
-
</g>
|
1715
|
-
</g>
|
1716
|
-
</g>
|
1717
|
-
</g>
|
1718
|
-
<g
|
1719
|
-
style="display:none"
|
1720
|
-
inkscape:label="analyze"
|
1721
|
-
id="g5388"
|
1722
|
-
inkscape:groupmode="layer"
|
1723
|
-
sodipodi:insensitive="true"
|
1724
|
-
transform="translate(0,-12)">
|
1725
|
-
<g
|
1726
|
-
transform="translate(47.943582,-521.10802)"
|
1727
|
-
id="g4079">
|
1728
|
-
<g
|
1729
|
-
id="g9737"
|
1730
|
-
transform="matrix(0.34561578,0,0,0.30377001,189.77711,714.68326)">
|
1731
|
-
<g
|
1732
|
-
transform="matrix(0.3593616,0,0,0.2107718,698.86024,768.15128)"
|
1733
|
-
id="g6707">
|
1734
|
-
<rect
|
1735
|
-
y="-150.69685"
|
1736
|
-
x="-1559.2523"
|
1737
|
-
width="1339.6335"
|
1738
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient4209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none"
|
1739
|
-
id="rect6709"
|
1740
|
-
height="478.35718" />
|
1741
|
-
<path
|
1742
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient4211);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none"
|
1743
|
-
sodipodi:nodetypes="cccc"
|
1744
|
-
id="path6711"
|
1745
|
-
d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
|
1746
|
-
inkscape:connector-curvature="0" />
|
1747
|
-
<path
|
1748
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient4213);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none"
|
1749
|
-
sodipodi:nodetypes="cccc"
|
1750
|
-
id="path6713"
|
1751
|
-
d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
|
1752
|
-
inkscape:connector-curvature="0" />
|
1753
|
-
</g>
|
1754
|
-
<rect
|
1755
|
-
style="opacity:0.5;fill:none;stroke:none"
|
1756
|
-
id="rect2383"
|
1757
|
-
width="730"
|
1758
|
-
height="730"
|
1759
|
-
x="14.288359"
|
1760
|
-
y="110.93092" />
|
1761
|
-
<path
|
1762
|
-
style="fill:#d3d7cf;fill-opacity:1;stroke:#555753;stroke-width:27;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1763
|
-
d="m 665.21875,208.09375 c -196.29964,0.84584 -392.61552,-0.37928 -588.90625,0.6875 -8.378613,3.92817 -5.609068,15.10781 -5.908054,22.53125 0.07463,183.36685 -0.689606,366.79952 0.345554,550.125 4.230196,8.48518 15.643522,6.97268 23.499998,6.12759 192.504302,0.1606 385.057202,0.74754 577.531252,-0.34634 8.61736,-3.30337 6.53302,-14.59251 6.57915,-21.87498 -0.59345,-183.17589 0.80379,-366.35821 -0.71167,-549.53047 0.38192,-5.88237 -7.83013,-8.1198 -12.42998,-7.71955 z"
|
1764
|
-
id="rect3163"
|
1765
|
-
inkscape:connector-curvature="0" />
|
1766
|
-
<path
|
1767
|
-
style="opacity:0.7;fill:url(#linearGradient4215);fill-opacity:1;stroke:#ffffff;stroke-width:17;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1768
|
-
d="m 92.28125,232.375 c 0,177.80208 0,355.60417 0,533.40625 188,0 376,0 564,0 0,-178.46875 0,-356.9375 0,-535.40625 -188,0 -376,0 -564,0 l 0,1 0,1 z"
|
1769
|
-
id="rect3259"
|
1770
|
-
inkscape:connector-curvature="0" />
|
1771
|
-
<path
|
1772
|
-
style="fill:#204a87;fill-opacity:1;stroke:#2e3436;stroke-width:27;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1773
|
-
d="m 676.0625,177.0625 c -62.43903,0.68002 -124.89699,0.048 -187.34375,0.28125 -140.85294,0.0666 -281.71572,-0.15228 -422.5625,0.15625 -8.156705,1.9601 -6.664364,11.49428 -6.75,17.84375 -0.09598,48.57614 -0.523439,97.24149 0.25,145.78125 3.867193,8.62883 14.752889,6.13361 22.28125,6.25 200.00648,-0.0283 400.04443,0.18927 600.03125,-0.0937 9.17744,-2.79869 7.86375,-14.1248 7.13219,-21.59372 0.21655,-47.38047 0.60353,-94.87851 -0.19469,-142.18753 -1.87228,-5.08384 -7.92603,-6.73014 -12.84375,-6.4375 z"
|
1774
|
-
id="rect3165"
|
1775
|
-
inkscape:connector-curvature="0" />
|
1776
|
-
<path
|
1777
|
-
id="path3297"
|
1778
|
-
d="m 91.127667,370.11036 c 0,132.27482 0,264.54965 0,396.82447 188.769063,0 377.538103,0 566.307163,0 0,-132.77078 0,-265.54157 0,-398.31236 -188.76906,0 -377.5381,0 -566.307163,0 l 0,0.74395 0,0.74394 z"
|
1779
|
-
style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:14.6928339;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1780
|
-
inkscape:connector-curvature="0" />
|
1781
|
-
<path
|
1782
|
-
style="fill:none;stroke:#555753;stroke-width:22;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1783
|
-
d="m 270.10153,360.50503 0,423.5301"
|
1784
|
-
id="path3253"
|
1785
|
-
inkscape:connector-curvature="0" />
|
1786
|
-
<path
|
1787
|
-
style="opacity:0.4;fill:url(#linearGradient4217);fill-opacity:1;stroke:#ffffff;stroke-width:14.36100006;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1788
|
-
d="m 81.25,201.34375 c 0,41.35417 0,82.70833 0,124.0625 195.35417,0 390.70833,0 586.0625,0 0,-42.02083 0,-84.04167 0,-126.0625 -195.35417,0 -390.70833,0 -586.0625,0 l 0,1 0,1 z"
|
1789
|
-
id="rect3167"
|
1790
|
-
inkscape:connector-curvature="0" />
|
1791
|
-
<path
|
1792
|
-
id="path3255"
|
1793
|
-
d="m 474.97898,359.94501 0,424.07944"
|
1794
|
-
style="fill:none;stroke:#555753;stroke-width:22;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1795
|
-
inkscape:connector-curvature="0" />
|
1796
|
-
<path
|
1797
|
-
id="path3295"
|
1798
|
-
d="m 81.25,201.34375 c 0,41.35417 0,82.70833 0,124.0625 195.35417,0 390.70833,0 586.0625,0 0,-42.02083 0,-84.04167 0,-126.0625 -195.35417,0 -390.70833,0 -586.0625,0 l 0,1 0,1 z"
|
1799
|
-
style="opacity:0.4;fill:none;stroke:#ffffff;stroke-width:14.36100006;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1800
|
-
inkscape:connector-curvature="0" />
|
1801
|
-
<path
|
1802
|
-
style="opacity:0.6;fill:none;stroke:#eeeeec;stroke-width:16.47328758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1803
|
-
d="m 456.97898,361.67643 0,410.47447"
|
1804
|
-
id="path3335"
|
1805
|
-
inkscape:connector-curvature="0" />
|
1806
|
-
<path
|
1807
|
-
id="path3337"
|
1808
|
-
d="m 252.97898,361.67643 0,410.47447"
|
1809
|
-
style="opacity:0.6;fill:none;stroke:#eeeeec;stroke-width:16.47328758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1810
|
-
inkscape:connector-curvature="0" />
|
1811
|
-
<flowRoot
|
1812
|
-
xml:space="preserve"
|
1813
|
-
transform="translate(225.086,-334.88901)"
|
1814
|
-
style="font-style:normal;font-weight:bold;font-size:144px;font-family:'Bitstream Vera Sans';fill:#ffffff;fill-opacity:1;stroke:none"
|
1815
|
-
id="flowRoot6830"><flowRegion
|
1816
|
-
id="flowRegion6832"><rect
|
1817
|
-
y="370.5899"
|
1818
|
-
x="-22.631445"
|
1819
|
-
width="381.90564"
|
1820
|
-
style="font-weight:bold;fill:#ffffff;fill-opacity:1"
|
1821
|
-
id="rect6834"
|
1822
|
-
height="186.70943" /></flowRegion><flowPara
|
1823
|
-
id="flowPara6836" /></flowRoot> </g>
|
1824
|
-
<g
|
1825
|
-
id="g3919"
|
1826
|
-
transform="matrix(0.26363811,0,0,0.25877756,258.76739,839.68638)">
|
1827
|
-
<path
|
1828
|
-
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1px;marker:none;enable-background:accumulate"
|
1829
|
-
d="m 17.142857,103.79076 720.000003,0 0,720 -720.000003,0 0,-720 z"
|
1830
|
-
id="rect2816"
|
1831
|
-
inkscape:connector-curvature="0" />
|
1832
|
-
<g
|
1833
|
-
id="g3884"
|
1834
|
-
transform="translate(-2.0203051,-88.893423)">
|
1835
|
-
<ellipse
|
1836
|
-
style="fill:url(#radialGradient4219);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3876)"
|
1837
|
-
id="path3880"
|
1838
|
-
transform="matrix(0.91548924,0.02226463,-0.00669754,1.4111733,-453.90661,78.476517)"
|
1839
|
-
cx="1016.2134"
|
1840
|
-
cy="397.78333"
|
1841
|
-
rx="232.33508"
|
1842
|
-
ry="119.198" />
|
1843
|
-
<ellipse
|
1844
|
-
transform="matrix(1.3857026,0,0,1.434032,-1030.3725,67.765635)"
|
1845
|
-
id="path3866"
|
1846
|
-
style="fill:url(#radialGradient4221);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3876)"
|
1847
|
-
cx="1016.2134"
|
1848
|
-
cy="397.78333"
|
1849
|
-
rx="232.33508"
|
1850
|
-
ry="119.198" />
|
1851
|
-
<path
|
1852
|
-
sodipodi:nodetypes="cccsccc"
|
1853
|
-
id="path3606"
|
1854
|
-
d="m 370,335.21875 c -158.58462,0 -287.15625,73.54875 -287.15625,164.28125 0.464477,30.00333 0.209265,59.99943 0,90 0,90.73249 128.57163,164.28125 287.15625,164.28125 158.58462,0 287.15625,-73.54876 287.15625,-164.28125 -0.35918,-50.54286 1.49189,-66.70642 0,-90 0,-90.7325 -128.57163,-164.28125 -287.15625,-164.28125 z"
|
1855
|
-
style="fill:#73d216;fill-rule:evenodd;stroke:#4e9a06;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1856
|
-
inkscape:connector-curvature="0" />
|
1857
|
-
<ellipse
|
1858
|
-
transform="matrix(1.1235619,0,0,0.92078338,-76.214548,19.813937)"
|
1859
|
-
id="path3613"
|
1860
|
-
style="fill:#8ae234;fill-rule:evenodd;stroke:#4e9a06;stroke-width:11.79788113;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1861
|
-
cx="397.14285"
|
1862
|
-
cy="515.2193"
|
1863
|
-
rx="254.28572"
|
1864
|
-
ry="171.42857" />
|
1865
|
-
<path
|
1866
|
-
id="path3636"
|
1867
|
-
d="m 359.9375,348.375 c -74.49663,1.55039 -151.14753,18.08561 -212.75,61.65625 -26.572,19.55955 -49.708747,48.773 -50.65625,83.03125 -0.0135,35.73691 23.85947,66.65367 52.1875,86.09375 55.1245,40.06155 124.0434,55.30588 191.0295,60.02797 80.06427,4.84979 163.06646,-8.01618 233.4705,-47.87172 30.1906,-17.92398 58.85582,-43.72319 68.09375,-78.875 6.21943,-25.29286 -1.52417,-52.44637 -17.88125,-72.3625 C 597.72144,406.30096 558.13744,386.80764 519.25,372.15625 468.39549,353.96561 413.79706,347.88005 359.9375,348.375 Z"
|
1868
|
-
style="opacity:0.66329968;fill:url(#radialGradient4223);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1869
|
-
inkscape:connector-curvature="0" />
|
1870
|
-
<path
|
1871
|
-
id="path3629"
|
1872
|
-
d="m 390.71429,539.50504 -9.28915,-34.66758 252.86057,48.23901 0,55 -236.42857,-53.57143 -7.14285,-15 z"
|
1873
|
-
style="fill:#555753;stroke:#2e3436;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1874
|
-
inkscape:connector-curvature="0" />
|
1875
|
-
<path
|
1876
|
-
sodipodi:nodetypes="ccc"
|
1877
|
-
id="path3858"
|
1878
|
-
d="m 635,570.93361 13.21429,-21.07143 0.35714,39.64286"
|
1879
|
-
style="opacity:0.37037036;fill:none;stroke:#ffffff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1880
|
-
inkscape:connector-curvature="0" />
|
1881
|
-
<path
|
1882
|
-
style="fill:url(#linearGradient4226);fill-opacity:1;stroke:#2e3436;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1883
|
-
d="m 390.71429,539.50504 -9.28915,-34.66758 252.86057,48.23901 0,55 -236.42857,-53.57143 -7.14285,-15 z"
|
1884
|
-
id="path3716"
|
1885
|
-
inkscape:connector-curvature="0" />
|
1886
|
-
<path
|
1887
|
-
d="m 429.31483,688.70727 c 112.6276,-12.54493 186.03809,-44.69842 223.24371,-94.95434 m -223.24371,94.95434 0,103.03556 c 80.34911,-11.55976 156.78185,-23.00681 224.25386,-96.97465 l 0,-102.0254 -262.63966,-53.53809 38.3858,149.50258 z"
|
1888
|
-
style="fill:#ef2929;stroke:#a40000;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1889
|
-
id="path3619"
|
1890
|
-
inkscape:connector-curvature="0" />
|
1891
|
-
<path
|
1892
|
-
sodipodi:nodetypes="cc"
|
1893
|
-
id="path3625"
|
1894
|
-
d="m 418.59397,751.86999 9.71071,39.36776"
|
1895
|
-
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
1896
|
-
inkscape:connector-curvature="0" />
|
1897
|
-
<path
|
1898
|
-
id="path3627"
|
1899
|
-
d="m 418.70823,751.33672 0,-101.52033"
|
1900
|
-
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
1901
|
-
inkscape:connector-curvature="0" />
|
1902
|
-
<path
|
1903
|
-
id="path3632"
|
1904
|
-
d="m 418.70823,649.31132 -0.50508,101.52033 10.10153,38.89087 0,-102.02541 -9.59645,-38.38579 z"
|
1905
|
-
style="fill:#555753;stroke:#a40000;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1906
|
-
inkscape:connector-curvature="0" />
|
1907
|
-
<path
|
1908
|
-
id="path3694"
|
1909
|
-
d="m 435.125,687.21875 c 0.36001,32.53626 0.11504,65.10672 0.1875,97.65625 59.12252,-8.25081 120.22016,-19.66503 169.6875,-55.0625 15.564,-10.93188 29.71666,-23.48612 42.5625,-37.375 0,-31.57292 0,-63.14583 0,-94.71875 -82.79167,-16.88542 -165.58333,-33.77083 -248.375,-50.65625 11.97917,46.71875 23.95833,93.4375 35.9375,140.15625 z"
|
1910
|
-
style="opacity:0.40740739;fill:url(#radialGradient4228);fill-opacity:1;stroke:none"
|
1911
|
-
inkscape:connector-curvature="0" />
|
1912
|
-
<path
|
1913
|
-
sodipodi:nodetypes="ccccc"
|
1914
|
-
id="path3634"
|
1915
|
-
d="m 428.80976,687.69711 0,103.54064 c 72.88072,-13.29492 144.17525,-11.78537 224.75894,-96.97464 l 0,-102.02541 c -48.80762,61.77184 -130.36362,85.97935 -224.75894,95.45941 z"
|
1916
|
-
style="fill:#cc0000;stroke:#a40000;stroke-width:12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1917
|
-
inkscape:connector-curvature="0" />
|
1918
|
-
<path
|
1919
|
-
id="path3740"
|
1920
|
-
d="m 93.40625,559.25 c 0.355855,14.40626 -0.698088,29.04253 0.5,43.3125 10.04423,44.83205 45.88021,79.31778 85.71875,99.3125 66.69931,34.35293 143.45089,42.77255 217.65548,41.02331 6.85552,0.48842 12.89731,0.2161 10.54158,-8.30367 0.42225,-24.70866 0.85746,-49.4171 1.27169,-74.12589 -53.98258,2.21745 -109.00156,2.06009 -161.21825,-13.40232 -47.66379,-12.39531 -95.94939,-31.01548 -131.7505,-65.84768 -8.20233,-8.60786 -15.45477,-18.36295 -22.71875,-27.875 0,1.96875 0,3.9375 0,5.90625 z"
|
1921
|
-
style="opacity:0.37373735;fill:none;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1922
|
-
inkscape:connector-curvature="0" />
|
1923
|
-
<path
|
1924
|
-
id="path3750"
|
1925
|
-
d="m 89.40625,547.4375 c 1.111482,20.72033 -2.374626,41.8697 2.182894,62.27347 12.109716,42.63062 46.559566,75.64679 85.254606,95.25778 67.5097,34.92991 145.19574,43.77418 220.375,41.9375 6.17672,1.40136 15.61026,-1.30352 15.125,-9.0625 -1.03934,-26.05391 0.88115,-52.25067 0.65625,-78.21875 -1.56859,-6.12576 -9.11178,-2.14737 -13.18684,-2.80741 -54.95146,2.30342 -111.0487,-0.0716 -163.57784,-17.09313 -45.50692,-13.04442 -91.85106,-32.56257 -123.87819,-68.70918 -8.02051,-9.52447 -15.251967,-19.67231 -22.95088,-29.45278 0,1.95833 0,3.91667 0,5.875 z"
|
1926
|
-
style="opacity:0.37373735;fill:url(#linearGradient4230);fill-opacity:1;stroke:none"
|
1927
|
-
inkscape:connector-curvature="0" />
|
1928
|
-
<path
|
1929
|
-
id="path3820"
|
1930
|
-
d="m 640.21875,621.34375 c -44.01003,40.36108 -102.68376,59.87287 -160.625,69.59375 -13.55576,2.2712 -27.1642,4.23816 -40.78125,5.75 0,27.625 0,55.25 0,82.875 53.50561,-8.2318 109.74726,-15.88046 155.14455,-47.46095 18.02509,-12.04537 34.61965,-26.22661 49.60545,-41.8828 0,-23.97917 0,-47.95833 0,-71.9375 -1.11458,1.02083 -2.22917,2.04167 -3.34375,3.0625 z"
|
1931
|
-
style="opacity:0.30639732;fill:url(#linearGradient4232);fill-opacity:1;stroke:#ffffff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1932
|
-
inkscape:connector-curvature="0" />
|
1933
|
-
<path
|
1934
|
-
sodipodi:nodetypes="csc"
|
1935
|
-
id="path3862"
|
1936
|
-
d="m 428.30468,676.08036 c 47.5426,-5.30059 85.39957,-12.15422 121.33811,-25.95657 33.90803,-13.02253 69.43379,-33.15573 88.77362,-56.87594"
|
1937
|
-
style="opacity:0.49841745;fill:none;stroke:#ffffff;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1938
|
-
inkscape:connector-curvature="0" />
|
1939
|
-
<path
|
1940
|
-
id="path3864"
|
1941
|
-
style="fill:none;stroke:#a40000;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
1942
|
-
d="m 429.31483,688.70727 c 112.6276,-12.54493 186.03809,-44.69842 223.24371,-94.95434 m -223.24371,94.95434 0,103.03556 c 80.34911,-11.55976 156.78185,-23.00681 224.25386,-96.97465 l 0,-102.0254 -262.63966,-53.53809 38.3858,149.50258 z"
|
1943
|
-
inkscape:connector-curvature="0" />
|
1944
|
-
</g>
|
1945
|
-
</g>
|
1946
|
-
</g>
|
1947
|
-
</g>
|
1948
|
-
<g
|
1949
|
-
inkscape:groupmode="layer"
|
1950
|
-
id="g5617"
|
1951
|
-
inkscape:label="search"
|
1952
|
-
style="display:none"
|
1953
|
-
sodipodi:insensitive="true"
|
1954
|
-
transform="translate(0,-12)">
|
1955
|
-
<g
|
1956
|
-
transform="matrix(0.60027028,0,0,0.64346204,214.36037,-130.03619)"
|
1957
|
-
id="g3162">
|
1958
|
-
<path
|
1959
|
-
d="m 208.41481,594.64738 c -79.81175,0 -144.586515,63.27705 -144.586515,141.2434 0,77.96634 64.774765,141.2434 144.586515,141.2434 34.12028,0 64.23867,-13.26138 88.97632,-32.59464 -2.01392,9.64512 -0.76521,19.4972 7.41469,26.43788 l 107.51306,91.26496 c 12.0948,10.26247 30.27545,8.91785 40.78082,-2.8973 10.50537,-11.81516 9.12892,-29.57542 -2.96588,-39.83788 L 342.62076,828.24223 c -6.58495,-5.58735 -14.63906,-7.24158 -22.61481,-6.15676 19.48145,-24.06699 32.99538,-53.15309 32.99538,-86.19469 0,-77.96635 -64.77476,-141.2434 -144.58652,-141.2434 z m -0.74147,11.74586 c 74.91201,0 130.33824,45.87431 130.33824,127.32456 0,83.10064 -57.03807,127.32457 -130.33824,127.32457 -71.61223,0 -130.338232,-52.47574 -130.338232,-127.32457 0,-76.48135 57.116012,-127.32457 130.338232,-127.32456 z"
|
1960
|
-
id="path2844"
|
1961
|
-
inkscape:r_cx="true"
|
1962
|
-
inkscape:r_cy="true"
|
1963
|
-
sodipodi:nodetypes="csscccscccscczzzz"
|
1964
|
-
style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3156);stroke-width:30.13293457;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1965
|
-
inkscape:connector-curvature="0" />
|
1966
|
-
<path
|
1967
|
-
d="m 208.17296,594.04198 c -80.06975,0 -145.053902,63.48159 -145.053902,141.69997 0,78.21837 64.984152,141.69996 145.053902,141.69996 34.23057,0 64.44632,-13.30424 89.26394,-32.69999 -2.02042,9.6763 -0.76769,19.56022 7.43865,26.52333 l 107.86061,91.55997 c 12.13388,10.29565 30.3733,8.94669 40.91263,-2.90666 10.53933,-11.85334 9.15843,-29.67102 -2.97546,-39.96666 l -107.8606,-91.55997 c -6.60624,-5.60541 -14.68638,-7.26499 -22.68792,-6.17666 19.54442,-24.1448 33.10204,-53.32492 33.10204,-86.47332 0,-78.21838 -64.98414,-141.69997 -145.05389,-141.69997 z m -0.74387,30.51999 c 61.59212,0 111.57992,48.83199 111.57992,108.99998 0,60.16798 -49.9878,108.99996 -111.57992,108.99996 -61.59212,0 -111.579921,-48.83198 -111.579921,-108.99996 10e-7,-60.16799 49.987801,-108.99998 111.579921,-108.99998 z"
|
1968
|
-
id="path4430"
|
1969
|
-
inkscape:r_cx="true"
|
1970
|
-
inkscape:r_cy="true"
|
1971
|
-
style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;marker:none"
|
1972
|
-
inkscape:connector-curvature="0" />
|
1973
|
-
<path
|
1974
|
-
d="m 413.15714,962.81563 c -4.69383,-21.77531 13.70212,-46.08957 35.14498,-45.8688 0,0 -105.51543,-88.68529 -105.51543,-88.68529 -28.87642,-0.54319 -41.86645,21.76984 -37.03518,44.06357 l 107.40563,90.49052 z"
|
1975
|
-
id="path4438"
|
1976
|
-
inkscape:r_cx="true"
|
1977
|
-
inkscape:r_cy="true"
|
1978
|
-
sodipodi:nodetypes="ccccc"
|
1979
|
-
style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3152);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
1980
|
-
inkscape:connector-curvature="0" />
|
1981
|
-
<circle
|
1982
|
-
id="path4450"
|
1983
|
-
inkscape:r_cx="true"
|
1984
|
-
inkscape:r_cy="true"
|
1985
|
-
style="display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient67441);stroke-width:1.24788225;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1986
|
-
transform="matrix(12.215674,0,0,11.933224,-7.8346327,505.36359)"
|
1987
|
-
cx="17.500893"
|
1988
|
-
cy="18.920233"
|
1989
|
-
r="11.048544" />
|
1990
|
-
<rect
|
1991
|
-
height="42.963039"
|
1992
|
-
id="rect4495"
|
1993
|
-
inkscape:r_cx="true"
|
1994
|
-
inkscape:r_cy="true"
|
1995
|
-
rx="32.246746"
|
1996
|
-
ry="28.395842"
|
1997
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.43315507;fill:none;stroke:#ffffff;stroke-width:15.0668478;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
1998
|
-
transform="matrix(0.76055036,0.64927894,-0.65766093,0.75331408,0,0)"
|
1999
|
-
width="184.93008"
|
2000
|
-
x="782.65826"
|
2001
|
-
y="414.02359" />
|
2002
|
-
<circle
|
2003
|
-
id="path4452"
|
2004
|
-
inkscape:r_cx="true"
|
2005
|
-
inkscape:r_cy="true"
|
2006
|
-
style="visibility:visible;fill:url(#radialGradient67443);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.11148739;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dashoffset:0;stroke-opacity:1;marker:none"
|
2007
|
-
transform="matrix(13.714725,0,0,13.397614,-35.281401,485.03725)"
|
2008
|
-
cx="17.589281"
|
2009
|
-
cy="18.478292"
|
2010
|
-
r="8.3085051" />
|
2011
|
-
<path
|
2012
|
-
d="m 208.10192,635.38905 c 51.06527,0 92.41647,40.39507 92.41647,90.27962 0,14.40688 -4.12151,27.66255 -10.2685,39.75275 -12.28075,4.42188 -25.32634,7.43042 -39.17241,7.43042 -60.51197,0 -108.83881,-46.57059 -112.57315,-104.76894 16.97372,-19.59455 41.28336,-32.69385 69.59759,-32.69385 z"
|
2013
|
-
id="path4462"
|
2014
|
-
inkscape:r_cx="true"
|
2015
|
-
inkscape:r_cy="true"
|
2016
|
-
style="display:inline;overflow:visible;visibility:visible;opacity:0.83422457;fill:url(#radialGradient3228);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none"
|
2017
|
-
inkscape:connector-curvature="0" />
|
2018
|
-
</g>
|
2019
|
-
</g>
|
2020
|
-
</svg>
|