fixes in readme

This commit is contained in:
InsanusMokrassar 2021-01-08 16:37:03 +06:00
parent 9cc402b42d
commit ffadb6355b
4 changed files with 364 additions and 146 deletions

View File

@ -8,6 +8,8 @@
* `Utils`:
* Extensions for `ResendableContent` has been added
* Extensions for `TextSource` has been added
* `Behaviour Builder`:
* Project has been created :)
## 0.30.12

View File

@ -15,8 +15,9 @@ You can simply use <a href="https://github.com/InsanusMokrassar/TelegramBotAPI-b
| -------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Useful links | [![Chat in Telegram](badges/chat.svg)](https://t.me/InMoTelegramBotAPI) [![Create bot](badges/template.svg)](https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template/generate) [![KDocs](badges/kdocs.svg)](https://tgbotapi.inmo.dev/docs/index.html) [Examples](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/), [Mini tutorial](https://bookstack.inmo.dev/books/telegrambotapi/chapter/introduction-tutorial) |
| TelegramBotAPI Core status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core) |
| TelegramBotAPI Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api) |
| TelegramBotAPI API Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api) |
| TelegramBotAPI Util Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils) |
| TelegramBotAPI Behaviour Builder Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.behaviour_builder/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.behaviour_builder/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.behaviour_builder/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.behaviour_builder) |
| TelegramBotAPI All status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi) |
**At the time of publication of version `0.28.0` there are errors in serialization plugins like
@ -34,6 +35,8 @@ the list of this complex currently next projects:
`RequestsExecutor`), which allows to use the core library in more pleasant way
* [TelegramBotAPI Util Extensions](tgbotapi.extensions.utils/README.md) - contains extensions for more comfortable
work with commands, updates and other different things
* [TelegramBotAPI Behaviour Builder Extensions](tgbotapi.extensions.behaviour_builder/README.md) - builder for
step-by-step handling of bot behaviour in more comfortable manner
* [TelegramBotAPI](tgbotapi/README.md) - concentration of all previously mentioned libraries
Most part of some specific solves or unuseful
@ -88,6 +91,7 @@ kotlin {
In most cases, the most simple way will be to implement [TelegramBotAPI](tgbotapi/README.md) - it contains
all necessary tools for comfort usage of this library. If you want to exclude some libraries, you can implement just
[TelegramBotAPI BehaviourBuilder Extensions](tgbotapi.extensions.behaviour_builder/README.md),
[TelegramBotAPI API Extensions](tgbotapi.extensions.api/README.md),
[TelegramBotAPI Util Extensions](tgbotapi.extensions.utils/README.md) or even
[TelegramBotAPI Core](tgbotapi.core/README.md).

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<minder version="1.11.3">
<theme name="default" label="Default" index="0"/>
<theme name="default" label="Default" index="-1"/>
<styles>
<style level="0" isset="true" branchmargin="100" linktype="curved" linkwidth="5" linkarrow="true" linkdash="solid" nodeborder="bracket" nodewidth="200" nodeborderwidth="3" nodefill="false" nodemargin="11" nodepadding="5" nodefont="Roboto Mono 14" nodemarkup="true" connectiondash="dotted" connectionlwidth="2" connectionarrow="fromto" connectionpadding="3" connectionfont="Sans 10" connectiontwidth="100"/>
<style level="1" isset="true" branchmargin="100" linktype="curved" linkwidth="5" linkarrow="true" linkdash="solid" nodeborder="bracket" nodewidth="200" nodeborderwidth="3" nodefill="false" nodemargin="11" nodepadding="5" nodefont="Roboto Mono 14" nodemarkup="true" connectiondash="dotted" connectionlwidth="2" connectionarrow="fromto" connectionpadding="3" connectionfont="Sans 10" connectiontwidth="100"/>
@ -45,7 +45,7 @@
</nodename>
<nodenote></nodenote>
<nodes>
<node id="6" posx="1543.298161778599" posy="940.04571601189673" width="439" height="122" side="bottom" fold="false" treesize="439" color="#68b723" colorroot="false" layout="Downwards" group="false">
<node id="4" posx="1543.298161778599" posy="940.04571601189673" width="439" height="122" side="bottom" fold="false" treesize="439" color="#68b723" colorroot="false" layout="Downwards" group="false">
<style branchmargin="100" linktype="curved" linkwidth="5" linkarrow="true" linkdash="solid" nodeborder="bracket" nodewidth="387" nodeborderwidth="3" nodefill="false" nodemargin="11" nodepadding="5" nodefont="Roboto Mono 14" nodemarkup="true"/>
<nodename posx="1559.298161778599" posy="956.04571601189673" maxwidth="408.97932942708348">
<text data="tgbotapi.extensions.behaviour_builder&#10;&#10;Extension project for building bot behaviour via special dsl"/>
@ -58,10 +58,10 @@
</node>
</nodes>
</node>
<node id="4" posx="1439.623926752558" posy="1175.0700181766106" width="329" height="213" side="top" fold="false" treesize="329" layout="Downwards" group="false">
<style branchmargin="100" linktype="curved" linkwidth="5" linkarrow="true" linkdash="solid" nodeborder="bracket" nodewidth="388" nodeborderwidth="3" nodefill="false" nodemargin="11" nodepadding="5" nodefont="Roboto Mono 14" nodemarkup="true"/>
<nodename posx="1455.623926752558" posy="1191.0700181766106" maxwidth="394.3671875">
<text data="tgbotapi&#10;&#10;Here included all available TelegramBotAPI libraries:&#13;&#10;&#13;&#10;* tgbotapi.core&#13;&#10;* tgbotapi.extensions.api&#13;&#10;* tgbotapi.extensions.utils">
<node id="5" posx="1391.8445078072455" posy="1155.6062730594231" width="461" height="236" side="bottom" fold="false" treesize="461" layout="Downwards" group="false">
<style branchmargin="100" linktype="curved" linkwidth="5" linkarrow="true" linkdash="solid" nodeborder="bracket" nodewidth="430" nodeborderwidth="3" nodefill="false" nodemargin="11" nodepadding="5" nodefont="Roboto Mono 14" nodemarkup="true"/>
<nodename posx="1407.8445078072455" posy="1171.6062730594231" maxwidth="453.885498046875">
<text data="tgbotapi&#10;&#10;Here included all available TelegramBotAPI libraries:&#13;&#10;&#13;&#10;* tgbotapi.core&#13;&#10;* tgbotapi.extensions.api&#13;&#10;* tgbotapi.extensions.utils&#10;* tgbotapi.extensions.behaviour_builder">
<color>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
@ -80,6 +80,92 @@
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="67" end="68" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
<range start="84" end="85" extra="rgb(255,0,0)"/>
@ -114,6 +200,89 @@
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="111" end="112" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
<range start="139" end="140" extra="rgb(255,0,0)"/>
</color>
</text>
</nodename>
@ -122,17 +291,17 @@
</nodes>
<groups/>
<connections>
<connection from_id="2" to_id="4" drag_x="1499.7110442655758" drag_y="1024.5578670942541" color="#777777">
<connection from_id="2" to_id="5" drag_x="1475.8213347929195" drag_y="1014.8259945356604" color="#777777">
<style connectiondash="dotted" connectionlwidth="2" connectionarrow="fromto" connectionpadding="3" connectionfont="Sans 10" connectiontwidth="100"/>
<title></title>
<note></note>
</connection>
<connection from_id="6" to_id="4" drag_x="1683.4610442655785" drag_y="1141.3078670942537" color="#777777">
<connection from_id="4" to_id="5" drag_x="1691.5447998046875" drag_y="1107.00439453125" color="#777777">
<style connectiondash="dotted" connectionlwidth="2" connectionarrow="fromto" connectionpadding="3" connectionfont="Sans 10" connectiontwidth="100"/>
<title></title>
<note></note>
</connection>
<connection from_id="3" to_id="4" drag_x="1535.16259765625" drag_y="911.280029296875">
<connection from_id="3" to_id="5" drag_x="1483.48876953125" drag_y="896.18115234375">
<style connectiondash="dotted" connectionlwidth="2" connectionarrow="fromto" connectionpadding="3" connectionfont="Sans 10" connectiontwidth="100"/>
<title></title>
<note></note>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="763pt" height="1249pt" viewBox="0 0 763 1249" version="1.1">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="755pt" height="1252pt" viewBox="0 0 755 1252" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
@ -127,7 +127,7 @@
</symbol>
</g>
</defs>
<g id="surface35316">
<g id="surface13039">
<path style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(40.784314%,71.764706%,13.72549%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1614.798162 243.045716 C 1614.798162 338.045716 1614.798162 338.045716 1614.798162 433.045716 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style="fill-rule:nonzero;fill:rgb(40.784314%,71.764706%,13.72549%);fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1614.798162 436.045716 L 1622.829412 424.576966 L 1606.766912 424.576966 Z M 1614.798162 436.045716 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(40.784314%,71.764706%,13.72549%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1614.798162 561.045716 C 1614.798162 619.545716 1395.298162 619.545716 1395.298162 678.045716 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
@ -766,157 +766,200 @@
<use xlink:href="#glyph0-6" x="388.5" y="157.875977"/>
<use xlink:href="#glyph0-7" x="399.5" y="157.875977"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.137255%,83.137255%,83.137255%);fill-opacity:1;" d="M 213.324219 1037.023438 L 520.324219 1037.023438 L 520.324219 1228.023438 L 213.324219 1228.023438 Z M 213.324219 1037.023438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.137255%,83.137255%,83.137255%);fill-opacity:1;" d="M 165.546875 1017.5625 L 604.546875 1017.5625 L 604.546875 1231.5625 L 165.546875 1231.5625 Z M 165.546875 1017.5625 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="218.324219" y="1060.023438"/>
<use xlink:href="#glyph0-2" x="229.324219" y="1060.023438"/>
<use xlink:href="#glyph0-3" x="240.324219" y="1060.023438"/>
<use xlink:href="#glyph0-4" x="251.324219" y="1060.023438"/>
<use xlink:href="#glyph0-1" x="262.324219" y="1060.023438"/>
<use xlink:href="#glyph0-5" x="273.324219" y="1060.023438"/>
<use xlink:href="#glyph0-6" x="284.324219" y="1060.023438"/>
<use xlink:href="#glyph0-7" x="295.324219" y="1060.023438"/>
<use xlink:href="#glyph0-1" x="170.546875" y="1040.5625"/>
<use xlink:href="#glyph0-2" x="181.546875" y="1040.5625"/>
<use xlink:href="#glyph0-3" x="192.546875" y="1040.5625"/>
<use xlink:href="#glyph0-4" x="203.546875" y="1040.5625"/>
<use xlink:href="#glyph0-1" x="214.546875" y="1040.5625"/>
<use xlink:href="#glyph0-5" x="225.546875" y="1040.5625"/>
<use xlink:href="#glyph0-6" x="236.546875" y="1040.5625"/>
<use xlink:href="#glyph0-7" x="247.546875" y="1040.5625"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-38" x="218.324219" y="1104.899414"/>
<use xlink:href="#glyph0-9" x="229.324219" y="1104.899414"/>
<use xlink:href="#glyph0-15" x="240.324219" y="1104.899414"/>
<use xlink:href="#glyph0-9" x="251.324219" y="1104.899414"/>
<use xlink:href="#glyph0-14" x="262.324219" y="1104.899414"/>
<use xlink:href="#glyph0-7" x="273.324219" y="1104.899414"/>
<use xlink:href="#glyph0-11" x="284.324219" y="1104.899414"/>
<use xlink:href="#glyph0-17" x="295.324219" y="1104.899414"/>
<use xlink:href="#glyph0-23" x="306.324219" y="1104.899414"/>
<use xlink:href="#glyph0-22" x="317.324219" y="1104.899414"/>
<use xlink:href="#glyph0-30" x="328.324219" y="1104.899414"/>
<use xlink:href="#glyph0-9" x="339.324219" y="1104.899414"/>
<use xlink:href="#glyph0-30" x="350.324219" y="1104.899414"/>
<use xlink:href="#glyph0-14" x="361.324219" y="1104.899414"/>
<use xlink:href="#glyph0-5" x="372.324219" y="1104.899414"/>
<use xlink:href="#glyph0-23" x="383.324219" y="1104.899414"/>
<use xlink:href="#glyph0-23" x="394.324219" y="1104.899414"/>
<use xlink:href="#glyph0-14" x="405.324219" y="1104.899414"/>
<use xlink:href="#glyph0-5" x="416.324219" y="1104.899414"/>
<use xlink:href="#glyph0-31" x="427.324219" y="1104.899414"/>
<use xlink:href="#glyph0-5" x="438.324219" y="1104.899414"/>
<use xlink:href="#glyph0-7" x="449.324219" y="1104.899414"/>
<use xlink:href="#glyph0-23" x="460.324219" y="1104.899414"/>
<use xlink:href="#glyph0-5" x="471.324219" y="1104.899414"/>
<use xlink:href="#glyph0-3" x="482.324219" y="1104.899414"/>
<use xlink:href="#glyph0-23" x="493.324219" y="1104.899414"/>
<use xlink:href="#glyph0-9" x="504.324219" y="1104.899414"/>
<use xlink:href="#glyph0-38" x="170.546875" y="1085.438477"/>
<use xlink:href="#glyph0-9" x="181.546875" y="1085.438477"/>
<use xlink:href="#glyph0-15" x="192.546875" y="1085.438477"/>
<use xlink:href="#glyph0-9" x="203.546875" y="1085.438477"/>
<use xlink:href="#glyph0-14" x="214.546875" y="1085.438477"/>
<use xlink:href="#glyph0-7" x="225.546875" y="1085.438477"/>
<use xlink:href="#glyph0-11" x="236.546875" y="1085.438477"/>
<use xlink:href="#glyph0-17" x="247.546875" y="1085.438477"/>
<use xlink:href="#glyph0-23" x="258.546875" y="1085.438477"/>
<use xlink:href="#glyph0-22" x="269.546875" y="1085.438477"/>
<use xlink:href="#glyph0-30" x="280.546875" y="1085.438477"/>
<use xlink:href="#glyph0-9" x="291.546875" y="1085.438477"/>
<use xlink:href="#glyph0-30" x="302.546875" y="1085.438477"/>
<use xlink:href="#glyph0-14" x="313.546875" y="1085.438477"/>
<use xlink:href="#glyph0-5" x="324.546875" y="1085.438477"/>
<use xlink:href="#glyph0-23" x="335.546875" y="1085.438477"/>
<use xlink:href="#glyph0-23" x="346.546875" y="1085.438477"/>
<use xlink:href="#glyph0-14" x="357.546875" y="1085.438477"/>
<use xlink:href="#glyph0-5" x="368.546875" y="1085.438477"/>
<use xlink:href="#glyph0-31" x="379.546875" y="1085.438477"/>
<use xlink:href="#glyph0-5" x="390.546875" y="1085.438477"/>
<use xlink:href="#glyph0-7" x="401.546875" y="1085.438477"/>
<use xlink:href="#glyph0-23" x="412.546875" y="1085.438477"/>
<use xlink:href="#glyph0-5" x="423.546875" y="1085.438477"/>
<use xlink:href="#glyph0-3" x="434.546875" y="1085.438477"/>
<use xlink:href="#glyph0-23" x="445.546875" y="1085.438477"/>
<use xlink:href="#glyph0-9" x="456.546875" y="1085.438477"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="218.324219" y="1127.899414"/>
<use xlink:href="#glyph0-9" x="229.324219" y="1127.899414"/>
<use xlink:href="#glyph0-23" x="240.324219" y="1127.899414"/>
<use xlink:href="#glyph0-9" x="251.324219" y="1127.899414"/>
<use xlink:href="#glyph0-2" x="262.324219" y="1127.899414"/>
<use xlink:href="#glyph0-15" x="273.324219" y="1127.899414"/>
<use xlink:href="#glyph0-5" x="284.324219" y="1127.899414"/>
<use xlink:href="#glyph0-19" x="295.324219" y="1127.899414"/>
<use xlink:href="#glyph0-26" x="306.324219" y="1127.899414"/>
<use xlink:href="#glyph0-4" x="317.324219" y="1127.899414"/>
<use xlink:href="#glyph0-1" x="328.324219" y="1127.899414"/>
<use xlink:href="#glyph0-27" x="339.324219" y="1127.899414"/>
<use xlink:href="#glyph0-28" x="350.324219" y="1127.899414"/>
<use xlink:href="#glyph0-29" x="361.324219" y="1127.899414"/>
<use xlink:href="#glyph0-14" x="372.324219" y="1127.899414"/>
<use xlink:href="#glyph0-23" x="383.324219" y="1127.899414"/>
<use xlink:href="#glyph0-7" x="394.324219" y="1127.899414"/>
<use xlink:href="#glyph0-3" x="405.324219" y="1127.899414"/>
<use xlink:href="#glyph0-15" x="416.324219" y="1127.899414"/>
<use xlink:href="#glyph0-5" x="427.324219" y="1127.899414"/>
<use xlink:href="#glyph0-15" x="438.324219" y="1127.899414"/>
<use xlink:href="#glyph0-7" x="449.324219" y="1127.899414"/>
<use xlink:href="#glyph0-9" x="460.324219" y="1127.899414"/>
<use xlink:href="#glyph0-12" x="471.324219" y="1127.899414"/>
<use xlink:href="#glyph0-39" x="482.324219" y="1127.899414"/>
<use xlink:href="#glyph0-25" x="170.546875" y="1108.438477"/>
<use xlink:href="#glyph0-9" x="181.546875" y="1108.438477"/>
<use xlink:href="#glyph0-23" x="192.546875" y="1108.438477"/>
<use xlink:href="#glyph0-9" x="203.546875" y="1108.438477"/>
<use xlink:href="#glyph0-2" x="214.546875" y="1108.438477"/>
<use xlink:href="#glyph0-15" x="225.546875" y="1108.438477"/>
<use xlink:href="#glyph0-5" x="236.546875" y="1108.438477"/>
<use xlink:href="#glyph0-19" x="247.546875" y="1108.438477"/>
<use xlink:href="#glyph0-26" x="258.546875" y="1108.438477"/>
<use xlink:href="#glyph0-4" x="269.546875" y="1108.438477"/>
<use xlink:href="#glyph0-1" x="280.546875" y="1108.438477"/>
<use xlink:href="#glyph0-27" x="291.546875" y="1108.438477"/>
<use xlink:href="#glyph0-28" x="302.546875" y="1108.438477"/>
<use xlink:href="#glyph0-29" x="313.546875" y="1108.438477"/>
<use xlink:href="#glyph0-14" x="324.546875" y="1108.438477"/>
<use xlink:href="#glyph0-23" x="335.546875" y="1108.438477"/>
<use xlink:href="#glyph0-7" x="346.546875" y="1108.438477"/>
<use xlink:href="#glyph0-3" x="357.546875" y="1108.438477"/>
<use xlink:href="#glyph0-15" x="368.546875" y="1108.438477"/>
<use xlink:href="#glyph0-5" x="379.546875" y="1108.438477"/>
<use xlink:href="#glyph0-15" x="390.546875" y="1108.438477"/>
<use xlink:href="#glyph0-7" x="401.546875" y="1108.438477"/>
<use xlink:href="#glyph0-9" x="412.546875" y="1108.438477"/>
<use xlink:href="#glyph0-12" x="423.546875" y="1108.438477"/>
<use xlink:href="#glyph0-39" x="434.546875" y="1108.438477"/>
</g>
<g style="fill:rgb(100%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-40" x="218.324219" y="1172.775391"/>
<use xlink:href="#glyph0-40" x="170.546875" y="1153.314453"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="229.324219" y="1172.775391"/>
<use xlink:href="#glyph0-1" x="240.324219" y="1172.775391"/>
<use xlink:href="#glyph0-2" x="251.324219" y="1172.775391"/>
<use xlink:href="#glyph0-3" x="262.324219" y="1172.775391"/>
<use xlink:href="#glyph0-4" x="273.324219" y="1172.775391"/>
<use xlink:href="#glyph0-1" x="284.324219" y="1172.775391"/>
<use xlink:href="#glyph0-5" x="295.324219" y="1172.775391"/>
<use xlink:href="#glyph0-6" x="306.324219" y="1172.775391"/>
<use xlink:href="#glyph0-7" x="317.324219" y="1172.775391"/>
<use xlink:href="#glyph0-8" x="328.324219" y="1172.775391"/>
<use xlink:href="#glyph0-17" x="339.324219" y="1172.775391"/>
<use xlink:href="#glyph0-4" x="350.324219" y="1172.775391"/>
<use xlink:href="#glyph0-15" x="361.324219" y="1172.775391"/>
<use xlink:href="#glyph0-9" x="372.324219" y="1172.775391"/>
<use xlink:href="#glyph0-14" x="181.546875" y="1153.314453"/>
<use xlink:href="#glyph0-1" x="192.546875" y="1153.314453"/>
<use xlink:href="#glyph0-2" x="203.546875" y="1153.314453"/>
<use xlink:href="#glyph0-3" x="214.546875" y="1153.314453"/>
<use xlink:href="#glyph0-4" x="225.546875" y="1153.314453"/>
<use xlink:href="#glyph0-1" x="236.546875" y="1153.314453"/>
<use xlink:href="#glyph0-5" x="247.546875" y="1153.314453"/>
<use xlink:href="#glyph0-6" x="258.546875" y="1153.314453"/>
<use xlink:href="#glyph0-7" x="269.546875" y="1153.314453"/>
<use xlink:href="#glyph0-8" x="280.546875" y="1153.314453"/>
<use xlink:href="#glyph0-17" x="291.546875" y="1153.314453"/>
<use xlink:href="#glyph0-4" x="302.546875" y="1153.314453"/>
<use xlink:href="#glyph0-15" x="313.546875" y="1153.314453"/>
<use xlink:href="#glyph0-9" x="324.546875" y="1153.314453"/>
</g>
<g style="fill:rgb(100%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-40" x="218.324219" y="1195.775391"/>
<use xlink:href="#glyph0-40" x="170.546875" y="1176.314453"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="229.324219" y="1195.775391"/>
<use xlink:href="#glyph0-1" x="240.324219" y="1195.775391"/>
<use xlink:href="#glyph0-2" x="251.324219" y="1195.775391"/>
<use xlink:href="#glyph0-3" x="262.324219" y="1195.775391"/>
<use xlink:href="#glyph0-4" x="273.324219" y="1195.775391"/>
<use xlink:href="#glyph0-1" x="284.324219" y="1195.775391"/>
<use xlink:href="#glyph0-5" x="295.324219" y="1195.775391"/>
<use xlink:href="#glyph0-6" x="306.324219" y="1195.775391"/>
<use xlink:href="#glyph0-7" x="317.324219" y="1195.775391"/>
<use xlink:href="#glyph0-8" x="328.324219" y="1195.775391"/>
<use xlink:href="#glyph0-9" x="339.324219" y="1195.775391"/>
<use xlink:href="#glyph0-10" x="350.324219" y="1195.775391"/>
<use xlink:href="#glyph0-1" x="361.324219" y="1195.775391"/>
<use xlink:href="#glyph0-9" x="372.324219" y="1195.775391"/>
<use xlink:href="#glyph0-11" x="383.324219" y="1195.775391"/>
<use xlink:href="#glyph0-12" x="394.324219" y="1195.775391"/>
<use xlink:href="#glyph0-7" x="405.324219" y="1195.775391"/>
<use xlink:href="#glyph0-4" x="416.324219" y="1195.775391"/>
<use xlink:href="#glyph0-11" x="427.324219" y="1195.775391"/>
<use xlink:href="#glyph0-12" x="438.324219" y="1195.775391"/>
<use xlink:href="#glyph0-8" x="449.324219" y="1195.775391"/>
<use xlink:href="#glyph0-5" x="460.324219" y="1195.775391"/>
<use xlink:href="#glyph0-6" x="471.324219" y="1195.775391"/>
<use xlink:href="#glyph0-7" x="482.324219" y="1195.775391"/>
<use xlink:href="#glyph0-14" x="181.546875" y="1176.314453"/>
<use xlink:href="#glyph0-1" x="192.546875" y="1176.314453"/>
<use xlink:href="#glyph0-2" x="203.546875" y="1176.314453"/>
<use xlink:href="#glyph0-3" x="214.546875" y="1176.314453"/>
<use xlink:href="#glyph0-4" x="225.546875" y="1176.314453"/>
<use xlink:href="#glyph0-1" x="236.546875" y="1176.314453"/>
<use xlink:href="#glyph0-5" x="247.546875" y="1176.314453"/>
<use xlink:href="#glyph0-6" x="258.546875" y="1176.314453"/>
<use xlink:href="#glyph0-7" x="269.546875" y="1176.314453"/>
<use xlink:href="#glyph0-8" x="280.546875" y="1176.314453"/>
<use xlink:href="#glyph0-9" x="291.546875" y="1176.314453"/>
<use xlink:href="#glyph0-10" x="302.546875" y="1176.314453"/>
<use xlink:href="#glyph0-1" x="313.546875" y="1176.314453"/>
<use xlink:href="#glyph0-9" x="324.546875" y="1176.314453"/>
<use xlink:href="#glyph0-11" x="335.546875" y="1176.314453"/>
<use xlink:href="#glyph0-12" x="346.546875" y="1176.314453"/>
<use xlink:href="#glyph0-7" x="357.546875" y="1176.314453"/>
<use xlink:href="#glyph0-4" x="368.546875" y="1176.314453"/>
<use xlink:href="#glyph0-11" x="379.546875" y="1176.314453"/>
<use xlink:href="#glyph0-12" x="390.546875" y="1176.314453"/>
<use xlink:href="#glyph0-8" x="401.546875" y="1176.314453"/>
<use xlink:href="#glyph0-5" x="412.546875" y="1176.314453"/>
<use xlink:href="#glyph0-6" x="423.546875" y="1176.314453"/>
<use xlink:href="#glyph0-7" x="434.546875" y="1176.314453"/>
</g>
<g style="fill:rgb(100%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-40" x="218.324219" y="1218.775391"/>
<use xlink:href="#glyph0-40" x="170.546875" y="1199.314453"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="229.324219" y="1218.775391"/>
<use xlink:href="#glyph0-1" x="240.324219" y="1218.775391"/>
<use xlink:href="#glyph0-2" x="251.324219" y="1218.775391"/>
<use xlink:href="#glyph0-3" x="262.324219" y="1218.775391"/>
<use xlink:href="#glyph0-4" x="273.324219" y="1218.775391"/>
<use xlink:href="#glyph0-1" x="284.324219" y="1218.775391"/>
<use xlink:href="#glyph0-5" x="295.324219" y="1218.775391"/>
<use xlink:href="#glyph0-6" x="306.324219" y="1218.775391"/>
<use xlink:href="#glyph0-7" x="317.324219" y="1218.775391"/>
<use xlink:href="#glyph0-8" x="328.324219" y="1218.775391"/>
<use xlink:href="#glyph0-9" x="339.324219" y="1218.775391"/>
<use xlink:href="#glyph0-10" x="350.324219" y="1218.775391"/>
<use xlink:href="#glyph0-1" x="361.324219" y="1218.775391"/>
<use xlink:href="#glyph0-9" x="372.324219" y="1218.775391"/>
<use xlink:href="#glyph0-11" x="383.324219" y="1218.775391"/>
<use xlink:href="#glyph0-12" x="394.324219" y="1218.775391"/>
<use xlink:href="#glyph0-7" x="405.324219" y="1218.775391"/>
<use xlink:href="#glyph0-4" x="416.324219" y="1218.775391"/>
<use xlink:href="#glyph0-11" x="427.324219" y="1218.775391"/>
<use xlink:href="#glyph0-12" x="438.324219" y="1218.775391"/>
<use xlink:href="#glyph0-8" x="449.324219" y="1218.775391"/>
<use xlink:href="#glyph0-22" x="460.324219" y="1218.775391"/>
<use xlink:href="#glyph0-1" x="471.324219" y="1218.775391"/>
<use xlink:href="#glyph0-7" x="482.324219" y="1218.775391"/>
<use xlink:href="#glyph0-23" x="493.324219" y="1218.775391"/>
<use xlink:href="#glyph0-12" x="504.324219" y="1218.775391"/>
<use xlink:href="#glyph0-14" x="181.546875" y="1199.314453"/>
<use xlink:href="#glyph0-1" x="192.546875" y="1199.314453"/>
<use xlink:href="#glyph0-2" x="203.546875" y="1199.314453"/>
<use xlink:href="#glyph0-3" x="214.546875" y="1199.314453"/>
<use xlink:href="#glyph0-4" x="225.546875" y="1199.314453"/>
<use xlink:href="#glyph0-1" x="236.546875" y="1199.314453"/>
<use xlink:href="#glyph0-5" x="247.546875" y="1199.314453"/>
<use xlink:href="#glyph0-6" x="258.546875" y="1199.314453"/>
<use xlink:href="#glyph0-7" x="269.546875" y="1199.314453"/>
<use xlink:href="#glyph0-8" x="280.546875" y="1199.314453"/>
<use xlink:href="#glyph0-9" x="291.546875" y="1199.314453"/>
<use xlink:href="#glyph0-10" x="302.546875" y="1199.314453"/>
<use xlink:href="#glyph0-1" x="313.546875" y="1199.314453"/>
<use xlink:href="#glyph0-9" x="324.546875" y="1199.314453"/>
<use xlink:href="#glyph0-11" x="335.546875" y="1199.314453"/>
<use xlink:href="#glyph0-12" x="346.546875" y="1199.314453"/>
<use xlink:href="#glyph0-7" x="357.546875" y="1199.314453"/>
<use xlink:href="#glyph0-4" x="368.546875" y="1199.314453"/>
<use xlink:href="#glyph0-11" x="379.546875" y="1199.314453"/>
<use xlink:href="#glyph0-12" x="390.546875" y="1199.314453"/>
<use xlink:href="#glyph0-8" x="401.546875" y="1199.314453"/>
<use xlink:href="#glyph0-22" x="412.546875" y="1199.314453"/>
<use xlink:href="#glyph0-1" x="423.546875" y="1199.314453"/>
<use xlink:href="#glyph0-7" x="434.546875" y="1199.314453"/>
<use xlink:href="#glyph0-23" x="445.546875" y="1199.314453"/>
<use xlink:href="#glyph0-12" x="456.546875" y="1199.314453"/>
</g>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1434.454412 856.045716 C 1477.958318 972.053529 1521.462224 1080.72931 1564.970037 1182.069154 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 327.671875 1033.023438 L 330.320312 1020.296875 L 316.617188 1026.179688 Z M 327.671875 1033.023438 "/>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1738.567693 1055.045716 C 1691.145818 1127.721497 1665.091131 1170.061341 1660.403631 1182.069154 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 423.105469 1033.023438 L 433.925781 1025.816406 L 420.03125 1020.394531 Z M 423.105469 1033.023438 "/>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1616.298162 803.862122 C 1525.665349 821.018372 1508.118474 947.084779 1563.649724 1182.069154 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 326.351562 1033.023438 L 331.160156 1020.945312 L 316.648438 1024.375 Z M 326.351562 1033.023438 "/>
<g style="fill:rgb(100%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-40" x="170.546875" y="1222.314453"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="181.546875" y="1222.314453"/>
<use xlink:href="#glyph0-1" x="192.546875" y="1222.314453"/>
<use xlink:href="#glyph0-2" x="203.546875" y="1222.314453"/>
<use xlink:href="#glyph0-3" x="214.546875" y="1222.314453"/>
<use xlink:href="#glyph0-4" x="225.546875" y="1222.314453"/>
<use xlink:href="#glyph0-1" x="236.546875" y="1222.314453"/>
<use xlink:href="#glyph0-5" x="247.546875" y="1222.314453"/>
<use xlink:href="#glyph0-6" x="258.546875" y="1222.314453"/>
<use xlink:href="#glyph0-7" x="269.546875" y="1222.314453"/>
<use xlink:href="#glyph0-8" x="280.546875" y="1222.314453"/>
<use xlink:href="#glyph0-9" x="291.546875" y="1222.314453"/>
<use xlink:href="#glyph0-10" x="302.546875" y="1222.314453"/>
<use xlink:href="#glyph0-1" x="313.546875" y="1222.314453"/>
<use xlink:href="#glyph0-9" x="324.546875" y="1222.314453"/>
<use xlink:href="#glyph0-11" x="335.546875" y="1222.314453"/>
<use xlink:href="#glyph0-12" x="346.546875" y="1222.314453"/>
<use xlink:href="#glyph0-7" x="357.546875" y="1222.314453"/>
<use xlink:href="#glyph0-4" x="368.546875" y="1222.314453"/>
<use xlink:href="#glyph0-11" x="379.546875" y="1222.314453"/>
<use xlink:href="#glyph0-12" x="390.546875" y="1222.314453"/>
<use xlink:href="#glyph0-8" x="401.546875" y="1222.314453"/>
<use xlink:href="#glyph0-3" x="412.546875" y="1222.314453"/>
<use xlink:href="#glyph0-9" x="423.546875" y="1222.314453"/>
<use xlink:href="#glyph0-24" x="434.546875" y="1222.314453"/>
<use xlink:href="#glyph0-5" x="445.546875" y="1222.314453"/>
<use xlink:href="#glyph0-31" x="456.546875" y="1222.314453"/>
<use xlink:href="#glyph0-7" x="467.546875" y="1222.314453"/>
<use xlink:href="#glyph0-4" x="478.546875" y="1222.314453"/>
<use xlink:href="#glyph0-22" x="489.546875" y="1222.314453"/>
<use xlink:href="#glyph0-15" x="500.546875" y="1222.314453"/>
<use xlink:href="#glyph0-34" x="511.546875" y="1222.314453"/>
<use xlink:href="#glyph0-3" x="522.546875" y="1222.314453"/>
<use xlink:href="#glyph0-22" x="533.546875" y="1222.314453"/>
<use xlink:href="#glyph0-7" x="544.546875" y="1222.314453"/>
<use xlink:href="#glyph0-23" x="555.546875" y="1222.314453"/>
<use xlink:href="#glyph0-30" x="566.546875" y="1222.314453"/>
<use xlink:href="#glyph0-9" x="577.546875" y="1222.314453"/>
<use xlink:href="#glyph0-15" x="588.546875" y="1222.314453"/>
</g>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1416.915349 856.045716 C 1450.348943 965.565247 1495.454412 1067.752747 1552.231756 1162.608216 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 314.933594 1013.5625 L 315.863281 1000.59375 L 303.066406 1008.253906 Z M 314.933594 1013.5625 "/>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1721.266912 1055.045716 C 1700.309881 1088.471497 1681.638006 1124.32306 1665.251287 1162.608216 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 427.953125 1013.5625 L 439 1006.703125 L 425.289062 1000.835938 Z M 427.953125 1013.5625 "/>
<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(46.666667%,46.666667%,46.666667%);stroke-opacity:1;stroke-dasharray:2,8;stroke-miterlimit:10;" d="M 1616.298162 778.463685 C 1460.794256 807.373841 1439.220037 935.420716 1551.571599 1162.608216 " transform="matrix(1,0,0,1,-1237.298162,-149.045716)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.666667%,46.666667%);fill-opacity:1;" d="M 314.273438 1013.5625 L 316.238281 1000.710938 L 302.871094 1007.320312 Z M 314.273438 1013.5625 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 89 KiB