diff --git a/app/build.gradle b/app/build.gradle index f1b27bd0cd2ce1f15d2c62dc83ab84acd8ef0961..830ea9d28e7b2d28a18424b301c08f18abf9d80a 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 23a12761dba060d2e2b5d33afea6ee97fae4fe95..848d0237b15c64745ba0122da89be52fc376eda6 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 e8de264c8d21d8d981a45223e08f5e772a2e5396..39be0b1e790c77515d76e1b8e32abf232c9c80e2 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 5d58e5202675cc5ab304c6ce7b372e2403219df4..0000000000000000000000000000000000000000 --- 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 5f16fa1242eb52aee2654c2d142269ecf76a4b3d..bc085ff7caaf2097f4a0514a9737a0478d4a71e0 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 3fd91311f642d7c9dce89ff14534d4a9101ff223..0f60fe8b221ad5e514b525fe8f5939863208c5d3 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 Binary files a/app/src/main/res/drawable-hdpi/onetime.png and /dev/null differ 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 Binary files a/app/src/main/res/drawable-mdpi/onetime.png and /dev/null differ 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 Binary files a/app/src/main/res/drawable-nodpi/nodpi_onetime.png and /dev/null differ 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 Binary files a/app/src/main/res/drawable-xhdpi/onetime.png and /dev/null differ 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 Binary files a/app/src/main/res/drawable-xxhdpi/onetime.png and /dev/null differ 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 Binary files a/app/src/main/res/drawable-xxxhdpi/onetime.png and /dev/null differ diff --git a/app/src/main/res/layout/layout.xml b/app/src/main/res/layout/layout.xml new file mode 100644 index 0000000000000000000000000000000000000000..44dc0cb29934ddf938b99179857ff9e09748f098 --- /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 9c401199c46c850e35d14b257c55d6fdfff76201..8fbab465372130c1d5c3f55ffc3d692a8db5f984 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 Binary files a/fastlane/metadata/android/en-US/images/featureGraphic.jpg and /dev/null differ 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 Binary files a/fastlane/metadata/android/en-US/images/icon.png and /dev/null differ 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 Binary files a/fastlane/metadata/android/es-ES/images/featureGraphic.jpg and /dev/null differ 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 Binary files a/fastlane/metadata/android/es-ES/images/icon.png and /dev/null differ diff --git a/svgs/svg_templates_twelf/lime.svg b/svgs/svg_templates_twelf/lime.svg deleted file mode 100644 index db37c00f52fb1b3ff6bb93ee5245507f0f1ffc92..0000000000000000000000000000000000000000 --- 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 ec8882e26530d3de2baa0fc900627a64a290a611..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..f4ecbfee8835a305ff302058ea4ced0d1625c7d0 --- /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 eaf430625f4d7418505465d8179ba1e3cbc79fe8..a30f6a8c8afaf410cfa8d54e862c3665b96f5f84 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 0000000000000000000000000000000000000000..1dfebdd8fc038603cbe08453790d0ad43b9550a7 --- /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 e52cde4ad1a262f5613c3349abce671c7aeaaf37..7713dfced99904ea49c1f682193b7193e840a79f 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 d5fd47e226ee5ffef0058c80eaaf5dfde15910ea..4dd889ed34e9ed838c73150b1b382e29583f9ab0 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 811dfe0f00df25c54eb2e97c0dc9774ce34803b6..97d8a78778d8bc407901eac852efb96da6cc381a 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 1c0ed03fd474024949ba1b4aa1815ec22730e7c1..04c1f854b2b6a56b87f2388b78853a4fd0bac881 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 c6e7bff7921fd31c0c8e5037279e3cdb318827a8..31fff36ff7ea40458ccaea81f8d967e06ebebd16 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 b35f2f413ff81a4013d216449e82107c377357bc..0c908c984ef3cdf5dd565372b5debe437fa99029 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 3fe16ea806603b30df093b2a39f8cda7accbd45c..1d968596252812f17c24ae46d5aee9341e19a291 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 0000000000000000000000000000000000000000..f5e7fcb657d19f0b41a006660b47a964799df469 --- /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 0000000000000000000000000000000000000000..ad4a4a7cfdb50d0a0ac4a9e665f44192286b728d --- /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 8c1333a979eaf0d17feea5ffb369b6457b86770e..500d8b2ef551fa8010864dd1e84f5cc4f5294939 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 0000000000000000000000000000000000000000..ef26b47c0255496a044d66560a08308055c0fe56 --- /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 9be35311ab62a317a4b9a5a2d2a4d49edb331e7a..501b571de7c86e097ee5f8b619f7cf7ba8ac34ab 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 cd1c398657c1c74a3fefe0827a65a8aa4f131ad4..070b72d3a1505ede34624d2765009acfaf6e7d7b 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 48d3c3ae247def082d10c209b374949452512350..f745ee0c0318f208cc1a0c05646cd5ec460e8937 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 2908c3249d2860490894fd0cad6043b9e3c1a9c1..fb94b24545dfd4491bd3c0c075143797313d5409 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 c33aebf2534d4fde57dafaca39455719c7c49f45..3bdcf348474785730228a077a6cbcadae477c183 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 7dc7b7b4de8936607b9dce70b6b054dc73a238b6..993b2fc61aab06cbb34fff6df8478b4bc68da993 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 b186b2f0b41195ab83a15c1a52c93d820607f2de..af053c0442456741152f6f387c0d06b4baa5e9a0 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 0000000000000000000000000000000000000000..972737f2baccb7ae66bb0ee89b11666cc6be8aff --- /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 0000000000000000000000000000000000000000..a11d86fd0320f0418f25209c372526a0c4f5a42d --- /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 c9f6d1b6cadf8c16d6045a15f0d77189a1fa67e0..dc2598330bec7b61c6b16a742e3a899317b33361 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