From b4606a96f216835bd3dc037d6f25a097bea05fa1 Mon Sep 17 00:00:00 2001 From: xphnx <xphnx@riseup.net> Date: Tue, 5 Sep 2017 20:40:14 +0200 Subject: [PATCH] cleaning code and road to 307 --- app/build.gradle | 8 +- app/src/main/AndroidManifest.xml | 1 - .../java/org/xphnx/ameixa/IceScreenUtils.java | 19 +- .../java/org/xphnx/ameixa/IconActivity.java | 767 ----- .../org/xphnx/ameixa/LicenseActivity.java | 15 +- .../java/org/xphnx/ameixa/MainActivity.java | 44 +- app/src/main/res/drawable-hdpi/onetime.png | Bin 2390 -> 0 bytes app/src/main/res/drawable-mdpi/onetime.png | Bin 1544 -> 0 bytes .../main/res/drawable-nodpi/nodpi_onetime.png | Bin 15647 -> 0 bytes app/src/main/res/drawable-xhdpi/onetime.png | Bin 3393 -> 0 bytes app/src/main/res/drawable-xxhdpi/onetime.png | Bin 5224 -> 0 bytes app/src/main/res/drawable-xxxhdpi/onetime.png | Bin 7240 -> 0 bytes app/src/main/res/layout/layout.xml | 28 + app/src/main/res/values/strings.xml | 7 + .../android/en-US/images/featureGraphic.jpg | Bin 28174 -> 0 bytes .../metadata/android/en-US/images/icon.png | Bin 18760 -> 0 bytes .../android/es-ES/images/featureGraphic.jpg | Bin 28174 -> 0 bytes .../metadata/android/es-ES/images/icon.png | Bin 18760 -> 0 bytes svgs/svg_templates_twelf/lime.svg | 2390 --------------- svgs/svg_templates_twelf/yellow.svg | 2390 --------------- svgs/wip/afhdownloader.svg | 2340 +++++++++++++++ .../light-blue.svg => wip/andotp.svg} | 655 ++--- svgs/wip/aurdroid.svg | 2343 +++++++++++++++ .../indigo.svg => wip/bookcatalogue.svg} | 653 ++--- .../light-green.svg => wip/briar.svg} | 663 ++--- .../wip}/devicemanager.png | Bin .../cyan.svg => wip/dns66.svg} | 661 ++--- .../green.svg => wip/droidshows.svg} | 647 ++--- svgs/{depot => wip}/fblite.svg | 0 .../firefoxklar.svg => wip/firefoxfocus.svg} | 0 .../pink.svg => wip/gallery.svg} | 652 ++--- .../wip}/gnuprivacyguard.png | Bin .../deep-purple.svg => wip/gramophone.svg} | 679 +++-- .../drawable-hdpi => svgs/wip}/gtalksms.png | Bin .../blue-grey.svg => wip/leafpic.svg} | 652 ++--- .../drawable-hdpi => svgs/wip}/loophabits.png | Bin svgs/wip/loyaltycard.svg | 2340 +++++++++++++++ svgs/wip/memetastic.svg | 2351 +++++++++++++++ svgs/{depot/onetime.svg => wip/music.svg} | 633 ++-- svgs/wip/mysplash.svg | 2364 +++++++++++++++ .../orange.svg => wip/nextclouddev.svg} | 652 ++--- .../purple.svg => wip/nhbooks.svg} | 654 ++--- .../blue.svg => wip/odyssey.svg} | 651 ++--- .../grey.svg => wip/omniswitch.svg} | 668 ++--- .../brown.svg => wip/onetimepad.svg} | 655 ++--- .../red.svg => wip/openlauncher.svg} | 665 ++--- .../amber.svg => wip/torrentclient.svg} | 680 +++-- svgs/wip/tremotef.svg | 2568 +++++++++++++++++ svgs/wip/tusky.svg | 2367 +++++++++++++++ .../deep-orange.svg => wip/webopac.svg} | 655 ++--- svgs/{depot/droidshows.svg => wip/zapp.svg} | 0 51 files changed, 21950 insertions(+), 11567 deletions(-) delete mode 100644 app/src/main/java/org/xphnx/ameixa/IconActivity.java delete mode 100644 app/src/main/res/drawable-hdpi/onetime.png delete mode 100644 app/src/main/res/drawable-mdpi/onetime.png delete mode 100644 app/src/main/res/drawable-nodpi/nodpi_onetime.png delete mode 100644 app/src/main/res/drawable-xhdpi/onetime.png delete mode 100644 app/src/main/res/drawable-xxhdpi/onetime.png delete mode 100644 app/src/main/res/drawable-xxxhdpi/onetime.png create mode 100644 app/src/main/res/layout/layout.xml delete mode 100644 fastlane/metadata/android/en-US/images/featureGraphic.jpg delete mode 100644 fastlane/metadata/android/en-US/images/icon.png delete mode 100644 fastlane/metadata/android/es-ES/images/featureGraphic.jpg delete mode 100644 fastlane/metadata/android/es-ES/images/icon.png delete mode 100644 svgs/svg_templates_twelf/lime.svg delete mode 100644 svgs/svg_templates_twelf/yellow.svg create mode 100644 svgs/wip/afhdownloader.svg rename svgs/{svg_templates_twelf/light-blue.svg => wip/andotp.svg} (81%) create mode 100644 svgs/wip/aurdroid.svg rename svgs/{svg_templates_twelf/indigo.svg => wip/bookcatalogue.svg} (82%) rename svgs/{svg_templates_twelf/light-green.svg => wip/briar.svg} (78%) rename {app/src/main/res/drawable-hdpi => svgs/wip}/devicemanager.png (100%) rename svgs/{svg_templates_twelf/cyan.svg => wip/dns66.svg} (82%) rename svgs/{svg_templates_twelf/green.svg => wip/droidshows.svg} (82%) rename svgs/{depot => wip}/fblite.svg (100%) rename svgs/{depot/firefoxklar.svg => wip/firefoxfocus.svg} (100%) rename svgs/{svg_templates_twelf/pink.svg => wip/gallery.svg} (81%) rename {app/src/main/res/drawable-hdpi => svgs/wip}/gnuprivacyguard.png (100%) rename svgs/{svg_templates_twelf/deep-purple.svg => wip/gramophone.svg} (81%) rename {app/src/main/res/drawable-hdpi => svgs/wip}/gtalksms.png (100%) rename svgs/{svg_templates_twelf/blue-grey.svg => wip/leafpic.svg} (81%) rename {app/src/main/res/drawable-hdpi => svgs/wip}/loophabits.png (100%) create mode 100644 svgs/wip/loyaltycard.svg create mode 100644 svgs/wip/memetastic.svg rename svgs/{depot/onetime.svg => wip/music.svg} (82%) create mode 100644 svgs/wip/mysplash.svg rename svgs/{svg_templates_twelf/orange.svg => wip/nextclouddev.svg} (81%) rename svgs/{svg_templates_twelf/purple.svg => wip/nhbooks.svg} (81%) rename svgs/{svg_templates_twelf/blue.svg => wip/odyssey.svg} (82%) rename svgs/{svg_templates_twelf/grey.svg => wip/omniswitch.svg} (80%) rename svgs/{svg_templates_twelf/brown.svg => wip/onetimepad.svg} (82%) rename svgs/{svg_templates_twelf/red.svg => wip/openlauncher.svg} (81%) rename svgs/{svg_templates_twelf/amber.svg => wip/torrentclient.svg} (79%) create mode 100644 svgs/wip/tremotef.svg create mode 100644 svgs/wip/tusky.svg rename svgs/{svg_templates_twelf/deep-orange.svg => wip/webopac.svg} (82%) rename svgs/{depot/droidshows.svg => wip/zapp.svg} (100%) diff --git a/app/build.gradle b/app/build.gradle index f1b27bd0c..830ea9d28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.xphnx.ameixa" minSdkVersion 16 targetSdkVersion 25 - versionCode 45 - versionName "3.0.6" + versionCode 46 + versionName "3.0.7" } buildTypes { release { @@ -18,10 +18,12 @@ android { } } - lintOptions { +/* lintOptions { checkReleaseBuilds false abortOnError false } +*/ + } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 23a12761d..848d0237b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -48,7 +48,6 @@ </intent-filter> </activity> <activity android:name=".LicenseActivity" /> - <activity android:name=".IconActivity"></activity> </application> </manifest> \ No newline at end of file diff --git a/app/src/main/java/org/xphnx/ameixa/IceScreenUtils.java b/app/src/main/java/org/xphnx/ameixa/IceScreenUtils.java index e8de264c8..39be0b1e7 100644 --- a/app/src/main/java/org/xphnx/ameixa/IceScreenUtils.java +++ b/app/src/main/java/org/xphnx/ameixa/IceScreenUtils.java @@ -2,24 +2,9 @@ package org.xphnx.ameixa; import android.content.Context; -public class IceScreenUtils { +class IceScreenUtils { - public static boolean isPortrait( Context context ) { - - return context.getResources().getDisplayMetrics().widthPixels < context.getResources().getDisplayMetrics().heightPixels; - } - - public static int width( Context context ) { - - return IceScreenUtils.isPortrait( context ) ? context.getResources().getDisplayMetrics().widthPixels : context.getResources().getDisplayMetrics().heightPixels; - } - - public static int height( Context context ) { - - return IceScreenUtils.isPortrait( context ) ? context.getResources().getDisplayMetrics().heightPixels : context.getResources().getDisplayMetrics().widthPixels; - } - - public static float densityScale( Context context ) { + static float densityScale(Context context) { return ( context.getResources().getDisplayMetrics().density ); } diff --git a/app/src/main/java/org/xphnx/ameixa/IconActivity.java b/app/src/main/java/org/xphnx/ameixa/IconActivity.java deleted file mode 100644 index 5d58e5202..000000000 --- a/app/src/main/java/org/xphnx/ameixa/IconActivity.java +++ /dev/null @@ -1,767 +0,0 @@ -package org.xphnx.ameixa; - -import android.content.Intent; -import android.content.res.Resources; -import android.graphics.Rect; -import android.support.v7.app.AppCompatActivity; -import android.os.Bundle; -import android.view.Gravity; -import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ScrollView; - -import java.util.ArrayList; - -public class IconActivity extends AppCompatActivity { - - private Integer[] mImages = { -R.drawable.nodpi_aard, -R.drawable.nodpi_aat, -R.drawable.nodpi_acal, -R.drawable.nodpi_acaldav, -R.drawable.nodpi_acastus, -R.drawable.nodpi_adaway, -R.drawable.nodpi_addi, -R.drawable.nodpi_agit, -R.drawable.nodpi_aizoban, -R.drawable.nodpi_alogcat, -R.drawable.nodpi_alogcatroot, -R.drawable.nodpi_amaze, -R.drawable.nodpi_ametro, -R.drawable.nodpi_andbible, -R.drawable.nodpi_andquote, -R.drawable.nodpi_androbd, -R.drawable.nodpi_androidrun, -R.drawable.nodpi_androidvnc, -R.drawable.nodpi_androsens, -R.drawable.nodpi_andstatus, -R.drawable.nodpi_ankidroid, -R.drawable.nodpi_antennapod, -R.drawable.nodpi_antox, -R.drawable.nodpi_anuto, -R.drawable.nodpi_anymemo, -R.drawable.nodpi_apg, -R.drawable.nodpi_apkextractor, -R.drawable.nodpi_apktrack, -R.drawable.nodpi_applicationsinfo, -R.drawable.nodpi_apps, -R.drawable.nodpi_apvpdfreader, -R.drawable.nodpi_ardroid, -R.drawable.nodpi_arij, -R.drawable.nodpi_arxiv, -R.drawable.nodpi_asciicam, -R.drawable.nodpi_ask, -R.drawable.nodpi_atarashii, -R.drawable.nodpi_atomic, -R.drawable.nodpi_audiofx, -R.drawable.nodpi_aurora, -R.drawable.nodpi_authenticator, -R.drawable.nodpi_autostarts, -R.drawable.nodpi_barcodescanner, -R.drawable.nodpi_batteryfu, -R.drawable.nodpi_batterylevel, -R.drawable.nodpi_baumann, -R.drawable.nodpi_beamshare, -R.drawable.nodpi_beem, -R.drawable.nodpi_bipolalarm, -R.drawable.nodpi_birthdayadapter, -R.drawable.nodpi_bitcoin, -R.drawable.nodpi_bitconium, -R.drawable.nodpi_bites, -R.drawable.nodpi_bitmask, -R.drawable.nodpi_blockinger, -R.drawable.nodpi_bluemono, -R.drawable.nodpi_bluetooth, -R.drawable.nodpi_bobball, -R.drawable.nodpi_bombusmod, -R.drawable.nodpi_botbrew, -R.drawable.nodpi_broadcast, -R.drawable.nodpi_bronylivewallpaper, -R.drawable.nodpi_brouter, -R.drawable.nodpi_browser, -R.drawable.nodpi_bubble, -R.drawable.nodpi_bubblecomics, -R.drawable.nodpi_budget, -R.drawable.nodpi_bugreport, -R.drawable.nodpi_busybox, -R.drawable.nodpi_bvnc, -R.drawable.nodpi_cachecleaner, -R.drawable.nodpi_cadroid, -R.drawable.nodpi_calculator, -R.drawable.nodpi_calculator2, -R.drawable.nodpi_caldavsync, -R.drawable.nodpi_calendar, -R.drawable.nodpi_calendarie, -R.drawable.nodpi_calendarnotifications, -R.drawable.nodpi_calendarwidget, -R.drawable.nodpi_calendula, -R.drawable.nodpi_callerid, -R.drawable.nodpi_callrecorder, -R.drawable.nodpi_camcorder, -R.drawable.nodpi_camera2, -R.drawable.nodpi_candymemory, -R.drawable.nodpi_carcast, -R.drawable.nodpi_carreport, -R.drawable.nodpi_cathode, -R.drawable.nodpi_catlog, -R.drawable.nodpi_cgeo, -R.drawable.nodpi_chanu, -R.drawable.nodpi_characterrecognition, -R.drawable.nodpi_chatsecure, -R.drawable.nodpi_chess, -R.drawable.nodpi_chesswalk, -R.drawable.nodpi_chesswatch, -R.drawable.nodpi_chromium, -R.drawable.nodpi_cidrcalc, -R.drawable.nodpi_clementineremote, -R.drawable.nodpi_clipboardbeam, -R.drawable.nodpi_clipstack, -R.drawable.nodpi_clock, -R.drawable.nodpi_clover, -R.drawable.nodpi_cmaccount, -R.drawable.nodpi_cmbrowser, -R.drawable.nodpi_cmupdater, -R.drawable.nodpi_coinbase, -R.drawable.nodpi_coloring, -R.drawable.nodpi_communitycompass, -R.drawable.nodpi_compass, -R.drawable.nodpi_connectbot, -R.drawable.nodpi_constellations, -R.drawable.nodpi_contactmerger, -R.drawable.nodpi_contacts, -R.drawable.nodpi_controldlna, -R.drawable.nodpi_conversations, -R.drawable.nodpi_coolreader, -R.drawable.nodpi_copay, -R.drawable.nodpi_counterme, -R.drawable.nodpi_criticalmaps, -R.drawable.nodpi_crocodilenote, -R.drawable.nodpi_crosswords, -R.drawable.nodpi_csipsimple, -R.drawable.nodpi_csploit2, -R.drawable.nodpi_cupsprint, -R.drawable.nodpi_cupsprintservice, -R.drawable.nodpi_currencyconverter, -R.drawable.nodpi_dashclock, -R.drawable.nodpi_datastats, -R.drawable.nodpi_davdroid, -R.drawable.nodpi_debiandroid, -R.drawable.nodpi_debiankit, -R.drawable.nodpi_defaulticon, -R.drawable.nodpi_deskcon, -R.drawable.nodpi_devicemanager, -R.drawable.nodpi_devtools, -R.drawable.nodpi_diasporadfa, -R.drawable.nodpi_diasporanw, -R.drawable.nodpi_diasporawebclient, -R.drawable.nodpi_dictionaryformids, -R.drawable.nodpi_diktofon, -R.drawable.nodpi_dilbert, -R.drawable.nodpi_dimmer, -R.drawable.nodpi_disablemanager, -R.drawable.nodpi_diskusage, -R.drawable.nodpi_dnsman, -R.drawable.nodpi_documents, -R.drawable.nodpi_documentviewer, -R.drawable.nodpi_doomytorch, -R.drawable.nodpi_downloads, -R.drawable.nodpi_driibo, -R.drawable.nodpi_drinks, -R.drawable.nodpi_droidfish, -R.drawable.nodpi_droidshows, -R.drawable.nodpi_droidupnp, -R.drawable.nodpi_droidwall, -R.drawable.nodpi_droidweignt, -R.drawable.nodpi_drumon, -R.drawable.nodpi_dspmanager, -R.drawable.nodpi_dsub, -R.drawable.nodpi_duckduckgo, -R.drawable.nodpi_duckduckgo2, -R.drawable.nodpi_dumbphoneassistant, -R.drawable.nodpi_easydice, -R.drawable.nodpi_easytoken, -R.drawable.nodpi_easyxkcd, -R.drawable.nodpi_eddymalou, -R.drawable.nodpi_editor920, -R.drawable.nodpi_effalerts, -R.drawable.nodpi_electrum, -R.drawable.nodpi_elementary, -R.drawable.nodpi_enigmandroid, -R.drawable.nodpi_ensichat, -R.drawable.nodpi_enumbers, -R.drawable.nodpi_episodes, -R.drawable.nodpi_epubreader, -R.drawable.nodpi_equate, -R.drawable.nodpi_etarcalendar, -R.drawable.nodpi_ethersynth, -R.drawable.nodpi_exchange, -R.drawable.nodpi_facebooknotifications, -R.drawable.nodpi_fastergps, -R.drawable.nodpi_fblite, -R.drawable.nodpi_fbreader, -R.drawable.nodpi_fdprivileged, -R.drawable.nodpi_fdroid, -R.drawable.nodpi_feedhive, -R.drawable.nodpi_fennec, -R.drawable.nodpi_ffreddit, -R.drawable.nodpi_ffupdater, -R.drawable.nodpi_fileexplorer, -R.drawable.nodpi_filemanager, -R.drawable.nodpi_filemanagerpro, -R.drawable.nodpi_filemanagersc, -R.drawable.nodpi_findmyphone, -R.drawable.nodpi_firefox, -R.drawable.nodpi_firewall, -R.drawable.nodpi_floatingstickies, -R.drawable.nodpi_flym, -R.drawable.nodpi_fmradio, -R.drawable.nodpi_focal, -R.drawable.nodpi_forecastie, -R.drawable.nodpi_forkhub, -R.drawable.nodpi_fortunes, -R.drawable.nodpi_freeminer, -R.drawable.nodpi_freeshisen, -R.drawable.nodpi_friendica, -R.drawable.nodpi_frozenbuble, -R.drawable.nodpi_ftpserver, -R.drawable.nodpi_gadgetbridge, -R.drawable.nodpi_galaxyzoo, -R.drawable.nodpi_gallery, -R.drawable.nodpi_game2048, -R.drawable.nodpi_gameboid, -R.drawable.nodpi_gappsbrowser, -R.drawable.nodpi_gearshift, -R.drawable.nodpi_getbackgps, -R.drawable.nodpi_ghostcommander, -R.drawable.nodpi_gigaget, -R.drawable.nodpi_github, -R.drawable.nodpi_gitlab, -R.drawable.nodpi_gloomydungeons, -R.drawable.nodpi_gltron, -R.drawable.nodpi_glucosio, -R.drawable.nodpi_gnucash, -R.drawable.nodpi_gnuprivacyguard, -R.drawable.nodpi_gobandroid, -R.drawable.nodpi_goblim, -R.drawable.nodpi_gpslogger, -R.drawable.nodpi_graph89, -R.drawable.nodpi_greenaddress, -R.drawable.nodpi_greenbits, -R.drawable.nodpi_gsmmap, -R.drawable.nodpi_gtalksms, -R.drawable.nodpi_hackerskeyboard, -R.drawable.nodpi_hashpass, -R.drawable.nodpi_hayai, -R.drawable.nodpi_heartobserve, -R.drawable.nodpi_help, -R.drawable.nodpi_hexiano, -R.drawable.nodpi_hn, -R.drawable.nodpi_holocounter, -R.drawable.nodpi_holokenmod, -R.drawable.nodpi_hwmanager, -R.drawable.nodpi_i2p, -R.drawable.nodpi_icecat, -R.drawable.nodpi_icsdroid, -R.drawable.nodpi_identiconizer, -R.drawable.nodpi_ifixit, -R.drawable.nodpi_imapnotes, -R.drawable.nodpi_impeller, -R.drawable.nodpi_impression, -R.drawable.nodpi_impressremote, -R.drawable.nodpi_imsicatcher, -R.drawable.nodpi_intentexplode, -R.drawable.nodpi_intheclear, -R.drawable.nodpi_ionotepad, -R.drawable.nodpi_irssiconnectbot, -R.drawable.nodpi_jadcompass, -R.drawable.nodpi_jamendo, -R.drawable.nodpi_jaws, -R.drawable.nodpi_jupiterbroadcast, -R.drawable.nodpi_justplayer, -R.drawable.nodpi_k9mail, -R.drawable.nodpi_kalgebra, -R.drawable.nodpi_kanadrill, -R.drawable.nodpi_kanji, -R.drawable.nodpi_kdeconnect, -R.drawable.nodpi_keepass2android, -R.drawable.nodpi_keepassdroid, -R.drawable.nodpi_keepscore, -R.drawable.nodpi_kerneladiutor, -R.drawable.nodpi_keypadmapper, -R.drawable.nodpi_kisslauncher, -R.drawable.nodpi_kiwix, -R.drawable.nodpi_kodi, -R.drawable.nodpi_kolabnotes, -R.drawable.nodpi_kontalk, -R.drawable.nodpi_kore, -R.drawable.nodpi_kungfoobarracuda, -R.drawable.nodpi_lcamera, -R.drawable.nodpi_lesserpad, -R.drawable.nodpi_lexica, -R.drawable.nodpi_liberario, -R.drawable.nodpi_libreoffice, -R.drawable.nodpi_libretasks, -R.drawable.nodpi_libretorrent, -R.drawable.nodpi_lightningbrowser, -R.drawable.nodpi_lildebi, -R.drawable.nodpi_linconnect, -R.drawable.nodpi_linphone, -R.drawable.nodpi_linuxdeploy, -R.drawable.nodpi_listmyapps, -R.drawable.nodpi_lkeyboard, -R.drawable.nodpi_localcalendar, -R.drawable.nodpi_locationprivacy, -R.drawable.nodpi_lockclock, -R.drawable.nodpi_logicaldefence, -R.drawable.nodpi_loopboard, -R.drawable.nodpi_loophabits, -R.drawable.nodpi_lumicall, -R.drawable.nodpi_mahjonggbuilder, -R.drawable.nodpi_mail, -R.drawable.nodpi_manman, -R.drawable.nodpi_mapsme, -R.drawable.nodpi_markers, -R.drawable.nodpi_materialplayer, -R.drawable.nodpi_mathdoku, -R.drawable.nodpi_mathtools, -R.drawable.nodpi_matrixconsole, -R.drawable.nodpi_maxima, -R.drawable.nodpi_maxsmain, -R.drawable.nodpi_meditationassistant, -R.drawable.nodpi_mercury, -R.drawable.nodpi_mibandnotifier, -R.drawable.nodpi_micopi, -R.drawable.nodpi_midisheetmusic, -R.drawable.nodpi_mifare, -R.drawable.nodpi_minetest, -R.drawable.nodpi_minilens, -R.drawable.nodpi_miniopenwlanmap, -R.drawable.nodpi_ministro, -R.drawable.nodpi_minumanga, -R.drawable.nodpi_mirakel, -R.drawable.nodpi_miros, -R.drawable.nodpi_mitzuli, -R.drawable.nodpi_mlmanager, -R.drawable.nodpi_mobilewebcam, -R.drawable.nodpi_moneybalance, -R.drawable.nodpi_mousetodon, -R.drawable.nodpi_movecerts, -R.drawable.nodpi_movim, -R.drawable.nodpi_mozstumbler, -R.drawable.nodpi_mpdroid, -R.drawable.nodpi_mtgfamiliar, -R.drawable.nodpi_multirommgr, -R.drawable.nodpi_mupdf, -R.drawable.nodpi_music, -R.drawable.nodpi_mustard, -R.drawable.nodpi_mustardmod, -R.drawable.nodpi_muzei, -R.drawable.nodpi_myapplist, -R.drawable.nodpi_mybanq, -R.drawable.nodpi_myexpenses, -R.drawable.nodpi_myownnotes, -R.drawable.nodpi_myposition, -R.drawable.nodpi_mythdroid, -R.drawable.nodpi_mythmote, -R.drawable.nodpi_mytronome, -R.drawable.nodpi_narau, -R.drawable.nodpi_navit, -R.drawable.nodpi_netguard, -R.drawable.nodpi_netmbuddy, -R.drawable.nodpi_netstat, -R.drawable.nodpi_networkdiscovery, -R.drawable.nodpi_networklog, -R.drawable.nodpi_networkmapper, -R.drawable.nodpi_newpipe, -R.drawable.nodpi_newsblur, -R.drawable.nodpi_nextcloud, -R.drawable.nodpi_nicecompass, -R.drawable.nodpi_nlpbackend, -R.drawable.nodpi_nlpconfig, -R.drawable.nodpi_nonsensenotepad, -R.drawable.nodpi_nostrangersms, -R.drawable.nodpi_notecipher, -R.drawable.nodpi_notepad, -R.drawable.nodpi_notificationnotes, -R.drawable.nodpi_nounours, -R.drawable.nodpi_ntpsync, -R.drawable.nodpi_oandbackup, -R.drawable.nodpi_oasvn, -R.drawable.nodpi_obscuracam, -R.drawable.nodpi_obsqr, -R.drawable.nodpi_ocreader, -R.drawable.nodpi_octodroid, -R.drawable.nodpi_oishoppinglist, -R.drawable.nodpi_omninotes, -R.drawable.nodpi_onetime, -R.drawable.nodpi_openbikesharing, -R.drawable.nodpi_opencamera, -R.drawable.nodpi_opencvengine, -R.drawable.nodpi_opendocumentreader, -R.drawable.nodpi_openexplorer, -R.drawable.nodpi_openflood, -R.drawable.nodpi_openimgur, -R.drawable.nodpi_openkeychain, -R.drawable.nodpi_openlaw, -R.drawable.nodpi_openlinkwith, -R.drawable.nodpi_openmensa, -R.drawable.nodpi_opennotescanner, -R.drawable.nodpi_openredmine, -R.drawable.nodpi_opentraining, -R.drawable.nodpi_openvpn, -R.drawable.nodpi_openvpnsettings, -R.drawable.nodpi_openwlanmap, -R.drawable.nodpi_opesudoku, -R.drawable.nodpi_orbot, -R.drawable.nodpi_orfox, -R.drawable.nodpi_orgzly, -R.drawable.nodpi_orwall, -R.drawable.nodpi_orweb, -R.drawable.nodpi_oscilloscope, -R.drawable.nodpi_osmand, -R.drawable.nodpi_osmbugs, -R.drawable.nodpi_osmonitor, -R.drawable.nodpi_osmtracker, -R.drawable.nodpi_osmuploader, -R.drawable.nodpi_otaupdate, -R.drawable.nodpi_otp, -R.drawable.nodpi_otpauth, -R.drawable.nodpi_overchan, -R.drawable.nodpi_owncloud, -R.drawable.nodpi_owncloudbeta, -R.drawable.nodpi_owncloudnews, -R.drawable.nodpi_owncloudnotes, -R.drawable.nodpi_owncloudsms, -R.drawable.nodpi_packlist, -R.drawable.nodpi_paddletennis, -R.drawable.nodpi_pageturner, -R.drawable.nodpi_palemoon, -R.drawable.nodpi_passandroid, -R.drawable.nodpi_passwdsafe, -R.drawable.nodpi_pdfreader, -R.drawable.nodpi_pedometer, -R.drawable.nodpi_pedometer2, -R.drawable.nodpi_performancecontrol, -R.drawable.nodpi_periodical, -R.drawable.nodpi_persiancalendar, -R.drawable.nodpi_pftpd, -R.drawable.nodpi_phone, -R.drawable.nodpi_piano, -R.drawable.nodpi_pipepanic, -R.drawable.nodpi_pixeldungeon, -R.drawable.nodpi_plumble, -R.drawable.nodpi_pocketmaps, -R.drawable.nodpi_podax, -R.drawable.nodpi_podlisten, -R.drawable.nodpi_politedroid, -R.drawable.nodpi_pomodoro, -R.drawable.nodpi_portauthority, -R.drawable.nodpi_ppsspp, -R.drawable.nodpi_practicehub, -R.drawable.nodpi_prboom, -R.drawable.nodpi_prefmanager, -R.drawable.nodpi_providersmedia, -R.drawable.nodpi_puff, -R.drawable.nodpi_puma, -R.drawable.nodpi_pwdhash, -R.drawable.nodpi_pwdstore, -R.drawable.nodpi_pyload, -R.drawable.nodpi_qksms, -R.drawable.nodpi_qksmspink, -R.drawable.nodpi_qrscanner, -R.drawable.nodpi_qrstream, -R.drawable.nodpi_quasseldroid, -R.drawable.nodpi_quickdic, -R.drawable.nodpi_quickdroid, -R.drawable.nodpi_quicklyric, -R.drawable.nodpi_quranandroid, -R.drawable.nodpi_rabbitescape, -R.drawable.nodpi_radiobeacon, -R.drawable.nodpi_rainwave, -R.drawable.nodpi_receipts, -R.drawable.nodpi_recurrence, -R.drawable.nodpi_recursiverunner, -R.drawable.nodpi_redditslide, -R.drawable.nodpi_redmoon, -R.drawable.nodpi_redpanal, -R.drawable.nodpi_redphone, -R.drawable.nodpi_redreader, -R.drawable.nodpi_regex, -R.drawable.nodpi_remotekeyboard, -R.drawable.nodpi_repay, -R.drawable.nodpi_retrobreaker, -R.drawable.nodpi_ring, -R.drawable.nodpi_ringdroid, -R.drawable.nodpi_riot, -R.drawable.nodpi_ripple, -R.drawable.nodpi_rmaps, -R.drawable.nodpi_rootverifier, -R.drawable.nodpi_rotationmanager, -R.drawable.nodpi_rpn, -R.drawable.nodpi_runnerup, -R.drawable.nodpi_sage, -R.drawable.nodpi_sand, -R.drawable.nodpi_satstat, -R.drawable.nodpi_saveforoffline, -R.drawable.nodpi_schessclock, -R.drawable.nodpi_scid, -R.drawable.nodpi_scrabble, -R.drawable.nodpi_screencast, -R.drawable.nodpi_screennotifications, -R.drawable.nodpi_scummvm, -R.drawable.nodpi_sdscanner, -R.drawable.nodpi_seadroid2, -R.drawable.nodpi_searchtool, -R.drawable.nodpi_secdroid, -R.drawable.nodpi_secrecy, -R.drawable.nodpi_sendreduced, -R.drawable.nodpi_sendwithftp, -R.drawable.nodpi_sensorssandbox, -R.drawable.nodpi_seriesguide, -R.drawable.nodpi_servestream, -R.drawable.nodpi_settings, -R.drawable.nodpi_settings2, -R.drawable.nodpi_sfen, -R.drawable.nodpi_sgit, -R.drawable.nodpi_shadereditor, -R.drawable.nodpi_shadowsocks, -R.drawable.nodpi_sharetoclipboard, -R.drawable.nodpi_shareviahttp, -R.drawable.nodpi_shatteredpixel, -R.drawable.nodpi_shoppinglist, -R.drawable.nodpi_sicmuplayer, -R.drawable.nodpi_sieben, -R.drawable.nodpi_signal, -R.drawable.nodpi_signalgenerator, -R.drawable.nodpi_silentnight, -R.drawable.nodpi_simplealarm, -R.drawable.nodpi_simpleexplorer, -R.drawable.nodpi_simplefilemanager, -R.drawable.nodpi_simplerss, -R.drawable.nodpi_simpletask, -R.drawable.nodpi_simtk, -R.drawable.nodpi_sipdroid, -R.drawable.nodpi_sismicsreader, -R.drawable.nodpi_slfms, -R.drawable.nodpi_slide, -R.drawable.nodpi_slightbackup, -R.drawable.nodpi_smarterwifimanager, -R.drawable.nodpi_smartnavi, -R.drawable.nodpi_sms, -R.drawable.nodpi_sms2, -R.drawable.nodpi_smsbackup, -R.drawable.nodpi_smsscheduler, -R.drawable.nodpi_smssecure, -R.drawable.nodpi_snooperstopper, -R.drawable.nodpi_snoopsnitch, -R.drawable.nodpi_solitaire, -R.drawable.nodpi_solitairecg, -R.drawable.nodpi_soundrecorder, -R.drawable.nodpi_soundwaves, -R.drawable.nodpi_sparserss, -R.drawable.nodpi_sparss, -R.drawable.nodpi_speedmeter, -R.drawable.nodpi_spiritf, -R.drawable.nodpi_squeez, -R.drawable.nodpi_standalonecalendar, -R.drawable.nodpi_stardroid, -R.drawable.nodpi_steamgifts, -R.drawable.nodpi_streetcomplete, -R.drawable.nodpi_subsonic, -R.drawable.nodpi_sudokufree, -R.drawable.nodpi_sudoq, -R.drawable.nodpi_sudowars, -R.drawable.nodpi_superuser, -R.drawable.nodpi_svgviewer, -R.drawable.nodpi_swiftnotes, -R.drawable.nodpi_swisschess, -R.drawable.nodpi_synapse, -R.drawable.nodpi_syncorg, -R.drawable.nodpi_syncthing, -R.drawable.nodpi_synergy, -R.drawable.nodpi_systemappmover, -R.drawable.nodpi_tabulae, -R.drawable.nodpi_tacere, -R.drawable.nodpi_tags, -R.drawable.nodpi_tanksoffreedom, -R.drawable.nodpi_tapandturn, -R.drawable.nodpi_tasks, -R.drawable.nodpi_tasks2, -R.drawable.nodpi_taskwarrior, -R.drawable.nodpi_td, -R.drawable.nodpi_teatimer, -R.drawable.nodpi_telegram, -R.drawable.nodpi_terminal, -R.drawable.nodpi_terminalemulator, -R.drawable.nodpi_terminightor, -R.drawable.nodpi_termux, -R.drawable.nodpi_testnet3, -R.drawable.nodpi_textfiction, -R.drawable.nodpi_textsecure, -R.drawable.nodpi_textwarrior, -R.drawable.nodpi_themes, -R.drawable.nodpi_tickmate, -R.drawable.nodpi_tigase, -R.drawable.nodpi_timber, -R.drawable.nodpi_timeriffic, -R.drawable.nodpi_tinfoilfb, -R.drawable.nodpi_tinfoiltw, -R.drawable.nodpi_tintbrowser, -R.drawable.nodpi_toffeed, -R.drawable.nodpi_togozip, -R.drawable.nodpi_tomdroid, -R.drawable.nodpi_torch, -R.drawable.nodpi_torchlight, -R.drawable.nodpi_traccar, -R.drawable.nodpi_transdroid, -R.drawable.nodpi_transdroidsearch, -R.drawable.nodpi_transdrone, -R.drawable.nodpi_transistor, -R.drawable.nodpi_transportr, -R.drawable.nodpi_trebuchet, -R.drawable.nodpi_tremotef, -R.drawable.nodpi_trickytripper, -R.drawable.nodpi_trolly, -R.drawable.nodpi_ttcomics, -R.drawable.nodpi_ttrss, -R.drawable.nodpi_tuner, -R.drawable.nodpi_turboeditor, -R.drawable.nodpi_turtl, -R.drawable.nodpi_tutanota, -R.drawable.nodpi_tuxemon, -R.drawable.nodpi_tuxpaint, -R.drawable.nodpi_tuxpaintconfig, -R.drawable.nodpi_tuxrider, -R.drawable.nodpi_tvkill, -R.drawable.nodpi_twidere, -R.drawable.nodpi_twittnuker, -R.drawable.nodpi_uget, -R.drawable.nodpi_ukweather, -R.drawable.nodpi_umbrella, -R.drawable.nodpi_vanillamusic, -R.drawable.nodpi_vectorpinball, -R.drawable.nodpi_vespucci, -R.drawable.nodpi_videoeditor, -R.drawable.nodpi_vimtouch, -R.drawable.nodpi_visualbitcoin, -R.drawable.nodpi_vlc, -R.drawable.nodpi_voicedialer, -R.drawable.nodpi_voicerecorder, -R.drawable.nodpi_vudroid, -R.drawable.nodpi_vxconnectbot, -R.drawable.nodpi_wakeonlan, -R.drawable.nodpi_wallabag, -R.drawable.nodpi_wallpaper, -R.drawable.nodpi_wally, -R.drawable.nodpi_weathernotification, -R.drawable.nodpi_webapps, -R.drawable.nodpi_webcamviewer, -R.drawable.nodpi_webopac, -R.drawable.nodpi_webtube, -R.drawable.nodpi_weechat, -R.drawable.nodpi_wetter, -R.drawable.nodpi_whatsappbetaupdater, -R.drawable.nodpi_wheelmap, -R.drawable.nodpi_whisperpush, -R.drawable.nodpi_whohasmystuff, -R.drawable.nodpi_wifianalyzer, -R.drawable.nodpi_wificamera, -R.drawable.nodpi_wifikeyboard, -R.drawable.nodpi_wifikeyshare, -R.drawable.nodpi_wifikeyview, -R.drawable.nodpi_wifimatic, -R.drawable.nodpi_wifiwarning, -R.drawable.nodpi_wigle, -R.drawable.nodpi_wikijourney, -R.drawable.nodpi_wikimedia, -R.drawable.nodpi_wikipedia, -R.drawable.nodpi_wiktionary, -R.drawable.nodpi_wordpress, -R.drawable.nodpi_worktime, -R.drawable.nodpi_worldclock, -R.drawable.nodpi_wpgen, -R.drawable.nodpi_wppolice, -R.drawable.nodpi_writeily, -R.drawable.nodpi_xabber, -R.drawable.nodpi_xbmc, -R.drawable.nodpi_xdafeedreader, -R.drawable.nodpi_xkcdviewer, -R.drawable.nodpi_xposed, -R.drawable.nodpi_xposeddownloader, -R.drawable.nodpi_xprivacy, -R.drawable.nodpi_xsdl, -R.drawable.nodpi_yaab, -R.drawable.nodpi_yaacc, -R.drawable.nodpi_yaaic, -R.drawable.nodpi_yahtzee, -R.drawable.nodpi_yaxim, -R.drawable.nodpi_yubico, - - }; - - private ArrayList<LinearLayout> layoutList = new ArrayList<>(); - private ArrayList<ImageView> imageList = new ArrayList<>(); - - @Override - protected void onCreate( Bundle savedInstanceState ) { - - super.onCreate( savedInstanceState ); - - if( IceScreenUtils.isPortrait( getApplicationContext() ) ) - createLayout( 7 ); - else { - createLayout( 12 ); - } - } - - private void createLayout( int width ) { - - float scale = IceScreenUtils.densityScale( getApplicationContext() ); - int margin = 16 * Math.round( scale ); - - LinearLayout.LayoutParams baseParams = new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT ); - LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT ); - LinearLayout.LayoutParams containerParams = new LinearLayout.LayoutParams( LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT ); - LinearLayout.LayoutParams imageParams = new LinearLayout.LayoutParams( LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT, 1f ); - - ScrollView baseScroller = new ScrollView( this ); - baseScroller.setLayoutParams( baseParams ); - baseScroller.setBackgroundColor( 0xff000000 ); - setContentView( baseScroller ); - baseScroller.setVisibility( View.VISIBLE ); - - // display width hack - - Rect windowRect = new Rect(); - baseScroller.getWindowVisibleDisplayFrame(windowRect); - int windowWidth = windowRect.right - windowRect.left; - - LinearLayout baseLayout = new LinearLayout( this ); - baseLayout.setOrientation( LinearLayout.VERTICAL ); - baseLayout.setLayoutParams( layoutParams ); - baseLayout.setPadding( margin, margin, 0, 0 ); - baseScroller.addView( baseLayout ); - - for( int i =0; i < mImages.length; i++ ) { - - if( ( i%width ) == 0 ) { - - layoutList.add((i / width), new LinearLayout(this)); - layoutList.get(i / width).setOrientation(LinearLayout.HORIZONTAL); - layoutList.get(i / width).setGravity(Gravity.LEFT); - layoutList.get(i / width).setLayoutParams(containerParams); - - baseLayout.addView(layoutList.get(i / width)); - } - - imageList.add( i, new ImageView( this ) ); - imageList.get(i).setLayoutParams( imageParams ); - imageList.get(i).setScaleType( ImageView.ScaleType.FIT_XY ); - imageList.get(i).setPadding( 0, 0, margin, margin ); - IceImageUtils.bitmapLoadAsync( imageList.get(i), getApplicationContext().getResources(), mImages[i], ( windowWidth / width ) - ( margin * width + margin ) / width, ( windowWidth / width ) - ( margin * width + margin ) / width ); - imageList.get(i).setAdjustViewBounds( true ); - layoutList.get( i / width ).addView( imageList.get(i) ); - } - } -} \ No newline at end of file diff --git a/app/src/main/java/org/xphnx/ameixa/LicenseActivity.java b/app/src/main/java/org/xphnx/ameixa/LicenseActivity.java index 5f16fa124..bc085ff7c 100644 --- a/app/src/main/java/org/xphnx/ameixa/LicenseActivity.java +++ b/app/src/main/java/org/xphnx/ameixa/LicenseActivity.java @@ -1,15 +1,12 @@ package org.xphnx.ameixa; import android.content.Intent; -import android.graphics.drawable.BitmapDrawable; import android.net.Uri; +import android.os.Bundle; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; -import android.os.Bundle; import android.view.Gravity; import android.view.View; -import android.view.ViewGroup; -import android.widget.Button; import android.widget.LinearLayout; import android.widget.TextView; @@ -39,7 +36,7 @@ public class LicenseActivity extends AppCompatActivity { LinearLayout baseLayout = new LinearLayout( this ); baseLayout.setOrientation( LinearLayout.VERTICAL ); baseLayout.setLayoutParams( new LinearLayout.LayoutParams( LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.MATCH_PARENT ) ); - baseLayout.setGravity( Gravity.LEFT ); + baseLayout.setGravity( Gravity.START ); frameLayout.addView( baseLayout ); // gpl button @@ -63,7 +60,7 @@ public class LicenseActivity extends AppCompatActivity { }); TextView sourceText = new TextView( this ); - sourceText.setText( "This program's source code is avaiable under the GNU General Public License v3." ); + sourceText.setText( R.string.codelicense); sourceText.setTextSize( 16 ); sourceText.setTextColor( ContextCompat.getColor( getApplicationContext(), R.color.colorPrimaryDark) ); sourceText.setPadding( padding, padding, padding, padding ); @@ -91,7 +88,7 @@ public class LicenseActivity extends AppCompatActivity { }); TextView aboutText = new TextView( this ); - aboutText.setText( "The images included in this program are avaiable under the Creative Commons Attribution Share Alike 4.0 license, except for non-compatible derivates licenses (See credits)." ); + aboutText.setText( R.string.imageslicense ); aboutText.setTextSize( 16 ); aboutText.setTextColor( 0xffffffff ); aboutText.setPadding( padding, padding, padding, padding ); @@ -101,14 +98,14 @@ public class LicenseActivity extends AppCompatActivity { public void gplLink( View v ) { - Uri uri = Uri.parse( "http://choosealicense.com/licenses/gpl-3.0/" ); + Uri uri = Uri.parse( getString(R.string.urlgplv3) ); Intent intent = new Intent( Intent.ACTION_VIEW, uri ); startActivity( intent ); } public void ccLink( View v ) { - Uri uri = Uri.parse( "https://creativecommons.org/licenses/by-sa/4.0/" ); + Uri uri = Uri.parse( getString(R.string.urlccbysa4) ); Intent intent = new Intent( Intent.ACTION_VIEW, uri ); startActivity( intent ); } diff --git a/app/src/main/java/org/xphnx/ameixa/MainActivity.java b/app/src/main/java/org/xphnx/ameixa/MainActivity.java index 3fd91311f..0f60fe8b2 100644 --- a/app/src/main/java/org/xphnx/ameixa/MainActivity.java +++ b/app/src/main/java/org/xphnx/ameixa/MainActivity.java @@ -39,41 +39,10 @@ public class MainActivity extends AppCompatActivity { LinearLayout baseLayout = new LinearLayout( this ); baseLayout.setOrientation( LinearLayout.VERTICAL ); baseLayout.setLayoutParams( new LinearLayout.LayoutParams( LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.MATCH_PARENT ) ); - baseLayout.setGravity( Gravity.LEFT ); + baseLayout.setGravity( Gravity.START ); frameLayout.addView( baseLayout ); - // icon view button - - LinearLayout iconLayout = new LinearLayout( this ); - iconLayout.setOrientation( LinearLayout.HORIZONTAL ); - iconLayout.setLayoutParams( smallLayoutParams ); - iconLayout.setGravity( Gravity.CENTER_VERTICAL ); - baseLayout.addView( iconLayout ); - - LinearLayout iconClickLayout = new LinearLayout( this ); - iconClickLayout.setOrientation( LinearLayout.HORIZONTAL ); - iconClickLayout.setLayoutParams( new LinearLayout.LayoutParams( LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT ) ); - iconClickLayout.setGravity( Gravity.CENTER ); - iconLayout.addView( iconClickLayout ); - iconClickLayout.setOnClickListener( new View.OnClickListener() { - @Override - public void onClick( View v ) { - iconView( v ); - } - }); - - Button iconButton = new Button( this ); - iconButton.setLayoutParams( buttonParams ); - iconButton.setBackground( new BitmapDrawable( getResources(), IceImageUtils.bitmapLoad( getApplicationContext().getResources(), R.drawable.ic_icon_button, Math.round( 48 * scale ), Math.round( 48 * scale ) ) ) ); - iconClickLayout.addView( iconButton ); - - TextView iconText = new TextView( this ); - iconText.setText( "view icons" ); - iconText.setTextSize( 24 ); - iconText.setTextColor( ContextCompat.getColor( getApplicationContext(), R.color.colorPrimaryDark) ); - iconText.setPadding( 64, 64, 64, 64 ); - iconClickLayout.addView( iconText ); // source code button @@ -101,7 +70,7 @@ public class MainActivity extends AppCompatActivity { sourceClickLayout.addView( sourceButton ); TextView sourceText = new TextView( this ); - sourceText.setText( "source code" ); + sourceText.setText( R.string.sourcecodetext ); sourceText.setTextSize( 24 ); sourceText.setTextColor( ContextCompat.getColor( getApplicationContext(), R.color.colorPrimaryDark) ); sourceText.setPadding(64, 64, 64, 64); @@ -133,7 +102,7 @@ public class MainActivity extends AppCompatActivity { aboutClickLayout.addView( aboutButton ); TextView aboutText = new TextView( this ); - aboutText.setText( "license" ); + aboutText.setText( R.string.licensetext ); aboutText.setTextSize( 24 ); aboutText.setTextColor( ContextCompat.getColor( getApplicationContext(), R.color.colorPrimaryDark) ); aboutText.setPadding(64, 64, 64, 64); @@ -143,16 +112,11 @@ public class MainActivity extends AppCompatActivity { public void gitLink( View v ) { - Uri uri = Uri.parse( "https://gitlab.com/xphnx/ameixa" ); + Uri uri = Uri.parse( getString(R.string.sourcecodelink) ); Intent intent = new Intent( Intent.ACTION_VIEW, uri ); startActivity( intent ); } - public void iconView( View v ) { - - Intent intent = new Intent( this, IconActivity.class ); - startActivity( intent ); - } public void licenseShow( View v ) { diff --git a/app/src/main/res/drawable-hdpi/onetime.png b/app/src/main/res/drawable-hdpi/onetime.png deleted file mode 100644 index 6ef66fbcfb52e8f64ade8eac538c9a621a2e661e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2390 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 XoGu&JUiCu^3=9mOu6{1-oD!M<k==B$ diff --git a/app/src/main/res/drawable-mdpi/onetime.png b/app/src/main/res/drawable-mdpi/onetime.png deleted file mode 100644 index b85ab36c9ae3b965a11a99252fedcdebf1f57d97..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1544 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 diff --git a/app/src/main/res/drawable-nodpi/nodpi_onetime.png b/app/src/main/res/drawable-nodpi/nodpi_onetime.png deleted file mode 100644 index 3bfef8dab004bed0e6ef15ced1eb04dcf9c546fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15647 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 P9nK7%u6{1-oD!M<65MKR diff --git a/app/src/main/res/drawable-xhdpi/onetime.png b/app/src/main/res/drawable-xhdpi/onetime.png deleted file mode 100644 index c921308fe1eda7ffa98c81f4e4437503ebd39890..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3393 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 diff --git a/app/src/main/res/drawable-xxhdpi/onetime.png b/app/src/main/res/drawable-xxhdpi/onetime.png deleted file mode 100644 index e5cb1bd25afe49bc3b8ad64f72fecbdcdc39dc64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5224 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 diff --git a/app/src/main/res/drawable-xxxhdpi/onetime.png b/app/src/main/res/drawable-xxxhdpi/onetime.png deleted file mode 100644 index f2fbc6d30c6fb1d10e0ec494cdcc8aaff3fd9d4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7240 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 OFnGH9xvX<aXaWF1Bvso0 diff --git a/app/src/main/res/layout/layout.xml b/app/src/main/res/layout/layout.xml new file mode 100644 index 000000000..44dc0cb29 --- /dev/null +++ b/app/src/main/res/layout/layout.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + + <TextView android:id="@+id/text" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Hello, I am a TextView" + android:layout_alignParentTop="true" + android:layout_alignLeft="@+id/button" + android:layout_alignStart="@+id/button" + android:layout_marginTop="74dp" /> + + <Button + android:id="@+id/button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Hello, I am a Button" + android:layout_marginLeft="28dp" + android:layout_marginStart="28dp" + android:layout_marginTop="35dp" + android:layout_below="@+id/text" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" /> + +</RelativeLayout> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9c401199c..8fbab4653 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,12 @@ <resources> <string name="app_name">Ameixa</string> + <string name="sourcecodetext">source code</string> + <string name="licensetext">license</string> + <string name="sourcecodelink">https://gitlab.com/xphnx/ameixa</string> + <string name="codelicense">This program\'s source code is avaiable under the GNU General Public License v3.</string> + <string name="imageslicense">The images included in this program are avaiable under the Creative Commons Attribution Share Alike 4.0 license, except for non-compatible derivates licenses (See credits).</string> + <string name="urlgplv3">http://choosealicense.com/licenses/gpl-3.0/</string> + <string name="urlccbysa4">https://creativecommons.org/licenses/by-sa/4.0/</string> <bool name="config_iconpack">true</bool> </resources> diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.jpg b/fastlane/metadata/android/en-US/images/featureGraphic.jpg deleted file mode 100644 index 46abfdedc321825925737de30b8b9691a0898a50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28174 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 diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png deleted file mode 100644 index a51639a33b3465aba13ef074715acaf36abc5909..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18760 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 Y|9fO_GHS`+cn{Ly>FVdQ&MBb@0A1*McmMzZ diff --git a/fastlane/metadata/android/es-ES/images/featureGraphic.jpg b/fastlane/metadata/android/es-ES/images/featureGraphic.jpg deleted file mode 100644 index 46abfdedc321825925737de30b8b9691a0898a50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28174 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 diff --git a/fastlane/metadata/android/es-ES/images/icon.png b/fastlane/metadata/android/es-ES/images/icon.png deleted file mode 100644 index a51639a33b3465aba13ef074715acaf36abc5909..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18760 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 Y|9fO_GHS`+cn{Ly>FVdQ&MBb@0A1*McmMzZ diff --git a/svgs/svg_templates_twelf/lime.svg b/svgs/svg_templates_twelf/lime.svg deleted file mode 100644 index db37c00f5..000000000 --- a/svgs/svg_templates_twelf/lime.svg +++ /dev/null @@ -1,2390 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="lime.svg" - inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" - inkscape:export-xdpi="640" - inkscape:export-ydpi="640"> - <title - id="title3766">Twelf Icon Template</title> - <defs - id="defs4"> - <linearGradient - id="linearGradient5306"> - <stop - style="stop-color:#ffffff;stop-opacity:0.09876543;" - offset="0" - id="stop5308" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop5310" /> - </linearGradient> - <linearGradient - id="linearGradient5290"> - <stop - style="stop-color:#00ffff;stop-opacity:0.09803922;" - offset="0" - id="stop5292" /> - <stop - id="stop6740" - offset="0.5" - style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> - <stop - style="stop-color:#00ff00;stop-opacity:0;" - offset="1" - id="stop5294" /> - </linearGradient> - <linearGradient - id="linearGradient5188"> - <stop - style="stop-color:#64b5f6;stop-opacity:0.24705882;" - offset="0" - id="stop5198" /> - <stop - style="stop-color:#64b5f6;stop-opacity:0;" - offset="1" - id="stop5192" /> - </linearGradient> - <linearGradient - id="linearGradient3975" - osb:paint="solid"> - <stop - style="stop-color:#ff5555;stop-opacity:1;" - offset="0" - id="stop3977" /> - </linearGradient> - <linearGradient - id="linearGradient3969" - osb:paint="solid"> - <stop - style="stop-color:#87cdde;stop-opacity:1;" - offset="0" - id="stop3971" /> - </linearGradient> - <filter - id="filter3945" - inkscape:label="filtro1" - x="0" - y="6" - width="1.2" - color-interpolation-filters="sRGB"> - <feDiffuseLighting - id="feDiffuseLighting3947" - lighting-color="#fdfdfd" - surfaceScale="121.49533081" - diffuseConstant="28.44827652" /> - </filter> - <filter - inkscape:label="Drop Shadow" - id="filter3979" - color-interpolation-filters="sRGB"> - <feFlood - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood3981" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite3983" /> - <feGaussianBlur - stdDeviation="6" - result="blur" - id="feGaussianBlur3985" /> - <feOffset - dx="0" - dy="6" - result="offset" - id="feOffset3987" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="fbSourceGraphic" - id="feComposite3989" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3991" /> - <feFlood - id="feFlood3993" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3995" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3997" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset3999" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite4001" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="composite2" /> - </filter> - <filter - style="color-interpolation-filters:sRGB;" - inkscape:label="Drop Shadow" - id="filter3876"> - <feFlood - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood3878" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite3880" /> - <feGaussianBlur - in="composite" - stdDeviation="6" - result="blur" - id="feGaussianBlur3882" /> - <feOffset - dx="0" - dy="6" - result="offset" - id="feOffset3884" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="fbSourceGraphic" - id="feComposite3886" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3888" /> - <feFlood - id="feFlood3890" - flood-opacity="0.397" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3892" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3894" - in="composite" - stdDeviation="19.2" - result="blur" /> - <feOffset - id="feOffset3896" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3898" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3900" /> - <feFlood - id="feFlood3902" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3904" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3906" - in="composite" - stdDeviation="19.2" - result="blur" /> - <feOffset - id="feOffset3908" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3910" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3912" /> - <feFlood - id="feFlood3914" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3916" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3918" - in="composite" - stdDeviation="26.1" - result="blur" /> - <feOffset - id="feOffset3920" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3922" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3924" /> - <feFlood - id="feFlood3926" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3928" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3930" - in="composite" - stdDeviation="35.7" - result="blur" /> - <feOffset - id="feOffset3932" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3934" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3936" /> - <feFlood - id="feFlood3938" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3940" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3942" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset3944" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3946" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3948" /> - <feFlood - id="feFlood3950" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3952" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3954" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3956" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3958" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3960" /> - <feFlood - id="feFlood3962" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3964" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3966" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3968" - dx="0" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3970" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3972" /> - <feFlood - id="feFlood3974" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3976" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3978" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3980" - dx="3.6" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3982" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3984" /> - <feFlood - id="feFlood3986" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3988" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3990" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3992" - dx="9.6" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3994" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3996" /> - <feFlood - id="feFlood3998" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4000" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4002" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4004" - dx="1.2" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4006" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4008" /> - <feFlood - id="feFlood4010" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4012" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4014" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4016" - dx="-1.4" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4018" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4020" /> - <feFlood - id="feFlood4022" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4024" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4026" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4028" - dx="0.3" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4030" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4032" /> - <feFlood - id="feFlood4034" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4036" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4038" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4040" - dx="-8.04912e-16" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4042" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4044" /> - <feFlood - id="feFlood4046" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4048" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4050" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4052" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4054" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4056" /> - <feFlood - id="feFlood4058" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4060" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4062" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4064" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4066" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4080" /> - <feFlood - id="feFlood4082" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4084" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4086" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4088" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4090" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4092" /> - <feFlood - id="feFlood4094" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4096" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4098" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4100" - dx="-8.04912e-16" - dy="7.7" - result="offset" /> - <feComposite - id="feComposite4102" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4104" /> - <feFlood - id="feFlood4106" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4108" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4110" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4112" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4114" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4116" /> - <feFlood - id="feFlood4118" - flood-opacity="0.5" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4120" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4122" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4124" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4126" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4128" /> - <feFlood - id="feFlood4130" - flood-opacity="0.3" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4132" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4134" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4136" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4138" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4140" /> - <feFlood - id="feFlood4142" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4144" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4146" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4148" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4150" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4152" /> - <feFlood - id="feFlood4154" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4156" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4158" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4160" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4162" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4164" /> - <feFlood - id="feFlood4166" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4168" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4170" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4172" - dx="-8.04912e-16" - dy="6" - result="offset" /> - <feComposite - id="feComposite4174" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="composite2" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4524" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4526" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8-5" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0-2" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8-5-2" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0-2-7" /> - </filter> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5306" - id="radialGradient5296" - cx="9" - cy="1032.1122" - fx="9" - fy="1032.1122" - r="10.125" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5306" - id="linearGradient5312" - x1="-15.75" - y1="1029.2997" - x2="23.625" - y2="1029.2997" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient3783-1"> - <stop - id="stop3785-2" - offset="0" - style="stop-color:#1e94d3;stop-opacity:1;" /> - <stop - style="stop-color:#1e94d3;stop-opacity:1;" - offset="1" - id="stop3803-6" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="50" - x2="30" - y1="90" - x1="-10" - id="linearGradient3827-7" - xlink:href="#linearGradient3783-1" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="50" - x2="30" - y1="90" - x1="-10" - id="linearGradient3827" - xlink:href="#linearGradient3783" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3783"> - <stop - id="stop3785" - offset="0" - style="stop-color:#1e94d3;stop-opacity:1;" /> - <stop - style="stop-color:#1e94d3;stop-opacity:1;" - offset="1" - id="stop3803" /> - </linearGradient> - <linearGradient - id="linearGradient3821"> - <stop - id="stop3823" - offset="0" - style="stop-color:#37aee2;stop-opacity:1;" /> - <stop - id="stop3825" - offset="1" - style="stop-color:#1e96c8;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3829"> - <stop - style="stop-color:#1f96d4;stop-opacity:1;" - offset="0" - id="stop3831" /> - <stop - style="stop-color:#37aee2;stop-opacity:1;" - offset="1" - id="stop3833" /> - </linearGradient> - <linearGradient - id="linearGradient3877"> - <stop - id="stop3879" - offset="0" - style="stop-color:#eff7fc;stop-opacity:1;" /> - <stop - id="stop3881" - offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3689"> - <stop - id="stop3691" - offset="0" - style="stop-color:#f68000;stop-opacity:1;" /> - <stop - id="stop3693" - offset="1" - style="stop-color:#fd9800;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3675"> - <stop - id="stop3677" - offset="0" - style="stop-color:#ffb900;stop-opacity:1;" /> - <stop - id="stop3679" - offset="1" - style="stop-color:#ffd76b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="463.26218" - x2="412.23013" - y1="461.92139" - x1="-113.89329" - gradientUnits="userSpaceOnUse" - id="linearGradient3840" - xlink:href="#linearGradient3675" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3634"> - <stop - style="stop-color:#7a8288;stop-opacity:1;" - offset="0" - id="stop3636" /> - <stop - id="stop3638" - offset="0.07633271" - style="stop-color:#9fa3a7;stop-opacity:1;" /> - <stop - style="stop-color:#7d858b;stop-opacity:1;" - offset="1" - id="stop3640" /> - </linearGradient> - <linearGradient - y2="12.703197" - x2="151.34604" - y1="-0.64152896" - x1="107.20918" - gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" - gradientUnits="userSpaceOnUse" - id="linearGradient3838" - xlink:href="#linearGradient3634" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3712"> - <stop - id="stop3714" - offset="0" - style="stop-color:#a1abb2;stop-opacity:1;" /> - <stop - style="stop-color:#eaeced;stop-opacity:1;" - offset="0.14824273" - id="stop3720" /> - <stop - id="stop3716" - offset="1" - style="stop-color:#c6ccd0;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="27.389442" - x2="164.75943" - y1="12.640625" - x1="104.88638" - gradientUnits="userSpaceOnUse" - id="linearGradient3836" - xlink:href="#linearGradient3712" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3702"> - <stop - id="stop3704" - offset="0" - style="stop-color:#7a8288;stop-opacity:1;" /> - <stop - style="stop-color:#9fa3a7;stop-opacity:1;" - offset="0.5288403" - id="stop3710" /> - <stop - id="stop3706" - offset="1" - style="stop-color:#7d858b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="268.41544" - x2="334.03125" - y1="252.48438" - x1="18.875" - gradientUnits="userSpaceOnUse" - id="linearGradient3834" - xlink:href="#linearGradient3702" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3626"> - <stop - style="stop-color:#a1abb2;stop-opacity:1;" - offset="0" - id="stop3628" /> - <stop - id="stop3630" - offset="0.08297831" - style="stop-color:#eaeced;stop-opacity:1;" /> - <stop - style="stop-color:#c6ccd0;stop-opacity:1;" - offset="1" - id="stop3632" /> - </linearGradient> - <linearGradient - y2="290.6998" - x2="278.4324" - y1="228.59993" - x1="44.103722" - gradientUnits="userSpaceOnUse" - id="linearGradient3832" - xlink:href="#linearGradient3626" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3646"> - <stop - id="stop3648" - offset="0" - style="stop-color:#f48200;stop-opacity:0;" /> - <stop - style="stop-color:#f48200;stop-opacity:0.72784811;" - offset="0.58887613" - id="stop3654" /> - <stop - id="stop3658" - offset="0.81621653" - style="stop-color:#cc5f00;stop-opacity:1;" /> - <stop - id="stop3650" - offset="1" - style="stop-color:#a43d00;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="55.356419" - x2="261.62219" - y1="70.105232" - x1="115.20164" - gradientUnits="userSpaceOnUse" - id="linearGradient3830" - xlink:href="#linearGradient3646" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3668"> - <stop - style="stop-color:#9b4400;stop-opacity:1;" - offset="0" - id="stop3670" /> - <stop - style="stop-color:#e56300;stop-opacity:1;" - offset="1" - id="stop3672" /> - </linearGradient> - <linearGradient - y2="108.98846" - x2="93.522026" - y1="102.28447" - x1="64.751183" - gradientUnits="userSpaceOnUse" - id="linearGradient3828" - xlink:href="#linearGradient3668" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3649"> - <stop - id="stop3651" - offset="0" - style="stop-color:#e26400;stop-opacity:1;" /> - <stop - id="stop3653" - offset="1" - style="stop-color:#ffb900;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="125.31633" - x2="44.375881" - y1="100.34167" - x1="40.775471" - gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" - gradientUnits="userSpaceOnUse" - id="linearGradient3826" - xlink:href="#linearGradient3649" - inkscape:collect="always" /> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - id="perspective3852" /> - <inkscape:perspective - id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" - sodipodi:type="inkscape:persp3d" /> - <linearGradient - id="linearGradient3689-2"> - <stop - id="stop3691-2" - offset="0" - style="stop-color:#f68000;stop-opacity:1;" /> - <stop - id="stop3693-3" - offset="1" - style="stop-color:#fd9800;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3675-8"> - <stop - id="stop3677-4" - offset="0" - style="stop-color:#ffb900;stop-opacity:1;" /> - <stop - id="stop3679-7" - offset="1" - style="stop-color:#ffd76b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="463.26218" - x2="412.23013" - y1="461.92139" - x1="-113.89329" - gradientUnits="userSpaceOnUse" - id="linearGradient3840-4" - xlink:href="#linearGradient3675-8" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3634-7"> - <stop - style="stop-color:#7a8288;stop-opacity:1;" - offset="0" - id="stop3636-4" /> - <stop - id="stop3638-6" - offset="0.07633271" - style="stop-color:#9fa3a7;stop-opacity:1;" /> - <stop - style="stop-color:#7d858b;stop-opacity:1;" - offset="1" - id="stop3640-9" /> - </linearGradient> - <linearGradient - y2="12.703197" - x2="151.34604" - y1="-0.64152896" - x1="107.20918" - gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" - gradientUnits="userSpaceOnUse" - id="linearGradient3838-1" - xlink:href="#linearGradient3634-7" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3712-7"> - <stop - id="stop3714-7" - offset="0" - style="stop-color:#a1abb2;stop-opacity:1;" /> - <stop - style="stop-color:#eaeced;stop-opacity:1;" - offset="0.14824273" - id="stop3720-2" /> - <stop - id="stop3716-3" - offset="1" - style="stop-color:#c6ccd0;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="27.389442" - x2="164.75943" - y1="12.640625" - x1="104.88638" - gradientUnits="userSpaceOnUse" - id="linearGradient3836-7" - xlink:href="#linearGradient3712-7" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3702-3"> - <stop - id="stop3704-5" - offset="0" - style="stop-color:#7a8288;stop-opacity:1;" /> - <stop - style="stop-color:#9fa3a7;stop-opacity:1;" - offset="0.5288403" - id="stop3710-4" /> - <stop - id="stop3706-4" - offset="1" - style="stop-color:#7d858b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="268.41544" - x2="334.03125" - y1="252.48438" - x1="18.875" - gradientUnits="userSpaceOnUse" - id="linearGradient3834-9" - xlink:href="#linearGradient3702-3" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3626-6"> - <stop - style="stop-color:#a1abb2;stop-opacity:1;" - offset="0" - id="stop3628-0" /> - <stop - id="stop3630-5" - offset="0.08297831" - style="stop-color:#eaeced;stop-opacity:1;" /> - <stop - style="stop-color:#c6ccd0;stop-opacity:1;" - offset="1" - id="stop3632-7" /> - </linearGradient> - <linearGradient - y2="290.6998" - x2="278.4324" - y1="228.59993" - x1="44.103722" - gradientUnits="userSpaceOnUse" - id="linearGradient3832-3" - xlink:href="#linearGradient3626-6" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3646-6"> - <stop - id="stop3648-6" - offset="0" - style="stop-color:#f48200;stop-opacity:0;" /> - <stop - style="stop-color:#f48200;stop-opacity:0.72784811;" - offset="0.58887613" - id="stop3654-6" /> - <stop - id="stop3658-4" - offset="0.81621653" - style="stop-color:#cc5f00;stop-opacity:1;" /> - <stop - id="stop3650-0" - offset="1" - style="stop-color:#a43d00;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="55.356419" - x2="261.62219" - y1="70.105232" - x1="115.20164" - gradientUnits="userSpaceOnUse" - id="linearGradient3830-6" - xlink:href="#linearGradient3646-6" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3668-5"> - <stop - style="stop-color:#9b4400;stop-opacity:1;" - offset="0" - id="stop3670-3" /> - <stop - style="stop-color:#e56300;stop-opacity:1;" - offset="1" - id="stop3672-2" /> - </linearGradient> - <linearGradient - y2="108.98846" - x2="93.522026" - y1="102.28447" - x1="64.751183" - gradientUnits="userSpaceOnUse" - id="linearGradient3828-1" - xlink:href="#linearGradient3668-5" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3649-3"> - <stop - id="stop3651-9" - offset="0" - style="stop-color:#e26400;stop-opacity:1;" /> - <stop - id="stop3653-7" - offset="1" - style="stop-color:#ffb900;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="125.31633" - x2="44.375881" - y1="100.34167" - x1="40.775471" - gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" - gradientUnits="userSpaceOnUse" - id="linearGradient3826-1" - xlink:href="#linearGradient3649-3" - inkscape:collect="always" /> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - id="perspective3852-5" /> - <inkscape:perspective - id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" - sodipodi:type="inkscape:persp3d" /> - <linearGradient - id="linearGradient2460" - y2="44.984001" - gradientUnits="userSpaceOnUse" - x2="19.360001" - y1="21.030804" - x1="19.244999"> - <stop - id="stop3602" - style="stop-color:#fafafa;stop-opacity:1;" - offset="0" /> - <stop - id="stop3604" - style="stop-color:#f0f0f0;stop-opacity:1;" - offset="1" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2460" - id="linearGradient3157" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" - x1="18.930269" - y1="6.2951212" - x2="19.360001" - y2="36.643665" /> - <linearGradient - id="linearGradient5479-2"> - <stop - id="stop5481-7" - offset="0" - style="stop-color:#be5300;stop-opacity:1;" /> - <stop - style="stop-color:#f07300;stop-opacity:1" - offset="0.76255572" - id="stop5483-4" /> - <stop - id="stop5485-2" - offset="1" - style="stop-color:#e67700;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="134.64415" - x2="128.50706" - y1="101.1183" - x1="4.1104655" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - gradientUnits="userSpaceOnUse" - id="linearGradient3900" - xlink:href="#linearGradient5479-2" - inkscape:collect="always" /> - <linearGradient - id="linearGradient5479-6"> - <stop - style="stop-color:#be5300;stop-opacity:1;" - offset="0" - id="stop5481-6" /> - <stop - id="stop5483-0" - offset="0.76255572" - style="stop-color:#f07300;stop-opacity:1" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5485-5" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5479-6" - id="linearGradient5467-1" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - x1="4.1104655" - y1="101.1183" - x2="128.50706" - y2="134.64415" /> - <linearGradient - id="linearGradient5447"> - <stop - id="stop5451" - offset="0" - style="stop-color:#e66e00;stop-opacity:1;" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5453" /> - </linearGradient> - <linearGradient - id="linearGradient5479"> - <stop - style="stop-color:#be5300;stop-opacity:1;" - offset="0" - id="stop5481" /> - <stop - id="stop5483" - offset="0.76255572" - style="stop-color:#f07300;stop-opacity:1" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5485" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5479" - id="linearGradient5467" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - x1="4.1104655" - y1="101.1183" - x2="128.50706" - y2="134.64415" /> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3416" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3418" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3420" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#ButtonShadow-0-1-1-5" - id="linearGradient5342" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" - x1="1012.5133" - y1="484.41721" - x2="1006.8082" - y2="20.625916" /> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3409" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3411" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3413" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3402" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3404" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3406" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3395" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3397" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3399" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="ButtonShadow-0-1-1-5" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3750-8-9-3-6" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3752-5-6-4-2" /> - </linearGradient> - <linearGradient - id="linearGradient4046"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1;" - id="stop4048" /> - <stop - offset="1" - style="stop-color:#ffffff;stop-opacity:0.2" - id="stop4050" /> - </linearGradient> - <linearGradient - id="linearGradient3737"> - <stop - offset="0" - style="stop-color:#ffffff;stop-opacity:1" - id="stop3739" /> - <stop - offset="1" - style="stop-color:#ffffff;stop-opacity:0" - id="stop3741" /> - </linearGradient> - <linearGradient - id="linearGradient4487"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop4489" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0" - id="stop4491" /> - </linearGradient> - <linearGradient - y2="251.66064" - x2="1011.9534" - y1="476.25983" - x1="1016.1035" - gradientTransform="translate(-146.22032,369.08845)" - gradientUnits="userSpaceOnUse" - id="linearGradient4082" - xlink:href="#linearGradient4487" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#SVGID_2_" - id="linearGradient3803" - x1="259.99384" - y1="44" - x2="259.99384" - y2="464" - gradientUnits="userSpaceOnUse" /> - <linearGradient - y2="217.4595" - x2="200.0508" - y1="185.0742" - x1="200.0508" - gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" - gradientUnits="userSpaceOnUse" - id="linearGradient3017" - xlink:href="#SVGID_2_" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#SVGID_2_" - id="linearGradient3021" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" - x1="200.0508" - y1="185.0742" - x2="200.0508" - y2="217.4595" /> - <linearGradient - y2="217.4595" - x2="200.0508" - y1="185.0742" - x1="200.0508" - gradientUnits="userSpaceOnUse" - id="SVGID_2_"> - <stop - id="stop13" - style="stop-color:#61B74A" - offset="0" /> - <stop - id="stop15" - style="stop-color:#449934" - offset="1" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" - r="191.6187" - fy="385.4841" - fx="558.35437" - cy="385.4841" - cx="558.35437" - id="radialGradient3867" - xlink:href="#XMLID_74_-8-1" - inkscape:collect="always" /> - <linearGradient - y2="48.0854" - x2="78.466103" - y1="56.3008" - x1="64.477501" - gradientUnits="userSpaceOnUse" - id="XMLID_74_-8-1"> - <stop - id="stop155-3-8" - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" /> - <stop - id="stop157-94-6" - style="stop-color:#e6e6e6;stop-opacity:1;" - offset="1" /> - </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:collect="always" - id="filter6206-7"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.658125" - id="feGaussianBlur6208-9" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" - inkscape:document-units="pt" - inkscape:current-layer="layer2" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - units="px" - showguides="false"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="4" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Twelf Icon Template</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>xphnx</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:prohibits - rdf:resource="http://creativecommons.org/ns#CommercialUse" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="background" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1025.4122)" - style="display:inline" - sodipodi:insensitive="true"> - <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" - inkscape:connector-curvature="0" - id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> - <rect - style="display:inline;opacity:1;fill:#cddc39;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> - <g - id="g4337" - transform="translate(-20.925426,990.46333)"> - <path - id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - <g - id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> - <path - id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> - <path - id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - <g - id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> - <path - id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - </g> - </g> - <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" - id="rect4731" - inkscape:connector-curvature="0" /> - <rect - style="fill:none" - id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> - <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" - id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> - <g - id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> - <path - id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> - <path - id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> - <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" - id="layer1-1" - inkscape:label="Ebene 1"> - <g - id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> - <g - id="layer1-6" - inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> - <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" - id="g3950" /> - <g - id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> - <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" - id="path2843" - inkscape:connector-curvature="0" /> - </g> - <g - id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> - </g> - </g> - </g> - <path - inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" - id="rect4731-2" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="icon" - style="display:inline"> - <flowRoot - xml:space="preserve" - id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect - id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hint" - style="display:inline" - sodipodi:insensitive="true"> - <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> - <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> - </g> -</svg> diff --git a/svgs/svg_templates_twelf/yellow.svg b/svgs/svg_templates_twelf/yellow.svg deleted file mode 100644 index ec8882e26..000000000 --- a/svgs/svg_templates_twelf/yellow.svg +++ /dev/null @@ -1,2390 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="yellow.svg" - inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" - inkscape:export-xdpi="640" - inkscape:export-ydpi="640"> - <title - id="title3766">Twelf Icon Template</title> - <defs - id="defs4"> - <linearGradient - id="linearGradient5306"> - <stop - style="stop-color:#ffffff;stop-opacity:0.09876543;" - offset="0" - id="stop5308" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop5310" /> - </linearGradient> - <linearGradient - id="linearGradient5290"> - <stop - style="stop-color:#00ffff;stop-opacity:0.09803922;" - offset="0" - id="stop5292" /> - <stop - id="stop6740" - offset="0.5" - style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> - <stop - style="stop-color:#00ff00;stop-opacity:0;" - offset="1" - id="stop5294" /> - </linearGradient> - <linearGradient - id="linearGradient5188"> - <stop - style="stop-color:#64b5f6;stop-opacity:0.24705882;" - offset="0" - id="stop5198" /> - <stop - style="stop-color:#64b5f6;stop-opacity:0;" - offset="1" - id="stop5192" /> - </linearGradient> - <linearGradient - id="linearGradient3975" - osb:paint="solid"> - <stop - style="stop-color:#ff5555;stop-opacity:1;" - offset="0" - id="stop3977" /> - </linearGradient> - <linearGradient - id="linearGradient3969" - osb:paint="solid"> - <stop - style="stop-color:#87cdde;stop-opacity:1;" - offset="0" - id="stop3971" /> - </linearGradient> - <filter - id="filter3945" - inkscape:label="filtro1" - x="0" - y="6" - width="1.2" - color-interpolation-filters="sRGB"> - <feDiffuseLighting - id="feDiffuseLighting3947" - lighting-color="#fdfdfd" - surfaceScale="121.49533081" - diffuseConstant="28.44827652" /> - </filter> - <filter - inkscape:label="Drop Shadow" - id="filter3979" - color-interpolation-filters="sRGB"> - <feFlood - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood3981" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite3983" /> - <feGaussianBlur - stdDeviation="6" - result="blur" - id="feGaussianBlur3985" /> - <feOffset - dx="0" - dy="6" - result="offset" - id="feOffset3987" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="fbSourceGraphic" - id="feComposite3989" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3991" /> - <feFlood - id="feFlood3993" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3995" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3997" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset3999" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite4001" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="composite2" /> - </filter> - <filter - style="color-interpolation-filters:sRGB;" - inkscape:label="Drop Shadow" - id="filter3876"> - <feFlood - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood3878" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite3880" /> - <feGaussianBlur - in="composite" - stdDeviation="6" - result="blur" - id="feGaussianBlur3882" /> - <feOffset - dx="0" - dy="6" - result="offset" - id="feOffset3884" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="fbSourceGraphic" - id="feComposite3886" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3888" /> - <feFlood - id="feFlood3890" - flood-opacity="0.397" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3892" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3894" - in="composite" - stdDeviation="19.2" - result="blur" /> - <feOffset - id="feOffset3896" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3898" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3900" /> - <feFlood - id="feFlood3902" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3904" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3906" - in="composite" - stdDeviation="19.2" - result="blur" /> - <feOffset - id="feOffset3908" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3910" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3912" /> - <feFlood - id="feFlood3914" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3916" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3918" - in="composite" - stdDeviation="26.1" - result="blur" /> - <feOffset - id="feOffset3920" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3922" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3924" /> - <feFlood - id="feFlood3926" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3928" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3930" - in="composite" - stdDeviation="35.7" - result="blur" /> - <feOffset - id="feOffset3932" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3934" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3936" /> - <feFlood - id="feFlood3938" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3940" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3942" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset3944" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3946" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3948" /> - <feFlood - id="feFlood3950" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3952" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3954" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3956" - dx="0" - dy="6" - result="offset" /> - <feComposite - id="feComposite3958" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3960" /> - <feFlood - id="feFlood3962" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3964" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3966" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3968" - dx="0" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3970" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3972" /> - <feFlood - id="feFlood3974" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3976" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3978" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3980" - dx="3.6" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3982" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3984" /> - <feFlood - id="feFlood3986" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite3988" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur3990" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset3992" - dx="9.6" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite3994" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix3996" /> - <feFlood - id="feFlood3998" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4000" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4002" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4004" - dx="1.2" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4006" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4008" /> - <feFlood - id="feFlood4010" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4012" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4014" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4016" - dx="-1.4" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4018" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4020" /> - <feFlood - id="feFlood4022" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4024" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4026" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4028" - dx="0.3" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4030" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4032" /> - <feFlood - id="feFlood4034" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4036" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4038" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4040" - dx="-8.04912e-16" - dy="1.9" - result="offset" /> - <feComposite - id="feComposite4042" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4044" /> - <feFlood - id="feFlood4046" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4048" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4050" - in="composite" - stdDeviation="21.7" - result="blur" /> - <feOffset - id="feOffset4052" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4054" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4056" /> - <feFlood - id="feFlood4058" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4060" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4062" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4064" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4066" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4080" /> - <feFlood - id="feFlood4082" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4084" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4086" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4088" - dx="-8.04912e-16" - dy="3.6" - result="offset" /> - <feComposite - id="feComposite4090" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4092" /> - <feFlood - id="feFlood4094" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4096" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4098" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4100" - dx="-8.04912e-16" - dy="7.7" - result="offset" /> - <feComposite - id="feComposite4102" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4104" /> - <feFlood - id="feFlood4106" - flood-opacity="0.8" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4108" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4110" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4112" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4114" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4116" /> - <feFlood - id="feFlood4118" - flood-opacity="0.5" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4120" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4122" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4124" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4126" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4128" /> - <feFlood - id="feFlood4130" - flood-opacity="0.3" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4132" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4134" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4136" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4138" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4140" /> - <feFlood - id="feFlood4142" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4144" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4146" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4148" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4150" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4152" /> - <feFlood - id="feFlood4154" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4156" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4158" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4160" - dx="-8.04912e-16" - dy="11.6" - result="offset" /> - <feComposite - id="feComposite4162" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="fbSourceGraphic" /> - <feColorMatrix - result="fbSourceGraphicAlpha" - in="fbSourceGraphic" - values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" - id="feColorMatrix4164" /> - <feFlood - id="feFlood4166" - flood-opacity="0.2" - flood-color="rgb(0,0,0)" - result="flood" - in="fbSourceGraphic" /> - <feComposite - id="feComposite4168" - in2="fbSourceGraphic" - in="flood" - operator="in" - result="composite1" /> - <feGaussianBlur - id="feGaussianBlur4170" - in="composite" - stdDeviation="6" - result="blur" /> - <feOffset - id="feOffset4172" - dx="-8.04912e-16" - dy="6" - result="offset" /> - <feComposite - id="feComposite4174" - in2="offset" - in="fbSourceGraphic" - operator="over" - result="composite2" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4524" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4526" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8-5" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0-2" /> - </filter> - <filter - inkscape:label="Cross-smooth" - inkscape:menu="Blurs" - inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> - <feGaussianBlur - stdDeviation="3" - id="feGaussianBlur4578-8-5-2" /> - <feColorMatrix - result="fbSourceGraphic" - values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " - id="feColorMatrix4580-0-2-7" /> - </filter> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5306" - id="radialGradient5296" - cx="9" - cy="1032.1122" - fx="9" - fy="1032.1122" - r="10.125" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5306" - id="linearGradient5312" - x1="-15.75" - y1="1029.2997" - x2="23.625" - y2="1029.2997" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient3783-1"> - <stop - id="stop3785-2" - offset="0" - style="stop-color:#1e94d3;stop-opacity:1;" /> - <stop - style="stop-color:#1e94d3;stop-opacity:1;" - offset="1" - id="stop3803-6" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="50" - x2="30" - y1="90" - x1="-10" - id="linearGradient3827-7" - xlink:href="#linearGradient3783-1" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="50" - x2="30" - y1="90" - x1="-10" - id="linearGradient3827" - xlink:href="#linearGradient3783" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3783"> - <stop - id="stop3785" - offset="0" - style="stop-color:#1e94d3;stop-opacity:1;" /> - <stop - style="stop-color:#1e94d3;stop-opacity:1;" - offset="1" - id="stop3803" /> - </linearGradient> - <linearGradient - id="linearGradient3821"> - <stop - id="stop3823" - offset="0" - style="stop-color:#37aee2;stop-opacity:1;" /> - <stop - id="stop3825" - offset="1" - style="stop-color:#1e96c8;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3829"> - <stop - style="stop-color:#1f96d4;stop-opacity:1;" - offset="0" - id="stop3831" /> - <stop - style="stop-color:#37aee2;stop-opacity:1;" - offset="1" - id="stop3833" /> - </linearGradient> - <linearGradient - id="linearGradient3877"> - <stop - id="stop3879" - offset="0" - style="stop-color:#eff7fc;stop-opacity:1;" /> - <stop - id="stop3881" - offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3689"> - <stop - id="stop3691" - offset="0" - style="stop-color:#f68000;stop-opacity:1;" /> - <stop - id="stop3693" - offset="1" - style="stop-color:#fd9800;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3675"> - <stop - id="stop3677" - offset="0" - style="stop-color:#ffb900;stop-opacity:1;" /> - <stop - id="stop3679" - offset="1" - style="stop-color:#ffd76b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="463.26218" - x2="412.23013" - y1="461.92139" - x1="-113.89329" - gradientUnits="userSpaceOnUse" - id="linearGradient3840" - xlink:href="#linearGradient3675" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3634"> - <stop - style="stop-color:#7a8288;stop-opacity:1;" - offset="0" - id="stop3636" /> - <stop - id="stop3638" - offset="0.07633271" - style="stop-color:#9fa3a7;stop-opacity:1;" /> - <stop - style="stop-color:#7d858b;stop-opacity:1;" - offset="1" - id="stop3640" /> - </linearGradient> - <linearGradient - y2="12.703197" - x2="151.34604" - y1="-0.64152896" - x1="107.20918" - gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" - gradientUnits="userSpaceOnUse" - id="linearGradient3838" - xlink:href="#linearGradient3634" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3712"> - <stop - id="stop3714" - offset="0" - style="stop-color:#a1abb2;stop-opacity:1;" /> - <stop - style="stop-color:#eaeced;stop-opacity:1;" - offset="0.14824273" - id="stop3720" /> - <stop - id="stop3716" - offset="1" - style="stop-color:#c6ccd0;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="27.389442" - x2="164.75943" - y1="12.640625" - x1="104.88638" - gradientUnits="userSpaceOnUse" - id="linearGradient3836" - xlink:href="#linearGradient3712" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3702"> - <stop - id="stop3704" - offset="0" - style="stop-color:#7a8288;stop-opacity:1;" /> - <stop - style="stop-color:#9fa3a7;stop-opacity:1;" - offset="0.5288403" - id="stop3710" /> - <stop - id="stop3706" - offset="1" - style="stop-color:#7d858b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="268.41544" - x2="334.03125" - y1="252.48438" - x1="18.875" - gradientUnits="userSpaceOnUse" - id="linearGradient3834" - xlink:href="#linearGradient3702" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3626"> - <stop - style="stop-color:#a1abb2;stop-opacity:1;" - offset="0" - id="stop3628" /> - <stop - id="stop3630" - offset="0.08297831" - style="stop-color:#eaeced;stop-opacity:1;" /> - <stop - style="stop-color:#c6ccd0;stop-opacity:1;" - offset="1" - id="stop3632" /> - </linearGradient> - <linearGradient - y2="290.6998" - x2="278.4324" - y1="228.59993" - x1="44.103722" - gradientUnits="userSpaceOnUse" - id="linearGradient3832" - xlink:href="#linearGradient3626" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3646"> - <stop - id="stop3648" - offset="0" - style="stop-color:#f48200;stop-opacity:0;" /> - <stop - style="stop-color:#f48200;stop-opacity:0.72784811;" - offset="0.58887613" - id="stop3654" /> - <stop - id="stop3658" - offset="0.81621653" - style="stop-color:#cc5f00;stop-opacity:1;" /> - <stop - id="stop3650" - offset="1" - style="stop-color:#a43d00;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="55.356419" - x2="261.62219" - y1="70.105232" - x1="115.20164" - gradientUnits="userSpaceOnUse" - id="linearGradient3830" - xlink:href="#linearGradient3646" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3668"> - <stop - style="stop-color:#9b4400;stop-opacity:1;" - offset="0" - id="stop3670" /> - <stop - style="stop-color:#e56300;stop-opacity:1;" - offset="1" - id="stop3672" /> - </linearGradient> - <linearGradient - y2="108.98846" - x2="93.522026" - y1="102.28447" - x1="64.751183" - gradientUnits="userSpaceOnUse" - id="linearGradient3828" - xlink:href="#linearGradient3668" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3649"> - <stop - id="stop3651" - offset="0" - style="stop-color:#e26400;stop-opacity:1;" /> - <stop - id="stop3653" - offset="1" - style="stop-color:#ffb900;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="125.31633" - x2="44.375881" - y1="100.34167" - x1="40.775471" - gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" - gradientUnits="userSpaceOnUse" - id="linearGradient3826" - xlink:href="#linearGradient3649" - inkscape:collect="always" /> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - id="perspective3852" /> - <inkscape:perspective - id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" - sodipodi:type="inkscape:persp3d" /> - <linearGradient - id="linearGradient3689-2"> - <stop - id="stop3691-2" - offset="0" - style="stop-color:#f68000;stop-opacity:1;" /> - <stop - id="stop3693-3" - offset="1" - style="stop-color:#fd9800;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3675-8"> - <stop - id="stop3677-4" - offset="0" - style="stop-color:#ffb900;stop-opacity:1;" /> - <stop - id="stop3679-7" - offset="1" - style="stop-color:#ffd76b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="463.26218" - x2="412.23013" - y1="461.92139" - x1="-113.89329" - gradientUnits="userSpaceOnUse" - id="linearGradient3840-4" - xlink:href="#linearGradient3675-8" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3634-7"> - <stop - style="stop-color:#7a8288;stop-opacity:1;" - offset="0" - id="stop3636-4" /> - <stop - id="stop3638-6" - offset="0.07633271" - style="stop-color:#9fa3a7;stop-opacity:1;" /> - <stop - style="stop-color:#7d858b;stop-opacity:1;" - offset="1" - id="stop3640-9" /> - </linearGradient> - <linearGradient - y2="12.703197" - x2="151.34604" - y1="-0.64152896" - x1="107.20918" - gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" - gradientUnits="userSpaceOnUse" - id="linearGradient3838-1" - xlink:href="#linearGradient3634-7" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3712-7"> - <stop - id="stop3714-7" - offset="0" - style="stop-color:#a1abb2;stop-opacity:1;" /> - <stop - style="stop-color:#eaeced;stop-opacity:1;" - offset="0.14824273" - id="stop3720-2" /> - <stop - id="stop3716-3" - offset="1" - style="stop-color:#c6ccd0;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="27.389442" - x2="164.75943" - y1="12.640625" - x1="104.88638" - gradientUnits="userSpaceOnUse" - id="linearGradient3836-7" - xlink:href="#linearGradient3712-7" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3702-3"> - <stop - id="stop3704-5" - offset="0" - style="stop-color:#7a8288;stop-opacity:1;" /> - <stop - style="stop-color:#9fa3a7;stop-opacity:1;" - offset="0.5288403" - id="stop3710-4" /> - <stop - id="stop3706-4" - offset="1" - style="stop-color:#7d858b;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="268.41544" - x2="334.03125" - y1="252.48438" - x1="18.875" - gradientUnits="userSpaceOnUse" - id="linearGradient3834-9" - xlink:href="#linearGradient3702-3" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3626-6"> - <stop - style="stop-color:#a1abb2;stop-opacity:1;" - offset="0" - id="stop3628-0" /> - <stop - id="stop3630-5" - offset="0.08297831" - style="stop-color:#eaeced;stop-opacity:1;" /> - <stop - style="stop-color:#c6ccd0;stop-opacity:1;" - offset="1" - id="stop3632-7" /> - </linearGradient> - <linearGradient - y2="290.6998" - x2="278.4324" - y1="228.59993" - x1="44.103722" - gradientUnits="userSpaceOnUse" - id="linearGradient3832-3" - xlink:href="#linearGradient3626-6" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3646-6"> - <stop - id="stop3648-6" - offset="0" - style="stop-color:#f48200;stop-opacity:0;" /> - <stop - style="stop-color:#f48200;stop-opacity:0.72784811;" - offset="0.58887613" - id="stop3654-6" /> - <stop - id="stop3658-4" - offset="0.81621653" - style="stop-color:#cc5f00;stop-opacity:1;" /> - <stop - id="stop3650-0" - offset="1" - style="stop-color:#a43d00;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="55.356419" - x2="261.62219" - y1="70.105232" - x1="115.20164" - gradientUnits="userSpaceOnUse" - id="linearGradient3830-6" - xlink:href="#linearGradient3646-6" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3668-5"> - <stop - style="stop-color:#9b4400;stop-opacity:1;" - offset="0" - id="stop3670-3" /> - <stop - style="stop-color:#e56300;stop-opacity:1;" - offset="1" - id="stop3672-2" /> - </linearGradient> - <linearGradient - y2="108.98846" - x2="93.522026" - y1="102.28447" - x1="64.751183" - gradientUnits="userSpaceOnUse" - id="linearGradient3828-1" - xlink:href="#linearGradient3668-5" - inkscape:collect="always" /> - <linearGradient - id="linearGradient3649-3"> - <stop - id="stop3651-9" - offset="0" - style="stop-color:#e26400;stop-opacity:1;" /> - <stop - id="stop3653-7" - offset="1" - style="stop-color:#ffb900;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="125.31633" - x2="44.375881" - y1="100.34167" - x1="40.775471" - gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" - gradientUnits="userSpaceOnUse" - id="linearGradient3826-1" - xlink:href="#linearGradient3649-3" - inkscape:collect="always" /> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - id="perspective3852-5" /> - <inkscape:perspective - id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" - sodipodi:type="inkscape:persp3d" /> - <linearGradient - id="linearGradient2460" - y2="44.984001" - gradientUnits="userSpaceOnUse" - x2="19.360001" - y1="21.030804" - x1="19.244999"> - <stop - id="stop3602" - style="stop-color:#fafafa;stop-opacity:1;" - offset="0" /> - <stop - id="stop3604" - style="stop-color:#f0f0f0;stop-opacity:1;" - offset="1" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2460" - id="linearGradient3157" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" - x1="18.930269" - y1="6.2951212" - x2="19.360001" - y2="36.643665" /> - <linearGradient - id="linearGradient5479-2"> - <stop - id="stop5481-7" - offset="0" - style="stop-color:#be5300;stop-opacity:1;" /> - <stop - style="stop-color:#f07300;stop-opacity:1" - offset="0.76255572" - id="stop5483-4" /> - <stop - id="stop5485-2" - offset="1" - style="stop-color:#e67700;stop-opacity:1;" /> - </linearGradient> - <linearGradient - y2="134.64415" - x2="128.50706" - y1="101.1183" - x1="4.1104655" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - gradientUnits="userSpaceOnUse" - id="linearGradient3900" - xlink:href="#linearGradient5479-2" - inkscape:collect="always" /> - <linearGradient - id="linearGradient5479-6"> - <stop - style="stop-color:#be5300;stop-opacity:1;" - offset="0" - id="stop5481-6" /> - <stop - id="stop5483-0" - offset="0.76255572" - style="stop-color:#f07300;stop-opacity:1" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5485-5" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5479-6" - id="linearGradient5467-1" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - x1="4.1104655" - y1="101.1183" - x2="128.50706" - y2="134.64415" /> - <linearGradient - id="linearGradient5447"> - <stop - id="stop5451" - offset="0" - style="stop-color:#e66e00;stop-opacity:1;" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5453" /> - </linearGradient> - <linearGradient - id="linearGradient5479"> - <stop - style="stop-color:#be5300;stop-opacity:1;" - offset="0" - id="stop5481" /> - <stop - id="stop5483" - offset="0.76255572" - style="stop-color:#f07300;stop-opacity:1" /> - <stop - style="stop-color:#e67700;stop-opacity:1;" - offset="1" - id="stop5485" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5479" - id="linearGradient5467" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" - x1="4.1104655" - y1="101.1183" - x2="128.50706" - y2="134.64415" /> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3416" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3418" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3420" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#ButtonShadow-0-1-1-5" - id="linearGradient5342" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" - x1="1012.5133" - y1="484.41721" - x2="1006.8082" - y2="20.625916" /> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3409" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3411" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3413" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3402" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3404" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3406" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="linearGradient3395" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3397" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3399" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" - gradientUnits="userSpaceOnUse" - id="ButtonShadow-0-1-1-5" - y2="7.0165396" - x2="45.447727" - y1="92.539597" - x1="45.447727"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop3750-8-9-3-6" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0.58823532" - id="stop3752-5-6-4-2" /> - </linearGradient> - <linearGradient - id="linearGradient4046"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1;" - id="stop4048" /> - <stop - offset="1" - style="stop-color:#ffffff;stop-opacity:0.2" - id="stop4050" /> - </linearGradient> - <linearGradient - id="linearGradient3737"> - <stop - offset="0" - style="stop-color:#ffffff;stop-opacity:1" - id="stop3739" /> - <stop - offset="1" - style="stop-color:#ffffff;stop-opacity:0" - id="stop3741" /> - </linearGradient> - <linearGradient - id="linearGradient4487"> - <stop - offset="0" - style="stop-color:#000000;stop-opacity:1" - id="stop4489" /> - <stop - offset="1" - style="stop-color:#000000;stop-opacity:0" - id="stop4491" /> - </linearGradient> - <linearGradient - y2="251.66064" - x2="1011.9534" - y1="476.25983" - x1="1016.1035" - gradientTransform="translate(-146.22032,369.08845)" - gradientUnits="userSpaceOnUse" - id="linearGradient4082" - xlink:href="#linearGradient4487" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#SVGID_2_" - id="linearGradient3803" - x1="259.99384" - y1="44" - x2="259.99384" - y2="464" - gradientUnits="userSpaceOnUse" /> - <linearGradient - y2="217.4595" - x2="200.0508" - y1="185.0742" - x1="200.0508" - gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" - gradientUnits="userSpaceOnUse" - id="linearGradient3017" - xlink:href="#SVGID_2_" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#SVGID_2_" - id="linearGradient3021" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" - x1="200.0508" - y1="185.0742" - x2="200.0508" - y2="217.4595" /> - <linearGradient - y2="217.4595" - x2="200.0508" - y1="185.0742" - x1="200.0508" - gradientUnits="userSpaceOnUse" - id="SVGID_2_"> - <stop - id="stop13" - style="stop-color:#61B74A" - offset="0" /> - <stop - id="stop15" - style="stop-color:#449934" - offset="1" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" - r="191.6187" - fy="385.4841" - fx="558.35437" - cy="385.4841" - cx="558.35437" - id="radialGradient3867" - xlink:href="#XMLID_74_-8-1" - inkscape:collect="always" /> - <linearGradient - y2="48.0854" - x2="78.466103" - y1="56.3008" - x1="64.477501" - gradientUnits="userSpaceOnUse" - id="XMLID_74_-8-1"> - <stop - id="stop155-3-8" - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" /> - <stop - id="stop157-94-6" - style="stop-color:#e6e6e6;stop-opacity:1;" - offset="1" /> - </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:collect="always" - id="filter6206-7"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.658125" - id="feGaussianBlur6208-9" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" - inkscape:document-units="pt" - inkscape:current-layer="layer2" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - units="px" - showguides="false"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="4" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Twelf Icon Template</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>xphnx</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:prohibits - rdf:resource="http://creativecommons.org/ns#CommercialUse" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="background" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1025.4122)" - style="display:inline" - sodipodi:insensitive="true"> - <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" - inkscape:connector-curvature="0" - id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" - style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> - <rect - style="display:inline;opacity:1;fill:#ffeb3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> - <g - id="g4337" - transform="translate(-20.925426,990.46333)"> - <path - id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - <g - id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> - <path - id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> - <path - id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - <g - id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> - <path - id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - </g> - </g> - <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" - id="rect4731" - inkscape:connector-curvature="0" /> - <rect - style="fill:none" - id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> - <rect - style="fill:none" - id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> - <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" - id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> - <g - id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> - <path - id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> - <path - id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" - inkscape:connector-curvature="0" - style="fill:none" /> - </g> - <g - id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> - <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" - id="layer1-1" - inkscape:label="Ebene 1"> - <g - id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> - <g - id="layer1-6" - inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> - <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" - id="g3950" /> - <g - id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> - <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" - id="path2843" - inkscape:connector-curvature="0" /> - </g> - <g - id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> - </g> - </g> - </g> - <path - inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" - id="rect4731-2" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="icon" - style="display:inline"> - <flowRoot - xml:space="preserve" - id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect - id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hint" - style="display:inline" - sodipodi:insensitive="true"> - <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> - <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> - </g> -</svg> diff --git a/svgs/wip/afhdownloader.svg b/svgs/wip/afhdownloader.svg new file mode 100644 index 000000000..f4ecbfee8 --- /dev/null +++ b/svgs/wip/afhdownloader.svg @@ -0,0 +1,2340 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="afhdownloader.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8.0000005" + inkscape:cx="47.416652" + inkscape:cy="10.031323" + inkscape:document-units="pt" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#4caf50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.78252953" + d="M 11.353516 7.8300781 L 11.353516 13.869141 L 7.3261719 13.869141 L 14.373047 20.917969 L 21.419922 13.869141 L 17.394531 13.869141 L 17.394531 7.8300781 L 11.353516 7.8300781 z M 11.904297 14.533203 L 12.560547 14.533203 L 13.376953 16.744141 L 12.787109 16.744141 L 12.634766 16.298828 L 11.814453 16.298828 L 11.662109 16.744141 L 11.085938 16.744141 L 11.904297 14.533203 z M 13.697266 14.533203 L 15.283203 14.533203 L 15.283203 14.960938 L 14.265625 14.960938 L 14.265625 15.373047 L 15.208984 15.373047 L 15.208984 15.800781 L 14.265625 15.800781 L 14.265625 16.744141 L 13.697266 16.744141 L 13.697266 14.533203 z M 15.677734 14.533203 L 16.248047 14.533203 L 16.248047 15.341797 L 17.089844 15.341797 L 17.089844 14.533203 L 17.660156 14.533203 L 17.660156 16.744141 L 17.089844 16.744141 L 17.089844 15.771484 L 16.248047 15.771484 L 16.248047 16.744141 L 15.677734 16.744141 L 15.677734 14.533203 z M 12.224609 15.099609 L 11.953125 15.892578 L 12.496094 15.892578 L 12.224609 15.099609 z " + id="path5353" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/svg_templates_twelf/light-blue.svg b/svgs/wip/andotp.svg similarity index 81% rename from svgs/svg_templates_twelf/light-blue.svg rename to svgs/wip/andotp.svg index eaf430625..a30f6a8c8 100644 --- a/svgs/svg_templates_twelf/light-blue.svg +++ b/svgs/wip/andotp.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="light-blue.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="andotp.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="32.000002" + inkscape:cx="15.63191" + inkscape:cy="12.629653" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#03a9f4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#4caf50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="m 14.373334,18.155425 a 1.4633784,1.3753056 0 0 0 1.463378,-1.375305 c 0,-0.763296 -0.658519,-1.375306 -1.463378,-1.375306 a 1.4633784,1.3753056 0 0 0 -1.463378,1.375306 1.4633784,1.3753056 0 0 0 1.463378,1.375305 m 4.390135,-6.188875 a 1.4633784,1.3753056 0 0 1 1.463378,1.375305 v 6.876529 a 1.4633784,1.3753056 0 0 1 -1.463378,1.375305 H 9.9831992 A 1.4633784,1.3753056 0 0 1 8.5198208,20.218384 v -6.876529 c 0,-0.763294 0.6585203,-1.375305 1.4633784,-1.375305 h 0.7316888 v -1.375307 a 3.658446,3.438264 0 0 1 3.658446,-3.4382638 3.658446,3.438264 0 0 1 3.658446,3.4382638 v 1.375307 h 0.731689 M 14.373334,8.5282855 a 2.1950676,2.0629584 0 0 0 -2.195068,2.0629575 v 1.375307 h 4.390135 V 10.591243 A 2.1950676,2.0629584 0 0 0 14.373334,8.5282855 Z" + id="path2" + style="stroke-width:0.70932937;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/wip/aurdroid.svg b/svgs/wip/aurdroid.svg new file mode 100644 index 000000000..1dfebdd8f --- /dev/null +++ b/svgs/wip/aurdroid.svg @@ -0,0 +1,2343 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="aurdroid.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="19.142016" + inkscape:cy="10.705127" + inkscape:document-units="pt" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#3f51b5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="fill:#ffffff;fill-opacity:1;stroke-width:0.72696835" + d="M 10.011719 7.8300781 C 9.6700425 7.8300781 9.3715208 7.9832995 9.1679688 8.2304688 L 8.1640625 9.4511719 C 7.9532415 9.698341 7.8300781 10.011515 7.8300781 10.375 L 7.8300781 19.462891 C 7.8300779 20.265878 8.4821691 20.916016 9.2851562 20.916016 L 19.462891 20.916016 C 20.265878 20.916016 20.916016 20.265878 20.916016 19.462891 L 20.916016 10.375 C 20.916016 10.011515 20.792852 9.698341 20.582031 9.4511719 L 19.570312 8.2304688 C 19.374031 7.9832995 19.07605 7.8300781 18.734375 7.8300781 L 10.011719 7.8300781 z M 9.9609375 8.5566406 L 18.683594 8.5566406 L 19.367188 9.2851562 L 9.3710938 9.2851562 L 9.9609375 8.5566406 z M 11.806641 12.582031 C 12.388697 13.950417 13.352368 15.932656 14.28125 17.607422 C 14.437815 17.897741 14.60343 18.202854 14.787109 18.541016 C 13.855999 18.00347 13.131562 17.66923 12.457031 17.537109 C 12.479441 17.435585 12.491341 17.324714 12.494141 17.210938 C 12.509125 16.605951 12.218511 16.090184 11.845703 16.058594 C 11.472893 16.027005 11.159521 16.49267 11.144531 17.097656 L 11.142578 17.126953 C 11.141438 17.269088 11.15823 17.405306 11.1875 17.53125 C 10.505414 17.659548 9.7722527 17.995954 8.828125 18.541016 C 10.029573 16.382258 10.62211 15.259227 11 14.470703 C 11.285194 13.861235 11.50729 13.31794 11.806641 12.582031 z M 14.445312 15.175781 L 15.123047 15.175781 L 15.123047 16.804688 C 15.123047 16.986006 15.160291 17.122033 15.236328 17.210938 C 15.312365 17.299842 15.436631 17.34375 15.607422 17.34375 C 15.775873 17.34375 15.897403 17.302192 15.974609 17.216797 C 16.052986 17.131402 16.091797 16.993025 16.091797 16.804688 L 16.091797 15.175781 L 16.769531 15.175781 L 16.769531 16.841797 C 16.769531 17.164661 16.671136 17.412024 16.474609 17.583984 C 16.278083 17.755945 15.989946 17.841797 15.607422 17.841797 C 15.224897 17.841797 14.934808 17.755945 14.738281 17.583984 C 14.542925 17.412024 14.445313 17.165445 14.445312 16.84375 L 14.445312 15.175781 z M 17.402344 15.175781 L 18.53125 15.175781 C 18.685664 15.175781 18.818557 15.183625 18.929688 15.201172 C 19.040818 15.218719 19.145094 15.257916 19.242188 15.316406 C 19.340451 15.374896 19.419242 15.449385 19.476562 15.542969 C 19.535052 15.635383 19.564453 15.752202 19.564453 15.892578 C 19.564453 16.085595 19.517809 16.243575 19.427734 16.365234 C 19.33883 16.486894 19.212987 16.587253 19.046875 16.667969 L 19.917969 17.787109 L 19.095703 17.787109 L 18.382812 16.830078 L 18.072266 16.830078 L 18.072266 17.787109 L 17.402344 17.787109 L 17.402344 15.175781 z M 18.072266 15.65625 L 18.072266 16.359375 L 18.279297 16.359375 C 18.386918 16.359375 18.476301 16.354278 18.548828 16.34375 C 18.621356 16.333222 18.68329 16.308918 18.732422 16.271484 C 18.779214 16.235221 18.812928 16.195626 18.833984 16.152344 C 18.856211 16.107891 18.867188 16.048307 18.867188 15.974609 C 18.867188 15.909101 18.853077 15.853433 18.826172 15.806641 C 18.799266 15.759849 18.753009 15.724171 18.6875 15.697266 C 18.641878 15.678549 18.588173 15.665619 18.527344 15.662109 C 18.466514 15.65743 18.397122 15.65625 18.316406 15.65625 L 18.072266 15.65625 z " + id="path2" /> + <g + id="g4935" + transform="translate(-0.00959387)" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/svg_templates_twelf/indigo.svg b/svgs/wip/bookcatalogue.svg similarity index 82% rename from svgs/svg_templates_twelf/indigo.svg rename to svgs/wip/bookcatalogue.svg index e52cde4ad..7713dfced 100644 --- a/svgs/svg_templates_twelf/indigo.svg +++ b/svgs/wip/bookcatalogue.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="indigo.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="bookcatalogue.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:cx="-0.85852228" + inkscape:cy="12.235575" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#3f51b5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#3f51b5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="M 19.386522,18.670352 H 12.224825 A 1.4323392,1.4323392 0 0 1 10.792486,17.238013 V 8.6439767 a 1.4323392,1.4323392 0 0 1 1.432339,-1.4323394 h 0.71617 v 3.5808487 l 1.432339,-1.0742549 1.432339,1.0742549 V 7.2116373 h 3.580849 a 1.4323392,1.4323392 0 0 1 1.432339,1.4323394 v 8.5940363 a 1.4323392,1.4323392 0 0 1 -1.432339,1.432339 m -1.43234,1.43234 v 1.432339 H 9.3601461 A 1.4323392,1.4323392 0 0 1 7.9278069,20.102692 V 10.076316 h 1.4323392 v 10.026376 z" + id="path2" + style="stroke-width:0.71616966;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/light-green.svg b/svgs/wip/briar.svg similarity index 78% rename from svgs/svg_templates_twelf/light-green.svg rename to svgs/wip/briar.svg index d5fd47e22..4dd889ed3 100644 --- a/svgs/svg_templates_twelf/light-green.svg +++ b/svgs/wip/briar.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="light-green.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="briar.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="22.627418" + inkscape:cx="14.6339" + inkscape:cy="14.876006" inkscape:document-units="pt" - inkscape:current-layer="layer2" + inkscape:current-layer="g4927" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#8bc34a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#8bc34a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,56 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + transform="matrix(0.04150337,0,0,0.04150337,61.255762,14.174241)"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px;fill:#ffffff;fill-opacity:1;"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px;fill:#ffffff;fill-opacity:1;" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px;fill:#ffffff;fill-opacity:1;">your</flowPara></flowRoot> <g + id="g4927" + transform="translate(634.29333,-0.30934622)"> + <path + style="fill:#ffffff;fill-opacity:1;stroke-width:0.05533782" + d="m -623.26618,21.12092 c -0.24419,-0.129022 -0.359,-0.243117 -0.47667,-0.473681 -0.10056,-0.196963 -0.10456,-0.359475 -0.091,-3.652297 l 0.0143,-3.446162 1.21347,-0.01494 c 0.93387,-0.0115 1.22377,0.0013 1.25809,0.05533 0.0686,0.108117 0.0569,6.615087 -0.0124,6.86451 -0.0723,0.260099 -0.3524,0.585796 -0.58891,0.684619 -0.25485,0.106474 -1.10371,0.09527 -1.31693,-0.01739 z m 5.27891,-0.06409 c -0.41855,-0.268058 -0.4988,-0.502161 -0.48,-1.400274 l 0.0154,-0.740008 h 2.4902 l 0.0156,0.715302 c 0.0146,0.668395 0.006,0.733715 -0.12301,0.996081 -0.21949,0.444683 -0.42933,0.553778 -1.1057,0.574802 -0.53697,0.01669 -0.56712,0.01128 -0.81254,-0.145903 z m -7.88413,-2.549579 c -0.12414,-0.05638 -0.27736,-0.168181 -0.3405,-0.248447 -0.16294,-0.207136 -0.25456,-0.649245 -0.22377,-1.079659 0.0358,-0.500316 0.16321,-0.748904 0.47897,-0.934534 0.23543,-0.138403 0.31159,-0.15183 0.96264,-0.169721 0.50128,-0.01377 0.73072,2.9e-4 0.78856,0.04828 0.067,0.05559 0.0815,0.268722 0.0815,1.19083 0,0.617718 -0.0151,1.162514 -0.0336,1.210656 -0.0529,0.137877 -1.40217,0.124174 -1.71389,-0.01741 z m 4.84835,-0.0022 c -0.0339,-0.06328 -0.0572,-0.548012 -0.0572,-1.185812 0,-0.906919 0.0138,-1.092626 0.087,-1.165732 l 6.90095,-0.02829 c 0.28659,0.07958 0.56129,0.335452 0.63916,0.595317 0.0827,0.276077 0.0839,0.988151 0.002,1.23308 -0.0805,0.240617 -0.30302,0.485063 -0.53024,0.582285 -0.14476,0.06194 -0.81461,0.07619 -3.58118,0.07619 -3.30791,0 -3.40471,-0.003 -3.46038,-0.107036 z m 2.58152,-2.751053 c -0.0298,-2.446843 -0.1151,-4.431168 0.0383,-7.007655 0.0972,-0.2272242 0.34167,-0.4498203 0.58229,-0.5302377 0.24493,-0.081859 0.957,-0.080693 1.23308,0.00205 0.26289,0.07876 0.51821,0.3557755 0.59675,0.6474633 0.0384,0.1423461 0.0532,1.3524774 0.0439,3.5561824 l -0.0143,3.340412 -2.47994,-0.0082 z m -7.39746,-2.597608 c -0.29094,-0.126504 -0.43634,-0.291119 -0.5271,-0.596755 -0.17,-0.572474 -0.0725,-1.257961 0.22064,-1.551097 0.30806,-0.308069 0.32959,-0.309759 3.94417,-0.309759 2.75241,0 3.33173,0.01305 3.38415,0.07619 0.0442,0.05319 0.0588,0.433153 0.0483,1.258935 l -0.0149,1.182744 -3.43094,0.01189 c -2.96487,0.01026 -3.45721,4.74e-4 -3.62423,-0.07215 z m 10.21866,0.05103 c -0.0203,-0.02029 -0.0369,-0.577922 -0.0369,-1.239181 0,-1.045281 0.0115,-1.206675 0.0875,-1.235877 0.14556,-0.05586 1.25356,-0.03705 1.47727,0.02508 0.28659,0.07958 0.56129,0.335454 0.63916,0.595317 0.0827,0.276275 0.0838,0.988332 0.002,1.23308 -0.0847,0.252646 -0.25118,0.430715 -0.51805,0.553886 -0.17748,0.08191 -0.35937,0.102403 -0.91768,0.103375 -0.38299,6.83e-4 -0.71294,-0.01538 -0.73323,-0.03567 z m -8.19001,-2.822229 c -0.0203,-0.0203 -0.0368,-0.372957 -0.0368,-0.7837021 0,-0.7032365 0.009,-0.7610467 0.14301,-0.9908189 0.1967,-0.3356676 0.48911,-0.4574381 1.09843,-0.4574381 0.25163,0 0.54217,0.027261 0.64563,0.060582 0.25466,0.082021 0.52263,0.3896911 0.59714,0.6855966 0.0648,0.2574287 0.0847,1.2866615 0.0278,1.4351365 -0.0292,0.0761 -0.1906,0.08753 -1.23588,0.08753 -0.66126,0 -1.2189,-0.0166 -1.23918,-0.03689 z" + id="path4937" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ssscsccccsscccssscsccscscccscccccscccscccscsccccscscsccsssscsscccsssccsscccscc" /> + </g> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/app/src/main/res/drawable-hdpi/devicemanager.png b/svgs/wip/devicemanager.png similarity index 100% rename from app/src/main/res/drawable-hdpi/devicemanager.png rename to svgs/wip/devicemanager.png diff --git a/svgs/svg_templates_twelf/cyan.svg b/svgs/wip/dns66.svg similarity index 82% rename from svgs/svg_templates_twelf/cyan.svg rename to svgs/wip/dns66.svg index 811dfe0f0..97d8a7877 100644 --- a/svgs/svg_templates_twelf/cyan.svg +++ b/svgs/wip/dns66.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="cyan.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="dns66.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="11.313709" + inkscape:cx="35.078433" + inkscape:cy="13.015449" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#00bcd4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#00bcd4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,56 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.89467001px;line-height:2.43416882px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.09736676px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="6.8711495" + y="15.786293" + id="text4918"><tspan + sodipodi:role="line" + id="tspan4916" + x="6.8711495" + y="15.786293" + style="stroke-width:0.09736676px;fill:#ffffff;fill-opacity:1;">DNS66</tspan></text> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/green.svg b/svgs/wip/droidshows.svg similarity index 82% rename from svgs/svg_templates_twelf/green.svg rename to svgs/wip/droidshows.svg index 1c0ed03fd..04c1f854b 100644 --- a/svgs/svg_templates_twelf/green.svg +++ b/svgs/wip/droidshows.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="green.svg" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="droidshows.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:cx="19.036394" + inkscape:cy="14.638357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" inkscape:window-width="1366" inkscape:window-height="712" inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-y="0" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#4caf50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#4caf50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="m 19.890027,9.9954429 h -4.6523 L 17.254337,7.9788322 16.82527,7.5436362 14.373465,9.9954429 11.92166,7.5436362 11.486465,7.9788322 13.509203,9.9954429 H 8.8569027 C 8.1826567,9.9954429 7.631,10.540972 7.631,11.22135 v 7.355415 c 0,0.674246 0.5516567,1.225903 1.2259027,1.225903 H 19.890027 c 0.674247,0 1.225903,-0.551657 1.225903,-1.225903 V 11.22135 c 0,-0.680378 -0.551656,-1.2259071 -1.225903,-1.2259071 z m 0,8.5813221 H 8.8569027 V 11.22135 H 19.890027 Z m -7.355416,-6.129513 v 4.903611 l 4.290659,-2.451806 z" + id="path6" + style="display:inline;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/depot/fblite.svg b/svgs/wip/fblite.svg similarity index 100% rename from svgs/depot/fblite.svg rename to svgs/wip/fblite.svg diff --git a/svgs/depot/firefoxklar.svg b/svgs/wip/firefoxfocus.svg similarity index 100% rename from svgs/depot/firefoxklar.svg rename to svgs/wip/firefoxfocus.svg diff --git a/svgs/svg_templates_twelf/pink.svg b/svgs/wip/gallery.svg similarity index 81% rename from svgs/svg_templates_twelf/pink.svg rename to svgs/wip/gallery.svg index c6e7bff79..31fff36ff 100644 --- a/svgs/svg_templates_twelf/pink.svg +++ b/svgs/wip/gallery.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="pink.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="gallery.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" + inkscape:cx="2.7607507" inkscape:cy="12.263357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#e91e63;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#795548;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,51 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + id="path5457" + d="M 9.1232068,9.1231534 H 17.984133 L 15.850534,7.8106824 H 9.1232068 c -0.7251744,0 -1.3125319,0.587301 -1.3125319,1.312471 v 6.7275606 h 1.3125319 z m 3.9375952,5.9064646 -2.625064,3.281326 h 7.875192 l -1.968798,-2.62514 -1.33222,1.778581 z m 4.593861,-2.953282 c 0,-0.544667 -0.439698,-0.984329 -0.984398,-0.984329 -0.544701,0 -0.984399,0.439662 -0.984399,0.984329 0,0.544766 0.439698,0.984427 0.984399,0.984427 0.5447,0 0.984398,-0.439661 0.984398,-0.984427 z M 19.623461,7.8106824 H 15.0296 v 1.312471 h 4.593861 v 8.0608556 l 1.312532,-1.333295 V 9.1231534 c 0,-0.72517 -0.587358,-1.312471 -1.312532,-1.312471 z m 0,11.8127326 H 15.0296 v 1.31257 h 4.593861 c 0.725174,0 1.312532,-0.5874 1.312532,-1.31257 V 15.029618 H 19.623461 Z M 9.1232068,15.029618 H 7.8106749 v 4.593797 c 0,0.72517 0.5873575,1.31257 1.3125319,1.31257 h 6.9941262 v -1.31257 H 9.1232068 Z" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsscccccccccsssssscccccsscccsscccccsscccc" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:1.05268764" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/app/src/main/res/drawable-hdpi/gnuprivacyguard.png b/svgs/wip/gnuprivacyguard.png similarity index 100% rename from app/src/main/res/drawable-hdpi/gnuprivacyguard.png rename to svgs/wip/gnuprivacyguard.png diff --git a/svgs/svg_templates_twelf/deep-purple.svg b/svgs/wip/gramophone.svg similarity index 81% rename from svgs/svg_templates_twelf/deep-purple.svg rename to svgs/wip/gramophone.svg index b35f2f413..0c908c984 100644 --- a/svgs/svg_templates_twelf/deep-purple.svg +++ b/svgs/wip/gramophone.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="deep-purple.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="gramophone.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,19 +1844,22 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="8.0000005" + inkscape:cx="-29.960918" + inkscape:cy="26.09057" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" - showguides="false"> + showguides="false" + gridtolerance="1" + objecttolerance="3" + guidetolerance="5"> <inkscape:grid type="xygrid" id="grid2985" @@ -1888,9 +1867,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1907,10 +1888,10 @@ </cc:Agent> </dc:creator> <cc:license - rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" /> </cc:Work> <cc:License - rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/"> <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" /> <cc:permits @@ -1932,380 +1913,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#673ab7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#673ab7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2295,65 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="stroke-width:0.83746666;fill:#ffffff;fill-opacity:1" + d="M 14.373047 7.6738281 A 6.6997328 6.6997328 0 0 0 7.6738281 14.373047 A 6.6997328 6.6997328 0 0 0 12.298828 20.734375 L 14.367188 17.152344 L 16.439453 20.742188 A 6.6997328 6.6997328 0 0 0 21.072266 14.373047 A 6.6997328 6.6997328 0 0 0 14.373047 7.6738281 z M 14.373047 12.699219 C 15.302635 12.699219 16.048828 13.443459 16.048828 14.373047 A 1.6749332 1.6749332 0 0 1 14.373047 16.048828 C 13.443459 16.048828 12.699219 15.294261 12.699219 14.373047 C 12.699219 13.443459 13.443459 12.699219 14.373047 12.699219 z " + id="path2" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.83111072;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + id="path4924" + sodipodi:sides="3" + sodipodi:cx="14.368" + sodipodi:cy="20.56489" + sodipodi:r1="1.9955555" + sodipodi:r2="0.9977777" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="m 16.096202,21.562668 -3.456404,0 1.728202,-2.993334 z" + inkscape:transform-center-y="-0.49888901" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/app/src/main/res/drawable-hdpi/gtalksms.png b/svgs/wip/gtalksms.png similarity index 100% rename from app/src/main/res/drawable-hdpi/gtalksms.png rename to svgs/wip/gtalksms.png diff --git a/svgs/svg_templates_twelf/blue-grey.svg b/svgs/wip/leafpic.svg similarity index 81% rename from svgs/svg_templates_twelf/blue-grey.svg rename to svgs/wip/leafpic.svg index 3fe16ea80..1d9685962 100644 --- a/svgs/svg_templates_twelf/blue-grey.svg +++ b/svgs/wip/leafpic.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="blue-grey.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="leafpic.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" + inkscape:cx="2.7607507" inkscape:cy="12.263357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#607d8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#00bcd4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,51 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + id="path5457" + d="M 9.1232068,9.1231534 H 17.984133 L 15.850534,7.8106824 H 9.1232068 c -0.7251744,0 -1.3125319,0.587301 -1.3125319,1.312471 v 6.7275616 h 1.3125319 z m 3.9375952,5.9064656 -2.625064,3.281325 h 7.875192 l -1.968798,-2.625139 -1.33222,1.778581 z m 4.593861,-2.953282 c 0,-0.544668 -0.439698,-0.984329 -0.984398,-0.984329 -0.544701,0 -0.984399,0.439661 -0.984399,0.984329 0,0.544765 0.439698,0.984427 0.984399,0.984427 0.5447,0 0.984398,-0.439662 0.984398,-0.984427 z M 19.623461,7.8106824 H 15.0296 v 1.312471 h 4.593861 v 8.0608556 l 1.312532,-1.333294 V 9.1231534 c 0,-0.72517 -0.587358,-1.312471 -1.312532,-1.312471 z m 0,11.8127326 H 15.0296 v 1.31257 h 4.593861 c 0.725174,0 1.312532,-0.5874 1.312532,-1.31257 V 15.029619 H 19.623461 Z M 9.1232068,15.029619 H 7.8106749 v 4.593796 c 0,0.72517 0.5873575,1.31257 1.3125319,1.31257 h 6.9941262 v -1.31257 H 9.1232068 Z" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsscccccccccsssssscccccsscccsscccccsscccc" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:1.05268764" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/app/src/main/res/drawable-hdpi/loophabits.png b/svgs/wip/loophabits.png similarity index 100% rename from app/src/main/res/drawable-hdpi/loophabits.png rename to svgs/wip/loophabits.png diff --git a/svgs/wip/loyaltycard.svg b/svgs/wip/loyaltycard.svg new file mode 100644 index 000000000..f5e7fcb65 --- /dev/null +++ b/svgs/wip/loyaltycard.svg @@ -0,0 +1,2340 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="loyaltycard.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="13.839036" + inkscape:cy="8.8415609" + inkscape:document-units="pt" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#607d8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.91338587;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + d="M 8.3925781 10.78125 C 7.7263005 10.78125 7.1894531 11.318097 7.1894531 11.984375 L 7.1894531 16.761719 C 7.1894531 17.427996 7.7263005 17.964844 8.3925781 17.964844 L 20.355469 17.964844 C 21.021746 17.964844 21.556641 17.427996 21.556641 16.761719 L 21.556641 11.984375 C 21.556641 11.318097 21.021746 10.78125 20.355469 10.78125 L 8.3925781 10.78125 z M 8.6816406 11.984375 L 9.578125 11.984375 L 9.578125 16.773438 L 8.6816406 16.773438 L 8.6816406 11.984375 z M 10.476562 11.984375 L 11.375 11.984375 L 11.375 16.773438 L 10.476562 16.773438 L 10.476562 11.984375 z M 12.273438 11.984375 L 13.169922 11.984375 L 13.169922 16.773438 L 12.273438 16.773438 L 12.273438 11.984375 z M 18.712891 13.175781 A 1.1973333 1.1973333 0 0 1 19.910156 14.373047 A 1.1973333 1.1973333 0 0 1 18.712891 15.570312 A 1.1973333 1.1973333 0 0 1 17.515625 14.373047 A 1.1973333 1.1973333 0 0 1 18.712891 13.175781 z " + id="rect4916" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/wip/memetastic.svg b/svgs/wip/memetastic.svg new file mode 100644 index 000000000..ad4a4a7cf --- /dev/null +++ b/svgs/wip/memetastic.svg @@ -0,0 +1,2351 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="memetastic.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="26.544005" + inkscape:cy="8.7690449" + inkscape:document-units="pt" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false" + objecttolerance="1" + gridtolerance="1" + guidetolerance="2"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#e91e63;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.01375173" + d="m 15.474609,7.7929688 c -0.207763,0 -0.38647,0.0062 -0.40625,0.013672 -0.074,0.028139 -0.457794,0.1009836 -0.876953,0.1660156 -0.772589,0.1198761 -0.861498,0.1422802 -1.207031,0.3085938 -0.147489,0.070989 -0.307129,0.1380586 -0.355469,0.1503906 -0.04834,0.01228 -0.203005,0.037899 -0.34375,0.056641 -0.295729,0.039395 -0.32228,0.045854 -0.470703,0.109375 -0.219366,0.093893 -0.429099,0.237169 -0.638672,0.4355469 C 11.0381,9.163527 10.902307,9.3192303 10.619141,9.6699219 10.017359,10.415212 9.4158086,11.106927 8.9785156,11.554688 l -0.1757812,0.177734 -0.058594,0.09375 c -0.1182005,0.240706 -0.2102574,0.422748 -0.2441406,0.416015 -0.1609334,0.04152 -0.2204423,0.23542 -0.5175795,0.552747 l -0.050781,0.02539 -0.00391,1.910157 -0.00391,1.912109 0.068359,0.335938 c 0.084129,0.417964 0.1437475,0.775381 0.1796875,1.080078 0.02211,0.18755 0.032267,0.239978 0.054687,0.267578 0.374272,0.460321 0.5096421,0.778875 0.8300781,1.953125 0.071217,0.26094 0.1434863,0.519379 0.1601563,0.574219 l 0.029297,0.09961 H 9.361319 c 0.063543,0 0.1171875,-0.0029 0.1171875,-0.0078 0,-0.0048 0.3153279,0.02838 0.281958,-0.05944 0.2407985,-0.343994 0.4541585,0.003 0.7102295,0.0047 0.02583,0.0054 0.03906,0.01652 0.03906,0.03516 0,0.02604 0.0084,0.02734 0.240234,0.02734 0.159519,0 0.241381,-0.0043 0.238281,-0.01367 l 8.714844,0.01172 0.144531,-0.0039 0.07422,-0.220704 c 0.08774,-0.261105 0.150831,-0.410407 0.388672,-0.914062 0.236553,-0.500925 0.352257,-0.792575 0.429687,-1.083984 0.01117,-0.04204 0.02484,-0.06327 0.04883,-0.07227 l 0.0332,-0.01172 v -0.388672 -0.386718 l -0.08789,-0.08203 C 20.521323,17.591876 20.47862,17.32814 20.5703,16.759746 20.60593,16.538637 20.60757,16.512667 20.61327,15.789042 20.62459,14.350498 20.57256,13.961073 20.296864,13.410136 20.191992,13.200566 20.095918,13.04174 19.861328,12.689453 19.372649,11.955604 19.287296,11.77358 19.171875,11.197266 19.048027,10.57889 19.005423,10.495252 18.570312,10.042969 18.438655,9.9061134 18.224144,9.6646867 18.09375,9.5058594 17.761788,9.1015114 17.585931,8.9044248 17.349609,8.6738281 17.118097,8.4479264 16.972875,8.3279138 16.767578,8.1914062 16.504872,8.0167312 16.236841,7.9055629 15.998047,7.8730469 15.88586,7.8577619 15.867842,7.8514887 15.857422,7.8242188 l -0.01172,-0.03125 z m 1.230469,2.171875 c 0.164158,0.016358 0.326452,0.0561 0.44336,0.1132812 0.256123,0.125269 0.628683,0.490775 1.103515,1.083984 0.433767,0.541908 0.675984,1.003206 0.763672,1.453125 0.0341,0.174976 0.03218,0.445047 -0.0059,0.589844 -0.0948,0.360375 -0.338203,0.639137 -0.738282,0.845703 l -0.109375,0.05469 -0.289062,0.0059 c -0.158827,0.0028 -0.380688,6.21e-4 -0.494141,-0.0059 -0.886668,-0.05093 -1.478901,-0.257287 -1.828125,-0.634766 -0.241303,-0.260828 -0.559775,-0.745044 -0.664062,-1.009765 -0.03517,-0.08926 -0.0369,-0.110011 -0.03711,-0.294922 -3.3e-4,-0.230275 0.02225,-0.338482 0.113282,-0.519532 0.08537,-0.169805 0.204759,-0.31614 0.509765,-0.626953 0.393343,-0.40083 0.513308,-0.571126 0.607422,-0.861328 0.02098,-0.06472 0.0485,-0.123554 0.0625,-0.132812 0.0139,-0.0092 0.06122,-0.025611 0.105469,-0.03711 0.126661,-0.032915 0.292873,-0.039795 0.457031,-0.023437 z m -5.193359,1.8457032 c 0.260152,-0.0074 0.522464,0.02857 0.757812,0.107422 0.169405,0.05676 0.402727,0.176816 0.541016,0.279297 0.137724,0.102046 0.310547,0.271441 0.310547,0.302734 0,0.01002 0.01988,0.08481 0.03125,0.130859 0.110667,0.07989 0.207153,0.167934 0.224609,0.232422 0.03854,0.142396 0.01366,0.418984 -0.05859,0.650391 -0.147607,0.472168 -1.061242,1.598259 -1.523437,1.876953 -0.183996,0.11094 -0.534816,0.175799 -0.789063,0.144531 -0.16409,-0.02018 -0.30004,-0.06288 -0.476562,-0.15039 -0.19447,-0.09638 -0.351372,-0.212809 -0.519531,-0.382813 L 9.8867188,14.878906 9.9023438,14.748047 C 9.8866577,14.54372 9.6956261,14.481961 9.7519531,14.064453 9.6290291,13.803837 9.6134416,13.750398 9.6054688,13.574219 c -0.03125,-0.691773 0.4192122,-1.320501 1.1562502,-1.613281 0.232145,-0.09222 0.489848,-0.142951 0.75,-0.150391 z m 0.06055,0.332031 c -0.192199,1.6e-4 -0.06681,0.01734 -0.175782,0.05078 -0.211544,0.06493 -0.700457,0.01899 -0.912109,0.197266 -0.130463,0.10988 -0.348195,0.338798 -0.337891,0.355469 0.0038,0.0061 0.02981,0.01172 0.05859,0.01172 0.171264,0 0.357049,0.0802 0.472656,0.205079 0.105763,0.114239 0.13993,0.203232 0.140625,0.373047 4.97e-4,0.124712 -0.0015,0.136674 -0.05078,0.236328 -0.104166,0.21077 -0.274013,0.308337 -0.560547,0.324218 l -0.05859,0.04297 0.002,0.103516 c -0.01164,0.122386 0.0119,0.376664 0.04297,0.498047 0.05814,0.227209 0.150206,0.246231 0.28711,0.384765 0.105399,0.106649 0.169918,0.08156 0.322265,0.132813 0.103835,0.03493 0.07957,0.02495 0.326172,0.02539 0.301369,4.97e-4 0.327246,-0.0987 0.470703,-0.191406 0.14917,-0.09642 0.28339,-0.04923 0.521485,-0.287109 0.554459,-0.553971 0.754933,-0.867814 0.800781,-1.167969 0.0089,-0.150171 0.02623,-0.254459 0.04297,-0.345703 -0.0056,-0.0028 -0.01236,-0.0051 -0.01758,-0.0078 -0.04364,0.11157 0.117997,-0.328363 -0.447266,-0.634765 -0.267253,-0.32763 -0.297682,-0.145823 -0.527344,-0.222657 -0.100535,-0.03363 -0.205602,-0.08408 -0.40039,-0.08398 z m 5.152343,4.339844 c 0.104287,0.03125 0.167582,0.117736 0.210938,0.285156 0.04261,0.164472 0.05033,0.318399 0.04102,0.863281 l -0.0078,0.535157 -0.103516,0.132812 c -0.298609,0.385485 -0.578658,0.580092 -0.919922,0.640625 -0.11912,0.02112 -0.573052,0.03683 -0.732421,0.02539 -0.172741,-0.01233 -0.426417,-0.04836 -0.529297,-0.07422 -0.236737,-0.05951 -0.510772,-0.227529 -0.708985,-0.435547 -0.221408,-0.23236 -0.33676,-0.476879 -0.335937,-0.71875 3.3e-4,-0.115177 0.04428,-0.278916 0.08789,-0.332031 l 0.02539,-0.0332 0.121094,-0.0918 c 0.182666,-0.133043 0.318541,0.200041 0.408203,0.480469 0.0502,0.280038 0.21099,0.1731 0.484375,0.390625 0.12084,0.06217 0.117098,0.03483 0.294922,0.07617 0.154139,0.111299 0.510574,-0.0011 0.763672,-0.07422 0.173905,-0.02925 0.328707,-0.05609 0.416015,-0.101563 0.208539,-0.06364 0.136247,-0.183619 0.16211,-0.24414 0.04428,-0.427699 0.06224,-0.657575 0.128906,-1.244141 0.01025,-0.02604 0.03492,-0.04731 0.07813,-0.06641 0.05435,-0.02404 0.07186,-0.02664 0.115234,-0.01367 z" + id="path4938" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccccccccccccccccccccccssccsscccccccccccccccccscccccsscccccccccccccccccsccsccccccccccccsccccsccccccccccccccccccccccccccscccccccccccccccc" /> + <path + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.01375173" + d="m 18.043634,13.713851 c 0.406115,-0.04653 0.349379,-0.108218 0.480952,-0.38561 0.07815,-0.16475 0.0443,-0.194536 0.03408,-0.410682 -0.01632,-0.347526 0.0012,-0.580094 -0.218341,-0.933558 -0.07679,-0.123636 -0.145628,-0.303461 -0.202559,-0.356207 l 0.0099,0.02349 -0.04989,-0.0738 c -0.0063,0.183868 -0.02539,0.319146 -0.08999,0.348578 -0.04794,0.02183 -0.454365,-0.05893 -0.609031,-0.08234 -0.221292,-0.0337 -0.357262,-0.09262 -0.460684,-0.199628 l -0.05501,-0.05692 0.0013,-0.202057 c 0.0028,-0.443544 -0.02258,-0.657809 0.29033,-0.683265 0.100778,-0.0082 0.258359,0.0127 0.25435,-0.02072 -0.0023,-0.01892 -0.188018,-0.03892 -0.210198,-0.08497 -0.07469,-0.15511 -0.14904,-0.06501 -0.367022,-0.125416 -0.09723,0.123488 -0.03411,-0.127868 -0.13853,-0.03576 -0.05018,0.04426 -0.180081,0.08505 -0.342695,0.212168 -0.38667,0.302263 -0.52542,0.432646 -0.691761,0.599322 -0.342044,0.34273 -0.324516,0.609937 -0.329659,0.946113 -0.0024,0.160999 -0.03134,0.116147 0.0779,0.333745 0.114386,0.291357 0.3221,0.60796 0.477491,0.707586 0.333997,0.214134 0.590124,0.465129 1.162728,0.546078 0.105885,0.01494 0.239374,-0.0026 0.269627,0 0.123758,0.01077 0.397953,-0.04235 0.507866,-0.05495 z" + id="path4924" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccccccccscccc" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/depot/onetime.svg b/svgs/wip/music.svg similarity index 82% rename from svgs/depot/onetime.svg rename to svgs/wip/music.svg index 8c1333a97..500d8b2ef 100644 --- a/svgs/depot/onetime.svg +++ b/svgs/wip/music.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="onetime.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="music.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313709" - inkscape:cx="35.712906" - inkscape:cy="26.157695" + inkscape:zoom="8.0000005" + inkscape:cx="6.4173437" + inkscape:cy="16.097566" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" inkscape:window-width="1920" - inkscape:window-height="1054" - inkscape:window-x="1366" - inkscape:window-y="0" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#e91e63;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#e91e63;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,28 +2292,21 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - style="fill:#e91e63;fill-opacity:1" - transform="matrix(0.04703644,0,0,0.04703644,9.4086767,10.350152)" - id="g8012" /> - <text - xml:space="preserve" - style="font-style:normal;font-weight:normal;font-size:6.25px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" - x="6.5291996" - y="15.805017" - id="text4559" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4561" - x="6.5291996" - y="15.805017">todo</tspan></text> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="m 14.373335,7.4901763 c -3.622715,0 -6.5208868,2.8981727 -6.5208868,6.5208867 v 5.071801 a 2.1736286,2.1736286 0 0 0 2.1736288,2.173628 h 2.173628 V 15.460149 H 9.3015339 v -1.449086 a 5.0718001,5.0718001 0 0 1 5.0718011,-5.0718005 5.0718001,5.0718001 0 0 1 5.0718,5.0718005 v 1.449086 h -2.898172 v 5.796343 h 2.173629 a 2.1736286,2.1736286 0 0 0 2.173628,-2.173628 v -5.071801 c 0,-3.622714 -2.919908,-6.5208867 -6.520885,-6.5208867 z" + id="path2" + style="stroke-width:0.72454292;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" @@ -2346,27 +2315,27 @@ style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/wip/mysplash.svg b/svgs/wip/mysplash.svg new file mode 100644 index 000000000..ef26b47c0 --- /dev/null +++ b/svgs/wip/mysplash.svg @@ -0,0 +1,2364 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="mysplash.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="19.104955" + inkscape:cy="17.163305" + inkscape:document-units="pt" + inkscape:current-layer="g5005" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false" + objecttolerance="1" + gridtolerance="1" + guidetolerance="1"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#607d8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <g + id="g4985" + transform="matrix(0.06367555,0,0,0.06367555,19.387683,15.184921)"> + <g + id="g4989" + transform="translate(0.16719052,0.20757261)" /> + <g + id="g5001" + style="fill:#ffffff;fill-opacity:1"> + <g + id="g5005" + style="fill:#ffffff;fill-opacity:1;opacity:1;stroke:none"> + <path + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.41184258;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + d="M 12.013672 10.203125 L 7.1835938 18.568359 L 16.84375 18.568359 L 12.013672 10.203125 z M 12.113281 10.974609 L 14.214844 14.589844 L 12.113281 18.203125 L 12.113281 10.974609 z " + transform="matrix(15.704615,0,0,15.704615,-304.4761,-238.47334)" + id="path4939" /> + <path + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.41184258;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + d="M 16.759766 10.203125 L 11.929688 18.568359 L 21.589844 18.568359 L 16.759766 10.203125 z M 16.660156 10.974609 L 16.660156 18.203125 L 14.558594 14.589844 L 16.660156 10.974609 z " + transform="matrix(15.704615,0,0,15.704615,-304.4761,-238.47334)" + id="path4939-7" /> + </g> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/svg_templates_twelf/orange.svg b/svgs/wip/nextclouddev.svg similarity index 81% rename from svgs/svg_templates_twelf/orange.svg rename to svgs/wip/nextclouddev.svg index 9be35311a..501b571de 100644 --- a/svgs/svg_templates_twelf/orange.svg +++ b/svgs/wip/nextclouddev.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="orange.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="nextclouddev.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" + inkscape:cx="2.7607507" inkscape:cy="12.263357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#ff9800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#ff9800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,51 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + class="st0" + d="m 19.40739,13.493747 c 0.486914,0 0.879587,0.376967 0.879587,0.879587 0,0.486913 -0.376966,0.879587 -0.879587,0.879587 -0.486913,0 -0.879585,-0.376967 -0.879585,-0.879587 0.0157,-0.50262 0.392672,-0.879587 0.879585,-0.879587 m -10.0681128,0 c 0.4869142,0 0.8795848,0.376967 0.8795848,0.879587 0,0.486913 -0.3769641,0.879587 -0.8795848,0.879587 -0.4869133,0 -0.8795854,-0.376967 -0.8795854,-0.879587 0,-0.50262 0.3926721,-0.879587 0.8795854,-0.879587 m 5.0419088,-1.146601 c 1.11519,0 2.010482,0.895293 2.010482,2.010481 0,1.115189 -0.895292,2.010482 -2.010482,2.010482 -1.115188,0 -2.010481,-0.895293 -2.010481,-2.010482 0,-1.115188 0.895293,-2.010481 2.010481,-2.010481 m 0,-1.240844 c -1.476447,0 -2.732997,1.00524 -3.125669,2.37174 -0.345552,-0.722517 -1.068069,-1.225138 -1.9162398,-1.225138 -1.1623092,0 -2.1204295,0.95812 -2.1204295,2.12043 0,1.16231 0.9581203,2.12043 2.1204295,2.12043 0.8481708,0 1.5863948,-0.502621 1.9162398,-1.225138 0.392672,1.3665 1.649222,2.37174 3.125669,2.37174 1.476449,0 2.717293,-0.989534 3.125671,-2.340326 0.345551,0.70681 1.068068,1.193724 1.900533,1.193724 1.16231,0 2.12043,-0.95812 2.12043,-2.12043 0,-1.16231 -0.95812,-2.12043 -2.12043,-2.12043 -0.832465,0 -1.554982,0.486913 -1.900533,1.193724 -0.392672,-1.350792 -1.649222,-2.340326 -3.125671,-2.340326" + id="path4" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.15706886" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/purple.svg b/svgs/wip/nhbooks.svg similarity index 81% rename from svgs/svg_templates_twelf/purple.svg rename to svgs/wip/nhbooks.svg index cd1c39865..070b72d3a 100644 --- a/svgs/svg_templates_twelf/purple.svg +++ b/svgs/wip/nhbooks.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="purple.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="nhbooks.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="22.627418" + inkscape:cx="12.683501" + inkscape:cy="16.930316" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#9c27b0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#9c27b0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,49 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:1.33993483" + d="M 7.1914062 8.5722656 L 7.1914062 17.349609 C 9.9841508 17.349609 12.489943 18.426369 14.373047 20.173828 C 16.256151 18.426369 18.761942 17.349609 21.554688 17.349609 L 21.554688 8.5722656 C 18.761942 8.5722656 16.256151 9.6490246 14.373047 11.396484 C 12.489943 9.6490246 9.9841509 8.5722656 7.1914062 8.5722656 z M 12.730469 12.566406 L 13.84375 12.566406 L 15.162109 14.636719 L 15.162109 12.566406 L 16.015625 12.566406 L 16.015625 16.179688 L 15.119141 16.179688 L 13.583984 13.699219 L 13.583984 16.179688 L 12.730469 16.179688 L 12.730469 12.566406 z " + id="path3404" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/blue.svg b/svgs/wip/odyssey.svg similarity index 82% rename from svgs/svg_templates_twelf/blue.svg rename to svgs/wip/odyssey.svg index 48d3c3ae2..f745ee0c0 100644 --- a/svgs/svg_templates_twelf/blue.svg +++ b/svgs/wip/odyssey.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="blue.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="odyssey.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" + inkscape:cx="2.7607507" inkscape:cy="12.263357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#2196f3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#2196f3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="m 14.373335,7.4901759 c -3.622715,0 -6.5208871,2.8981731 -6.5208871,6.5208871 v 5.071801 a 2.1736286,2.1736286 0 0 0 2.1736291,2.173628 h 2.173628 V 15.460149 H 9.3015336 v -1.449086 a 5.0718001,5.0718001 0 0 1 5.0718014,-5.0718011 5.0718001,5.0718001 0 0 1 5.0718,5.0718011 v 1.449086 h -2.898172 v 5.796343 h 2.173629 a 2.1736286,2.1736286 0 0 0 2.173628,-2.173628 v -5.071801 c 0,-3.622714 -2.919908,-6.5208871 -6.520885,-6.5208871 z" + id="path2" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.72454292" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/grey.svg b/svgs/wip/omniswitch.svg similarity index 80% rename from svgs/svg_templates_twelf/grey.svg rename to svgs/wip/omniswitch.svg index 2908c3249..fb94b2454 100644 --- a/svgs/svg_templates_twelf/grey.svg +++ b/svgs/wip/omniswitch.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="grey.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="omniswitch-retocar.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,19 +1844,21 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="22.627418" + inkscape:cx="20.154421" + inkscape:cy="20.071955" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" - showguides="false"> + showguides="false" + objecttolerance="8" + gridtolerance="10"> <inkscape:grid type="xygrid" id="grid2985" @@ -1888,9 +1866,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1907,10 +1887,10 @@ </cc:Agent> </dc:creator> <cc:license - rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" /> </cc:Work> <cc:License - rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/"> <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" /> <cc:permits @@ -1932,380 +1912,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#212121;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#9e9e9e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#9e9e9e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2294,55 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="stroke-width:0.51192373;fill:#ffffff;fill-opacity:1" + d="M 12.326172 8.7421875 C 11.477989 8.7421876 10.789062 9.4291607 10.789062 10.277344 L 10.789062 13.433594 L 10.789062 13.470703 L 11.685547 13.470703 L 11.685547 13.412109 L 11.685547 10.277344 L 17.060547 10.277344 L 17.060547 11.984375 L 17.957031 11.984375 L 17.957031 11.974609 L 17.957031 10.277344 C 17.957031 9.4291609 17.270058 8.7421882 16.421875 8.7421875 L 12.326172 8.7421875 z M 17.060547 15.263672 L 17.060547 17.445312 L 11.685547 17.445312 L 11.685547 16.773438 L 10.789062 16.773438 L 10.789062 16.814453 L 10.789062 18.46875 C 10.789062 19.316933 11.477989 20.003906 12.326172 20.003906 L 16.421875 20.003906 C 17.270058 20.003905 17.957031 19.316933 17.957031 18.46875 L 17.957031 15.279297 L 17.957031 15.263672 L 17.060547 15.263672 z M 13.349609 18.46875 L 15.396484 18.46875 L 15.396484 18.980469 L 13.349609 18.980469 L 13.349609 18.46875 z " + id="path2" /> + <path + inkscape:connector-curvature="0" + d="m 19.271514,14.373334 c 0,0.718813 -0.154837,1.401463 -0.432977,2.016415 l 0.04057,2.711256 c 1.247665,-1.189462 2.02513,-2.867773 2.02513,-4.727671 h 2.449092 l -3.265455,-3.265455 -3.265455,3.265455 m -8.9799993,1e-6 -2.449091,-1e-6 3.2654547,3.265454 3.2654556,-3.265455 -2.4490922,10e-7 c 10e-8,-0.7042 0.148605,-1.373691 0.4161659,-1.978825 L 9.8834336,9.6305752 C 8.6264884,10.820911 7.8424239,12.505559 7.8424237,14.373335 Z" + id="path2-9" + style="fill:#ffffff;fill-opacity:1;stroke-width:0.81636363" + sodipodi:nodetypes="ccccccccccccccc" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/brown.svg b/svgs/wip/onetimepad.svg similarity index 82% rename from svgs/svg_templates_twelf/brown.svg rename to svgs/wip/onetimepad.svg index c33aebf25..3bdcf3484 100644 --- a/svgs/svg_templates_twelf/brown.svg +++ b/svgs/wip/onetimepad.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="brown.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="onetimepad.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="22.627418" + inkscape:cx="12.462241" + inkscape:cy="14.576506" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#795548;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#795548;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="m 11.064472,15.696879 a 1.3235455,1.3235455 0 0 1 -1.3235475,-1.323545 1.3235455,1.3235455 0 0 1 1.3235475,-1.323546 1.3235455,1.3235455 0 0 1 1.323545,1.323546 1.3235455,1.3235455 0 0 1 -1.323545,1.323545 m 3.739015,-2.647091 c -0.542653,-1.54193 -2.011788,-2.647091 -3.739015,-2.647091 a 3.9706363,3.9706363 0 0 0 -3.9706377,3.970637 3.9706363,3.9706363 0 0 0 3.9706377,3.970637 c 1.727227,0 3.196362,-1.105161 3.739015,-2.647092 h 2.878711 v 2.647092 h 2.647091 v -2.647092 h 1.323545 v -2.647091 z" + id="path2" + style="stroke-width:0.66177273;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/red.svg b/svgs/wip/openlauncher.svg similarity index 81% rename from svgs/svg_templates_twelf/red.svg rename to svgs/wip/openlauncher.svg index 7dc7b7b4d..993b2fc61 100644 --- a/svgs/svg_templates_twelf/red.svg +++ b/svgs/wip/openlauncher.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="red.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="openlauncher.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:cx="7.7306577" + inkscape:cy="19.13053" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#f44336;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#f44336;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,62 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.09735107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + d="M 8.9804688 7.7929688 C 8.3171462 7.7929688 7.7832031 8.3269118 7.7832031 8.9902344 L 7.7832031 17.90625 C 7.9896343 17.769766 8.2231922 17.671875 8.4902344 17.671875 L 10.177734 17.671875 L 10.177734 8.9902344 C 10.177734 8.3269118 9.6437913 7.7929688 8.9804688 7.7929688 z " + id="rect4916" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.09735107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + id="rect4916-7" + width="2.3946662" + height="13.170667" + x="18.569334" + y="-20.953333" + ry="1.1973331" + transform="rotate(90)" /> + <path + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.09735107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" + d="M 10.839844 7.7929688 C 10.976616 7.9995419 11.076172 8.2326509 11.076172 8.5 L 11.076172 10.1875 L 19.755859 10.1875 C 20.419182 10.1875 20.953125 9.6535569 20.953125 8.9902344 C 20.953125 8.3269118 20.419182 7.7929688 19.755859 7.7929688 L 10.839844 7.7929688 z " + id="rect4916-7-8" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/svg_templates_twelf/amber.svg b/svgs/wip/torrentclient.svg similarity index 79% rename from svgs/svg_templates_twelf/amber.svg rename to svgs/wip/torrentclient.svg index b186b2f0b..af053c044 100644 --- a/svgs/svg_templates_twelf/amber.svg +++ b/svgs/wip/torrentclient.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="amber.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="torrentclient.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1869,15 +1845,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.000001" - inkscape:cx="24.073249" + inkscape:cx="2.7607507" inkscape:cy="12.263357" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" - style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#212121;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#ffc107;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#9e9e9e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#bf360c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,89 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <g + style="display:inline" + id="g4578" + transform="matrix(0.99133166,0,0,0.99133166,179.94864,86.111142)"> <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> + id="g4680" + transform="matrix(0.10970453,0,0,0.10970453,-136.443,-59.826384)"> + <circle + r="14.236074" + cy="-170.16397" + cx="-283.61288" + id="path4604" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="14.236074" + cy="-66.307121" + cx="-326.33978" + id="path4604-0" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="14.236074" + cy="-109.67496" + cx="-223.23717" + id="path4604-8" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4627" + d="m -283.42978,-174.33218 a 65.070427,65.070427 0 0 0 -65.06875,65.07084 65.070427,65.070427 0 0 0 65.06875,65.07083 65.070427,65.070427 0 0 0 65.07083,-65.07083 65.070427,65.070427 0 0 0 -65.07083,-65.07084 z m 0,9.23959 a 55.830896,55.830896 0 0 1 55.83125,55.83125 55.830896,55.830896 0 0 1 -55.83125,55.831246 55.830896,55.830896 0 0 1 -55.82916,-55.831246 55.830896,55.830896 0 0 1 55.82916,-55.83125 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - style="fill:none" + sodipodi:nodetypes="cc" inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> + id="path4662" + d="m -325.45357,-69.456044 c 41.03522,-33.552326 44.4045,-71.165296 41.21838,-104.724346" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.33333302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" + sodipodi:nodetypes="cc" inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> + id="path4662-3" + d="m -224.46102,-108.35036 c -42.01206,-2.70119 -66.37062,4.52196 -108.72351,45.515958" + style="display:inline;fill:none;fill-opacity:0.5177665;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.33333302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + </g> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/wip/tremotef.svg b/svgs/wip/tremotef.svg new file mode 100644 index 000000000..972737f2b --- /dev/null +++ b/svgs/wip/tremotef.svg @@ -0,0 +1,2568 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="tremotef.svg" + inkscape:export-filename="C:\Users\rdiazalo\Desktop\Ameix-302\MDPI\tremotef.png" + inkscape:export-xdpi="160.29684" + inkscape:export-ydpi="160.29684"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + <filter + id="filter9771" + x="-0.029765811" + width="1.0595316" + y="-0.13995509" + height="1.2799102"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.5196773" + id="feGaussianBlur9773" /> + </filter> + <linearGradient + x1="10.1875" + y1="20.25" + x2="10.1875" + y2="42.5" + id="linearGradient5954" + xlink:href="#linearGradient5948" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5948"> + <stop + id="stop5950" + style="stop-color:#787b76;stop-opacity:1" + offset="0" /> + <stop + id="stop5956" + style="stop-color:#babcb9;stop-opacity:1" + offset="0.87125719" /> + <stop + id="stop5952" + style="stop-color:#787b76;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="13.625" + y1="33.125" + x2="14.125" + y2="24" + id="linearGradient5928" + xlink:href="#linearGradient5871" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5871"> + <stop + id="stop5873" + style="stop-color:#f0f2ef;stop-opacity:1" + offset="0" /> + <stop + id="stop5875" + style="stop-color:#cdd1c8;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.9375" + y1="30.616879" + x2="23.9375" + y2="36.357994" + id="linearGradient5841" + xlink:href="#linearGradient5835" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5835"> + <stop + id="stop5837" + style="stop-color:#555753;stop-opacity:1" + offset="0" /> + <stop + id="stop5839" + style="stop-color:#2e3436;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="20.771132" + y1="32.248005" + x2="20.563131" + y2="23.939499" + id="linearGradient5849" + xlink:href="#linearGradient5843" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5843"> + <stop + id="stop5845" + style="stop-color:#888a85;stop-opacity:1" + offset="0" /> + <stop + id="stop5847" + style="stop-color:#2e3436;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="14.8125" + y1="5.6244211" + x2="14.8125" + y2="9" + id="linearGradient5904" + xlink:href="#linearGradient5898" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5898"> + <stop + id="stop5900" + style="stop-color:#cc0000;stop-opacity:1" + offset="0" /> + <stop + id="stop5906" + style="stop-color:#ef0000;stop-opacity:1" + offset="0.36509839" /> + <stop + id="stop5902" + style="stop-color:#aa0000;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="24.040522" + y1="5.0690055" + x2="24.040522" + y2="10.0086" + id="linearGradient5914" + xlink:href="#linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(24.019823,-1.7707647)" /> + <linearGradient + x1="24.71875" + y1="35.958694" + x2="23.936657" + y2="17.070877" + id="linearGradient9781" + xlink:href="#linearGradient9775" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient9775"> + <stop + id="stop9777" + style="stop-color:#f9f9f9;stop-opacity:1" + offset="0" /> + <stop + id="stop9779" + style="stop-color:#eeeeec;stop-opacity:0.62037039" + offset="1" /> + </linearGradient> + <linearGradient + x1="18.3125" + y1="20.743757" + x2="18.3125" + y2="21.814325" + id="linearGradient9789" + xlink:href="#linearGradient4487" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(23.150899,-1.4375173)" /> + <linearGradient + x1="23.738585" + y1="4.156569" + x2="23.738585" + y2="19.46567" + id="linearGradient5240" + xlink:href="#linearGradient5234" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5234"> + <stop + id="stop5236" + style="stop-color:#babdb6;stop-opacity:1" + offset="0" /> + <stop + id="stop5242" + style="stop-color:#eeeeec;stop-opacity:1" + offset="0.13299191" /> + <stop + id="stop5238" + style="stop-color:#babdb6;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.732271" + y1="30.057167" + x2="23.688078" + y2="22.632544" + id="linearGradient5829" + xlink:href="#linearGradient5823" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5823"> + <stop + id="stop5825" + style="stop-color:#2e3436;stop-opacity:1" + offset="0" /> + <stop + id="stop5827" + style="stop-color:#2e3436;stop-opacity:0" + offset="1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="19.117859" + inkscape:cy="22.49831" + inkscape:document-units="pt" + inkscape:current-layer="g1381" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#f44336;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="stroke-width:1.06666672px">your</flowPara></flowRoot> <g + transform="translate(-522.97985,-295.91775)" + id="layer1-16"> + <g + transform="matrix(11.364498,0,0,10.81868,-178.86456,-137.88887)" + id="g2644"> + <g + id="g1381" + transform="matrix(0.03715912,0,0,0.03715912,62.129027,40.658888)"> + <g + id="g4989" + style="fill:#ffffff;fill-opacity:1"> + <path + id="rect4951" + transform="matrix(2.3680143,0,0,2.487484,-9.9948984,-15.096238)" + d="M 10.242188 13.082031 C 9.3802958 13.082031 8.6855469 13.615974 8.6855469 14.279297 L 8.6855469 20.265625 C 8.6855469 20.928948 9.3802958 21.462891 10.242188 21.462891 L 18.505859 21.462891 C 19.367751 21.462891 20.060547 20.928948 20.060547 20.265625 L 20.060547 14.279297 C 20.060547 13.615974 19.367751 13.082031 18.505859 13.082031 L 10.242188 13.082031 z M 13.263672 14.867188 L 15.484375 14.867188 L 15.484375 17.087891 L 16.964844 17.087891 L 14.373047 19.679688 L 11.78125 17.087891 L 13.263672 17.087891 L 13.263672 14.867188 z " + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.46574306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" /> + <rect + ry="2.9783473" + rx="3.6840649" + y="4.289557" + x="10.573675" + height="5.9566951" + width="26.935373" + id="rect4951-5" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.79338026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" /> + <rect + ry="0.7036072" + rx="6.6762428" + y="8.7570782" + x="20.857962" + height="13.402564" + width="6.3668008" + id="rect4977" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:14.59044361;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke" /> + </g> + </g> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/wip/tusky.svg b/svgs/wip/tusky.svg new file mode 100644 index 000000000..a11d86fd0 --- /dev/null +++ b/svgs/wip/tusky.svg @@ -0,0 +1,2367 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="28.746668" + height="28.746668" + id="svg2" + version="1.1" + inkscape:version="0.92.1 r15371" + sodipodi:docname="tusky.svg" + inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" + inkscape:export-xdpi="640" + inkscape:export-ydpi="640"> + <title + id="title3766">Twelf Icon Template</title> + <defs + id="defs4"> + <linearGradient + id="linearGradient5306"> + <stop + style="stop-color:#ffffff;stop-opacity:0.09876543;" + offset="0" + id="stop5308" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5310" /> + </linearGradient> + <linearGradient + id="linearGradient5290"> + <stop + style="stop-color:#00ffff;stop-opacity:0.09803922;" + offset="0" + id="stop5292" /> + <stop + id="stop6740" + offset="0.5" + style="stop-color:#00ff7f;stop-opacity:0.04705882;" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop5294" /> + </linearGradient> + <linearGradient + id="linearGradient5188"> + <stop + style="stop-color:#64b5f6;stop-opacity:0.24705882;" + offset="0" + id="stop5198" /> + <stop + style="stop-color:#64b5f6;stop-opacity:0;" + offset="1" + id="stop5192" /> + </linearGradient> + <linearGradient + id="linearGradient3975" + osb:paint="solid"> + <stop + style="stop-color:#ff5555;stop-opacity:1;" + offset="0" + id="stop3977" /> + </linearGradient> + <linearGradient + id="linearGradient3969" + osb:paint="solid"> + <stop + style="stop-color:#87cdde;stop-opacity:1;" + offset="0" + id="stop3971" /> + </linearGradient> + <filter + id="filter3945" + inkscape:label="filtro1" + x="0" + y="6" + width="1.2" + style="color-interpolation-filters:sRGB"> + <feDiffuseLighting + id="feDiffuseLighting3947" + lighting-color="#fdfdfd" + surfaceScale="121.49533081" + diffuseConstant="28.44827652" /> + </filter> + <filter + inkscape:label="Drop Shadow" + id="filter3979" + style="color-interpolation-filters:sRGB"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3981" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3983" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3985" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3987" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3989" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3991" /> + <feFlood + id="feFlood3993" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3995" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3997" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3999" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite4001" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + style="color-interpolation-filters:sRGB" + inkscape:label="Drop Shadow" + id="filter3876"> + <feFlood + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + id="feFlood3878" /> + <feComposite + in="flood" + in2="SourceGraphic" + operator="in" + result="composite1" + id="feComposite3880" /> + <feGaussianBlur + stdDeviation="6" + result="blur" + id="feGaussianBlur3882" /> + <feOffset + dx="0" + dy="6" + result="offset" + id="feOffset3884" /> + <feComposite + in="SourceGraphic" + in2="offset" + operator="over" + result="fbSourceGraphic" + id="feComposite3886" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3888" /> + <feFlood + id="feFlood3890" + flood-opacity="0.397" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3892" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3894" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3896" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3898" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3900" /> + <feFlood + id="feFlood3902" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3904" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3906" + stdDeviation="19.2" + result="blur" /> + <feOffset + id="feOffset3908" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3910" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3912" /> + <feFlood + id="feFlood3914" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3916" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3918" + stdDeviation="26.1" + result="blur" /> + <feOffset + id="feOffset3920" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3922" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3924" /> + <feFlood + id="feFlood3926" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3928" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3930" + stdDeviation="35.7" + result="blur" /> + <feOffset + id="feOffset3932" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3934" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3936" /> + <feFlood + id="feFlood3938" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3940" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3942" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset3944" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3946" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3948" /> + <feFlood + id="feFlood3950" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3952" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3954" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3956" + dx="0" + dy="6" + result="offset" /> + <feComposite + id="feComposite3958" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3960" /> + <feFlood + id="feFlood3962" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3964" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3966" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3968" + dx="0" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3970" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3972" /> + <feFlood + id="feFlood3974" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3976" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3978" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3980" + dx="3.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3982" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3984" /> + <feFlood + id="feFlood3986" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite3988" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur3990" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset3992" + dx="9.6" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite3994" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix3996" /> + <feFlood + id="feFlood3998" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4000" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4002" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4004" + dx="1.2" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4006" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4008" /> + <feFlood + id="feFlood4010" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4012" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4014" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4016" + dx="-1.4" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4018" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4020" /> + <feFlood + id="feFlood4022" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4024" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4026" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4028" + dx="0.3" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4030" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4032" /> + <feFlood + id="feFlood4034" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4036" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4038" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4040" + dx="-8.04912e-16" + dy="1.9" + result="offset" /> + <feComposite + id="feComposite4042" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4044" /> + <feFlood + id="feFlood4046" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4048" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4050" + stdDeviation="21.7" + result="blur" /> + <feOffset + id="feOffset4052" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4054" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4056" /> + <feFlood + id="feFlood4058" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4060" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4062" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4064" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4066" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4080" /> + <feFlood + id="feFlood4082" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4084" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4086" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4088" + dx="-8.04912e-16" + dy="3.6" + result="offset" /> + <feComposite + id="feComposite4090" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4092" /> + <feFlood + id="feFlood4094" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4096" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4098" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4100" + dx="-8.04912e-16" + dy="7.7" + result="offset" /> + <feComposite + id="feComposite4102" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4104" /> + <feFlood + id="feFlood4106" + flood-opacity="0.8" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4108" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4110" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4112" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4114" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4116" /> + <feFlood + id="feFlood4118" + flood-opacity="0.5" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4120" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4122" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4124" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4126" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4128" /> + <feFlood + id="feFlood4130" + flood-opacity="0.3" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4132" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4134" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4136" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4138" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4140" /> + <feFlood + id="feFlood4142" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4144" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4148" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4150" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4152" /> + <feFlood + id="feFlood4154" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4156" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4158" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4160" + dx="-8.04912e-16" + dy="11.6" + result="offset" /> + <feComposite + id="feComposite4162" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="fbSourceGraphic" /> + <feColorMatrix + result="fbSourceGraphicAlpha" + in="fbSourceGraphic" + values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0" + id="feColorMatrix4164" /> + <feFlood + id="feFlood4166" + flood-opacity="0.2" + flood-color="rgb(0,0,0)" + result="flood" + in="fbSourceGraphic" /> + <feComposite + id="feComposite4168" + in2="fbSourceGraphic" + in="flood" + operator="in" + result="composite1" /> + <feGaussianBlur + id="feGaussianBlur4170" + stdDeviation="6" + result="blur" /> + <feOffset + id="feOffset4172" + dx="-8.04912e-16" + dy="6" + result="offset" /> + <feComposite + id="feComposite4174" + in2="offset" + in="fbSourceGraphic" + operator="over" + result="composite2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4522" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4524" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4526" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2" /> + </filter> + <filter + inkscape:label="Cross-smooth" + inkscape:menu="Blurs" + inkscape:menu-tooltip="Blur inner borders and intersections" + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> + <feGaussianBlur + stdDeviation="3" + id="feGaussianBlur4578-8-5-2" /> + <feColorMatrix + result="fbSourceGraphic" + values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 6 -2.5 " + id="feColorMatrix4580-0-2-7" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="radialGradient5296" + cx="9" + cy="1032.1122" + fx="9" + fy="1032.1122" + r="10.125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.9444444,0,0,1.9444474,-13.5625,-977.58811)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5306" + id="linearGradient5312" + x1="-15.75" + y1="1029.2997" + x2="23.625" + y2="1029.2997" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3783-1"> + <stop + id="stop3785-2" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803-6" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827-7" + xlink:href="#linearGradient3783-1" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="30" + y1="90" + x1="-10" + id="linearGradient3827" + xlink:href="#linearGradient3783" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3783"> + <stop + id="stop3785" + offset="0" + style="stop-color:#1e94d3;stop-opacity:1;" /> + <stop + style="stop-color:#1e94d3;stop-opacity:1;" + offset="1" + id="stop3803" /> + </linearGradient> + <linearGradient + id="linearGradient3821"> + <stop + id="stop3823" + offset="0" + style="stop-color:#37aee2;stop-opacity:1;" /> + <stop + id="stop3825" + offset="1" + style="stop-color:#1e96c8;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3829"> + <stop + style="stop-color:#1f96d4;stop-opacity:1;" + offset="0" + id="stop3831" /> + <stop + style="stop-color:#37aee2;stop-opacity:1;" + offset="1" + id="stop3833" /> + </linearGradient> + <linearGradient + id="linearGradient3877"> + <stop + id="stop3879" + offset="0" + style="stop-color:#eff7fc;stop-opacity:1;" /> + <stop + id="stop3881" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3689"> + <stop + id="stop3691" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675"> + <stop + id="stop3677" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840" + xlink:href="#linearGradient3675" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636" /> + <stop + id="stop3638" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838" + xlink:href="#linearGradient3634" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712"> + <stop + id="stop3714" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720" /> + <stop + id="stop3716" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836" + xlink:href="#linearGradient3712" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710" /> + <stop + id="stop3706" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834" + xlink:href="#linearGradient3702" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628" /> + <stop + id="stop3630" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3626" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646"> + <stop + id="stop3648" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654" /> + <stop + id="stop3658" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830" + xlink:href="#linearGradient3646" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3668" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649"> + <stop + id="stop3651" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826" + xlink:href="#linearGradient3649" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852" /> + <inkscape:perspective + id="perspective3924" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3689-2"> + <stop + id="stop3691-2" + offset="0" + style="stop-color:#f68000;stop-opacity:1;" /> + <stop + id="stop3693-3" + offset="1" + style="stop-color:#fd9800;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3675-8"> + <stop + id="stop3677-4" + offset="0" + style="stop-color:#ffb900;stop-opacity:1;" /> + <stop + id="stop3679-7" + offset="1" + style="stop-color:#ffd76b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="463.26218" + x2="412.23013" + y1="461.92139" + x1="-113.89329" + gradientUnits="userSpaceOnUse" + id="linearGradient3840-4" + xlink:href="#linearGradient3675-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3634-7"> + <stop + style="stop-color:#7a8288;stop-opacity:1;" + offset="0" + id="stop3636-4" /> + <stop + id="stop3638-6" + offset="0.07633271" + style="stop-color:#9fa3a7;stop-opacity:1;" /> + <stop + style="stop-color:#7d858b;stop-opacity:1;" + offset="1" + id="stop3640-9" /> + </linearGradient> + <linearGradient + y2="12.703197" + x2="151.34604" + y1="-0.64152896" + x1="107.20918" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-0.13983991,-0.01181449)" + gradientUnits="userSpaceOnUse" + id="linearGradient3838-1" + xlink:href="#linearGradient3634-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3712-7"> + <stop + id="stop3714-7" + offset="0" + style="stop-color:#a1abb2;stop-opacity:1;" /> + <stop + style="stop-color:#eaeced;stop-opacity:1;" + offset="0.14824273" + id="stop3720-2" /> + <stop + id="stop3716-3" + offset="1" + style="stop-color:#c6ccd0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="27.389442" + x2="164.75943" + y1="12.640625" + x1="104.88638" + gradientUnits="userSpaceOnUse" + id="linearGradient3836-7" + xlink:href="#linearGradient3712-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3702-3"> + <stop + id="stop3704-5" + offset="0" + style="stop-color:#7a8288;stop-opacity:1;" /> + <stop + style="stop-color:#9fa3a7;stop-opacity:1;" + offset="0.5288403" + id="stop3710-4" /> + <stop + id="stop3706-4" + offset="1" + style="stop-color:#7d858b;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="268.41544" + x2="334.03125" + y1="252.48438" + x1="18.875" + gradientUnits="userSpaceOnUse" + id="linearGradient3834-9" + xlink:href="#linearGradient3702-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3626-6"> + <stop + style="stop-color:#a1abb2;stop-opacity:1;" + offset="0" + id="stop3628-0" /> + <stop + id="stop3630-5" + offset="0.08297831" + style="stop-color:#eaeced;stop-opacity:1;" /> + <stop + style="stop-color:#c6ccd0;stop-opacity:1;" + offset="1" + id="stop3632-7" /> + </linearGradient> + <linearGradient + y2="290.6998" + x2="278.4324" + y1="228.59993" + x1="44.103722" + gradientUnits="userSpaceOnUse" + id="linearGradient3832-3" + xlink:href="#linearGradient3626-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3646-6"> + <stop + id="stop3648-6" + offset="0" + style="stop-color:#f48200;stop-opacity:0;" /> + <stop + style="stop-color:#f48200;stop-opacity:0.72784811;" + offset="0.58887613" + id="stop3654-6" /> + <stop + id="stop3658-4" + offset="0.81621653" + style="stop-color:#cc5f00;stop-opacity:1;" /> + <stop + id="stop3650-0" + offset="1" + style="stop-color:#a43d00;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="55.356419" + x2="261.62219" + y1="70.105232" + x1="115.20164" + gradientUnits="userSpaceOnUse" + id="linearGradient3830-6" + xlink:href="#linearGradient3646-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3668-5"> + <stop + style="stop-color:#9b4400;stop-opacity:1;" + offset="0" + id="stop3670-3" /> + <stop + style="stop-color:#e56300;stop-opacity:1;" + offset="1" + id="stop3672-2" /> + </linearGradient> + <linearGradient + y2="108.98846" + x2="93.522026" + y1="102.28447" + x1="64.751183" + gradientUnits="userSpaceOnUse" + id="linearGradient3828-1" + xlink:href="#linearGradient3668-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3649-3"> + <stop + id="stop3651-9" + offset="0" + style="stop-color:#e26400;stop-opacity:1;" /> + <stop + id="stop3653-7" + offset="1" + style="stop-color:#ffb900;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="125.31633" + x2="44.375881" + y1="100.34167" + x1="40.775471" + gradientTransform="matrix(1,0,0,1.0202334,0,-1.4234613)" + gradientUnits="userSpaceOnUse" + id="linearGradient3826-1" + xlink:href="#linearGradient3649-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" + id="perspective3852-5" /> + <inkscape:perspective + id="perspective3924-4" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient2460" + y2="44.984001" + gradientUnits="userSpaceOnUse" + x2="19.360001" + y1="21.030804" + x1="19.244999"> + <stop + id="stop3602" + style="stop-color:#fafafa;stop-opacity:1;" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2460" + id="linearGradient3157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(12.102564,0,0,12.102564,-34.468255,-46.187105)" + x1="18.930269" + y1="6.2951212" + x2="19.360001" + y2="36.643665" /> + <linearGradient + id="linearGradient5479-2"> + <stop + id="stop5481-7" + offset="0" + style="stop-color:#be5300;stop-opacity:1;" /> + <stop + style="stop-color:#f07300;stop-opacity:1" + offset="0.76255572" + id="stop5483-4" /> + <stop + id="stop5485-2" + offset="1" + style="stop-color:#e67700;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="134.64415" + x2="128.50706" + y1="101.1183" + x1="4.1104655" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + gradientUnits="userSpaceOnUse" + id="linearGradient3900" + xlink:href="#linearGradient5479-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5479-6"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481-6" /> + <stop + id="stop5483-0" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479-6" + id="linearGradient5467-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + id="linearGradient5447"> + <stop + id="stop5451" + offset="0" + style="stop-color:#e66e00;stop-opacity:1;" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5453" /> + </linearGradient> + <linearGradient + id="linearGradient5479"> + <stop + style="stop-color:#be5300;stop-opacity:1;" + offset="0" + id="stop5481" /> + <stop + id="stop5483" + offset="0.76255572" + style="stop-color:#f07300;stop-opacity:1" /> + <stop + style="stop-color:#e67700;stop-opacity:1;" + offset="1" + id="stop5485" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5479" + id="linearGradient5467" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2351592,0,0,1.2351592,262.25708,326.9873)" + x1="4.1104655" + y1="101.1183" + x2="128.50706" + y2="134.64415" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3416" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3418" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3420" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#ButtonShadow-0-1-1-5" + id="linearGradient5342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0074153,0,0,1.0074153,-810.48879,593.1369)" + x1="1012.5133" + y1="484.41721" + x2="1006.8082" + y2="20.625916" /> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3409" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3411" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3413" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3402" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3404" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3406" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="linearGradient3395" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3397" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3399" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + gradientUnits="userSpaceOnUse" + id="ButtonShadow-0-1-1-5" + y2="7.0165396" + x2="45.447727" + y1="92.539597" + x1="45.447727"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop3750-8-9-3-6" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.58823532" + id="stop3752-5-6-4-2" /> + </linearGradient> + <linearGradient + id="linearGradient4046"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop4048" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.2" + id="stop4050" /> + </linearGradient> + <linearGradient + id="linearGradient3737"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop3739" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0" + id="stop3741" /> + </linearGradient> + <linearGradient + id="linearGradient4487"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1" + id="stop4489" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0" + id="stop4491" /> + </linearGradient> + <linearGradient + y2="251.66064" + x2="1011.9534" + y1="476.25983" + x1="1016.1035" + gradientTransform="translate(-146.22032,369.08845)" + gradientUnits="userSpaceOnUse" + id="linearGradient4082" + xlink:href="#linearGradient4487" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3803" + x1="259.99384" + y1="44" + x2="259.99384" + y2="464" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientTransform="matrix(9.2574736,0,0,9.2574736,-1595.9285,-1607.2111)" + gradientUnits="userSpaceOnUse" + id="linearGradient3017" + xlink:href="#SVGID_2_" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#SVGID_2_" + id="linearGradient3021" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(13.577628,0,0,13.577628,-2026.1619,-2566.7096)" + x1="200.0508" + y1="185.0742" + x2="200.0508" + y2="217.4595" /> + <linearGradient + y2="217.4595" + x2="200.0508" + y1="185.0742" + x1="200.0508" + gradientUnits="userSpaceOnUse" + id="SVGID_2_"> + <stop + id="stop13" + style="stop-color:#61B74A" + offset="0" /> + <stop + id="stop15" + style="stop-color:#449934" + offset="1" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.0499906,0,-19.270593)" + r="191.6187" + fy="385.4841" + fx="558.35437" + cy="385.4841" + cx="558.35437" + id="radialGradient3867" + xlink:href="#XMLID_74_-8-1" + inkscape:collect="always" /> + <linearGradient + y2="48.0854" + x2="78.466103" + y1="56.3008" + x1="64.477501" + gradientUnits="userSpaceOnUse" + id="XMLID_74_-8-1"> + <stop + id="stop155-3-8" + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" /> + <stop + id="stop157-94-6" + style="stop-color:#e6e6e6;stop-opacity:1;" + offset="1" /> + </linearGradient> + <filter + style="color-interpolation-filters:sRGB" + inkscape:collect="always" + id="filter6206-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.658125" + id="feGaussianBlur6208-9" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="32.09652" + inkscape:cy="17.024613" + inkscape:document-units="pt" + inkscape:current-layer="g163" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + units="px" + showguides="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Twelf Icon Template</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>xphnx</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="background" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1093.773)" + style="display:inline" + sodipodi:insensitive="true"> + <path + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" + inkscape:connector-curvature="0" + id="rect6141-3" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> + <rect + style="display:inline;opacity:1;fill:#2196f3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4731-1" + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> + <g + id="g4337" + transform="translate(-22.320454,1056.4942)"> + <path + id="path4329" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g4666" + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> + <path + id="path4656" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g5363" + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> + <path + id="path5355" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + <g + id="g5646" + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> + <path + id="path5638" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + </g> + </g> + <path + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" + id="rect4731" + inkscape:connector-curvature="0" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987" + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4" + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42" + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41" + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2" + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-2" + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-3" + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-5" + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4" + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-9" + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-8" + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-6" + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3" + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7" + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9" + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0" + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5" + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-7-3" + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-4-7-9" + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-9-7" + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-41-0-0" + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5" + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-34" + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-1" + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-4" + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-8" + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-8" + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-4-4" + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1" + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-9" + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-5-5-6" + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> + <rect + style="fill:none;stroke-width:1.06666672" + id="rect2987-42-2-3-1-5" + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> + <rect + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4132" + width="192" + height="192" + x="160" + y="578.51965" /> + <g + id="g4198" + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> + <path + id="path4188" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g6215" + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> + <path + id="path6205" + d="M 0,0 H 51.2 V 51.2 H 0 Z" + inkscape:connector-curvature="0" + style="fill:none;stroke-width:1.06666672" /> + </g> + <g + id="g3277" + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> + <g + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" + id="layer1-1" + inkscape:label="Ebene 1"> + <g + id="g4793" + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> + <g + id="layer1-6" + inkscape:label="Livello 1" + transform="translate(0,-576.38633)" /> + <g + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" + id="g3950" /> + <g + id="g3097" + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> + <path + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" + id="path2843" + inkscape:connector-curvature="0" /> + </g> + <g + id="g8016" + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.2;fill:#1a237e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" + id="rect4731-2" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="icon" + style="display:inline"> + <flowRoot + xml:space="preserve" + id="flowRoot4698" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect + id="rect4702" + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <g + style="stroke-width:0.052917" + transform="matrix(0.35850708,0,0,0.35765066,-0.07176271,13.475)" + id="g171"> + <g + style="stroke:#efefef" + id="g167"> + <g + style="stroke:#efefef;stroke-width:0.052917" + id="g165"> + <g + id="g4937"> + <g + id="g163" + transform="matrix(1.0012,0,0,1.0012,-0.2806,-0.13189)" + style="stroke-width:0.052853"> + <path + id="path159" + d="M 33.997,14.956 C 27.2465,14.30008 22.721,10.953 21.162,5.4628 c -0.97232,-3.4236 -0.40007,-6.6554 1.7689,-9.9897 1.963,-3.0177 4.5842,-4.9793 6.6538,-4.9793 h 0.55721 l -0.68124,0.45556 c -2.3327,1.5599 -4.1732,3.9523 -5.0456,6.5585 -0.51198,1.5295 -0.64528,4.5724 -0.27628,6.3067 0.63604,2.9894 2.4635,5.3876 5.0854,6.6734 1.7788,0.87238 3.409,1.2191 5.7324,1.2191 3.8422,0 6.9587,-1.203 9.6137,-3.711 l 0.90726,-0.85704 -0.45582,-1.0092 c -0.40414,-0.89475 -1.3238,-3.3221 -3.0074,-7.9377 -0.66266,-1.8167 -1.3902,-3.0367 -2.6217,-4.3966 -0.83567,-0.92274 -2.4857,-2.3558 -3.8598,-3.3523 -0.41933,-0.3041 -0.41152,-0.30624 0.78481,-0.21562 4.547,0.34444 6.8542,2.8969 10.192,11.276 0.58286,1.463 0.84878,2.0983 0.96426,2.3599 0.02953,0.0669 0.07669,0.21387 0.13247,0.16887 0.05579,-0.044998 0.2425,-0.39246 0.30776,-0.50578 0.06527,-0.11332 0.13756,-0.25964 0.22146,-0.43667 0.0839,-0.17703 0.1794,-0.38476 0.29108,-0.62088 0.81832,-1.7301 1.8142,-4.5739 2.1755,-6.2124 0.17685,-0.80191 0.31139,-1.0422 0.6944,-1.2403 1.2546,-0.64879 2.3739,-0.046158 2.3739,1.2782 0,2.3978 -1.562,7.2043 -3.3553,10.325 -0.11458,0.1994 -0.2299,0.32992 -0.28958,0.44825 -0.05969,0.11833 -0.22117,0.32942 -0.18689,0.38982 0.0262,0.046164 0.03631,0.058028 0.07857,0.1003 0.04494,0.044952 0.10546,0.1025 0.18606,0.16729 0.59444,0.47791 2.1261,1.0701 2.9132,1.178 1.0012,0.13722 2.1429,-0.34975 2.7808,-1.186 1.4436,-1.8927 1.7772,-5.2915 1.0067,-10.256 -0.28139,-1.8131 -0.2804,-1.8507 0.0612,-2.3095 0.8275,-1.1115 1.8285,-0.9019 2.5288,0.52951 1.4339,2.9307 1.2081,10.094 -0.43371,13.76 -0.9119,2.0362 -2.4949,3.1576 -5.135,3.6376 -2.1119,0.38401 -3.6271,-0.10683 -5.3738,-1.7407 l -1.0573,-0.98905 -0.49724,0.52519 c -1.2916,1.3642 -4.2775,3.0339 -6.4849,3.6264 -1.0871,0.29178 -3.7581,0.64007 -4.619,0.60228 -0.28227,-0.01239 -1.0906,-0.07862 -1.7963,-0.14719 z" + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke:#e9e9eb;fill-opacity:1" /> + </g> + </g> + </g> + </g> + <path + style="fill:none;stroke:#e9e9eb" + inkscape:connector-curvature="0" + d="m 45.251,7.0162 c 0,0 0.6208,1.4785 1.9195,3.2142" + id="path169" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hint" + style="display:none" + sodipodi:insensitive="true"> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4387-7-8" + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862" + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3862-6" + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> + </g> +</svg> diff --git a/svgs/svg_templates_twelf/deep-orange.svg b/svgs/wip/webopac.svg similarity index 82% rename from svgs/svg_templates_twelf/deep-orange.svg rename to svgs/wip/webopac.svg index c9f6d1b6c..dc2598330 100644 --- a/svgs/svg_templates_twelf/deep-orange.svg +++ b/svgs/wip/webopac.svg @@ -11,12 +11,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="26.950001" - height="26.950001" + width="28.746668" + height="28.746668" id="svg2" version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="deep-orange.svg" + inkscape:version="0.92.1 r15371" + sodipodi:docname="webopac.svg" inkscape:export-filename="/home/rober/Software/Fdroid Icon Pack/twelf_icon_template.png" inkscape:export-xdpi="640" inkscape:export-ydpi="640"> @@ -83,7 +83,7 @@ x="0" y="6" width="1.2" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feDiffuseLighting id="feDiffuseLighting3947" lighting-color="#fdfdfd" @@ -93,7 +93,7 @@ <filter inkscape:label="Drop Shadow" id="filter3979" - color-interpolation-filters="sRGB"> + style="color-interpolation-filters:sRGB"> <feFlood flood-opacity="0.2" flood-color="rgb(0,0,0)" @@ -154,7 +154,7 @@ result="composite2" /> </filter> <filter - style="color-interpolation-filters:sRGB;" + style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter3876"> <feFlood @@ -169,7 +169,6 @@ result="composite1" id="feComposite3880" /> <feGaussianBlur - in="composite" stdDeviation="6" result="blur" id="feGaussianBlur3882" /> @@ -203,7 +202,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3894" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -236,7 +234,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3906" - in="composite" stdDeviation="19.2" result="blur" /> <feOffset @@ -269,7 +266,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3918" - in="composite" stdDeviation="26.1" result="blur" /> <feOffset @@ -302,7 +298,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3930" - in="composite" stdDeviation="35.7" result="blur" /> <feOffset @@ -335,7 +330,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3942" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -368,7 +362,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3954" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -401,7 +394,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3966" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -434,7 +426,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3978" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -467,7 +458,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur3990" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -500,7 +490,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4002" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -533,7 +522,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4014" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -566,7 +554,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4026" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -599,7 +586,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4038" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -632,7 +618,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4050" - in="composite" stdDeviation="21.7" result="blur" /> <feOffset @@ -665,7 +650,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4062" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -698,7 +682,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4086" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -731,7 +714,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4098" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -764,7 +746,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4110" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -797,7 +778,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4122" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -830,7 +810,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4134" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -863,7 +842,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4146" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -896,7 +874,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4158" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -929,7 +906,6 @@ result="composite1" /> <feGaussianBlur id="feGaussianBlur4170" - in="composite" stdDeviation="6" result="blur" /> <feOffset @@ -948,8 +924,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4522"> + id="filter4522" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4524" /> @@ -962,8 +938,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576"> + id="filter4576" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578" /> @@ -976,8 +952,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0"> + id="filter4576-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8" /> @@ -990,8 +966,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0"> + id="filter4576-0-0" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5" /> @@ -1004,8 +980,8 @@ inkscape:label="Cross-smooth" inkscape:menu="Blurs" inkscape:menu-tooltip="Blur inner borders and intersections" - color-interpolation-filters="sRGB" - id="filter4576-0-0-4"> + id="filter4576-0-0-4" + style="color-interpolation-filters:sRGB"> <feGaussianBlur stdDeviation="3" id="feGaussianBlur4578-8-5-2" /> @@ -1306,17 +1282,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852" /> <inkscape:perspective id="perspective3924" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient3689-2"> @@ -1517,17 +1493,17 @@ inkscape:collect="always" /> <inkscape:perspective sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_x="0 : 0.53333333 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_z="1.0666667 : 0.53333333 : 1" + inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1" id="perspective3852-5" /> <inkscape:perspective id="perspective3924-4" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 526.18109 : 1" + inkscape:persp3d-origin="396.85039 : 374.17322 : 1" + inkscape:vp_z="793.70078 : 561.25983 : 1" + inkscape:vp_y="0 : 1066.6667 : 0" + inkscape:vp_x="0 : 561.25983 : 1" sodipodi:type="inkscape:persp3d" /> <linearGradient id="linearGradient2460" @@ -1868,16 +1844,16 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="16.000001" - inkscape:cx="24.073249" - inkscape:cy="12.263357" + inkscape:zoom="22.627418" + inkscape:cx="10.574189" + inkscape:cy="13.104022" inkscape:document-units="pt" inkscape:current-layer="layer2" showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="712" - inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" inkscape:window-maximized="1" units="px" showguides="false"> @@ -1888,9 +1864,11 @@ visible="true" enabled="true" snapvisiblegridlinesonly="true" - spacingx="0.449pt" - spacingy="0.449pt" - units="pt" /> + spacingx="0.59866667" + spacingy="0.59866667" + units="pt" + originx="0" + originy="0" /> </sodipodi:namedview> <metadata id="metadata7"> @@ -1932,380 +1910,378 @@ inkscape:label="background" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-1025.4122)" + transform="translate(0,-1093.773)" style="display:inline" sodipodi:insensitive="true"> <path - transform="matrix(1.0107072,0,0,0.99762402,-0.08787494,2.579008)" + transform="matrix(1.0780877,0,0,1.0641323,-0.09373327,2.7509419)" inkscape:connector-curvature="0" id="rect6141-3" - d="m 4.417683,1028.1747 0,1.6051 -1.605183,0 0,18.1922 1.605183,0 0,2.1402 18.192073,0 0,-2.1402 2.140244,0 0,-18.1922 -2.140244,0 0,-1.6051 -18.192073,0 z" + d="m 4.417683,1028.1747 v 1.6051 H 2.8125 v 18.1922 h 1.605183 v 2.1402 h 18.192073 v -2.1402 H 24.75 v -18.1922 h -2.140244 v -1.6051 z" style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;stroke:none;filter:url(#filter6206-7)" /> <rect - style="display:inline;opacity:1;fill:#ff5722;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#ff5722;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4731-1" - width="21.327499" - height="21.327499" - x="2.8112507" - y="1028.2235" - ry="1.1225572" - rx="1.122499" /> + width="22.749332" + height="22.749332" + x="2.9986675" + y="1096.7717" + ry="1.1973943" + rx="1.1973323" /> <g id="g4337" - transform="translate(-20.925426,990.46333)"> + transform="translate(-22.320454,1056.4942)"> <path id="path4329" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g4666" - transform="matrix(0.33600544,0,0,0.33600544,1.4339908,68.47739)"> + transform="matrix(0.33600544,0,0,0.33600544,1.5295902,73.042549)"> <path id="path4656" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g5363" - transform="matrix(0.37187349,0,0,0.37187349,36.376629,59.286602)"> + transform="matrix(0.37187349,0,0,0.37187349,38.801738,63.239042)"> <path id="path5355" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> <g id="g5646" - transform="matrix(2.6890865,0,0,2.6890865,-77.724255,-45.421952)"> + transform="matrix(2.6890865,0,0,2.6890865,-82.905872,-48.450082)"> <path id="path5638" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> </g> </g> <path - style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 3.9335938,2.8105469 c -0.6218645,0 -1.1230469,0.5011502 -1.1230469,1.1230469 l 0,0.3125 c 0,-0.6218967 0.5011824,-1.1230469 1.1230469,-1.1230469 l 19.0820312,0 c 0.621864,0 1.123047,0.5011502 1.123047,1.1230469 l 0,-0.3125 c 0,-0.6218967 -0.501183,-1.1230469 -1.123047,-1.1230469 l -19.0820312,0 z" - transform="translate(0,1025.4122)" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 4.1958334,1096.7709 c -0.6633221,0 -1.1979167,0.5346 -1.1979167,1.1979 v 0.3334 c 0,-0.6634 0.5345946,-1.1979 1.1979167,-1.1979 H 24.55 c 0.663322,0 1.197917,0.5345 1.197917,1.1979 v -0.3334 c 0,-0.6633 -0.534595,-1.1979 -1.197917,-1.1979 z" id="rect4731" inkscape:connector-curvature="0" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987" - width="40" - height="40" - x="120" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4" - width="40" - height="40" - x="120" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42" - width="40" - height="40" - x="120" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41" - width="40" - height="40" - x="120" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2" - width="40" - height="40" - x="120" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-2" - width="40" - height="40" - x="200" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-3" - width="40" - height="40" - x="200" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-3" - width="40" - height="40" - x="200" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-5" - width="40" - height="40" - x="200" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4" - width="40" - height="40" - x="200" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-9" - width="40" - height="40" - x="280" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-4" - width="40" - height="40" - x="280" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-8" - width="40" - height="40" - x="280" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-6" - width="40" - height="40" - x="280" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3" - width="40" - height="40" - x="280" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7" - width="40" - height="40" - x="160" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7" - width="40" - height="40" - x="160" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9" - width="40" - height="40" - x="160" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0" - width="40" - height="40" - x="160" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5" - width="40" - height="40" - x="160" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-7-3" - width="40" - height="40" - x="240" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-4-7-9" - width="40" - height="40" - x="240" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-9-7" - width="40" - height="40" - x="240" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-41-0-0" - width="40" - height="40" - x="240" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5" - width="40" - height="40" - x="240" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-34" - width="40" - height="40" - x="120" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="128" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-1" - width="40" - height="40" - x="200" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="213.33333" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-4" - width="40" - height="40" - x="280" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="298.66666" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-8" - width="40" - height="40" - x="160" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="170.66667" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-8" - width="40" - height="40" - x="240" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="256" + y="759.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-6" - width="40" - height="40" - x="320" - y="552.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="589.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-4-4" - width="40" - height="40" - x="320" - y="592.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="631.85297" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1" - width="40" - height="40" - x="320" - y="672.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="717.18634" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-9" - width="40" - height="40" - x="320" - y="512.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="546.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-5-5-6" - width="40" - height="40" - x="320" - y="632.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="674.51965" /> <rect - style="fill:none" + style="fill:none;stroke-width:1.06666672" id="rect2987-42-2-3-1-5" - width="40" - height="40" - x="320" - y="712.36218" /> + width="42.666668" + height="42.666668" + x="341.33334" + y="759.85297" /> <rect - style="fill:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" + style="fill:none;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" id="rect4132" - width="180" - height="180" - x="150" - y="542.36218" /> + width="192" + height="192" + x="160" + y="578.51965" /> <g id="g4198" - transform="matrix(0.37343619,0,0,0.37343619,4.4375,1028.8122)"> + transform="matrix(0.37343619,0,0,0.37343619,4.7333333,1097.3997)"> <path id="path4188" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g6215" - transform="matrix(0.36470876,0,0,0.36470876,4.8146012,1028.8041)"> + transform="matrix(0.36470876,0,0,0.36470876,5.1355746,1097.391)"> <path id="path6205" - d="M 0,0 48,0 48,48 0,48 Z" + d="M 0,0 H 51.2 V 51.2 H 0 Z" inkscape:connector-curvature="0" - style="fill:none" /> + style="fill:none;stroke-width:1.06666672" /> </g> <g id="g3277" - transform="matrix(0.4158519,0,0,0.4158519,79.054689,989.88202)"> + transform="matrix(0.4158519,0,0,0.4158519,84.325002,1055.8742)"> <g - transform="matrix(0.06226937,0,0,0.06226937,-26.472997,173.71008)" + transform="matrix(0.06226937,0,0,0.06226937,-28.237863,185.29075)" id="layer1-1" inkscape:label="Ebene 1"> <g id="g4793" - transform="matrix(38.617739,0,0,38.617739,13803.762,-12695.512)"> + transform="matrix(38.617739,0,0,38.617739,14724.013,-13541.879)"> <g id="layer1-6" inkscape:label="Livello 1" - transform="translate(0,-540.36218)" /> + transform="translate(0,-576.38633)" /> <g - transform="matrix(1.0020367,0,0,1.0020367,-0.0407333,-1.0407352)" + transform="matrix(1.0020367,0,0,1.0020367,-0.04344885,-1.1101175)" id="g3950" /> <g id="g3097" - transform="matrix(0.71435537,0,0,0.71435537,-375.48826,176.56699)"> + transform="matrix(0.71435537,0,0,0.71435537,-400.52081,188.33812)"> <path - style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - d="M 490.5625,95.75 C 368.84313,95.935045 148.22288,95.840577 22.40625,95.84375 20.851483,102.81766 20,110.07544 20,117.53125 l 0,76.34375 c 139.06454,0.49354 331.3198,0.2554 472.96875,0.25 l 0,-76.59375 c 0,-7.4875 -0.8386,-14.78013 -2.40625,-21.78125 z M 183.375,293.6875 C 130.87965,293.6845 76.991657,293.80732 20,294.0625 l 0,92.84375 c 191.76187,-0.26331 282.43305,-0.0926 472.96875,-0.21875 l 0,-92.25 c -109.29413,-0.35498 -208.42562,-0.74426 -309.59375,-0.75 z" - transform="matrix(1.3998635,0,0,1.3998635,525.63231,-247.16968)" + style="display:inline;opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49318779" + d="m 1293.1764,-120.67493 c -181.7499,0.2763 -511.17735,0.13525 -699.0452,0.13998 -2.32156,10.41336 -3.59298,21.250588 -3.59298,32.383512 V 25.844113 c 207.64946,0.736948 494.72268,0.38136 706.23118,0.373297 V -88.151438 c 0,-11.180243 -1.2522,-22.069512 -3.593,-32.523492 z M 834.48776,174.88291 c -78.38541,-0.004 -158.8503,0.17892 -243.94954,0.55995 v 138.63315 c 286.33647,-0.39317 421.72558,-0.13827 706.23118,-0.32664 V 176.0028 c -163.1967,-0.53005 -311.21862,-1.11132 -462.28164,-1.11989 z" id="path2843" inkscape:connector-curvature="0" /> </g> <g id="g8016" - transform="matrix(1.092577,0,0,1.0925926,-23.696353,-23.70371)" /> + transform="matrix(1.092577,0,0,1.0925926,-25.27611,-25.283957)" /> </g> </g> </g> <path inkscape:connector-curvature="0" - style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 23.015101,1049.5722 c 0.621799,0 1.123,-0.5012 1.123,-1.123 l 0,-0.3125 c 0,0.6218 -0.5012,1.123 -1.123,1.123 l -19.0821005,0 c -0.6218,0 -1.1230005,-0.5012 -1.1230005,-1.123 l 0,0.3125 c 0,0.6218 0.5012005,1.123 1.1230005,1.123 l 19.0821005,0 z" + style="display:inline;opacity:0.2;fill:#3e2723;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.06666667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 24.549441,1119.5437 c 0.663252,0 1.197867,-0.5346 1.197867,-1.1979 v -0.3333 c 0,0.6632 -0.534614,1.1978 -1.197867,1.1978 H 4.1952005 c -0.6632533,0 -1.1978672,-0.5346 -1.1978672,-1.1978 v 0.3333 c 0,0.6633 0.5346139,1.1979 1.1978672,1.1979 z" id="rect4731-2" /> </g> <g @@ -2316,75 +2292,50 @@ <flowRoot xml:space="preserve" id="flowRoot4698" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion - id="flowRegion4700"><rect + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion + id="flowRegion4700" + style="stroke-width:1.06666672px"><rect id="rect4702" - width="4.4899998" - height="5.05125" - x="10.66375" - y="11.235001" /></flowRegion><flowPara - id="flowPara4704">your</flowPara></flowRoot> <g - id="g4720"> - <g - transform="matrix(0.29602087,0,0,0.29602087,6.3704995,6.3704995)" - id="g5030" - style="display:inline"> - <path - style="fill:none" - inkscape:connector-curvature="0" - d="M 0,0 48,0 48,48 0,48 Z" - id="path5020" /> - <path - sodipodi:nodetypes="ssssssssss" - style="fill:#ffffff;fill-opacity:1" - inkscape:connector-curvature="0" - d="m 23.98747,1.2817651 c -12.467057,0 -22.5409403,10.0989429 -22.5409403,22.5534709 0,12.454527 10.0738833,22.55347 22.5409403,22.55347 12.467057,0 22.566,-10.098943 22.566,-22.55347 0,-12.454528 -10.098943,-22.5534709 -22.566,-22.5534709 z M 24,41.376823 c -9.685462,0 -17.541588,-7.856125 -17.541588,-17.541587 0,-9.685463 7.856126,-17.5415885 17.541588,-17.5415885 9.685462,0 17.541588,7.8561255 17.541588,17.5415885 0,9.685462 -7.843596,17.541587 -17.541588,17.541587 z" - id="path5022" /> - </g> - <flowRoot - transform="matrix(0.86372198,0,0,0.64217931,3.9897157,1.7726308)" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.75px;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="flowRoot4708" - xml:space="preserve"><flowRegion - id="flowRegion4710"><rect - style="fill:#ffffff;fill-opacity:1" - y="11.235001" - x="7.2962499" - height="13.927058" - width="8.0203009" - id="rect4712" /></flowRegion><flowPara - id="flowPara4714">the </flowPara><flowPara - id="flowPara4716">icon </flowPara><flowPara - id="flowPara4718">here</flowPara></flowRoot> </g> + width="4.7893329" + height="5.388" + x="11.374666" + y="11.984" + style="stroke-width:1.13777781px" /></flowRegion><flowPara + id="flowPara4704" + style="font-size:4px;line-height:1.25;stroke-width:1.06666672px">your</flowPara></flowRoot> <path + inkscape:connector-curvature="0" + d="M 19.349401,18.638534 H 12.240734 A 1.4217333,1.4217333 0 0 1 10.819001,17.216801 V 8.6864005 a 1.4217333,1.4217333 0 0 1 1.421733,-1.4217333 h 0.710867 v 3.5543338 l 1.421733,-1.0663002 1.421733,1.0663002 V 7.2646672 h 3.554334 a 1.4217333,1.4217333 0 0 1 1.421733,1.4217333 v 8.5304005 a 1.4217333,1.4217333 0 0 1 -1.421733,1.421733 m -1.421734,1.421734 v 1.421733 H 9.3972677 A 1.4217333,1.4217333 0 0 1 7.9755342,20.060268 v -9.952134 h 1.4217335 v 9.952134 z" + id="path2" + style="stroke-width:0.71086663;fill:#ffffff;fill-opacity:1" /> </g> <g inkscape:groupmode="layer" id="layer3" inkscape:label="hint" - style="display:inline" + style="display:none" sodipodi:insensitive="true"> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.06598354;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.07038245;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect4387-7-8" - width="12.281516" - height="12.281517" - x="7.3342423" - y="-19.615759" - transform="matrix(0,1,-1,0,0,0)" /> + width="13.100284" + height="13.100285" + x="7.8231916" + y="-20.923475" + transform="rotate(90)" /> <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#5261ff;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862" - width="13.404759" - height="10.72601" - x="6.7726207" - y="8.1119957" /> + width="14.29841" + height="11.441077" + x="7.2241287" + y="8.6527958" /> <rect - style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06524014;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ff00;stroke-width:0.06958948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3862-6" - width="13.404759" - height="10.726009" - x="6.7726207" - y="-18.838005" - transform="matrix(0,1,-1,0,0,0)" /> + width="14.29841" + height="11.441076" + x="7.2241287" + y="-20.093872" + transform="rotate(90)" /> </g> </svg> diff --git a/svgs/depot/droidshows.svg b/svgs/wip/zapp.svg similarity index 100% rename from svgs/depot/droidshows.svg rename to svgs/wip/zapp.svg -- GitLab