Merge branch '6-convert-to-onpoint' of https://git.stuve-bamberg.de/latex/latex-wochenende into 6-convert-to-onpoint

This commit is contained in:
BLuedtke 2021-05-28 13:44:51 +02:00
commit f05c4c54ce
13 changed files with 573 additions and 608 deletions

View File

@ -159,4 +159,4 @@ Aufzählungen einfügen
@content @content
* Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`. * Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`.
* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** (`compactitem`) und für die Arbeitsschritte eine **kompakte, geordnete Liste**. * ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**.

View File

@ -161,4 +161,4 @@ Adding enumerations
@content @content
* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command. * Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command.
* ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte). * ++ Within this list, create a **compact unordered list** for the ingredients (*Zutaten*) and a **compact ordered list** for the instructions (*Arbeitsschritte*).

View File

@ -121,7 +121,7 @@ Quelltext einbinden
@content @content
* Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen. * Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen.
* ++ **Bindet** den Java-Quelltext in der Datei `task-1.tex` **ein**. * ++ **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.)
* ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java.
* ++ Verwendet eine Option, um die Zeilen zu **nummerieren**. * ++ Verwendet eine Option, um die Zeilen zu **nummerieren**.
* ++ Nutzt das **Theme** `native`. * ++ Nutzt das **Theme** `native`.

View File

@ -121,7 +121,7 @@ Listing source code
@content @content
* In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document. * In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document.
* ++ **Include** the java code in the file `task-1.tex1`. * ++ **Include** the java code in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.)
* ++ **Number** the code lines. * ++ **Number** the code lines.
* ++ Use the **theme** `native`. * ++ Use the **theme** `native`.
* ++ Change the **background colour** to dark blue. * ++ Change the **background colour** to dark blue.

View File

@ -103,8 +103,8 @@ Alternatively:
Inserting graphics Inserting graphics
@content @content
* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`. * In the directory `exercises/graphics` you can find an image file named `latex-logo.png`.
* ++ Include the figure **directly** beneath the the task for this chapter. * ++ **Include** the figure in `exercises/graphics/graphics.tex`.
* ++ The image shall be **centered**. * ++ The image shall be **centered**.
* ++ Additionally, add a **caption** for the figure. * ++ Additionally, add a **caption** for the figure.
* ++ Adapt the **width** of the image to the width of the text (`textwidth`). * ++ Adapt the **width** of the image to the width of the text (`textwidth`).

View File

@ -189,14 +189,14 @@ An advanced example
& Average & Worst \\ & Average & Worst \\
\midrule \midrule
Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\ Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\
Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(n)$ \\
AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\end{table} \end{table}
``` ```
[<span class="emoji">🔗</span> Booktaabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) [<span class="emoji">🔗</span> Booktabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf)
@preview @preview
![](svg/chapter-12/table-advanced-example-crop.svg){.thin-padding} ![](svg/chapter-12/table-advanced-example-crop.svg){.thin-padding}
@ -225,5 +225,5 @@ Typesetting tables
* The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty. * The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty.
* ++ Transform the list into a **table**. * ++ Transform the list into a **table**.
* ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures. * ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures.
* ++ Add a **column** with **center aligned text** on the left side on the table in order to **number** the lecutres. * ++ Add a **column** with **center-aligned text** on the left side on the table in order to **number** the lecutres.
* ++ Add a **caption** for the table. * ++ Add a **caption** for the table.

View File

@ -20,11 +20,10 @@ Footnotes are automatically numbered consecutively, independent of sections.
``` {.hljs .lang-tex} ``` {.hljs .lang-tex}
The wild boar (Sus scrofa), also known as The wild boar (Sus scrofa), also known as
the wild swine, Common wild pig, or the wild swine, common wild pig, or
simply wild pig, is a suid native to much simply wild pig, is a suid native to much
of the Palearctic, as well as introduced of Eurasia and North Africa, and has been
numbers in the Americas and Southeast introduced to the Americas and Oceania.
Asia.
\footnote{\url{https://en.wikipedia.org/ \footnote{\url{https://en.wikipedia.org/
wiki/Wild_boar}} wiki/Wild_boar}}
``` ```
@ -181,7 +180,7 @@ sec:section3,sec:section5}.
![](svg/chapter-13/cref-multiple-example-crop.svg) ![](svg/chapter-13/cref-multiple-example-crop.svg)
slide(layout=task) @slide(layout=task)
@task-number @task-number
13 13
@ -190,7 +189,7 @@ slide(layout=task)
Inserting footnotes Inserting footnotes
@content @content
* Make the text *Stand März 2021* in file `exercies/footnotes/footnotes.tex` appear as a **footnote**. * Make the text *Stand März 2021* in file `exercises/footnotes/footnotes.tex` appear as a **footnote**.
* ++ Additionally, insert a **clickable URL** that leads to the download page for the Java Development Kit (`https://www.oracle.com/java/technologies/javase-downloads.html`). * ++ Additionally, insert a **clickable URL** that leads to the download page for the Java Development Kit (`https://www.oracle.com/java/technologies/javase-downloads.html`).

View File

@ -109,222 +109,211 @@
<g id="surface1"> <g id="surface1">
<path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 -0.00159375 L 175.037844 -0.00159375 " transform="matrix(1,0,0,-1,0.802,1.307)"/> <path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 -0.00159375 L 175.037844 -0.00159375 " transform="matrix(1,0,0,-1,0.802,1.307)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="6.78" y="12.861"/> <use xlink:href="#glyph0-1" x="6.78" y="12.862"/>
<use xlink:href="#glyph0-2" x="12.315221" y="12.861"/> <use xlink:href="#glyph0-2" x="12.315221" y="12.862"/>
<use xlink:href="#glyph0-3" x="16.189676" y="12.861"/> <use xlink:href="#glyph0-3" x="16.189676" y="12.862"/>
<use xlink:href="#glyph0-4" x="20.092026" y="12.861"/> <use xlink:href="#glyph0-4" x="20.092026" y="12.862"/>
<use xlink:href="#glyph0-5" x="25.627247" y="12.861"/> <use xlink:href="#glyph0-5" x="25.627247" y="12.862"/>
<use xlink:href="#glyph0-2" x="30.055622" y="12.861"/> <use xlink:href="#glyph0-2" x="30.055622" y="12.862"/>
<use xlink:href="#glyph0-4" x="33.930078" y="12.861"/> <use xlink:href="#glyph0-4" x="33.930078" y="12.862"/>
<use xlink:href="#glyph0-3" x="39.465298" y="12.861"/> <use xlink:href="#glyph0-3" x="39.465298" y="12.862"/>
<use xlink:href="#glyph0-6" x="43.367649" y="12.861"/> <use xlink:href="#glyph0-6" x="43.367649" y="12.862"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="68.189466" y="12.861"/> <use xlink:href="#glyph0-7" x="68.189466" y="12.862"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="75.382464" y="12.861"/> <use xlink:href="#glyph0-5" x="75.382464" y="12.862"/>
<use xlink:href="#glyph0-5" x="79.810839" y="12.861"/> <use xlink:href="#glyph0-5" x="79.810839" y="12.862"/>
<use xlink:href="#glyph0-6" x="84.239215" y="12.861"/> <use xlink:href="#glyph0-6" x="84.239215" y="12.862"/>
<use xlink:href="#glyph0-8" x="88.667591" y="12.861"/> <use xlink:href="#glyph0-8" x="88.667591" y="12.862"/>
<use xlink:href="#glyph0-8" x="92.597836" y="12.861"/> <use xlink:href="#glyph0-8" x="92.597836" y="12.862"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="99.845628" y="12.861"/> <use xlink:href="#glyph0-2" x="99.845628" y="12.862"/>
<use xlink:href="#glyph0-9" x="103.720083" y="12.861"/> <use xlink:href="#glyph0-9" x="103.720083" y="12.862"/>
<use xlink:href="#glyph0-10" x="106.487693" y="12.861"/> <use xlink:href="#glyph0-10" x="106.487693" y="12.862"/>
<use xlink:href="#glyph0-6" x="114.789528" y="12.861"/> <use xlink:href="#glyph0-6" x="114.789528" y="12.862"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="122.535449" y="12.861"/> <use xlink:href="#glyph0-5" x="122.535449" y="12.862"/>
<use xlink:href="#glyph0-11" x="126.963825" y="12.861"/> <use xlink:href="#glyph0-11" x="126.963825" y="12.862"/>
<use xlink:href="#glyph0-10" x="131.945125" y="12.861"/> <use xlink:href="#glyph0-10" x="131.945125" y="12.862"/>
<use xlink:href="#glyph0-12" x="140.24696" y="12.861"/> <use xlink:href="#glyph0-12" x="140.24696" y="12.862"/>
<use xlink:href="#glyph0-13" x="145.78218" y="12.861"/> <use xlink:href="#glyph0-13" x="145.78218" y="12.862"/>
<use xlink:href="#glyph0-6" x="148.549791" y="12.861"/> <use xlink:href="#glyph0-6" x="148.549791" y="12.862"/>
<use xlink:href="#glyph0-14" x="152.978166" y="12.861"/> <use xlink:href="#glyph0-14" x="152.978166" y="12.862"/>
<use xlink:href="#glyph0-9" x="158.236427" y="12.861"/> <use xlink:href="#glyph0-9" x="158.236427" y="12.862"/>
<use xlink:href="#glyph0-2" x="161.004037" y="12.861"/> <use xlink:href="#glyph0-2" x="161.004037" y="12.862"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="164.599539" y="12.861"/> <use xlink:href="#glyph0-15" x="164.599539" y="12.862"/>
</g> </g>
<path style="fill:none;stroke-width:0.299;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0000625 0.0005 L 108.648375 0.0005 " transform="matrix(1,0,0,-1,62.211,18.313)"/> <path style="fill:none;stroke-width:0.299;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0000625 0.0015 L 108.648375 0.0015 " transform="matrix(1,0,0,-1,62.211,18.314)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="68.188" y="29.618"/> <use xlink:href="#glyph0-7" x="68.188" y="29.62"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="74.554101" y="29.618"/> <use xlink:href="#glyph0-16" x="74.554101" y="29.62"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="79.533409" y="29.618"/> <use xlink:href="#glyph0-6" x="79.533409" y="29.62"/>
<use xlink:href="#glyph0-3" x="83.961785" y="29.618"/> <use xlink:href="#glyph0-3" x="83.961785" y="29.62"/>
<use xlink:href="#glyph0-17" x="87.864135" y="29.618"/> <use xlink:href="#glyph0-17" x="87.864135" y="29.62"/>
<use xlink:href="#glyph0-18" x="92.845435" y="29.618"/> <use xlink:href="#glyph0-18" x="92.845435" y="29.62"/>
<use xlink:href="#glyph0-6" x="97.826735" y="29.618"/> <use xlink:href="#glyph0-6" x="97.826735" y="29.62"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="143.769265" y="29.618"/> <use xlink:href="#glyph0-19" x="143.769265" y="29.62"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-11" x="153.171967" y="29.618"/> <use xlink:href="#glyph0-11" x="153.171967" y="29.62"/>
<use xlink:href="#glyph0-3" x="158.153267" y="29.618"/> <use xlink:href="#glyph0-3" x="158.153267" y="29.62"/>
<use xlink:href="#glyph0-8" x="162.055617" y="29.618"/> <use xlink:href="#glyph0-8" x="162.055617" y="29.62"/>
<use xlink:href="#glyph0-2" x="165.985863" y="29.618"/> <use xlink:href="#glyph0-2" x="165.985863" y="29.62"/>
</g> </g>
<path style="fill:none;stroke-width:0.498;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.00103125 L 175.037844 0.00103125 " transform="matrix(1,0,0,-1,0.802,35.169)"/> <path style="fill:none;stroke-width:0.498;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 -0.000875 L 175.037844 -0.000875 " transform="matrix(1,0,0,-1,0.802,35.171)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="6.78" y="46.574"/> <use xlink:href="#glyph0-1" x="6.78" y="46.577"/>
<use xlink:href="#glyph0-2" x="12.315221" y="46.574"/> <use xlink:href="#glyph0-2" x="12.315221" y="46.577"/>
<use xlink:href="#glyph0-17" x="16.189676" y="46.574"/> <use xlink:href="#glyph0-17" x="16.189676" y="46.577"/>
<use xlink:href="#glyph0-5" x="21.170976" y="46.574"/> <use xlink:href="#glyph0-5" x="21.170976" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="25.320399" y="46.574"/> <use xlink:href="#glyph0-20" x="25.320399" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="68.188" y="46.574"/> <use xlink:href="#glyph1-1" x="68.188" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="76.396" y="46.574"/> <use xlink:href="#glyph0-21" x="76.396" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="80.271" y="46.574"/> <use xlink:href="#glyph2-1" x="80.271" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="86.251" y="46.574"/> <use xlink:href="#glyph0-22" x="86.251" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="147.926" y="46.574"/> <use xlink:href="#glyph1-1" x="147.926" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="156.134" y="46.574"/> <use xlink:href="#glyph0-21" x="156.134" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="160.008" y="46.574"/> <use xlink:href="#glyph2-1" x="160.008" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="165.988" y="46.574"/> <use xlink:href="#glyph0-22" x="165.988" y="46.577"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="6.78" y="58.529"/> <use xlink:href="#glyph0-23" x="6.78" y="58.532"/>
<use xlink:href="#glyph0-9" x="13.83651" y="58.529"/> <use xlink:href="#glyph0-9" x="13.83651" y="58.532"/>
<use xlink:href="#glyph0-24" x="16.60412" y="58.529"/> <use xlink:href="#glyph0-24" x="16.60412" y="58.532"/>
<use xlink:href="#glyph0-17" x="22.13934" y="58.529"/> <use xlink:href="#glyph0-17" x="22.13934" y="58.532"/>
<use xlink:href="#glyph0-3" x="27.12064" y="58.529"/> <use xlink:href="#glyph0-3" x="27.12064" y="58.532"/>
<use xlink:href="#glyph0-15" x="31.022991" y="58.529"/> <use xlink:href="#glyph0-15" x="31.022991" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="39.598797" y="58.529"/> <use xlink:href="#glyph0-2" x="39.598797" y="58.532"/>
<use xlink:href="#glyph0-3" x="43.473252" y="58.529"/> <use xlink:href="#glyph0-3" x="43.473252" y="58.532"/>
<use xlink:href="#glyph0-6" x="47.375602" y="58.529"/> <use xlink:href="#glyph0-6" x="47.375602" y="58.532"/>
<use xlink:href="#glyph0-6" x="51.803978" y="58.529"/> <use xlink:href="#glyph0-6" x="51.803978" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="68.188" y="58.529"/> <use xlink:href="#glyph1-1" x="68.188" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="76.396" y="58.529"/> <use xlink:href="#glyph0-21" x="76.396" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="80.271" y="58.529"/> <use xlink:href="#glyph2-2" x="80.271" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="83.443092" y="58.529"/> <use xlink:href="#glyph2-3" x="83.443092" y="58.532"/>
<use xlink:href="#glyph2-4" x="88.271964" y="58.529"/> <use xlink:href="#glyph2-4" x="88.271964" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="93.378" y="58.529"/> <use xlink:href="#glyph0-21" x="93.378" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="97.252" y="58.529"/> <use xlink:href="#glyph2-1" x="97.252" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="103.232" y="58.529"/> <use xlink:href="#glyph0-22" x="103.232" y="58.532"/>
<use xlink:href="#glyph0-22" x="107.106455" y="58.529"/> <use xlink:href="#glyph0-22" x="107.106455" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="127.07" y="58.529"/> <use xlink:href="#glyph1-1" x="147.926" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="135.278" y="58.529"/> <use xlink:href="#glyph0-21" x="156.134" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="139.152" y="58.529"/> <use xlink:href="#glyph2-1" x="160.008" y="58.532"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="142.324092" y="58.529"/> <use xlink:href="#glyph0-22" x="165.988" y="58.532"/>
<use xlink:href="#glyph2-4" x="147.152964" y="58.529"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="152.259" y="58.529"/> <use xlink:href="#glyph0-7" x="6.78" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="156.134" y="58.529"/> <use xlink:href="#glyph0-25" x="13.146101" y="70.488"/>
<use xlink:href="#glyph0-26" x="20.618051" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="162.114" y="58.529"/> <use xlink:href="#glyph0-2" x="30.162222" y="70.488"/>
<use xlink:href="#glyph0-22" x="165.988455" y="58.529"/> <use xlink:href="#glyph0-3" x="34.036677" y="70.488"/>
<use xlink:href="#glyph0-6" x="37.939028" y="70.488"/>
<use xlink:href="#glyph0-6" x="42.367403" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="6.78" y="70.484"/> <use xlink:href="#glyph1-1" x="68.188" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="13.146101" y="70.484"/> <use xlink:href="#glyph0-21" x="76.396" y="70.488"/>
<use xlink:href="#glyph0-26" x="20.618051" y="70.484"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="30.162222" y="70.484"/> <use xlink:href="#glyph2-2" x="80.271" y="70.488"/>
<use xlink:href="#glyph0-3" x="34.036677" y="70.484"/>
<use xlink:href="#glyph0-6" x="37.939028" y="70.484"/>
<use xlink:href="#glyph0-6" x="42.367403" y="70.484"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="68.188" y="70.484"/> <use xlink:href="#glyph2-3" x="83.443092" y="70.488"/>
<use xlink:href="#glyph2-4" x="88.271964" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="76.396" y="70.484"/> <use xlink:href="#glyph0-21" x="93.378" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="80.271" y="70.484"/> <use xlink:href="#glyph2-1" x="97.252" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="83.443092" y="70.484"/> <use xlink:href="#glyph0-22" x="103.232" y="70.488"/>
<use xlink:href="#glyph2-4" x="88.271964" y="70.484"/> <use xlink:href="#glyph0-22" x="107.106455" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="93.378" y="70.484"/> <use xlink:href="#glyph1-1" x="127.07" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="97.252" y="70.484"/> <use xlink:href="#glyph0-21" x="135.278" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="103.232" y="70.484"/> <use xlink:href="#glyph2-2" x="139.152" y="70.488"/>
<use xlink:href="#glyph0-22" x="107.106455" y="70.484"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="127.07" y="70.484"/> <use xlink:href="#glyph2-3" x="142.324092" y="70.488"/>
<use xlink:href="#glyph2-4" x="147.152964" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="135.278" y="70.484"/> <use xlink:href="#glyph0-21" x="152.259" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="139.152" y="70.484"/> <use xlink:href="#glyph2-1" x="156.134" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="142.324092" y="70.484"/> <use xlink:href="#glyph0-22" x="162.114" y="70.488"/>
<use xlink:href="#glyph2-4" x="147.152964" y="70.484"/> <use xlink:href="#glyph0-22" x="165.988455" y="70.488"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.0005 L 175.037844 0.0005 " transform="matrix(1,0,0,-1,0.802,76.188)"/>
<use xlink:href="#glyph0-21" x="152.259" y="70.484"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="156.134" y="70.484"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="162.114" y="70.484"/>
<use xlink:href="#glyph0-22" x="165.988455" y="70.484"/>
</g>
<path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.00140625 L 175.037844 0.00140625 " transform="matrix(1,0,0,-1,0.802,76.185)"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -109,222 +109,211 @@
<g id="surface1"> <g id="surface1">
<path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.0016875 L 175.037844 0.0016875 " transform="matrix(1,0,0,-1,124.802,126.197)"/> <path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.0016875 L 175.037844 0.0016875 " transform="matrix(1,0,0,-1,124.802,126.197)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="130.78" y="137.751"/> <use xlink:href="#glyph0-1" x="130.78" y="137.752"/>
<use xlink:href="#glyph0-2" x="136.315221" y="137.751"/> <use xlink:href="#glyph0-2" x="136.315221" y="137.752"/>
<use xlink:href="#glyph0-3" x="140.189676" y="137.751"/> <use xlink:href="#glyph0-3" x="140.189676" y="137.752"/>
<use xlink:href="#glyph0-4" x="144.092026" y="137.751"/> <use xlink:href="#glyph0-4" x="144.092026" y="137.752"/>
<use xlink:href="#glyph0-5" x="149.627247" y="137.751"/> <use xlink:href="#glyph0-5" x="149.627247" y="137.752"/>
<use xlink:href="#glyph0-2" x="154.055622" y="137.751"/> <use xlink:href="#glyph0-2" x="154.055622" y="137.752"/>
<use xlink:href="#glyph0-4" x="157.930078" y="137.751"/> <use xlink:href="#glyph0-4" x="157.930078" y="137.752"/>
<use xlink:href="#glyph0-3" x="163.465298" y="137.751"/> <use xlink:href="#glyph0-3" x="163.465298" y="137.752"/>
<use xlink:href="#glyph0-6" x="167.367649" y="137.751"/> <use xlink:href="#glyph0-6" x="167.367649" y="137.752"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="192.189466" y="137.751"/> <use xlink:href="#glyph0-7" x="192.189466" y="137.752"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="199.382464" y="137.751"/> <use xlink:href="#glyph0-5" x="199.382464" y="137.752"/>
<use xlink:href="#glyph0-5" x="203.810839" y="137.751"/> <use xlink:href="#glyph0-5" x="203.810839" y="137.752"/>
<use xlink:href="#glyph0-6" x="208.239215" y="137.751"/> <use xlink:href="#glyph0-6" x="208.239215" y="137.752"/>
<use xlink:href="#glyph0-8" x="212.667591" y="137.751"/> <use xlink:href="#glyph0-8" x="212.667591" y="137.752"/>
<use xlink:href="#glyph0-8" x="216.597836" y="137.751"/> <use xlink:href="#glyph0-8" x="216.597836" y="137.752"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="223.845628" y="137.751"/> <use xlink:href="#glyph0-2" x="223.845628" y="137.752"/>
<use xlink:href="#glyph0-9" x="227.720083" y="137.751"/> <use xlink:href="#glyph0-9" x="227.720083" y="137.752"/>
<use xlink:href="#glyph0-10" x="230.487693" y="137.751"/> <use xlink:href="#glyph0-10" x="230.487693" y="137.752"/>
<use xlink:href="#glyph0-6" x="238.789528" y="137.751"/> <use xlink:href="#glyph0-6" x="238.789528" y="137.752"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="246.535449" y="137.751"/> <use xlink:href="#glyph0-5" x="246.535449" y="137.752"/>
<use xlink:href="#glyph0-11" x="250.963825" y="137.751"/> <use xlink:href="#glyph0-11" x="250.963825" y="137.752"/>
<use xlink:href="#glyph0-10" x="255.945125" y="137.751"/> <use xlink:href="#glyph0-10" x="255.945125" y="137.752"/>
<use xlink:href="#glyph0-12" x="264.24696" y="137.751"/> <use xlink:href="#glyph0-12" x="264.24696" y="137.752"/>
<use xlink:href="#glyph0-13" x="269.78218" y="137.751"/> <use xlink:href="#glyph0-13" x="269.78218" y="137.752"/>
<use xlink:href="#glyph0-6" x="272.549791" y="137.751"/> <use xlink:href="#glyph0-6" x="272.549791" y="137.752"/>
<use xlink:href="#glyph0-14" x="276.978166" y="137.751"/> <use xlink:href="#glyph0-14" x="276.978166" y="137.752"/>
<use xlink:href="#glyph0-9" x="282.236427" y="137.751"/> <use xlink:href="#glyph0-9" x="282.236427" y="137.752"/>
<use xlink:href="#glyph0-2" x="285.004037" y="137.751"/> <use xlink:href="#glyph0-2" x="285.004037" y="137.752"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="288.599539" y="137.751"/> <use xlink:href="#glyph0-15" x="288.599539" y="137.752"/>
</g> </g>
<path style="fill:none;stroke-width:0.299;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0000625 -0.000125 L 108.648375 -0.000125 " transform="matrix(1,0,0,-1,186.211,143.203)"/> <path style="fill:none;stroke-width:0.299;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0000625 0.000875 L 108.648375 0.000875 " transform="matrix(1,0,0,-1,186.211,143.204)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="192.188" y="154.508"/> <use xlink:href="#glyph0-7" x="192.188" y="154.51"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="198.554101" y="154.508"/> <use xlink:href="#glyph0-16" x="198.554101" y="154.51"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="203.533409" y="154.508"/> <use xlink:href="#glyph0-6" x="203.533409" y="154.51"/>
<use xlink:href="#glyph0-3" x="207.961785" y="154.508"/> <use xlink:href="#glyph0-3" x="207.961785" y="154.51"/>
<use xlink:href="#glyph0-17" x="211.864135" y="154.508"/> <use xlink:href="#glyph0-17" x="211.864135" y="154.51"/>
<use xlink:href="#glyph0-18" x="216.845435" y="154.508"/> <use xlink:href="#glyph0-18" x="216.845435" y="154.51"/>
<use xlink:href="#glyph0-6" x="221.826735" y="154.508"/> <use xlink:href="#glyph0-6" x="221.826735" y="154.51"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="267.769265" y="154.508"/> <use xlink:href="#glyph0-19" x="267.769265" y="154.51"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-11" x="277.171967" y="154.508"/> <use xlink:href="#glyph0-11" x="277.171967" y="154.51"/>
<use xlink:href="#glyph0-3" x="282.153267" y="154.508"/> <use xlink:href="#glyph0-3" x="282.153267" y="154.51"/>
<use xlink:href="#glyph0-8" x="286.055617" y="154.508"/> <use xlink:href="#glyph0-8" x="286.055617" y="154.51"/>
<use xlink:href="#glyph0-2" x="289.985863" y="154.508"/> <use xlink:href="#glyph0-2" x="289.985863" y="154.51"/>
</g> </g>
<path style="fill:none;stroke-width:0.498;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.00040625 L 175.037844 0.00040625 " transform="matrix(1,0,0,-1,124.802,160.059)"/> <path style="fill:none;stroke-width:0.498;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 -0.0015 L 175.037844 -0.0015 " transform="matrix(1,0,0,-1,124.802,160.061)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="130.78" y="171.464"/> <use xlink:href="#glyph0-1" x="130.78" y="171.467"/>
<use xlink:href="#glyph0-2" x="136.315221" y="171.464"/> <use xlink:href="#glyph0-2" x="136.315221" y="171.467"/>
<use xlink:href="#glyph0-17" x="140.189676" y="171.464"/> <use xlink:href="#glyph0-17" x="140.189676" y="171.467"/>
<use xlink:href="#glyph0-5" x="145.170976" y="171.464"/> <use xlink:href="#glyph0-5" x="145.170976" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="149.320399" y="171.464"/> <use xlink:href="#glyph0-20" x="149.320399" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="192.188" y="171.464"/> <use xlink:href="#glyph1-1" x="192.188" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="200.396" y="171.464"/> <use xlink:href="#glyph0-21" x="200.396" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="204.271" y="171.464"/> <use xlink:href="#glyph2-1" x="204.271" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="210.251" y="171.464"/> <use xlink:href="#glyph0-22" x="210.251" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="271.926" y="171.464"/> <use xlink:href="#glyph1-1" x="271.926" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="280.134" y="171.464"/> <use xlink:href="#glyph0-21" x="280.134" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="284.008" y="171.464"/> <use xlink:href="#glyph2-1" x="284.008" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="289.988" y="171.464"/> <use xlink:href="#glyph0-22" x="289.988" y="171.467"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="130.78" y="183.419"/> <use xlink:href="#glyph0-23" x="130.78" y="183.422"/>
<use xlink:href="#glyph0-9" x="137.83651" y="183.419"/> <use xlink:href="#glyph0-9" x="137.83651" y="183.422"/>
<use xlink:href="#glyph0-24" x="140.60412" y="183.419"/> <use xlink:href="#glyph0-24" x="140.60412" y="183.422"/>
<use xlink:href="#glyph0-17" x="146.13934" y="183.419"/> <use xlink:href="#glyph0-17" x="146.13934" y="183.422"/>
<use xlink:href="#glyph0-3" x="151.12064" y="183.419"/> <use xlink:href="#glyph0-3" x="151.12064" y="183.422"/>
<use xlink:href="#glyph0-15" x="155.022991" y="183.419"/> <use xlink:href="#glyph0-15" x="155.022991" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="163.598797" y="183.419"/> <use xlink:href="#glyph0-2" x="163.598797" y="183.422"/>
<use xlink:href="#glyph0-3" x="167.473252" y="183.419"/> <use xlink:href="#glyph0-3" x="167.473252" y="183.422"/>
<use xlink:href="#glyph0-6" x="171.375602" y="183.419"/> <use xlink:href="#glyph0-6" x="171.375602" y="183.422"/>
<use xlink:href="#glyph0-6" x="175.803978" y="183.419"/> <use xlink:href="#glyph0-6" x="175.803978" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="192.188" y="183.419"/> <use xlink:href="#glyph1-1" x="192.188" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="200.396" y="183.419"/> <use xlink:href="#glyph0-21" x="200.396" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="204.271" y="183.419"/> <use xlink:href="#glyph2-2" x="204.271" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="207.443092" y="183.419"/> <use xlink:href="#glyph2-3" x="207.443092" y="183.422"/>
<use xlink:href="#glyph2-4" x="212.271964" y="183.419"/> <use xlink:href="#glyph2-4" x="212.271964" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="217.378" y="183.419"/> <use xlink:href="#glyph0-21" x="217.378" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="221.252" y="183.419"/> <use xlink:href="#glyph2-1" x="221.252" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="227.232" y="183.419"/> <use xlink:href="#glyph0-22" x="227.232" y="183.422"/>
<use xlink:href="#glyph0-22" x="231.106455" y="183.419"/> <use xlink:href="#glyph0-22" x="231.106455" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="251.07" y="183.419"/> <use xlink:href="#glyph1-1" x="271.926" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="259.278" y="183.419"/> <use xlink:href="#glyph0-21" x="280.134" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="263.152" y="183.419"/> <use xlink:href="#glyph2-1" x="284.008" y="183.422"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="266.324092" y="183.419"/> <use xlink:href="#glyph0-22" x="289.988" y="183.422"/>
<use xlink:href="#glyph2-4" x="271.152964" y="183.419"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="276.259" y="183.419"/> <use xlink:href="#glyph0-7" x="130.78" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="280.134" y="183.419"/> <use xlink:href="#glyph0-25" x="137.146101" y="195.378"/>
<use xlink:href="#glyph0-26" x="144.618051" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="286.114" y="183.419"/> <use xlink:href="#glyph0-2" x="154.162222" y="195.378"/>
<use xlink:href="#glyph0-22" x="289.988455" y="183.419"/> <use xlink:href="#glyph0-3" x="158.036677" y="195.378"/>
<use xlink:href="#glyph0-6" x="161.939028" y="195.378"/>
<use xlink:href="#glyph0-6" x="166.367403" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="130.78" y="195.374"/> <use xlink:href="#glyph1-1" x="192.188" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="137.146101" y="195.374"/> <use xlink:href="#glyph0-21" x="200.396" y="195.378"/>
<use xlink:href="#glyph0-26" x="144.618051" y="195.374"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="154.162222" y="195.374"/> <use xlink:href="#glyph2-2" x="204.271" y="195.378"/>
<use xlink:href="#glyph0-3" x="158.036677" y="195.374"/>
<use xlink:href="#glyph0-6" x="161.939028" y="195.374"/>
<use xlink:href="#glyph0-6" x="166.367403" y="195.374"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="192.188" y="195.374"/> <use xlink:href="#glyph2-3" x="207.443092" y="195.378"/>
<use xlink:href="#glyph2-4" x="212.271964" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="200.396" y="195.374"/> <use xlink:href="#glyph0-21" x="217.378" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="204.271" y="195.374"/> <use xlink:href="#glyph2-1" x="221.252" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="207.443092" y="195.374"/> <use xlink:href="#glyph0-22" x="227.232" y="195.378"/>
<use xlink:href="#glyph2-4" x="212.271964" y="195.374"/> <use xlink:href="#glyph0-22" x="231.106455" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="217.378" y="195.374"/> <use xlink:href="#glyph1-1" x="251.07" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="221.252" y="195.374"/> <use xlink:href="#glyph0-21" x="259.278" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="227.232" y="195.374"/> <use xlink:href="#glyph2-2" x="263.152" y="195.378"/>
<use xlink:href="#glyph0-22" x="231.106455" y="195.374"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="251.07" y="195.374"/> <use xlink:href="#glyph2-3" x="266.324092" y="195.378"/>
<use xlink:href="#glyph2-4" x="271.152964" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="259.278" y="195.374"/> <use xlink:href="#glyph0-21" x="276.259" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="263.152" y="195.374"/> <use xlink:href="#glyph2-1" x="280.134" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="266.324092" y="195.374"/> <use xlink:href="#glyph0-22" x="286.114" y="195.378"/>
<use xlink:href="#glyph2-4" x="271.152964" y="195.374"/> <use xlink:href="#glyph0-22" x="289.988455" y="195.378"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 -0.000125 L 175.037844 -0.000125 " transform="matrix(1,0,0,-1,124.802,201.078)"/>
<use xlink:href="#glyph0-21" x="276.259" y="195.374"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="280.134" y="195.374"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="286.114" y="195.374"/>
<use xlink:href="#glyph0-22" x="289.988455" y="195.374"/>
</g>
<path style="fill:none;stroke-width:0.797;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.00078125 L 175.037844 0.00078125 " transform="matrix(1,0,0,-1,124.802,201.075)"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -15,7 +15,7 @@
& Average & Worst \\ & Average & Worst \\
\midrule \midrule
Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\ Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\
Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(n)$ \\
AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}

View File

@ -72,30 +72,33 @@
<path style="stroke:none;" d="M 1.484375 -6.140625 C 1.484375 -5.453125 1.203125 -4.203125 0.171875 -4.203125 L 0.171875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.421875 C 1.03125 -1.09375 1.0625 -0.75 1.21875 -0.46875 C 1.4375 -0.0625 1.90625 0.09375 2.34375 0.09375 C 3.15625 0.09375 3.3125 -0.8125 3.3125 -1.453125 L 3.3125 -1.8125 L 3.078125 -1.8125 C 3.078125 -1.671875 3.078125 -1.515625 3.078125 -1.359375 C 3.078125 -0.921875 2.984375 -0.15625 2.390625 -0.15625 C 1.828125 -0.15625 1.734375 -0.84375 1.734375 -1.28125 L 1.734375 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.734375 -4.296875 L 1.734375 -6.140625 Z M 1.484375 -6.140625 "/> <path style="stroke:none;" d="M 1.484375 -6.140625 C 1.484375 -5.453125 1.203125 -4.203125 0.171875 -4.203125 L 0.171875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.421875 C 1.03125 -1.09375 1.0625 -0.75 1.21875 -0.46875 C 1.4375 -0.0625 1.90625 0.09375 2.34375 0.09375 C 3.15625 0.09375 3.3125 -0.8125 3.3125 -1.453125 L 3.3125 -1.8125 L 3.078125 -1.8125 C 3.078125 -1.671875 3.078125 -1.515625 3.078125 -1.359375 C 3.078125 -0.921875 2.984375 -0.15625 2.390625 -0.15625 C 1.828125 -0.15625 1.734375 -0.84375 1.734375 -1.28125 L 1.734375 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.734375 -4.296875 L 1.734375 -6.140625 Z M 1.484375 -6.140625 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-23"> <symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 5.875 -6.1875 C 5.75 -6.28125 5.640625 -6.40625 5.515625 -6.515625 C 5.109375 -6.84375 4.578125 -7.03125 4.03125 -7.03125 C 2.125 -7.03125 0.546875 -5.390625 0.546875 -3.40625 C 0.546875 -1.5 2.0625 0.203125 4.03125 0.203125 C 5.390625 0.203125 6.5 -0.8125 6.625 -2.1875 C 6.640625 -2.25 6.640625 -2.28125 6.640625 -2.328125 C 6.640625 -2.4375 6.609375 -2.515625 6.515625 -2.515625 C 6.328125 -2.515625 6.375 -2.125 6.34375 -1.921875 C 6.125 -0.921875 5.234375 -0.09375 4.140625 -0.09375 C 3.4375 -0.09375 2.78125 -0.421875 2.3125 -0.953125 C 1.75 -1.609375 1.578125 -2.5 1.578125 -3.34375 C 1.578125 -4.015625 1.640625 -4.71875 1.953125 -5.328125 C 2.359375 -6.125 3.21875 -6.734375 4.125 -6.734375 C 5.359375 -6.734375 6.171875 -5.546875 6.296875 -4.46875 C 6.328125 -4.359375 6.265625 -4.1875 6.484375 -4.1875 C 6.625 -4.1875 6.640625 -4.25 6.640625 -4.34375 L 6.640625 -6.875 C 6.640625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.375 -7.03125 5.90625 -6.25 5.875 -6.1875 Z M 5.875 -6.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.46875 -3.984375 C 0.796875 -3.984375 1.09375 -3.953125 1.09375 -3.484375 L 1.09375 -0.734375 C 1.09375 -0.328125 0.8125 -0.3125 0.375 -0.3125 L 0.3125 -0.3125 L 0.3125 -0.015625 L 2.578125 -0.015625 L 2.578125 -0.3125 L 2.3125 -0.3125 C 2.03125 -0.3125 1.796875 -0.359375 1.796875 -0.734375 L 1.796875 -2.546875 C 1.796875 -3.28125 2.1875 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.859375 -3.53125 3.859375 -3.078125 L 3.859375 -0.703125 C 3.859375 -0.34375 3.5625 -0.3125 3.234375 -0.3125 L 3.078125 -0.3125 L 3.078125 -0.015625 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.078125 -0.3125 C 4.796875 -0.3125 4.5625 -0.359375 4.5625 -0.734375 L 4.5625 -2.546875 C 4.5625 -3.28125 4.953125 -4.1875 5.90625 -4.1875 C 6.546875 -4.1875 6.625 -3.53125 6.625 -3.078125 L 6.625 -0.703125 C 6.625 -0.34375 6.3125 -0.3125 5.984375 -0.3125 L 5.84375 -0.3125 L 5.84375 -0.015625 L 8.09375 -0.015625 L 8.09375 -0.3125 L 7.890625 -0.3125 C 7.59375 -0.3125 7.3125 -0.34375 7.3125 -0.703125 L 7.3125 -2.953125 C 7.3125 -3.3125 7.296875 -3.65625 7.0625 -3.984375 C 6.796875 -4.3125 6.375 -4.40625 5.96875 -4.40625 C 5.328125 -4.40625 4.796875 -4.03125 4.53125 -3.453125 C 4.34375 -4.15625 3.890625 -4.40625 3.203125 -4.40625 C 2.5625 -4.40625 1.953125 -4 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/> <path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.46875 -3.984375 C 0.796875 -3.984375 1.09375 -3.953125 1.09375 -3.484375 L 1.09375 -0.734375 C 1.09375 -0.328125 0.8125 -0.3125 0.375 -0.3125 L 0.3125 -0.3125 L 0.3125 -0.015625 L 2.578125 -0.015625 L 2.578125 -0.3125 L 2.3125 -0.3125 C 2.03125 -0.3125 1.796875 -0.359375 1.796875 -0.734375 L 1.796875 -2.546875 C 1.796875 -3.28125 2.1875 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.859375 -3.53125 3.859375 -3.078125 L 3.859375 -0.703125 C 3.859375 -0.34375 3.5625 -0.3125 3.234375 -0.3125 L 3.078125 -0.3125 L 3.078125 -0.015625 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.078125 -0.3125 C 4.796875 -0.3125 4.5625 -0.359375 4.5625 -0.734375 L 4.5625 -2.546875 C 4.5625 -3.28125 4.953125 -4.1875 5.90625 -4.1875 C 6.546875 -4.1875 6.625 -3.53125 6.625 -3.078125 L 6.625 -0.703125 C 6.625 -0.34375 6.3125 -0.3125 5.984375 -0.3125 L 5.84375 -0.3125 L 5.84375 -0.015625 L 8.09375 -0.015625 L 8.09375 -0.3125 L 7.890625 -0.3125 C 7.59375 -0.3125 7.3125 -0.34375 7.3125 -0.703125 L 7.3125 -2.953125 C 7.3125 -3.3125 7.296875 -3.65625 7.0625 -3.984375 C 6.796875 -4.3125 6.375 -4.40625 5.96875 -4.40625 C 5.328125 -4.40625 4.796875 -4.03125 4.53125 -3.453125 C 4.34375 -4.15625 3.890625 -4.40625 3.203125 -4.40625 C 2.5625 -4.40625 1.953125 -4 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-25"> <symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.453125 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.5625 L 1.046875 1.21875 C 1.046875 1.578125 0.78125 1.609375 0.5 1.609375 L 0.265625 1.609375 L 0.265625 1.921875 L 2.515625 1.921875 L 2.515625 1.609375 L 2.28125 1.609375 C 1.984375 1.609375 1.75 1.578125 1.75 1.21875 L 1.75 -0.515625 C 1.984375 -0.09375 2.546875 0.09375 2.96875 0.09375 C 4.203125 0.09375 5.1875 -0.953125 5.1875 -2.15625 C 5.1875 -3.359375 4.265625 -4.40625 3.09375 -4.40625 C 2.546875 -4.40625 2.078125 -4.171875 1.71875 -3.765625 L 1.71875 -4.40625 Z M 4.34375 -1.984375 C 4.296875 -1.25 3.90625 -0.203125 3 -0.125 L 2.9375 -0.125 C 2.515625 -0.125 2.125 -0.359375 1.890625 -0.71875 C 1.796875 -0.828125 1.75 -0.921875 1.75 -1.0625 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.65625 2.40625 -4.15625 3 -4.15625 C 4 -4.15625 4.359375 -2.84375 4.359375 -2.140625 C 4.359375 -2.09375 4.359375 -2.03125 4.34375 -1.984375 Z M 4.34375 -1.984375 "/> <path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.453125 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.5625 L 1.046875 1.21875 C 1.046875 1.578125 0.78125 1.609375 0.5 1.609375 L 0.265625 1.609375 L 0.265625 1.921875 L 2.515625 1.921875 L 2.515625 1.609375 L 2.28125 1.609375 C 1.984375 1.609375 1.75 1.578125 1.75 1.21875 L 1.75 -0.515625 C 1.984375 -0.09375 2.546875 0.09375 2.96875 0.09375 C 4.203125 0.09375 5.1875 -0.953125 5.1875 -2.15625 C 5.1875 -3.359375 4.265625 -4.40625 3.09375 -4.40625 C 2.546875 -4.40625 2.078125 -4.171875 1.71875 -3.765625 L 1.71875 -4.40625 Z M 4.34375 -1.984375 C 4.296875 -1.25 3.90625 -0.203125 3 -0.125 L 2.9375 -0.125 C 2.515625 -0.125 2.125 -0.359375 1.890625 -0.71875 C 1.796875 -0.828125 1.75 -0.921875 1.75 -1.0625 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.65625 2.40625 -4.15625 3 -4.15625 C 4 -4.15625 4.359375 -2.84375 4.359375 -2.140625 C 4.359375 -2.09375 4.359375 -2.03125 4.34375 -1.984375 Z M 4.34375 -1.984375 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-26"> <symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 1.1875 -0.234375 L 1.1875 -0.21875 C 0.71875 -0.125 0.28125 0.3125 0.28125 0.78125 C 0.28125 1.71875 1.71875 2.046875 2.484375 2.046875 C 3.3125 2.046875 4.6875 1.75 4.6875 0.71875 C 4.6875 0.0625 4.234375 -0.375 3.640625 -0.546875 C 3.28125 -0.65625 2.90625 -0.671875 2.53125 -0.671875 L 1.625 -0.671875 C 1.3125 -0.703125 1.0625 -1.015625 1.0625 -1.328125 L 1.0625 -1.390625 C 1.0625 -1.515625 1.140625 -1.78125 1.234375 -1.78125 C 1.359375 -1.75 1.5 -1.640625 1.65625 -1.578125 C 1.828125 -1.53125 2.03125 -1.5 2.21875 -1.5 C 3.046875 -1.5 3.84375 -2.109375 3.84375 -2.953125 C 3.84375 -3.296875 3.703125 -3.6875 3.421875 -3.90625 L 3.421875 -3.921875 C 3.703125 -4.109375 3.953125 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.3125 -4.234375 4.25 -4.15625 4.25 -4.03125 C 4.25 -3.875 4.390625 -3.734375 4.546875 -3.734375 C 4.71875 -3.734375 4.828125 -3.875 4.828125 -4.03125 C 4.828125 -4.296875 4.609375 -4.515625 4.34375 -4.515625 C 3.984375 -4.515625 3.65625 -4.375 3.390625 -4.15625 C 3.359375 -4.125 3.3125 -4.09375 3.28125 -4.078125 L 3.265625 -4.078125 C 3.203125 -4.078125 3.125 -4.15625 3.078125 -4.1875 C 2.828125 -4.328125 2.515625 -4.40625 2.21875 -4.40625 C 1.4375 -4.40625 0.59375 -3.859375 0.59375 -2.953125 C 0.59375 -2.625 0.71875 -2.328125 0.921875 -2.0625 C 0.953125 -2.03125 1.03125 -1.96875 1.03125 -1.921875 C 1.03125 -1.875 0.96875 -1.828125 0.953125 -1.78125 C 0.8125 -1.578125 0.75 -1.328125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.375 1.1875 -0.234375 Z M 0.8125 0.84375 L 0.8125 0.75 C 0.8125 0.234375 1.265625 -0.078125 1.796875 -0.078125 L 2.578125 -0.078125 C 3.203125 -0.078125 4.171875 0.015625 4.171875 0.78125 C 4.171875 1.5 3.09375 1.8125 2.484375 1.8125 C 1.828125 1.8125 0.90625 1.515625 0.8125 0.84375 Z M 1.34375 -2.75 L 1.34375 -2.875 C 1.34375 -3.421875 1.46875 -4.171875 2.21875 -4.171875 C 2.828125 -4.171875 3.078125 -3.59375 3.078125 -2.953125 C 3.078125 -2.546875 3 -1.734375 2.21875 -1.734375 C 1.96875 -1.734375 1.71875 -1.859375 1.546875 -2.078125 C 1.390625 -2.265625 1.375 -2.515625 1.34375 -2.75 Z M 1.34375 -2.75 "/> <path style="stroke:none;" d="M 1.1875 -0.234375 L 1.1875 -0.21875 C 0.71875 -0.125 0.28125 0.3125 0.28125 0.78125 C 0.28125 1.71875 1.71875 2.046875 2.484375 2.046875 C 3.3125 2.046875 4.6875 1.75 4.6875 0.71875 C 4.6875 0.0625 4.234375 -0.375 3.640625 -0.546875 C 3.28125 -0.65625 2.90625 -0.671875 2.53125 -0.671875 L 1.625 -0.671875 C 1.3125 -0.703125 1.0625 -1.015625 1.0625 -1.328125 L 1.0625 -1.390625 C 1.0625 -1.515625 1.140625 -1.78125 1.234375 -1.78125 C 1.359375 -1.75 1.5 -1.640625 1.65625 -1.578125 C 1.828125 -1.53125 2.03125 -1.5 2.21875 -1.5 C 3.046875 -1.5 3.84375 -2.109375 3.84375 -2.953125 C 3.84375 -3.296875 3.703125 -3.6875 3.421875 -3.90625 L 3.421875 -3.921875 C 3.703125 -4.109375 3.953125 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.3125 -4.234375 4.25 -4.15625 4.25 -4.03125 C 4.25 -3.875 4.390625 -3.734375 4.546875 -3.734375 C 4.71875 -3.734375 4.828125 -3.875 4.828125 -4.03125 C 4.828125 -4.296875 4.609375 -4.515625 4.34375 -4.515625 C 3.984375 -4.515625 3.65625 -4.375 3.390625 -4.15625 C 3.359375 -4.125 3.3125 -4.09375 3.28125 -4.078125 L 3.265625 -4.078125 C 3.203125 -4.078125 3.125 -4.15625 3.078125 -4.1875 C 2.828125 -4.328125 2.515625 -4.40625 2.21875 -4.40625 C 1.4375 -4.40625 0.59375 -3.859375 0.59375 -2.953125 C 0.59375 -2.625 0.71875 -2.328125 0.921875 -2.0625 C 0.953125 -2.03125 1.03125 -1.96875 1.03125 -1.921875 C 1.03125 -1.875 0.96875 -1.828125 0.953125 -1.78125 C 0.8125 -1.578125 0.75 -1.328125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.375 1.1875 -0.234375 Z M 0.8125 0.84375 L 0.8125 0.75 C 0.8125 0.234375 1.265625 -0.078125 1.796875 -0.078125 L 2.578125 -0.078125 C 3.203125 -0.078125 4.171875 0.015625 4.171875 0.78125 C 4.171875 1.5 3.09375 1.8125 2.484375 1.8125 C 1.828125 1.8125 0.90625 1.515625 0.8125 0.84375 Z M 1.34375 -2.75 L 1.34375 -2.875 C 1.34375 -3.421875 1.46875 -4.171875 2.21875 -4.171875 C 2.828125 -4.171875 3.078125 -3.59375 3.078125 -2.953125 C 3.078125 -2.546875 3 -1.734375 2.21875 -1.734375 C 1.96875 -1.734375 1.71875 -1.859375 1.546875 -2.078125 C 1.390625 -2.265625 1.375 -2.515625 1.34375 -2.75 Z M 1.34375 -2.75 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-27"> <symbol overflow="visible" id="glyph0-26">
<path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.34375 -3.984375 C 0.625 -3.984375 0.84375 -3.953125 1.015625 -3.578125 C 1.46875 -2.484375 1.90625 -1.375 2.375 -0.28125 C 2.40625 -0.203125 2.484375 -0.09375 2.484375 0 C 2.484375 0.015625 2.46875 0.03125 2.46875 0.046875 C 2.40625 0.25 2.296875 0.453125 2.21875 0.640625 C 2.015625 1.140625 1.71875 1.8125 1.109375 1.8125 C 0.953125 1.8125 0.75 1.75 0.640625 1.640625 C 0.828125 1.609375 1.03125 1.5 1.03125 1.21875 C 1.03125 1 0.875 0.8125 0.65625 0.796875 C 0.34375 0.796875 0.1875 0.984375 0.1875 1.21875 C 0.1875 1.71875 0.65625 2.03125 1.109375 2.03125 C 1.828125 2.03125 2.21875 1.296875 2.46875 0.703125 L 2.765625 -0.015625 C 3.109375 -0.875 3.46875 -1.71875 3.828125 -2.578125 L 4.0625 -3.15625 C 4.234375 -3.625 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.6875 -3.984375 3.921875 -3.828125 3.921875 -3.578125 C 3.921875 -3.453125 3.859375 -3.3125 3.8125 -3.203125 C 3.515625 -2.515625 3.265625 -1.828125 2.953125 -1.15625 C 2.9375 -1.0625 2.875 -0.984375 2.859375 -0.890625 L 2.84375 -0.890625 C 2.78125 -1.109375 2.671875 -1.328125 2.578125 -1.546875 C 2.328125 -2.1875 2.015625 -2.84375 1.78125 -3.515625 C 1.75 -3.578125 1.703125 -3.65625 1.703125 -3.734375 L 1.703125 -3.765625 C 1.765625 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/> <path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.34375 -3.984375 C 0.625 -3.984375 0.84375 -3.953125 1.015625 -3.578125 C 1.46875 -2.484375 1.90625 -1.375 2.375 -0.28125 C 2.40625 -0.203125 2.484375 -0.09375 2.484375 0 C 2.484375 0.015625 2.46875 0.03125 2.46875 0.046875 C 2.40625 0.25 2.296875 0.453125 2.21875 0.640625 C 2.015625 1.140625 1.71875 1.8125 1.109375 1.8125 C 0.953125 1.8125 0.75 1.75 0.640625 1.640625 C 0.828125 1.609375 1.03125 1.5 1.03125 1.21875 C 1.03125 1 0.875 0.8125 0.65625 0.796875 C 0.34375 0.796875 0.1875 0.984375 0.1875 1.21875 C 0.1875 1.71875 0.65625 2.03125 1.109375 2.03125 C 1.828125 2.03125 2.21875 1.296875 2.46875 0.703125 L 2.765625 -0.015625 C 3.109375 -0.875 3.46875 -1.71875 3.828125 -2.578125 L 4.0625 -3.15625 C 4.234375 -3.625 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.6875 -3.984375 3.921875 -3.828125 3.921875 -3.578125 C 3.921875 -3.453125 3.859375 -3.3125 3.8125 -3.203125 C 3.515625 -2.515625 3.265625 -1.828125 2.953125 -1.15625 C 2.9375 -1.0625 2.875 -0.984375 2.859375 -0.890625 L 2.84375 -0.890625 C 2.78125 -1.109375 2.671875 -1.328125 2.578125 -1.546875 C 2.328125 -2.1875 2.015625 -2.84375 1.78125 -3.515625 C 1.75 -3.578125 1.703125 -3.65625 1.703125 -3.734375 L 1.703125 -3.765625 C 1.765625 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-28"> <symbol overflow="visible" id="glyph0-27">
<path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.375 -3.984375 C 0.875 -3.984375 0.921875 -3.78125 1.21875 -3.03125 L 2.03125 -1.03125 C 2.1875 -0.640625 2.390625 0.09375 2.625 0.09375 C 2.859375 0.09375 3.046875 -0.625 3.203125 -0.984375 L 4.03125 -3.046875 C 4.28125 -3.671875 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.671875 -3.984375 3.921875 -3.8125 3.921875 -3.578125 C 3.921875 -3.453125 3.875 -3.3125 3.8125 -3.1875 C 3.53125 -2.46875 3.25 -1.78125 2.953125 -1.078125 C 2.9375 -0.984375 2.875 -0.890625 2.859375 -0.796875 L 2.84375 -0.796875 C 2.78125 -1.03125 2.671875 -1.25 2.578125 -1.484375 L 1.765625 -3.5 C 1.734375 -3.578125 1.6875 -3.65625 1.6875 -3.734375 L 1.6875 -3.78125 C 1.75 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/> <path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.375 -3.984375 C 0.875 -3.984375 0.921875 -3.78125 1.21875 -3.03125 L 2.03125 -1.03125 C 2.1875 -0.640625 2.390625 0.09375 2.625 0.09375 C 2.859375 0.09375 3.046875 -0.625 3.203125 -0.984375 L 4.03125 -3.046875 C 4.28125 -3.671875 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.671875 -3.984375 3.921875 -3.8125 3.921875 -3.578125 C 3.921875 -3.453125 3.875 -3.3125 3.8125 -3.1875 C 3.53125 -2.46875 3.25 -1.78125 2.953125 -1.078125 C 2.9375 -0.984375 2.875 -0.890625 2.859375 -0.796875 L 2.84375 -0.796875 C 2.78125 -1.03125 2.671875 -1.25 2.578125 -1.484375 L 1.765625 -3.5 C 1.734375 -3.578125 1.6875 -3.65625 1.6875 -3.734375 L 1.6875 -3.78125 C 1.75 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-28">
<path style="stroke:none;" d="M 0.328125 -6.78125 L 0.328125 -6.484375 C 0.453125 -6.484375 0.59375 -6.484375 0.703125 -6.484375 C 1.0625 -6.484375 1.359375 -6.4375 1.359375 -6.046875 L 1.359375 -0.75 C 1.359375 -0.375 1.03125 -0.3125 0.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 6.078125 -0.015625 L 6.484375 -2.578125 L 6.234375 -2.578125 C 6.09375 -1.671875 5.96875 -0.671875 4.890625 -0.40625 C 4.578125 -0.328125 4.25 -0.3125 3.9375 -0.3125 L 2.65625 -0.3125 C 2.46875 -0.3125 2.25 -0.34375 2.25 -0.640625 L 2.25 -3.375 L 3.15625 -3.375 C 3.515625 -3.375 3.890625 -3.34375 4.09375 -3.046875 C 4.203125 -2.828125 4.21875 -2.5625 4.21875 -2.3125 L 4.21875 -2.21875 L 4.46875 -2.21875 L 4.46875 -4.859375 L 4.21875 -4.859375 L 4.21875 -4.75 C 4.21875 -4.21875 4.09375 -3.78125 3.515625 -3.703125 C 3.3125 -3.6875 3.125 -3.6875 2.9375 -3.6875 L 2.25 -3.6875 L 2.25 -6.125 C 2.25 -6.46875 2.453125 -6.484375 2.65625 -6.484375 L 3.859375 -6.484375 C 4.453125 -6.484375 5.171875 -6.484375 5.5625 -5.953125 C 5.859375 -5.546875 5.90625 -5.03125 5.96875 -4.546875 L 6.21875 -4.546875 L 5.9375 -6.78125 Z M 0.328125 -6.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-29"> <symbol overflow="visible" id="glyph0-29">
<path style="stroke:none;" d="M 0.34375 -6.8125 L 0.34375 -6.515625 C 0.46875 -6.515625 0.59375 -6.515625 0.71875 -6.515625 C 1.078125 -6.515625 1.359375 -6.46875 1.359375 -6.078125 L 1.359375 -0.75 C 1.359375 -0.375 1.03125 -0.3125 0.703125 -0.3125 C 0.5625 -0.3125 0.453125 -0.3125 0.34375 -0.3125 L 0.34375 -0.015625 L 3.28125 -0.015625 L 3.28125 -0.3125 L 2.9375 -0.3125 C 2.515625 -0.3125 2.25 -0.34375 2.25 -0.75 L 2.25 -3.15625 L 4.09375 -3.15625 C 5.03125 -3.234375 6.21875 -3.8125 6.21875 -4.953125 C 6.21875 -6.015625 5.171875 -6.703125 4.171875 -6.8125 C 4.015625 -6.8125 3.875 -6.828125 3.734375 -6.828125 C 3.53125 -6.828125 3.328125 -6.8125 3.140625 -6.8125 Z M 2.21875 -3.421875 L 2.21875 -6.1875 C 2.21875 -6.453125 2.390625 -6.484375 2.578125 -6.515625 L 3.328125 -6.515625 C 3.890625 -6.515625 4.53125 -6.484375 4.921875 -6.015625 C 5.15625 -5.734375 5.1875 -5.328125 5.1875 -4.96875 C 5.1875 -4.609375 5.15625 -4.234375 4.9375 -3.9375 C 4.609375 -3.515625 4.03125 -3.421875 3.515625 -3.421875 Z M 2.21875 -3.421875 "/> <path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.46875 -6.515625 0.625 -6.515625 0.78125 -6.515625 C 1.09375 -6.515625 1.359375 -6.484375 1.359375 -6.34375 L 1.359375 -1.0625 C 1.359375 -0.375 0.78125 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.65625 -0.015625 L 2.65625 -0.3125 C 2.234375 -0.3125 1.625 -0.375 1.625 -1.046875 C 1.625 -1.140625 1.640625 -1.234375 1.640625 -1.3125 L 1.640625 -6.234375 C 1.796875 -6.0625 1.921875 -5.84375 2.046875 -5.640625 C 3.28125 -3.859375 4.46875 -2.046875 5.703125 -0.265625 C 5.765625 -0.171875 5.84375 -0.015625 5.984375 -0.015625 C 6.078125 -0.015625 6.109375 -0.078125 6.109375 -0.171875 L 6.109375 -5.796875 C 6.109375 -6.453125 6.703125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.8125 -6.8125 L 4.8125 -6.515625 C 5.234375 -6.515625 5.828125 -6.453125 5.828125 -5.796875 L 5.828125 -1.53125 L 2.21875 -6.796875 L 2.046875 -6.8125 Z M 0.328125 -6.8125 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-30"> <symbol overflow="visible" id="glyph0-30">
<path style="stroke:none;" d="M 0.3125 -0.3125 L 0.3125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 C 2.15625 -0.3125 1.75 -0.46875 1.71875 -0.8125 C 1.71875 -0.921875 1.78125 -1 1.796875 -1.09375 C 1.90625 -1.421875 2.015625 -1.75 2.140625 -2.078125 C 2.171875 -2.15625 2.171875 -2.28125 2.3125 -2.28125 L 4.578125 -2.28125 C 4.6875 -2.28125 4.703125 -2.171875 4.75 -2.078125 L 4.953125 -1.453125 C 5.046875 -1.203125 5.234375 -0.8125 5.234375 -0.609375 L 5.234375 -0.5625 C 5.140625 -0.328125 4.75 -0.3125 4.46875 -0.3125 L 4.40625 -0.3125 L 4.40625 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 L 6.859375 -0.3125 C 6.625 -0.3125 6.390625 -0.34375 6.265625 -0.453125 C 6.15625 -0.578125 6.125 -0.75 6.0625 -0.890625 C 5.546875 -2.375 5.046875 -3.875 4.515625 -5.359375 C 4.34375 -5.875 4.09375 -6.4375 3.96875 -6.953125 C 3.921875 -7.09375 3.875 -7.140625 3.734375 -7.140625 C 3.53125 -7.140625 3.484375 -6.9375 3.421875 -6.734375 C 2.875 -5.046875 2.25 -3.390625 1.6875 -1.71875 L 1.46875 -1.109375 C 1.421875 -0.9375 1.359375 -0.75 1.21875 -0.625 C 0.984375 -0.375 0.640625 -0.3125 0.3125 -0.3125 Z M 2.328125 -2.59375 L 3.4375 -5.828125 L 4.5625 -2.59375 Z M 2.328125 -2.59375 "/> <path style="stroke:none;" d="M 0.3125 -0.3125 L 0.3125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 C 2.15625 -0.3125 1.75 -0.46875 1.71875 -0.8125 C 1.71875 -0.921875 1.78125 -1 1.796875 -1.09375 C 1.90625 -1.421875 2.015625 -1.75 2.140625 -2.078125 C 2.171875 -2.15625 2.171875 -2.28125 2.3125 -2.28125 L 4.578125 -2.28125 C 4.6875 -2.28125 4.703125 -2.171875 4.75 -2.078125 L 4.953125 -1.453125 C 5.046875 -1.203125 5.234375 -0.8125 5.234375 -0.609375 L 5.234375 -0.5625 C 5.140625 -0.328125 4.75 -0.3125 4.46875 -0.3125 L 4.40625 -0.3125 L 4.40625 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 L 6.859375 -0.3125 C 6.625 -0.3125 6.390625 -0.34375 6.265625 -0.453125 C 6.15625 -0.578125 6.125 -0.75 6.0625 -0.890625 C 5.546875 -2.375 5.046875 -3.875 4.515625 -5.359375 C 4.34375 -5.875 4.09375 -6.4375 3.96875 -6.953125 C 3.921875 -7.09375 3.875 -7.140625 3.734375 -7.140625 C 3.53125 -7.140625 3.484375 -6.9375 3.421875 -6.734375 C 2.875 -5.046875 2.25 -3.390625 1.6875 -1.71875 L 1.46875 -1.109375 C 1.421875 -0.9375 1.359375 -0.75 1.21875 -0.625 C 0.984375 -0.375 0.640625 -0.3125 0.3125 -0.3125 Z M 2.328125 -2.59375 L 3.4375 -5.828125 L 4.5625 -2.59375 Z M 2.328125 -2.59375 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-31"> <symbol overflow="visible" id="glyph0-31">
<path style="stroke:none;" d="M 3.703125 -7.03125 C 2.8125 -6.90625 2.0625 -6.625 1.46875 -5.921875 C 0.875 -5.21875 0.546875 -4.296875 0.546875 -3.375 C 0.546875 -1.671875 1.78125 0.203125 3.890625 0.203125 C 5.84375 0.203125 7.203125 -1.578125 7.203125 -3.40625 C 7.203125 -5.234375 5.859375 -7.046875 3.84375 -7.046875 C 3.796875 -7.046875 3.75 -7.03125 3.703125 -7.03125 Z M 1.578125 -3.265625 L 1.578125 -3.4375 C 1.578125 -4.578125 1.8125 -5.890625 2.953125 -6.546875 C 3.234375 -6.703125 3.546875 -6.78125 3.875 -6.78125 C 4.71875 -6.78125 5.4375 -6.1875 5.828125 -5.390625 C 6.09375 -4.84375 6.171875 -4.15625 6.171875 -3.578125 C 6.171875 -2.265625 5.859375 -0.625 4.328125 -0.109375 C 4.1875 -0.0625 4.03125 -0.046875 3.890625 -0.046875 C 2.453125 -0.046875 1.765625 -1.53125 1.609375 -2.734375 C 1.59375 -2.921875 1.59375 -3.09375 1.578125 -3.265625 Z M 1.578125 -3.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-32">
<path style="stroke:none;" d="M 1.3125 -1.0625 C 1.0625 -1.03125 0.859375 -0.796875 0.859375 -0.546875 C 0.859375 -0.296875 1.0625 -0.015625 1.359375 -0.015625 C 1.640625 -0.015625 1.90625 -0.21875 1.90625 -0.53125 C 1.90625 -0.78125 1.71875 -1.0625 1.390625 -1.0625 C 1.359375 -1.0625 1.328125 -1.0625 1.3125 -1.0625 Z M 1.3125 -1.0625 "/> <path style="stroke:none;" d="M 1.3125 -1.0625 C 1.0625 -1.03125 0.859375 -0.796875 0.859375 -0.546875 C 0.859375 -0.296875 1.0625 -0.015625 1.359375 -0.015625 C 1.640625 -0.015625 1.90625 -0.21875 1.90625 -0.53125 C 1.90625 -0.78125 1.71875 -1.0625 1.390625 -1.0625 C 1.359375 -1.0625 1.328125 -1.0625 1.3125 -1.0625 Z M 1.3125 -1.0625 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph1-0"> <symbol overflow="visible" id="glyph1-0">
@ -185,273 +188,264 @@
<use xlink:href="#glyph0-3" x="28.472225" y="8.236"/> <use xlink:href="#glyph0-3" x="28.472225" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="37.302078" y="8.236"/> <use xlink:href="#glyph0-4" x="35.947164" y="8.236"/>
<use xlink:href="#glyph0-5" x="44.495075" y="8.236"/> <use xlink:href="#glyph0-5" x="43.140161" y="8.236"/>
<use xlink:href="#glyph0-6" x="47.261689" y="8.236"/> <use xlink:href="#glyph0-6" x="45.906775" y="8.236"/>
<use xlink:href="#glyph0-7" x="50.028303" y="8.236"/> <use xlink:href="#glyph0-7" x="48.673389" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="59.974963" y="8.236"/> <use xlink:href="#glyph0-8" x="57.255173" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="65.777181" y="8.236"/> <use xlink:href="#glyph0-9" x="63.057391" y="8.236"/>
<use xlink:href="#glyph0-10" x="70.757485" y="8.236"/> <use xlink:href="#glyph0-10" x="68.037695" y="8.236"/>
<use xlink:href="#glyph0-11" x="75.737788" y="8.236"/> <use xlink:href="#glyph0-11" x="73.017999" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="84.052574" y="8.236"/> <use xlink:href="#glyph0-12" x="79.967908" y="8.236"/>
<use xlink:href="#glyph0-13" x="87.926033" y="8.236"/> <use xlink:href="#glyph0-13" x="83.841367" y="8.236"/>
<use xlink:href="#glyph0-14" x="93.459261" y="8.236"/> <use xlink:href="#glyph0-14" x="89.374595" y="8.236"/>
<use xlink:href="#glyph0-15" x="98.992489" y="8.236"/> <use xlink:href="#glyph0-15" x="94.907823" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="107.324212" y="8.236"/> <use xlink:href="#glyph0-15" x="101.884632" y="8.236"/>
<use xlink:href="#glyph0-16" x="111.252465" y="8.236"/> <use xlink:href="#glyph0-16" x="105.812885" y="8.236"/>
<use xlink:href="#glyph0-11" x="115.678848" y="8.236"/> <use xlink:href="#glyph0-11" x="110.239268" y="8.236"/>
<use xlink:href="#glyph0-9" x="119.580202" y="8.236"/> <use xlink:href="#glyph0-9" x="114.140623" y="8.236"/>
<use xlink:href="#glyph0-17" x="124.560506" y="8.236"/> <use xlink:href="#glyph0-17" x="119.120926" y="8.236"/>
<use xlink:href="#glyph0-10" x="127.60408" y="8.236"/> <use xlink:href="#glyph0-10" x="122.164501" y="8.236"/>
<use xlink:href="#glyph0-18" x="132.584384" y="8.236"/> <use xlink:href="#glyph0-18" x="127.144804" y="8.236"/>
<use xlink:href="#glyph0-19" x="136.457843" y="8.236"/> <use xlink:href="#glyph0-19" x="131.018263" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="143.627926" y="8.236"/> <use xlink:href="#glyph0-10" x="136.82347" y="8.236"/>
<use xlink:href="#glyph0-6" x="148.60823" y="8.236"/> <use xlink:href="#glyph0-6" x="141.803774" y="8.236"/>
<use xlink:href="#glyph0-15" x="151.374844" y="8.236"/> <use xlink:href="#glyph0-15" x="144.570388" y="8.236"/>
<use xlink:href="#glyph0-9" x="155.303097" y="8.236"/> <use xlink:href="#glyph0-9" x="148.498641" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="164.68687" y="8.236"/> <use xlink:href="#glyph0-20" x="156.527501" y="8.236"/>
<use xlink:href="#glyph0-21" x="169.944134" y="8.236"/> <use xlink:href="#glyph0-21" x="161.784765" y="8.236"/>
<use xlink:href="#glyph0-9" x="175.477362" y="8.236"/> <use xlink:href="#glyph0-9" x="167.317993" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="180.188676" y="8.236"/> <use xlink:href="#glyph0-4" x="172.019344" y="8.236"/>
<use xlink:href="#glyph0-21" x="187.381673" y="8.236"/> <use xlink:href="#glyph0-21" x="179.212341" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="197.31837" y="8.236"/> <use xlink:href="#glyph0-10" x="187.794124" y="8.236"/>
<use xlink:href="#glyph0-15" x="202.298674" y="8.236"/> <use xlink:href="#glyph0-15" x="192.774428" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="210.630396" y="8.236"/> <use xlink:href="#glyph0-22" x="199.751237" y="8.236"/>
<use xlink:href="#glyph0-2" x="214.503855" y="8.236"/> <use xlink:href="#glyph0-2" x="203.624696" y="8.236"/>
<use xlink:href="#glyph0-3" x="220.037083" y="8.236"/> <use xlink:href="#glyph0-3" x="209.157924" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="228.866935" y="8.236"/> <use xlink:href="#glyph0-4" x="216.6229" y="8.236"/>
<use xlink:href="#glyph0-5" x="236.059933" y="8.236"/> <use xlink:href="#glyph0-5" x="223.815897" y="8.236"/>
<use xlink:href="#glyph0-6" x="226.582511" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="238.836509" y="8.236"/> <use xlink:href="#glyph0-7" x="229.359088" y="8.236"/>
<use xlink:href="#glyph0-7" x="241.603123" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="251.539821" y="8.236"/> <use xlink:href="#glyph0-15" x="237.930909" y="8.236"/>
<use xlink:href="#glyph0-4" x="255.468074" y="8.236"/> <use xlink:href="#glyph0-4" x="241.859162" y="8.236"/>
<use xlink:href="#glyph0-5" x="262.661071" y="8.236"/> <use xlink:href="#glyph0-5" x="249.052159" y="8.236"/>
<use xlink:href="#glyph0-21" x="265.427685" y="8.236"/> <use xlink:href="#glyph0-21" x="251.818773" y="8.236"/>
<use xlink:href="#glyph0-3" x="270.960913" y="8.236"/> <use xlink:href="#glyph0-3" x="257.352001" y="8.236"/>
<use xlink:href="#glyph0-19" x="275.387296" y="8.236"/> <use xlink:href="#glyph0-19" x="261.778385" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="282.557379" y="8.236"/> <use xlink:href="#glyph0-16" x="267.593554" y="8.236"/>
<use xlink:href="#glyph0-9" x="289.750377" y="8.236"/> <use xlink:href="#glyph0-9" x="272.019937" y="8.236"/>
<use xlink:href="#glyph0-24" x="294.73068" y="8.236"/> <use xlink:href="#glyph0-23" x="277.000241" y="8.236"/>
<use xlink:href="#glyph0-24" x="303.030522" y="8.236"/> <use xlink:href="#glyph0-23" x="285.300083" y="8.236"/>
<use xlink:href="#glyph0-9" x="311.330364" y="8.236"/> <use xlink:href="#glyph0-9" x="293.599925" y="8.236"/>
<use xlink:href="#glyph0-21" x="316.310668" y="8.236"/> <use xlink:href="#glyph0-21" x="298.580229" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="326.247365" y="8.236"/> <use xlink:href="#glyph0-4" x="307.162013" y="8.236"/>
<use xlink:href="#glyph0-5" x="314.35501" y="8.236"/>
<use xlink:href="#glyph0-6" x="317.121624" y="8.236"/>
<use xlink:href="#glyph0-7" x="319.888238" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="333.450325" y="8.236"/> <use xlink:href="#glyph0-24" x="328.470021" y="8.236"/>
<use xlink:href="#glyph0-6" x="336.216939" y="8.236"/> <use xlink:href="#glyph0-5" x="334.00325" y="8.236"/>
<use xlink:href="#glyph0-7" x="338.983553" y="8.236"/> <use xlink:href="#glyph0-25" x="336.769864" y="8.236"/>
<use xlink:href="#glyph0-19" x="341.750167" y="8.236"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="0.802" y="20.191"/> <use xlink:href="#glyph0-9" x="0.802" y="20.191"/>
<use xlink:href="#glyph0-5" x="6.335228" y="20.191"/> <use xlink:href="#glyph0-11" x="5.782304" y="20.191"/>
<use xlink:href="#glyph0-26" x="9.101842" y="20.191"/>
<use xlink:href="#glyph0-19" x="14.082146" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="20.943388" y="20.191"/> <use xlink:href="#glyph0-15" x="13.399708" y="20.191"/>
<use xlink:href="#glyph0-11" x="25.923692" y="20.191"/> <use xlink:href="#glyph0-5" x="17.327961" y="20.191"/>
<use xlink:href="#glyph0-23" x="20.094575" y="20.191"/>
<use xlink:href="#glyph0-24" x="28.394417" y="20.191"/>
<use xlink:href="#glyph0-6" x="33.927645" y="20.191"/>
<use xlink:href="#glyph0-26" x="36.694259" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="33.909712" y="20.191"/> <use xlink:href="#glyph0-4" x="45.677535" y="20.191"/>
<use xlink:href="#glyph0-5" x="37.837965" y="20.191"/> <use xlink:href="#glyph0-5" x="52.870533" y="20.191"/>
<use xlink:href="#glyph0-24" x="40.60458" y="20.191"/> <use xlink:href="#glyph0-6" x="55.637147" y="20.191"/>
<use xlink:href="#glyph0-25" x="48.904422" y="20.191"/> <use xlink:href="#glyph0-7" x="58.403761" y="20.191"/>
<use xlink:href="#glyph0-6" x="54.43765" y="20.191"/>
<use xlink:href="#glyph0-27" x="57.204264" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="66.556156" y="20.191"/> <use xlink:href="#glyph0-24" x="67.653039" y="20.191"/>
<use xlink:href="#glyph0-5" x="73.749153" y="20.191"/> <use xlink:href="#glyph0-5" x="73.186267" y="20.191"/>
<use xlink:href="#glyph0-6" x="76.515767" y="20.191"/> <use xlink:href="#glyph0-25" x="75.952881" y="20.191"/>
<use xlink:href="#glyph0-7" x="79.282381" y="20.191"/> <use xlink:href="#glyph0-19" x="80.933184" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="88.910238" y="20.191"/> <use xlink:href="#glyph0-5" x="87.415848" y="20.191"/>
<use xlink:href="#glyph0-5" x="94.443466" y="20.191"/> <use xlink:href="#glyph0-15" x="90.182462" y="20.191"/>
<use xlink:href="#glyph0-26" x="97.21008" y="20.191"/>
<use xlink:href="#glyph0-19" x="102.190384" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="109.051627" y="20.191"/> <use xlink:href="#glyph0-10" x="97.826765" y="20.191"/>
<use xlink:href="#glyph0-15" x="111.818241" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="119.83116" y="20.191"/> <use xlink:href="#glyph0-15" x="106.533081" y="20.191"/>
<use xlink:href="#glyph0-14" x="110.461334" y="20.191"/>
<use xlink:href="#glyph0-5" x="115.994563" y="20.191"/>
<use xlink:href="#glyph0-7" x="118.761177" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="128.906092" y="20.191"/> <use xlink:href="#glyph0-21" x="128.010454" y="20.191"/>
<use xlink:href="#glyph0-14" x="132.834345" y="20.191"/> <use xlink:href="#glyph0-10" x="133.543682" y="20.191"/>
<use xlink:href="#glyph0-5" x="138.367573" y="20.191"/> <use xlink:href="#glyph0-22" x="138.523986" y="20.191"/>
<use xlink:href="#glyph0-7" x="141.134187" y="20.191"/> <use xlink:href="#glyph0-5" x="142.397445" y="20.191"/>
<use xlink:href="#glyph0-27" x="145.164059" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="150.762044" y="20.191"/> <use xlink:href="#glyph0-3" x="150.14237" y="20.191"/>
<use xlink:href="#glyph0-10" x="156.295272" y="20.191"/>
<use xlink:href="#glyph0-22" x="161.275576" y="20.191"/>
<use xlink:href="#glyph0-5" x="165.149035" y="20.191"/>
<use xlink:href="#glyph0-28" x="167.915649" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="172.89396" y="20.191"/> <use xlink:href="#glyph0-22" x="158.294766" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="181.414972" y="20.191"/> <use xlink:href="#glyph0-9" x="162.158262" y="20.191"/>
<use xlink:href="#glyph0-9" x="185.288431" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-24" x="194.3534" y="20.191"/> <use xlink:href="#glyph0-23" x="170.864578" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="202.37429" y="20.191"/> <use xlink:href="#glyph0-14" x="178.885468" y="20.191"/>
<use xlink:href="#glyph0-16" x="207.907518" y="20.191"/> <use xlink:href="#glyph0-16" x="184.418696" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="212.064911" y="20.191"/> <use xlink:href="#glyph0-2" x="188.566126" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="221.682805" y="20.191"/> <use xlink:href="#glyph0-9" x="197.825366" y="20.191"/>
<use xlink:href="#glyph0-17" x="226.663108" y="20.191"/> <use xlink:href="#glyph0-17" x="202.80567" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="233.801311" y="20.191"/> <use xlink:href="#glyph0-28" x="209.565294" y="20.191"/>
<use xlink:href="#glyph0-2" x="237.67477" y="20.191"/> <use xlink:href="#glyph0-14" x="216.343847" y="20.191"/>
<use xlink:href="#glyph0-3" x="243.207998" y="20.191"/> <use xlink:href="#glyph0-11" x="221.877075" y="20.191"/>
<use xlink:href="#glyph0-10" x="225.778429" y="20.191"/>
<use xlink:href="#glyph0-15" x="230.758733" y="20.191"/>
<use xlink:href="#glyph0-5" x="234.686986" y="20.191"/>
<use xlink:href="#glyph0-10" x="237.4536" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-29" x="251.72901" y="20.191"/> <use xlink:href="#glyph0-10" x="246.149954" y="20.191"/>
<use xlink:href="#glyph0-21" x="251.130258" y="20.191"/>
<use xlink:href="#glyph0-7" x="256.663486" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="258.22861" y="20.191"/> <use xlink:href="#glyph0-29" x="265.912764" y="20.191"/>
<use xlink:href="#glyph0-6" x="263.208914" y="20.191"/> <use xlink:href="#glyph0-9" x="273.382721" y="20.191"/>
<use xlink:href="#glyph0-3" x="265.975528" y="20.191"/> <use xlink:href="#glyph0-11" x="278.363025" y="20.191"/>
<use xlink:href="#glyph0-10" x="270.401911" y="20.191"/> <use xlink:href="#glyph0-22" x="282.264379" y="20.191"/>
<use xlink:href="#glyph0-11" x="275.382215" y="20.191"/> <use xlink:href="#glyph0-2" x="286.137838" y="20.191"/>
<use xlink:href="#glyph0-16" x="279.283569" y="20.191"/>
<use xlink:href="#glyph0-22" x="283.709952" y="20.191"/>
<use xlink:href="#glyph0-5" x="287.583411" y="20.191"/>
<use xlink:href="#glyph0-16" x="290.350025" y="20.191"/>
<use xlink:href="#glyph0-19" x="294.776408" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="301.637651" y="20.191"/> <use xlink:href="#glyph0-30" x="295.397078" y="20.191"/>
<use xlink:href="#glyph0-15" x="306.617955" y="20.191"/> <use xlink:href="#glyph0-17" x="302.867036" y="20.191"/>
<use xlink:href="#glyph0-11" x="305.91061" y="20.191"/>
<use xlink:href="#glyph0-5" x="309.811964" y="20.191"/>
<use xlink:href="#glyph0-16" x="312.578578" y="20.191"/>
<use xlink:href="#glyph0-10" x="317.004961" y="20.191"/>
<use xlink:href="#glyph0-19" x="321.985265" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="314.630874" y="20.191"/> <use xlink:href="#glyph0-10" x="328.467929" y="20.191"/>
<use xlink:href="#glyph0-21" x="333.448233" y="20.191"/>
<use xlink:href="#glyph0-7" x="338.981461" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="321.554881" y="20.191"/> <use xlink:href="#glyph0-2" x="0.802" y="32.146"/>
<use xlink:href="#glyph0-6" x="325.981264" y="20.191"/> <use xlink:href="#glyph0-10" x="6.335228" y="32.146"/>
<use xlink:href="#glyph0-6" x="328.747878" y="20.191"/> <use xlink:href="#glyph0-15" x="11.315532" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="335.599158" y="20.191"/> <use xlink:href="#glyph0-8" x="18.561331" y="32.146"/>
<use xlink:href="#glyph0-15" x="340.579462" y="20.191"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="0.802" y="32.146"/> <use xlink:href="#glyph0-3" x="24.373512" y="32.146"/>
<use xlink:href="#glyph0-21" x="3.568614" y="32.146"/> <use xlink:href="#glyph0-3" x="28.799895" y="32.146"/>
<use xlink:href="#glyph0-21" x="33.226278" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="8.822889" y="32.146"/> <use xlink:href="#glyph0-5" x="42.077052" y="32.146"/>
<use xlink:href="#glyph0-11" x="12.696348" y="32.146"/> <use xlink:href="#glyph0-21" x="44.843666" y="32.146"/>
<use xlink:href="#glyph0-9" x="16.597702" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="21.856959" y="32.146"/> <use xlink:href="#glyph0-22" x="50.107904" y="32.146"/>
<use xlink:href="#glyph0-14" x="27.390187" y="32.146"/> <use xlink:href="#glyph0-11" x="53.981363" y="32.146"/>
<use xlink:href="#glyph0-16" x="32.923415" y="32.146"/> <use xlink:href="#glyph0-9" x="57.882717" y="32.146"/>
<use xlink:href="#glyph0-3" x="37.349798" y="32.146"/>
<use xlink:href="#glyph0-7" x="41.776181" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="50.626955" y="32.146"/> <use xlink:href="#glyph0-7" x="63.132011" y="32.146"/>
<use xlink:href="#glyph0-14" x="68.665239" y="32.146"/>
<use xlink:href="#glyph0-16" x="74.198467" y="32.146"/>
<use xlink:href="#glyph0-3" x="78.62485" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="55.891193" y="32.146"/> <use xlink:href="#glyph0-7" x="83.061196" y="32.146"/>
<use xlink:href="#glyph0-24" x="61.424421" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="69.44531" y="32.146"/> <use xlink:href="#glyph0-22" x="91.91197" y="32.146"/>
<use xlink:href="#glyph0-9" x="95.785428" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="75.257491" y="32.146"/> <use xlink:href="#glyph0-22" x="104.083278" y="32.146"/>
<use xlink:href="#glyph0-11" x="79.683874" y="32.146"/> <use xlink:href="#glyph0-2" x="107.956737" y="32.146"/>
<use xlink:href="#glyph0-15" x="83.585228" y="32.146"/> <use xlink:href="#glyph0-3" x="113.489965" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="90.831027" y="32.146"/> <use xlink:href="#glyph0-30" x="121.233894" y="32.146"/>
<use xlink:href="#glyph0-21" x="93.597641" y="32.146"/> <use xlink:href="#glyph0-23" x="128.703851" y="32.146"/>
<use xlink:href="#glyph0-3" x="137.003693" y="32.146"/>
<use xlink:href="#glyph0-11" x="141.430077" y="32.146"/>
<use xlink:href="#glyph0-5" x="145.331431" y="32.146"/>
<use xlink:href="#glyph0-16" x="148.098045" y="32.146"/>
<use xlink:href="#glyph0-10" x="152.524428" y="32.146"/>
<use xlink:href="#glyph0-15" x="157.504732" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="102.448415" y="32.146"/> <use xlink:href="#glyph0-10" x="164.760493" y="32.146"/>
<use xlink:href="#glyph0-2" x="106.321874" y="32.146"/> <use xlink:href="#glyph0-21" x="169.740797" y="32.146"/>
<use xlink:href="#glyph0-3" x="111.855102" y="32.146"/> <use xlink:href="#glyph0-7" x="175.274025" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-30" x="119.608994" y="32.146"/> <use xlink:href="#glyph0-31" x="184.124799" y="32.146"/>
<use xlink:href="#glyph0-24" x="127.078951" y="32.146"/> <use xlink:href="#glyph0-16" x="191.871717" y="32.146"/>
<use xlink:href="#glyph0-3" x="135.378793" y="32.146"/> <use xlink:href="#glyph0-3" x="196.2981" y="32.146"/>
<use xlink:href="#glyph0-11" x="139.805177" y="32.146"/> <use xlink:href="#glyph0-10" x="200.724483" y="32.146"/>
<use xlink:href="#glyph0-5" x="143.706531" y="32.146"/> <use xlink:href="#glyph0-21" x="205.704787" y="32.146"/>
<use xlink:href="#glyph0-16" x="146.473145" y="32.146"/> <use xlink:href="#glyph0-5" x="211.238015" y="32.146"/>
<use xlink:href="#glyph0-10" x="150.899528" y="32.146"/> <use xlink:href="#glyph0-10" x="214.004629" y="32.146"/>
<use xlink:href="#glyph0-15" x="155.879832" y="32.146"/> <use xlink:href="#glyph0-32" x="218.984933" y="32.146"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="163.125631" y="32.146"/> <use xlink:href="#glyph1-1" x="221.753" y="28.531"/>
<use xlink:href="#glyph0-21" x="168.105934" y="32.146"/>
<use xlink:href="#glyph0-7" x="173.639162" y="32.146"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="182.489936" y="32.146"/>
<use xlink:href="#glyph0-9" x="188.023164" y="32.146"/>
<use xlink:href="#glyph0-14" x="193.003468" y="32.146"/>
<use xlink:href="#glyph0-22" x="198.536696" y="32.146"/>
<use xlink:href="#glyph0-2" x="202.410155" y="32.146"/>
<use xlink:href="#glyph0-3" x="207.943383" y="32.146"/>
<use xlink:href="#glyph0-10" x="212.369766" y="32.146"/>
<use xlink:href="#glyph0-15" x="217.35007" y="32.146"/>
<use xlink:href="#glyph0-22" x="221.278323" y="32.146"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-30" x="228.47929" y="32.146"/>
<use xlink:href="#glyph0-15" x="235.949248" y="32.146"/>
<use xlink:href="#glyph0-5" x="239.877501" y="32.146"/>
<use xlink:href="#glyph0-10" x="242.644115" y="32.146"/>
<use xlink:href="#glyph0-31" x="247.624419" y="32.146"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="250.388" y="28.531"/>
</g> </g>
<path style="fill:none;stroke-width:0.398;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.001625 L 137.483156 0.001625 " transform="matrix(1,0,0,-1,0.802,48.236)"/> <path style="fill:none;stroke-width:0.398;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.001625 L 137.483156 0.001625 " transform="matrix(1,0,0,-1,0.802,48.236)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -72,30 +72,33 @@
<path style="stroke:none;" d="M 1.484375 -6.140625 C 1.484375 -5.453125 1.203125 -4.203125 0.171875 -4.203125 L 0.171875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.421875 C 1.03125 -1.09375 1.0625 -0.75 1.21875 -0.46875 C 1.4375 -0.0625 1.90625 0.09375 2.34375 0.09375 C 3.15625 0.09375 3.3125 -0.8125 3.3125 -1.453125 L 3.3125 -1.8125 L 3.078125 -1.8125 C 3.078125 -1.671875 3.078125 -1.515625 3.078125 -1.359375 C 3.078125 -0.921875 2.984375 -0.15625 2.390625 -0.15625 C 1.828125 -0.15625 1.734375 -0.84375 1.734375 -1.28125 L 1.734375 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.734375 -4.296875 L 1.734375 -6.140625 Z M 1.484375 -6.140625 "/> <path style="stroke:none;" d="M 1.484375 -6.140625 C 1.484375 -5.453125 1.203125 -4.203125 0.171875 -4.203125 L 0.171875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.421875 C 1.03125 -1.09375 1.0625 -0.75 1.21875 -0.46875 C 1.4375 -0.0625 1.90625 0.09375 2.34375 0.09375 C 3.15625 0.09375 3.3125 -0.8125 3.3125 -1.453125 L 3.3125 -1.8125 L 3.078125 -1.8125 C 3.078125 -1.671875 3.078125 -1.515625 3.078125 -1.359375 C 3.078125 -0.921875 2.984375 -0.15625 2.390625 -0.15625 C 1.828125 -0.15625 1.734375 -0.84375 1.734375 -1.28125 L 1.734375 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.734375 -4.296875 L 1.734375 -6.140625 Z M 1.484375 -6.140625 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-23"> <symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 5.875 -6.1875 C 5.75 -6.28125 5.640625 -6.40625 5.515625 -6.515625 C 5.109375 -6.84375 4.578125 -7.03125 4.03125 -7.03125 C 2.125 -7.03125 0.546875 -5.390625 0.546875 -3.40625 C 0.546875 -1.5 2.0625 0.203125 4.03125 0.203125 C 5.390625 0.203125 6.5 -0.8125 6.625 -2.1875 C 6.640625 -2.25 6.640625 -2.28125 6.640625 -2.328125 C 6.640625 -2.4375 6.609375 -2.515625 6.515625 -2.515625 C 6.328125 -2.515625 6.375 -2.125 6.34375 -1.921875 C 6.125 -0.921875 5.234375 -0.09375 4.140625 -0.09375 C 3.4375 -0.09375 2.78125 -0.421875 2.3125 -0.953125 C 1.75 -1.609375 1.578125 -2.5 1.578125 -3.34375 C 1.578125 -4.015625 1.640625 -4.71875 1.953125 -5.328125 C 2.359375 -6.125 3.21875 -6.734375 4.125 -6.734375 C 5.359375 -6.734375 6.171875 -5.546875 6.296875 -4.46875 C 6.328125 -4.359375 6.265625 -4.1875 6.484375 -4.1875 C 6.625 -4.1875 6.640625 -4.25 6.640625 -4.34375 L 6.640625 -6.875 C 6.640625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.375 -7.03125 5.90625 -6.25 5.875 -6.1875 Z M 5.875 -6.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.46875 -3.984375 C 0.796875 -3.984375 1.09375 -3.953125 1.09375 -3.484375 L 1.09375 -0.734375 C 1.09375 -0.328125 0.8125 -0.3125 0.375 -0.3125 L 0.3125 -0.3125 L 0.3125 -0.015625 L 2.578125 -0.015625 L 2.578125 -0.3125 L 2.3125 -0.3125 C 2.03125 -0.3125 1.796875 -0.359375 1.796875 -0.734375 L 1.796875 -2.546875 C 1.796875 -3.28125 2.1875 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.859375 -3.53125 3.859375 -3.078125 L 3.859375 -0.703125 C 3.859375 -0.34375 3.5625 -0.3125 3.234375 -0.3125 L 3.078125 -0.3125 L 3.078125 -0.015625 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.078125 -0.3125 C 4.796875 -0.3125 4.5625 -0.359375 4.5625 -0.734375 L 4.5625 -2.546875 C 4.5625 -3.28125 4.953125 -4.1875 5.90625 -4.1875 C 6.546875 -4.1875 6.625 -3.53125 6.625 -3.078125 L 6.625 -0.703125 C 6.625 -0.34375 6.3125 -0.3125 5.984375 -0.3125 L 5.84375 -0.3125 L 5.84375 -0.015625 L 8.09375 -0.015625 L 8.09375 -0.3125 L 7.890625 -0.3125 C 7.59375 -0.3125 7.3125 -0.34375 7.3125 -0.703125 L 7.3125 -2.953125 C 7.3125 -3.3125 7.296875 -3.65625 7.0625 -3.984375 C 6.796875 -4.3125 6.375 -4.40625 5.96875 -4.40625 C 5.328125 -4.40625 4.796875 -4.03125 4.53125 -3.453125 C 4.34375 -4.15625 3.890625 -4.40625 3.203125 -4.40625 C 2.5625 -4.40625 1.953125 -4 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/> <path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.46875 -3.984375 C 0.796875 -3.984375 1.09375 -3.953125 1.09375 -3.484375 L 1.09375 -0.734375 C 1.09375 -0.328125 0.8125 -0.3125 0.375 -0.3125 L 0.3125 -0.3125 L 0.3125 -0.015625 L 2.578125 -0.015625 L 2.578125 -0.3125 L 2.3125 -0.3125 C 2.03125 -0.3125 1.796875 -0.359375 1.796875 -0.734375 L 1.796875 -2.546875 C 1.796875 -3.28125 2.1875 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.859375 -3.53125 3.859375 -3.078125 L 3.859375 -0.703125 C 3.859375 -0.34375 3.5625 -0.3125 3.234375 -0.3125 L 3.078125 -0.3125 L 3.078125 -0.015625 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.078125 -0.3125 C 4.796875 -0.3125 4.5625 -0.359375 4.5625 -0.734375 L 4.5625 -2.546875 C 4.5625 -3.28125 4.953125 -4.1875 5.90625 -4.1875 C 6.546875 -4.1875 6.625 -3.53125 6.625 -3.078125 L 6.625 -0.703125 C 6.625 -0.34375 6.3125 -0.3125 5.984375 -0.3125 L 5.84375 -0.3125 L 5.84375 -0.015625 L 8.09375 -0.015625 L 8.09375 -0.3125 L 7.890625 -0.3125 C 7.59375 -0.3125 7.3125 -0.34375 7.3125 -0.703125 L 7.3125 -2.953125 C 7.3125 -3.3125 7.296875 -3.65625 7.0625 -3.984375 C 6.796875 -4.3125 6.375 -4.40625 5.96875 -4.40625 C 5.328125 -4.40625 4.796875 -4.03125 4.53125 -3.453125 C 4.34375 -4.15625 3.890625 -4.40625 3.203125 -4.40625 C 2.5625 -4.40625 1.953125 -4 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-25"> <symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.453125 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.5625 L 1.046875 1.21875 C 1.046875 1.578125 0.78125 1.609375 0.5 1.609375 L 0.265625 1.609375 L 0.265625 1.921875 L 2.515625 1.921875 L 2.515625 1.609375 L 2.28125 1.609375 C 1.984375 1.609375 1.75 1.578125 1.75 1.21875 L 1.75 -0.515625 C 1.984375 -0.09375 2.546875 0.09375 2.96875 0.09375 C 4.203125 0.09375 5.1875 -0.953125 5.1875 -2.15625 C 5.1875 -3.359375 4.265625 -4.40625 3.09375 -4.40625 C 2.546875 -4.40625 2.078125 -4.171875 1.71875 -3.765625 L 1.71875 -4.40625 Z M 4.34375 -1.984375 C 4.296875 -1.25 3.90625 -0.203125 3 -0.125 L 2.9375 -0.125 C 2.515625 -0.125 2.125 -0.359375 1.890625 -0.71875 C 1.796875 -0.828125 1.75 -0.921875 1.75 -1.0625 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.65625 2.40625 -4.15625 3 -4.15625 C 4 -4.15625 4.359375 -2.84375 4.359375 -2.140625 C 4.359375 -2.09375 4.359375 -2.03125 4.34375 -1.984375 Z M 4.34375 -1.984375 "/> <path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.453125 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.5625 L 1.046875 1.21875 C 1.046875 1.578125 0.78125 1.609375 0.5 1.609375 L 0.265625 1.609375 L 0.265625 1.921875 L 2.515625 1.921875 L 2.515625 1.609375 L 2.28125 1.609375 C 1.984375 1.609375 1.75 1.578125 1.75 1.21875 L 1.75 -0.515625 C 1.984375 -0.09375 2.546875 0.09375 2.96875 0.09375 C 4.203125 0.09375 5.1875 -0.953125 5.1875 -2.15625 C 5.1875 -3.359375 4.265625 -4.40625 3.09375 -4.40625 C 2.546875 -4.40625 2.078125 -4.171875 1.71875 -3.765625 L 1.71875 -4.40625 Z M 4.34375 -1.984375 C 4.296875 -1.25 3.90625 -0.203125 3 -0.125 L 2.9375 -0.125 C 2.515625 -0.125 2.125 -0.359375 1.890625 -0.71875 C 1.796875 -0.828125 1.75 -0.921875 1.75 -1.0625 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.65625 2.40625 -4.15625 3 -4.15625 C 4 -4.15625 4.359375 -2.84375 4.359375 -2.140625 C 4.359375 -2.09375 4.359375 -2.03125 4.34375 -1.984375 Z M 4.34375 -1.984375 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-26"> <symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 1.1875 -0.234375 L 1.1875 -0.21875 C 0.71875 -0.125 0.28125 0.3125 0.28125 0.78125 C 0.28125 1.71875 1.71875 2.046875 2.484375 2.046875 C 3.3125 2.046875 4.6875 1.75 4.6875 0.71875 C 4.6875 0.0625 4.234375 -0.375 3.640625 -0.546875 C 3.28125 -0.65625 2.90625 -0.671875 2.53125 -0.671875 L 1.625 -0.671875 C 1.3125 -0.703125 1.0625 -1.015625 1.0625 -1.328125 L 1.0625 -1.390625 C 1.0625 -1.515625 1.140625 -1.78125 1.234375 -1.78125 C 1.359375 -1.75 1.5 -1.640625 1.65625 -1.578125 C 1.828125 -1.53125 2.03125 -1.5 2.21875 -1.5 C 3.046875 -1.5 3.84375 -2.109375 3.84375 -2.953125 C 3.84375 -3.296875 3.703125 -3.6875 3.421875 -3.90625 L 3.421875 -3.921875 C 3.703125 -4.109375 3.953125 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.3125 -4.234375 4.25 -4.15625 4.25 -4.03125 C 4.25 -3.875 4.390625 -3.734375 4.546875 -3.734375 C 4.71875 -3.734375 4.828125 -3.875 4.828125 -4.03125 C 4.828125 -4.296875 4.609375 -4.515625 4.34375 -4.515625 C 3.984375 -4.515625 3.65625 -4.375 3.390625 -4.15625 C 3.359375 -4.125 3.3125 -4.09375 3.28125 -4.078125 L 3.265625 -4.078125 C 3.203125 -4.078125 3.125 -4.15625 3.078125 -4.1875 C 2.828125 -4.328125 2.515625 -4.40625 2.21875 -4.40625 C 1.4375 -4.40625 0.59375 -3.859375 0.59375 -2.953125 C 0.59375 -2.625 0.71875 -2.328125 0.921875 -2.0625 C 0.953125 -2.03125 1.03125 -1.96875 1.03125 -1.921875 C 1.03125 -1.875 0.96875 -1.828125 0.953125 -1.78125 C 0.8125 -1.578125 0.75 -1.328125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.375 1.1875 -0.234375 Z M 0.8125 0.84375 L 0.8125 0.75 C 0.8125 0.234375 1.265625 -0.078125 1.796875 -0.078125 L 2.578125 -0.078125 C 3.203125 -0.078125 4.171875 0.015625 4.171875 0.78125 C 4.171875 1.5 3.09375 1.8125 2.484375 1.8125 C 1.828125 1.8125 0.90625 1.515625 0.8125 0.84375 Z M 1.34375 -2.75 L 1.34375 -2.875 C 1.34375 -3.421875 1.46875 -4.171875 2.21875 -4.171875 C 2.828125 -4.171875 3.078125 -3.59375 3.078125 -2.953125 C 3.078125 -2.546875 3 -1.734375 2.21875 -1.734375 C 1.96875 -1.734375 1.71875 -1.859375 1.546875 -2.078125 C 1.390625 -2.265625 1.375 -2.515625 1.34375 -2.75 Z M 1.34375 -2.75 "/> <path style="stroke:none;" d="M 1.1875 -0.234375 L 1.1875 -0.21875 C 0.71875 -0.125 0.28125 0.3125 0.28125 0.78125 C 0.28125 1.71875 1.71875 2.046875 2.484375 2.046875 C 3.3125 2.046875 4.6875 1.75 4.6875 0.71875 C 4.6875 0.0625 4.234375 -0.375 3.640625 -0.546875 C 3.28125 -0.65625 2.90625 -0.671875 2.53125 -0.671875 L 1.625 -0.671875 C 1.3125 -0.703125 1.0625 -1.015625 1.0625 -1.328125 L 1.0625 -1.390625 C 1.0625 -1.515625 1.140625 -1.78125 1.234375 -1.78125 C 1.359375 -1.75 1.5 -1.640625 1.65625 -1.578125 C 1.828125 -1.53125 2.03125 -1.5 2.21875 -1.5 C 3.046875 -1.5 3.84375 -2.109375 3.84375 -2.953125 C 3.84375 -3.296875 3.703125 -3.6875 3.421875 -3.90625 L 3.421875 -3.921875 C 3.703125 -4.109375 3.953125 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.3125 -4.234375 4.25 -4.15625 4.25 -4.03125 C 4.25 -3.875 4.390625 -3.734375 4.546875 -3.734375 C 4.71875 -3.734375 4.828125 -3.875 4.828125 -4.03125 C 4.828125 -4.296875 4.609375 -4.515625 4.34375 -4.515625 C 3.984375 -4.515625 3.65625 -4.375 3.390625 -4.15625 C 3.359375 -4.125 3.3125 -4.09375 3.28125 -4.078125 L 3.265625 -4.078125 C 3.203125 -4.078125 3.125 -4.15625 3.078125 -4.1875 C 2.828125 -4.328125 2.515625 -4.40625 2.21875 -4.40625 C 1.4375 -4.40625 0.59375 -3.859375 0.59375 -2.953125 C 0.59375 -2.625 0.71875 -2.328125 0.921875 -2.0625 C 0.953125 -2.03125 1.03125 -1.96875 1.03125 -1.921875 C 1.03125 -1.875 0.96875 -1.828125 0.953125 -1.78125 C 0.8125 -1.578125 0.75 -1.328125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.375 1.1875 -0.234375 Z M 0.8125 0.84375 L 0.8125 0.75 C 0.8125 0.234375 1.265625 -0.078125 1.796875 -0.078125 L 2.578125 -0.078125 C 3.203125 -0.078125 4.171875 0.015625 4.171875 0.78125 C 4.171875 1.5 3.09375 1.8125 2.484375 1.8125 C 1.828125 1.8125 0.90625 1.515625 0.8125 0.84375 Z M 1.34375 -2.75 L 1.34375 -2.875 C 1.34375 -3.421875 1.46875 -4.171875 2.21875 -4.171875 C 2.828125 -4.171875 3.078125 -3.59375 3.078125 -2.953125 C 3.078125 -2.546875 3 -1.734375 2.21875 -1.734375 C 1.96875 -1.734375 1.71875 -1.859375 1.546875 -2.078125 C 1.390625 -2.265625 1.375 -2.515625 1.34375 -2.75 Z M 1.34375 -2.75 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-27"> <symbol overflow="visible" id="glyph0-26">
<path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.34375 -3.984375 C 0.625 -3.984375 0.84375 -3.953125 1.015625 -3.578125 C 1.46875 -2.484375 1.90625 -1.375 2.375 -0.28125 C 2.40625 -0.203125 2.484375 -0.09375 2.484375 0 C 2.484375 0.015625 2.46875 0.03125 2.46875 0.046875 C 2.40625 0.25 2.296875 0.453125 2.21875 0.640625 C 2.015625 1.140625 1.71875 1.8125 1.109375 1.8125 C 0.953125 1.8125 0.75 1.75 0.640625 1.640625 C 0.828125 1.609375 1.03125 1.5 1.03125 1.21875 C 1.03125 1 0.875 0.8125 0.65625 0.796875 C 0.34375 0.796875 0.1875 0.984375 0.1875 1.21875 C 0.1875 1.71875 0.65625 2.03125 1.109375 2.03125 C 1.828125 2.03125 2.21875 1.296875 2.46875 0.703125 L 2.765625 -0.015625 C 3.109375 -0.875 3.46875 -1.71875 3.828125 -2.578125 L 4.0625 -3.15625 C 4.234375 -3.625 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.6875 -3.984375 3.921875 -3.828125 3.921875 -3.578125 C 3.921875 -3.453125 3.859375 -3.3125 3.8125 -3.203125 C 3.515625 -2.515625 3.265625 -1.828125 2.953125 -1.15625 C 2.9375 -1.0625 2.875 -0.984375 2.859375 -0.890625 L 2.84375 -0.890625 C 2.78125 -1.109375 2.671875 -1.328125 2.578125 -1.546875 C 2.328125 -2.1875 2.015625 -2.84375 1.78125 -3.515625 C 1.75 -3.578125 1.703125 -3.65625 1.703125 -3.734375 L 1.703125 -3.765625 C 1.765625 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/> <path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.34375 -3.984375 C 0.625 -3.984375 0.84375 -3.953125 1.015625 -3.578125 C 1.46875 -2.484375 1.90625 -1.375 2.375 -0.28125 C 2.40625 -0.203125 2.484375 -0.09375 2.484375 0 C 2.484375 0.015625 2.46875 0.03125 2.46875 0.046875 C 2.40625 0.25 2.296875 0.453125 2.21875 0.640625 C 2.015625 1.140625 1.71875 1.8125 1.109375 1.8125 C 0.953125 1.8125 0.75 1.75 0.640625 1.640625 C 0.828125 1.609375 1.03125 1.5 1.03125 1.21875 C 1.03125 1 0.875 0.8125 0.65625 0.796875 C 0.34375 0.796875 0.1875 0.984375 0.1875 1.21875 C 0.1875 1.71875 0.65625 2.03125 1.109375 2.03125 C 1.828125 2.03125 2.21875 1.296875 2.46875 0.703125 L 2.765625 -0.015625 C 3.109375 -0.875 3.46875 -1.71875 3.828125 -2.578125 L 4.0625 -3.15625 C 4.234375 -3.625 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.6875 -3.984375 3.921875 -3.828125 3.921875 -3.578125 C 3.921875 -3.453125 3.859375 -3.3125 3.8125 -3.203125 C 3.515625 -2.515625 3.265625 -1.828125 2.953125 -1.15625 C 2.9375 -1.0625 2.875 -0.984375 2.859375 -0.890625 L 2.84375 -0.890625 C 2.78125 -1.109375 2.671875 -1.328125 2.578125 -1.546875 C 2.328125 -2.1875 2.015625 -2.84375 1.78125 -3.515625 C 1.75 -3.578125 1.703125 -3.65625 1.703125 -3.734375 L 1.703125 -3.765625 C 1.765625 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-28"> <symbol overflow="visible" id="glyph0-27">
<path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.375 -3.984375 C 0.875 -3.984375 0.921875 -3.78125 1.21875 -3.03125 L 2.03125 -1.03125 C 2.1875 -0.640625 2.390625 0.09375 2.625 0.09375 C 2.859375 0.09375 3.046875 -0.625 3.203125 -0.984375 L 4.03125 -3.046875 C 4.28125 -3.671875 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.671875 -3.984375 3.921875 -3.8125 3.921875 -3.578125 C 3.921875 -3.453125 3.875 -3.3125 3.8125 -3.1875 C 3.53125 -2.46875 3.25 -1.78125 2.953125 -1.078125 C 2.9375 -0.984375 2.875 -0.890625 2.859375 -0.796875 L 2.84375 -0.796875 C 2.78125 -1.03125 2.671875 -1.25 2.578125 -1.484375 L 1.765625 -3.5 C 1.734375 -3.578125 1.6875 -3.65625 1.6875 -3.734375 L 1.6875 -3.78125 C 1.75 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/> <path style="stroke:none;" d="M 0.1875 -4.296875 L 0.1875 -3.984375 L 0.375 -3.984375 C 0.875 -3.984375 0.921875 -3.78125 1.21875 -3.03125 L 2.03125 -1.03125 C 2.1875 -0.640625 2.390625 0.09375 2.625 0.09375 C 2.859375 0.09375 3.046875 -0.625 3.203125 -0.984375 L 4.03125 -3.046875 C 4.28125 -3.671875 4.5 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.671875 -3.984375 3.921875 -3.8125 3.921875 -3.578125 C 3.921875 -3.453125 3.875 -3.3125 3.8125 -3.1875 C 3.53125 -2.46875 3.25 -1.78125 2.953125 -1.078125 C 2.9375 -0.984375 2.875 -0.890625 2.859375 -0.796875 L 2.84375 -0.796875 C 2.78125 -1.03125 2.671875 -1.25 2.578125 -1.484375 L 1.765625 -3.5 C 1.734375 -3.578125 1.6875 -3.65625 1.6875 -3.734375 L 1.6875 -3.78125 C 1.75 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 Z M 0.1875 -4.296875 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-28">
<path style="stroke:none;" d="M 0.328125 -6.78125 L 0.328125 -6.484375 C 0.453125 -6.484375 0.59375 -6.484375 0.703125 -6.484375 C 1.0625 -6.484375 1.359375 -6.4375 1.359375 -6.046875 L 1.359375 -0.75 C 1.359375 -0.375 1.03125 -0.3125 0.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 6.078125 -0.015625 L 6.484375 -2.578125 L 6.234375 -2.578125 C 6.09375 -1.671875 5.96875 -0.671875 4.890625 -0.40625 C 4.578125 -0.328125 4.25 -0.3125 3.9375 -0.3125 L 2.65625 -0.3125 C 2.46875 -0.3125 2.25 -0.34375 2.25 -0.640625 L 2.25 -3.375 L 3.15625 -3.375 C 3.515625 -3.375 3.890625 -3.34375 4.09375 -3.046875 C 4.203125 -2.828125 4.21875 -2.5625 4.21875 -2.3125 L 4.21875 -2.21875 L 4.46875 -2.21875 L 4.46875 -4.859375 L 4.21875 -4.859375 L 4.21875 -4.75 C 4.21875 -4.21875 4.09375 -3.78125 3.515625 -3.703125 C 3.3125 -3.6875 3.125 -3.6875 2.9375 -3.6875 L 2.25 -3.6875 L 2.25 -6.125 C 2.25 -6.46875 2.453125 -6.484375 2.65625 -6.484375 L 3.859375 -6.484375 C 4.453125 -6.484375 5.171875 -6.484375 5.5625 -5.953125 C 5.859375 -5.546875 5.90625 -5.03125 5.96875 -4.546875 L 6.21875 -4.546875 L 5.9375 -6.78125 Z M 0.328125 -6.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-29"> <symbol overflow="visible" id="glyph0-29">
<path style="stroke:none;" d="M 0.34375 -6.8125 L 0.34375 -6.515625 C 0.46875 -6.515625 0.59375 -6.515625 0.71875 -6.515625 C 1.078125 -6.515625 1.359375 -6.46875 1.359375 -6.078125 L 1.359375 -0.75 C 1.359375 -0.375 1.03125 -0.3125 0.703125 -0.3125 C 0.5625 -0.3125 0.453125 -0.3125 0.34375 -0.3125 L 0.34375 -0.015625 L 3.28125 -0.015625 L 3.28125 -0.3125 L 2.9375 -0.3125 C 2.515625 -0.3125 2.25 -0.34375 2.25 -0.75 L 2.25 -3.15625 L 4.09375 -3.15625 C 5.03125 -3.234375 6.21875 -3.8125 6.21875 -4.953125 C 6.21875 -6.015625 5.171875 -6.703125 4.171875 -6.8125 C 4.015625 -6.8125 3.875 -6.828125 3.734375 -6.828125 C 3.53125 -6.828125 3.328125 -6.8125 3.140625 -6.8125 Z M 2.21875 -3.421875 L 2.21875 -6.1875 C 2.21875 -6.453125 2.390625 -6.484375 2.578125 -6.515625 L 3.328125 -6.515625 C 3.890625 -6.515625 4.53125 -6.484375 4.921875 -6.015625 C 5.15625 -5.734375 5.1875 -5.328125 5.1875 -4.96875 C 5.1875 -4.609375 5.15625 -4.234375 4.9375 -3.9375 C 4.609375 -3.515625 4.03125 -3.421875 3.515625 -3.421875 Z M 2.21875 -3.421875 "/> <path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.46875 -6.515625 0.625 -6.515625 0.78125 -6.515625 C 1.09375 -6.515625 1.359375 -6.484375 1.359375 -6.34375 L 1.359375 -1.0625 C 1.359375 -0.375 0.78125 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.65625 -0.015625 L 2.65625 -0.3125 C 2.234375 -0.3125 1.625 -0.375 1.625 -1.046875 C 1.625 -1.140625 1.640625 -1.234375 1.640625 -1.3125 L 1.640625 -6.234375 C 1.796875 -6.0625 1.921875 -5.84375 2.046875 -5.640625 C 3.28125 -3.859375 4.46875 -2.046875 5.703125 -0.265625 C 5.765625 -0.171875 5.84375 -0.015625 5.984375 -0.015625 C 6.078125 -0.015625 6.109375 -0.078125 6.109375 -0.171875 L 6.109375 -5.796875 C 6.109375 -6.453125 6.703125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.8125 -6.8125 L 4.8125 -6.515625 C 5.234375 -6.515625 5.828125 -6.453125 5.828125 -5.796875 L 5.828125 -1.53125 L 2.21875 -6.796875 L 2.046875 -6.8125 Z M 0.328125 -6.8125 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-30"> <symbol overflow="visible" id="glyph0-30">
<path style="stroke:none;" d="M 0.3125 -0.3125 L 0.3125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 C 2.15625 -0.3125 1.75 -0.46875 1.71875 -0.8125 C 1.71875 -0.921875 1.78125 -1 1.796875 -1.09375 C 1.90625 -1.421875 2.015625 -1.75 2.140625 -2.078125 C 2.171875 -2.15625 2.171875 -2.28125 2.3125 -2.28125 L 4.578125 -2.28125 C 4.6875 -2.28125 4.703125 -2.171875 4.75 -2.078125 L 4.953125 -1.453125 C 5.046875 -1.203125 5.234375 -0.8125 5.234375 -0.609375 L 5.234375 -0.5625 C 5.140625 -0.328125 4.75 -0.3125 4.46875 -0.3125 L 4.40625 -0.3125 L 4.40625 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 L 6.859375 -0.3125 C 6.625 -0.3125 6.390625 -0.34375 6.265625 -0.453125 C 6.15625 -0.578125 6.125 -0.75 6.0625 -0.890625 C 5.546875 -2.375 5.046875 -3.875 4.515625 -5.359375 C 4.34375 -5.875 4.09375 -6.4375 3.96875 -6.953125 C 3.921875 -7.09375 3.875 -7.140625 3.734375 -7.140625 C 3.53125 -7.140625 3.484375 -6.9375 3.421875 -6.734375 C 2.875 -5.046875 2.25 -3.390625 1.6875 -1.71875 L 1.46875 -1.109375 C 1.421875 -0.9375 1.359375 -0.75 1.21875 -0.625 C 0.984375 -0.375 0.640625 -0.3125 0.3125 -0.3125 Z M 2.328125 -2.59375 L 3.4375 -5.828125 L 4.5625 -2.59375 Z M 2.328125 -2.59375 "/> <path style="stroke:none;" d="M 0.3125 -0.3125 L 0.3125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 C 2.15625 -0.3125 1.75 -0.46875 1.71875 -0.8125 C 1.71875 -0.921875 1.78125 -1 1.796875 -1.09375 C 1.90625 -1.421875 2.015625 -1.75 2.140625 -2.078125 C 2.171875 -2.15625 2.171875 -2.28125 2.3125 -2.28125 L 4.578125 -2.28125 C 4.6875 -2.28125 4.703125 -2.171875 4.75 -2.078125 L 4.953125 -1.453125 C 5.046875 -1.203125 5.234375 -0.8125 5.234375 -0.609375 L 5.234375 -0.5625 C 5.140625 -0.328125 4.75 -0.3125 4.46875 -0.3125 L 4.40625 -0.3125 L 4.40625 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 L 6.859375 -0.3125 C 6.625 -0.3125 6.390625 -0.34375 6.265625 -0.453125 C 6.15625 -0.578125 6.125 -0.75 6.0625 -0.890625 C 5.546875 -2.375 5.046875 -3.875 4.515625 -5.359375 C 4.34375 -5.875 4.09375 -6.4375 3.96875 -6.953125 C 3.921875 -7.09375 3.875 -7.140625 3.734375 -7.140625 C 3.53125 -7.140625 3.484375 -6.9375 3.421875 -6.734375 C 2.875 -5.046875 2.25 -3.390625 1.6875 -1.71875 L 1.46875 -1.109375 C 1.421875 -0.9375 1.359375 -0.75 1.21875 -0.625 C 0.984375 -0.375 0.640625 -0.3125 0.3125 -0.3125 Z M 2.328125 -2.59375 L 3.4375 -5.828125 L 4.5625 -2.59375 Z M 2.328125 -2.59375 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph0-31"> <symbol overflow="visible" id="glyph0-31">
<path style="stroke:none;" d="M 3.703125 -7.03125 C 2.8125 -6.90625 2.0625 -6.625 1.46875 -5.921875 C 0.875 -5.21875 0.546875 -4.296875 0.546875 -3.375 C 0.546875 -1.671875 1.78125 0.203125 3.890625 0.203125 C 5.84375 0.203125 7.203125 -1.578125 7.203125 -3.40625 C 7.203125 -5.234375 5.859375 -7.046875 3.84375 -7.046875 C 3.796875 -7.046875 3.75 -7.03125 3.703125 -7.03125 Z M 1.578125 -3.265625 L 1.578125 -3.4375 C 1.578125 -4.578125 1.8125 -5.890625 2.953125 -6.546875 C 3.234375 -6.703125 3.546875 -6.78125 3.875 -6.78125 C 4.71875 -6.78125 5.4375 -6.1875 5.828125 -5.390625 C 6.09375 -4.84375 6.171875 -4.15625 6.171875 -3.578125 C 6.171875 -2.265625 5.859375 -0.625 4.328125 -0.109375 C 4.1875 -0.0625 4.03125 -0.046875 3.890625 -0.046875 C 2.453125 -0.046875 1.765625 -1.53125 1.609375 -2.734375 C 1.59375 -2.921875 1.59375 -3.09375 1.578125 -3.265625 Z M 1.578125 -3.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-32">
<path style="stroke:none;" d="M 1.3125 -1.0625 C 1.0625 -1.03125 0.859375 -0.796875 0.859375 -0.546875 C 0.859375 -0.296875 1.0625 -0.015625 1.359375 -0.015625 C 1.640625 -0.015625 1.90625 -0.21875 1.90625 -0.53125 C 1.90625 -0.78125 1.71875 -1.0625 1.390625 -1.0625 C 1.359375 -1.0625 1.328125 -1.0625 1.3125 -1.0625 Z M 1.3125 -1.0625 "/> <path style="stroke:none;" d="M 1.3125 -1.0625 C 1.0625 -1.03125 0.859375 -0.796875 0.859375 -0.546875 C 0.859375 -0.296875 1.0625 -0.015625 1.359375 -0.015625 C 1.640625 -0.015625 1.90625 -0.21875 1.90625 -0.53125 C 1.90625 -0.78125 1.71875 -1.0625 1.390625 -1.0625 C 1.359375 -1.0625 1.328125 -1.0625 1.3125 -1.0625 Z M 1.3125 -1.0625 "/>
</symbol> </symbol>
<symbol overflow="visible" id="glyph1-0"> <symbol overflow="visible" id="glyph1-0">
@ -185,273 +188,264 @@
<use xlink:href="#glyph0-3" x="152.472225" y="672.126"/> <use xlink:href="#glyph0-3" x="152.472225" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="161.302078" y="672.126"/> <use xlink:href="#glyph0-4" x="159.947164" y="672.126"/>
<use xlink:href="#glyph0-5" x="168.495075" y="672.126"/> <use xlink:href="#glyph0-5" x="167.140161" y="672.126"/>
<use xlink:href="#glyph0-6" x="171.261689" y="672.126"/> <use xlink:href="#glyph0-6" x="169.906775" y="672.126"/>
<use xlink:href="#glyph0-7" x="174.028303" y="672.126"/> <use xlink:href="#glyph0-7" x="172.673389" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="183.974963" y="672.126"/> <use xlink:href="#glyph0-8" x="181.255173" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="189.777181" y="672.126"/> <use xlink:href="#glyph0-9" x="187.057391" y="672.126"/>
<use xlink:href="#glyph0-10" x="194.757485" y="672.126"/> <use xlink:href="#glyph0-10" x="192.037695" y="672.126"/>
<use xlink:href="#glyph0-11" x="199.737788" y="672.126"/> <use xlink:href="#glyph0-11" x="197.017999" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="208.052574" y="672.126"/> <use xlink:href="#glyph0-12" x="203.967908" y="672.126"/>
<use xlink:href="#glyph0-13" x="211.926033" y="672.126"/> <use xlink:href="#glyph0-13" x="207.841367" y="672.126"/>
<use xlink:href="#glyph0-14" x="217.459261" y="672.126"/> <use xlink:href="#glyph0-14" x="213.374595" y="672.126"/>
<use xlink:href="#glyph0-15" x="222.992489" y="672.126"/> <use xlink:href="#glyph0-15" x="218.907823" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="231.324212" y="672.126"/> <use xlink:href="#glyph0-15" x="225.884632" y="672.126"/>
<use xlink:href="#glyph0-16" x="235.252465" y="672.126"/> <use xlink:href="#glyph0-16" x="229.812885" y="672.126"/>
<use xlink:href="#glyph0-11" x="239.678848" y="672.126"/> <use xlink:href="#glyph0-11" x="234.239268" y="672.126"/>
<use xlink:href="#glyph0-9" x="243.580202" y="672.126"/> <use xlink:href="#glyph0-9" x="238.140623" y="672.126"/>
<use xlink:href="#glyph0-17" x="248.560506" y="672.126"/> <use xlink:href="#glyph0-17" x="243.120926" y="672.126"/>
<use xlink:href="#glyph0-10" x="251.60408" y="672.126"/> <use xlink:href="#glyph0-10" x="246.164501" y="672.126"/>
<use xlink:href="#glyph0-18" x="256.584384" y="672.126"/> <use xlink:href="#glyph0-18" x="251.144804" y="672.126"/>
<use xlink:href="#glyph0-19" x="260.457843" y="672.126"/> <use xlink:href="#glyph0-19" x="255.018263" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="267.627926" y="672.126"/> <use xlink:href="#glyph0-10" x="260.82347" y="672.126"/>
<use xlink:href="#glyph0-6" x="272.60823" y="672.126"/> <use xlink:href="#glyph0-6" x="265.803774" y="672.126"/>
<use xlink:href="#glyph0-15" x="275.374844" y="672.126"/> <use xlink:href="#glyph0-15" x="268.570388" y="672.126"/>
<use xlink:href="#glyph0-9" x="279.303097" y="672.126"/> <use xlink:href="#glyph0-9" x="272.498641" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="288.68687" y="672.126"/> <use xlink:href="#glyph0-20" x="280.527501" y="672.126"/>
<use xlink:href="#glyph0-21" x="293.944134" y="672.126"/> <use xlink:href="#glyph0-21" x="285.784765" y="672.126"/>
<use xlink:href="#glyph0-9" x="299.477362" y="672.126"/> <use xlink:href="#glyph0-9" x="291.317993" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="304.188676" y="672.126"/> <use xlink:href="#glyph0-4" x="296.019344" y="672.126"/>
<use xlink:href="#glyph0-21" x="311.381673" y="672.126"/> <use xlink:href="#glyph0-21" x="303.212341" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="321.31837" y="672.126"/> <use xlink:href="#glyph0-10" x="311.794124" y="672.126"/>
<use xlink:href="#glyph0-15" x="326.298674" y="672.126"/> <use xlink:href="#glyph0-15" x="316.774428" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="334.630396" y="672.126"/> <use xlink:href="#glyph0-22" x="323.751237" y="672.126"/>
<use xlink:href="#glyph0-2" x="338.503855" y="672.126"/> <use xlink:href="#glyph0-2" x="327.624696" y="672.126"/>
<use xlink:href="#glyph0-3" x="344.037083" y="672.126"/> <use xlink:href="#glyph0-3" x="333.157924" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="352.866935" y="672.126"/> <use xlink:href="#glyph0-4" x="340.6229" y="672.126"/>
<use xlink:href="#glyph0-5" x="360.059933" y="672.126"/> <use xlink:href="#glyph0-5" x="347.815897" y="672.126"/>
<use xlink:href="#glyph0-6" x="350.582511" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="362.836509" y="672.126"/> <use xlink:href="#glyph0-7" x="353.359088" y="672.126"/>
<use xlink:href="#glyph0-7" x="365.603123" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="375.539821" y="672.126"/> <use xlink:href="#glyph0-15" x="361.930909" y="672.126"/>
<use xlink:href="#glyph0-4" x="379.468074" y="672.126"/> <use xlink:href="#glyph0-4" x="365.859162" y="672.126"/>
<use xlink:href="#glyph0-5" x="386.661071" y="672.126"/> <use xlink:href="#glyph0-5" x="373.052159" y="672.126"/>
<use xlink:href="#glyph0-21" x="389.427685" y="672.126"/> <use xlink:href="#glyph0-21" x="375.818773" y="672.126"/>
<use xlink:href="#glyph0-3" x="394.960913" y="672.126"/> <use xlink:href="#glyph0-3" x="381.352001" y="672.126"/>
<use xlink:href="#glyph0-19" x="399.387296" y="672.126"/> <use xlink:href="#glyph0-19" x="385.778385" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="406.557379" y="672.126"/> <use xlink:href="#glyph0-16" x="391.593554" y="672.126"/>
<use xlink:href="#glyph0-9" x="413.750377" y="672.126"/> <use xlink:href="#glyph0-9" x="396.019937" y="672.126"/>
<use xlink:href="#glyph0-24" x="418.73068" y="672.126"/> <use xlink:href="#glyph0-23" x="401.000241" y="672.126"/>
<use xlink:href="#glyph0-24" x="427.030522" y="672.126"/> <use xlink:href="#glyph0-23" x="409.300083" y="672.126"/>
<use xlink:href="#glyph0-9" x="435.330364" y="672.126"/> <use xlink:href="#glyph0-9" x="417.599925" y="672.126"/>
<use xlink:href="#glyph0-21" x="440.310668" y="672.126"/> <use xlink:href="#glyph0-21" x="422.580229" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="450.247365" y="672.126"/> <use xlink:href="#glyph0-4" x="431.162013" y="672.126"/>
<use xlink:href="#glyph0-5" x="438.35501" y="672.126"/>
<use xlink:href="#glyph0-6" x="441.121624" y="672.126"/>
<use xlink:href="#glyph0-7" x="443.888238" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="457.450325" y="672.126"/> <use xlink:href="#glyph0-24" x="452.470021" y="672.126"/>
<use xlink:href="#glyph0-6" x="460.216939" y="672.126"/> <use xlink:href="#glyph0-5" x="458.00325" y="672.126"/>
<use xlink:href="#glyph0-7" x="462.983553" y="672.126"/> <use xlink:href="#glyph0-25" x="460.769864" y="672.126"/>
<use xlink:href="#glyph0-19" x="465.750167" y="672.126"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="124.802" y="684.081"/> <use xlink:href="#glyph0-9" x="124.802" y="684.081"/>
<use xlink:href="#glyph0-5" x="130.335228" y="684.081"/> <use xlink:href="#glyph0-11" x="129.782304" y="684.081"/>
<use xlink:href="#glyph0-26" x="133.101842" y="684.081"/>
<use xlink:href="#glyph0-19" x="138.082146" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="144.943388" y="684.081"/> <use xlink:href="#glyph0-15" x="137.399708" y="684.081"/>
<use xlink:href="#glyph0-11" x="149.923692" y="684.081"/> <use xlink:href="#glyph0-5" x="141.327961" y="684.081"/>
<use xlink:href="#glyph0-23" x="144.094575" y="684.081"/>
<use xlink:href="#glyph0-24" x="152.394417" y="684.081"/>
<use xlink:href="#glyph0-6" x="157.927645" y="684.081"/>
<use xlink:href="#glyph0-26" x="160.694259" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="157.909712" y="684.081"/> <use xlink:href="#glyph0-4" x="169.677535" y="684.081"/>
<use xlink:href="#glyph0-5" x="161.837965" y="684.081"/> <use xlink:href="#glyph0-5" x="176.870533" y="684.081"/>
<use xlink:href="#glyph0-24" x="164.60458" y="684.081"/> <use xlink:href="#glyph0-6" x="179.637147" y="684.081"/>
<use xlink:href="#glyph0-25" x="172.904422" y="684.081"/> <use xlink:href="#glyph0-7" x="182.403761" y="684.081"/>
<use xlink:href="#glyph0-6" x="178.43765" y="684.081"/>
<use xlink:href="#glyph0-27" x="181.204264" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="190.556156" y="684.081"/> <use xlink:href="#glyph0-24" x="191.653039" y="684.081"/>
<use xlink:href="#glyph0-5" x="197.749153" y="684.081"/> <use xlink:href="#glyph0-5" x="197.186267" y="684.081"/>
<use xlink:href="#glyph0-6" x="200.515767" y="684.081"/> <use xlink:href="#glyph0-25" x="199.952881" y="684.081"/>
<use xlink:href="#glyph0-7" x="203.282381" y="684.081"/> <use xlink:href="#glyph0-19" x="204.933184" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="212.910238" y="684.081"/> <use xlink:href="#glyph0-5" x="211.415848" y="684.081"/>
<use xlink:href="#glyph0-5" x="218.443466" y="684.081"/> <use xlink:href="#glyph0-15" x="214.182462" y="684.081"/>
<use xlink:href="#glyph0-26" x="221.21008" y="684.081"/>
<use xlink:href="#glyph0-19" x="226.190384" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="233.051627" y="684.081"/> <use xlink:href="#glyph0-10" x="221.826765" y="684.081"/>
<use xlink:href="#glyph0-15" x="235.818241" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="243.83116" y="684.081"/> <use xlink:href="#glyph0-15" x="230.533081" y="684.081"/>
<use xlink:href="#glyph0-14" x="234.461334" y="684.081"/>
<use xlink:href="#glyph0-5" x="239.994563" y="684.081"/>
<use xlink:href="#glyph0-7" x="242.761177" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="252.906092" y="684.081"/> <use xlink:href="#glyph0-21" x="252.010454" y="684.081"/>
<use xlink:href="#glyph0-14" x="256.834345" y="684.081"/> <use xlink:href="#glyph0-10" x="257.543682" y="684.081"/>
<use xlink:href="#glyph0-5" x="262.367573" y="684.081"/> <use xlink:href="#glyph0-22" x="262.523986" y="684.081"/>
<use xlink:href="#glyph0-7" x="265.134187" y="684.081"/> <use xlink:href="#glyph0-5" x="266.397445" y="684.081"/>
<use xlink:href="#glyph0-27" x="269.164059" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="274.762044" y="684.081"/> <use xlink:href="#glyph0-3" x="274.14237" y="684.081"/>
<use xlink:href="#glyph0-10" x="280.295272" y="684.081"/>
<use xlink:href="#glyph0-22" x="285.275576" y="684.081"/>
<use xlink:href="#glyph0-5" x="289.149035" y="684.081"/>
<use xlink:href="#glyph0-28" x="291.915649" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="296.89396" y="684.081"/> <use xlink:href="#glyph0-22" x="282.294766" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="305.414972" y="684.081"/> <use xlink:href="#glyph0-9" x="286.158262" y="684.081"/>
<use xlink:href="#glyph0-9" x="309.288431" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-24" x="318.3534" y="684.081"/> <use xlink:href="#glyph0-23" x="294.864578" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="326.37429" y="684.081"/> <use xlink:href="#glyph0-14" x="302.885468" y="684.081"/>
<use xlink:href="#glyph0-16" x="331.907518" y="684.081"/> <use xlink:href="#glyph0-16" x="308.418696" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="336.064911" y="684.081"/> <use xlink:href="#glyph0-2" x="312.566126" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="345.682805" y="684.081"/> <use xlink:href="#glyph0-9" x="321.825366" y="684.081"/>
<use xlink:href="#glyph0-17" x="350.663108" y="684.081"/> <use xlink:href="#glyph0-17" x="326.80567" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="357.801311" y="684.081"/> <use xlink:href="#glyph0-28" x="333.565294" y="684.081"/>
<use xlink:href="#glyph0-2" x="361.67477" y="684.081"/> <use xlink:href="#glyph0-14" x="340.343847" y="684.081"/>
<use xlink:href="#glyph0-3" x="367.207998" y="684.081"/> <use xlink:href="#glyph0-11" x="345.877075" y="684.081"/>
<use xlink:href="#glyph0-10" x="349.778429" y="684.081"/>
<use xlink:href="#glyph0-15" x="354.758733" y="684.081"/>
<use xlink:href="#glyph0-5" x="358.686986" y="684.081"/>
<use xlink:href="#glyph0-10" x="361.4536" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-29" x="375.72901" y="684.081"/> <use xlink:href="#glyph0-10" x="370.149954" y="684.081"/>
<use xlink:href="#glyph0-21" x="375.130258" y="684.081"/>
<use xlink:href="#glyph0-7" x="380.663486" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="382.22861" y="684.081"/> <use xlink:href="#glyph0-29" x="389.912764" y="684.081"/>
<use xlink:href="#glyph0-6" x="387.208914" y="684.081"/> <use xlink:href="#glyph0-9" x="397.382721" y="684.081"/>
<use xlink:href="#glyph0-3" x="389.975528" y="684.081"/> <use xlink:href="#glyph0-11" x="402.363025" y="684.081"/>
<use xlink:href="#glyph0-10" x="394.401911" y="684.081"/> <use xlink:href="#glyph0-22" x="406.264379" y="684.081"/>
<use xlink:href="#glyph0-11" x="399.382215" y="684.081"/> <use xlink:href="#glyph0-2" x="410.137838" y="684.081"/>
<use xlink:href="#glyph0-16" x="403.283569" y="684.081"/>
<use xlink:href="#glyph0-22" x="407.709952" y="684.081"/>
<use xlink:href="#glyph0-5" x="411.583411" y="684.081"/>
<use xlink:href="#glyph0-16" x="414.350025" y="684.081"/>
<use xlink:href="#glyph0-19" x="418.776408" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="425.637651" y="684.081"/> <use xlink:href="#glyph0-30" x="419.397078" y="684.081"/>
<use xlink:href="#glyph0-15" x="430.617955" y="684.081"/> <use xlink:href="#glyph0-17" x="426.867036" y="684.081"/>
<use xlink:href="#glyph0-11" x="429.91061" y="684.081"/>
<use xlink:href="#glyph0-5" x="433.811964" y="684.081"/>
<use xlink:href="#glyph0-16" x="436.578578" y="684.081"/>
<use xlink:href="#glyph0-10" x="441.004961" y="684.081"/>
<use xlink:href="#glyph0-19" x="445.985265" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="438.630874" y="684.081"/> <use xlink:href="#glyph0-10" x="452.467929" y="684.081"/>
<use xlink:href="#glyph0-21" x="457.448233" y="684.081"/>
<use xlink:href="#glyph0-7" x="462.981461" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="445.554881" y="684.081"/> <use xlink:href="#glyph0-2" x="124.802" y="696.036"/>
<use xlink:href="#glyph0-6" x="449.981264" y="684.081"/> <use xlink:href="#glyph0-10" x="130.335228" y="696.036"/>
<use xlink:href="#glyph0-6" x="452.747878" y="684.081"/> <use xlink:href="#glyph0-15" x="135.315532" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="459.599158" y="684.081"/> <use xlink:href="#glyph0-8" x="142.561331" y="696.036"/>
<use xlink:href="#glyph0-15" x="464.579462" y="684.081"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="124.802" y="696.036"/> <use xlink:href="#glyph0-3" x="148.373512" y="696.036"/>
<use xlink:href="#glyph0-21" x="127.568614" y="696.036"/> <use xlink:href="#glyph0-3" x="152.799895" y="696.036"/>
<use xlink:href="#glyph0-21" x="157.226278" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="132.822889" y="696.036"/> <use xlink:href="#glyph0-5" x="166.077052" y="696.036"/>
<use xlink:href="#glyph0-11" x="136.696348" y="696.036"/> <use xlink:href="#glyph0-21" x="168.843666" y="696.036"/>
<use xlink:href="#glyph0-9" x="140.597702" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="145.856959" y="696.036"/> <use xlink:href="#glyph0-22" x="174.107904" y="696.036"/>
<use xlink:href="#glyph0-14" x="151.390187" y="696.036"/> <use xlink:href="#glyph0-11" x="177.981363" y="696.036"/>
<use xlink:href="#glyph0-16" x="156.923415" y="696.036"/> <use xlink:href="#glyph0-9" x="181.882717" y="696.036"/>
<use xlink:href="#glyph0-3" x="161.349798" y="696.036"/>
<use xlink:href="#glyph0-7" x="165.776181" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="174.626955" y="696.036"/> <use xlink:href="#glyph0-7" x="187.132011" y="696.036"/>
<use xlink:href="#glyph0-14" x="192.665239" y="696.036"/>
<use xlink:href="#glyph0-16" x="198.198467" y="696.036"/>
<use xlink:href="#glyph0-3" x="202.62485" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="179.891193" y="696.036"/> <use xlink:href="#glyph0-7" x="207.061196" y="696.036"/>
<use xlink:href="#glyph0-24" x="185.424421" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="193.44531" y="696.036"/> <use xlink:href="#glyph0-22" x="215.91197" y="696.036"/>
<use xlink:href="#glyph0-9" x="219.785428" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="199.257491" y="696.036"/> <use xlink:href="#glyph0-22" x="228.083278" y="696.036"/>
<use xlink:href="#glyph0-11" x="203.683874" y="696.036"/> <use xlink:href="#glyph0-2" x="231.956737" y="696.036"/>
<use xlink:href="#glyph0-15" x="207.585228" y="696.036"/> <use xlink:href="#glyph0-3" x="237.489965" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="214.831027" y="696.036"/> <use xlink:href="#glyph0-30" x="245.233894" y="696.036"/>
<use xlink:href="#glyph0-21" x="217.597641" y="696.036"/> <use xlink:href="#glyph0-23" x="252.703851" y="696.036"/>
<use xlink:href="#glyph0-3" x="261.003693" y="696.036"/>
<use xlink:href="#glyph0-11" x="265.430077" y="696.036"/>
<use xlink:href="#glyph0-5" x="269.331431" y="696.036"/>
<use xlink:href="#glyph0-16" x="272.098045" y="696.036"/>
<use xlink:href="#glyph0-10" x="276.524428" y="696.036"/>
<use xlink:href="#glyph0-15" x="281.504732" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="226.448415" y="696.036"/> <use xlink:href="#glyph0-10" x="288.760493" y="696.036"/>
<use xlink:href="#glyph0-2" x="230.321874" y="696.036"/> <use xlink:href="#glyph0-21" x="293.740797" y="696.036"/>
<use xlink:href="#glyph0-3" x="235.855102" y="696.036"/> <use xlink:href="#glyph0-7" x="299.274025" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-30" x="243.608994" y="696.036"/> <use xlink:href="#glyph0-31" x="308.124799" y="696.036"/>
<use xlink:href="#glyph0-24" x="251.078951" y="696.036"/> <use xlink:href="#glyph0-16" x="315.871717" y="696.036"/>
<use xlink:href="#glyph0-3" x="259.378793" y="696.036"/> <use xlink:href="#glyph0-3" x="320.2981" y="696.036"/>
<use xlink:href="#glyph0-11" x="263.805177" y="696.036"/> <use xlink:href="#glyph0-10" x="324.724483" y="696.036"/>
<use xlink:href="#glyph0-5" x="267.706531" y="696.036"/> <use xlink:href="#glyph0-21" x="329.704787" y="696.036"/>
<use xlink:href="#glyph0-16" x="270.473145" y="696.036"/> <use xlink:href="#glyph0-5" x="335.238015" y="696.036"/>
<use xlink:href="#glyph0-10" x="274.899528" y="696.036"/> <use xlink:href="#glyph0-10" x="338.004629" y="696.036"/>
<use xlink:href="#glyph0-15" x="279.879832" y="696.036"/> <use xlink:href="#glyph0-32" x="342.984933" y="696.036"/>
</g> </g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="287.125631" y="696.036"/> <use xlink:href="#glyph1-1" x="345.753" y="692.421"/>
<use xlink:href="#glyph0-21" x="292.105934" y="696.036"/>
<use xlink:href="#glyph0-7" x="297.639162" y="696.036"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="306.489936" y="696.036"/>
<use xlink:href="#glyph0-9" x="312.023164" y="696.036"/>
<use xlink:href="#glyph0-14" x="317.003468" y="696.036"/>
<use xlink:href="#glyph0-22" x="322.536696" y="696.036"/>
<use xlink:href="#glyph0-2" x="326.410155" y="696.036"/>
<use xlink:href="#glyph0-3" x="331.943383" y="696.036"/>
<use xlink:href="#glyph0-10" x="336.369766" y="696.036"/>
<use xlink:href="#glyph0-15" x="341.35007" y="696.036"/>
<use xlink:href="#glyph0-22" x="345.278323" y="696.036"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-30" x="352.47929" y="696.036"/>
<use xlink:href="#glyph0-15" x="359.949248" y="696.036"/>
<use xlink:href="#glyph0-5" x="363.877501" y="696.036"/>
<use xlink:href="#glyph0-10" x="366.644115" y="696.036"/>
<use xlink:href="#glyph0-31" x="371.624419" y="696.036"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="374.388" y="692.421"/>
</g> </g>
<path style="fill:none;stroke-width:0.398;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.001 L 137.483156 0.001 " transform="matrix(1,0,0,-1,124.802,712.126)"/> <path style="fill:none;stroke-width:0.398;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00121875 0.001 L 137.483156 0.001 " transform="matrix(1,0,0,-1,124.802,712.126)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -7,6 +7,6 @@
\thispagestyle{empty} \thispagestyle{empty}
\vspace*{18.5cm} \vspace*{18.5cm}
The wild boar (Sus scrofa), also known as the wild swine, Common wild pig, or simply wild pig, is a suid native to much of the Palearctic, as well as introduced numbers in the Americas and Southeast Asia.\footnote{\url{https://en.wikipedia.org/wiki/Wild_boar}} The wild boar (Sus scrofa), also known as the wild swine, common wild pig, or simply wild pig, is a suid native to much of Eurasia and North Africa, and has been introduced to the Americas and Oceania.\footnote{\url{https://en.wikipedia.org/wiki/Wild_boar}}
\end{document} \end{document}