This commit is contained in:
daleclack 2022-02-06 20:33:04 +08:00
parent 2dea7a8c84
commit 0a5827abca
30 changed files with 3326 additions and 158 deletions

View File

@ -23,25 +23,28 @@ include_directories (${GTKMM3_INCLUDE_DIRS})
link_directories (${GTKMM3_LIBRARY_DIRS})
set(SOURCES src/core/main.cc src/core/MyWin.cc src/core/MyStack.cc src/cfgfile/cfgfile.cc
src/ui/MyFinder.cc src/ui/MyPrefs.cc src/ui/MyDock.cc)
# src/draw_app/drawing.cc src/file_app/FileWindow.cc src/game_app/Game.cc
# src/image_app/ImageApp.cc src/image_app/MyImage.cc
# src/run_app/Runner.cc src/text_app/TextEditor.cc)
src/ui/MyFinder.cc src/ui/MyPrefs.cc src/ui/MyDock.cc
src/draw_app/drawing.cc src/file_app/FileWindow.cc src/game_app/Game.cc
src/image_app/ImageApp.cc src/image_app/MyImage.cc
src/run_app/Runner.cc src/text_app/TextEditor.cc)
#Compile resources with GCR_CMake
set(RESOURCE_LIST
menubar.xml
mainmenu.xml
image_appmenu.xml
stack.ui
prefs_stack.ui
mydock.ui
game1.ui
style.css
reset.css
dock_style.css
folder.svg
folder-images.svg
image_file.svg
gnome-fs-regular.svg
icons/16x16/actions/finder_audio.svg
icons/16x16/actions/finder-battery.svg
icons/16x16/actions/finder-computer.svg
@ -53,10 +56,9 @@ set(RESOURCE_LIST
icons/48x48/actions/dialog-error.png
icons/48x48/actions/game.png
icons/48x48/actions/game_running.png
icons/48x48/actions/gedit.png
icons/48x48/actions/gedit_running.png
icons/48x48/actions/btnabout.png
icons/48x48/actions/My_GtkUI.png
icons/scalable/status/audacious_whitesur.svg
icons/scalable/status/my_prefs.svg
icons/scalable/status/my_prefs_running.svg
icons/scalable/status/drawing_app.svg
@ -65,7 +67,12 @@ set(RESOURCE_LIST
icons/scalable/status/file-app.svg
icons/scalable/status/file-app_running.svg
icons/scalable/status/display_prefs.svg
icons/scalable/status/myrunner.svg)
icons/scalable/status/myrunner.svg
icons/scalable/status/image_app.svg
icons/scalable/status/image_app_running.svg
icons/scalable/status/my_textedit.svg
icons/scalable/status/my_textedit_running.svg
icons/scalable/status/vlc_whitesur.svg)
compile_gresources(RESOURCE_FILE
XML_OUT

224
Gtkmm3_Mac/res/game1.ui Normal file
View File

@ -0,0 +1,224 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkWindow" id="window">
<property name="can-focus">False</property>
<property name="border-width">15</property>
<property name="title" translatable="yes">Guess Game</property>
<property name="window-position">center</property>
<property name="destroy-with-parent">True</property>
<child>
<!-- n-columns=5 n-rows=7 -->
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Select a button</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
<property name="width">3</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_1">
<property name="label" translatable="yes">1</property>
<property name="width-request">100</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_2">
<property name="label" translatable="yes">2</property>
<property name="width-request">100</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="left-attach">3</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_3">
<property name="label" translatable="yes">3</property>
<property name="width-request">100</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_4">
<property name="label" translatable="yes">4</property>
<property name="width-request">100</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="left-attach">3</property>
<property name="top-attach">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_go">
<property name="label" translatable="yes">Go</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">6</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_exit">
<property name="label" translatable="yes">Exit</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>
<packing>
<property name="left-attach">3</property>
<property name="top-attach">6</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="width-request">20</property>
<property name="height-request">20</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="width-request">20</property>
<property name="height-request">20</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">5</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="width-request">20</property>
<property name="height-request">20</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,16 @@
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient984" x1="45.801" x2="9.8016" y1="9.9999" y2="61" gradientTransform="matrix(.26458 0 0 .26458 .052471 -.26458)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ededed" offset="0"/>
<stop stop-color="#fcfcfc" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient1082" x1="40" x2="46" y1="17" y2="11" gradientTransform="matrix(.26458 0 0 .26458 -.0055806 -.26458)" gradientUnits="userSpaceOnUse">
<stop stop-color="#fefefe" offset="0"/>
<stop stop-color="#e9e9e9" offset="1"/>
</linearGradient>
</defs>
<image x="1.7198" y="-.030818" width="13.493" height="17.096" image-rendering="optimizeQuality" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABBCAYAAAB8S5zgAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGiSURB VGiB7ZvRbsIwDACvEDZ42f9/6VbG2u7BMU0LCNE0nTP5pCgUEPHhIsXIaZjSzOaSDLM5mzT4BtjH UVpmiKMD+uQ6ixDnBjgAR+Ad2FFWqI/jO44LIpYlFBgzcgQ+4lw6O5qVC/AZxxn4IUNIM7NHMnIE TvG6ND0iFBi/vJYMIc1Mg9xa+pvZrRDsM3RNXV9ZLBSSx/MPLY2ud7iz7iKh8PwtxWmQOE6z518W siADKwlZkYEVhCzJQKaQNRnIELIoAwuFrMrAAiHLMvCikHUZeEGoBhl4LPRFstuuRQZuhQZks9rG eahJBqbliu66O6Qmqk4GZKcdEKELSR20xVa/BHrLvSG77h1sU7eUIP3PIhDrolpl4E5xV7OMci3s /oPMFZexistYxWWs4jJWcRmruIxVXMYqLmMVl7GKy1jFZaziMlZxGau4jFVcxiouYxWXsUoqs0rX 98ZMYg6MbRtdMmogjXfSbqKt7G283uI8QA7asd4icfcwZkZfAGnfKH0WIBe9m85I3B0w/NUpjTXQ JGiL1jAPesvzM7ncnL/5BYJedYBPZMN8AAAAAElFTkSuQmCC "/>
<path d="m9.525 0.26354-6.6145 0.001034c-0.29315 0-0.52916 0.23601-0.52916 0.52916v14.816c0 0.29315 0.23601 0.52916 0.52916 0.52916h11.112c0.29315 0 0.52916-0.23601 0.52916-0.52916v-10.319c0-0.14159-0.04797-0.32932-0.14728-0.52969h-3.8213c-0.29318 0-0.52916-0.236-0.52916-0.52916v-3.8554c-0.19958-0.087925-0.38906-0.11265-0.52916-0.11265z" fill="url(#linearGradient984)" stroke-width=".26458"/>
<image x="6.8216" y=".26458" width="7.7238" height="7.6744" image-rendering="optimizeQuality" opacity=".75" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACbCAMAAACgYwLHAAAAA3NCSVQICAjb4U/gAAAACXBIWXMA AE7pAABO6QE6orqlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAANJQTFRF AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1K5a2gAAAEZ0Uk5TAAECAwQF BgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+ P0BBQkNERfzZ3coAAAdgSURBVHjazZzdchs3DIVxJGWa9KLpdDqT93+p3vcJksaTdJImPr3Y5RIA Qe6PveRK9lqS5dWngx+CEGlARCDzASKYrtMBgsqF/Pn9+9d/KWdeHvv/BABww5t3AL98+sxOcJhF XO7puwuaZvzt/c+/zqO77VXN331AOsKhZc6sGaa7ONPnblulSjegxQNOpYvh4O9kRqNdYefePmcI YB0PGGZWeB0BJ56IjFXOwU62zKExLCAQsDm/664cwoxi2JCD9wpmNeMvlHTj4WBrAy3dMLjS6ZCl w+nS3Y7ohrOdTcNxo3SZLSWU4cqlnLbkEIs3dOC3jg+L18GsWyyqjKqMi0vkOTX0T4AYqlwliyjA yyiX7QrrdwPg0B5x0cewt30et8xrRypniVBMG2dMXKfY1LIl8a5QlXgll6bFcOVUO0UF67WUi6c+ wFC4Mg6sYa8wQsBlu5xPLjI1hC1MRiqHSr1pkt518pwZVnPoXmNq6DzwbLrbMZdTbje0TI8cC3J2 oB5KwrBTRFwpIILS82JwZ7flDpdMZliVK5oVJevFfA5XM2vDzBer586PixYcZfBlVTm2pRsBx63q 4boBceloHQ5HZVz2jZXboRjlOOXYIuAVfY4lFnvDcYtWzEeOVo4Khz0te6tqxJVoOF+4HXmOVsQO bHU4lnbND5FFChw/QhhKsl9AMJCNhX+xY7A65RiMXPSjGEf4HNdCU9l1AeQon6PzfhqfO9/lNgeE lm7RjuwerazkY6qQYA+rxsrR+yANoEHrqhzrCS57HRe0DsqxNtZTDwZmBOuoHBtFHOe4XI5KNY4p mVhOGWbDMmGR7JrnakUTldtJQlt+DJhDBE44s5FZuKFVCUlTyXE2rVBIjvA5m22XxKaDgqR09jmX gWmqy0mzFBSzZXvBMZ7WZLw0PjALd2qeW184z9RMIoSggBSCSHS95610pW8er5hy3aLfkGilqdNz fUTJfCTJW1ezEu4m5x4hBRQQFH1982NEntOFMNMAu1h0ke7toCTsJ6s5kyine38+nJ73UdVuTKOE qsupPI78/X4a3N18Vm83CU0LvaCWK0M9IR1ufDrdrCzrkLLfkDOKunx4d7pydm2BWiHnt44kfZeP hfH+43MvuMKudtONXQQuApHHH08/RsAV0uUP/bOGcv/z/vWMkcLtYLHLbZVl7eWmvqfD8+d/vv0n 9lwb5+kSebvI9xCuWEoFt6/vlo/qJpanzZsB/QooxiW1qr/M199P3qzickXacqhsa5dcI07cai6U BhhVoS5sokqJXFdMX49P8lhGUiIYYQlCKFjG10V1TD+fbVMZgBACEFN5tTzR925Nsi8UFPLXX77d 3brRWLpgWatbPsSacDYnpkHQsVkF58PzlzpcOE5I0+dpJ5GKTQ2C1Bb0xtU3Hh9XKmGmEniy7Izk jaVNCgJ0AQHbg6To7kEkn1Aoj7eFct6uOhXn/INK7y4UTqxV83zcwhTXb4+4yrR3iaRe0TXOa+dZ Ew6MZ522iVBexSjnpTNet+wKqidOhsLZiKCdjxg2i8bV2RcxJROdUeiVJYCkXBYuyiRx7RgCCuX2 qAbC9CU526WXgp/gQhuVS44zK08QeacbLjylhUuJt5BuSqiYpjhWDWbVElgpHMpumnWDmPHRTCOE 1maafQWJhMhaL+8lsyFuf1vxcnctP4Qi14uuhorySQBTDKjv5Rm6ZA3TNV3mKbFW4FxRHNGZm4rO Z+BWGyuTlFYu1nF56YL6SQOWojm2Yq0zozlKjNdIJbZcyTnFp9XkmsTseqke0fEQVpb0DXqHWK6A C6TLfgQvYL6pKkzrcg27NuTLI3npdWt0Yq1pt764GYa1K+tRW3yXPlvEhHlJx2e5ikitbtCtfsis TV2FK6QrI0MCuCAYsNJkq0NG0Y648iyyXs2eMLt2QkC2AGn6qXXp1uk0WOxvWO2x1RQMT7BOF8MZ NGMS1OesDAHrcMF2m4p8oa9tFc5n5JIwdAovnaOrmLI0aXMrDBvmtXC76QJjruiGlUYEyx+VN1eh K3YuR9DtQG3HrYW7N+HqdNrnzRBI14hsflBB1iBbysV0FcLAns6o2N5l0greZS+dZdm2G6f8oMc9 wpAScojOJbTC19A6Z3vpJaN5dA3OvySKxqbJuZDVJLJi4nz7LhvpQvHitHZkxXpo5LvspyuR0Kwh DuDZaA1PFdEFRFVXwwvUk6k3s53OpwlIlDoaCQQ1kPjxNlxMF0M1VcNGteyDa+eA1PHqomGn41UQ G53epngRE8Ju8XGnq0foqngStvxfkk4Kyg1wwQuiebcVWZuNuvk0kBpe8M/M5LBVC1LIpjeJug/G XK+yqwmymy6ggRy0aNvAkI10FV1qfnaWctUzY8XOu97rFukgO+jq3g55fd02iSQbIfYYYZuG2Ae9 LtJrbj7EK/wGr6nYxpPg5QnohUGBo6d8XQ878pYO/hZd4F7++xeBosszToPb+OIYBLfjlTEA7sCr oiNch7za88m930lvPnT6m25w3QD/BwPBmOCkJXW0AAAAAElFTkSuQmCC "/>
<path d="m10.048 0.37541v3.8562c0 0.29315 0.23601 0.52918 0.52918 0.52918h3.8271c-0.086271-0.1743-0.21103-0.35779-0.3824-0.52918l-3.4395-3.4395c-0.16657-0.21078-0.35184-0.33837-0.52918-0.4165z" fill="url(#linearGradient1082)"/>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,21 @@
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient927" x1="8.4147" x2="8.4147" y1="14.91" y2="2.0739" gradientUnits="userSpaceOnUse">
<stop stop-color="#303030" offset="0"/>
<stop stop-color="#4f4f4f" stop-opacity=".99216" offset="1"/>
</linearGradient>
</defs>
<g shape-rendering="auto">
<path d="m4.3693 0.52916c-2.1142 0-3.8402 1.7835-3.8402 3.9682v8.4675c0 2.1846 1.726 3.9682 3.8402 3.9682h8.1944c2.1142 0 3.8402-1.7835 3.8402-3.9682v-8.4675c0-2.1846-1.726-3.9682-3.8402-3.9682zm0.25704 0.52089h7.6808c1.8443 0 3.3291 1.5342 3.3291 3.44v7.9368c0 1.9058-1.4847 3.44-3.3291 3.44h-7.6808c-1.8443 0-3.3291-1.5342-3.3291-3.44v-7.9368c0-1.9058 1.4847-3.44 3.3291-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3587 0.79373c-1.9668 0-3.5639 1.6528-3.5639 3.6876v8.4996c0 2.0348 1.5971 3.6876 3.5639 3.6876h8.2162c1.9668 0 3.5644-1.6528 3.5644-3.6876v-8.4996c0-2.0348-1.5976-3.6876-3.5644-3.6876zm0.27222 0.25631h7.6718c1.8422 0 3.3251 1.5342 3.3251 3.44v7.9368c0 1.9058-1.483 3.44-3.3251 3.44h-7.6718c-1.8422 0-3.3251-1.5342-3.3251-3.44v-7.9368c0-1.9058 1.483-3.44 3.3251-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3097 1.0583c-1.8657 0-3.3751 1.5383-3.3751 3.439v8.4675c0 1.9007 1.57 3.439 3.4357 3.439h8.1996c1.8657 0 3.4274-1.5383 3.4274-3.439v-8.4675c0-1.9007-1.51-3.439-3.3756-3.439h-0.09688c1.794 0.086515 3.2138 1.5819 3.2138 3.4318v7.9368c0 1.9058-1.5059 3.44-3.3766 3.44h-7.7905c-1.8707 0-3.3766-1.5342-3.3766-3.44v-7.9368c0-1.8498 1.4199-3.3451 3.2138-3.4318z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path transform="scale(.26458)" d="m4 46.969v2.0312c0 6.6479 5.8957 12 12.544 12h30.961c6.6479 0 12.495-5.3521 12.495-12v-1.9922c-0.02117 7.1849-5.81 12.963-13 12.963h-29.998c-7.2032 0-13.002-5.7987-13.002-13.002z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m1.0583 11.906v0.59234c0 1.9386 1.5729 3.4993 3.3318 3.4993h8.1603c1.7589 0 3.3243-1.5608 3.3243-3.4993v-0.58095c-0.0056 2.0952-1.5372 3.7801-3.4395 3.7801h-7.9368c-1.9058 0-3.44-1.691-3.44-3.7915z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".05" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
</g>
<g transform="translate(-20.993 .039029)">
<path transform="matrix(.26458 0 0 .26458 20.993 -.039029)" d="m43.527 12.188c-0.33691-0.006751-0.75849 0.054345-1.2871 0.17383l-8.8652 1.7988-0.19336 0.039063-8.0469 1.5879c-1.4787 0.31609-1.7654 1.1408-1.7305 2.4453l0.023437 20.363c-0.067201 1.4311-0.22275 2.2171-1.8691 2.4805-5.8266 0.86727-6.9574 2.6706-6.9219 5.2363 0.03515 2.5551 2.1065 4.604 4.9609 4.3164 2.5034-0.27844 4.3677-1.0089 5.5137-3.3242 0.44369-0.87207 0.5941-2.6852 0.48438-4.5215l-0.023437-16.197c0.004913-1.1338-0.18618-1.7646 1.3164-2.0762l9.0449-1.8242v-0.001953l5.3691-1.082c0.87332-0.17614 1.2836 0.12226 1.2969 1.1074l0.023438 12.102c-0.067201 1.4311-0.20712 2.0862-1.8535 2.3496-5.8266 0.86727-6.973 2.8035-6.9375 5.3691 0.035151 2.5551 2.1394 4.4716 4.9941 4.1836 2.5034-0.27844 4.3029-0.92485 5.4492-3.2402 0.44369-0.87207 0.48046-2.6055 0.51758-4.4746l-0.015625-24.777c-6.24e-4 -1.3936-0.23927-2.013-1.25-2.0332z" fill="#fff" stroke-width="3.7796"/>
</g>
<image x="2.8287" y="2.6133" width="10.319" height="11.906" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAtCAYAAAAtOHJTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAmcSURB VFiFxZlbjxw3dsf/h2Rd+zLdPWrDM57FCrIhGzOwHFtwgixgwA/ZXejRC/vZXyvIN1jnKySIAyQI EthB/BC92ImzC2O13TMj9aW6iyweHu7DVEmt0VirsbUbAgSr2Szy1//DyzlswtPpNQB/BeAmgD4A hR+f4vd87koBsAHwGwD/DuB3XUNqSwXgbwD89U7dywaJLchuju14GoBpy38D8A8Aom5f/jmAn10T 7HkgAiC02QNoADgANYAtgArAui3rtp1q4X4KIAHwvwbAIS4Uuy5UxNOKxHaQDoxbsA6uy67NTds2 AzBu++zU+xmA/za4mGMvqtiuaRhP1NkF2YVxO9nu1HXtAKBs+ysB9ACkLc9fGlxM/uuANe1AXe5U cFfkXcU6oO4HCS5MyQAGeKJkZ5mbBher8kXAYtv5BsAjAAs8mTO7IJ1yjKfVvbwQgAsz+rbdbj0A DDobv0jqVFsBmAGY42JS250BngK5e/duHAwGcTqdRgD45JNPHnd2//59+vzzz+mLL76Acw7e+8sL TJsXBNuFqwA8BHDWPnfmkA8//BAAMJ1OYwcynU5pMBiooijo+PiYAKjZbKZOTk5oOp3i9PRUf/vt tyQiFEJ4CvBF4Xa3h25LqN944w337rvv8snJSTw+PqYWhIqiUMfHx/TgwQNtjFHGGG2MMZvNxjjn kizL9Hg8ju+88w6//fbbejabkXPumUGvo1ynnqRpGnu9nty7dw+ffvqpunv3LgFQp6enRmutjDGm qiqTZVmmtU6YOQshpE3T5CKSNk1jvPe+LMv1W2+95b788kuzWq0oxkgi8oPhoLVGlmV47733zL17 97LXX39dVVWVOOfSJEk6kMx7n4tI7pwrQghljDEPIeQikjGzcs5tt9vtvNfrnZdlmWitiZmf2tKu DWeMwXg8Vh988EHx5ptv9kIIPWYuY4yFc64AkIcQyhBCISI5MxfMXLRgKTMnzBydc+vVakVN03hj DOOKvfZacEop0lqro6Oj9ObNm3tN0+ytVqsbAPZEpBCRgpnzEEIRQsjanHrv0xBCGkIwIqKaphHn XL5cLtd1XT8CsFVKPeNkXFu5LMvUaDTKtNaD5XL5WpqmrxHRuAVKQwgpM6ciYpg5EREtIqYDExFi Zu+c4+1227PWpjFGe9VY14ZTSiljTLbZbPbOz88P8jz/CRGNYoxZC2BCCLqFUu0kVwC65xhjBDMb 770REVJKEX6sWdsOiJmz9Xo9WCwWk7IsJ0qpPSJKWmUUEXVAiDHSpVK6djFG6uqvStdWDq1rY63N rLWFUqowxuQADBE9BbKbdiGfB/Rj4SAiyntvvPcmhKCVUqoFezzoiwK8dLjLKsQYiYheWJEXTS8j RviTpf93uJe9IH4wR1eKSBSRGELoyitf+HPARQBoD/QYQojMHLz3wXvPTdNIB/nnhOugoohEZpYQ gnjvg3PObrfberFY1Mvlstlut3JVB38quCgiEBFh5uCcC3Vde2ttY631dV1vNpvN+WKxWMzn8816 vQ4hBLms3o+Fe8YUHVgIITjnuKqqZrlc1qvVarter+uqquq6rqu6ruebzWY2n8/X2+3WXDXvfhAc EV0F9YQuRmmahquqqufz+Wo+ny/Ozs5Wq9VqVVVVZa1dee/P67o+WywWW2vtMITwjGn/GFy89CwA 4vPgWtXEOdcsFovVbDb7/XffffdgNpudrtfrhbV2zcwb730lItu6rsl7X+AKK3wf3OWoPgBgIvJE 5JVSopS60qS4MGtomqbebDbny+Xyt+fn5/+3WCzmq9VqKSJ10zTOGNMQUVRKFUmSwHv/TGeX4XZv fi5fK2wBrLTW2yzLotb6ys3p4hSLIcZYE9E5EX2ntf5tCOEshLAtisJPJpOQZVlcLpc6SZK8daWe G0PsquTx5AqhyxsiWhZFsR4Oh7nWWlon5CpASdO06ff768PDw4dZlj0cDAar8/Pz5tatW3JyckIH Bwf01Vdf6fv37ydff/11slgsjHPuSrgOjFuQChfBc3cTtAVQG2O2+/v7PBqNJmmayvfNPa01iqKI 0+lU9vf3pd/vy2g0igcHBwCg9vb2VAghHY/HPa31kJl733zzTcrMajfIMcaY7oOISENEKwCnIYRT AEtcXD9YAM2rr74qt2/fNpPJZC9JEmitadf175RMkoS01mnvIg2n0+lwPB6H/f39hohIa23Ozs56 BwcHe7dv396fzWaT+XxetnHtE+XKslQ7qjkReaSU+n3TNPMkSdbr9doC4JOTE3n//ffVnTt3yotw VBtjjFZK0aXYhJRSJk3TPE3TyXA4fK3X6/myLHsi4oiIvPdZCGGotR71+/290WjUK8uy1FobtN42 AJijo6OciKTNMUkSp7WuRGSdpukmyzLfXS9Mp1O1Wq2SzWZTiEgBICEijWf9f01EhdZ6n4iaEEJS 1/UyhGCJSDVNk9d1PWDmPoC8tUAXSzyeKubOnTt7SqmglErSNLW9Xi8fjUbm8PBQHR0d0a1btxQA DIdDLSL5gwcPho8ePRpba/eYOY8xqs6krdOJGKNqA55R0zSo67oQkSpJEi8iipnTuq7L7XabWmsR QvBE5PDkZuoC7uTkZAxAjDE2z/PY7/fXr7zyyvLw8NDeuHFDTSaThojIOZc65wZlWR7UdX0YY5wA KNpI67JyipkTIuoRkYoxFtbaRmvNMUYKIRjnXFpVlbLWNsy8ARBijGHXCubw8LC4WGA6z7KM+v2+ 29vba/r9vsrz/GEIwRERhRAKa+1YRA601j8BsE9EeWtC2nXd21Ws2vhVMXOmteZudTOzZmZlrRXv vYoxOjzr+AaT53mllJpqrVWSJJKm6Staa2HmvK7rhfe+AUDe+8JaO3LO3WDmaYxxGGPMOrPupksx RhJj1Mycdt+3Rxy890FEmnYaXFZ/bZIk+S8AvyQiA6Bg5rFzTm02m76IVEopjjEqZk6dcz1r7aBp mj4zlyEEc8UvfgzYnhYUQtDtvIwtcGw3W3mOm/6tSZLk7733vwCgQgiGmUtrrRKR0jnnlFIhxqhC CMZ7nzJz5r1PvfdJjBd/FXzfALv1HVj3EVe7W49fBfAf6qOPPvofIvp125luFSq32+2wqqrJer3e r6pqstlsRnVdD6y1BTOnfwzsKtBrBNT/CuCBAoCPP/7470Tk163cKoSQeO8z51zhnCuttWXTNHl3 QXP5quFlpXbB/AuAfwTas7Wt/NvPPvvsn0TkVwD+goj28ex8ugzzXKfzeak74IkoxBgfKqX+Uyn1 z9j57+sP6FKikd9L2v8AAAAASUVORK5CYII= "/>
<path d="m4.4981 1.0581c-1.9058 0-3.44 1.5342-3.44 3.44v7.9368c0 1.9058 1.5342 3.44 3.44 3.44h7.9368c1.9058 0 3.44-1.5342 3.44-3.44v-7.9368c0-1.9058-1.5342-3.44-3.44-3.44zm7.0186 2.175c0.26741 0.00536 0.33002 0.16871 0.3302 0.53742l0.0041 6.5555c-0.0098 0.49448-0.01904 0.95315-0.13642 1.1839-0.30321 0.6126-0.7794 0.78362-1.4417 0.8573-0.75526 0.07611-1.312-0.43086-1.3213-1.1069-0.0094-0.6788 0.29391-1.1911 1.8355-1.4206 0.4356-0.069691 0.47262-0.24301 0.4904-0.62166l-0.006198-3.2018c-0.0035-0.26065-0.11203-0.3396-0.34309-0.293l-1.4211 0.2868-0.31109 0.063044-2.082 0.4196c-0.39755 0.082445-0.34648 0.24932-0.34778 0.54931l0.0057 4.2854c0.02903 0.48585-0.010771 0.96555-0.12816 1.1963-0.30321 0.6126-0.79645 0.80533-1.4588 0.879-0.75525 0.07611-1.3033-0.46548-1.3126-1.1415-0.0094-0.6788 0.28978-1.156 1.8314-1.3854 0.4356-0.06969 0.47675-0.27763 0.49453-0.65628l-0.0062-5.3877c-0.0092-0.34515 0.06663-0.56335 0.45785-0.64698l2.1295-0.42012 0.05271-0.010853 2.3435-0.47541c0.13986-0.031612 0.25192-0.047264 0.34106-0.045474z" fill="url(#linearGradient927)"/>
<path transform="scale(.26458)" d="m60 24.719c-0.49576 0.024473-1.0078 0.081358-1.5781 0.20312-1.2754 0.28675-2.4406 0.8179-3.5137 1.5137-1.2631-0.091706-2.5675-0.081006-3.8906 0.074219-2.0871 0.24486-4.2083 0.82986-6.2305 1.834v0.55859c2.0337-1.0463 4.1759-1.6505 6.2891-1.8984 0.58757-0.068936 1.1724-0.11081 1.752-0.12695 0.47613-0.013266 0.94531 0.00171 1.4121 0.021485-2.4903 1.8444-4.4397 4.5928-5.9844 7.3164v0.007812c-0.92966 1.7568-2.1072 3.2278-3.4629 4.4434v0.36133c-0.001921 0.096927-0.005846 0.1871-0.007813 0.2832 1.5364-1.3027 2.8734-2.8998 3.9062-4.8516 1.633-2.8784 3.7054-5.7389 6.3438-7.5078 1.7896 0.14674 3.4752 0.5257 4.9648 1.0625v-0.54102c-1.3033-0.45459-2.7448-0.78493-4.2656-0.95703 0.87085-0.49932 1.7981-0.88419 2.791-1.1074v0.007813c0.54321-0.11598 1.0186-0.17105 1.4746-0.19727v-0.5zm-56 2.2852v0.95703c0.1924-0.047869 0.38092-0.10487 0.57617-0.14453 2.0263 1.1241 3.9373 3.2332 5.7168 7.1738-2.3992 0.5172-4.5733 1.2484-6.293 1.9844v0.54688c1.744-0.76121 4.0155-1.5259 6.5215-2.0547 1.5186 3.4344 3.3705 5.9024 5.4961 7.5293 0.12612-0.10289 0.26209-0.20397 0.41016-0.30078-2.0759-1.5485-3.8908-3.9377-5.4062-7.334 1.6553-0.3229 3.3807-0.53929 5.1113-0.55859 1.1629 1.819 2.4966 3.7136 4.2715 5.3184 0.37805 0.34181 0.78371 0.66306 1.2031 0.97266 0.2399-0.040904 0.43987-0.09568 0.61914-0.16016-0.52722-0.36781-1.0256-0.76156-1.4902-1.1816-1.6383-1.4812-2.8977-3.2347-4.0117-4.9551 1.6489 0.023623 3.2815 0.22598 4.8164 0.67383 0.60248 0.17605 1.2347 0.41974 1.8848 0.69336l-0.001953-0.54492c-0.59372-0.24256-1.1777-0.46396-1.7422-0.62891-1.6939-0.49424-3.488-0.69594-5.2871-0.69922-0.55098-0.86966-1.0778-1.7274-1.5781-2.5195-1.7529-2.7764-3.9828-4.1092-6.2598-4.5312-1.3128-0.24336-2.6362-0.18172-3.9023 0.056641-0.21597-0.11542-0.43614-0.19566-0.6543-0.29297zm2.8457 0.57422c0.54118 0.001953 1.0834 0.048769 1.6211 0.14844 2.1506 0.39867 4.2377 1.6337 5.9277 4.3105 0.44731 0.70813 0.91755 1.4767 1.4102 2.2617-1.7057 0.038518-3.3918 0.26288-5.0098 0.58594-1.6784-3.749-3.5246-5.9387-5.4824-7.1973 0.50685-0.071202 1.019-0.11123 1.5332-0.10938zm35.77 2.0469c-1.8223 1.25-3.5149 2.8962-4.959 5.0254-1.2216 1.8013-2.6724 3.6713-4.3164 5.3184-3.0148-1.0367-5.5057-2.3104-7.752-3.375v0.56055c2.1208 1.0141 4.4968 2.2087 7.3535 3.207-0.52874 0.50772-1.0742 0.99515-1.6406 1.4434-0.76116 0.60228-1.5585 1.1306-2.3828 1.5859-1.2157-0.133-2.3131-0.3945-3.3223-0.74414v0.16602c0.007292 0.12203 0.004782 0.23977 0.009766 0.36133 0.79197 0.26401 1.6338 0.47685 2.541 0.61719-0.8202 0.39021-1.6692 0.69283-2.5449 0.89258-0.007865 0.1741-0.013787 0.34969-0.027343 0.51562 1.2047-0.26108 2.3577-0.70895 3.4531-1.3008 1.0129 0.10299 2.083 0.14278 3.248 0.068359 0.58985-0.037915 1.1796-0.10464 1.7676-0.18164-0.048473-0.15924-0.092807-0.31889-0.12305-0.48633-0.55615 0.071244-1.1148 0.13008-1.6738 0.16602-0.86706 0.055409-1.671 0.041449-2.4473-0.003906 0.62323-0.38284 1.2283-0.80494 1.8105-1.2656 0.6463-0.5114 1.2681-1.0661 1.8633-1.6484 0.20194 0.067151 0.41455 0.12703 0.62109 0.19141 0.056667-0.15958 0.12571-0.31505 0.20508-0.4668-0.14156-0.044204-0.29029-0.083344-0.42969-0.12891 1.6012-1.6325 3.0107-3.4555 4.2012-5.2109 1.3348-1.968 2.8806-3.5134 4.5449-4.7051v-0.60156zm17.385 2.3301c-0.84906 0.84584-1.6561 1.9263-2.6641 3.3008-2.8576 3.8951-5.8312 5.9071-9.3457 6.291-1.1552 0.12703-2.2563 0.19044-3.3184 0.20898-0.01717 0.17542-0.044876 0.32771-0.068359 0.48828 1.1041-0.015529 2.2448-0.070807 3.4473-0.20312 3.6722-0.40109 6.7839-2.5192 9.6914-6.4824 0.86122-1.1744 1.5668-2.1218 2.2578-2.8789v-0.72461z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" fill-opacity=".937" image-rendering="auto" opacity=".35" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,75 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
<defs>
<radialGradient id="radial0" gradientUnits="userSpaceOnUse" cx="131.914749" cy="55.927143" fx="131.914749" fy="55.927143" r="160" gradientTransform="matrix(0.232034,-0.541475,-0.368794,-0.0298398,4.277749,118.958491)">
<stop offset="0" style="stop-color:rgb(92.941177%,20%,23.137255%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(63.921571%,27.843139%,72.941178%);stop-opacity:1;"/>
</radialGradient>
<radialGradient id="radial1" gradientUnits="userSpaceOnUse" cx="525.587769" cy="638.591797" fx="525.587769" fy="638.591797" r="192" gradientTransform="matrix(-0.107656,-0.225172,-0.327748,0.258343,373.879735,30.205086)">
<stop offset="0" style="stop-color:rgb(10.980392%,44.313726%,84.705883%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(20.784314%,51.764709%,89.411765%);stop-opacity:0.00829876;"/>
</radialGradient>
<clipPath id="clip1">
<path d="M 7 46 L 57 46 L 57 93 L 7 93 Z M 7 46 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 32.25 46.957031 C 19.6875 46.96875 9.085938 56.636719 7.503906 69.53125 C 9.0625 82.445312 19.667969 92.144531 32.25 92.160156 C 44.816406 92.148438 55.414062 82.480469 57 69.585938 C 55.441406 56.671875 44.835938 46.972656 32.25 46.957031 Z M 32.25 46.957031 "/>
</clipPath>
<radialGradient id="radial2" gradientUnits="userSpaceOnUse" cx="131.914749" cy="55.927143" fx="131.914749" fy="55.927143" r="160" gradientTransform="matrix(0.485163,-1.148584,-0.771115,-0.0632965,-47.124961,203.988569)">
<stop offset="0" style="stop-color:rgb(92.941177%,20%,23.137255%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(63.921571%,27.843139%,72.941178%);stop-opacity:1;"/>
</radialGradient>
<radialGradient id="radial3" gradientUnits="userSpaceOnUse" cx="525.587769" cy="638.591797" fx="525.587769" fy="638.591797" r="192" gradientTransform="matrix(-0.225099,-0.477638,-0.685291,0.548001,725.67923,15.723794)">
<stop offset="0" style="stop-color:rgb(10.980392%,44.313726%,84.705883%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(20.784314%,51.764709%,89.411765%);stop-opacity:0.00829876;"/>
</radialGradient>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="22" y1="37" x2="62" y2="37" gradientTransform="matrix(1.4,0,0,1.4,-26.799973,2.491745)">
<stop offset="0" style="stop-color:rgb(58.039218%,57.647061%,56.470591%);stop-opacity:1;"/>
<stop offset="0.0908155" style="stop-color:rgb(87.058824%,86.666667%,85.490197%);stop-opacity:1;"/>
<stop offset="0.336093" style="stop-color:rgb(60.392159%,60.000002%,58.823532%);stop-opacity:1;"/>
<stop offset="0.844326" style="stop-color:rgb(76.47059%,75.294119%,72.941178%);stop-opacity:1;"/>
<stop offset="0.930505" style="stop-color:rgb(87.058824%,86.666667%,85.490197%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(75.294119%,74.901962%,73.725492%);stop-opacity:1;"/>
</linearGradient>
<radialGradient id="radial4" gradientUnits="userSpaceOnUse" cx="-172.560638" cy="28.569126" fx="-172.560638" fy="28.569126" r="15.85742" gradientTransform="matrix(1.560712,0,0,1.4252,300.693664,13.349996)">
<stop offset="0" style="stop-color:rgb(100%,100%,100%);stop-opacity:0.358268;"/>
<stop offset="1" style="stop-color:rgb(100%,100%,100%);stop-opacity:0.0944882;"/>
</radialGradient>
<filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
<feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="mask0">
<g filter="url(#alpha)">
<rect x="0" y="0" width="128" height="128" style="fill:rgb(0%,0%,0%);fill-opacity:0.1;stroke:none;"/>
</g>
</mask>
<clipPath id="clip3">
<rect x="0" y="0" width="192" height="152"/>
</clipPath>
<g id="surface382" clip-path="url(#clip3)">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(27.058825%,21.176471%,21.568628%);fill-opacity:1;" d="M 40 59.957031 C 26.191406 59.957031 15 71.152344 15 84.957031 C 15.011719 85.996094 15.085938 86.777344 15.222656 87.804688 C 15.222656 75.957031 27.421875 65.96875 40 65.957031 C 52.597656 65.972656 64.777344 75.957031 64.777344 87.859375 C 64.917969 86.816406 64.992188 86.011719 65 84.957031 C 65 71.152344 53.808594 59.957031 40 59.957031 Z M 40 59.957031 "/>
</g>
<radialGradient id="radial5" gradientUnits="userSpaceOnUse" cx="40" cy="227" fx="40" fy="227" r="28" gradientTransform="matrix(0.575553,0,0.0000000160551,1.540703,8.977913,-280.78108)">
<stop offset="0" style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"/>
<stop offset="0.744626" style="stop-color:rgb(98.039216%,98.039216%,98.039216%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(87.450981%,87.450981%,87.450981%);stop-opacity:1;"/>
</radialGradient>
</defs>
<g id="surface373">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(96.470588%,96.078432%,95.686275%);fill-opacity:1;" d="M 20 11.957031 L 108 11.957031 C 112.417969 11.957031 116 15.539062 116 19.957031 L 116 108 C 116 112.417969 112.417969 116 108 116 L 20 116 C 15.582031 116 12 112.417969 12 108 L 12 19.957031 C 12 15.539062 15.582031 11.957031 20 11.957031 Z M 20 11.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial0);" d="M 20 85.957031 L 108 85.957031 L 108 19.957031 L 20 19.957031 Z M 20 85.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial1);" d="M 20 85.957031 L 108 85.957031 L 108 19.957031 L 20 19.957031 Z M 20 85.957031 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<g clip-path="url(#clip2)" clip-rule="nonzero">
<rect x="0" y="0" width="128" height="128" style="fill:url(#radial2);stroke:none;"/>
<rect x="0" y="0" width="128" height="128" style="fill:url(#radial3);stroke:none;"/>
</g>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 31.902344 42.054688 C 17.542969 42.054688 5.902344 53.695312 5.902344 68.054688 C 5.910156 70.128906 6.167969 68.191406 6.667969 70.203125 C 9.355469 58.371094 19.867188 49.96875 32 49.957031 C 43.980469 49.972656 54.402344 58.171875 57.234375 69.8125 C 57.671875 67.925781 57.894531 69.992188 57.902344 68.054688 C 57.902344 53.695312 46.261719 42.054688 31.902344 42.054688 Z M 4 65.957031 L 4 73.957031 C 4 89.421875 16.535156 101.957031 32 101.957031 C 47.464844 101.957031 60 89.421875 60 73.957031 L 60 65.957031 C 60 73.109375 57.316406 79.03125 52.90625 83.335938 C 48.019531 90.0625 40.214844 94.046875 31.902344 94.054688 C 23.292969 94.046875 15.25 89.777344 10.417969 82.652344 C 6.410156 78.414062 4 72.734375 4 65.957031 Z M 4 65.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial4);" d="M 32.25 46.957031 C 19.6875 46.96875 9.085938 56.636719 7.503906 69.53125 C 9.0625 82.445312 19.667969 92.144531 32.25 92.160156 C 44.816406 92.148438 55.414062 82.480469 57 69.585938 C 55.441406 56.671875 44.835938 46.972656 32.25 46.957031 Z M 32.25 46.957031 "/>
<use xlink:href="#surface382" transform="matrix(1,0,0,1,-8,-16)" mask="url(#mask0)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial5);" d="M 32 40.957031 C 16.558594 40.957031 4 53.519531 4 68.957031 C 4 84.398438 16.558594 96.957031 32 96.957031 C 47.441406 96.957031 60 84.398438 60 68.957031 L 60 46.957031 C 60 43.644531 57.3125 40.957031 54 40.957031 Z M 32 44.957031 C 45.277344 44.957031 56 55.679688 56 68.957031 C 56 82.238281 45.277344 92.957031 32 92.957031 C 18.722656 92.957031 8 82.238281 8 68.957031 C 8 55.679688 18.722656 44.957031 32 44.957031 Z M 32 44.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,86.666667%,85.490197%);fill-opacity:1;" d="M 32 39.957031 C 16.558594 39.957031 4 52.519531 4 67.957031 C 4 83.398438 16.558594 95.957031 32 95.957031 C 47.441406 95.957031 60 83.398438 60 67.957031 L 60 45.957031 C 60 42.644531 57.3125 39.957031 54 39.957031 Z M 32 43.957031 C 45.277344 43.957031 56 54.679688 56 67.957031 C 56 81.238281 45.277344 91.957031 32 91.957031 C 18.722656 91.957031 8 81.238281 8 67.957031 C 8 54.679688 18.722656 43.957031 32 43.957031 Z M 32 43.957031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.215689%,58.039218%,56.862748%);fill-opacity:1;" d="M 56 45.957031 C 56 47.0625 55.105469 47.957031 54 47.957031 C 52.894531 47.957031 52 47.0625 52 45.957031 C 52 44.855469 52.894531 43.957031 54 43.957031 C 55.105469 43.957031 56 44.855469 56 45.957031 Z M 56 45.957031 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -0,0 +1,111 @@
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="linearGradient950" x1="7.9822" x2="7.9822" y1="1.3194" y2="15.526" gradientUnits="userSpaceOnUse">
<stop stop-color="#f0f0f0" offset="0"/>
<stop stop-color="#f0f0f0" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient4821" x1="8.4665" x2="8.4665" y1="10.583" y2="5.2916" gradientTransform="matrix(9.0707 0 0 9.0707 -44.798 -39.998)" gradientUnits="userSpaceOnUse">
<stop stop-color="#b6c9e7" offset="0"/>
<stop stop-color="#92b7ef" offset="1"/>
</linearGradient>
<radialGradient id="radialGradient1042" cx="12.171" cy="12.171" r="4.7624" gradientUnits="userSpaceOnUse">
<stop offset="0"/>
<stop stop-opacity="0" offset="1"/>
</radialGradient>
<linearGradient id="l" x1="8.4667" x2="8.4667" y1="-2.9203" y2="19.84" gradientTransform="matrix(.37199 0 0 .37199 9.0211 8.759)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ccc" offset="0"/>
<stop stop-color="#ebebeb" offset="1"/>
</linearGradient>
<linearGradient id="e" x1="8.4667" x2="8.4667" y1="280.6" y2="296.47" gradientTransform="matrix(.37645 0 0 .37645 8.9831 -96.719)" gradientUnits="userSpaceOnUse">
<stop stop-color="#666" offset="0"/>
<stop stop-color="#9f9f9f" offset="1"/>
</linearGradient>
<linearGradient id="d" x1="8.4667" x2="8.4667" y1="282.18" y2="294.88" gradientTransform="matrix(.37199 0 0 .37199 9.0211 -95.424)" gradientUnits="userSpaceOnUse">
<stop stop-color="#333" offset="0"/>
<stop stop-color="#666" offset="1"/>
</linearGradient>
<linearGradient id="c" x1="8.4667" x2="8.4667" y1="283.24" y2="293.82" gradientTransform="matrix(.37199 0 0 .37199 9.0211 -95.424)" gradientUnits="userSpaceOnUse">
<stop offset="0"/>
<stop stop-color="#121212" offset="1"/>
</linearGradient>
<radialGradient id="b" cx="-136.99" cy="198.65" r="38.5" gradientTransform="matrix(.036528 0 0 .030678 17.174 5.8128)" gradientUnits="userSpaceOnUse">
<stop stop-color="#2561db" stop-opacity=".94118" offset="0"/>
<stop stop-color="#0d0d0d" offset="1"/>
</radialGradient>
<filter id="n" x="-.10978" y="-.12999" width="1.2196" height="1.26" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.15227829"/>
</filter>
<filter id="m" x="-.18987" y="-.24323" width="1.3797" height="1.4865" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.15227829"/>
</filter>
<filter id="g" x="-.058145" y="-.061978" width="1.1163" height="1.124" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.12802309"/>
</filter>
<filter id="a" x="-.062444" y="-.06656" width="1.1249" height="1.1331" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.085527836"/>
</filter>
<filter id="i" x="-.055239" y="-.06566" width="1.1105" height="1.1313" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.7624247"/>
</filter>
<filter id="j" x="-.011629" y="-.012396" width="1.0233" height="1.0248" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.030455491"/>
</filter>
<filter id="k" x="-.23258" y="-.24791" width="1.4652" height="1.4958" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="1.0607186"/>
</filter>
<filter id="f" x="-.19628" y="-.30877" width="1.3926" height="1.6175" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="2.9878037"/>
</filter>
<filter id="h" x="-.23258" y="-.24791" width="1.4652" height="1.4958" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0.51209235"/>
</filter>
</defs>
<g shape-rendering="auto">
<path d="m4.3693 0.52916c-2.1142 0-3.8402 1.7835-3.8402 3.9682v8.4675c0 2.1846 1.726 3.9682 3.8402 3.9682h8.1944c2.1142 0 3.8402-1.7835 3.8402-3.9682v-8.4675c0-2.1846-1.726-3.9682-3.8402-3.9682zm0.25704 0.52089h7.6808c1.8443 0 3.3291 1.5342 3.3291 3.44v7.9368c0 1.9058-1.4847 3.44-3.3291 3.44h-7.6808c-1.8443 0-3.3291-1.5342-3.3291-3.44v-7.9368c0-1.9058 1.4847-3.44 3.3291-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3587 0.79373c-1.9668 0-3.5639 1.6528-3.5639 3.6876v8.4996c0 2.0348 1.5971 3.6876 3.5639 3.6876h8.2162c1.9668 0 3.5644-1.6528 3.5644-3.6876v-8.4996c0-2.0348-1.5976-3.6876-3.5644-3.6876zm0.27222 0.25631h7.6718c1.8422 0 3.3251 1.5342 3.3251 3.44v7.9368c0 1.9058-1.483 3.44-3.3251 3.44h-7.6718c-1.8422 0-3.3251-1.5342-3.3251-3.44v-7.9368c0-1.9058 1.483-3.44 3.3251-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3097 1.0583c-1.8657 0-3.3751 1.5383-3.3751 3.439v8.4675c0 1.9007 1.57 3.439 3.4357 3.439h8.1996c1.8657 0 3.4274-1.5383 3.4274-3.439v-8.4675c0-1.9007-1.51-3.439-3.3756-3.439h-0.09688c1.794 0.086515 3.2138 1.5819 3.2138 3.4318v7.9368c0 1.9058-1.5059 3.44-3.3766 3.44h-7.7905c-1.8707 0-3.3766-1.5342-3.3766-3.44v-7.9368c0-1.8498 1.4199-3.3451 3.2138-3.4318z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path transform="scale(.26458)" d="m4 46.969v2.0312c0 6.6479 5.8957 12 12.544 12h30.961c6.6479 0 12.495-5.3521 12.495-12v-1.9922c-0.02117 7.1849-5.81 12.963-13 12.963h-29.998c-7.2032 0-13.002-5.7987-13.002-13.002z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m1.0583 11.906v0.59234c0 1.9386 1.5729 3.4993 3.3318 3.4993h8.1603c1.7589 0 3.3243-1.5608 3.3243-3.4993v-0.58095c-0.0056 2.0952-1.5372 3.7801-3.4395 3.7801h-7.9368c-1.9058 0-3.44-1.691-3.44-3.7915z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".05" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
</g>
<rect x="1.0583" y="1.05" width="14.817" height="14.817" rx="3.4401" ry="3.4401" fill="url(#linearGradient950)"/>
<g transform="matrix(2.3999 0 0 2.3999 -11.852 -10.583)">
<path transform="matrix(.11025 0 0 .11025 4.9387 4.4096)" d="m16.426 8c-4.7138 0.29688-8.4238 4.1795-8.4238 8.9707v29.998c0 4.986 4.014 9 9 9h29.998c4.9728 0 8.9769-3.9933 8.998-8.9609v-30.076c-0.020353-4.7731-3.7211-8.6356-8.4219-8.9316h-31.15z" fill="url(#linearGradient4821)" stroke-width="9.0707"/>
<path transform="matrix(.11025 0 0 .11025 4.9387 4.4096)" d="m8.002 32.566v14.402c0 4.986 4.014 9 9 9h29.998c4.986 0 9-4.014 9-9v-14.402h-47.998z" fill="#927b63" stroke-width="2.3999"/>
<path transform="scale(.26458)" d="m22 28.689v4.9766l0.96289 0.28711 0.5293 0.12695 0.48633-1.5859 1.4805-0.15234 1.0781 0.54883h1.2383l1.2422 0.87305 1.2363-0.25391 1.0605 0.75976 0.88477 0.19141-0.51562-1.4902 2.416 0.2207 1.2363 0.19141 2.166-0.82422 4.1992-0.19141 0.29883-0.0098v-3.668z" fill="#353b71"/>
<path transform="matrix(.11025 0 0 .11025 4.9387 4.4096)" d="m26.699 37.906-6.9785 0.64648-0.76562 0.45117 2.334 0.27539 1.3789 2.3398-0.84766 2.0625-4.7715 0.27148-3.291-2.0625c-2e-6 0-1.0609 2.3387-1.6973 1.5137-0.63636-0.825-2.5449 0.68945-2.5449 0.68945l-1.5137 0.81055v2.0645c0 4.986 4.014 9 9 9h6.3398c-0.15032-0.20642-0.31695-0.43512-0.57031-0.87305-0.63636-1.1 3.52e-4 -2.4778 0.63672-3.9902 0.63636-1.5125 3.7129 1.375 3.7129 1.375s1.1243 2.0013 1.8789 3.4883h8.1523c1.1596-0.96455 3.71-1.8215 4.1816-1.6992 0.25751 0.066763 0.59146 0.85144 0.91406 1.6992h4.752c0.21525 0 0.42534-0.018486 0.63672-0.033203l1.1211-1.3945s1.5928-2.8863 2.123-3.2988c0.53031-0.4125 1.9086 0.27738 2.5449 0.96484 0.1314 0.14195 0.18385 0.45962 0.19922 0.84961 1.4712-1.6009 2.375-3.7322 2.375-6.0879v-6.5254c-5.9962 0.054479-12.65 0.21094-12.65 0.21094l-4.6641-0.68555-2.0176-0.90234-0.31836 0.90234-3.0742 0.54883s-1.4877-1.0977-1.5938-1.7852c-0.10605-0.68751-4.9824-0.82617-4.9824-0.82617z" fill="#d5e8f9" stroke-width="2.3999"/>
<path transform="scale(.26458)" d="m27.025 32.865-0.2207 0.28711s0.37378 0.59593 0.41797 0.72852c0.04419 0.13258-0.10899 0.33226-0.26367 0.46484s-0.42026 0.22143-0.61914 0.26562c-0.19887 0.04419-0.68417-0.11129-1.0156-0.46484-0.33146-0.35356-0.92969-0.26562-0.92969-0.26562l-0.46289 0.61914-0.2207 0.57422s-0.92797-0.06602-1.0605-0.2207c-0.06799-0.07932-0.36813-0.14016-0.65039-0.18164v1.0518c0 0.15613 0.31838 1.1896 0.34115 1.3392 0.81522 0.16513 3.4057 1.1444 3.8151 1.2808 0.46875 0.15625 1.9375-0.15625 1.9375-0.15625s0.28126 0.25001 0.25 0.375c-0.03125 0.12499 0.25 0.5 0.25 0.5s0.75-0.65624 0.84375-0.375c0.09375 0.28125 0.4375 0.40624 0.59375 0.59375 0.15625 0.18749 2.0312 0.31252 2.375 0.40625 0.34375 0.09389 3.0312 0.0625 3.0312 0.0625s2.4375-0.34373 3.0625-0.4375c0.625-0.09375 1.4375-0.59374 1.6875-0.65625 0.25-0.06249 0.21874 0.15624 0.40625 0.375 0.1875 0.21875 0.84375-0.8125 0.84375-0.8125s-2.1e-5 -2.5625 0.25-3.2812c0.25-0.71875-0.03126-1.0625-0.15625-1.5-0.12499-0.43749-0.5-0.46875-0.5-0.46875l-1.7187 0.28125h-1.9375l-5.0684 0.08008s-1.0831 0.28589-1.3262 0.33008c-0.24307 0.0442-2.5645-0.33008-2.5645-0.33008z" opacity=".15"/>
<path d="m7.882 8.5886-0.69915 0.048448-0.15439 0.072348 0.25731 0.030576 0.1518 0.25774-0.09345 0.22738-0.52603 0.030145-0.36282-0.22738s-0.11696 0.25783-0.18712 0.16687c-0.070156-0.090952-0.28057 0.076009-0.28057 0.076009l-0.16666 0.089143v0.22781c0 0.54968 0.44252 0.9922 0.99221 0.9922h0.69894c-0.016592-0.02278-0.035113-0.04811-0.06309-0.09646-0.070156-0.12127 2.541e-4 -0.27295 0.07041-0.43969 0.070156-0.16674 0.40911 0.15137 0.40911 0.15137s0.12395 0.22084 0.20714 0.38478h0.89854c0.12768-0.10645 0.40918-0.20082 0.46122-0.18733 0.028418 0.0074 0.065386 0.09375 0.10099 0.18733h0.52388c0.02358 0 0.0466-0.0018 0.06976-0.0034l0.12381-0.15396s0.17581-0.31841 0.23427-0.3639c0.05846-0.04548 0.21042 0.03079 0.28056 0.10658 0.01451 0.01567 0.02006 0.05079 0.02175 0.09388 0.1614-0.17553 0.26073-0.40898 0.26183-0.66707v-0.72396c-0.66105 0.00601-1.3946 0.023255-1.3946 0.023255l-0.51419-0.075363-0.12876-0.017656-0.12855 0.017656-0.33913 0.060506s-0.16401-0.12123-0.1757-0.19702c-0.011692-0.075794-0.54929-0.090866-0.54929-0.090866z" fill="#d5e8f9" stroke-width=".26458"/>
<path transform="matrix(.11025 0 0 .11025 4.9387 4.4096)" d="m28.1 37.996 1.5566 0.7207 2.3867 0.65234c-0.18355-0.22396-0.33162-0.44605-0.36133-0.63867-0.075742-0.49098-2.1539-0.65417-3.582-0.73438zm9.7871 0.59375-1.373 0.93359 0.7832-0.16797 4.6641 2.334 5.7285-0.42773 5.3008 0.21094s1.4436 0.94034 3.0098 2.0918v-3.123c-5.9962 0.054479-12.652 0.21094-12.652 0.21094l-4.6641-0.68359-0.79688-1.3789zm-24.131 3.3008c-2e-6 0-0.27201 0.59708-0.62305 1.082l3.1602 1.2617 3.8203 0.63281 3.8203-1.6973s-0.88076-0.31551-1.6602-0.5957l-0.45508 1.1074-4.7715 0.27148-3.291-2.0625zm38.281 7.5371-3.2891 3.0801-1.0137 3.3047 1.0215-1.2715s1.5947-2.8863 2.125-3.2988c0.53031-0.4125 1.9086 0.27738 2.5449 0.96484 0.13159 0.14216 0.182 0.46074 0.19727 0.85156 0.53566-0.58255 0.99741-1.2318 1.3652-1.9414l-0.29688-0.94336-2.6543-0.74609zm-26.854 0.91992c-0.14203-4.71e-4 -0.24776 0.010542-0.30078 0.03711-0.18547 0.092733-0.47986 0.1788-0.88086 0.32226 1.1028-0.096837 3.1172 1.7715 3.1172 1.7715s1.1243 2.0033 1.8789 3.4902h1.5371l-0.88086-0.70508 0.42773-2.0156-1.0605-2.334s-2.0894-0.41583-3.3125-0.53516c-0.20384-0.019883-0.38336-0.030779-0.52539-0.03125zm-1.5273 0.48633c-0.32149 0.11138-0.78906 0.29102-0.78906 0.29102l-1.166 2.0156-2.4375 0.63672-1.0605 1.8047-0.99805 0.38672h6.1348c-0.15033-0.20643-0.31694-0.43706-0.57031-0.875-0.63636-1.1 3.52e-4 -2.4758 0.63672-3.9883 0.057718-0.13716 0.15626-0.20124 0.25-0.27148zm17.881 1.9863-3.7129 1.3828-1.4453 1.7656h0.77148c1.1595-0.96458 3.71-1.8215 4.1816-1.6992 0.13204 0.034247 0.28469 0.25967 0.44531 0.58203l0.5-0.86328-0.74024-1.168z" fill="#b9e3e9" stroke-width="2.3999"/>
<path d="m9.7563 9.8059-0.049608-0.52916-0.28111-0.016536s-0.049608 0.066145-0.099217 0.16536c-0.049608 0.099217-0.36379 0.14882-0.36379 0.14882s-0.19843 0.01654-0.14883 0.14882c0.049608 0.13229 0.4134 0.36379 0.4134 0.36379l0.31419-0.06615 0.81027-0.06614 0.49608 0.01654s0.13229-0.3638 0.09922-0.46301c-0.03307-0.099217 0.06614-0.62837-0.09922-0.49608s-0.19843 0.21497-0.24804 0.29765c-0.04961 0.082681-0.31419 0.049608-0.31419 0.049608l-0.21497-0.099217-0.04961 0.34726-0.13229 0.19843z" fill="#927b63"/>
<path d="m9.7563 9.8059-0.049608-0.52916-0.28111-0.016536s-0.049608 0.066145-0.099217 0.16536c-0.049608 0.099217-0.36379 0.14882-0.36379 0.14882s-0.19843 0.01654-0.14883 0.14882c0.049608 0.13229 0.4134 0.36379 0.4134 0.36379l0.31419-0.06615 0.81027-0.06614 0.49608 0.01654s0.13229-0.3638 0.09922-0.46301c-0.03307-0.099217 0.06614-0.62837-0.09922-0.49608s-0.19843 0.21497-0.24804 0.29765c-0.04961 0.082681-0.31419 0.049608-0.31419 0.049608l-0.21497-0.099217-0.04961 0.34726-0.13229 0.19843z" fill="#927b63"/>
<path transform="scale(.26458)" d="m41.189 33.984c-0.0498-0.0076-0.11133 0.01563-0.18945 0.07813-0.625 0.5-0.75 0.8125-0.9375 1.125-0.18751 0.3125-1.1875 0.1875-1.1875 0.1875l-0.8125-0.375-0.1875 1.3125-0.5 0.75h-0.5l-0.04297-0.4668-0.05078 0.38867s0.17188 0.4375 0.23438 0.42188c0.0625-0.01565 0.8125-0.1875 0.8125-0.1875l0.25-0.6875 0.28125-0.53125s0.17185-0.35938 0.29688-0.34375c0.12499 0.01565 1.2969 0.09375 1.2969 0.09375l0.82812-0.3125 0.375 0.1875s0.15625 0.29688 0.15625 0.375c0 0.07813-0.03136 0.46875-0.0625 0.59375-0.03137 0.125-0.29688 0.48438-0.29688 0.48438l-0.39062 0.32812-0.03125 0.14062-0.35938-0.125-0.28125 0.20312-0.25-0.01563-0.32812 0.02149 1.6875 0.05664s0.49999-1.375 0.375-1.75c-0.10937-0.32813 0.16309-1.9001-0.18555-1.9531zm-5.5645 1.0156s-0.1875 0.25-0.375 0.625-1.375 0.5625-1.375 0.5625-0.75 0.06251-0.5625 0.5625c0.18341 0.48909 1.4738 1.3168 1.5312 1.3535 0.03098-0.1147 0.05885-0.24502 0.03125-0.29102-0.04687-0.07813-0.42188-0.40625-0.42188-0.40625s-0.34375-0.3125-0.28125-0.42188c0.0625-0.10937 0.35938-0.23437 0.46875-0.35938 0.10937-0.125 0.85938-0.625 0.95312-0.71875s0.375-0.625 0.375-0.625l0.53125 0.14062 0.29492 0.78125-0.10742-1.1406zm1.4062 2.6719-0.29688 0.14844 1.4492-0.11914-0.57422-0.01367z" opacity=".15"/>
<path transform="scale(.26458)" d="m33.102 30.324-11.102 0.125v0.86719l1.1582 0.06836s1.5908-0.13208 1.7676-0.08789c0.17678 0.04419 1.8555 0.30859 1.8555 0.30859l4.5527-0.39844 4.0664 0.04492 4.3301-0.39844 1.5469 0.35352-0.83984-0.48438s-1.1489-4.99e-4 -1.4141 0.08789c-0.26517 0.08839-7.8231 0.44141-9.0605 0.44141s-7.6445-0.17578-7.6445-0.17578l0.44141-0.31055 7.3359-0.13281z" fill="#fff" opacity=".15"/>
<path d="m11.11 8.4666s-0.03694 0.00162-0.52669-1.559e-4c-0.83334-2.39e-5 -1.5247-0.10744-1.5833-0.24598 0.04496 0.18527 0.74019 0.33049 1.5833 0.33072 0.4555 0.00212 0.5047 0.00695 0.52883 0.00981z" fill="#fff" opacity=".08"/>
</g>
<circle cx="12.171" cy="12.171" r="4.7624" fill="url(#radialGradient1042)" stroke-width="1.125"/>
<g transform="translate(0 .26464)">
<g stroke-width=".53336">
<circle cx="12.171" cy="11.906" r="4.2333" fill="url(#l)"/>
<circle cx="12.171" cy="11.906" r="2.9634" fill="url(#e)"/>
<circle cx="12.171" cy="11.906" r="2.3621" fill="url(#d)"/>
<circle cx="12.171" cy="11.906" r="1.9685" fill="url(#c)"/>
</g>
<circle cx="12.171" cy="11.906" r="1.5311" fill="url(#b)" stroke="#0d224d" stroke-linecap="round" stroke-linejoin="round" stroke-width=".12511"/>
<g transform="matrix(.37199 0 0 .37199 9.0211 8.759)" stroke-width="1.4338">
<path d="m4.9448 6.47 1.4646 0.81043s0.45771-0.47747 0.77192-0.68614c0.34816-0.2312 1.1047-0.41587 1.0925-0.36047l-0.24082-1.7621s-1.6213-0.1607-3.0882 1.9983z" fill="#4678cc" filter="url(#n)" opacity=".8"/>
<path d="m4.7877 6.73 1.565 0.69539s-0.088292 0.20162-0.12307 0.42093c-0.031791 0.20052 0.00444 0.38623 0.00444 0.38623l-1.8062-0.0183s0.072193-1.0359 0.35991-1.4842z" fill="#4678cc" filter="url(#m)" opacity=".8"/>
<g transform="translate(0,-280.07)" fill="#fff">
<ellipse transform="matrix(.15683 -.13591 .13591 .15683 36.278 248.68)" cx="-228.33" cy="44.944" rx="3.083" ry="1.9028" fill-opacity=".3" filter="url(#g)"/>
<ellipse transform="matrix(.10291 -.08918 .08918 .10291 26.112 262.03)" cx="-228.1" cy="51.166" rx="1.9178" ry="1.1837" fill-opacity=".3" filter="url(#a)"/>
<ellipse transform="matrix(.11873 -.079425 .079425 .11873 27.406 259.75)" cx="-222.03" cy="111.72" rx="18.419" ry="11.368" filter="url(#i)" opacity=".2"/>
<ellipse transform="matrix(.10291 -.08918 .08918 .10291 26.764 261.46)" cx="-235.29" cy="75.046" rx="3.667" ry="2.2633" fill-opacity=".3" filter="url(#j)"/>
<ellipse transform="matrix(.12523 -.10853 .10853 .12523 29.918 254.7)" cx="-234.21" cy="88.759" rx="6.3859" ry="3.9413" filter="url(#k)"/>
</g>
<g transform="translate(0,-280.07)">
<ellipse transform="matrix(.14046 -.082814 .082814 .14046 31.651 256.02)" cx="-222.03" cy="111.72" rx="18.419" ry="11.368" fill="#4397ee" filter="url(#f)" opacity=".45"/>
<ellipse transform="matrix(.081325 -.070476 .070476 .081325 22.059 267.13)" cx="-228.33" cy="44.944" rx="3.083" ry="1.9028" fill="#fff" fill-opacity=".85417" filter="url(#h)"/>
<ellipse transform="matrix(.069156 -.05993 .05993 .069156 20.8 271.49)" cx="-228.1" cy="51.166" rx="1.9178" ry="1.1837" fill="#fff" fill-opacity=".3" filter="url(#a)"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,557 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="64"
height="64"
version="1.1"
viewBox="0 0 16.933 16.933"
id="svg153"
sodipodi:docname="image_app_running.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview155"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="13.15625"
inkscape:cx="31.581948"
inkscape:cy="32"
inkscape:window-width="1844"
inkscape:window-height="1045"
inkscape:window-x="76"
inkscape:window-y="35"
inkscape:window-maximized="1"
inkscape:current-layer="svg153" />
<defs
id="defs69">
<linearGradient
id="linearGradient950"
x1="7.9822"
x2="7.9822"
y1="1.3194"
y2="15.526"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#f0f0f0"
offset="0"
id="stop2" />
<stop
stop-color="#f0f0f0"
offset="1"
id="stop4" />
</linearGradient>
<linearGradient
id="linearGradient4821"
x1="8.4665"
x2="8.4665"
y1="10.583"
y2="5.2916"
gradientTransform="matrix(9.0707 0 0 9.0707 -44.798 -39.998)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#b6c9e7"
offset="0"
id="stop7" />
<stop
stop-color="#92b7ef"
offset="1"
id="stop9" />
</linearGradient>
<radialGradient
id="radialGradient1042"
cx="12.171"
cy="12.171"
r="4.7624"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
id="stop12" />
<stop
stop-opacity="0"
offset="1"
id="stop14" />
</radialGradient>
<linearGradient
id="l"
x1="8.4667"
x2="8.4667"
y1="-2.9203"
y2="19.84"
gradientTransform="matrix(.37199 0 0 .37199 9.0211 8.759)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#ccc"
offset="0"
id="stop17" />
<stop
stop-color="#ebebeb"
offset="1"
id="stop19" />
</linearGradient>
<linearGradient
id="e"
x1="8.4667"
x2="8.4667"
y1="280.6"
y2="296.47"
gradientTransform="matrix(.37645 0 0 .37645 8.9831 -96.719)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#666"
offset="0"
id="stop22" />
<stop
stop-color="#9f9f9f"
offset="1"
id="stop24" />
</linearGradient>
<linearGradient
id="d"
x1="8.4667"
x2="8.4667"
y1="282.18"
y2="294.88"
gradientTransform="matrix(.37199 0 0 .37199 9.0211 -95.424)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#333"
offset="0"
id="stop27" />
<stop
stop-color="#666"
offset="1"
id="stop29" />
</linearGradient>
<linearGradient
id="c"
x1="8.4667"
x2="8.4667"
y1="283.24"
y2="293.82"
gradientTransform="matrix(.37199 0 0 .37199 9.0211 -95.424)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
id="stop32" />
<stop
stop-color="#121212"
offset="1"
id="stop34" />
</linearGradient>
<radialGradient
id="b"
cx="-136.99"
cy="198.65"
r="38.5"
gradientTransform="matrix(.036528 0 0 .030678 17.174 5.8128)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#2561db"
stop-opacity=".94118"
offset="0"
id="stop37" />
<stop
stop-color="#0d0d0d"
offset="1"
id="stop39" />
</radialGradient>
<filter
id="n"
x="-0.10977762"
y="-0.12999461"
width="1.2195552"
height="1.2599892"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.15227829"
id="feGaussianBlur42" />
</filter>
<filter
id="m"
x="-0.18987022"
y="-0.24323177"
width="1.3797404"
height="1.4864635"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.15227829"
id="feGaussianBlur45" />
</filter>
<filter
id="g"
x="-0.04983059"
y="-0.080737707"
width="1.0996612"
height="1.1614754"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.12802309"
id="feGaussianBlur48" />
</filter>
<filter
id="a"
x="-0.05351622"
y="-0.086705591"
width="1.1070324"
height="1.1734112"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.085527836"
id="feGaussianBlur51" />
</filter>
<filter
id="i"
x="-0.049672057"
y="-0.080481144"
width="1.0993441"
height="1.1609623"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.7624247"
id="feGaussianBlur54" />
</filter>
<filter
id="j"
x="-0.0099663453"
y="-0.016147479"
width="1.0199327"
height="1.032295"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.030455491"
id="feGaussianBlur57" />
</filter>
<filter
id="k"
x="-0.19932388"
y="-0.32295497"
width="1.3986478"
height="1.6459099"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="1.0607186"
id="feGaussianBlur60" />
</filter>
<filter
id="f"
x="-0.19465575"
y="-0.31539096"
width="1.3893115"
height="1.6307819"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="2.9878037"
id="feGaussianBlur63" />
</filter>
<filter
id="h"
x="-0.19932236"
y="-0.32295083"
width="1.3986447"
height="1.6459017"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.51209235"
id="feGaussianBlur66" />
</filter>
</defs>
<g
shape-rendering="auto"
id="g81">
<path
d="m4.3693 0.52916c-2.1142 0-3.8402 1.7835-3.8402 3.9682v8.4675c0 2.1846 1.726 3.9682 3.8402 3.9682h8.1944c2.1142 0 3.8402-1.7835 3.8402-3.9682v-8.4675c0-2.1846-1.726-3.9682-3.8402-3.9682zm0.25704 0.52089h7.6808c1.8443 0 3.3291 1.5342 3.3291 3.44v7.9368c0 1.9058-1.4847 3.44-3.3291 3.44h-7.6808c-1.8443 0-3.3291-1.5342-3.3291-3.44v-7.9368c0-1.9058 1.4847-3.44 3.3291-3.44z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".01"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path71" />
<path
d="m4.3587 0.79373c-1.9668 0-3.5639 1.6528-3.5639 3.6876v8.4996c0 2.0348 1.5971 3.6876 3.5639 3.6876h8.2162c1.9668 0 3.5644-1.6528 3.5644-3.6876v-8.4996c0-2.0348-1.5976-3.6876-3.5644-3.6876zm0.27222 0.25631h7.6718c1.8422 0 3.3251 1.5342 3.3251 3.44v7.9368c0 1.9058-1.483 3.44-3.3251 3.44h-7.6718c-1.8422 0-3.3251-1.5342-3.3251-3.44v-7.9368c0-1.9058 1.483-3.44 3.3251-3.44z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".01"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path73" />
<path
d="m4.3097 1.0583c-1.8657 0-3.3751 1.5383-3.3751 3.439v8.4675c0 1.9007 1.57 3.439 3.4357 3.439h8.1996c1.8657 0 3.4274-1.5383 3.4274-3.439v-8.4675c0-1.9007-1.51-3.439-3.3756-3.439h-0.09688c1.794 0.086515 3.2138 1.5819 3.2138 3.4318v7.9368c0 1.9058-1.5059 3.44-3.3766 3.44h-7.7905c-1.8707 0-3.3766-1.5342-3.3766-3.44v-7.9368c0-1.8498 1.4199-3.3451 3.2138-3.4318z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".03"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path75" />
<path
transform="scale(.26458)"
d="m4 46.969v2.0312c0 6.6479 5.8957 12 12.544 12h30.961c6.6479 0 12.495-5.3521 12.495-12v-1.9922c-0.02117 7.1849-5.81 12.963-13 12.963h-29.998c-7.2032 0-13.002-5.7987-13.002-13.002z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".03"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path77" />
<path
d="m1.0583 11.906v0.59234c0 1.9386 1.5729 3.4993 3.3318 3.4993h8.1603c1.7589 0 3.3243-1.5608 3.3243-3.4993v-0.58095c-0.0056 2.0952-1.5372 3.7801-3.4395 3.7801h-7.9368c-1.9058 0-3.44-1.691-3.44-3.7915z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".05"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path79" />
</g>
<rect
x="1.0583"
y="1.05"
width="14.817"
height="14.817"
rx="3.4401"
ry="3.4401"
fill="url(#linearGradient950)"
id="rect83" />
<g
transform="matrix(2.3999 0 0 2.3999 -11.852 -10.583)"
id="g109">
<path
transform="matrix(.11025 0 0 .11025 4.9387 4.4096)"
d="m16.426 8c-4.7138 0.29688-8.4238 4.1795-8.4238 8.9707v29.998c0 4.986 4.014 9 9 9h29.998c4.9728 0 8.9769-3.9933 8.998-8.9609v-30.076c-0.020353-4.7731-3.7211-8.6356-8.4219-8.9316h-31.15z"
fill="url(#linearGradient4821)"
stroke-width="9.0707"
id="path85" />
<path
transform="matrix(.11025 0 0 .11025 4.9387 4.4096)"
d="m8.002 32.566v14.402c0 4.986 4.014 9 9 9h29.998c4.986 0 9-4.014 9-9v-14.402h-47.998z"
fill="#927b63"
stroke-width="2.3999"
id="path87" />
<path
transform="scale(.26458)"
d="m22 28.689v4.9766l0.96289 0.28711 0.5293 0.12695 0.48633-1.5859 1.4805-0.15234 1.0781 0.54883h1.2383l1.2422 0.87305 1.2363-0.25391 1.0605 0.75976 0.88477 0.19141-0.51562-1.4902 2.416 0.2207 1.2363 0.19141 2.166-0.82422 4.1992-0.19141 0.29883-0.0098v-3.668z"
fill="#353b71"
id="path89" />
<path
transform="matrix(.11025 0 0 .11025 4.9387 4.4096)"
d="m26.699 37.906-6.9785 0.64648-0.76562 0.45117 2.334 0.27539 1.3789 2.3398-0.84766 2.0625-4.7715 0.27148-3.291-2.0625c-2e-6 0-1.0609 2.3387-1.6973 1.5137-0.63636-0.825-2.5449 0.68945-2.5449 0.68945l-1.5137 0.81055v2.0645c0 4.986 4.014 9 9 9h6.3398c-0.15032-0.20642-0.31695-0.43512-0.57031-0.87305-0.63636-1.1 3.52e-4 -2.4778 0.63672-3.9902 0.63636-1.5125 3.7129 1.375 3.7129 1.375s1.1243 2.0013 1.8789 3.4883h8.1523c1.1596-0.96455 3.71-1.8215 4.1816-1.6992 0.25751 0.066763 0.59146 0.85144 0.91406 1.6992h4.752c0.21525 0 0.42534-0.018486 0.63672-0.033203l1.1211-1.3945s1.5928-2.8863 2.123-3.2988c0.53031-0.4125 1.9086 0.27738 2.5449 0.96484 0.1314 0.14195 0.18385 0.45962 0.19922 0.84961 1.4712-1.6009 2.375-3.7322 2.375-6.0879v-6.5254c-5.9962 0.054479-12.65 0.21094-12.65 0.21094l-4.6641-0.68555-2.0176-0.90234-0.31836 0.90234-3.0742 0.54883s-1.4877-1.0977-1.5938-1.7852c-0.10605-0.68751-4.9824-0.82617-4.9824-0.82617z"
fill="#d5e8f9"
stroke-width="2.3999"
id="path91" />
<path
transform="scale(.26458)"
d="m27.025 32.865-0.2207 0.28711s0.37378 0.59593 0.41797 0.72852c0.04419 0.13258-0.10899 0.33226-0.26367 0.46484s-0.42026 0.22143-0.61914 0.26562c-0.19887 0.04419-0.68417-0.11129-1.0156-0.46484-0.33146-0.35356-0.92969-0.26562-0.92969-0.26562l-0.46289 0.61914-0.2207 0.57422s-0.92797-0.06602-1.0605-0.2207c-0.06799-0.07932-0.36813-0.14016-0.65039-0.18164v1.0518c0 0.15613 0.31838 1.1896 0.34115 1.3392 0.81522 0.16513 3.4057 1.1444 3.8151 1.2808 0.46875 0.15625 1.9375-0.15625 1.9375-0.15625s0.28126 0.25001 0.25 0.375c-0.03125 0.12499 0.25 0.5 0.25 0.5s0.75-0.65624 0.84375-0.375c0.09375 0.28125 0.4375 0.40624 0.59375 0.59375 0.15625 0.18749 2.0312 0.31252 2.375 0.40625 0.34375 0.09389 3.0312 0.0625 3.0312 0.0625s2.4375-0.34373 3.0625-0.4375c0.625-0.09375 1.4375-0.59374 1.6875-0.65625 0.25-0.06249 0.21874 0.15624 0.40625 0.375 0.1875 0.21875 0.84375-0.8125 0.84375-0.8125s-2.1e-5 -2.5625 0.25-3.2812c0.25-0.71875-0.03126-1.0625-0.15625-1.5-0.12499-0.43749-0.5-0.46875-0.5-0.46875l-1.7187 0.28125h-1.9375l-5.0684 0.08008s-1.0831 0.28589-1.3262 0.33008c-0.24307 0.0442-2.5645-0.33008-2.5645-0.33008z"
opacity=".15"
id="path93" />
<path
d="m7.882 8.5886-0.69915 0.048448-0.15439 0.072348 0.25731 0.030576 0.1518 0.25774-0.09345 0.22738-0.52603 0.030145-0.36282-0.22738s-0.11696 0.25783-0.18712 0.16687c-0.070156-0.090952-0.28057 0.076009-0.28057 0.076009l-0.16666 0.089143v0.22781c0 0.54968 0.44252 0.9922 0.99221 0.9922h0.69894c-0.016592-0.02278-0.035113-0.04811-0.06309-0.09646-0.070156-0.12127 2.541e-4 -0.27295 0.07041-0.43969 0.070156-0.16674 0.40911 0.15137 0.40911 0.15137s0.12395 0.22084 0.20714 0.38478h0.89854c0.12768-0.10645 0.40918-0.20082 0.46122-0.18733 0.028418 0.0074 0.065386 0.09375 0.10099 0.18733h0.52388c0.02358 0 0.0466-0.0018 0.06976-0.0034l0.12381-0.15396s0.17581-0.31841 0.23427-0.3639c0.05846-0.04548 0.21042 0.03079 0.28056 0.10658 0.01451 0.01567 0.02006 0.05079 0.02175 0.09388 0.1614-0.17553 0.26073-0.40898 0.26183-0.66707v-0.72396c-0.66105 0.00601-1.3946 0.023255-1.3946 0.023255l-0.51419-0.075363-0.12876-0.017656-0.12855 0.017656-0.33913 0.060506s-0.16401-0.12123-0.1757-0.19702c-0.011692-0.075794-0.54929-0.090866-0.54929-0.090866z"
fill="#d5e8f9"
stroke-width=".26458"
id="path95" />
<path
transform="matrix(.11025 0 0 .11025 4.9387 4.4096)"
d="m28.1 37.996 1.5566 0.7207 2.3867 0.65234c-0.18355-0.22396-0.33162-0.44605-0.36133-0.63867-0.075742-0.49098-2.1539-0.65417-3.582-0.73438zm9.7871 0.59375-1.373 0.93359 0.7832-0.16797 4.6641 2.334 5.7285-0.42773 5.3008 0.21094s1.4436 0.94034 3.0098 2.0918v-3.123c-5.9962 0.054479-12.652 0.21094-12.652 0.21094l-4.6641-0.68359-0.79688-1.3789zm-24.131 3.3008c-2e-6 0-0.27201 0.59708-0.62305 1.082l3.1602 1.2617 3.8203 0.63281 3.8203-1.6973s-0.88076-0.31551-1.6602-0.5957l-0.45508 1.1074-4.7715 0.27148-3.291-2.0625zm38.281 7.5371-3.2891 3.0801-1.0137 3.3047 1.0215-1.2715s1.5947-2.8863 2.125-3.2988c0.53031-0.4125 1.9086 0.27738 2.5449 0.96484 0.13159 0.14216 0.182 0.46074 0.19727 0.85156 0.53566-0.58255 0.99741-1.2318 1.3652-1.9414l-0.29688-0.94336-2.6543-0.74609zm-26.854 0.91992c-0.14203-4.71e-4 -0.24776 0.010542-0.30078 0.03711-0.18547 0.092733-0.47986 0.1788-0.88086 0.32226 1.1028-0.096837 3.1172 1.7715 3.1172 1.7715s1.1243 2.0033 1.8789 3.4902h1.5371l-0.88086-0.70508 0.42773-2.0156-1.0605-2.334s-2.0894-0.41583-3.3125-0.53516c-0.20384-0.019883-0.38336-0.030779-0.52539-0.03125zm-1.5273 0.48633c-0.32149 0.11138-0.78906 0.29102-0.78906 0.29102l-1.166 2.0156-2.4375 0.63672-1.0605 1.8047-0.99805 0.38672h6.1348c-0.15033-0.20643-0.31694-0.43706-0.57031-0.875-0.63636-1.1 3.52e-4 -2.4758 0.63672-3.9883 0.057718-0.13716 0.15626-0.20124 0.25-0.27148zm17.881 1.9863-3.7129 1.3828-1.4453 1.7656h0.77148c1.1595-0.96458 3.71-1.8215 4.1816-1.6992 0.13204 0.034247 0.28469 0.25967 0.44531 0.58203l0.5-0.86328-0.74024-1.168z"
fill="#b9e3e9"
stroke-width="2.3999"
id="path97" />
<path
d="m9.7563 9.8059-0.049608-0.52916-0.28111-0.016536s-0.049608 0.066145-0.099217 0.16536c-0.049608 0.099217-0.36379 0.14882-0.36379 0.14882s-0.19843 0.01654-0.14883 0.14882c0.049608 0.13229 0.4134 0.36379 0.4134 0.36379l0.31419-0.06615 0.81027-0.06614 0.49608 0.01654s0.13229-0.3638 0.09922-0.46301c-0.03307-0.099217 0.06614-0.62837-0.09922-0.49608s-0.19843 0.21497-0.24804 0.29765c-0.04961 0.082681-0.31419 0.049608-0.31419 0.049608l-0.21497-0.099217-0.04961 0.34726-0.13229 0.19843z"
fill="#927b63"
id="path99" />
<path
d="m9.7563 9.8059-0.049608-0.52916-0.28111-0.016536s-0.049608 0.066145-0.099217 0.16536c-0.049608 0.099217-0.36379 0.14882-0.36379 0.14882s-0.19843 0.01654-0.14883 0.14882c0.049608 0.13229 0.4134 0.36379 0.4134 0.36379l0.31419-0.06615 0.81027-0.06614 0.49608 0.01654s0.13229-0.3638 0.09922-0.46301c-0.03307-0.099217 0.06614-0.62837-0.09922-0.49608s-0.19843 0.21497-0.24804 0.29765c-0.04961 0.082681-0.31419 0.049608-0.31419 0.049608l-0.21497-0.099217-0.04961 0.34726-0.13229 0.19843z"
fill="#927b63"
id="path101" />
<path
transform="scale(.26458)"
d="m41.189 33.984c-0.0498-0.0076-0.11133 0.01563-0.18945 0.07813-0.625 0.5-0.75 0.8125-0.9375 1.125-0.18751 0.3125-1.1875 0.1875-1.1875 0.1875l-0.8125-0.375-0.1875 1.3125-0.5 0.75h-0.5l-0.04297-0.4668-0.05078 0.38867s0.17188 0.4375 0.23438 0.42188c0.0625-0.01565 0.8125-0.1875 0.8125-0.1875l0.25-0.6875 0.28125-0.53125s0.17185-0.35938 0.29688-0.34375c0.12499 0.01565 1.2969 0.09375 1.2969 0.09375l0.82812-0.3125 0.375 0.1875s0.15625 0.29688 0.15625 0.375c0 0.07813-0.03136 0.46875-0.0625 0.59375-0.03137 0.125-0.29688 0.48438-0.29688 0.48438l-0.39062 0.32812-0.03125 0.14062-0.35938-0.125-0.28125 0.20312-0.25-0.01563-0.32812 0.02149 1.6875 0.05664s0.49999-1.375 0.375-1.75c-0.10937-0.32813 0.16309-1.9001-0.18555-1.9531zm-5.5645 1.0156s-0.1875 0.25-0.375 0.625-1.375 0.5625-1.375 0.5625-0.75 0.06251-0.5625 0.5625c0.18341 0.48909 1.4738 1.3168 1.5312 1.3535 0.03098-0.1147 0.05885-0.24502 0.03125-0.29102-0.04687-0.07813-0.42188-0.40625-0.42188-0.40625s-0.34375-0.3125-0.28125-0.42188c0.0625-0.10937 0.35938-0.23437 0.46875-0.35938 0.10937-0.125 0.85938-0.625 0.95312-0.71875s0.375-0.625 0.375-0.625l0.53125 0.14062 0.29492 0.78125-0.10742-1.1406zm1.4062 2.6719-0.29688 0.14844 1.4492-0.11914-0.57422-0.01367z"
opacity=".15"
id="path103" />
<path
transform="scale(.26458)"
d="m33.102 30.324-11.102 0.125v0.86719l1.1582 0.06836s1.5908-0.13208 1.7676-0.08789c0.17678 0.04419 1.8555 0.30859 1.8555 0.30859l4.5527-0.39844 4.0664 0.04492 4.3301-0.39844 1.5469 0.35352-0.83984-0.48438s-1.1489-4.99e-4 -1.4141 0.08789c-0.26517 0.08839-7.8231 0.44141-9.0605 0.44141s-7.6445-0.17578-7.6445-0.17578l0.44141-0.31055 7.3359-0.13281z"
fill="#fff"
opacity=".15"
id="path105" />
<path
d="m11.11 8.4666s-0.03694 0.00162-0.52669-1.559e-4c-0.83334-2.39e-5 -1.5247-0.10744-1.5833-0.24598 0.04496 0.18527 0.74019 0.33049 1.5833 0.33072 0.4555 0.00212 0.5047 0.00695 0.52883 0.00981z"
fill="#fff"
opacity=".08"
id="path107" />
</g>
<circle
cx="12.171"
cy="12.171"
r="4.7624"
fill="url(#radialGradient1042)"
stroke-width="1.125"
id="circle111" />
<g
transform="translate(0 .26464)"
id="g151">
<g
stroke-width=".53336"
id="g121">
<circle
cx="12.171"
cy="11.906"
r="4.2333"
fill="url(#l)"
id="circle113" />
<circle
cx="12.171"
cy="11.906"
r="2.9634"
fill="url(#e)"
id="circle115" />
<circle
cx="12.171"
cy="11.906"
r="2.3621"
fill="url(#d)"
id="circle117" />
<circle
cx="12.171"
cy="11.906"
r="1.9685"
fill="url(#c)"
id="circle119" />
</g>
<circle
cx="12.171"
cy="11.906"
r="1.5311"
fill="url(#b)"
stroke="#0d224d"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width=".12511"
id="circle123" />
<g
transform="matrix(.37199 0 0 .37199 9.0211 8.759)"
stroke-width="1.4338"
id="g149">
<path
d="m4.9448 6.47 1.4646 0.81043s0.45771-0.47747 0.77192-0.68614c0.34816-0.2312 1.1047-0.41587 1.0925-0.36047l-0.24082-1.7621s-1.6213-0.1607-3.0882 1.9983z"
fill="#4678cc"
filter="url(#n)"
opacity=".8"
id="path125" />
<path
d="m4.7877 6.73 1.565 0.69539s-0.088292 0.20162-0.12307 0.42093c-0.031791 0.20052 0.00444 0.38623 0.00444 0.38623l-1.8062-0.0183s0.072193-1.0359 0.35991-1.4842z"
fill="#4678cc"
filter="url(#m)"
opacity=".8"
id="path127" />
<g
transform="translate(0,-280.07)"
fill="#fff"
id="g139">
<ellipse
transform="matrix(.15683 -.13591 .13591 .15683 36.278 248.68)"
cx="-228.33"
cy="44.944"
rx="3.083"
ry="1.9028"
fill-opacity=".3"
filter="url(#g)"
id="ellipse129" />
<ellipse
transform="matrix(.10291 -.08918 .08918 .10291 26.112 262.03)"
cx="-228.1"
cy="51.166"
rx="1.9178"
ry="1.1837"
fill-opacity=".3"
filter="url(#a)"
id="ellipse131" />
<ellipse
transform="matrix(.11873 -.079425 .079425 .11873 27.406 259.75)"
cx="-222.03"
cy="111.72"
rx="18.419"
ry="11.368"
filter="url(#i)"
opacity=".2"
id="ellipse133" />
<ellipse
transform="matrix(.10291 -.08918 .08918 .10291 26.764 261.46)"
cx="-235.29"
cy="75.046"
rx="3.667"
ry="2.2633"
fill-opacity=".3"
filter="url(#j)"
id="ellipse135" />
<ellipse
transform="matrix(.12523 -.10853 .10853 .12523 29.918 254.7)"
cx="-234.21"
cy="88.759"
rx="6.3859"
ry="3.9413"
filter="url(#k)"
id="ellipse137" />
</g>
<g
transform="translate(0,-280.07)"
id="g147">
<ellipse
transform="matrix(.14046 -.082814 .082814 .14046 31.651 256.02)"
cx="-222.03"
cy="111.72"
rx="18.419"
ry="11.368"
fill="#4397ee"
filter="url(#f)"
opacity=".45"
id="ellipse141" />
<ellipse
transform="matrix(.081325 -.070476 .070476 .081325 22.059 267.13)"
cx="-228.33"
cy="44.944"
rx="3.083"
ry="1.9028"
fill="#fff"
fill-opacity=".85417"
filter="url(#h)"
id="ellipse143" />
<ellipse
transform="matrix(.069156 -.05993 .05993 .069156 20.8 271.49)"
cx="-228.1"
cy="51.166"
rx="1.9178"
ry="1.1837"
fill="#fff"
fill-opacity=".3"
filter="url(#a)"
id="ellipse145" />
</g>
</g>
</g>
<rect
style="fill:#1a70e0;stroke-width:0.264578"
id="rect179"
width="0.70562989"
height="16.933001"
x="0"
y="-3.469447e-18" />
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,160 @@
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient862" x1="7.9373" x2="7.9373" y1="15.081" y2="1.852" gradientUnits="userSpaceOnUse">
<stop stop-color="#eae8e9" offset="0"/>
<stop stop-color="#f9f8f9" offset="1"/>
</linearGradient>
</defs>
<g shape-rendering="auto">
<path d="m4.3693 0.52916c-2.1142 0-3.8402 1.7835-3.8402 3.9682v8.4675c0 2.1846 1.726 3.9682 3.8402 3.9682h8.1944c2.1142 0 3.8402-1.7835 3.8402-3.9682v-8.4675c0-2.1846-1.726-3.9682-3.8402-3.9682zm0.25704 0.52089h7.6808c1.8443 0 3.3291 1.5342 3.3291 3.44v7.9368c0 1.9058-1.4847 3.44-3.3291 3.44h-7.6808c-1.8443 0-3.3291-1.5342-3.3291-3.44v-7.9368c0-1.9058 1.4847-3.44 3.3291-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3587 0.79373c-1.9668 0-3.5639 1.6528-3.5639 3.6876v8.4996c0 2.0348 1.5971 3.6876 3.5639 3.6876h8.2162c1.9668 0 3.5644-1.6528 3.5644-3.6876v-8.4996c0-2.0348-1.5976-3.6876-3.5644-3.6876zm0.27222 0.25631h7.6718c1.8422 0 3.3251 1.5342 3.3251 3.44v7.9368c0 1.9058-1.483 3.44-3.3251 3.44h-7.6718c-1.8422 0-3.3251-1.5342-3.3251-3.44v-7.9368c0-1.9058 1.483-3.44 3.3251-3.44z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".01" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m4.3097 1.0583c-1.8657 0-3.3751 1.5383-3.3751 3.439v8.4675c0 1.9007 1.57 3.439 3.4357 3.439h8.1996c1.8657 0 3.4274-1.5383 3.4274-3.439v-8.4675c0-1.9007-1.51-3.439-3.3756-3.439h-0.09688c1.794 0.086515 3.2138 1.5819 3.2138 3.4318v7.9368c0 1.9058-1.5059 3.44-3.3766 3.44h-7.7905c-1.8707 0-3.3766-1.5342-3.3766-3.44v-7.9368c0-1.8498 1.4199-3.3451 3.2138-3.4318z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path transform="scale(.26458)" d="m4 46.969v2.0312c0 6.6479 5.8957 12 12.544 12h30.961c6.6479 0 12.495-5.3521 12.495-12v-1.9922c-0.02117 7.1849-5.81 12.963-13 12.963h-29.998c-7.2032 0-13.002-5.7987-13.002-13.002z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".03" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m1.0583 11.906v0.59234c0 1.9386 1.5729 3.4993 3.3318 3.4993h8.1603c1.7589 0 3.3243-1.5608 3.3243-3.4993v-0.58095c-0.0056 2.0952-1.5372 3.7801-3.4395 3.7801h-7.9368c-1.9058 0-3.44-1.691-3.44-3.7915z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" opacity=".05" solid-color="#000000" stop-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
</g>
<rect x="1.0583" y="1.05" width="14.817" height="14.817" rx="3.4401" ry="3.4401" fill="url(#linearGradient862)"/>
<g transform="translate(0 .26458)" opacity=".25" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".35" stroke-width=".074834">
<rect x="2.3812" y="3.9687" width="12.171" height=".13229" rx="0" ry=".066145" opacity=".75"/>
<rect x="2.3812" y="6.0853" width="12.171" height=".13229" rx="0" ry=".066145" opacity=".75"/>
<rect x="2.3812" y="8.2019" width="12.171" height=".13229" rx="0" ry=".066145" opacity=".75"/>
<rect x="2.3812" y="10.054" width="12.171" height=".13229" rx="0" ry=".066145" opacity=".75"/>
<rect x="2.3812" y="12.171" width="12.171" height=".13229" rx="0" ry=".066145" opacity=".75"/>
</g>
<g fill="#666" stroke-width=".019517" aria-label="editor { border: 1px solid black; color: white; background: transparent; }">
<path d="m3.4295 3.619q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012429-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.07224-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"/>
<path d="m3.7985 3.2073-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033401 0.038062-0.033401 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"/>
<path d="m3.953 3.3184q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015535 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015535 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.02641l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"/>
<path d="m4.2467 3.4163q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.01942 0.010098l-0.082339 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015536 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"/>
<path d="m4.5589 3.5149q0 0.072241-0.046607 0.1204-0.046607 0.04816-0.12662 0.04816-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093213 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.06525 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.07224z"/>
<path d="m4.8805 3.424q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m5.4965 3.8039q-0.069133 0-0.094767-0.022526-0.027187-0.024857-0.027187-0.093214v-0.12506q0-0.044276-0.010098-0.062142t-0.048937-0.028741q0.046607-0.011652 0.055928-0.052821 0.00311-0.013205 0.00311-0.034178v-0.13749q0-0.064473 0.028741-0.086999 0.023303-0.019419 0.093214-0.019419-0.038062 0.010098-0.052821 0.033401-0.012429 0.020196-0.012429 0.062142v0.13594q0 0.045053-0.010098 0.064473-0.012429 0.02408-0.052044 0.034955 0.039616 0.010875 0.052044 0.038062 0.010098 0.020196 0.010098 0.068357v0.12972q0 0.038839 0.014759 0.062919 0.014759 0.024857 0.050491 0.032625z"/>
<path d="m4.2187 5.4464q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.01942l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"/>
<path d="m4.531 5.4666q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093213 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"/>
<path d="m4.8525 5.3757q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m5.2215 5.159-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033402 0.038062-0.033402 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"/>
<path d="m5.5353 5.5707q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.026411 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012429-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.07224-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"/>
<path d="m5.8569 5.3757q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m5.9447 5.3633q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"/>
<path d="m6.5816 5.145-0.078455 0.4684q-0.00155 0.011652-0.013205 0.017866-0.00932 0.00699-0.020973 0.00699-0.00777 0-0.016312-0.010098-0.00854-0.010098-0.00854-0.025634l0.066798-0.40315-0.016312 0.010098q-0.00932 0.00388-0.019419 0.00388-0.02408 0-0.02641-0.023303 0-0.029518 0.052044-0.053598 0.0435-0.020196 0.06991-0.020196 0.010875 0 0.010875 0.028741z"/>
<path d="m6.9172 5.4464q0 0.06758-0.069133 0.12506-0.066026 0.054375-0.13516 0.054375-0.00854 0-0.015536-0.00854-0.00777-0.00777-0.00777-0.017866 0-0.027964 0.023303-0.027964 0.057482 0 0.10564-0.047383 0.042723-0.041946 0.042723-0.083892 0-0.0435-0.033401-0.0435-0.024857 0-0.079231 0.020196-0.059035 0.023303-0.062142 0.041946l-0.065249 0.38761q-0.00388 0.020196-0.033402 0.020196-0.010098 0-0.017089-0.010875-0.00621-0.00932-0.00621-0.020973l0.080785-0.4684q0.00388-0.019419 0.010098-0.025634 0.00699-0.00699 0.023303-0.00699 0.024857 0 0.023303 0.020196l-0.00155 0.025634q0.061366-0.036509 0.11574-0.036509 0.037285 0 0.062142 0.016312 0.038839 0.025634 0.038839 0.086999z"/>
<path d="m7.1782 5.3679q0 0.013982-0.023303 0.034178-0.069133 0.059812-0.078455 0.075348l0.039616 0.074571q0.02175 0.040392 0.02175 0.047383 0 0.013205-0.010875 0.022527-0.010098 0.00854-0.02408 0.00854-0.00777 0-0.019419-0.02408-0.025634-0.054374-0.04583-0.088553-0.011652 0.014759-0.065249 0.093214-0.012429 0.017866-0.02408 0.019419-0.010875 0-0.018643-0.00854-0.00777-0.00854-0.010098-0.017866 0-0.012429 0.017866-0.034955 0.045053-0.058258 0.073794-0.099428l-0.041946-0.076124q-0.00699-0.011652-0.00854-0.02408 0-0.023303 0.030294-0.027964 0.00699 0 0.015536 0.00932l0.041946 0.078455q0.079232-0.08933 0.10331-0.08933 0.011652 0 0.018643 0.00854 0.00777 0.00854 0.00777 0.019419z"/>
<path d="m7.8128 5.3819q0 0.013205-0.00699 0.022527-0.00854 0.010875-0.020196 0.010875-0.00544 0-0.035732-0.011652-0.029518-0.012428-0.050491-0.012428-0.034955 0-0.037285 0.022527 0 0.017866 0.038062 0.034955 0.063696 0.028741 0.070687 0.033401 0.038062 0.02408 0.038062 0.059812 0 0.055151-0.037285 0.080008-0.02641 0.017866-0.066026 0.017866-0.062919 0-0.08933-0.010098t-0.026411-0.027187q0-0.027187 0.023303-0.031848l0.041169 0.011652q0.016312 0.00466 0.040393 0.00466 0.057482 0 0.057482-0.038062 0-0.017866-0.037285-0.037285-0.066026-0.032625-0.06991-0.035732-0.038062-0.025634-0.038062-0.059035 0-0.038062 0.034178-0.058258 0.027964-0.015536 0.069133-0.015536 0.027964 0 0.059035 0.00854 0.0435 0.010875 0.0435 0.030294z"/>
<path d="m8.1251 5.4666q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"/>
<path d="m8.2859 5.1574-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"/>
<path d="m8.4405 5.27q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015535 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015535 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.026411l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"/>
<path d="m8.8094 5.159-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033402 0.038062-0.033402 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"/>
<path d="m9.5241 5.4464q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.01942l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"/>
<path d="m9.6849 5.1574-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"/>
<path d="m10.022 5.3772q-0.043499 0.13283-0.043499 0.23769 0 0.023303-0.02641 0.026411-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044277 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.01942 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012428-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"/>
<path d="m10.337 5.3835q0 0.012429-0.0078 0.01942-0.0078 0.00932-0.0202 0.00932l-0.02486-0.00777q-0.02408-0.00621-0.04505-0.00621-0.05981 0-0.10486 0.046607-0.04039 0.041946-0.04039 0.086999 0 0.02175 0.01476 0.036509 0.01476 0.013982 0.03962 0.013982 0.03806 0 0.06603-0.014759l0.06214-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.06292 0.053598-0.05438 0.020973-0.08855 0.020973-0.04738 0-0.08001-0.028741-0.03262-0.028741-0.03262-0.076124 0-0.070687 0.05127-0.12662 0.05903-0.063696 0.15225-0.063696 0.03651 0 0.06525 0.013205 0.02952 0.012429 0.02952 0.027187z"/>
<path d="m10.636 5.6149q0 0.010098-0.0101 0.019419-0.0093 0.010098-0.01942 0.010098-0.0039 0-0.08001-0.090883-0.08389-0.098651-0.08855-0.10409l-0.02796 0.16856q0 0.019419-0.02874 0.023303-0.01165 0-0.01864-0.00777-0.0078-0.00699-0.0078-0.020196l0.0769-0.45908q0.0016-0.010875 0.0085-0.015536 0.0054-0.00466 0.01942-0.00466 0.0093 0 0.01787 0.00777 0.0093 0.00777 0.0101 0.017089l-0.03884 0.22294q0.04272-0.01942 0.11496-0.057482 0.01942-0.010098 0.0334-0.012429 0.0093 0 0.01709 0.010098 0.0078 0.00932 0.0078 0.019419 7.77e-4 0.033402-0.13283 0.082339 0.02952 0.029518 0.04583 0.04816 0.01631 0.018643 0.04816 0.059035 0.05282 0.06758 0.05282 0.083892z"/>
<path d="m10.723 5.3633q0 0.013982-0.0101 0.02408-0.0093 0.00932-0.02253 0.00932-0.0334 0-0.0334-0.033402 0-0.032625 0.03185-0.032625 0.03418 0 0.03418 0.032625zm-0.01398 0.24236q0 0.022527-0.02253 0.048937t-0.03729 0.02641q-0.0062-0.00155-0.0078-0.00388 0-0.00699 0.0047-0.01942 0.0047-0.011652 0.0047-0.019419l-7e-3 -0.018643q-0.0023-0.00621-0.0039-0.020196 0-0.013205 0.01243-0.020973 0.0101-0.00777 0.02408-0.00777 0.03263 0.00388 0.03263 0.034955z"/>
<path d="m4.2078 7.3351q0 0.012428-0.00777 0.019419-0.00777 0.00932-0.020196 0.00932l-0.024857-0.00777q-0.02408-0.00621-0.045053-0.00621-0.059812 0-0.10487 0.046607-0.040392 0.041946-0.040392 0.086999 0 0.02175 0.014759 0.036509 0.014759 0.013982 0.039616 0.013982 0.038062 0 0.066026-0.014759l0.062142-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.062919 0.053598-0.054374 0.020973-0.088553 0.020973-0.047383 0-0.080008-0.028741t-0.032625-0.076124q0-0.070687 0.051267-0.12662 0.059035-0.063696 0.15225-0.063696 0.036509 0 0.065249 0.013205 0.029518 0.012429 0.029518 0.027187z"/>
<path d="m4.5201 7.4182q0 0.07224-0.046607 0.1204t-0.12661 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"/>
<path d="m4.6809 7.1091-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"/>
<path d="m4.9931 7.4182q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"/>
<path d="m5.3147 7.3273q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m5.4025 7.3149q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"/>
<path d="m6.344 7.3312q-0.073794 0.12351-0.13283 0.1973-0.050491 0.062919-0.071464 0.062919-0.028741 0-0.059812-0.17478-0.029518 0.038839-0.083892 0.097097-0.070687 0.076124-0.090883 0.076124-0.017089 0-0.048937-0.10953-0.031071-0.1103-0.031071-0.16079 0-0.027964 0.027964-0.027964 0.025634 0 0.033402 0.059812 0.011652 0.096321 0.038839 0.1538 0.062919-0.055928 0.10331-0.11263 0.047383-0.066803 0.065249-0.066803 0.023303 0 0.041169 0.076124 0.00932 0.050491 0.020196 0.1002l0.020973-0.02408q0.02175-0.02408 0.053598-0.069133 0.044276-0.062142 0.070687-0.10953z"/>
<path d="m6.6655 7.4011q0 0.052821-0.010875 0.10797-0.015536 0.082339-0.04816 0.082339-0.027964 0-0.027964-0.02641l0.020196-0.079231q0.00932-0.037285 0.00932-0.075348 0-0.031848-0.00388-0.040393-0.00233-0.010098-0.014759-0.010098-0.023303 0-0.087776 0.042723-0.065249 0.042723-0.068357 0.063696l-0.017089 0.10331q-0.00388 0.02175-0.031071 0.02175-0.010098 0-0.016312-0.00932-0.00621-0.00854-0.00777-0.02175l0.076901-0.45442q0.00155-0.00932 0.00854-0.014759 0.00699-0.00544 0.01942-0.00699 0.011652 0 0.018643 0.00854 0.00777 0.00777 0.00777 0.019419l-0.0435 0.26177q0.057482-0.039616 0.086999-0.054375 0.041169-0.020196 0.076901-0.020196 0.026411 0 0.041169 0.039616 0.011652 0.030294 0.011652 0.062142z"/>
<path d="m6.8201 7.2217q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015536 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015536 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.02641l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"/>
<path d="m7.1137 7.3196q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.019419 0.010098l-0.082339 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015535 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"/>
<path d="m7.4276 7.5223q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012428-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.072241-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"/>
<path d="m7.5153 7.3149q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.013982 0.24236q0 0.022527-0.022527 0.048937t-0.037285 0.02641q-0.00621-0.00155-0.00777-0.00388 0-0.00699 0.00466-0.019419 0.00466-0.011652 0.00466-0.019419l-0.00699-0.018643q-0.00233-0.00621-0.00388-0.020196 0-0.013205 0.012428-0.020973 0.010098-0.00777 0.02408-0.00777 0.032625 0.00388 0.032625 0.034955z"/>
<path d="m4.2187 9.3497q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.019419l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"/>
<path d="m4.5558 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012428-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"/>
<path d="m4.8712 9.2868q0 0.012428-0.00777 0.019419-0.00777 0.00932-0.020196 0.00932l-0.024857-0.00777q-0.02408-0.00621-0.045053-0.00621-0.059812 0-0.10487 0.046607-0.040393 0.041946-0.040393 0.086999 0 0.02175 0.014759 0.036509 0.014759 0.013982 0.039616 0.013982 0.038062 0 0.066026-0.014759l0.062142-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.062919 0.053598-0.054375 0.020973-0.088553 0.020973-0.047384 0-0.080008-0.028741-0.032625-0.028741-0.032625-0.076124 0-0.070687 0.051267-0.12662 0.059035-0.063696 0.15225-0.063696 0.036509 0 0.06525 0.013205 0.029518 0.012428 0.029518 0.027187z"/>
<path d="m5.1695 9.5182q0 0.010098-0.010098 0.019419-0.00932 0.010098-0.01942 0.010098-0.00388 0-0.080008-0.090883-0.083892-0.098651-0.088553-0.10409l-0.027964 0.16856q0 0.019419-0.028741 0.023303-0.011652 0-0.018643-0.00777-0.00777-0.00699-0.00777-0.020196l0.076901-0.45908q0.00155-0.010875 0.00854-0.015536 0.00544-0.00466 0.019419-0.00466 0.00932 0 0.017866 0.00777 0.00932 0.00777 0.010098 0.017089l-0.038831 0.22294q0.042723-0.01942 0.11496-0.057482 0.01942-0.010098 0.033402-0.012428 0.00932 0 0.017089 0.010098 0.00777 0.00932 0.00777 0.019419 7.768e-4 0.033402-0.13283 0.082339 0.029518 0.029518 0.04583 0.04816 0.016312 0.018643 0.04816 0.059035 0.052821 0.06758 0.052821 0.083892z"/>
<path d="m5.505 9.2837-0.057482 0.35188q-0.010098 0.059812-0.054375 0.09399-0.042723 0.031848-0.10487 0.031848-0.04816 0-0.085446-0.031071-0.031848-0.027187-0.031848-0.051267 0-0.023303 0.024857-0.026411 0.014759 0 0.031071 0.017089 0.034178 0.037285 0.061366 0.037285 0.031848 0 0.058258-0.014759 0.038062-0.020973 0.046607-0.069133l0.02175-0.13205-0.036509 0.02175q-0.04583 0.022527-0.086999 0.022527-0.040393 0-0.069133-0.028741-0.027964-0.029518-0.027964-0.077678 0-0.058258 0.04816-0.11186 0.054375-0.061365 0.13594-0.061365 0.029518 0 0.040393 0.00621 0.010098 0.00699 0.010098 0.02175 0 0.019419-0.012428 0.024857-0.00621 0.00311-0.029518 0.00311-0.062142 0-0.10253 0.040393-0.034955 0.034178-0.034955 0.076901 0 0.046607 0.041946 0.046607 0.065249 0 0.13594-0.063696l0.023303-0.13749q0.00466-0.024857 0.02641-0.024857 0.014759 0 0.02175 0.00699 0.00621 0.00777 0.00621 0.027187z"/>
<path d="m5.8266 9.279q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m6.1389 9.3699q0 0.072241-0.046607 0.1204-0.046607 0.04816-0.12662 0.04816-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093213 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.06525 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.07224z"/>
<path d="m6.462 9.2697-0.027187 0.1072q-0.011652 0.044276-0.011652 0.075348v0.015536q0 0.00388 0.00155 0.019419l0.00311 0.029518q0 0.027964-0.027964 0.027964-0.020973 0-0.027964-0.019419-7.768e-4 -0.00388-0.00544-0.038062-0.014759 0.014759-0.052044 0.032625-0.036509 0.017089-0.06758 0.017089-0.045053 0-0.068357-0.035732-0.020973-0.031848-0.020973-0.078455 0-0.051267 0.023303-0.11652 0.023303-0.062919 0.04583-0.062919 0.011652 0 0.019419 0.00854 0.00854 0.00699 0.00854 0.022527-0.013982 0.037285-0.027964 0.083892t-0.013982 0.069133q0 0.023303 0.010098 0.039616 0.012428 0.013982 0.027187 0.013982 0.027964 0 0.068357-0.025634 0.034955-0.02175 0.053598-0.041946l0.035732-0.14992q0-0.017089 0.024857-0.017089 0.013205 0 0.02175 0.00466 0.00777 0.00544 0.00777 0.018643z"/>
<path d="m6.7852 9.359q0 0.038062-0.00932 0.079232-0.00311 0.013205-0.010875 0.040392-0.00699 0.027187-0.013982 0.0435-0.00932 0.020973-0.023303 0.020973-0.031071 0-0.031071-0.027964 0.013205-0.045053 0.020973-0.081562 0.010098-0.047384 0.010098-0.082339 0-0.039616-0.019419-0.039616-0.022527 0-0.087776 0.0435-0.066026 0.0435-0.069133 0.062919l-0.017089 0.10331q-0.00388 0.02175-0.028741 0.02175-0.02641 0-0.02641-0.02641l0.041169-0.24857q0.00311-0.02175 0.030294-0.02175 0.00932 0 0.017866 0.010098 0.00621 0.00544 0.00621 0.014759v0.00311l-0.00777 0.051267q0.097874-0.074571 0.16545-0.074571 0.01942 0 0.035732 0.029518 0.017089 0.028741 0.017089 0.078455z"/>
<path d="m7.1541 9.0623-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012429 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047383-0.033401 0.038062-0.033401 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"/>
<path d="m7.2419 9.2666q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"/>
<path d="m7.9239 9.2712q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.019419 0.010098l-0.082338 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015536 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"/>
<path d="m8.2455 9.279q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"/>
<path d="m8.5826 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012429-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"/>
<path d="m8.9058 9.359q0 0.038062-0.00932 0.079232-0.00311 0.013205-0.010875 0.040392-0.00699 0.027187-0.013982 0.0435-0.00932 0.020973-0.023303 0.020973-0.031071 0-0.031071-0.027964 0.013205-0.045053 0.020973-0.081562 0.010098-0.047384 0.010098-0.082339 0-0.039616-0.019419-0.039616-0.022527 0-0.087776 0.0435-0.066026 0.0435-0.069133 0.062919l-0.017089 0.10331q-0.00388 0.02175-0.028741 0.02175-0.026411 0-0.026411-0.02641l0.041169-0.24857q0.00311-0.02175 0.030294-0.02175 0.00932 0 0.017866 0.010098 0.00621 0.00544 0.00621 0.014759v0.00311l-0.00777 0.051267q0.097874-0.074571 0.16545-0.074571 0.019419 0 0.035732 0.029518 0.017089 0.028741 0.017089 0.078455z"/>
<path d="m9.152 9.2852q0 0.013205-0.00699 0.022527-0.00854 0.010875-0.020196 0.010875-0.00544 0-0.035732-0.011652-0.029518-0.012429-0.050491-0.012429-0.034955 0-0.037285 0.022527 0 0.017866 0.038062 0.034955 0.063696 0.028741 0.070687 0.033402 0.038062 0.02408 0.038062 0.059812 0 0.055151-0.037285 0.080008-0.026411 0.017866-0.066026 0.017866-0.062919 0-0.08933-0.010098-0.02641-0.010098-0.02641-0.027187 0-0.027187 0.023303-0.031848l0.041169 0.011652q0.016312 0.00466 0.040392 0.00466 0.057482 0 0.057482-0.038062 0-0.017866-0.037285-0.037285-0.066026-0.032625-0.06991-0.035732-0.038062-0.025634-0.038062-0.059035 0-0.038062 0.034178-0.058259 0.027964-0.015536 0.069133-0.015536 0.027964 0 0.059035 0.00854 0.0435 0.010875 0.0435 0.030294z"/>
<path d="m9.4876 9.3497q0 0.06758-0.069133 0.12506-0.066026 0.054374-0.13516 0.054374-0.00854 0-0.015536-0.00854-0.00777-0.00777-0.00777-0.017866 0-0.027964 0.023303-0.027964 0.057482 0 0.10564-0.047384 0.042723-0.041946 0.042723-0.083892 0-0.0435-0.033402-0.0435-0.024857 0-0.079232 0.020196-0.059035 0.023303-0.062142 0.041946l-0.06525 0.38761q-0.00388 0.020196-0.033402 0.020196-0.010098 0-0.017089-0.010875-0.00621-0.00932-0.00621-0.020973l0.080785-0.4684q0.00388-0.01942 0.010098-0.025634 0.00699-0.00699 0.023303-0.00699 0.024857 0 0.023303 0.020196l-0.00155 0.025634q0.061365-0.036509 0.11574-0.036509 0.037285 0 0.062142 0.016312 0.038839 0.025634 0.038839 0.086999z"/>
<path d="m9.8247 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012429-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"/>
<path d="m10.146 9.279q0 0.02175-0.01398 0.027964-0.0093 0.00466-0.02952 0.00466-0.07146 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.04738-0.017089 0.10797-0.017089 0.02952 0 0.02952 0.02175z"/>
<path d="m10.46 9.474q0 0.028741-0.07146 0.052044-0.05904 0.018643-0.0971 0.018643-0.12196 0-0.12196-0.10642 0-0.068357 0.04661-0.12428 0.05282-0.064473 0.1305-0.064473 0.04971 0 0.08001 0.020196 0.03029 0.020196 0.03029 0.04583 0 0.046607-0.09166 0.09399-0.0769 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.08156-0.041946 0.08234-0.034178 0.08234-0.056705 0-0.00932-0.01243-0.017089-0.01398-0.00544-0.0435-0.00544-0.05826 0-0.09244 0.041169-0.03107 0.038062-0.03107 0.09399 0 0.027187 0.01554 0.041946 0.01553 0.014759 0.04971 0.014759 0.03884 0 0.07224-0.015536l0.07457-0.034955q0.02486 0 0.02486 0.031071z"/>
<path d="m10.783 9.359q0 0.038062-0.0093 0.079232-0.0031 0.013205-0.01088 0.040392-7e-3 0.027187-0.01398 0.0435-0.0093 0.020973-0.0233 0.020973-0.03107 0-0.03107-0.027964 0.01321-0.045053 0.02097-0.081562 0.0101-0.047384 0.0101-0.082339 0-0.039616-0.01942-0.039616-0.02253 0-0.08778 0.0435-0.06603 0.0435-0.06913 0.062919l-0.01709 0.10331q-0.0039 0.02175-0.02874 0.02175-0.02641 0-0.02641-0.02641l0.04117-0.24857q0.0031-0.02175 0.03029-0.02175 0.0093 0 0.01787 0.010098 0.0062 0.00544 0.0062 0.014759v0.00311l-0.0078 0.051267q0.09787-0.074571 0.16545-0.074571 0.01942 0 0.03573 0.029518 0.01709 0.028741 0.01709 0.078455z"/>
<path d="m11.077 9.2712q0 0.011652-7e-3 0.018643-0.0078 0.00854-0.01942 0.010098l-0.08234 0.00699-0.03496 0.21284q-0.0039 0.020196-0.03107 0.023303-0.02486 0-0.02486-0.024857l0.03418-0.20662-0.07302 0.00699q-0.0093 0-0.01787-0.00854-0.0078-0.00621-0.0093-0.017089 0-0.013982 0.0062-0.020973 7e-3 -0.00777 0.01864-0.00854l0.08467-0.00621 0.01709-0.11574q0.0039-0.02175 0.02796-0.02175 0.0093 0 0.01864 0.00699 0.0078 0.00854 0.0078 0.020973l-0.01553 0.10331 0.07379-0.00621q0.0085 0 0.01709 0.00621 0.0078 0.00699 0.0093 0.020196z"/>
<path d="m11.165 9.2666q0 0.013982-0.0101 0.02408-0.0093 0.00932-0.02253 0.00932-0.0334 0-0.0334-0.033402 0-0.032625 0.03185-0.032625 0.03418 0 0.03418 0.032625zm-0.01398 0.24236q0 0.022527-0.02253 0.048937t-0.03729 0.02641q-0.0062-0.00155-0.0078-0.00388 0-0.00699 0.0047-0.019419 0.0047-0.011652 0.0047-0.019419l-7e-3 -0.018643q-0.0023-0.00621-0.0039-0.020196 0-0.013205 0.01243-0.020973 0.0101-0.00777 0.02408-0.00777 0.03263 0.00388 0.03263 0.034955z"/>
<path d="m3.3518 11.279q-0.036509 0.0101-0.04816 0.02874-0.011652 0.01864-0.011652 0.06214v0.12506q0 0.06913-0.025634 0.09244-0.025634 0.0233-0.095544 0.0233 0.065249-0.0132 0.065249-0.09554v-0.12972q0-0.04661 0.011652-0.06991 0.011652-0.02408 0.050491-0.03651-0.038062-0.0085-0.051267-0.03573-0.010875-0.02097-0.010875-0.0637v-0.13594q0-0.04117-0.013205-0.06214-0.013205-0.02175-0.052044-0.0334 0.068357 0 0.092437 0.01864 0.028741 0.02175 0.028741 0.08778v0.13749q0 0.03573 0.011652 0.05593t0.04816 0.03107z"/>
</g>
<image x="5.3628" y=".26547" width="10.583" height="18.52" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABGCAYAAAC+ANZHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANDSURB VGiB7Zpbc+owDIQ3BMr5//+Wlst5wFs2iuw42DIv1YwnDKTpNyvrlgT4syqbdv8wwCZzBICHOeI4 DGdpk7MessDjaECqdZA1p+/vad3SEQAeIwFVrRlPcbimBHYlGAYrSDAqdgTwlRYZbgAueCk5DFDh jgBOCeycjnM67xtPBQ+QwBmp4JzgzgD+peMpAdG9q6wSDWjV+0pwBJzxdOVd/kYjeYiCdt+dsVaP YNx7v6kmEtBTj+uE194jGNPLIg8eAgF5fRschDsI3DUBWsgwwFzk5uC4hgHy2gp4Sp/pWsL9yFLA MBdrxfDUY921gFcY9aIACcnI3aPeDSbN9Aa0JU3VY8216rGCEG5hUS4mnKrH/5WDszmwO+A76nHv uer1BiSk3XusGAS06mlwhLo4p55GLpuCYuRGAHplzapn954FDHexFxyeetVwvQCtetx/ucj1qkbW erpY2yom5Zq9Fw7ozRu5kublvaK1AuoYOePVqfB7qpcLjE3r0bCqelylpFztXqBNQetauleTMtWr zns9AQmpydl2LBocu9VrAfQ6ZsLlUstu9VoACUnXateSc2+2Y+kN6HUtNvfprGGb0V3W4uKSeure Yr/XG7BGPW2pNvu93oCE1J6Pd6h4LUauN0qGuri2Y7ap5W319gLy/NpprVm9PYC5+yw59dS9b6u3 B5Dn5uYNYJ2YdcYNdXFp79mez7r27lyvOyDP8wJDIzfXFIS62FPPJuZczW1WrwaQ5yiczXulpqBJ vS3ArXt84eptAfJ3vb+se2+rnW9WrwToqWdn3dIo2c1KCuaqhk0rVK+5atQCemOkwgH+nNtcNWoB Cem183TtDU/lwvYezRs7CVcaxOladW939YC1gvoUfDYLBbgQ9YBtBTUha2BcMEA9IB8kdO8B63p7 EcCwvUdTBfX5hj6yJ9x9NJwFJKTCeTnP23th5gGqihCQbyzVWz10iQQkFLB0LQv/FYNdawFpCkrX MrXYbnmIeUFCo0qsGjalhKtnAdVYzniXoMsI+Y55gPrugN7jGw4HrAHtGxj6LkF4SvFMay9Ti+5F VRL4ACCbAO81vdUrIkOIjE3OZ00zevyIzRu/fxTuz3rYfx0z3zHFQCyWAAAAAElFTkSuQmCC "/>
<g transform="matrix(.50938 0 0 .50938 -18.467 4.054)">
<g transform="matrix(.067679 .0090656 -.0090656 .067679 20.241 -3.9508)">
<path d="m605.83-97.118s5.9306-22.557 9.7875-23.847c3.857-1.2838-6.0549 24.431-6.0549 24.431z" fill="#80878a" fill-opacity=".93844"/>
<path d="m608.82-98.07s3.8569-18.457 4.2303-19.484c0.37096-1.0636 3.1518-4.6946 4.3544-5.0642 1.2028-0.36526 8.1701-0.93463 12.857 2.1926 4.6863 3.1144 7.2163 3.2841 7.4237 8.9166 0.20734 5.6464-28.865 13.439-28.865 13.439z" fill="#54728f" fill-opacity=".99759"/>
<path d="m608.74-98.07s7.2579 0.10743 14.972 3.528l12.898-19.158s-3.2658-4.2488-13.437-5.2758c-5.35-0.56937-7.2993 1.2107-7.5894 3.2841z" fill="#8bb0d8"/>
<path d="m605.17-92.847h6.1584v4.6921h-6.1584z" fill="#32475c"/>
<path d="m558.72 55.425 1.2441-16.301 42.717-135.7-0.68551-1.4804 1.2131 0.58012 0.0279-0.10743h0.75823l2.0737 0.98834 0.6855 4.2531-1.0784 3.6784 1.4515 8.0969-3.4748 11.221-3.8709 0.95611-6.0412 24.622-29.619 96.274s2.2935 3.0993-5.3929 2.9661z" fill="#817160"/>
<path d="m560.07 50.167s-0.23162 3.8911 0.11677 4.0844c0.3542 0.26857 3.9002-3.24 3.9002-3.24l-0.14675 7.4416 1.3197-0.38674 17.229-55.522 18.081-60.289 0.0935-5.0492 2.7787-6.1009 3.2763-10.999 2.4883-8.6544 2.0322-2.7932 8.2946-0.87017-6.2624 28.195-41.68 127.64-12.608 3.0854-3.7325-8.4708z" fill="#797878"/>
<path d="m628.27-85.943s1.3405-3.3303 5.1949-3.3303c3.8543 0 5.9068 8.4235 3.1837 11.771-2.7231 3.3765-8.3786-8.4407-8.3786-8.4407z" fill="#8d8d85" fill-opacity=".98987"/>
<path d="m498.99 332.83 39.617-76.046-6.6771-3.6934s0.5713 1.1473 0 2.646c-0.60386 1.5996-33.002 77.079-33.002 77.079z" fill="#9e9e9e"/>
<path d="m530.53 259.68c0.79615-0.93463 2.9327-5.4037 1.7176-6.2781-1.215-0.93463-4.6083-3.3475-10.473-4.0114 0 0 0.58591 1.634-1.9691 2.9306-2.5556 1.2806-7.0382 0.50492-7.0382 0.50492l0.66906 5.3381 9.9289 1.6608z" fill="#5c5956"/>
<path d="m548.54 49.211c0.14632 2.5149 0.61546 3.4452 1.8184 3.7643 1.2022 0.42971 1.7889 2.647 1.6421 5.4155-0.1461 2.6889 7.8301-4.5969 7.8301-4.5969l0.4975-4.7902z" fill="#898a8b"/>
<path d="m550.16 51.261c6.2323 0.89166 8.3163 1.1989 10.175-0.93463 2.6368-2.7663 23.377-77.734 23.377-77.734l20.855-67.544s-0.47419-4.7505-5.6878-4.5077c-5.2137 0.24709-6.8726 0-9.2423 7.5888-2.37 7.5726-38.392 132.7-39.814 135.81-1.4219 3.0488-2.2691 6.6434 0.33765 7.1182z" fill="#b3d5f0"/>
<path d="m618.79-118.53c-0.29693 0.20411-7.1688 20.372-7.1688 20.372s2.3698 0.10743 3.5546 0.50491c1.1852 0.42972 6.2804-20.432 6.2804-20.432z" fill="#b3d5f0"/>
<path d="m562.79 53.836c-1.5759 2.6417-2.198 4.8268-0.82827 4.772 1.3686-0.10743 2.7787 0.93463 3.4421 0 0.66305-0.93463 7.9213-21.964 7.9213-21.964s28.243-93.076 28.119-94.653c-0.1244-1.5738-0.1244-4.0651 0.37235-4.6732 0.49643-0.69828 1.9493-4.324 1.9493-5.0212 0-0.76274 4.8937-16.427 5.0181-17.466 0.12516-1.0636 2.0737-3.2648 1.0368-3.8964-1.0368-0.66606-2.6956-1.7844-3.5666-1.172-0.86964 0.66606-2.7787 5.9763-1.8249 6.8819 0.95418 0.93463 2.1982 2.7556 2.1982 2.7556l-3.5251 10.773s-2.2812-0.10742-3.318 1.0915c-1.0368 1.1119-2.7372 8.6953-3.774 12.972-1.0368 4.281-13.686 45.352-14.847 48.452-1.1612 3.1982-15.859 55.493-18.372 61.147z" fill="#718ea5"/>
<path d="m611.26-89.021c0.82828-0.51565 2.3697 1.6404 2.3697 3.182 0 1.5459-17.359 62.501-19.729 68.908-2.37 6.4178-11.376 38.754-11.376 38.754l-19.314 64.604-13.982 47.724s-2.8437-1.88-4.2657-1.88 27.491-88.082 27.491-88.082l29.149-98.797 0.94816-5.452z" fill="#b3d5f0"/>
<path d="m570.8 144.01 1.525-4.1962 48.329-165.62-53.637 166.76z" fill="#939394"/>
<g fill="#d2f2ff">
<path d="m538.09 132.08c6.8135 0.38674 6.9914 0 6.9914 0l23.699-75.056s-1.4812 5.322-8.7687 3.3754l-0.82828-1.8671-8.7686 32.498s-16.53 41.05-12.323 41.05z"/>
<path d="m612.21-88.325c-0.82828-1.0313-1.3626-2.588-0.29694-3.4356 1.0663-0.87017 2.9031-1.4191 3.8511 0.80572 0.94806 2.1797-2.0146 7.8154-2.2515 6.2126-0.2342-1.6071-1.3034-3.558-1.3034-3.558z"/>
<path d="m614.82-98.091s1.9553 1.4181 3.2586 1.0313c1.3034-0.42972 7.939-19.075 6.9319-20.618-1.0076-1.5384-3.2584-1.5384-3.7324-0.41898-0.4744 1.1162-7.2283 19.667-6.458 20.019z"/>
<path d="m506.74 245.95s-4.1893 1.1742-5.1949 3.8008c-1.0056 2.7212-13.909 79.141-13.909 79.141l5.195 0.66606s21.282-73.228 21.114-75.072c-0.16877-1.8402-3.5192-7.6994-7.2058-8.3816z"/>
</g>
<path d="m509.75 247.24s10.892 1.0528 12.4 2.3967c1.5081 1.3547-3.519 4.0737-7.7085 3.4506-4.1893-0.89165-4.692-5.8473-4.692-5.8473z" fill="#a6c9e5"/>
<path d="m501.71 250.13s4.8596-2.1744 4.3568-3.3475c-0.50309-1.2-4.3568-1.8542-5.6975-0.93463-1.3407 0.98834-13.406 83.908-13.406 83.908s0.66875-0.2256 1.0056-1.1559c0.33432-0.9776 12.233-75.928 13.741-78.543z" fill="#a6c9e5"/>
<path d="m491.65 329.53 3.184 1.3514 27.65-75.593-8.0438-0.93462z" fill="#5a5b60"/>
<path d="m494.34 331.09 27.817-75.927 4.5246 2.0014-30.834 75.073-1.508-1.1473z" fill="#592628"/>
<path d="m525.84 256.98c0.33431 0 5.0271 2.2882 5.0271 2.2882l-34.101 72.97h-1.0894z" fill="#373d42"/>
<path d="m498.93 332.88s12.307-27.687 13.759-31.226c1.4515-3.5881 18.583-43.115 18.583-43.115s-30.411 63.791-33.93 72.029l-0.40973 1.1495z" fill="#62594f" fill-opacity=".94683"/>
<path d="m500.7 246.09h-6.7031l-8.6603 83.02 1.726 0.26857s12.129-79.627 13.637-83.223z" fill="#a8a8a9"/>
<path d="m522.4 250.37c1.5079 0.11817 2.7648 1.4449 1.089 2.618-1.6758 1.1409-4.8595 0.66606-3.4353-0.89166 1.4244-1.1763 2.3463-1.9466 2.3463-1.9466z" fill="#cdccc2"/>
<path d="m525.92 254.58c-0.92142-0.99908-1.5502-2.7555-0.7548-3.1358 0.79626-0.50491 3.3516 1.3912 2.4298 2.5718-0.9212 1.1581-1.6754 0.73052-1.6754 0.73052z" fill="#e4c7a5"/>
<path d="m494.03 246.22 36.334-114.58 4.1894 0.66606-35.456 114.92z" fill="#d2dde4"/>
<path d="m498.69 247.13 6.2002-0.93463 11.06-42.907 22.79-71.204-4.6921 0.2256z" fill="#c2e0f1"/>
<path d="m504.31 246.29 6.3144 1.2322 11.359-23.039 28.153-90.128-5.1946-2.2012-6.7031 0.2256s-27.856 81.474-34.224 113.17z" fill="#d5d8d9"/>
<path d="m510.55 247.41 11.831 2.1797 15.525-47.709 21.449-63.728-9.5518-4.1714-38.139 111.45z" fill="#aecbe5"/>
<path d="m522.32 249.57 9.2213 3.2035 34.856-111.73-7.876-3.2132z" fill="#af9a81"/>
<path d="m530.53 251.95 6.3677 5.35 1.6759-0.4512 32.007-109.23 1.006-6.71-5.8652-0.2256z" fill="#9d9d9c"/>
<path d="m533.88 131.97 23.796-77.263 2.1785-0.99909-0.83762 6.8314-20.947 72.102z" fill="#8fb1ce"/>
<path d="m530.36 131.64 22.455-77.395h5.6976l-24.634 77.914z" fill="#a7a7a8"/>
<path d="m614.15-84.375s3.0162-4.8536 1.3404-7.3696c-1.6755-2.5138-4.692 1.5094-4.692 1.5094-0.66982-0.68754-4.1893-1.836-4.1893-1.836s-0.83773-5.5326-3.0165-5.5326c0 0 15.082-0.20412 30.331 8.5513 0 0-9.8869-4.2015-14.579 14.926-4.6922 19.087-26.98 90.29-26.98 90.29l-36.364 120.71-6.8707-3.2454z" fill="#97b4cf"/>
<path d="m555.17 136.25s1.592 1.8048 3.4353 1.7103c0 0 64.684-218.09 67.03-220.24 2.346-2.1464 2.7231-6.0386 8.0435-6.8679 0 0-5.6555-2.603-10.767 5.2694-5.1112 7.8767-11.395 36.242-11.395 36.242z" fill="#c6c4b9"/>
<path d="m557.97 137.94 5.1528 1.7661s65.216-216.97 66.025-218.83c1.0891-2.516 4.7758-5.2984 7.4571-6.261 0 0-4.6502-2.8845-8.3368-0.66606-3.6867 2.2496-6.2842 12.363-6.2842 12.363z" fill="#dfc5a3"/>
<path d="m562.38 139.19c0.97739 0.8272 1.4219 2.6277 4.9472 1.7221l34.037-105.34s35.193-111.27 35.429-113.63c0.2342-2.3924 0.11774-7.4373-2.3401-6.4597-2.4587 0.99908-5.7469 4.4443-5.9543 5.525-0.20734 1.0915-64.283 211.67-66.119 218.18z" fill="#7a6e5e"/>
<path d="m566.1 140.81c0.79615-0.38674 68.09-219.47 66.905-220.25-1.1851-0.81646-1.5407 0.752-2.3108 2.2689-0.77027 1.5427-66.475 217-66.475 217-0.1476 0.9024 0.47312 0.93463 1.8806 0.99909z" fill="#43474a"/>
<path d="m485.3 329.13s4.6211-2.704 13.686 3.7235l-1.7181 1.7801s-3.6141-4.7913-10.25-3.3045z" fill="#262b2d"/>
<path d="m486.9 331.12s-2.9033 9.6675-3.5846 13.185c0 0 0.14782 0.51566 1.0367 0.70903l4.414-13.856z" fill="#242421"/>
<path d="m484.38 344.79h3.2824l4.2334-13.53s-1.7952-0.47268-3.2319-0.3008z" fill="#d9f5fe"/>
<path d="m487.49 344.74 1.0154 0.10743 5.205-12.974s-1.4931-0.80572-1.8665-0.77349c-0.37106 0-4.3544 13.435-4.3544 13.435z" fill="#95badb"/>
<path d="m488.34 344.71 2.3018 1.1377 4.5621-13.129s-0.64467-0.85943-1.5555-0.93463z" fill="#cdb699"/>
<path d="m490.42 345.66 1.0783 2.371 5.7646-13.414s-1.3685-1.6942-2.0734-1.8757z" fill="#696158" fill-opacity=".92344"/>
<path d="m483.55 346.86c3.4421-0.46194 5.2669-0.10743 7.0089 1.6061l0.99544-0.63383s-0.52587-2.2313-1.8974-2.9726c-1.3828-0.93463-1.8455-0.93463-6.335-0.88091z" fill="#242421"/>
<path d="m484.55 346.73-2.5299 8.0185s1.9286 0.91315 5.0805 1.5384l2.7372-8.4546s-1.687-1.7393-5.2878-1.1022z" fill="#313334" fill-opacity=".99901"/>
<path d="m482.74 352.96-0.551 1.707 4.7174 1.3171 0.65284-1.6318s-3.0691 0.44046-4.8211-1.3923z" fill-opacity=".92941"/>
<path d="m564.44 58.011s33.842-112.44 34.173-114.44c0.32981-1.9874-0.66305-4.7913 0.16662-5.7947 0.82839-1.0098 1.3271-1.9864 1.3271-1.9864" fill="none" stroke="#000" stroke-opacity=".73446" stroke-width="5.3714"/>
<path d="m599.65-67.462c0.99554-0.93463 3.1935-0.76274 2.8616 0.76274-0.32981 1.4095-0.32981 2.8533-1.6589 2.8533-1.327 0-2.115-0.35452-1.2028-3.5677z" fill="#2b0e10" opacity=".71642"/>
<path d="m625.7-94.064 5.8065 2.647s6.0999-18.543 6.0999-19.953c0-1.402-1.0388-2.7835-1.0388-2.7835l-3.9088 0.48343z" fill="#7a6e5e"/>
<path d="m624.53-94.19c0.23226-3.9867 6.7449-19.702 7.7419-20.349 0.99715-0.66606 4.2816-1.634 4.9268 1.4675 0 0-2.698-1.7565-4.2817 1.9423-1.5834 3.6902-4.8678 17.246-5.6304 17.349-0.76435 0.13966-2.8152 0.56938-2.7566-0.42971z" fill="#dfc5a3"/>
<path d="m628.51-93.658 4.7505-13.132-3.9296 13.722z" fill="#43474a"/>
<path d="m622.59-94.996s6.304-18.746 7.4236-20.198c1.12-1.4503 4.023-1.2075 5.3086 0 0 0-2.6958-0.2256-3.5148 1.4299-0.81732 1.6222-7.2265 19.85-7.2265 19.85z" fill="#c6c4b9"/>
<path d="m600.89-99.053s23.607-1.2236 33.607 10.194c0 0-11.179-5.1383-17.009-6.5811-6.2756-1.5566-14.135-2.0562-14.135-2.0562s-0.8792-1.0893-2.4632-1.5566z" fill="#1e1d28"/>
</g>
</g>
<g fill="#666" stroke-width=".04849" aria-label="Vince">
<path d="m11.651 13.695q0.04849-0.04655 0.1222-0.11056 0.07371-0.06595 0.15323-0.12995 0.07952-0.06595 0.15711-0.12026 0.07758-0.05625 0.13577-0.0834 0.02521-0.01164 0.06013-0.02134 0.03491-0.01164 0.07371-0.01746l0.02521-0.0039q0.02522-0.0039 0.03103-0.01358 0.0078-0.0097 0.0078-0.0194 0-0.0194-0.02909-0.0194-0.03491 0-0.0931 0.02715t-0.12801 0.07177q-0.06789 0.04461-0.14353 0.10086-0.07371 0.05625-0.14547 0.11444-0.06982 0.05625-0.12995 0.11056t-0.10086 0.09504l-0.1862 0.18426q-0.06595 0.06595-0.13771 0.13383-0.07177 0.06595-0.13771 0.12026-0.06595 0.05237-0.1222 0.08728-0.05431 0.03297-0.08534 0.03297-0.0097 0-0.01746-0.0039-0.0078-0.0039-0.0078-0.01746 0-0.02715 0.04267-0.07952 0.04461-0.05237 0.10862-0.12026 0.06595-0.06789 0.14159-0.14935 0.07564-0.0834 0.13965-0.17262 0.06595-0.09116 0.10862-0.18426 0.04461-0.09504 0.04461-0.1862 0-0.16293-0.10474-0.25409-0.10474-0.0931-0.28318-0.0931-0.11832 0-0.23857 0.04267-0.12026 0.04073-0.21917 0.11056-0.09698 0.06789-0.15905 0.15905-0.06207 0.08922-0.06207 0.1862 0 0.05625 0.0194 0.09892t0.05043 0.07177q0.03103 0.02715 0.06982 0.04267 0.04073 0.01358 0.08146 0.01358 0.06982 0 0.13577-0.02522 0.06595-0.02521 0.12219-0.06401 0.05819-0.04073 0.10474-0.08728 0.04849-0.04849 0.0834-0.09116 0.03491-0.04461 0.05431-0.07952t0.02134-0.04655l-0.01552-0.0078-0.08146 0.09698q-0.02327 0.02715-0.0737 0.07371-0.05043 0.04655-0.11444 0.0931-0.06207 0.04655-0.12801 0.08146-0.06595 0.03297-0.12026 0.03297-0.03685 0-0.07177-0.01164-0.03491-0.01164-0.06207-0.03685t-0.04461-0.06207q-0.01552-0.03879-0.01552-0.09116 0-0.0931 0.06207-0.18038t0.15905-0.15517q0.09892-0.06789 0.21724-0.10862t0.23081-0.04073q0.07564 0 0.13965 0.0194 0.06401 0.01746 0.1125 0.05625t0.07564 0.09892q0.02715 0.05819 0.02715 0.13965 0 0.10086-0.04461 0.19008t-0.1125 0.16875q-0.06595 0.07952-0.14353 0.15129-0.07758 0.06983-0.14547 0.13383-0.06595 0.06401-0.11056 0.12413-0.04461 0.05819-0.04461 0.1125 0 0.02909 0.01552 0.05043 0.01552 0.0194 0.04849 0.0194 0.03879 0 0.09698-0.03685 0.06013-0.03879 0.12219-0.08922 0.06207-0.05237 0.11832-0.10474 0.05819-0.05431 0.0931-0.08728z"/>
<path d="m12.037 14.115q-0.02716 0.01746-0.06207 0.04073-0.03491 0.02133-0.06789 0.04073-0.03297 0.01746-0.06207 0.03103-0.02715 0.01164-0.04073 0.01164-0.01746 0-0.03103-0.0097-0.01164-0.0097-0.01164-0.02521 0-0.0194 0.02521-0.05043 0.02716-0.03103 0.06013-0.06401l0.16099-0.16099q0.01358-0.01552 0.02134-0.02327 0.0078-0.0078 0.0078-0.01552 0-0.0097-0.01358-0.01164-0.01358-0.0039-0.02328-0.0039-0.01552 0-0.02715 0.0097-0.01164 0.0097-0.03297 0.02715l-0.13189 0.11444-0.16874 0.11444 0.0097 0.0078 0.11444-0.07758 0.0039 0.0039q-0.0194 0.02134-0.04073 0.05625-0.0194 0.03491-0.0194 0.06401 0 0.03103 0.02521 0.04849 0.02521 0.01552 0.05431 0.01552 0.01552 0 0.04267-0.0097 0.02909-0.01164 0.06207-0.02909 0.03491-0.01746 0.07371-0.04073 0.03879-0.02522 0.07758-0.05431zm0.23081-0.45581q0-0.01552-0.01164-0.02521-0.0097-0.01164-0.02521-0.01164-0.01552 0-0.02716 0.01164-0.0097 0.0097-0.0097 0.02521 0 0.01552 0.0097 0.02715 0.01164 0.0097 0.02716 0.0097t0.02521-0.0097q0.01164-0.01164 0.01164-0.02715z"/>
<path d="m12.719 14.115q-0.0097 0.0058-0.04073 0.02715-0.03103 0.02134-0.06982 0.04461-0.03685 0.02134-0.07371 0.03879-0.03491 0.01746-0.05431 0.01746-0.04461 0-0.04461-0.03297 0-0.0078 0.0097-0.02327 0.01164-0.01746 0.02909-0.03685 0.01746-0.02134 0.03879-0.04267 0.02327-0.02328 0.04461-0.04461 0.04461-0.04267 0.07952-0.08534 0.03491-0.04461 0.03491-0.07758 0-0.01746-0.01164-0.02521-0.0097-0.0097-0.02328-0.0097-0.01164 0-0.03297 0.0097-0.02134 0.0078-0.04655 0.02134-0.02327 0.01358-0.05043 0.03103-0.02715 0.01552-0.05043 0.03103l-0.08146 0.05625-0.0039-0.0039q0.01164-0.01164 0.02909-0.04461 0.01746-0.03297 0.01746-0.06595 0-0.01552-0.01164-0.02521-0.0097-0.0097-0.02521-0.0097-0.01552 0-0.04267 0.0194-0.02715 0.01746-0.05237 0.03685-0.08728 0.07177-0.15129 0.1222-0.06207 0.04849-0.13771 0.09698l0.0097 0.0078q0.0194-0.01164 0.04655-0.03103 0.02909-0.0194 0.05819-0.04267 0.03103-0.02327 0.06013-0.04655 0.03103-0.02327 0.05237-0.04073 0.05043-0.04073 0.09116-0.06789 0.04267-0.02909 0.04849-0.02909 0.0078 0 0.0078 0.0097 0 0.02134-0.02134 0.05043-0.02134 0.02715-0.04267 0.04849l-0.11638 0.12413q-0.01164 0.01358-0.02909 0.03103-0.01746 0.01552-0.03491 0.03103-0.01552 0.01552-0.02716 0.02909-0.0097 0.01358-0.0097 0.0194 0 0.0097 0.0097 0.01552 0.01164 0.0039 0.0194 0.0039 0.02134 0 0.03103-0.0058 0.01164-0.0058 0.03685-0.03297l0.14741-0.14935q0.02909-0.02327 0.06789-0.05237 0.03879-0.02909 0.07758-0.05431 0.04073-0.02715 0.07176-0.04461 0.03297-0.01746 0.04849-0.01746 0.0078 0 0.0078 0.01164 0 0.01552-0.03491 0.04655-0.03491 0.02909-0.07758 0.07371-0.04267 0.04461-0.07952 0.08728-0.03491 0.04073-0.03491 0.06789 0 0.03879 0.02716 0.05819 0.02909 0.01746 0.06789 0.01746 0.01746 0 0.05625-0.01746 0.03879-0.0194 0.07758-0.04267 0.04073-0.02521 0.07176-0.04655 0.03297-0.02134 0.04073-0.02715z"/>
<path d="m13.187 14.115q-0.02327 0.01552-0.05625 0.03685-0.03103 0.02134-0.06595 0.04073-0.03297 0.0194-0.06595 0.03297-0.03297 0.01164-0.05819 0.01164-0.03491 0-0.05819-0.01358-0.02134-0.01552-0.02134-0.05819 0-0.03685 0.03103-0.08534 0.03297-0.04849 0.07564-0.0931 0.04461-0.04461 0.08922-0.07564 0.04655-0.03103 0.07176-0.03103 0.0097 0 0.02327 0.0058 0.01552 0.0039 0.01552 0.01552 0 0.0097-0.0097 0.01552-0.0097 0.0058-0.02134 0.01164-0.01164 0.0058-0.02134 0.01552-0.0097 0.0078-0.0097 0.02327 0 0.01552 0.0097 0.02522 0.0097 0.0078 0.02522 0.0078 0.02521 0 0.04461-0.02522 0.0194-0.02716 0.0194-0.05237 0-0.03297-0.02715-0.04461-0.02522-0.01358-0.05237-0.01358-0.03491 0-0.07564 0.01746t-0.08146 0.04461q-0.04073 0.02521-0.07758 0.05625-0.03685 0.03103-0.06595 0.05819l-0.13965 0.09698 0.0097 0.0078 0.1125-0.07564q-0.0039 0.0194-0.0097 0.03685-0.0058 0.01746-0.0058 0.03685 0 0.05625 0.03491 0.08534t0.08728 0.02909q0.03103 0 0.06595-0.01164 0.03491-0.01358 0.07176-0.03297 0.03685-0.0194 0.07177-0.04267 0.03685-0.02327 0.06983-0.04655z"/>
<path d="m13.338 14.108q0.01746-0.03685 0.05043-0.07371 0.03297-0.03879 0.06983-0.06983 0.03685-0.03297 0.06982-0.05237 0.03491-0.02134 0.05625-0.02134 0.01746 0 0.02909 0.0097 0.01358 0.0097 0.01552 0.02521 0 0.03685-0.02909 0.06789-0.02909 0.03103-0.07371 0.05625-0.04267 0.02327-0.09504 0.03879-0.05043 0.01552-0.0931 0.0194zm0.31228 0.0097q-0.01746 0.01358-0.04849 0.03297-0.03103 0.0194-0.06595 0.03879-0.03491 0.01746-0.06983 0.03103-0.03491 0.01358-0.06401 0.01358-0.03491 0-0.05819-0.01358-0.02133-0.01552-0.02133-0.05431 0-0.01358 0.0058-0.03685 0.06982-0.0078 0.12801-0.02909 0.06013-0.02133 0.1028-0.05043 0.04461-0.02909 0.06789-0.06207 0.02522-0.03491 0.02522-0.06401 0-0.0194-0.0194-0.03879-0.01746-0.0194-0.05237-0.0194t-0.07564 0.01746q-0.03879 0.01746-0.07952 0.04461-0.03879 0.02715-0.07564 0.06013-0.03491 0.03103-0.06401 0.05819l-0.13965 0.09698 0.0097 0.0078 0.1125-0.07564q-0.0039 0.0194-0.0097 0.03491-0.0058 0.01552-0.0058 0.03491 0 0.05625 0.03297 0.08534 0.03491 0.02909 0.08146 0.02909 0.03491 0 0.07758-0.01552t0.0834-0.03685q0.04073-0.02134 0.07371-0.04267 0.03491-0.02327 0.05431-0.03685z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1,655 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="64"
height="64"
version="1.1"
viewBox="0 0 16.933 16.933"
id="svg299"
sodipodi:docname="my_textedit_running.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview301"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="13.15625"
inkscape:cx="31.581948"
inkscape:cy="32"
inkscape:window-width="1844"
inkscape:window-height="1045"
inkscape:window-x="76"
inkscape:window-y="35"
inkscape:window-maximized="1"
inkscape:current-layer="svg299" />
<defs
id="defs7">
<linearGradient
id="linearGradient862"
x1="7.9373"
x2="7.9373"
y1="15.081"
y2="1.852"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#eae8e9"
offset="0"
id="stop2" />
<stop
stop-color="#f9f8f9"
offset="1"
id="stop4" />
</linearGradient>
</defs>
<g
shape-rendering="auto"
id="g19">
<path
d="m4.3693 0.52916c-2.1142 0-3.8402 1.7835-3.8402 3.9682v8.4675c0 2.1846 1.726 3.9682 3.8402 3.9682h8.1944c2.1142 0 3.8402-1.7835 3.8402-3.9682v-8.4675c0-2.1846-1.726-3.9682-3.8402-3.9682zm0.25704 0.52089h7.6808c1.8443 0 3.3291 1.5342 3.3291 3.44v7.9368c0 1.9058-1.4847 3.44-3.3291 3.44h-7.6808c-1.8443 0-3.3291-1.5342-3.3291-3.44v-7.9368c0-1.9058 1.4847-3.44 3.3291-3.44z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".01"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path9" />
<path
d="m4.3587 0.79373c-1.9668 0-3.5639 1.6528-3.5639 3.6876v8.4996c0 2.0348 1.5971 3.6876 3.5639 3.6876h8.2162c1.9668 0 3.5644-1.6528 3.5644-3.6876v-8.4996c0-2.0348-1.5976-3.6876-3.5644-3.6876zm0.27222 0.25631h7.6718c1.8422 0 3.3251 1.5342 3.3251 3.44v7.9368c0 1.9058-1.483 3.44-3.3251 3.44h-7.6718c-1.8422 0-3.3251-1.5342-3.3251-3.44v-7.9368c0-1.9058 1.483-3.44 3.3251-3.44z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".01"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path11" />
<path
d="m4.3097 1.0583c-1.8657 0-3.3751 1.5383-3.3751 3.439v8.4675c0 1.9007 1.57 3.439 3.4357 3.439h8.1996c1.8657 0 3.4274-1.5383 3.4274-3.439v-8.4675c0-1.9007-1.51-3.439-3.3756-3.439h-0.09688c1.794 0.086515 3.2138 1.5819 3.2138 3.4318v7.9368c0 1.9058-1.5059 3.44-3.3766 3.44h-7.7905c-1.8707 0-3.3766-1.5342-3.3766-3.44v-7.9368c0-1.8498 1.4199-3.3451 3.2138-3.4318z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".03"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path13" />
<path
transform="scale(.26458)"
d="m4 46.969v2.0312c0 6.6479 5.8957 12 12.544 12h30.961c6.6479 0 12.495-5.3521 12.495-12v-1.9922c-0.02117 7.1849-5.81 12.963-13 12.963h-29.998c-7.2032 0-13.002-5.7987-13.002-13.002z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".03"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path15" />
<path
d="m1.0583 11.906v0.59234c0 1.9386 1.5729 3.4993 3.3318 3.4993h8.1603c1.7589 0 3.3243-1.5608 3.3243-3.4993v-0.58095c-0.0056 2.0952-1.5372 3.7801-3.4395 3.7801h-7.9368c-1.9058 0-3.44-1.691-3.44-3.7915z"
color="#000000"
color-rendering="auto"
dominant-baseline="auto"
image-rendering="auto"
opacity=".05"
solid-color="#000000"
stop-color="#000000"
style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"
id="path17" />
</g>
<rect
x="1.0583"
y="1.05"
width="14.817"
height="14.817"
rx="3.4401"
ry="3.4401"
fill="url(#linearGradient862)"
id="rect21" />
<g
transform="translate(0 .26458)"
opacity=".25"
stroke-linecap="round"
stroke-linejoin="round"
stroke-opacity=".35"
stroke-width=".074834"
id="g33">
<rect
x="2.3812"
y="3.9687"
width="12.171"
height=".13229"
rx="0"
ry=".066145"
opacity=".75"
id="rect23" />
<rect
x="2.3812"
y="6.0853"
width="12.171"
height=".13229"
rx="0"
ry=".066145"
opacity=".75"
id="rect25" />
<rect
x="2.3812"
y="8.2019"
width="12.171"
height=".13229"
rx="0"
ry=".066145"
opacity=".75"
id="rect27" />
<rect
x="2.3812"
y="10.054"
width="12.171"
height=".13229"
rx="0"
ry=".066145"
opacity=".75"
id="rect29" />
<rect
x="2.3812"
y="12.171"
width="12.171"
height=".13229"
rx="0"
ry=".066145"
opacity=".75"
id="rect31" />
</g>
<g
fill="#666"
stroke-width=".019517"
aria-label="editor { border: 1px solid black; color: white; background: transparent; }"
id="g163">
<path
d="m3.4295 3.619q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012429-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.07224-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"
id="path35" />
<path
d="m3.7985 3.2073-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033401 0.038062-0.033401 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"
id="path37" />
<path
d="m3.953 3.3184q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015535 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015535 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.02641l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"
id="path39" />
<path
d="m4.2467 3.4163q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.01942 0.010098l-0.082339 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015536 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"
id="path41" />
<path
d="m4.5589 3.5149q0 0.072241-0.046607 0.1204-0.046607 0.04816-0.12662 0.04816-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093213 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.06525 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.07224z"
id="path43" />
<path
d="m4.8805 3.424q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path45" />
<path
d="m5.4965 3.8039q-0.069133 0-0.094767-0.022526-0.027187-0.024857-0.027187-0.093214v-0.12506q0-0.044276-0.010098-0.062142t-0.048937-0.028741q0.046607-0.011652 0.055928-0.052821 0.00311-0.013205 0.00311-0.034178v-0.13749q0-0.064473 0.028741-0.086999 0.023303-0.019419 0.093214-0.019419-0.038062 0.010098-0.052821 0.033401-0.012429 0.020196-0.012429 0.062142v0.13594q0 0.045053-0.010098 0.064473-0.012429 0.02408-0.052044 0.034955 0.039616 0.010875 0.052044 0.038062 0.010098 0.020196 0.010098 0.068357v0.12972q0 0.038839 0.014759 0.062919 0.014759 0.024857 0.050491 0.032625z"
id="path47" />
<path
d="m4.2187 5.4464q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.01942l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"
id="path49" />
<path
d="m4.531 5.4666q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093213 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"
id="path51" />
<path
d="m4.8525 5.3757q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path53" />
<path
d="m5.2215 5.159-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033402 0.038062-0.033402 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"
id="path55" />
<path
d="m5.5353 5.5707q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.026411 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012429-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.07224-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"
id="path57" />
<path
d="m5.8569 5.3757q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path59" />
<path
d="m5.9447 5.3633q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"
id="path61" />
<path
d="m6.5816 5.145-0.078455 0.4684q-0.00155 0.011652-0.013205 0.017866-0.00932 0.00699-0.020973 0.00699-0.00777 0-0.016312-0.010098-0.00854-0.010098-0.00854-0.025634l0.066798-0.40315-0.016312 0.010098q-0.00932 0.00388-0.019419 0.00388-0.02408 0-0.02641-0.023303 0-0.029518 0.052044-0.053598 0.0435-0.020196 0.06991-0.020196 0.010875 0 0.010875 0.028741z"
id="path63" />
<path
d="m6.9172 5.4464q0 0.06758-0.069133 0.12506-0.066026 0.054375-0.13516 0.054375-0.00854 0-0.015536-0.00854-0.00777-0.00777-0.00777-0.017866 0-0.027964 0.023303-0.027964 0.057482 0 0.10564-0.047383 0.042723-0.041946 0.042723-0.083892 0-0.0435-0.033401-0.0435-0.024857 0-0.079231 0.020196-0.059035 0.023303-0.062142 0.041946l-0.065249 0.38761q-0.00388 0.020196-0.033402 0.020196-0.010098 0-0.017089-0.010875-0.00621-0.00932-0.00621-0.020973l0.080785-0.4684q0.00388-0.019419 0.010098-0.025634 0.00699-0.00699 0.023303-0.00699 0.024857 0 0.023303 0.020196l-0.00155 0.025634q0.061366-0.036509 0.11574-0.036509 0.037285 0 0.062142 0.016312 0.038839 0.025634 0.038839 0.086999z"
id="path65" />
<path
d="m7.1782 5.3679q0 0.013982-0.023303 0.034178-0.069133 0.059812-0.078455 0.075348l0.039616 0.074571q0.02175 0.040392 0.02175 0.047383 0 0.013205-0.010875 0.022527-0.010098 0.00854-0.02408 0.00854-0.00777 0-0.019419-0.02408-0.025634-0.054374-0.04583-0.088553-0.011652 0.014759-0.065249 0.093214-0.012429 0.017866-0.02408 0.019419-0.010875 0-0.018643-0.00854-0.00777-0.00854-0.010098-0.017866 0-0.012429 0.017866-0.034955 0.045053-0.058258 0.073794-0.099428l-0.041946-0.076124q-0.00699-0.011652-0.00854-0.02408 0-0.023303 0.030294-0.027964 0.00699 0 0.015536 0.00932l0.041946 0.078455q0.079232-0.08933 0.10331-0.08933 0.011652 0 0.018643 0.00854 0.00777 0.00854 0.00777 0.019419z"
id="path67" />
<path
d="m7.8128 5.3819q0 0.013205-0.00699 0.022527-0.00854 0.010875-0.020196 0.010875-0.00544 0-0.035732-0.011652-0.029518-0.012428-0.050491-0.012428-0.034955 0-0.037285 0.022527 0 0.017866 0.038062 0.034955 0.063696 0.028741 0.070687 0.033401 0.038062 0.02408 0.038062 0.059812 0 0.055151-0.037285 0.080008-0.02641 0.017866-0.066026 0.017866-0.062919 0-0.08933-0.010098t-0.026411-0.027187q0-0.027187 0.023303-0.031848l0.041169 0.011652q0.016312 0.00466 0.040393 0.00466 0.057482 0 0.057482-0.038062 0-0.017866-0.037285-0.037285-0.066026-0.032625-0.06991-0.035732-0.038062-0.025634-0.038062-0.059035 0-0.038062 0.034178-0.058258 0.027964-0.015536 0.069133-0.015536 0.027964 0 0.059035 0.00854 0.0435 0.010875 0.0435 0.030294z"
id="path69" />
<path
d="m8.1251 5.4666q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"
id="path71" />
<path
d="m8.2859 5.1574-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"
id="path73" />
<path
d="m8.4405 5.27q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015535 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015535 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.026411l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"
id="path75" />
<path
d="m8.8094 5.159-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012428 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047384-0.033402 0.038062-0.033402 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"
id="path77" />
<path
d="m9.5241 5.4464q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.01942l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"
id="path79" />
<path
d="m9.6849 5.1574-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"
id="path81" />
<path
d="m10.022 5.3772q-0.043499 0.13283-0.043499 0.23769 0 0.023303-0.02641 0.026411-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044277 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.01942 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012428-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"
id="path83" />
<path
d="m10.337 5.3835q0 0.012429-0.0078 0.01942-0.0078 0.00932-0.0202 0.00932l-0.02486-0.00777q-0.02408-0.00621-0.04505-0.00621-0.05981 0-0.10486 0.046607-0.04039 0.041946-0.04039 0.086999 0 0.02175 0.01476 0.036509 0.01476 0.013982 0.03962 0.013982 0.03806 0 0.06603-0.014759l0.06214-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.06292 0.053598-0.05438 0.020973-0.08855 0.020973-0.04738 0-0.08001-0.028741-0.03262-0.028741-0.03262-0.076124 0-0.070687 0.05127-0.12662 0.05903-0.063696 0.15225-0.063696 0.03651 0 0.06525 0.013205 0.02952 0.012429 0.02952 0.027187z"
id="path85" />
<path
d="m10.636 5.6149q0 0.010098-0.0101 0.019419-0.0093 0.010098-0.01942 0.010098-0.0039 0-0.08001-0.090883-0.08389-0.098651-0.08855-0.10409l-0.02796 0.16856q0 0.019419-0.02874 0.023303-0.01165 0-0.01864-0.00777-0.0078-0.00699-0.0078-0.020196l0.0769-0.45908q0.0016-0.010875 0.0085-0.015536 0.0054-0.00466 0.01942-0.00466 0.0093 0 0.01787 0.00777 0.0093 0.00777 0.0101 0.017089l-0.03884 0.22294q0.04272-0.01942 0.11496-0.057482 0.01942-0.010098 0.0334-0.012429 0.0093 0 0.01709 0.010098 0.0078 0.00932 0.0078 0.019419 7.77e-4 0.033402-0.13283 0.082339 0.02952 0.029518 0.04583 0.04816 0.01631 0.018643 0.04816 0.059035 0.05282 0.06758 0.05282 0.083892z"
id="path87" />
<path
d="m10.723 5.3633q0 0.013982-0.0101 0.02408-0.0093 0.00932-0.02253 0.00932-0.0334 0-0.0334-0.033402 0-0.032625 0.03185-0.032625 0.03418 0 0.03418 0.032625zm-0.01398 0.24236q0 0.022527-0.02253 0.048937t-0.03729 0.02641q-0.0062-0.00155-0.0078-0.00388 0-0.00699 0.0047-0.01942 0.0047-0.011652 0.0047-0.019419l-7e-3 -0.018643q-0.0023-0.00621-0.0039-0.020196 0-0.013205 0.01243-0.020973 0.0101-0.00777 0.02408-0.00777 0.03263 0.00388 0.03263 0.034955z"
id="path89" />
<path
d="m4.2078 7.3351q0 0.012428-0.00777 0.019419-0.00777 0.00932-0.020196 0.00932l-0.024857-0.00777q-0.02408-0.00621-0.045053-0.00621-0.059812 0-0.10487 0.046607-0.040392 0.041946-0.040392 0.086999 0 0.02175 0.014759 0.036509 0.014759 0.013982 0.039616 0.013982 0.038062 0 0.066026-0.014759l0.062142-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.062919 0.053598-0.054374 0.020973-0.088553 0.020973-0.047383 0-0.080008-0.028741t-0.032625-0.076124q0-0.070687 0.051267-0.12662 0.059035-0.063696 0.15225-0.063696 0.036509 0 0.065249 0.013205 0.029518 0.012429 0.029518 0.027187z"
id="path91" />
<path
d="m4.5201 7.4182q0 0.07224-0.046607 0.1204t-0.12661 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"
id="path93" />
<path
d="m4.6809 7.1091-0.078455 0.45908q-0.00388 0.023303-0.032625 0.023303-0.00854 0-0.016312-0.00777-0.00388-0.00621-0.00544-0.018643l0.076901-0.45908q0.00311-0.020196 0.027964-0.020196 0.011652 0 0.018643 0.00544 0.00777 0.00544 0.00932 0.017866z"
id="path95" />
<path
d="m4.9931 7.4182q0 0.07224-0.046607 0.1204t-0.12662 0.04816q-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093214 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.065249 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.072241z"
id="path97" />
<path
d="m5.3147 7.3273q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path99" />
<path
d="m5.4025 7.3149q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"
id="path101" />
<path
d="m6.344 7.3312q-0.073794 0.12351-0.13283 0.1973-0.050491 0.062919-0.071464 0.062919-0.028741 0-0.059812-0.17478-0.029518 0.038839-0.083892 0.097097-0.070687 0.076124-0.090883 0.076124-0.017089 0-0.048937-0.10953-0.031071-0.1103-0.031071-0.16079 0-0.027964 0.027964-0.027964 0.025634 0 0.033402 0.059812 0.011652 0.096321 0.038839 0.1538 0.062919-0.055928 0.10331-0.11263 0.047383-0.066803 0.065249-0.066803 0.023303 0 0.041169 0.076124 0.00932 0.050491 0.020196 0.1002l0.020973-0.02408q0.02175-0.02408 0.053598-0.069133 0.044276-0.062142 0.070687-0.10953z"
id="path103" />
<path
d="m6.6655 7.4011q0 0.052821-0.010875 0.10797-0.015536 0.082339-0.04816 0.082339-0.027964 0-0.027964-0.02641l0.020196-0.079231q0.00932-0.037285 0.00932-0.075348 0-0.031848-0.00388-0.040393-0.00233-0.010098-0.014759-0.010098-0.023303 0-0.087776 0.042723-0.065249 0.042723-0.068357 0.063696l-0.017089 0.10331q-0.00388 0.02175-0.031071 0.02175-0.010098 0-0.016312-0.00932-0.00621-0.00854-0.00777-0.02175l0.076901-0.45442q0.00155-0.00932 0.00854-0.014759 0.00699-0.00544 0.01942-0.00699 0.011652 0 0.018643 0.00854 0.00777 0.00777 0.00777 0.019419l-0.0435 0.26177q0.057482-0.039616 0.086999-0.054375 0.041169-0.020196 0.076901-0.020196 0.026411 0 0.041169 0.039616 0.011652 0.030294 0.011652 0.062142z"
id="path105" />
<path
d="m6.8201 7.2217q0 0.025634-0.02175 0.033402-0.00621 0.00233-0.015536 0.00233-0.014759 0-0.024857-0.00932t-0.010098-0.02641q0-0.035732 0.034955-0.035732 0.015536 0 0.027187 0.00854 0.010098 0.010875 0.010098 0.027187zm-0.027964 0.10564q0 0.013982-0.00466 0.044276l-0.032625 0.19808q0 0.010098-0.010098 0.016312-0.00932 0.00699-0.019419 0.00699-0.022527 0-0.025634-0.02641l0.00544-0.038062 0.034178-0.20274q0.00388-0.02175 0.027964-0.02175 0.024857 0 0.024857 0.023303z"
id="path107" />
<path
d="m7.1137 7.3196q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.019419 0.010098l-0.082339 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015535 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"
id="path109" />
<path
d="m7.4276 7.5223q0 0.028741-0.071464 0.052044-0.059035 0.018643-0.097097 0.018643-0.12195 0-0.12195-0.10642 0-0.068357 0.046607-0.12428 0.052821-0.064473 0.1305-0.064473 0.049714 0 0.080008 0.020196t0.030294 0.04583q0 0.046607-0.09166 0.09399-0.076901 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.081562-0.041946 0.082339-0.034178 0.082339-0.056705 0-0.00932-0.012428-0.017089-0.013982-0.00544-0.0435-0.00544-0.058258 0-0.092437 0.041169-0.031071 0.038062-0.031071 0.09399 0 0.027187 0.015536 0.041946t0.049714 0.014759q0.038839 0 0.072241-0.015536l0.074571-0.034955q0.024857 0 0.024857 0.031071z"
id="path111" />
<path
d="m7.5153 7.3149q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.013982 0.24236q0 0.022527-0.022527 0.048937t-0.037285 0.02641q-0.00621-0.00155-0.00777-0.00388 0-0.00699 0.00466-0.019419 0.00466-0.011652 0.00466-0.019419l-0.00699-0.018643q-0.00233-0.00621-0.00388-0.020196 0-0.013205 0.012428-0.020973 0.010098-0.00777 0.02408-0.00777 0.032625 0.00388 0.032625 0.034955z"
id="path113" />
<path
d="m4.2187 9.3497q0 0.1002-0.083115 0.15225-0.059035 0.036509-0.12118 0.036509-0.029518 0-0.029518-0.02641 0-0.029518 0.02641-0.029518 0.042723 0 0.087776-0.025634 0.064473-0.034955 0.064473-0.099428 0-0.048937-0.045053-0.048937-0.038062 0-0.082339 0.023303l-0.045053 0.02408-0.02641 0.16235q-0.00388 0.023303-0.031071 0.023303-0.010875 0-0.017866-0.010098-0.00621-0.00854-0.00621-0.019419l0.076901-0.45752q0.00466-0.018643 0.029518-0.02175 0.010098 0 0.017866 0.00699 0.00699 0.00777 0.00699 0.025634l-0.037285 0.22138 0.039616-0.016312q0.039616-0.016312 0.085446-0.016312 0.032625 0 0.056705 0.017866 0.033402 0.025634 0.033402 0.077678z"
id="path115" />
<path
d="m4.5558 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012428-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"
id="path117" />
<path
d="m4.8712 9.2868q0 0.012428-0.00777 0.019419-0.00777 0.00932-0.020196 0.00932l-0.024857-0.00777q-0.02408-0.00621-0.045053-0.00621-0.059812 0-0.10487 0.046607-0.040393 0.041946-0.040393 0.086999 0 0.02175 0.014759 0.036509 0.014759 0.013982 0.039616 0.013982 0.038062 0 0.066026-0.014759l0.062142-0.031071q0.02641 0 0.02641 0.027187 0 0.027964-0.062919 0.053598-0.054375 0.020973-0.088553 0.020973-0.047384 0-0.080008-0.028741-0.032625-0.028741-0.032625-0.076124 0-0.070687 0.051267-0.12662 0.059035-0.063696 0.15225-0.063696 0.036509 0 0.06525 0.013205 0.029518 0.012428 0.029518 0.027187z"
id="path119" />
<path
d="m5.1695 9.5182q0 0.010098-0.010098 0.019419-0.00932 0.010098-0.01942 0.010098-0.00388 0-0.080008-0.090883-0.083892-0.098651-0.088553-0.10409l-0.027964 0.16856q0 0.019419-0.028741 0.023303-0.011652 0-0.018643-0.00777-0.00777-0.00699-0.00777-0.020196l0.076901-0.45908q0.00155-0.010875 0.00854-0.015536 0.00544-0.00466 0.019419-0.00466 0.00932 0 0.017866 0.00777 0.00932 0.00777 0.010098 0.017089l-0.038831 0.22294q0.042723-0.01942 0.11496-0.057482 0.01942-0.010098 0.033402-0.012428 0.00932 0 0.017089 0.010098 0.00777 0.00932 0.00777 0.019419 7.768e-4 0.033402-0.13283 0.082339 0.029518 0.029518 0.04583 0.04816 0.016312 0.018643 0.04816 0.059035 0.052821 0.06758 0.052821 0.083892z"
id="path121" />
<path
d="m5.505 9.2837-0.057482 0.35188q-0.010098 0.059812-0.054375 0.09399-0.042723 0.031848-0.10487 0.031848-0.04816 0-0.085446-0.031071-0.031848-0.027187-0.031848-0.051267 0-0.023303 0.024857-0.026411 0.014759 0 0.031071 0.017089 0.034178 0.037285 0.061366 0.037285 0.031848 0 0.058258-0.014759 0.038062-0.020973 0.046607-0.069133l0.02175-0.13205-0.036509 0.02175q-0.04583 0.022527-0.086999 0.022527-0.040393 0-0.069133-0.028741-0.027964-0.029518-0.027964-0.077678 0-0.058258 0.04816-0.11186 0.054375-0.061365 0.13594-0.061365 0.029518 0 0.040393 0.00621 0.010098 0.00699 0.010098 0.02175 0 0.019419-0.012428 0.024857-0.00621 0.00311-0.029518 0.00311-0.062142 0-0.10253 0.040393-0.034955 0.034178-0.034955 0.076901 0 0.046607 0.041946 0.046607 0.065249 0 0.13594-0.063696l0.023303-0.13749q0.00466-0.024857 0.02641-0.024857 0.014759 0 0.02175 0.00699 0.00621 0.00777 0.00621 0.027187z"
id="path123" />
<path
d="m5.8266 9.279q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047383-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path125" />
<path
d="m6.1389 9.3699q0 0.072241-0.046607 0.1204-0.046607 0.04816-0.12662 0.04816-0.059812 0-0.092437-0.041169-0.027964-0.035732-0.027964-0.093213 0-0.059035 0.0435-0.10331 0.049714-0.051267 0.12817-0.051267 0.059035 0 0.093214 0.039616 0.028741 0.034178 0.028741 0.080785zm-0.052821 0.00932q0-0.028741-0.017089-0.050491-0.020973-0.025634-0.062919-0.025634-0.044276 0-0.076124 0.032625-0.027964 0.028741-0.027964 0.06525 0 0.081562 0.074571 0.081562 0.045053 0 0.076901-0.031071 0.032625-0.031071 0.032625-0.07224z"
id="path127" />
<path
d="m6.462 9.2697-0.027187 0.1072q-0.011652 0.044276-0.011652 0.075348v0.015536q0 0.00388 0.00155 0.019419l0.00311 0.029518q0 0.027964-0.027964 0.027964-0.020973 0-0.027964-0.019419-7.768e-4 -0.00388-0.00544-0.038062-0.014759 0.014759-0.052044 0.032625-0.036509 0.017089-0.06758 0.017089-0.045053 0-0.068357-0.035732-0.020973-0.031848-0.020973-0.078455 0-0.051267 0.023303-0.11652 0.023303-0.062919 0.04583-0.062919 0.011652 0 0.019419 0.00854 0.00854 0.00699 0.00854 0.022527-0.013982 0.037285-0.027964 0.083892t-0.013982 0.069133q0 0.023303 0.010098 0.039616 0.012428 0.013982 0.027187 0.013982 0.027964 0 0.068357-0.025634 0.034955-0.02175 0.053598-0.041946l0.035732-0.14992q0-0.017089 0.024857-0.017089 0.013205 0 0.02175 0.00466 0.00777 0.00544 0.00777 0.018643z"
id="path129" />
<path
d="m6.7852 9.359q0 0.038062-0.00932 0.079232-0.00311 0.013205-0.010875 0.040392-0.00699 0.027187-0.013982 0.0435-0.00932 0.020973-0.023303 0.020973-0.031071 0-0.031071-0.027964 0.013205-0.045053 0.020973-0.081562 0.010098-0.047384 0.010098-0.082339 0-0.039616-0.019419-0.039616-0.022527 0-0.087776 0.0435-0.066026 0.0435-0.069133 0.062919l-0.017089 0.10331q-0.00388 0.02175-0.028741 0.02175-0.02641 0-0.02641-0.02641l0.041169-0.24857q0.00311-0.02175 0.030294-0.02175 0.00932 0 0.017866 0.010098 0.00621 0.00544 0.00621 0.014759v0.00311l-0.00777 0.051267q0.097874-0.074571 0.16545-0.074571 0.01942 0 0.035732 0.029518 0.017089 0.028741 0.017089 0.078455z"
id="path131" />
<path
d="m7.1541 9.0623-0.076901 0.46374q-0.00311 0.018643-0.029518 0.018643-0.024857 0-0.024857-0.029518l0.00311-0.020196-0.038839 0.022527q-0.039616 0.022527-0.084669 0.022527-0.027964 0-0.055928-0.020196-0.039616-0.028741-0.039616-0.081562 0-0.066026 0.051267-0.12118 0.059812-0.066026 0.15769-0.066026h0.017866q0.00544 0 0.014759 0.00155l0.017866 0.00311 0.032625-0.19653q0-0.018643 0.029518-0.02175 0.012429 0 0.020973 0.010098 0.00466 0.00699 0.00466 0.014759zm-0.097097 0.24935q-0.00466-0.00466-0.051267-0.00466-0.068357 0-0.10875 0.047383-0.033401 0.038062-0.033401 0.088553 0 0.022527 0.016312 0.032625 0.011652 0.00854 0.025634 0.00854 0.031848 0 0.077678-0.023303 0.030294-0.015536 0.053598-0.034955z"
id="path133" />
<path
d="m7.2419 9.2666q0 0.013982-0.010098 0.02408-0.00932 0.00932-0.022527 0.00932-0.033402 0-0.033402-0.033402 0-0.032625 0.031848-0.032625 0.034178 0 0.034178 0.032625zm-0.020973 0.2408q0 0.013982-0.00932 0.02408-0.00854 0.010098-0.023303 0.010098-0.032625 0-0.032625-0.034178 0-0.015536 0.010098-0.02408 0.010098-0.00932 0.022527-0.00932 0.032625 0 0.032625 0.033402z"
id="path135" />
<path
d="m7.9239 9.2712q0 0.011652-0.00699 0.018643-0.00777 0.00854-0.019419 0.010098l-0.082338 0.00699-0.034955 0.21284q-0.00388 0.020196-0.031071 0.023303-0.024857 0-0.024857-0.024857l0.034178-0.20662-0.073017 0.00699q-0.00932 0-0.017866-0.00854-0.00777-0.00621-0.00932-0.017089 0-0.013982 0.00621-0.020973 0.00699-0.00777 0.018643-0.00854l0.084669-0.00621 0.017089-0.11574q0.00388-0.02175 0.027964-0.02175 0.00932 0 0.018643 0.00699 0.00777 0.00854 0.00777 0.020973l-0.015536 0.10331 0.073794-0.00621q0.00854 0 0.017089 0.00621 0.00777 0.00699 0.00932 0.020196z"
id="path137" />
<path
d="m8.2455 9.279q0 0.02175-0.013982 0.027964-0.00932 0.00466-0.029518 0.00466-0.071464 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.047384-0.017089 0.10797-0.017089 0.029518 0 0.029518 0.02175z"
id="path139" />
<path
d="m8.5826 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012429-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"
id="path141" />
<path
d="m8.9058 9.359q0 0.038062-0.00932 0.079232-0.00311 0.013205-0.010875 0.040392-0.00699 0.027187-0.013982 0.0435-0.00932 0.020973-0.023303 0.020973-0.031071 0-0.031071-0.027964 0.013205-0.045053 0.020973-0.081562 0.010098-0.047384 0.010098-0.082339 0-0.039616-0.019419-0.039616-0.022527 0-0.087776 0.0435-0.066026 0.0435-0.069133 0.062919l-0.017089 0.10331q-0.00388 0.02175-0.028741 0.02175-0.026411 0-0.026411-0.02641l0.041169-0.24857q0.00311-0.02175 0.030294-0.02175 0.00932 0 0.017866 0.010098 0.00621 0.00544 0.00621 0.014759v0.00311l-0.00777 0.051267q0.097874-0.074571 0.16545-0.074571 0.019419 0 0.035732 0.029518 0.017089 0.028741 0.017089 0.078455z"
id="path143" />
<path
d="m9.152 9.2852q0 0.013205-0.00699 0.022527-0.00854 0.010875-0.020196 0.010875-0.00544 0-0.035732-0.011652-0.029518-0.012429-0.050491-0.012429-0.034955 0-0.037285 0.022527 0 0.017866 0.038062 0.034955 0.063696 0.028741 0.070687 0.033402 0.038062 0.02408 0.038062 0.059812 0 0.055151-0.037285 0.080008-0.026411 0.017866-0.066026 0.017866-0.062919 0-0.08933-0.010098-0.02641-0.010098-0.02641-0.027187 0-0.027187 0.023303-0.031848l0.041169 0.011652q0.016312 0.00466 0.040392 0.00466 0.057482 0 0.057482-0.038062 0-0.017866-0.037285-0.037285-0.066026-0.032625-0.06991-0.035732-0.038062-0.025634-0.038062-0.059035 0-0.038062 0.034178-0.058259 0.027964-0.015536 0.069133-0.015536 0.027964 0 0.059035 0.00854 0.0435 0.010875 0.0435 0.030294z"
id="path145" />
<path
d="m9.4876 9.3497q0 0.06758-0.069133 0.12506-0.066026 0.054374-0.13516 0.054374-0.00854 0-0.015536-0.00854-0.00777-0.00777-0.00777-0.017866 0-0.027964 0.023303-0.027964 0.057482 0 0.10564-0.047384 0.042723-0.041946 0.042723-0.083892 0-0.0435-0.033402-0.0435-0.024857 0-0.079232 0.020196-0.059035 0.023303-0.062142 0.041946l-0.06525 0.38761q-0.00388 0.020196-0.033402 0.020196-0.010098 0-0.017089-0.010875-0.00621-0.00932-0.00621-0.020973l0.080785-0.4684q0.00388-0.01942 0.010098-0.025634 0.00699-0.00699 0.023303-0.00699 0.024857 0 0.023303 0.020196l-0.00155 0.025634q0.061365-0.036509 0.11574-0.036509 0.037285 0 0.062142 0.016312 0.038839 0.025634 0.038839 0.086999z"
id="path147" />
<path
d="m9.8247 9.2806q-0.0435 0.13283-0.0435 0.23769 0 0.023303-0.02641 0.02641-0.013205 0-0.02175-0.010098-0.00777-0.00932-0.00777-0.022527-0.025634 0.031071-0.090883 0.031071-0.044276 0-0.080785-0.031071-0.042723-0.036509-0.042723-0.09399 0-0.071464 0.055928-0.11807 0.052821-0.044276 0.12584-0.044276 0.035732 0 0.046607 0.00854 0.00777 0.00544 0.00777 0.019419 0 0.010875-0.00621 0.019419-0.00699 0.00699-0.025634 0.00699-0.056705 0-0.097874 0.02408-0.049714 0.029518-0.049714 0.082339 0 0.038839 0.025634 0.056705 0.017866 0.012428 0.042723 0.012428 0.048937 0 0.090883-0.033402 0.022527-0.12506 0.039616-0.16623 0.012429-0.030294 0.031848-0.030294 0.024857 0 0.02641 0.024857z"
id="path149" />
<path
d="m10.146 9.279q0 0.02175-0.01398 0.027964-0.0093 0.00466-0.02952 0.00466-0.07146 0-0.13361 0.050491-0.046607 0.037285-0.056705 0.068357l-0.013982 0.092437q-0.00311 0.020196-0.028741 0.020196-0.02408 0-0.027964-0.02641l0.039616-0.23769q0.00388-0.024857 0.027187-0.024857 0.027187 0 0.027187 0.029518l-0.00699 0.0435q0.042723-0.039616 0.080008-0.052821 0.04738-0.017089 0.10797-0.017089 0.02952 0 0.02952 0.02175z"
id="path151" />
<path
d="m10.46 9.474q0 0.028741-0.07146 0.052044-0.05904 0.018643-0.0971 0.018643-0.12196 0-0.12196-0.10642 0-0.068357 0.04661-0.12428 0.05282-0.064473 0.1305-0.064473 0.04971 0 0.08001 0.020196 0.03029 0.020196 0.03029 0.04583 0 0.046607-0.09166 0.09399-0.0769 0.039616-0.10487 0.039616-0.02175 0-0.02175-0.02641 0-0.00854 0.08156-0.041946 0.08234-0.034178 0.08234-0.056705 0-0.00932-0.01243-0.017089-0.01398-0.00544-0.0435-0.00544-0.05826 0-0.09244 0.041169-0.03107 0.038062-0.03107 0.09399 0 0.027187 0.01554 0.041946 0.01553 0.014759 0.04971 0.014759 0.03884 0 0.07224-0.015536l0.07457-0.034955q0.02486 0 0.02486 0.031071z"
id="path153" />
<path
d="m10.783 9.359q0 0.038062-0.0093 0.079232-0.0031 0.013205-0.01088 0.040392-7e-3 0.027187-0.01398 0.0435-0.0093 0.020973-0.0233 0.020973-0.03107 0-0.03107-0.027964 0.01321-0.045053 0.02097-0.081562 0.0101-0.047384 0.0101-0.082339 0-0.039616-0.01942-0.039616-0.02253 0-0.08778 0.0435-0.06603 0.0435-0.06913 0.062919l-0.01709 0.10331q-0.0039 0.02175-0.02874 0.02175-0.02641 0-0.02641-0.02641l0.04117-0.24857q0.0031-0.02175 0.03029-0.02175 0.0093 0 0.01787 0.010098 0.0062 0.00544 0.0062 0.014759v0.00311l-0.0078 0.051267q0.09787-0.074571 0.16545-0.074571 0.01942 0 0.03573 0.029518 0.01709 0.028741 0.01709 0.078455z"
id="path155" />
<path
d="m11.077 9.2712q0 0.011652-7e-3 0.018643-0.0078 0.00854-0.01942 0.010098l-0.08234 0.00699-0.03496 0.21284q-0.0039 0.020196-0.03107 0.023303-0.02486 0-0.02486-0.024857l0.03418-0.20662-0.07302 0.00699q-0.0093 0-0.01787-0.00854-0.0078-0.00621-0.0093-0.017089 0-0.013982 0.0062-0.020973 7e-3 -0.00777 0.01864-0.00854l0.08467-0.00621 0.01709-0.11574q0.0039-0.02175 0.02796-0.02175 0.0093 0 0.01864 0.00699 0.0078 0.00854 0.0078 0.020973l-0.01553 0.10331 0.07379-0.00621q0.0085 0 0.01709 0.00621 0.0078 0.00699 0.0093 0.020196z"
id="path157" />
<path
d="m11.165 9.2666q0 0.013982-0.0101 0.02408-0.0093 0.00932-0.02253 0.00932-0.0334 0-0.0334-0.033402 0-0.032625 0.03185-0.032625 0.03418 0 0.03418 0.032625zm-0.01398 0.24236q0 0.022527-0.02253 0.048937t-0.03729 0.02641q-0.0062-0.00155-0.0078-0.00388 0-0.00699 0.0047-0.019419 0.0047-0.011652 0.0047-0.019419l-7e-3 -0.018643q-0.0023-0.00621-0.0039-0.020196 0-0.013205 0.01243-0.020973 0.0101-0.00777 0.02408-0.00777 0.03263 0.00388 0.03263 0.034955z"
id="path159" />
<path
d="m3.3518 11.279q-0.036509 0.0101-0.04816 0.02874-0.011652 0.01864-0.011652 0.06214v0.12506q0 0.06913-0.025634 0.09244-0.025634 0.0233-0.095544 0.0233 0.065249-0.0132 0.065249-0.09554v-0.12972q0-0.04661 0.011652-0.06991 0.011652-0.02408 0.050491-0.03651-0.038062-0.0085-0.051267-0.03573-0.010875-0.02097-0.010875-0.0637v-0.13594q0-0.04117-0.013205-0.06214-0.013205-0.02175-0.052044-0.0334 0.068357 0 0.092437 0.01864 0.028741 0.02175 0.028741 0.08778v0.13749q0 0.03573 0.011652 0.05593t0.04816 0.03107z"
id="path161" />
</g>
<image
x="5.3628"
y=".26547"
width="10.583"
height="18.52"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABGCAYAAAC+ANZHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANDSURB VGiB7Zpbc+owDIQ3BMr5//+Wlst5wFs2iuw42DIv1YwnDKTpNyvrlgT4syqbdv8wwCZzBICHOeI4 DGdpk7MessDjaECqdZA1p+/vad3SEQAeIwFVrRlPcbimBHYlGAYrSDAqdgTwlRYZbgAueCk5DFDh jgBOCeycjnM67xtPBQ+QwBmp4JzgzgD+peMpAdG9q6wSDWjV+0pwBJzxdOVd/kYjeYiCdt+dsVaP YNx7v6kmEtBTj+uE194jGNPLIg8eAgF5fRschDsI3DUBWsgwwFzk5uC4hgHy2gp4Sp/pWsL9yFLA MBdrxfDUY921gFcY9aIACcnI3aPeDSbN9Aa0JU3VY8216rGCEG5hUS4mnKrH/5WDszmwO+A76nHv uer1BiSk3XusGAS06mlwhLo4p55GLpuCYuRGAHplzapn954FDHexFxyeetVwvQCtetx/ucj1qkbW erpY2yom5Zq9Fw7ozRu5kublvaK1AuoYOePVqfB7qpcLjE3r0bCqelylpFztXqBNQetauleTMtWr zns9AQmpydl2LBocu9VrAfQ6ZsLlUstu9VoACUnXateSc2+2Y+kN6HUtNvfprGGb0V3W4uKSeure Yr/XG7BGPW2pNvu93oCE1J6Pd6h4LUauN0qGuri2Y7ap5W319gLy/NpprVm9PYC5+yw59dS9b6u3 B5Dn5uYNYJ2YdcYNdXFp79mez7r27lyvOyDP8wJDIzfXFIS62FPPJuZczW1WrwaQ5yiczXulpqBJ vS3ArXt84eptAfJ3vb+se2+rnW9WrwToqWdn3dIo2c1KCuaqhk0rVK+5atQCemOkwgH+nNtcNWoB Cem183TtDU/lwvYezRs7CVcaxOladW939YC1gvoUfDYLBbgQ9YBtBTUha2BcMEA9IB8kdO8B63p7 EcCwvUdTBfX5hj6yJ9x9NJwFJKTCeTnP23th5gGqihCQbyzVWz10iQQkFLB0LQv/FYNdawFpCkrX MrXYbnmIeUFCo0qsGjalhKtnAdVYzniXoMsI+Y55gPrugN7jGw4HrAHtGxj6LkF4SvFMay9Ti+5F VRL4ACCbAO81vdUrIkOIjE3OZ00zevyIzRu/fxTuz3rYfx0z3zHFQCyWAAAAAElFTkSuQmCC "
id="image165" />
<g
transform="matrix(.50938 0 0 .50938 -18.467 4.054)"
id="g285">
<g
transform="matrix(.067679 .0090656 -.0090656 .067679 20.241 -3.9508)"
id="g283">
<path
d="m605.83-97.118s5.9306-22.557 9.7875-23.847c3.857-1.2838-6.0549 24.431-6.0549 24.431z"
fill="#80878a"
fill-opacity=".93844"
id="path167" />
<path
d="m608.82-98.07s3.8569-18.457 4.2303-19.484c0.37096-1.0636 3.1518-4.6946 4.3544-5.0642 1.2028-0.36526 8.1701-0.93463 12.857 2.1926 4.6863 3.1144 7.2163 3.2841 7.4237 8.9166 0.20734 5.6464-28.865 13.439-28.865 13.439z"
fill="#54728f"
fill-opacity=".99759"
id="path169" />
<path
d="m608.74-98.07s7.2579 0.10743 14.972 3.528l12.898-19.158s-3.2658-4.2488-13.437-5.2758c-5.35-0.56937-7.2993 1.2107-7.5894 3.2841z"
fill="#8bb0d8"
id="path171" />
<path
d="m605.17-92.847h6.1584v4.6921h-6.1584z"
fill="#32475c"
id="path173" />
<path
d="m558.72 55.425 1.2441-16.301 42.717-135.7-0.68551-1.4804 1.2131 0.58012 0.0279-0.10743h0.75823l2.0737 0.98834 0.6855 4.2531-1.0784 3.6784 1.4515 8.0969-3.4748 11.221-3.8709 0.95611-6.0412 24.622-29.619 96.274s2.2935 3.0993-5.3929 2.9661z"
fill="#817160"
id="path175" />
<path
d="m560.07 50.167s-0.23162 3.8911 0.11677 4.0844c0.3542 0.26857 3.9002-3.24 3.9002-3.24l-0.14675 7.4416 1.3197-0.38674 17.229-55.522 18.081-60.289 0.0935-5.0492 2.7787-6.1009 3.2763-10.999 2.4883-8.6544 2.0322-2.7932 8.2946-0.87017-6.2624 28.195-41.68 127.64-12.608 3.0854-3.7325-8.4708z"
fill="#797878"
id="path177" />
<path
d="m628.27-85.943s1.3405-3.3303 5.1949-3.3303c3.8543 0 5.9068 8.4235 3.1837 11.771-2.7231 3.3765-8.3786-8.4407-8.3786-8.4407z"
fill="#8d8d85"
fill-opacity=".98987"
id="path179" />
<path
d="m498.99 332.83 39.617-76.046-6.6771-3.6934s0.5713 1.1473 0 2.646c-0.60386 1.5996-33.002 77.079-33.002 77.079z"
fill="#9e9e9e"
id="path181" />
<path
d="m530.53 259.68c0.79615-0.93463 2.9327-5.4037 1.7176-6.2781-1.215-0.93463-4.6083-3.3475-10.473-4.0114 0 0 0.58591 1.634-1.9691 2.9306-2.5556 1.2806-7.0382 0.50492-7.0382 0.50492l0.66906 5.3381 9.9289 1.6608z"
fill="#5c5956"
id="path183" />
<path
d="m548.54 49.211c0.14632 2.5149 0.61546 3.4452 1.8184 3.7643 1.2022 0.42971 1.7889 2.647 1.6421 5.4155-0.1461 2.6889 7.8301-4.5969 7.8301-4.5969l0.4975-4.7902z"
fill="#898a8b"
id="path185" />
<path
d="m550.16 51.261c6.2323 0.89166 8.3163 1.1989 10.175-0.93463 2.6368-2.7663 23.377-77.734 23.377-77.734l20.855-67.544s-0.47419-4.7505-5.6878-4.5077c-5.2137 0.24709-6.8726 0-9.2423 7.5888-2.37 7.5726-38.392 132.7-39.814 135.81-1.4219 3.0488-2.2691 6.6434 0.33765 7.1182z"
fill="#b3d5f0"
id="path187" />
<path
d="m618.79-118.53c-0.29693 0.20411-7.1688 20.372-7.1688 20.372s2.3698 0.10743 3.5546 0.50491c1.1852 0.42972 6.2804-20.432 6.2804-20.432z"
fill="#b3d5f0"
id="path189" />
<path
d="m562.79 53.836c-1.5759 2.6417-2.198 4.8268-0.82827 4.772 1.3686-0.10743 2.7787 0.93463 3.4421 0 0.66305-0.93463 7.9213-21.964 7.9213-21.964s28.243-93.076 28.119-94.653c-0.1244-1.5738-0.1244-4.0651 0.37235-4.6732 0.49643-0.69828 1.9493-4.324 1.9493-5.0212 0-0.76274 4.8937-16.427 5.0181-17.466 0.12516-1.0636 2.0737-3.2648 1.0368-3.8964-1.0368-0.66606-2.6956-1.7844-3.5666-1.172-0.86964 0.66606-2.7787 5.9763-1.8249 6.8819 0.95418 0.93463 2.1982 2.7556 2.1982 2.7556l-3.5251 10.773s-2.2812-0.10742-3.318 1.0915c-1.0368 1.1119-2.7372 8.6953-3.774 12.972-1.0368 4.281-13.686 45.352-14.847 48.452-1.1612 3.1982-15.859 55.493-18.372 61.147z"
fill="#718ea5"
id="path191" />
<path
d="m611.26-89.021c0.82828-0.51565 2.3697 1.6404 2.3697 3.182 0 1.5459-17.359 62.501-19.729 68.908-2.37 6.4178-11.376 38.754-11.376 38.754l-19.314 64.604-13.982 47.724s-2.8437-1.88-4.2657-1.88 27.491-88.082 27.491-88.082l29.149-98.797 0.94816-5.452z"
fill="#b3d5f0"
id="path193" />
<path
d="m570.8 144.01 1.525-4.1962 48.329-165.62-53.637 166.76z"
fill="#939394"
id="path195" />
<g
fill="#d2f2ff"
id="g205">
<path
d="m538.09 132.08c6.8135 0.38674 6.9914 0 6.9914 0l23.699-75.056s-1.4812 5.322-8.7687 3.3754l-0.82828-1.8671-8.7686 32.498s-16.53 41.05-12.323 41.05z"
id="path197" />
<path
d="m612.21-88.325c-0.82828-1.0313-1.3626-2.588-0.29694-3.4356 1.0663-0.87017 2.9031-1.4191 3.8511 0.80572 0.94806 2.1797-2.0146 7.8154-2.2515 6.2126-0.2342-1.6071-1.3034-3.558-1.3034-3.558z"
id="path199" />
<path
d="m614.82-98.091s1.9553 1.4181 3.2586 1.0313c1.3034-0.42972 7.939-19.075 6.9319-20.618-1.0076-1.5384-3.2584-1.5384-3.7324-0.41898-0.4744 1.1162-7.2283 19.667-6.458 20.019z"
id="path201" />
<path
d="m506.74 245.95s-4.1893 1.1742-5.1949 3.8008c-1.0056 2.7212-13.909 79.141-13.909 79.141l5.195 0.66606s21.282-73.228 21.114-75.072c-0.16877-1.8402-3.5192-7.6994-7.2058-8.3816z"
id="path203" />
</g>
<path
d="m509.75 247.24s10.892 1.0528 12.4 2.3967c1.5081 1.3547-3.519 4.0737-7.7085 3.4506-4.1893-0.89165-4.692-5.8473-4.692-5.8473z"
fill="#a6c9e5"
id="path207" />
<path
d="m501.71 250.13s4.8596-2.1744 4.3568-3.3475c-0.50309-1.2-4.3568-1.8542-5.6975-0.93463-1.3407 0.98834-13.406 83.908-13.406 83.908s0.66875-0.2256 1.0056-1.1559c0.33432-0.9776 12.233-75.928 13.741-78.543z"
fill="#a6c9e5"
id="path209" />
<path
d="m491.65 329.53 3.184 1.3514 27.65-75.593-8.0438-0.93462z"
fill="#5a5b60"
id="path211" />
<path
d="m494.34 331.09 27.817-75.927 4.5246 2.0014-30.834 75.073-1.508-1.1473z"
fill="#592628"
id="path213" />
<path
d="m525.84 256.98c0.33431 0 5.0271 2.2882 5.0271 2.2882l-34.101 72.97h-1.0894z"
fill="#373d42"
id="path215" />
<path
d="m498.93 332.88s12.307-27.687 13.759-31.226c1.4515-3.5881 18.583-43.115 18.583-43.115s-30.411 63.791-33.93 72.029l-0.40973 1.1495z"
fill="#62594f"
fill-opacity=".94683"
id="path217" />
<path
d="m500.7 246.09h-6.7031l-8.6603 83.02 1.726 0.26857s12.129-79.627 13.637-83.223z"
fill="#a8a8a9"
id="path219" />
<path
d="m522.4 250.37c1.5079 0.11817 2.7648 1.4449 1.089 2.618-1.6758 1.1409-4.8595 0.66606-3.4353-0.89166 1.4244-1.1763 2.3463-1.9466 2.3463-1.9466z"
fill="#cdccc2"
id="path221" />
<path
d="m525.92 254.58c-0.92142-0.99908-1.5502-2.7555-0.7548-3.1358 0.79626-0.50491 3.3516 1.3912 2.4298 2.5718-0.9212 1.1581-1.6754 0.73052-1.6754 0.73052z"
fill="#e4c7a5"
id="path223" />
<path
d="m494.03 246.22 36.334-114.58 4.1894 0.66606-35.456 114.92z"
fill="#d2dde4"
id="path225" />
<path
d="m498.69 247.13 6.2002-0.93463 11.06-42.907 22.79-71.204-4.6921 0.2256z"
fill="#c2e0f1"
id="path227" />
<path
d="m504.31 246.29 6.3144 1.2322 11.359-23.039 28.153-90.128-5.1946-2.2012-6.7031 0.2256s-27.856 81.474-34.224 113.17z"
fill="#d5d8d9"
id="path229" />
<path
d="m510.55 247.41 11.831 2.1797 15.525-47.709 21.449-63.728-9.5518-4.1714-38.139 111.45z"
fill="#aecbe5"
id="path231" />
<path
d="m522.32 249.57 9.2213 3.2035 34.856-111.73-7.876-3.2132z"
fill="#af9a81"
id="path233" />
<path
d="m530.53 251.95 6.3677 5.35 1.6759-0.4512 32.007-109.23 1.006-6.71-5.8652-0.2256z"
fill="#9d9d9c"
id="path235" />
<path
d="m533.88 131.97 23.796-77.263 2.1785-0.99909-0.83762 6.8314-20.947 72.102z"
fill="#8fb1ce"
id="path237" />
<path
d="m530.36 131.64 22.455-77.395h5.6976l-24.634 77.914z"
fill="#a7a7a8"
id="path239" />
<path
d="m614.15-84.375s3.0162-4.8536 1.3404-7.3696c-1.6755-2.5138-4.692 1.5094-4.692 1.5094-0.66982-0.68754-4.1893-1.836-4.1893-1.836s-0.83773-5.5326-3.0165-5.5326c0 0 15.082-0.20412 30.331 8.5513 0 0-9.8869-4.2015-14.579 14.926-4.6922 19.087-26.98 90.29-26.98 90.29l-36.364 120.71-6.8707-3.2454z"
fill="#97b4cf"
id="path241" />
<path
d="m555.17 136.25s1.592 1.8048 3.4353 1.7103c0 0 64.684-218.09 67.03-220.24 2.346-2.1464 2.7231-6.0386 8.0435-6.8679 0 0-5.6555-2.603-10.767 5.2694-5.1112 7.8767-11.395 36.242-11.395 36.242z"
fill="#c6c4b9"
id="path243" />
<path
d="m557.97 137.94 5.1528 1.7661s65.216-216.97 66.025-218.83c1.0891-2.516 4.7758-5.2984 7.4571-6.261 0 0-4.6502-2.8845-8.3368-0.66606-3.6867 2.2496-6.2842 12.363-6.2842 12.363z"
fill="#dfc5a3"
id="path245" />
<path
d="m562.38 139.19c0.97739 0.8272 1.4219 2.6277 4.9472 1.7221l34.037-105.34s35.193-111.27 35.429-113.63c0.2342-2.3924 0.11774-7.4373-2.3401-6.4597-2.4587 0.99908-5.7469 4.4443-5.9543 5.525-0.20734 1.0915-64.283 211.67-66.119 218.18z"
fill="#7a6e5e"
id="path247" />
<path
d="m566.1 140.81c0.79615-0.38674 68.09-219.47 66.905-220.25-1.1851-0.81646-1.5407 0.752-2.3108 2.2689-0.77027 1.5427-66.475 217-66.475 217-0.1476 0.9024 0.47312 0.93463 1.8806 0.99909z"
fill="#43474a"
id="path249" />
<path
d="m485.3 329.13s4.6211-2.704 13.686 3.7235l-1.7181 1.7801s-3.6141-4.7913-10.25-3.3045z"
fill="#262b2d"
id="path251" />
<path
d="m486.9 331.12s-2.9033 9.6675-3.5846 13.185c0 0 0.14782 0.51566 1.0367 0.70903l4.414-13.856z"
fill="#242421"
id="path253" />
<path
d="m484.38 344.79h3.2824l4.2334-13.53s-1.7952-0.47268-3.2319-0.3008z"
fill="#d9f5fe"
id="path255" />
<path
d="m487.49 344.74 1.0154 0.10743 5.205-12.974s-1.4931-0.80572-1.8665-0.77349c-0.37106 0-4.3544 13.435-4.3544 13.435z"
fill="#95badb"
id="path257" />
<path
d="m488.34 344.71 2.3018 1.1377 4.5621-13.129s-0.64467-0.85943-1.5555-0.93463z"
fill="#cdb699"
id="path259" />
<path
d="m490.42 345.66 1.0783 2.371 5.7646-13.414s-1.3685-1.6942-2.0734-1.8757z"
fill="#696158"
fill-opacity=".92344"
id="path261" />
<path
d="m483.55 346.86c3.4421-0.46194 5.2669-0.10743 7.0089 1.6061l0.99544-0.63383s-0.52587-2.2313-1.8974-2.9726c-1.3828-0.93463-1.8455-0.93463-6.335-0.88091z"
fill="#242421"
id="path263" />
<path
d="m484.55 346.73-2.5299 8.0185s1.9286 0.91315 5.0805 1.5384l2.7372-8.4546s-1.687-1.7393-5.2878-1.1022z"
fill="#313334"
fill-opacity=".99901"
id="path265" />
<path
d="m482.74 352.96-0.551 1.707 4.7174 1.3171 0.65284-1.6318s-3.0691 0.44046-4.8211-1.3923z"
fill-opacity=".92941"
id="path267" />
<path
d="m564.44 58.011s33.842-112.44 34.173-114.44c0.32981-1.9874-0.66305-4.7913 0.16662-5.7947 0.82839-1.0098 1.3271-1.9864 1.3271-1.9864"
fill="none"
stroke="#000"
stroke-opacity=".73446"
stroke-width="5.3714"
id="path269" />
<path
d="m599.65-67.462c0.99554-0.93463 3.1935-0.76274 2.8616 0.76274-0.32981 1.4095-0.32981 2.8533-1.6589 2.8533-1.327 0-2.115-0.35452-1.2028-3.5677z"
fill="#2b0e10"
opacity=".71642"
id="path271" />
<path
d="m625.7-94.064 5.8065 2.647s6.0999-18.543 6.0999-19.953c0-1.402-1.0388-2.7835-1.0388-2.7835l-3.9088 0.48343z"
fill="#7a6e5e"
id="path273" />
<path
d="m624.53-94.19c0.23226-3.9867 6.7449-19.702 7.7419-20.349 0.99715-0.66606 4.2816-1.634 4.9268 1.4675 0 0-2.698-1.7565-4.2817 1.9423-1.5834 3.6902-4.8678 17.246-5.6304 17.349-0.76435 0.13966-2.8152 0.56938-2.7566-0.42971z"
fill="#dfc5a3"
id="path275" />
<path
d="m628.51-93.658 4.7505-13.132-3.9296 13.722z"
fill="#43474a"
id="path277" />
<path
d="m622.59-94.996s6.304-18.746 7.4236-20.198c1.12-1.4503 4.023-1.2075 5.3086 0 0 0-2.6958-0.2256-3.5148 1.4299-0.81732 1.6222-7.2265 19.85-7.2265 19.85z"
fill="#c6c4b9"
id="path279" />
<path
d="m600.89-99.053s23.607-1.2236 33.607 10.194c0 0-11.179-5.1383-17.009-6.5811-6.2756-1.5566-14.135-2.0562-14.135-2.0562s-0.8792-1.0893-2.4632-1.5566z"
fill="#1e1d28"
id="path281" />
</g>
</g>
<g
fill="#666"
stroke-width=".04849"
aria-label="Vince"
id="g297">
<path
d="m11.651 13.695q0.04849-0.04655 0.1222-0.11056 0.07371-0.06595 0.15323-0.12995 0.07952-0.06595 0.15711-0.12026 0.07758-0.05625 0.13577-0.0834 0.02521-0.01164 0.06013-0.02134 0.03491-0.01164 0.07371-0.01746l0.02521-0.0039q0.02522-0.0039 0.03103-0.01358 0.0078-0.0097 0.0078-0.0194 0-0.0194-0.02909-0.0194-0.03491 0-0.0931 0.02715t-0.12801 0.07177q-0.06789 0.04461-0.14353 0.10086-0.07371 0.05625-0.14547 0.11444-0.06982 0.05625-0.12995 0.11056t-0.10086 0.09504l-0.1862 0.18426q-0.06595 0.06595-0.13771 0.13383-0.07177 0.06595-0.13771 0.12026-0.06595 0.05237-0.1222 0.08728-0.05431 0.03297-0.08534 0.03297-0.0097 0-0.01746-0.0039-0.0078-0.0039-0.0078-0.01746 0-0.02715 0.04267-0.07952 0.04461-0.05237 0.10862-0.12026 0.06595-0.06789 0.14159-0.14935 0.07564-0.0834 0.13965-0.17262 0.06595-0.09116 0.10862-0.18426 0.04461-0.09504 0.04461-0.1862 0-0.16293-0.10474-0.25409-0.10474-0.0931-0.28318-0.0931-0.11832 0-0.23857 0.04267-0.12026 0.04073-0.21917 0.11056-0.09698 0.06789-0.15905 0.15905-0.06207 0.08922-0.06207 0.1862 0 0.05625 0.0194 0.09892t0.05043 0.07177q0.03103 0.02715 0.06982 0.04267 0.04073 0.01358 0.08146 0.01358 0.06982 0 0.13577-0.02522 0.06595-0.02521 0.12219-0.06401 0.05819-0.04073 0.10474-0.08728 0.04849-0.04849 0.0834-0.09116 0.03491-0.04461 0.05431-0.07952t0.02134-0.04655l-0.01552-0.0078-0.08146 0.09698q-0.02327 0.02715-0.0737 0.07371-0.05043 0.04655-0.11444 0.0931-0.06207 0.04655-0.12801 0.08146-0.06595 0.03297-0.12026 0.03297-0.03685 0-0.07177-0.01164-0.03491-0.01164-0.06207-0.03685t-0.04461-0.06207q-0.01552-0.03879-0.01552-0.09116 0-0.0931 0.06207-0.18038t0.15905-0.15517q0.09892-0.06789 0.21724-0.10862t0.23081-0.04073q0.07564 0 0.13965 0.0194 0.06401 0.01746 0.1125 0.05625t0.07564 0.09892q0.02715 0.05819 0.02715 0.13965 0 0.10086-0.04461 0.19008t-0.1125 0.16875q-0.06595 0.07952-0.14353 0.15129-0.07758 0.06983-0.14547 0.13383-0.06595 0.06401-0.11056 0.12413-0.04461 0.05819-0.04461 0.1125 0 0.02909 0.01552 0.05043 0.01552 0.0194 0.04849 0.0194 0.03879 0 0.09698-0.03685 0.06013-0.03879 0.12219-0.08922 0.06207-0.05237 0.11832-0.10474 0.05819-0.05431 0.0931-0.08728z"
id="path287" />
<path
d="m12.037 14.115q-0.02716 0.01746-0.06207 0.04073-0.03491 0.02133-0.06789 0.04073-0.03297 0.01746-0.06207 0.03103-0.02715 0.01164-0.04073 0.01164-0.01746 0-0.03103-0.0097-0.01164-0.0097-0.01164-0.02521 0-0.0194 0.02521-0.05043 0.02716-0.03103 0.06013-0.06401l0.16099-0.16099q0.01358-0.01552 0.02134-0.02327 0.0078-0.0078 0.0078-0.01552 0-0.0097-0.01358-0.01164-0.01358-0.0039-0.02328-0.0039-0.01552 0-0.02715 0.0097-0.01164 0.0097-0.03297 0.02715l-0.13189 0.11444-0.16874 0.11444 0.0097 0.0078 0.11444-0.07758 0.0039 0.0039q-0.0194 0.02134-0.04073 0.05625-0.0194 0.03491-0.0194 0.06401 0 0.03103 0.02521 0.04849 0.02521 0.01552 0.05431 0.01552 0.01552 0 0.04267-0.0097 0.02909-0.01164 0.06207-0.02909 0.03491-0.01746 0.07371-0.04073 0.03879-0.02522 0.07758-0.05431zm0.23081-0.45581q0-0.01552-0.01164-0.02521-0.0097-0.01164-0.02521-0.01164-0.01552 0-0.02716 0.01164-0.0097 0.0097-0.0097 0.02521 0 0.01552 0.0097 0.02715 0.01164 0.0097 0.02716 0.0097t0.02521-0.0097q0.01164-0.01164 0.01164-0.02715z"
id="path289" />
<path
d="m12.719 14.115q-0.0097 0.0058-0.04073 0.02715-0.03103 0.02134-0.06982 0.04461-0.03685 0.02134-0.07371 0.03879-0.03491 0.01746-0.05431 0.01746-0.04461 0-0.04461-0.03297 0-0.0078 0.0097-0.02327 0.01164-0.01746 0.02909-0.03685 0.01746-0.02134 0.03879-0.04267 0.02327-0.02328 0.04461-0.04461 0.04461-0.04267 0.07952-0.08534 0.03491-0.04461 0.03491-0.07758 0-0.01746-0.01164-0.02521-0.0097-0.0097-0.02328-0.0097-0.01164 0-0.03297 0.0097-0.02134 0.0078-0.04655 0.02134-0.02327 0.01358-0.05043 0.03103-0.02715 0.01552-0.05043 0.03103l-0.08146 0.05625-0.0039-0.0039q0.01164-0.01164 0.02909-0.04461 0.01746-0.03297 0.01746-0.06595 0-0.01552-0.01164-0.02521-0.0097-0.0097-0.02521-0.0097-0.01552 0-0.04267 0.0194-0.02715 0.01746-0.05237 0.03685-0.08728 0.07177-0.15129 0.1222-0.06207 0.04849-0.13771 0.09698l0.0097 0.0078q0.0194-0.01164 0.04655-0.03103 0.02909-0.0194 0.05819-0.04267 0.03103-0.02327 0.06013-0.04655 0.03103-0.02327 0.05237-0.04073 0.05043-0.04073 0.09116-0.06789 0.04267-0.02909 0.04849-0.02909 0.0078 0 0.0078 0.0097 0 0.02134-0.02134 0.05043-0.02134 0.02715-0.04267 0.04849l-0.11638 0.12413q-0.01164 0.01358-0.02909 0.03103-0.01746 0.01552-0.03491 0.03103-0.01552 0.01552-0.02716 0.02909-0.0097 0.01358-0.0097 0.0194 0 0.0097 0.0097 0.01552 0.01164 0.0039 0.0194 0.0039 0.02134 0 0.03103-0.0058 0.01164-0.0058 0.03685-0.03297l0.14741-0.14935q0.02909-0.02327 0.06789-0.05237 0.03879-0.02909 0.07758-0.05431 0.04073-0.02715 0.07176-0.04461 0.03297-0.01746 0.04849-0.01746 0.0078 0 0.0078 0.01164 0 0.01552-0.03491 0.04655-0.03491 0.02909-0.07758 0.07371-0.04267 0.04461-0.07952 0.08728-0.03491 0.04073-0.03491 0.06789 0 0.03879 0.02716 0.05819 0.02909 0.01746 0.06789 0.01746 0.01746 0 0.05625-0.01746 0.03879-0.0194 0.07758-0.04267 0.04073-0.02521 0.07176-0.04655 0.03297-0.02134 0.04073-0.02715z"
id="path291" />
<path
d="m13.187 14.115q-0.02327 0.01552-0.05625 0.03685-0.03103 0.02134-0.06595 0.04073-0.03297 0.0194-0.06595 0.03297-0.03297 0.01164-0.05819 0.01164-0.03491 0-0.05819-0.01358-0.02134-0.01552-0.02134-0.05819 0-0.03685 0.03103-0.08534 0.03297-0.04849 0.07564-0.0931 0.04461-0.04461 0.08922-0.07564 0.04655-0.03103 0.07176-0.03103 0.0097 0 0.02327 0.0058 0.01552 0.0039 0.01552 0.01552 0 0.0097-0.0097 0.01552-0.0097 0.0058-0.02134 0.01164-0.01164 0.0058-0.02134 0.01552-0.0097 0.0078-0.0097 0.02327 0 0.01552 0.0097 0.02522 0.0097 0.0078 0.02522 0.0078 0.02521 0 0.04461-0.02522 0.0194-0.02716 0.0194-0.05237 0-0.03297-0.02715-0.04461-0.02522-0.01358-0.05237-0.01358-0.03491 0-0.07564 0.01746t-0.08146 0.04461q-0.04073 0.02521-0.07758 0.05625-0.03685 0.03103-0.06595 0.05819l-0.13965 0.09698 0.0097 0.0078 0.1125-0.07564q-0.0039 0.0194-0.0097 0.03685-0.0058 0.01746-0.0058 0.03685 0 0.05625 0.03491 0.08534t0.08728 0.02909q0.03103 0 0.06595-0.01164 0.03491-0.01358 0.07176-0.03297 0.03685-0.0194 0.07177-0.04267 0.03685-0.02327 0.06983-0.04655z"
id="path293" />
<path
d="m13.338 14.108q0.01746-0.03685 0.05043-0.07371 0.03297-0.03879 0.06983-0.06983 0.03685-0.03297 0.06982-0.05237 0.03491-0.02134 0.05625-0.02134 0.01746 0 0.02909 0.0097 0.01358 0.0097 0.01552 0.02521 0 0.03685-0.02909 0.06789-0.02909 0.03103-0.07371 0.05625-0.04267 0.02327-0.09504 0.03879-0.05043 0.01552-0.0931 0.0194zm0.31228 0.0097q-0.01746 0.01358-0.04849 0.03297-0.03103 0.0194-0.06595 0.03879-0.03491 0.01746-0.06983 0.03103-0.03491 0.01358-0.06401 0.01358-0.03491 0-0.05819-0.01358-0.02133-0.01552-0.02133-0.05431 0-0.01358 0.0058-0.03685 0.06982-0.0078 0.12801-0.02909 0.06013-0.02133 0.1028-0.05043 0.04461-0.02909 0.06789-0.06207 0.02522-0.03491 0.02522-0.06401 0-0.0194-0.0194-0.03879-0.01746-0.0194-0.05237-0.0194t-0.07564 0.01746q-0.03879 0.01746-0.07952 0.04461-0.03879 0.02715-0.07564 0.06013-0.03491 0.03103-0.06401 0.05819l-0.13965 0.09698 0.0097 0.0078 0.1125-0.07564q-0.0039 0.0194-0.0097 0.03491-0.0058 0.01552-0.0058 0.03491 0 0.05625 0.03297 0.08534 0.03491 0.02909 0.08146 0.02909 0.03491 0 0.07758-0.01552t0.0834-0.03685q0.04073-0.02134 0.07371-0.04267 0.03491-0.02327 0.05431-0.03685z"
id="path295" />
</g>
<rect
style="fill:#1a70e0;stroke-width:0.264578"
id="rect325"
width="0.70562989"
height="16.933001"
x="0"
y="3.469447e-18" />
</svg>

After

Width:  |  Height:  |  Size: 66 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="model">
<item>
<attribute name="label">Zoom Out</attribute>
<attribute name="action">win.zoom_out</attribute>
</item>
<item>
<attribute name="label">Zoom In</attribute>
<attribute name="action">win.zoom_in</attribute>
</item>
<item>
<attribute name="label">11</attribute>
<attribute name="action">win.zoom_reset</attribute>
</item>
</menu>
</interface>

View File

@ -13,7 +13,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">audacious</property>
<property name="icon-name">audacious_whitesur</property>
<property name="icon_size">6</property>
</object>
<object class="GtkImage" id="image11">
@ -26,7 +26,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">gedit</property>
<property name="icon-name">my_textedit</property>
</object>
<object class="GtkImage" id="image13">
<property name="visible">True</property>
@ -38,32 +38,32 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">eog</property>
<property name="icon-name">image_app</property>
<property name="icon_size">6</property>
</object>
<object class="GtkImage" id="image15">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">gedit</property>
<property name="icon-name">my_textedit</property>
</object>
<object class="GtkImage" id="image16">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">gedit</property>
<property name="icon-name">my_textedit</property>
</object>
<object class="GtkImage" id="image17">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">vlc</property>
<property name="icon-name">vlc_whitesur</property>
</object>
<object class="GtkImage" id="image18">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">vlc</property>
<property name="icon-name">vlc_whitesur</property>
</object>
<object class="GtkImage" id="image19">
<property name="visible">True</property>
@ -99,13 +99,13 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">gedit</property>
<property name="icon-name">my_textedit</property>
</object>
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="pixel-size">48</property>
<property name="icon-name">eog</property>
<property name="icon-name">image_app</property>
</object>
<object class="GtkImage" id="image7">
<property name="visible">True</property>

View File

@ -0,0 +1,71 @@
#pragma once
#include <gtkmm.h>
enum class ViewMode{
MODE_ICON,
MODE_LIST
};
class FileWindow : public Gtk::Window{
public:
FileWindow();
~FileWindow();
void go_home();
private:
//List Model
class ModelColumns : public Gtk::TreeModelColumnRecord{
public:
ModelColumns(){
add(m_col_path);add(m_col_display_name);add(m_col_pixbuf);add(m_col_is_dir);
}
Gtk::TreeModelColumn<Glib::ustring> m_col_path;
Gtk::TreeModelColumn<Glib::ustring> m_col_display_name;
Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf>> m_col_pixbuf;
Gtk::TreeModelColumn<bool> m_col_is_dir;
};
ModelColumns columns;
Gtk::TreeView m_treeview;
Gtk::IconView m_iconview;
Glib::RefPtr<Gtk::TreeSelection> m_selection;
Glib::RefPtr<Gtk::ListStore> m_liststore;
//File Proprties
Glib::RefPtr<Gdk::Pixbuf> file_pixbuf;
Glib::RefPtr<Gdk::Pixbuf> folder_pixbuf;
Glib::ustring parent_str,tmp_str;
ViewMode view_mode;
//Child Widgets
Gtk::Box vbox,btnbox,menubox;
Gtk::Toolbar m_toolbar,m_viewbar;
Gtk::ToolButton up_button,home_button,new_button,delete_button;
Gtk::ToolItem view_item,menu_item;
Gtk::ScrolledWindow m_sw;
Gtk::Button view_button;
Gtk::MenuButton menubtn;
Gtk::Stack stack;
Gtk::Popover popover;
Gtk::CheckButton show_hidden;
Gtk::InfoBar m_infobar;
Gtk::Label info_label;
Gtk::Entry entry_file;
//Initalize Functions
void fill_store();
void initalize_views();
int sort_func(const Gtk::TreeModel::iterator &a,const Gtk::TreeModel::iterator &b);
//Signal Handlers
void item_activated(const Gtk::TreePath &path);
void row_activated(const Gtk::TreePath &path,Gtk::TreeViewColumn * sel_column);
void btnup_clicked();
void btnhome_clicked();
void btnnew_clicked();
void btndel_clicked();
void btnview_clicked();
void infobar_response(int response_id);
void dialog_response(int response_id,Gtk::Dialog * dialog);
void btnhide_clicked();
};

View File

@ -0,0 +1,23 @@
#pragma once
#include <gtkmm.h>
class Game : public Gtk::Window{
public:
Game(BaseObjectType *cobject,Glib::RefPtr<Gtk::Builder> &tmp_builder);
static Game * create();
private:
//The main builder
Glib::RefPtr<Gtk::Builder> game_builder;
//Child Widgets
Gtk::Window *game_window;
Gtk::Button *win_close,*win_mini;
Gtk::Button *game_btn[4],*btngo,*btnexit;
Gtk::Label *game_label;
int game_index[4];
//Signal Handlers
void gamebtn_clicked(int *index);
void btngo_clicked();
void btnexit_clicked();
void win_closed();
};

View File

@ -0,0 +1,41 @@
#pragma once
#include <gtkmm.h>
#include "MyImage.hh"
class ImageApp : public Gtk::ApplicationWindow
{
public:
ImageApp();
private:
// Child widgets
Gtk::ScrolledWindow sw;
MyImage image_area;
Gtk::Box main_box, btnbox;
Gtk::Button btnopen;
Gtk::Scale scale;
Gtk::Overlay overlay;
Glib::RefPtr<Gtk::Adjustment> m_adjustment, hadjustment, vadjustment;
Glib::RefPtr<Gtk::FileChooserNative> dialog;
// Gesture control
Glib::RefPtr<Gtk::GestureDrag> gesture_drag;
Glib::RefPtr<Gtk::GestureMultiPress> gesture_click;
void drag_begin(double x, double y);
void drag_update(double x, double y);
void drag_end(double x, double y);
void move_to(double x, double y);
// Menu for image control
Gtk::PopoverMenu popover;
void press(int n_press, double x, double y);
// Signal Handlers
void btnopen_clicked();
void dialog_response(int response_id);
void scale_changed();
void image_zoom_in();
void image_zoom_out();
void image_zoom_reset();
};

View File

@ -0,0 +1,19 @@
#pragma once
#include <gtkmm.h>
class GtkRunner : public Gtk::Dialog{
public:
GtkRunner();
protected:
void on_response(int response_id) override;
private:
//Child Widgets
Gtk::Box hbox;
Gtk::Entry app_entry;
Gtk::Button open_btn;
//File Dialog
Glib::RefPtr<Gtk::FileChooserNative> dialog;
void file_dialog();
void dialog_response(int response);
};

View File

@ -0,0 +1,30 @@
#pragma once
#include <gtkmm.h>
class TextEditor : public Gtk::Window{
public:
TextEditor();
private:
//Child widgets
Gtk::Box vbox,hbox,btnbox,*infobox;
Gtk::ScrolledWindow sw1,sw2;
Glib::RefPtr<Gtk::TextBuffer> buffer1;
Gtk::TextView textview1;
Gtk::Button btn_copy,btn_paste,btn_open,btn_save,btn_clear;
Gtk::InfoBar infobar;
Gtk::Label label1;
//File Dialog
Glib::RefPtr<Gtk::FileChooserNative> dialog;
//Signal Handlers
void btnopen_clicked();
void opendialog_response(int response);
void btnsave_clicked();
void savedialog_response(int response);
void btncopy_clicked();
void btnpaste_clicked();
void btnclear_clicked();
void buffer1_changed();
void clipboard_receive(const Glib::ustring &text);
void infobar_response(int response);
};

View File

@ -0,0 +1,33 @@
#pragma once
#include <gtkmm.h>
class Drawing : public Gtk::Window{
public:
Drawing();
private:
//Child Widgets
Gtk::DrawingArea draw_area;
Gtk::ColorButton color_btn;
Gtk::Label main_label,size_label;
Gtk::Box main_box,btn_box;
Gtk::Button btn_clear,btn_exit;
Gtk::Scale scale;
//Color Setting
Gdk::RGBA m_color;
Cairo::RefPtr<Cairo::ImageSurface> surface;
//Gesture to draw
Glib::RefPtr<Gtk::GestureDrag> drag;
Glib::RefPtr<Gtk::Adjustment> size_adj;
double start_x,start_y;
//Signal Handlers
bool draw_event(const Cairo::RefPtr<Cairo::Context> &context);
void draw_brush(double x,double y);
void button_press();
void drag_begin(double x,double y);
void drag_progress(double x,double y);
void color_set();
};

View File

@ -0,0 +1,116 @@
#include "drawing.hh"
bool Drawing::draw_event(const Cairo::RefPtr<Cairo::Context> &context){
//Show context
context->set_source(surface,0,0);
context->paint();
return true;
}
void Drawing::draw_brush(double x,double y){
//Create Draw Brush with specificed size
double size=scale.get_value();
auto cr=Cairo::Context::create(surface);
cr->arc(x, y, size, 0, 2 * G_PI);
//Set Color
cr->set_source_rgba(m_color.get_red(),m_color.get_green(),
m_color.get_blue(),m_color.get_alpha());
//Fill Color and Delete the brush
cr->fill();
cr.clear();
draw_area.queue_draw();
}
void Drawing::button_press(){
if(surface){
//Clear the content in draw area
auto cr=Cairo::Context::create(surface);
cr->set_source_rgb(1,1,1);
cr->paint();
cr.clear();
draw_area.queue_draw();
}
}
void Drawing::drag_begin(double x,double y){
//The Begin
start_x=x;start_y=y;
draw_brush(x,y);
}
void Drawing::drag_progress(double x,double y){
//Progress and end
draw_brush(x+start_x,y+start_y);
}
void Drawing::color_set(){
m_color=color_btn.get_rgba();
}
Drawing::Drawing()
:main_label("Select a color"),
size_label("Pen Size"),
main_box(Gtk::ORIENTATION_HORIZONTAL,5),
btn_box(Gtk::ORIENTATION_VERTICAL,5),
btn_clear("Clear Board"),
btn_exit("Exit")
{
//Ininalize window
set_icon_name("org.gtk.daleclack");
set_title("Drawing");
set_default_size(640,480);
//Color set panel
size_adj=Gtk::Adjustment::create(3.0,1.0,20.0);
scale.set_adjustment(size_adj);
scale.set_value_pos(Gtk::POS_BOTTOM);
btn_box.pack_start(main_label,Gtk::PACK_SHRINK);
btn_box.pack_start(color_btn,Gtk::PACK_SHRINK);
btn_box.pack_start(size_label,Gtk::PACK_SHRINK);
btn_box.pack_start(scale,Gtk::PACK_SHRINK);
btn_box.pack_start(btn_clear,Gtk::PACK_SHRINK);
btn_box.pack_start(btn_exit,Gtk::PACK_SHRINK);
btn_box.set_halign(Gtk::ALIGN_CENTER);
btn_box.set_valign(Gtk::ALIGN_CENTER);
//Add Gesture
btn_clear.signal_clicked().connect(sigc::mem_fun(*this,&Drawing::button_press));
btn_exit.signal_clicked().connect(sigc::mem_fun(*this,&Drawing::hide));
drag=Gtk::GestureDrag::create(draw_area);
drag->set_button(GDK_BUTTON_PRIMARY);
drag->signal_drag_begin().connect(sigc::mem_fun(*this,&Drawing::drag_begin));
drag->signal_drag_update().connect(sigc::mem_fun(*this,&Drawing::drag_progress));
drag->signal_drag_end().connect(sigc::mem_fun(*this,&Drawing::drag_progress));
//Create a Surface
surface=Cairo::ImageSurface::create(Cairo::FORMAT_ARGB32,600,480);
//Set Default Color
m_color.set_blue(0);
m_color.set_green(0);
m_color.set_red(0);
m_color.set_alpha(1);
color_btn.set_rgba(m_color);
color_btn.signal_color_set().connect(sigc::mem_fun(*this,&Drawing::color_set));
//Initalial draw
auto cr=Cairo::Context::create(surface);
cr->set_source_rgb(1,1,1);
cr->paint();
cr.clear();
draw_area.queue_draw();
//Initalize main widget
draw_area.set_size_request(600,480);
draw_area.signal_draw().connect(sigc::mem_fun(*this,&Drawing::draw_event));
main_box.pack_start(draw_area);
main_box.pack_start(btn_box,Gtk::PACK_SHRINK);
main_box.set_border_width(10);
add(main_box);
show_all_children();
}

View File

@ -0,0 +1,331 @@
#include "FileWindow.hh"
#include <iostream>
FileWindow::FileWindow()
:parent_str("/"),
vbox(Gtk::ORIENTATION_VERTICAL,5),
btnbox(Gtk::ORIENTATION_HORIZONTAL,5),
menubox(Gtk::ORIENTATION_VERTICAL,5),
show_hidden("Show hidden files")
{
//Initalize Window
set_default_size(650,400);
set_icon_name("org.gtk.daleclack");
set_title("File Manager");
//Load Pixbufs
auto pixbuf1 = Gdk::Pixbuf::create_from_resource("/org/gtk/daleclack/gnome-fs-regular.svg");
file_pixbuf = pixbuf1->scale_simple(48,48,Gdk::INTERP_BILINEAR);
pixbuf1.reset();
pixbuf1 = Gdk::Pixbuf::create_from_resource("/org/gtk/daleclack/folder.svg");
folder_pixbuf = pixbuf1->scale_simple(48,48,Gdk::INTERP_BILINEAR);
pixbuf1.reset();
//Create Child Widgets
vbox.pack_start(btnbox,Gtk::PACK_SHRINK);
add(vbox);
m_toolbar.set_toolbar_style(Gtk::TOOLBAR_ICONS);
btnbox.pack_start(m_toolbar,Gtk::PACK_SHRINK);
btnbox.pack_end(m_viewbar,Gtk::PACK_SHRINK);
//"Up" Button
up_button.set_icon_name("go-up");
up_button.set_is_important();
up_button.set_sensitive(false);
up_button.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btnup_clicked));
m_toolbar.insert(up_button,-1);
//"Home" Button
home_button.set_icon_name("go-home");
home_button.set_is_important();
home_button.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btnhome_clicked));
m_toolbar.insert(home_button,-1);
//"New Folder" Button
new_button.set_icon_name("folder-new");
new_button.set_is_important();
new_button.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btnnew_clicked));
m_toolbar.insert(new_button,-1);
//"Delete" Button
delete_button.set_icon_name("edit-delete");
delete_button.set_is_important();
delete_button.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btndel_clicked));
m_toolbar.insert(delete_button,-1);
//"View Mode" Button
view_item.add(view_button);
view_mode=ViewMode::MODE_ICON;
view_button.set_relief(Gtk::RELIEF_NONE);
view_button.set_image_from_icon_name("view-grid-symbolic",Gtk::ICON_SIZE_LARGE_TOOLBAR);
view_button.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btnview_clicked));
m_viewbar.insert(view_item,-1);
//Menu Button
menu_item.add(menubtn);
menubtn.set_relief(Gtk::RELIEF_NONE);
m_viewbar.insert(menu_item,-1);
m_viewbar.set_toolbar_style(Gtk::TOOLBAR_ICONS);
show_hidden.set_active(false);
show_hidden.signal_clicked().connect(sigc::mem_fun(*this,&FileWindow::btnhide_clicked));
menubox.pack_start(show_hidden,Gtk::PACK_SHRINK);
popover.add(menubox);
menubtn.set_popover(popover);
popover.show_all_children();
//Info Bar
m_infobar.add_button("OK",Gtk::RESPONSE_OK);
auto pbox = dynamic_cast<Gtk::Container*>(m_infobar.get_content_area());
pbox->add(info_label);
vbox.pack_start(m_infobar,Gtk::PACK_SHRINK);
m_infobar.signal_response().connect(sigc::mem_fun(*this,&FileWindow::infobar_response));
//Create Store
m_liststore = Gtk::ListStore::create(columns);
m_liststore->set_default_sort_func(sigc::mem_fun(*this,&FileWindow::sort_func));
m_liststore->set_sort_column(-1,Gtk::SORT_ASCENDING);
fill_store();
initalize_views();
m_sw.add(stack);
vbox.pack_start(m_sw);
show_all_children();
m_infobar.hide();
}
void FileWindow::go_home(){
btnhome_clicked();
}
int FileWindow::sort_func(const Gtk::TreeModel::iterator &a,const Gtk::TreeModel::iterator &b){
bool is_dir_a,is_dir_b;
Glib::ustring name_a,name_b;
auto row_a= *a,row_b= *b;
is_dir_a = row_a[columns.m_col_is_dir];
is_dir_b = row_b[columns.m_col_is_dir];
name_a = row_a[columns.m_col_display_name];
name_b = row_b[columns.m_col_display_name];
if(!is_dir_a && is_dir_b){
return 1;
}
if(is_dir_a && !is_dir_b){
return -1;
}
if(name_a[0] != '.' && name_b[0] == '.'){
return 1;
}
if(name_a[0] == '.' && name_b[0] != '.'){
return -1;
}else{
return g_utf8_collate(name_a.c_str(),name_b.c_str());
}
}
void FileWindow::fill_store(){
Gtk::TreeModel::iterator iter;
//Clear the store
m_liststore->clear();
//Go through the directory and get information
try{
Glib::Dir dir1(parent_str);
bool is_dir;
Glib::ustring display_name;
std::string dir_name;
/* Ignore the files start with '.' when the button is not toggled */
do{
dir_name = dir1.read_name();
//std::cout<<dir_name<<std::endl;
char * path = g_build_filename(parent_str.c_str(),dir_name.c_str(),NULL);
is_dir = Glib::file_test(path,Glib::FILE_TEST_IS_DIR);
display_name = Glib::filename_to_utf8(dir_name);
if(dir_name[0] == '.' && !show_hidden.get_active()){
continue;
}
if(dir_name != ""){
auto row=*(m_liststore->append());
row[columns.m_col_display_name] = display_name;
row[columns.m_col_is_dir] = is_dir;
row[columns.m_col_path] = Glib::ustring(path);
row[columns.m_col_pixbuf] = is_dir ? folder_pixbuf : file_pixbuf;
}
g_free(path);
}while(dir_name != "");
}
catch(const Glib::Error &ex){
std::cout << ex.what() << std::endl;
parent_str = tmp_str;
fill_store();
}
}
void FileWindow::initalize_views(){
//Initalize IconView
m_iconview.set_model(m_liststore);
m_iconview.set_text_column(columns.m_col_display_name);
m_iconview.set_pixbuf_column(columns.m_col_pixbuf);
m_iconview.set_selection_mode(Gtk::SELECTION_MULTIPLE);
m_iconview.signal_item_activated().connect(sigc::mem_fun(*this,&FileWindow::item_activated));
m_iconview.set_row_spacing(0);
//Initalize TreeView
m_treeview.set_model(m_liststore);
m_treeview.append_column("",columns.m_col_pixbuf);
m_treeview.append_column("Name",columns.m_col_display_name);
m_treeview.signal_row_activated().connect(sigc::mem_fun(*this,&FileWindow::row_activated));
stack.add(m_iconview);
stack.add(m_treeview);
}
void FileWindow::item_activated(const Gtk::TreePath &path){
auto row = *(m_liststore->get_iter(path));
bool is_dir;
Glib::ustring path_name;
//Backup current parent dir
tmp_str = parent_str;
//Get Path Name and read
path_name = row[columns.m_col_path];
is_dir = row[columns.m_col_is_dir];
if(!is_dir){return ;}
parent_str = path_name;
fill_store();
up_button.set_sensitive();
}
void FileWindow::row_activated(const Gtk::TreePath &path,Gtk::TreeViewColumn * sel_column){
auto row = *(m_liststore->get_iter(path));
bool is_dir;
Glib::ustring path_name;
//Backup current parent dir
tmp_str = parent_str;
//Get Path Name and read
path_name = row[columns.m_col_path];
is_dir = row[columns.m_col_is_dir];
if(!is_dir){return ;}
parent_str = path_name;
fill_store();
up_button.set_sensitive();
}
void FileWindow::btnup_clicked(){
//Go to upper dir
Glib::ustring dir_name;
dir_name = Glib::path_get_dirname(parent_str);
parent_str = dir_name;
fill_store();
}
void FileWindow::btnhome_clicked(){
//Go to home dir
parent_str = Glib::ustring(Glib::get_home_dir());
fill_store();
}
void FileWindow::btnnew_clicked(){
//Create Dialog
Gtk::Dialog * dialog = new Gtk::Dialog("Create a folder",*this,Gtk::DIALOG_USE_HEADER_BAR);
dialog->add_button("OK",Gtk::RESPONSE_OK);
dialog->set_default_response(Gtk::RESPONSE_OK);
//Add Entry
Gtk::Box * pbox = dialog->get_content_area();
pbox->add(entry_file);
entry_file.set_activates_default();
dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this,&FileWindow::dialog_response),dialog));
dialog->show_all();
}
void FileWindow::btndel_clicked(){
Glib::ustring tmp;
switch(view_mode){
case ViewMode::MODE_ICON:
{
auto selected_items = m_iconview.get_selected_items();
for(auto it = selected_items.begin();it != selected_items.end(); it++){
auto row = *(m_liststore->get_iter(*it));
tmp = row[columns.m_col_path] + " delete failed!";
info_label.set_text(tmp);
m_infobar.show();
}
selected_items.clear();
}
break;
case ViewMode::MODE_LIST:
{
auto selected_item = m_treeview.get_selection();
auto row = *(selected_item->get_selected());
tmp = row[columns.m_col_path] + " delete failed!";
info_label.set_text(tmp);
m_infobar.show();
selected_item.reset();
}
break;
}
}
void FileWindow::btnview_clicked(){
switch(view_mode){
case ViewMode::MODE_ICON:
stack.set_visible_child(m_treeview);
view_button.set_image_from_icon_name("view-list-symbolic",Gtk::ICON_SIZE_LARGE_TOOLBAR);
view_mode = ViewMode::MODE_LIST;
break;
case ViewMode::MODE_LIST:
stack.set_visible_child(m_iconview);
view_button.set_image_from_icon_name("view-grid-symbolic",Gtk::ICON_SIZE_LARGE_TOOLBAR);
view_mode = ViewMode::MODE_ICON;
break;
}
}
void FileWindow::infobar_response(int response_id){
m_infobar.hide();
}
void FileWindow::dialog_response(int response_id,Gtk::Dialog * dialog){
if(response_id == Gtk::RESPONSE_OK){
Glib::ustring folder_name = entry_file.get_text();
if(parent_str.length() == 1 && parent_str[0] == '/'){
folder_name = parent_str + folder_name;
}else{
folder_name = parent_str + "/" + folder_name;
}
if(g_mkdir_with_parents(folder_name.c_str(),0755) == -1){
std::cout<<"Error Occured"<<std::endl;
}else{
fill_store();
}
}
delete dialog;
}
void FileWindow::btnhide_clicked(){
fill_store();
}
FileWindow::~FileWindow(){
folder_pixbuf.reset();
file_pixbuf.reset();
}

View File

@ -0,0 +1,62 @@
#include "Game.hh"
#include <ctime>
#include <cstdlib>
#include <cstdio>
Game::Game(BaseObjectType *cobject,Glib::RefPtr<Gtk::Builder> &tmp_builder)
:Gtk::Window(cobject),
game_builder(tmp_builder),
game_index{0,1,2,3}
{
//Ininalize Window
game_builder->get_widget("window",game_window);
game_builder->get_widget("btn_exit",btnexit);
game_builder->get_widget("btn_go",btngo);
game_builder->get_widget("label",game_label);
for(int i=0;i<4;i++){
char str[6];
sprintf(str,"btn_%d",i+1);
game_builder->get_widget(str,game_btn[i]);
game_btn[i]->signal_clicked().connect(sigc::bind(
sigc::mem_fun(*this,&Game::gamebtn_clicked),&game_index[i]));
}
//Link Signals
btngo->signal_clicked().connect(sigc::mem_fun(*this,&Game::btngo_clicked));
btnexit->signal_clicked().connect(sigc::mem_fun(*this,&Game::hide));
}
void Game::gamebtn_clicked(int *index){
//Get Current button
int flag;
srand((unsigned)time(NULL));
flag=rand()%4;
game_btn[flag]->set_image_from_icon_name("My_GtkUI",Gtk::ICON_SIZE_DIALOG);
if(*index==flag){
game_label->set_label("Good Luck!");
}else{
game_label->set_label("The Button is here!");
}
//Disable Buttons
for(int i=0;i<4;i++){
game_btn[i]->set_sensitive(false);
}
}
void Game::btngo_clicked(){
//Clean Icons showed in button and enable buttons
for(int i=0;i<4;i++){
game_btn[i]->set_image_from_icon_name("");
game_btn[i]->set_sensitive();
}
game_label->set_label("Select a button");
}
Game * Game::create(){
// Load the Builder file and instantiate its widgets.
auto builder = Gtk::Builder::create_from_resource("/org/gtk/daleclack/game1.ui");
Game * window = nullptr;
builder->get_widget_derived("window",window);
return window;
}

View File

@ -0,0 +1,174 @@
#include "ImageApp.hh"
ImageApp::ImageApp()
: main_box(Gtk::ORIENTATION_VERTICAL, 5),
btnbox(Gtk::ORIENTATION_HORIZONTAL, 5),
btnopen("Open Image")
{
// Add Widgets
set_default_size(800, 450);
set_icon_name("org.gtk.daleclack");
set_title("Image Viewer");
// Scrolled Window
sw.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
sw.add(image_area);
main_box.pack_start(sw);
// Initalize Scale
m_adjustment = Gtk::Adjustment::create(1.0, 0.1, 10.0, 0.1, 0.1);
scale.set_default_direction(Gtk::TEXT_DIR_LTR);
scale.set_adjustment(m_adjustment);
scale.signal_value_changed().connect(sigc::mem_fun(*this, &ImageApp::scale_changed));
// Add control widgets
btnbox.pack_start(scale);
btnbox.pack_start(btnopen, Gtk::PACK_SHRINK);
main_box.pack_start(btnbox, Gtk::PACK_SHRINK);
btnopen.signal_clicked().connect(sigc::mem_fun(*this, &ImageApp::btnopen_clicked));
// Add Drag Gesture
gesture_drag = Gtk::GestureDrag::create(image_area);
gesture_drag->set_button(GDK_BUTTON_PRIMARY);
gesture_drag->signal_drag_update().connect(sigc::mem_fun(*this, &ImageApp::drag_update));
gesture_drag->signal_drag_end().connect(sigc::mem_fun(*this, &ImageApp::drag_end));
gesture_click = Gtk::GestureMultiPress::create(image_area);
gesture_click->set_button(GDK_BUTTON_SECONDARY);
gesture_click->signal_pressed().connect(sigc::mem_fun(*this, &ImageApp::press));
// Add Menu
auto builder = Gtk::Builder::create_from_resource("/org/gtk/daleclack/image_appmenu.xml");
auto object = builder->get_object("model");
auto gmenu = Glib::RefPtr<Gio::MenuModel>::cast_dynamic(object);
popover.bind_model(gmenu);
popover.set_relative_to(image_area);
// Add actions for menu
add_action("zoom_in", sigc::mem_fun(*this, &ImageApp::image_zoom_in));
add_action("zoom_out", sigc::mem_fun(*this, &ImageApp::image_zoom_out));
add_action("zoom_reset", sigc::mem_fun(*this, &ImageApp::image_zoom_reset));
overlay.add(main_box);
add(overlay);
show_all_children();
}
void ImageApp::btnopen_clicked()
{
// Create a file open dialog
dialog = Gtk::FileChooserNative::create("Open a image File", *this, Gtk::FILE_CHOOSER_ACTION_OPEN,
"OK", "Cancel");
dialog->signal_response().connect(sigc::mem_fun(*this, &ImageApp::dialog_response));
dialog->show();
}
void ImageApp::dialog_response(int response_id)
{
if (response_id == Gtk::RESPONSE_ACCEPT)
{
// Show the image in a drawing area
auto filename = dialog->get_filename();
auto pixbuf = Gdk::Pixbuf::create_from_file(filename);
image_area.set_pixbuf(pixbuf);
pixbuf.reset();
// Set Adjustments
if (hadjustment)
{
hadjustment.reset();
vadjustment.reset();
}
hadjustment = sw.get_hadjustment();
vadjustment = sw.get_vadjustment();
}
dialog.reset();
}
void ImageApp::scale_changed()
{
// Get Value of scale widget and scale image
double value = scale.get_value();
// g_print("%f\n", value);
image_area.scale_draw(value);
}
void ImageApp::press(int n_press, double x, double y)
{
// Set Popover to the position of mouse and show
popover.set_pointing_to(Gdk::Rectangle(x, y, 1, 1));
popover.popup();
}
void ImageApp::drag_update(double x, double y)
{
// g_print("drag updated\n");
move_to(x, y);
}
void ImageApp::drag_end(double x, double y)
{
// g_print("drag ended\n");
move(x, y);
}
void ImageApp::move_to(double x, double y)
{
// g_print("%f %f\n",x,y);
// Get Current Value
double h_value = hadjustment->get_value();
double v_value = vadjustment->get_value();
// Get Max Value for movement
double hmaxvalue = hadjustment->get_upper(); //- hadjustment->get_page_size();
double vmaxvalue = hadjustment->get_upper(); //- vadjustment->get_page_size();
h_value -= x;
v_value -= y;
// Before movement, make sure the value is vaild
if (h_value < 0)
{
h_value = 0;
}
if (h_value > hmaxvalue)
{
h_value = hmaxvalue;
}
// Before movement, make sure the value is vaild
if (v_value < 0)
{
v_value = 0;
}
if (v_value > vmaxvalue)
{
v_value = vmaxvalue;
}
// Perform movement
hadjustment->set_value(h_value);
vadjustment->set_value(v_value);
}
void ImageApp::image_zoom_in()
{
// Scale 0.1 More
double value = scale.get_value();
value += 0.1;
scale.set_value(value);
image_area.scale_draw(value);
}
void ImageApp::image_zoom_out()
{
// Scale 0.1 Less
double value = scale.get_value();
value -= 0.1;
scale.set_value(value);
image_area.scale_draw(value);
}
void ImageApp::image_zoom_reset()
{
// Scale as 1:1
scale.set_value(1.0);
image_area.scale_draw(1.0);
}

View File

@ -0,0 +1,79 @@
#include "MyImage.hh"
MyImage::MyImage()
: scale_radio(1.0)
{
}
MyImage::~MyImage()
{
}
bool MyImage::on_draw(const Cairo::RefPtr<Cairo::Context> &cr)
{
if (!image)
{
return false;
}
// Set the default size for drawing area
set_size_request(surface->get_width() * scale_radio,
surface->get_height() * scale_radio);
cr->scale(scale_radio, scale_radio);
cr->set_source(surface, 0, 0);
cr->paint();
return true;
}
void MyImage::scale_draw(double scale)
{
// Set the scale radio and scale
if (scale <= 0)
{
scale_radio = 0.1;
return;
}
if (scale > 10.0)
{
scale_radio = 10.0;
return;
}
scale_radio = scale;
queue_draw();
}
void MyImage::set_pixbuf(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf)
{
if (image)
{
image.reset();
}
image = pixbuf;
if (!surface)
{
// Create a surface
surface = Cairo::ImageSurface::create(Cairo::FORMAT_ARGB32,
image->get_width(), image->get_height());
}
else
{
}
// Get Image Size
int width = image->get_width();
int height = image->get_height();
// Draw the image in the middle of the surface, or (if the image is
// larger than the drawing area) draw the middle part of the image.
auto cr = Cairo::Context::create(surface);
Gdk::Cairo::set_source_pixbuf(cr, image,
(width - image->get_width()) / 2, (height - image->get_height()) / 2);
cr->paint();
// ReDraw the draw area
queue_draw();
}

View File

@ -0,0 +1,22 @@
#pragma once
#include <gtkmm.h>
class MyImage : public Gtk::DrawingArea
{
public:
MyImage();
virtual ~MyImage();
// Set a Pixbuf to draw
void set_pixbuf(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf);
// Scale the image
void scale_draw(double scale);
protected:
bool on_draw(const Cairo::RefPtr<Cairo::Context> &cr) override;
private:
double scale_radio;
Cairo::RefPtr<Cairo::ImageSurface> surface;
Glib::RefPtr<Gdk::Pixbuf> image;
};

View File

@ -0,0 +1,68 @@
#include "Runner.hh"
#include <thread>
#include <iostream>
GtkRunner::GtkRunner():
hbox(Gtk::ORIENTATION_HORIZONTAL,5),
open_btn("...")
{
//Ininalize window
set_title("Run a Application");
set_default_size(300,150);
add_button("OK",Gtk::RESPONSE_OK);
add_button("Cancel",Gtk::RESPONSE_CANCEL);
set_default_response(Gtk::RESPONSE_OK);
//Initalize Box
hbox.set_halign(Gtk::ALIGN_CENTER);
hbox.set_valign(Gtk::ALIGN_CENTER);
hbox.pack_start(app_entry,Gtk::PACK_SHRINK);
hbox.pack_start(open_btn,Gtk::PACK_SHRINK);
//Initalize entry
app_entry.set_activates_default();
app_entry.set_text("vlc");
open_btn.signal_clicked().connect(sigc::mem_fun(*this,&GtkRunner::file_dialog));
//Add Widgets
auto pbox=get_content_area();
pbox->pack_start(hbox);
}
void GtkRunner::on_response(int response_id){
if(response_id==Gtk::RESPONSE_OK){
//Start The Application
Glib::ustring program=app_entry.get_text();
std::thread first(system,program.c_str());
first.detach();
}
hide();
}
void GtkRunner::file_dialog(){
dialog=Gtk::FileChooserNative::create("Open a program",
Gtk::FILE_CHOOSER_ACTION_OPEN,"OK","Cancel");
dialog->signal_response().connect(sigc::mem_fun(*this,&GtkRunner::dialog_response));
auto filter_app=Gtk::FileFilter::create();
filter_app->set_name("Applications");
filter_app->add_mime_type("application/*");
dialog->add_filter(filter_app);
auto filter_any=Gtk::FileFilter::create();
filter_any->set_name("Any Files");
filter_any->add_pattern("*");
dialog->add_filter(filter_any);
dialog->show();
}
void GtkRunner::dialog_response(int response){
if(response==Gtk::RESPONSE_ACCEPT){
Glib::ustring filename=dialog->get_filename();
app_entry.set_text(filename);
}
dialog.reset();
}

View File

@ -0,0 +1,193 @@
#include "TextEditor.hh"
#include "text_types.hh"
#include <fstream>
TextEditor::TextEditor()
:vbox(Gtk::ORIENTATION_VERTICAL,5),
hbox(Gtk::ORIENTATION_HORIZONTAL,5),
btnbox(Gtk::ORIENTATION_VERTICAL,5),
btn_copy("Copy"),
btn_paste("Paste"),
btn_open("Open"),
btn_save("Save"),
btn_clear("Clear")
{
//Initalize Window
set_default_size(800,450);
set_icon_name("My_GtkUI");
set_title("Simple Text Editor");
//Initalize Text Buffers
buffer1=textview1.get_buffer();
buffer1->signal_changed().connect(sigc::mem_fun(*this,&TextEditor::buffer1_changed));
//Pack Widgets
sw1.set_policy(Gtk::POLICY_AUTOMATIC,Gtk::POLICY_AUTOMATIC);
sw1.add(textview1);
btnbox.set_valign(Gtk::ALIGN_CENTER);
btnbox.pack_start(btn_copy,Gtk::PACK_SHRINK);
btnbox.pack_start(btn_paste,Gtk::PACK_SHRINK);
btnbox.pack_start(btn_open,Gtk::PACK_SHRINK);
btnbox.pack_start(btn_save,Gtk::PACK_SHRINK);
btnbox.pack_start(btn_clear,Gtk::PACK_SHRINK);
hbox.pack_start(sw1);
hbox.pack_start(btnbox,Gtk::PACK_SHRINK);
btn_open.signal_clicked().connect(sigc::mem_fun(*this,&TextEditor::btnopen_clicked));
btn_save.signal_clicked().connect(sigc::mem_fun(*this,&TextEditor::btnsave_clicked));
btn_copy.signal_clicked().connect(sigc::mem_fun(*this,&TextEditor::btncopy_clicked));
btn_paste.signal_clicked().connect(sigc::mem_fun(*this,&TextEditor::btnpaste_clicked));
btn_clear.signal_clicked().connect(sigc::mem_fun(*this,&TextEditor::btnclear_clicked));
//A InfoBar
infobar.add_button("OK",Gtk::RESPONSE_OK);
infobar.signal_response().connect(sigc::mem_fun(*this,&TextEditor::infobar_response));
infobox=dynamic_cast<Gtk::Box*>(infobar.get_content_area());
infobox->pack_start(label1);
vbox.pack_start(infobar,Gtk::PACK_SHRINK);
//Disable Copy button
btn_copy.set_sensitive(false);
//Show everything
vbox.pack_start(hbox);
add(vbox);
show_all_children();
infobar.hide();
}
void TextEditor::btnopen_clicked(){
//Create a dialog
dialog=Gtk::FileChooserNative::create("Open a text file",*this,
Gtk::FILE_CHOOSER_ACTION_OPEN,"OK","Cancel");
dialog->signal_response().connect(sigc::mem_fun(*this,&TextEditor::opendialog_response));
//Add Filters
auto filter=Gtk::FileFilter::create();
filter->set_name("Text Files");
if(mimetype_supported()){
filter->add_mime_type("text/*");
}else{
for(int i = 0; text_globs != NULL && text_globs[i] != NULL; i++){
const char *glob = text_globs[i];
filter->add_pattern(glob);
}
}
dialog->add_filter(filter);
auto filter_any=Gtk::FileFilter::create();
filter_any->set_name("Any Files");
filter_any->add_pattern("*");
dialog->add_filter(filter_any);
dialog->show();
}
void TextEditor::opendialog_response(int response){
if(response==Gtk::RESPONSE_ACCEPT){
//Load Contents of a file
auto file=dialog->get_file();
char * contents;
gsize length;
if(file->load_contents(contents,length)){
buffer1->set_text(contents);
}
}
dialog.reset();
}
void TextEditor::btnsave_clicked(){
//Create a dialog
dialog=Gtk::FileChooserNative::create("Save file",*this,
Gtk::FILE_CHOOSER_ACTION_SAVE,"OK","Cancel");
dialog->signal_response().connect(sigc::mem_fun(*this,&TextEditor::savedialog_response));
//Add Filters
auto filter=Gtk::FileFilter::create();
filter->set_name("Text Files");
if(mimetype_supported()){
filter->add_mime_type("text/*");
}else{
for(int i = 0; text_globs != NULL && text_globs[i] != NULL; i++){
const char *glob = text_globs[i];
filter->add_pattern(glob);
}
}
dialog->add_filter(filter);
auto filter_any=Gtk::FileFilter::create();
filter_any->set_name("Any Files");
filter_any->add_pattern("*");
dialog->add_filter(filter_any);
dialog->show();
}
void TextEditor::savedialog_response(int response){
if(response==Gtk::RESPONSE_ACCEPT){
//Get Filename
auto file=dialog->get_file();
std::string filename=file->get_path();
//Get Text
Glib::ustring text;
text=buffer1->get_text();
//Save to a file
std::ofstream outfile;
outfile.open(filename,std::ios_base::out);
outfile<<text;
outfile.close();
}
dialog.reset();
}
void TextEditor::buffer1_changed(){
//When the text changed,enable the copy button
btn_copy.set_sensitive();
}
void TextEditor::btncopy_clicked(){
//Get Text
Glib::ustring text;
Gtk::TextBuffer::iterator start,end;
if(buffer1->get_selection_bounds(start,end)){
text=buffer1->get_text(start,end);
}else{
text=buffer1->get_text();
}
//Get Clipboard and set text
auto refClipboard=Gtk::Clipboard::get();
refClipboard->set_text(text);
//Show InfoBar
label1.set_label("The Text is copyed");
infobar.show();
}
void TextEditor::btnpaste_clicked(){
//Get ClipBoard
auto refClipboard=Gtk::Clipboard::get();
refClipboard->request_text(sigc::mem_fun(*this,&TextEditor::clipboard_receive));
}
void TextEditor::clipboard_receive(const Glib::ustring &text){
if(buffer1->insert_interactive_at_cursor(text)){
//Show InfoBar
label1.set_label("The Text is Pasted at cursor position");
infobar.show();
}else{
//Show InfoBar
label1.set_label("Text Paste Error!");
infobar.show();
}
}
void TextEditor::btnclear_clicked(){
buffer1->set_text("");
}
void TextEditor::infobar_response(int response){
infobar.hide();
}

View File

@ -9,35 +9,70 @@ MyDock::MyDock(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &ref_Gl
// Get Widgets
ref_builder->get_widget("finder_box", finder_box);
ref_builder->get_widget("dock_box", dock_box);
ref_builder->get_widget("btnlaunch",btnlaunch);
ref_builder->get_widget("btndraw",btndraw);
ref_builder->get_widget("btnfiles",btnfiles);
ref_builder->get_widget("btngame",btngame);
ref_builder->get_widget("btnedit",btnedit);
ref_builder->get_widget("btnimage",btnimage);
ref_builder->get_widget("btnset",btnset);
ref_builder->get_widget("separator_start",separator_start);
ref_builder->get_widget("separator_end",separator_end);
ref_builder->get_widget("launchpad_stack",launchpad_stack);
ref_builder->get_widget("default_page",default_page);
ref_builder->get_widget("launchpad_page",launchpad_page);
ref_builder->get_widget("padaud",padaud);
ref_builder->get_widget("padgedit",padgedit);
ref_builder->get_widget("padvlc",padvlc);
ref_builder->get_widget("padnote",padnote);
ref_builder->get_widget("padvlc_win32",padvlc_win32);
ref_builder->get_widget("padset",padset);
ref_builder->get_widget("btnlaunch", btnlaunch);
ref_builder->get_widget("btndraw", btndraw);
ref_builder->get_widget("btnfiles", btnfiles);
ref_builder->get_widget("btngame", btngame);
ref_builder->get_widget("btnedit", btnedit);
ref_builder->get_widget("btnimage", btnimage);
ref_builder->get_widget("btnset", btnset);
ref_builder->get_widget("separator_start", separator_start);
ref_builder->get_widget("separator_end", separator_end);
ref_builder->get_widget("launchpad_stack", launchpad_stack);
ref_builder->get_widget("default_page", default_page);
ref_builder->get_widget("launchpad_page", launchpad_page);
ref_builder->get_widget("padaud", padaud);
ref_builder->get_widget("padgedit", padgedit);
ref_builder->get_widget("padvlc", padvlc);
ref_builder->get_widget("padnote", padnote);
ref_builder->get_widget("padvlc_win32", padvlc_win32);
ref_builder->get_widget("padset", padset);
ref_builder->get_widget("paddraw", paddraw);
ref_builder->get_widget("padfile", padfile);
ref_builder->get_widget("paddraw", paddraw);
ref_builder->get_widget("padgame", padgame);
ref_builder->get_widget("padimage", padimage);
ref_builder->get_widget("padedit", padedit);
ref_builder->get_widget("padrun", padrun);
// Create window
game_win = Game::create();
// Link signals
btnlaunch->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::btnlaunch_clicked));
padaud->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padaud_clicked));
padgedit->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padgedit_clicked));
padvlc->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padvlc_clicked));
padnote->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padnote_clicked));
padvlc_win32->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padvlc_win32_clicked));
btnset->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::btnset_clicked));
padset->signal_clicked().connect(sigc::mem_fun(*this,&MyDock::padset_clicked));
prefs_win.signal_delete_event().connect(sigc::mem_fun(*this,&MyDock::prefs_win_closed));
btnlaunch->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnlaunch_clicked));
padaud->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padaud_clicked));
padgedit->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padgedit_clicked));
padvlc->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padvlc_clicked));
padnote->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padnote_clicked));
padvlc_win32->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padvlc_win32_clicked));
padrun->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnrun_clicked));
btnset->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnset_clicked));
padset->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padset_clicked));
prefs_win.signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::prefs_win_closed));
btndraw->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btndraw_clicked));
paddraw->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::paddraw_clicked));
draw_app.signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::draw_win_closed));
btnfiles->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnfile_clicked));
padfile->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padfile_clicked));
file_app.signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::file_win_closed));
btngame->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btngame_clicked));
padgame->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padgame_clicked));
game_win->signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::game_win_closed));
game_win->signal_hide().connect(sigc::mem_fun(*this, &MyDock::game_win_hide));
btnimage->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnimage_clicked));
padimage->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padimage_clicked));
image_win.signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::image_win_closed));
btnedit->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::btnedit_clicked));
padedit->signal_clicked().connect(sigc::mem_fun(*this, &MyDock::padedit_clicked));
editor_win.signal_delete_event().connect(sigc::mem_fun(*this, &MyDock::editor_win_closed));
// Add Finder
finder_box->pack_start(finder);
// Add Style for MyFinder
@ -46,18 +81,22 @@ MyDock::MyDock(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &ref_Gl
auto style = dock_box->get_style_context();
style->add_provider(provider, G_MAXUINT);
auto style1 = launchpad_page->get_style_context();
style1->add_provider(provider,G_MAXUINT);
style1->add_provider(provider, G_MAXUINT);
auto style2 = separator_end->get_style_context();
style2->add_provider(provider,G_MAXUINT);
style2->add_provider(provider, G_MAXUINT);
show_all_children();
}
void MyDock::btnlaunch_clicked(){
if(launchpad_shown){
void MyDock::btnlaunch_clicked()
{
if (launchpad_shown)
{
launchpad_stack->set_visible_child(*default_page);
launchpad_shown = false;
}else{
}
else
{
launchpad_stack->set_visible_child(*launchpad_page);
launchpad_shown = true;
}
@ -71,75 +110,192 @@ void MyDock::mydock_init(Gtk::Window *window, Gtk::Image *background1)
parent_win = window;
}
void MyDock::padaud_clicked(){
std::thread first(system,"audacious");
void MyDock::padaud_clicked()
{
std::thread first(system, "audacious");
first.detach();
btnlaunch_clicked();
}
void MyDock::padgedit_clicked(){
std::thread second(system,"gedit");
void MyDock::padgedit_clicked()
{
std::thread second(system, "gedit");
second.detach();
btnlaunch_clicked();
}
void MyDock::padvlc_clicked(){
std::thread third(system,"vlc");
void MyDock::padvlc_clicked()
{
std::thread third(system, "vlc");
third.detach();
btnlaunch_clicked();
}
void MyDock::padvlc_win32_clicked(){
std::thread fourth(system,"start notepad");
void MyDock::padvlc_win32_clicked()
{
std::thread fourth(system, "start notepad");
fourth.detach();
btnlaunch_clicked();
}
void MyDock::padnote_clicked(){
std::thread fifth(system,"start ..\\vlc\\vlc.exe");
void MyDock::padnote_clicked()
{
std::thread fifth(system, "start ..\\vlc\\vlc.exe");
fifth.detach();
btnlaunch_clicked();
}
bool MyDock::prefs_win_closed(GdkEventAny * event){
btnset->set_image_from_icon_name("my_prefs",Gtk::ICON_SIZE_DIALOG);
bool MyDock::prefs_win_closed(GdkEventAny *event)
{
btnset->set_image_from_icon_name("my_prefs", Gtk::ICON_SIZE_DIALOG);
prefs_win.hide();
return true;
}
void MyDock::btnset_clicked()
{
btnset->set_image_from_icon_name("my_prefs_running",Gtk::ICON_SIZE_DIALOG);
btnset->set_image_from_icon_name("my_prefs_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(prefs_win);
}
void MyDock::padset_clicked(){
btnset->set_image_from_icon_name("my_prefs_running",Gtk::ICON_SIZE_DIALOG);
window_ctrl(prefs_win,false);
void MyDock::padset_clicked()
{
btnset->set_image_from_icon_name("my_prefs_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(prefs_win, false);
}
void MyDock::window_ctrl(Gtk::Window &window, bool on_dock){
bool MyDock::draw_win_closed(GdkEventAny *event)
{
btndraw->set_image_from_icon_name("drawing_app", Gtk::ICON_SIZE_DIALOG);
draw_app.hide();
return true;
}
void MyDock::btndraw_clicked()
{
btndraw->set_image_from_icon_name("drawing_app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(draw_app);
}
void MyDock::paddraw_clicked()
{
btndraw->set_image_from_icon_name("drawing_app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(draw_app, false);
}
bool MyDock::file_win_closed(GdkEventAny *event)
{
btnfiles->set_image_from_icon_name("file-app", Gtk::ICON_SIZE_DIALOG);
file_app.hide();
return true;
}
void MyDock::btnfile_clicked()
{
btnfiles->set_image_from_icon_name("file-app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(file_app);
}
void MyDock::padfile_clicked()
{
btnfiles->set_image_from_icon_name("file-app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(file_app, false);
}
bool MyDock::game_win_closed(GdkEventAny *event)
{
btngame->set_image_from_icon_name("game", Gtk::ICON_SIZE_DIALOG);
game_win->hide();
return true;
}
void MyDock::game_win_hide()
{
btngame->set_image_from_icon_name("game", Gtk::ICON_SIZE_DIALOG);
game_win->hide();
}
void MyDock::btngame_clicked()
{
btngame->set_image_from_icon_name("game_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(*game_win);
}
void MyDock::padgame_clicked()
{
btngame->set_image_from_icon_name("game_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(*game_win, false);
}
bool MyDock::image_win_closed(GdkEventAny *event)
{
btnimage->set_image_from_icon_name("image_app", Gtk::ICON_SIZE_DIALOG);
image_win.hide();
return true;
}
void MyDock::btnimage_clicked()
{
btnimage->set_image_from_icon_name("image_app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(image_win);
}
void MyDock::padimage_clicked()
{
btnimage->set_image_from_icon_name("image_app_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(image_win, false);
}
bool MyDock::editor_win_closed(GdkEventAny *event)
{
btnedit->set_image_from_icon_name("my_textedit", Gtk::ICON_SIZE_DIALOG);
editor_win.hide();
return true;
}
void MyDock::btnedit_clicked()
{
btnedit->set_image_from_icon_name("my_textedit_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(editor_win);
}
void MyDock::padedit_clicked()
{
btnedit->set_image_from_icon_name("my_textedit_running", Gtk::ICON_SIZE_DIALOG);
window_ctrl(editor_win, false);
}
void MyDock::btnrun_clicked()
{
runner1.show();
}
void MyDock::window_ctrl(Gtk::Window &window, bool on_dock)
{
auto gdk_win = window.get_window();
if(gdk_win){
if (gdk_win)
{
auto state = gdk_win->get_state();
switch(state){
case Gdk::WINDOW_STATE_WITHDRAWN:
window.show_all();
switch (state)
{
case Gdk::WINDOW_STATE_WITHDRAWN:
window.present();
break;
case Gdk::WINDOW_STATE_ICONIFIED:
window.set_transient_for(*parent_win);
window.deiconify();
break;
default:
if (on_dock)
{
window.unset_transient_for();
window.iconify();
break;
case Gdk::WINDOW_STATE_ICONIFIED:
window.set_transient_for(*parent_win);
window.deiconify();
break;
default:
if(on_dock){
window.unset_transient_for();
window.iconify();
break;
}
}
}
}else{
window.show_all();
}
}
else
{
window.set_transient_for(*parent_win);
window.present();
}
}
MyDock *MyDock::create()

View File

@ -3,6 +3,12 @@
#include <gtkmm.h>
#include "MyFinder.hh"
#include "MyPrefs.hh"
#include "drawing.hh"
#include "FileWindow.hh"
#include "Game.hh"
#include "ImageApp.hh"
#include "Runner.hh"
#include "TextEditor.hh"
class MyDock : public Gtk::Box
{
@ -33,6 +39,41 @@ private:
// Window Preferences
MyPrefs prefs_win;
bool prefs_win_closed(GdkEventAny *event);
void padset_clicked();
// Drawing Window
Drawing draw_app;
bool draw_win_closed(GdkEventAny *event);
void btndraw_clicked();
void paddraw_clicked();
// Finder
FileWindow file_app;
bool file_win_closed(GdkEventAny *event);
void btnfile_clicked();
void padfile_clicked();
// Guess Game
Game *game_win;
bool game_win_closed(GdkEventAny *event);
void game_win_hide();
void btngame_clicked();
void padgame_clicked();
// Image Viewer
ImageApp image_win;
bool image_win_closed(GdkEventAny *event);
void btnimage_clicked();
void padimage_clicked();
// Text Editor
TextEditor editor_win;
bool editor_win_closed(GdkEventAny *event);
void btnedit_clicked();
void padedit_clicked();
// A Simple Runner
GtkRunner runner1;
// Window Control
void window_ctrl(Gtk::Window &window, bool on_dock = true);
@ -49,5 +90,5 @@ private:
void padvlc_clicked();
void padvlc_win32_clicked();
void padnote_clicked();
void padset_clicked();
void btnrun_clicked();
};