onpoint conversion and english translation of chapter 2 and 3.
5
layouts/chapter-slide.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>@title(inline)</h1>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,8 +1,9 @@
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
@content
|
||||
<h2>@title(inline)</h2>
|
||||
@content
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
@preview
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>@title(inline)</h2>
|
||||
@content
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
5
layouts/preview-only.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="layout-preview-only">
|
||||
<div class="layout-preview">
|
||||
@preview
|
||||
</div>
|
||||
</div>
|
||||
6
layouts/task.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="@task-name" data-task="@task-number(inline)">@title(inline)</h2>
|
||||
@content
|
||||
</div>
|
||||
</div>
|
||||
9
layouts/two-columns.html
Normal file
@ -0,0 +1,9 @@
|
||||
<div class="layout-two-columns">
|
||||
<h2 class="layout-title">@title(inline)</h2>
|
||||
<div class="layout-column-one">
|
||||
@column-one
|
||||
</div>
|
||||
<div class="layout-column-two">
|
||||
@column-two
|
||||
</div>
|
||||
</div>
|
||||
6
layouts/wide-content.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>@title(inline)</h2>
|
||||
@content
|
||||
</div>
|
||||
</div>
|
||||
6
layouts/wide-task.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="@task-name" data-task="@task-number(inline)">@title(inline)</h2>
|
||||
@content
|
||||
</div>
|
||||
</div>
|
||||
5
meta.yml
@ -3,4 +3,7 @@ language: # available language options and their value for the html lang attribu
|
||||
en: en
|
||||
title:
|
||||
de: LaTeX-Wochenende der Fachschaft WIAI
|
||||
en: Fachschaft WIAI LaTeX Weekend
|
||||
en: Fachschaft WIAI LaTeX Weekend
|
||||
task-name:
|
||||
de: Aufgabe
|
||||
en: Task
|
||||
|
||||
@ -1,152 +0,0 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Wie funktioniert L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<div>
|
||||
<h3 data-category="Word">What You See Is What You Get</h3>
|
||||
<ul>
|
||||
<li>Formatierung mit unmittelbarem optischen Feedback</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="fragment">
|
||||
<h3 data-category="LaTeX">What You See Is What You Mean</h3>
|
||||
<ul>
|
||||
<li>Trennung von Inhalt und Struktur</li>
|
||||
<li>Formatierung erst am Ende ersichtlich</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p style="margin-top:calc(.25 * var(--square));" class="fragment">
|
||||
Bildquelle: <a href="https://xkcd.com/1341/">xkcd</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img class="fragment" src="sections/german/02/xkcd-types-of-editors.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-preview-only">
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="sections/german/02/wysiwyg.svg" class="large">
|
||||
<figcaption>Der Weg zum fertigen Dokument</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-two-columns">
|
||||
<h2 class="layout-title">Was brauchen wir dazu?</h2>
|
||||
<div class="layout-column-one">
|
||||
<h3>Editor</h3>
|
||||
<p>enthält unseren Quelltext mit allen Befehlen zur semantischen Gliederung</p>
|
||||
<p><i>TeXstudio, TeXMaker</i></p>
|
||||
</div>
|
||||
<div class="layout-column-two">
|
||||
<h3>Compiler</h3>
|
||||
<p>erstellt aus dem Quelltext ein fertig formatiertes PDF-Dokument</p>
|
||||
<p><i>MiKTeX, TeX Live, MacTeX</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>Befehle</h2>
|
||||
<p>Allgemeiner Aufbau eine Befehls:</p>
|
||||
<pre class="lang-txt hljs"><code>\<befehl>[<optionale_parameter>]{<obligatorische_parameter>}</code></pre>
|
||||
<p class="fragment">Ein paar Beispiele:</p>
|
||||
<pre class="lang-tex hljs fragment"><code>\newpage % fügt eine neue Seite ein
|
||||
\textbf{<text>} % schreibt den übergebenen Text fett
|
||||
\usepackage[utf8]{inputenc} % setzt die Textkodierung
|
||||
\frac{<zähler>}{<nenner>} % fügt den mathematischen Bruch ein</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Backslash</h2>
|
||||
<p>Den Backslash erzeugt ihr mit folgender Tastenkombination:</p>
|
||||
<p><kbd>AltGr</kbd> + <kbd>ß</kbd> (Windows/Linux)</p>
|
||||
<p><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>7</kbd> (MacOS)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>Optionale Parameter</h2>
|
||||
<p>In eckigen Klammern können verschieden viele optionale Parameter stehen:</p>
|
||||
<pre class="lang-tex hljs"><code>\usepackage[utf8]{inputenc}
|
||||
% setzt die Textkodierung
|
||||
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
% setzt die Dokumentklasse
|
||||
|
||||
\includegraphics[width=12cm,height=4cm]{bild.png}
|
||||
% bindet das Bild "bild.png" ein</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Kommentare</h2>
|
||||
<p>Nach einem Prozentzeichen wird der Rest der Zeile vom Compiler ignoriert. Der Kommentartext erscheint also nicht im fertigen Dokument.</p>
|
||||
<pre class="lang-tex hljs"><code>% Beginn Steckbrief
|
||||
Name: Donald Knuth \\\\
|
||||
Geburtsdatum: \\\\ % TODO: einfügen
|
||||
Geburtsort: Milwaukee, Wisconsin
|
||||
% Ende Steckbrief</code></pre>
|
||||
<p>Tastenkombinationen: <kbd>Strg</kbd> + <kbd>T</kbd> und <kbd>Strg</kbd> + <kbd>U</kbd></p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="sections/german/02/comments-crop.svg">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Software-Installation</h2>
|
||||
<p>Bitte installiert **zuerst den Compiler**, also MikTeX (Windows), MacTeX (MacOS) bzw. TeX Live (Linux) und **danach den Editor**. In diesem Workshop verwenden wir TeXstudio.</p>
|
||||
|
||||
<ul>
|
||||
<li>MikTeX (Windows): https://miktex.org/ </li>
|
||||
<li>MacTeX (MacOS): http://tug.org/mactex/ </li>
|
||||
<li>TeX Live (Linux/alle BS): https://tug.org/texlive/ </li>
|
||||
<li>TeXstudio: https://www.texstudio.org/ </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe" data-task="1">Erste Schritte im Umgang mit LaTeX</h2>
|
||||
<ul>
|
||||
<li class="fragment">Falls nötig: Install now!</li>
|
||||
<li class="fragment">Ladet euch aus dem VC die Datei <code>aufgabe01.tex</code> herunter und speichert sie in einem eigenen Ordner.</li>
|
||||
<li class="fragment">Öffnet die Datei in TeXstudio.</li>
|
||||
<li class="fragment">Kompiliert die Datei durch Druck auf <span class="emoji">⏩</span>.</li>
|
||||
<li class="fragment">Was ist in dem Ordner passiert, in dem die Datei liegt?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,344 +0,0 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Grundstruktur eines L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Dokuments</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Präambel & Dokumentumgebung</h2>
|
||||
<p style="text-indent: -1.3em"><span class="emoji">👁</span> Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
||||
<ul class="fragment">
|
||||
<li><strong>Präambel:</strong> globale Einstellungen (Dokumentklasse, Encoding, Sprache, Seitenformat, zusäzliche Pakete, ...) und</li>
|
||||
<li><strong>Dokumentumgebung:</strong> textueller Inhalt des Dokuments.</li>
|
||||
</ul>
|
||||
<pre class="lang-tex hljs fragment"><code>\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
||||
\begin{document}
|
||||
Hallo, Welt!
|
||||
\end{document}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="sections/german/03/hallo-crop.svg">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>Dokumentklasse</h2>
|
||||
<pre class="lang-tex hljs"><code>\documentclass[<parameter>]{<dokumentklasse>}</code></pre>
|
||||
<p>Konkret zum Beispiel</p>
|
||||
<pre class="lang-tex hljs"><code>\documentclass[10pt,a5paper,landscape]{scrartcl}</code></pre>
|
||||
<ul class="fragment">
|
||||
<li><strong><code>scrartcl</code>, <code>article</strong></code> für einfache Dokumente</li>
|
||||
<li><strong><code>scrreport</code>, <code>report</strong></code> für komplexere Dokumente</li>
|
||||
<li><strong><code>scrbook</code>, <code>book</strong></code> für Bücher</li>
|
||||
<li><strong><code>beamer</strong></code> für Präsentationen</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Pakete</h2>
|
||||
</p>
|
||||
<pre class="lang-tex hljs"><code>\usepackage[<optionen>]{<paketname>}</code></pre>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Pakete stellen zusätzliche Befehle und Funktionalitäten zur Verfügung.</li>
|
||||
<li>Es existieren verschiedene Pakete für verschiedene Anwendungsfälle (z. B. Formelsatz, Listen, ...).
|
||||
</li>
|
||||
<li>Sie müssen vor der Nutzung **in der Präambel** eingebunden werden.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Encoding</h2>
|
||||
<pre class="lang-tex hljs"><code>\usepackage[utf8]{inputenc}
|
||||
\usepackage[t1]{fontenc}</code></pre>
|
||||
<ul>
|
||||
<li class="fragment">Die Zeichenkodierung bestimmt, welche Zeichen verfügbar sind.</li>
|
||||
<li class="fragment"><strong>ASCII</strong> enthält kaum Sonderzeichen wie deutsche Umlaute.</li>
|
||||
<li class="fragment"><strong>UTF-8</strong> ist eine universelle Kodierung.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Sprache</h2>
|
||||
<pre class="lang-tex hljs"><code>\usepackage[ngerman]{babel}</code></pre>
|
||||
<ul>
|
||||
<li>Das Paket <strong><code>babel</code></strong> stellt sprachspezifische Informationen (z. B. Silbentrennung, Sonderzeichen, Wechsel zwischen Fonts, Übersetzung von Labels wie ›Kapitel‹, ›Inhaltsverzeichnis‹ oder ›Abbildung‹) bereit.</li>
|
||||
<li><strong><code>ngerman</code></strong> steht für die neue deutsche Rechschreibung.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>Sprachen</h2>
|
||||
<p>Es können auch mehrere Sprachen im Dokument verwendet werden:</p>
|
||||
<pre class="lang-tex hljs"><code>\usepackage[ngerman, swedish, russian, greek, english]{babel}</code></pre>
|
||||
<div class="fragment">
|
||||
<p>Umschalten zwischen Sprachen:</p>
|
||||
<pre class="lang-tex hljs"><code>\selectlanguage{<sprache a>}
|
||||
\selectlanguage{<sprache b>}</code></pre>
|
||||
<p>Eingebetteter Text in anderer Sprache:</p>
|
||||
<pre class="lang-tex hljs"><code>\selectlanguage{<sprache a>}
|
||||
\foreignlanguage{<sprache b>}{Hier steht Text in Sprache B in einem Text in Sprache A}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Sprachen – Ein Beispiel</h2>
|
||||
<pre class="lang-tex hljs"><code>\today
|
||||
\selectlanguage{ngerman}
|
||||
\today
|
||||
\selectlanguage{swedish}
|
||||
\today
|
||||
\selectlanguage{russian}
|
||||
\today
|
||||
\selectlanguage{greek}
|
||||
\today
|
||||
\selectlanguage{english}
|
||||
\today
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/languages-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Fließtext</h2>
|
||||
<pre class="lang-tex hljs"><code>Fließtext kann direkt in den Quelltext ↲
|
||||
geschrieben werden. ↲
|
||||
Einfache Zeilenumbrüche ↲
|
||||
werden dabei ignoriert, ↲
|
||||
genau wie mehrere Leerzeichen. ↲
|
||||
↲
|
||||
Leerzeilen erzeugen einen neuen Absatz,↲
|
||||
standardmäßig mit Einzug. ↲
|
||||
Manuelle Zeilenumbrüche können mit ↲
|
||||
zwei Backslashes erzwungen werden, ↲
|
||||
haben in Fließtext aber eigentlich \\\\ ↲
|
||||
nichts verloren.</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/absätze-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Achtung!">Reservierte Zeichen</h2>
|
||||
<p>Bestimmte Zeichen lösen in LaTeX Dinge aus:</p>
|
||||
<p>`# $ % ^ & _ { } ~ \`</p>
|
||||
<pre class="lang-tex hljs"><code>50% sind die Hälfte.</code></pre>
|
||||
<p>Lösung: »`\`« voranstellen:</p>
|
||||
<pre class="lang-tex hljs"><code>50\% sind die Hälfte.</code></pre>
|
||||
<p>Funktioniert nicht mit »`\\`«, Lösung dafür später.</p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/reservierte-zeichen-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Abschnitte und Kapitel</h2>
|
||||
<p>Texte werden durch Überschriften in Abschnitte und Kapitel unterteilt. Immer verfügbar:</p>
|
||||
<pre class="lang-tex hljs"><code>\section{Ebene 1}
|
||||
\subsection{Ebene 2}
|
||||
\subsubsection{Ebene 3}
|
||||
\paragraph{Ebene 4}
|
||||
\subparagraph{Ebene 5}</code></pre>
|
||||
<p>Je nach Dokumentenklasse zusätzlich:</p>
|
||||
<pre class="lang-tex hljs"><code>\chapter{Kapitel}
|
||||
\part{Teil}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/abschnitte-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Abschnitte und Kapitel</h2>
|
||||
<p>Mit Sternchen fallen bei allen diesen Befehlen die Nummerierung und der Eintrag im Inhaltsverzeichnis weg:</p>
|
||||
<pre class="lang-tex hljs"><code>\section*{Kein Verzeichniseintrag}</code></pre>
|
||||
<p>Außerdem kann für das Inhaltsverzeichnis ein alternativer Titel angegeben werden:</p>
|
||||
<pre class="lang-tex hljs"><code>\section[Titel im Verzeichnis]
|
||||
{Kapitelüberschrift}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/abschnitte-anders-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2>Titelei</h2>
|
||||
<pre class="lang-tex hljs" data-source="title.tex"><code>\title{Die Welt der Trüffel}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\end{document}</code></pre>
|
||||
<ul>
|
||||
<li>In der Präambel werden die Werte für die Einträge gespeichert.</li>
|
||||
<li>Das Setzen des Titels erfolgt in der Dokumentumgebung mit dem Befehl <code>\maketitle</code>.</li>
|
||||
<li>Die genaue Gestaltung hängt ab von der verwendeten Dokumentklasse.</li>
|
||||
<li>Mehrere Autoren werden mit <code>\and</code> getrennt.</li>
|
||||
<li>Wird kein Datum angegeben, wird per default das aktuelle Datum gesetzt. Ein abweichendes Datum kann mit <code>\date{}</code> definiert werden.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Titelei</h2>
|
||||
<pre class="lang-tex hljs" data-source="title.tex"><code>\documentclass[ngerman]{scrartcl}
|
||||
\usepackage{babel}
|
||||
\title{Die Welt der Trüffel}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft
|
||||
WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{Trüffelsuche}
|
||||
\subsection{Suche mit Schwein}
|
||||
\subsection{Suche ohne Schwein}
|
||||
Wer macht denn sowas?
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\end{document}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/title-orig.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Inhaltsverzeichnis</h2>
|
||||
<p><pre class="lang-tex hljs"><code>\tableofcontents</code></pre>
|
||||
<ul>
|
||||
<li>Nummerierung erfolgt automatisch</li>
|
||||
<li>Viele Anpassungsmöglichkeiten (Aufzählungszeichen und -tiefe, automatische Benennung, …)</li>
|
||||
<li>(Unter-)Kapitel, die nicht im Verzeichnis aufgeführt werden sollen, werden mit einem »`*`« versehen, also z. B. <code>\section\*{}</code>.</li>
|
||||
<li>Am besten zweimal kompilieren</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Inhaltsverzeichnis</h2>
|
||||
<pre class="lang-tex hljs" data-source="title.tex"><code>\documentclass[ngerman]{scrartcl}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\tableofcontents
|
||||
\section{Trüffelsuche}
|
||||
Der erste Abschnitt.
|
||||
\subsection{Suche mit Schwein}
|
||||
Ein Unterabschnitt.
|
||||
\subsection{Suche ohne Schwein}
|
||||
Ein weiterer Unterabschitt.
|
||||
\subsubsection[But why?]{Wer macht denn
|
||||
sowas?}
|
||||
Unter-Unterabschnitt.
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\end{document}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/03/contents-orig.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Weitere Verzeichnisse</h2>
|
||||
<p>Abbildungsverzeichnis und Tabellenverzeichnis
|
||||
<pre class="lang-tex hljs"><code>\listoffigures
|
||||
\listoftables</code></pre>
|
||||
<ul>
|
||||
<li>Fügt das gewählte Verzeichnis an der entsprechenden Stelle ins Dokument ein.</li>
|
||||
<li>Es wird die jeweilige Bild- bzw. Tabellenunterschrift aufgeführt. Es kann aber auch ein Kurztitel angegeben werden, der dann für das Verzeichnis verwendet wird. </li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-wide-content">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe" data-task="2">Dokument und Text gliedern</h2>
|
||||
<ul>
|
||||
<li>Ladet das Projektarchiv aus dem VC herunter, entpackt es und öffnet die Datei `allgemeines.tex` in TeXStudio.</li>
|
||||
<li class="fragment">Packt den gesamten Text (einschließlich Kommentare) in `allgemeines.tex` in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**, damit das Dokument kompiliert werden kann:
|
||||
</li>
|
||||
</ul>
|
||||
<pre class="lang-tex hljs fragment"><code>\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{csquotes}</code></pre>
|
||||
<ul class="fragment">
|
||||
<li>Im nicht auskommentierten Teil wurden **Absätze** durch »`//`« markiert. Verwendet stattdessen echte Absätze.</li>
|
||||
<li class="fragment">Kommentiert den restlichen Text ein. Verwendet für alle **Überschriften** passende LaTeX-Befehle (`\section` bis `\subsubsection`).
|
||||
<li class="fragment">Fügt ein **Inhaltsverzeichnis** ein.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 125 KiB |
@ -1,2 +1,4 @@
|
||||
- chapter-00
|
||||
- chapter-01
|
||||
- chapter-01
|
||||
- chapter-02
|
||||
- chapter-03
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=content-only)
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@content
|
||||
# Was ist L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||
@title
|
||||
Was ist L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||
|
||||
|
||||
@slide(layout=two-previews)
|
||||
@ -18,11 +18,13 @@ svg/chapter-01/example-latex-orig.svg
|
||||
@right-caption
|
||||
++ Klassisches LaTeX-Dokument
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@content
|
||||
## Entstehung
|
||||
@title
|
||||
Entstehung
|
||||
|
||||
@content
|
||||
* Donald **Knuth**, 1977–1986: Textsatzsystem **TeX**<span class="bubble fragment">τεχ → /tɛç/</span> für The Art of Computer Programming
|
||||
* Leslie **Lamport**, ab 1980er: Softwarepaket **LaTeX** zur einfacheren Benutzung von TeX
|
||||
|
||||
@ -34,6 +36,7 @@ svg/chapter-01/example-latex-orig.svg
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=two-previews)
|
||||
|
||||
@left-image
|
||||
@ -50,8 +53,10 @@ Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Typografie
|
||||
|
||||
@content
|
||||
## Typografie
|
||||
### Makrotypografie
|
||||
* Satzspiegel
|
||||
* Zeilenlänge vs. -abstand
|
||||
@ -73,8 +78,10 @@ Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Typografie
|
||||
|
||||
@content
|
||||
## Typografie
|
||||
### Mikrotypografie
|
||||
* Ligaturen
|
||||
* Kerning
|
||||
@ -94,8 +101,10 @@ Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Weitere Vorteile
|
||||
|
||||
@content
|
||||
## Weitere Vorteile
|
||||
* wesentlich bessere Standardeinstellungen<br/>als in sämtlichen Textverarbeitungsprogrammen
|
||||
* strukturiertes Arbeiten
|
||||
* zuverlässiges Undo
|
||||
@ -107,9 +116,10 @@ Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@content
|
||||
## Ablauf des Workshops
|
||||
@title
|
||||
Ablauf des Workshops
|
||||
|
||||
@content
|
||||
**Ziel:** Ihr baut eure eigene LaTeX-Referenz<br/>auf Basis von [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german).
|
||||
|
||||
* Learning by Doing
|
||||
@ -130,3 +140,4 @@ Klassisches LaTeX-Dokument
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=content-only)
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@content
|
||||
# What is L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||
@title
|
||||
What is L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||
|
||||
|
||||
@slide(layout=two-previews)
|
||||
@ -20,9 +20,10 @@ svg/chapter-01/example-latex-orig.svg
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@content
|
||||
## Origin
|
||||
@title
|
||||
Origin
|
||||
|
||||
@content
|
||||
* Donald **Knuth**, 1977–1986: typesetting system **TeX**<span class="bubble fragment">τεχ → /tɛç, tɛx, tɛk/</span> for The Art of Computer Programming
|
||||
* Leslie **Lamport**, from 1980s: software package **LaTeX** made TeX easier to use
|
||||
|
||||
@ -50,8 +51,10 @@ Classic LaTeX document
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Typography
|
||||
|
||||
@content
|
||||
## Typography
|
||||
### Macro typography
|
||||
* type area
|
||||
* line length vs. distance
|
||||
@ -73,8 +76,10 @@ Classic LaTeX document
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Typography
|
||||
|
||||
@content
|
||||
## Typography
|
||||
### Micro typography
|
||||
* ligatures
|
||||
* kerning
|
||||
@ -94,8 +99,10 @@ Classic LaTeX document
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Further advantages
|
||||
|
||||
@content
|
||||
## Further advantages
|
||||
* much better default settings<br/>than in any word processor
|
||||
* structured workflow
|
||||
* reliable undo
|
||||
@ -107,9 +114,10 @@ Classic LaTeX document
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@content
|
||||
## Procedure of this workshop
|
||||
@title
|
||||
Procedure of this workshop
|
||||
|
||||
@content
|
||||
**Goal:** you are going to build your own <br/>LaTeX manual based on [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german).
|
||||
|
||||
* learning by doing
|
||||
|
||||
160
slides/chapter-02.de.md
Normal file
@ -0,0 +1,160 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@title
|
||||
Wie funktioniert L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
[TODO: Überschrift]
|
||||
|
||||
@content
|
||||
### What You See Is What You Get {data-category=Word}
|
||||
|
||||
* Formatierung mit unmittelbarem optischen Feedback
|
||||
|
||||
<div class="fragment">
|
||||
### What You See Is What You Mean {data-category=LaTeX}
|
||||
|
||||
* Trennung von Inhalt und Struktur
|
||||
* Formatierung erst am Ende ersichtlich
|
||||
</div>
|
||||
|
||||
<p style="margin-top:calc(.25 * var(--square));">
|
||||
Bildquelle: <a href="https://xkcd.com/1341/">xkcd</a>
|
||||
</p>
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{}
|
||||
|
||||
|
||||
@slide(layout=two-columns)
|
||||
|
||||
@title
|
||||
Was brauchen wir dazu?
|
||||
|
||||
@column-one
|
||||
### Editor
|
||||
enthält unseren Quelltext mit allen Befehlen zur semantischen Gliederung
|
||||
|
||||
*TeXstudio, TeXMaker*
|
||||
|
||||
@column-two
|
||||
### Compiler
|
||||
erstellt aus dem Quelltext ein fertig formatiertes PDF-Dokument
|
||||
|
||||
MiKTeX, TeX Live, MacTeX
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Befehle
|
||||
|
||||
@content
|
||||
Allgemeiner Aufbau eine Befehls:
|
||||
|
||||
``` {.lang-tex .tex .hljs}
|
||||
\<befehl>[<optionale_parameter>]{<obligatorische_parameter>}
|
||||
```
|
||||
|
||||
++Ein paar Beispiele:
|
||||
|
||||
``` {.lang-tex .tex .hljs .fragment}
|
||||
\newpage % fügt eine neue Seite ein
|
||||
\textbf{<text>} % schreibt den übergebenen Text fett
|
||||
\usepackage[utf8]{inputenc} % setzt die Textkodierung
|
||||
\frac{<zähler>}{<nenner>} % fügt den mathematischen Bruch ein
|
||||
```
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Backslash
|
||||
|
||||
@content
|
||||
Den Backslash erzeugt ihr mit folgender Tastenkombination:
|
||||
|
||||
<kbd>AltGr</kbd> + <kbd>ß</kbd> (Windows/Linux)
|
||||
|
||||
<kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>7</kbd> (MacOS)
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Optionale Parameter
|
||||
|
||||
@content
|
||||
In eckigen Klammern können verschieden viele optionale Parameter stehen:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[utf8]{inputenc}
|
||||
% setzt die Textkodierung
|
||||
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
% setzt die Dokumentklasse
|
||||
|
||||
\includegraphics[width=12cm,height=4cm]{bild.png}
|
||||
% bindet das Bild "bild.png" ein
|
||||
```
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Kommentare
|
||||
|
||||
@content
|
||||
Nach einem Prozentzeichen wird der Rest der Zeile vom Compiler ignoriert. Der Kommentartext erscheint also nicht im fertigen Dokument.
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
% Beginn Steckbrief
|
||||
Name: Donald Knuth \\
|
||||
Geburtsdatum: \\ % TODO: einfügen
|
||||
Geburtsort: Milwaukee, Wisconsin
|
||||
% Ende Steckbrief
|
||||
```
|
||||
|
||||
Tastenkombinationen: <kbd>Strg</kbd> + <kbd>T</kbd> und <kbd>Strg</kbd> + <kbd>U</kbd>
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Software-Installation
|
||||
|
||||
@content
|
||||
Bitte installiert **zuerst den Compiler**, also MikTeX (Windows), MacTeX (MacOS) bzw. TeX Live (Linux) und **danach den Editor**. In diesem Workshop verwenden wir TeXstudio.
|
||||
|
||||
* MikTeX (Windows): <https://miktex.org/>
|
||||
* MacTeX (MacOS): <http://tug.org/mactex/>
|
||||
* TeX Live (Linux/alle BS): <https://tug.org/texlive/>
|
||||
* TeXstudio: <https://www.texstudio.org/>
|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
|
||||
@task-number
|
||||
1
|
||||
|
||||
@title
|
||||
Erste Schritte im Umgang mit LaTeX
|
||||
|
||||
@content
|
||||
* ++Falls nötig: Install now!
|
||||
* ++Ladet euch aus dem VC die Datei `aufgabe01.tex` herunter und speichert sie in einem eigenen Ordner.
|
||||
* ++Öffnet die Datei in TeXstudio.
|
||||
* ++Kompiliert die Datei durch Druck auf <span class="emoji">⏩</span>.
|
||||
* ++Was ist in dem Ordner passiert, in dem die Datei liegt?
|
||||
|
||||
160
slides/chapter-02.en.md
Normal file
@ -0,0 +1,160 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@title
|
||||
How does<br/>L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X work?
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
[TODO: Heading]
|
||||
|
||||
@content
|
||||
### What You See Is What You Get {data-category=Word}
|
||||
|
||||
* Formatting with immediate visual Feedback
|
||||
|
||||
<div class="fragment">
|
||||
### What You See Is What You Mean {data-category=LaTeX}
|
||||
|
||||
* Separation of content and structure
|
||||
* Formatting only visible afterwards
|
||||
</div>
|
||||
|
||||
<p style="margin-top:calc(.25 * var(--square));">
|
||||
Image source: <a href="https://xkcd.com/1341/">xkcd</a>
|
||||
</p>
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{}
|
||||
|
||||
|
||||
@slide(layout=two-columns)
|
||||
|
||||
@title
|
||||
What do we need?
|
||||
|
||||
@column-one
|
||||
### Editor
|
||||
provides our source code with all the commands that structure the text semantically
|
||||
|
||||
*TeXstudio, TeXMaker*
|
||||
|
||||
@column-two
|
||||
### Compiler
|
||||
takes the source code and creates a PDF document ready for publication
|
||||
|
||||
MiKTeX, TeX Live, MacTeX
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Commands
|
||||
|
||||
@content
|
||||
General structure of a command:
|
||||
|
||||
``` {.lang-tex .tex .hljs}
|
||||
\<command>[<optional_parameters>]{<obligatory_parameters>}
|
||||
```
|
||||
|
||||
++A few examples:
|
||||
|
||||
``` {.lang-tex .tex .hljs .fragment}
|
||||
\newpage % inserts a new page
|
||||
\textbf{<text>} % formats the text bold
|
||||
\usepackage[utf8]{inputenc} % configures the character encoding
|
||||
\frac{<zähler>}{<nenner>} % inserts a mathematical fraction
|
||||
```
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Backslash
|
||||
|
||||
@content
|
||||
You get the backslash by pressing
|
||||
|
||||
<kbd>AltGr</kbd> + <kbd>ß</kbd> (Windows/Linux)
|
||||
|
||||
<kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>7</kbd> (MacOS)
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Optional parameters
|
||||
|
||||
@content
|
||||
Square brackets can contain different numbers of optional parameters:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[utf8]{inputenc}
|
||||
% configures the text encoding
|
||||
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
% configures the document class
|
||||
|
||||
\includegraphics[width=12cm,height=4cm]{image.png}
|
||||
% embeds the image file "image.png"
|
||||
```
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Comments
|
||||
|
||||
@content
|
||||
After a percent sign, the rest of the line is ignored by the compiler. It is called a comment and does not appear in the resulting document.
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
% profile start
|
||||
Name: Donald Knuth \\
|
||||
Geburtsdatum: \\ % TODO: insert
|
||||
Geburtsort: Milwaukee, Wisconsin
|
||||
% profile end
|
||||
```
|
||||
|
||||
Shortcuts: <kbd>Ctrl</kbd> + <kbd>T</kbd> and <kbd>Ctrl</kbd> + <kbd>U</kbd>
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Software installation
|
||||
|
||||
@content
|
||||
Please install **the compiler first** (MikTeX on Windows, MacTeX on MacOS, TeX Live on Linux), **followed by the editor**. In this workshop, we use TeXstudio.
|
||||
|
||||
* MikTeX (Windows): <https://miktex.org/>
|
||||
* MacTeX (MacOS): <http://tug.org/mactex/>
|
||||
* TeX Live (Linux/all OS): <https://tug.org/texlive/>
|
||||
* TeXstudio: <https://www.texstudio.org/>
|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
|
||||
@task-number
|
||||
1
|
||||
|
||||
@title
|
||||
First steps with LaTeX
|
||||
|
||||
@content
|
||||
* ++If necessary: Install now!
|
||||
* ++Download the file `aufgabe01.tex` from the VC and put it into a new folder.
|
||||
* ++Open it in TeXstudio.
|
||||
* ++Comile it by pressing <span class="emoji">⏩</span>.
|
||||
* ++What happened to the folder that contains the file?
|
||||
|
||||
394
slides/chapter-03.de.md
Normal file
@ -0,0 +1,394 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@title
|
||||
Grundstruktur eines L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Dokuments
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Präambel & Dokumentumgebung
|
||||
|
||||
@content
|
||||
<p style="text-indent: -1.3em"><span class="emoji">👁</span> Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
||||
|
||||
* **Präambel:** globale Einstellungen (Dokumentklasse, Kodierung, Sprache, Seitenformat, zusäzliche Pakete, …) und
|
||||
* **Dokumentumgebung:** textueller Inhalt des Dokuments.
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
||||
\begin{document}
|
||||
Hallo, Welt!
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Dokumentenklasse
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\documentclass[<parameter>]{<dokumentklasse>}
|
||||
```
|
||||
|
||||
Konkret zum Beispiel
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\documentclass[10pt,a5paper,landscape]{scrartcl}
|
||||
```
|
||||
|
||||
<ul class="fragment">
|
||||
<li>**`scrartcl`, `article`** für kurze Dokumente</li>
|
||||
<li>**`scrreport`, `report`** für längere Dokumente</li>
|
||||
<li>**`scrbook`, `book`** für Bücher</li>
|
||||
<li>**`beamer`** für Präsentationen</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Pakete
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[<optionen>]{<paketname>}
|
||||
```
|
||||
|
||||
* Pakete stellen zusätzliche Befehle und Funktionalitäten zur Verfügung.
|
||||
* Es existieren verschiedene Pakete für verschiedene Anwendungsfälle (z. B. Formelsatz, Listen, ...).
|
||||
* Sie müssen vor der Nutzung **in der Präambel** eingebunden werden.
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Kodierung
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[t1]{fontenc}
|
||||
```
|
||||
|
||||
* ++Die Zeichenkodierung bestimmt, welche Zeichen verfügbar sind.
|
||||
* ++**ASCII** enthält kaum Sonderzeichen wie deutsche Umlaute.
|
||||
* ++**UTF-8** ist eine universelle Kodierung.
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Sprache
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[ngerman]{babel}
|
||||
```
|
||||
|
||||
* Das Paket **`babel`** stellt sprachspezifische Informationen (z. B. Silbentrennung, Sonderzeichen, Wechsel zwischen Fonts, Übersetzung von Labels wie ›Kapitel‹, ›Inhaltsverzeichnis‹ oder ›Abbildung‹) bereit.
|
||||
* **`ngerman`** steht für die neue deutsche Rechschreibung.
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Sprachen
|
||||
|
||||
@content
|
||||
Es können auch mehrere Sprachen im Dokument verwendet werden:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[ngerman, swedish, russian, greek, english]{babel}
|
||||
```
|
||||
|
||||
<div class="fragment">
|
||||
Umschalten zwischen Sprachen:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\selectlanguage{<sprache a>}
|
||||
\selectlanguage{<sprache b>}
|
||||
```
|
||||
|
||||
Eingebetteter Text in anderer Sprache:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\selectlanguage{<sprache a>}
|
||||
\foreignlanguage{<sprache b>}{Hier steht Text in Sprache B in einem Text in Sprache A}
|
||||
```
|
||||
</div>
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Sprachen – ein Beispiel
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\today
|
||||
\selectlanguage{ngerman}
|
||||
\today
|
||||
\selectlanguage{swedish}
|
||||
\today
|
||||
\selectlanguage{russian}
|
||||
\today
|
||||
\selectlanguage{greek}
|
||||
\today
|
||||
\selectlanguage{english}
|
||||
\today
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Fließtext
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
Fließtext kann direkt in den Quelltext ↲
|
||||
geschrieben werden. ↲
|
||||
Einfache Zeilenumbrüche ↲
|
||||
werden dabei ignoriert, ↲
|
||||
genau wie mehrere Leerzeichen. ↲
|
||||
↲
|
||||
Leerzeilen erzeugen einen neuen Absatz,↲
|
||||
standardmäßig mit Einzug. ↲
|
||||
Manuelle Zeilenumbrüche können mit ↲
|
||||
zwei Backslashes erzwungen werden, ↲
|
||||
haben in Fließtext aber eigentlich \\ ↲
|
||||
nichts verloren.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Reservierte Zeichen (TODO: Achtung!-Label)
|
||||
|
||||
@content
|
||||
Bestimmte Zeichen lösen in LaTeX Dinge aus:
|
||||
|
||||
`# $ % ^ & _ { } ~ \`
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
50% sind die Hälfte.
|
||||
```
|
||||
|
||||
Lösung: »`\`« voranstellen:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
50\% sind die Hälfte.
|
||||
```
|
||||
|
||||
Funktioniert nicht mit »`\\`«, Lösung dafür später.
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Abschnitte und Kapitel
|
||||
|
||||
@content
|
||||
Texte werden durch Überschriften in Abschnitte und Kapitel unterteilt. Immer verfügbar:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section{Ebene 1}
|
||||
\subsection{Ebene 2}
|
||||
\subsubsection{Ebene 3}
|
||||
\paragraph{Ebene 4}
|
||||
\subparagraph{Ebene 5}
|
||||
```
|
||||
|
||||
Je nach Dokumentenklasse zusätzlich:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\chapter{Kapitel}
|
||||
\part{Teil}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Abschnitte und Kapitel
|
||||
|
||||
@content
|
||||
Mit Sternchen fallen bei allen diesen Befehlen die Nummerierung und der Eintrag im Inhaltsverzeichnis weg:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section*{Kein Verzeichniseintrag}
|
||||
```
|
||||
|
||||
Außerdem kann für das Inhaltsverzeichnis ein alternativer Titel angegeben werden:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section[Titel im Verzeichnis]
|
||||
{Kapitelüberschrift}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Titelei
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\title{Die Welt der Trüffel}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\end{document}
|
||||
```
|
||||
|
||||
* In der Präambel werden die Werte für die Einträge gespeichert.
|
||||
* Das Setzen des Titels erfolgt in der Dokumentumgebung mit dem Befehl `\maketitle`.
|
||||
* Die genaue Gestaltung hängt ab von der verwendeten Dokumentklasse.
|
||||
* Mehrere Autoren werden mit `\and` verbunden.
|
||||
* Wird kein Datum angegeben, wird per default das aktuelle Datum gesetzt. Ein abweichendes Datum kann mit `\date{}` definiert werden.
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Titelei
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\documentclass[ngerman]{scrartcl}
|
||||
\usepackage{babel}
|
||||
\title{Die Welt der Trüffel}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft
|
||||
WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{Trüffelsuche}
|
||||
\subsection{Suche mit Schwein}
|
||||
\subsection{Suche ohne Schwein}
|
||||
Wer macht denn sowas?
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Inhaltsverzeichnis
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\tableofcontents
|
||||
```
|
||||
|
||||
* Nummerierung erfolgt automatisch
|
||||
* Viele Anpassungsmöglichkeiten (Aufzählungszeichen und -tiefe, automatische Benennung, …)
|
||||
* (Unter-)Kapitel, die nicht im Verzeichnis aufgeführt werden sollen, werden mit einem »`*`« versehen, also z. B. `\section\*{}`.
|
||||
* Am besten zweimal kompilieren
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Inhaltsverzeichnis
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\documentclass[ngerman]{scrartcl}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\tableofcontents
|
||||
\section{Trüffelsuche}
|
||||
Der erste Abschnitt.
|
||||
\subsection{Suche mit Schwein}
|
||||
Ein Unterabschnitt.
|
||||
\subsection{Suche ohne Schwein}
|
||||
Ein weiterer Unterabschitt.
|
||||
\subsubsection[But why?]{Wer macht denn
|
||||
sowas?}
|
||||
Unter-Unterabschnitt.
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Weitere Verzeichnisse
|
||||
|
||||
@content
|
||||
Abbildungsverzeichnis und Tabellenverzeichnis
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\listoffigures
|
||||
\listoftables
|
||||
```
|
||||
|
||||
* Fügt das gewählte Verzeichnis an der entsprechenden Stelle ins Dokument ein.
|
||||
* Es wird die jeweilige Bild- bzw. Tabellenunterschrift aufgeführt. Es kann aber auch ein Kurztitel angegeben werden, der dann für das Verzeichnis verwendet wird.
|
||||
|
||||
|
||||
@slide(layout=wide-task)
|
||||
|
||||
@task-number
|
||||
2
|
||||
|
||||
@title
|
||||
Dokument und Text gliedern
|
||||
|
||||
@content
|
||||
* Ladet das Projektarchiv aus dem VC herunter, entpackt es und öffnet die Datei `allgemeines.tex` in TeXStudio.
|
||||
* ++Packt den gesamten Text (einschließlich Kommentare) in `allgemeines.tex` in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**, damit das Dokument kompiliert werden kann:
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
<code>\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{csquotes}
|
||||
```
|
||||
|
||||
* ++Im nicht auskommentierten Teil wurden **Absätze** durch »`//`« markiert. Verwendet stattdessen echte Absätze.
|
||||
* ++Kommentiert den restlichen Text ein. Verwendet für alle **Überschriften** passende LaTeX-Befehle (`\section` bis `\subsubsection`).
|
||||
* ++Fügt ein **Inhaltsverzeichnis** ein.
|
||||
|
||||
393
slides/chapter-03.en.md
Normal file
@ -0,0 +1,393 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@title
|
||||
Basic structure of a L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X document
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Preamble & document environment
|
||||
|
||||
@content
|
||||
<p style="text-indent: -1.3em"><span class="emoji">👁</span> Every LaTeX document is composed of</p>
|
||||
|
||||
* a **preamble:** global settings (document class, encoding, language, page format, additional packages, …) and
|
||||
* a **document environment:** textual content of the document.
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
||||
\begin{document}
|
||||
Hallo, Welt!
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Document class
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\documentclass[<parameter>]{<document_class>}
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\documentclass[10pt,a5paper,landscape]{scrartcl}
|
||||
```
|
||||
|
||||
<ul class="fragment">
|
||||
<li>**`scrartcl`, `article`** for short documents</li>
|
||||
<li>**`scrreport`, `report`** for longer documents</li>
|
||||
<li>**`scrbook`, `book`** for books</li>
|
||||
<li>**`beamer`** for presentations</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Packages
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[<options>]{<package_name>}
|
||||
```
|
||||
|
||||
* Packages provide additional commands and funcionality.
|
||||
* There a different packages for different use cases (e. g., formulas, lists, ...).
|
||||
* Before they can be used, they have to be included **within the preamble.**
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Encoding
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[t1]{fontenc}
|
||||
```
|
||||
|
||||
* ++The character encoding determines which characters are available.
|
||||
* ++**ASCII** contains no special characters like German umlauts.
|
||||
* ++**UTF-8** is a universal encoding.
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Language
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[ngerman]{babel}
|
||||
```
|
||||
|
||||
* The package **`babel`** provides language-specific information (e. g., hyphenation, special characters, font changes, translated labels like ‘chapter,’ ‘table of contents’ or ‘figure’).
|
||||
* **`ngerman`** is the German new spelling.
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Languages
|
||||
|
||||
@content
|
||||
A document can use multiple languages at once:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\usepackage[ngerman, swedish, russian, greek, english]{babel}
|
||||
```
|
||||
|
||||
<div class="fragment">
|
||||
To switch languages:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\selectlanguage{<language a>}
|
||||
\selectlanguage{<language b>}
|
||||
```
|
||||
|
||||
Embedded Text in another language:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\selectlanguage{<language a>}
|
||||
\foreignlanguage{<language b>}{Text of language B in a Text of language A}
|
||||
```
|
||||
</div>
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Languages – an example
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\today
|
||||
\selectlanguage{ngerman}
|
||||
\today
|
||||
\selectlanguage{swedish}
|
||||
\today
|
||||
\selectlanguage{russian}
|
||||
\today
|
||||
\selectlanguage{greek}
|
||||
\today
|
||||
\selectlanguage{english}
|
||||
\today
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Continuous Text
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
Continous text can be written directly in the ↲
|
||||
source code. ↲
|
||||
Simple line breaks ↲
|
||||
are ignored, ↲
|
||||
just as multiple space characters. ↲
|
||||
↲
|
||||
An empty line creates a new paragraph ↲
|
||||
which has an indentation by default. ↲
|
||||
Manual line breaks can be forced ↲
|
||||
with two backslashes, ↲
|
||||
but normally they have no business \\ ↲
|
||||
in continuous text.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Reserved characters (TODO: caution!-Label)
|
||||
|
||||
@content
|
||||
Some characters do things in LaTeX:
|
||||
|
||||
`# $ % ^ & _ { } ~ \`
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
50% is the half.
|
||||
```
|
||||
|
||||
Solution: prefix with »`\`«:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
50\% is the half.
|
||||
```
|
||||
|
||||
Does not work with ‘`\\`’, a solution for this is shown later.
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Sections and chapters
|
||||
|
||||
@content
|
||||
Texts are structured by beeing subdivided in sections and chapters. Always available:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section{Level 1}
|
||||
\subsection{Level 2}
|
||||
\subsubsection{Level 3}
|
||||
\paragraph{Level 4}
|
||||
\subparagraph{Level 5}
|
||||
```
|
||||
|
||||
Additionally, for some document classes:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\chapter{Chapter}
|
||||
\part{Part}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Sections and chapters
|
||||
|
||||
@content
|
||||
With an asterisk, there is no numbering and no entry in the table of contents:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section*{No entry in table of contents}
|
||||
```
|
||||
|
||||
You can also provide an alternative title for the table of contents:
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\section[Entry in table of contents]
|
||||
{Actual chapter heading}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
|
||||
@title
|
||||
Front matter
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\title{The World of Truffles}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\end{document}
|
||||
```
|
||||
|
||||
* The values for the entries are stored in the preable.
|
||||
* `\maketitle` typesets the front matter within the document environment.
|
||||
* The exact appearance depends on the document class.
|
||||
* Multiple authors can be joined with `\and`.
|
||||
* If no date is given, the current date. A different date can be defined with `\date{}`.
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Front matter
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\documentclass{article}
|
||||
\usepackage{babel}
|
||||
\title{The World of Truffles}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft
|
||||
WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{Truffle hunt}
|
||||
\subsection{Hunt with a pig}
|
||||
\subsection{Hunt without a pig}
|
||||
Why would you do that?
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Table of contents
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs}
|
||||
\tableofcontents
|
||||
```
|
||||
|
||||
* automatic numbering
|
||||
* very configurable (enumeration characters and depth, automatic naming, …)
|
||||
* chapters and (sub-)sections with an asterisk (`*`) are hidden from the table of contents: e. g. `\section\*{}`.
|
||||
* better compile twice
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@title
|
||||
Table of contents
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\documentclass{article}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\tableofcontents
|
||||
\section{Truffle hunt}
|
||||
The first section.
|
||||
\subsection{Hunt with a pig}
|
||||
A subsection.
|
||||
\subsection{Hunt without a pig}
|
||||
Another subsection.
|
||||
\subsubsection[But why?]{Why would you do that?}
|
||||
Sub-subsection.
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
Other indices
|
||||
|
||||
@content
|
||||
List of figures and list of tables
|
||||
|
||||
``` {.lang-tex .hljs}
|
||||
\listoffigures
|
||||
\listoftables
|
||||
```
|
||||
|
||||
* insert the corresponding index wherever it is called
|
||||
* lists the caption of each figure or table by default, but you can also state a special list entry
|
||||
|
||||
|
||||
@slide(layout=wide-task)
|
||||
|
||||
@task-number
|
||||
2
|
||||
|
||||
@title
|
||||
Structure your document and text
|
||||
|
||||
@content
|
||||
* Download the project archive from the VC, unzip it and open the file `allgemeines.tex` in TeXStudio.
|
||||
* ++Wrap the entire Text (incl. comments) in `allgemeines.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document:
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
<code>\documentclass{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{csquotes}
|
||||
```
|
||||
|
||||
* ++In the part that is not commented out, **paragraphs** where marked as ‘`//`’. Use real paragraphs instead.
|
||||
* ++Uncomment the remaining text. Use the corresponding LaTeX commands for all **headings** (`\section` to `\subsubsection`).
|
||||
* ++Add a **table of contents.**
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
0
sections/german/02/wysiwyg.svg → svg/chapter-02/wysiwyg.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
927
svg/chapter-03/contents-crop.svg
Normal file
@ -0,0 +1,927 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="343pt" height="339pt" viewBox="0 0 343 339" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 9.1875 -8.953125 C 8.484375 -9.640625 7.453125 -10.03125 6.484375 -10.03125 C 4.890625 -10.03125 3.234375 -9.5625 2.125 -8.375 C 1.28125 -7.453125 0.875 -6.203125 0.875 -4.953125 C 0.875 -3.71875 1.265625 -2.421875 2.125 -1.484375 C 3.1875 -0.328125 4.84375 0.171875 6.390625 0.171875 C 8.328125 0.171875 10.5 -1.15625 10.5 -3.3125 L 10.5 -3.390625 C 10.46875 -3.515625 10.359375 -3.53125 10.234375 -3.53125 L 10.1875 -3.53125 C 10.0625 -3.53125 9.953125 -3.515625 9.953125 -3.328125 L 9.953125 -3.21875 C 9.8125 -2.421875 9.625 -1.90625 9.125 -1.390625 C 8.5 -0.765625 7.625 -0.421875 6.75 -0.421875 C 5.53125 -0.421875 4.234375 -0.84375 3.5 -1.875 C 2.859375 -2.78125 2.78125 -3.953125 2.78125 -5 C 2.78125 -5.96875 2.890625 -7.03125 3.40625 -7.859375 C 4.109375 -8.96875 5.421875 -9.453125 6.703125 -9.453125 C 8.375 -9.453125 9.578125 -8.125 9.875 -6.5625 C 9.890625 -6.390625 9.875 -6.171875 10.140625 -6.171875 L 10.265625 -6.171875 C 10.453125 -6.171875 10.5 -6.25 10.5 -6.40625 L 10.5 -9.8125 C 10.5 -9.9375 10.453125 -10.03125 10.3125 -10.03125 C 10.109375 -10.03125 9.84375 -9.640625 9.640625 -9.4375 C 9.484375 -9.28125 9.328125 -9.125 9.1875 -8.953125 Z M 9.1875 -8.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 3.671875 -6.515625 C 1.953125 -6.328125 0.4375 -5.375 0.4375 -3.15625 C 0.4375 -2.1875 0.796875 -1.234375 1.59375 -0.625 C 2.25 -0.125 3.109375 0.078125 3.9375 0.078125 C 5.6875 0.078125 7.4375 -0.890625 7.4375 -3.1875 C 7.4375 -3.96875 7.1875 -4.8125 6.65625 -5.40625 C 5.953125 -6.21875 4.875 -6.515625 3.84375 -6.515625 Z M 2.078125 -2.71875 L 2.078125 -3.46875 C 2.078125 -4.203125 2.09375 -5.046875 2.65625 -5.59375 C 2.984375 -5.921875 3.453125 -6.078125 3.921875 -6.078125 C 4.96875 -6.078125 5.65625 -5.390625 5.765625 -4.296875 C 5.796875 -4.015625 5.8125 -3.734375 5.8125 -3.453125 L 5.8125 -3.109375 C 5.8125 -2.40625 5.78125 -1.59375 5.34375 -1.046875 C 5 -0.609375 4.46875 -0.421875 3.9375 -0.421875 C 3.40625 -0.421875 2.84375 -0.625 2.515625 -1.078125 C 2.140625 -1.546875 2.140625 -2.15625 2.078125 -2.71875 Z M 2.078125 -2.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.828125 -5.78125 C 1.203125 -5.78125 1.546875 -5.734375 1.546875 -5.296875 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.3125 C 7.4375 -4.8125 7.40625 -5.296875 7.125 -5.71875 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.25 -6.46875 3.234375 -5.8125 2.953125 -4.8125 L 2.9375 -6.46875 L 1.34375 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.390625 -9.125 C 2.390625 -8 1.828125 -6.25 0.28125 -6.25 L 0.28125 -5.8125 L 1.4375 -5.8125 L 1.4375 -1.9375 C 1.4375 -1.5 1.46875 -1.078125 1.703125 -0.703125 C 2.125 -0.078125 2.921875 0.078125 3.59375 0.078125 C 4.71875 0.078125 5.25 -0.859375 5.25 -1.984375 L 5.25 -2.546875 L 4.703125 -2.546875 C 4.703125 -2.359375 4.71875 -2.15625 4.71875 -1.9375 C 4.71875 -1.359375 4.578125 -0.421875 3.796875 -0.421875 C 3.078125 -0.421875 2.9375 -1.171875 2.9375 -1.84375 L 2.9375 -5.8125 L 4.984375 -5.8125 L 4.984375 -6.390625 L 2.9375 -6.390625 L 2.9375 -9.125 Z M 2.390625 -9.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 2.0625 -3.234375 L 6.484375 -3.234375 C 6.671875 -3.234375 6.734375 -3.328125 6.734375 -3.5 C 6.734375 -5.046875 5.96875 -6.53125 3.78125 -6.53125 C 3.015625 -6.53125 2.21875 -6.3125 1.609375 -5.84375 C 0.8125 -5.234375 0.4375 -4.25 0.4375 -3.25 C 0.4375 -1.203125 2 0.078125 3.96875 0.078125 C 5.046875 0.078125 6.234375 -0.375 6.6875 -1.53125 C 6.703125 -1.59375 6.734375 -1.640625 6.734375 -1.6875 C 6.734375 -1.828125 6.59375 -1.890625 6.4375 -1.890625 C 6.171875 -1.890625 6.09375 -1.515625 5.984375 -1.3125 C 5.609375 -0.734375 4.875 -0.421875 4.1875 -0.421875 C 3.4375 -0.421875 2.71875 -0.765625 2.359375 -1.453125 C 2.078125 -2 2.0625 -2.625 2.0625 -3.234375 Z M 2.0625 -3.609375 C 2.0625 -4.25 2.140625 -4.9375 2.53125 -5.453125 C 2.828125 -5.84375 3.3125 -6.0625 3.78125 -6.0625 C 5.09375 -6.0625 5.421875 -4.6875 5.421875 -3.609375 Z M 2.0625 -3.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 1.484375 -0.46875 C 1.9375 -0.078125 2.578125 0.078125 3.203125 0.078125 C 4.5 0.078125 5.6875 -0.515625 5.6875 -2 L 5.6875 -2.15625 C 5.609375 -2.984375 4.984375 -3.59375 4.234375 -3.890625 C 3.859375 -4.03125 3.453125 -4.09375 3.0625 -4.15625 C 2.5 -4.265625 1.46875 -4.40625 1.46875 -5.15625 C 1.46875 -5.9375 2.375 -6.109375 3.03125 -6.109375 C 3.875 -6.109375 4.640625 -5.78125 4.75 -4.765625 C 4.75 -4.640625 4.75 -4.515625 4.96875 -4.515625 L 5.0625 -4.515625 C 5.234375 -4.515625 5.3125 -4.59375 5.3125 -4.796875 C 5.3125 -4.875 5.296875 -4.96875 5.296875 -5.03125 L 5.296875 -6.3125 C 5.296875 -6.4375 5.234375 -6.515625 5.109375 -6.515625 C 4.84375 -6.515625 4.640625 -6.203125 4.484375 -6.203125 C 4.296875 -6.203125 4.015625 -6.40625 3.75 -6.453125 C 3.5 -6.5 3.25 -6.515625 3.015625 -6.515625 C 1.96875 -6.515625 0.53125 -6.234375 0.53125 -4.59375 C 0.53125 -3.125 2.25 -2.859375 3.28125 -2.671875 C 3.90625 -2.546875 4.75 -2.328125 4.75 -1.484375 C 4.75 -0.421875 3.578125 -0.375 2.984375 -0.375 C 1.90625 -0.515625 1.46875 -1 1.078125 -2.203125 C 1.03125 -2.359375 0.921875 -2.359375 0.78125 -2.359375 C 0.609375 -2.359375 0.53125 -2.296875 0.53125 -2.09375 L 0.53125 -0.34375 C 0.53125 -0.296875 0.515625 -0.234375 0.515625 -0.15625 C 0.515625 -0.03125 0.5625 0.078125 0.703125 0.078125 C 0.875 0.078125 1.0625 -0.109375 1.171875 -0.21875 C 1.28125 -0.296875 1.390625 -0.375 1.484375 -0.46875 Z M 1.484375 -0.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 1.234375 -8.5 L 1.234375 -7.9375 C 1.921875 -7.9375 2.625 -7.984375 3.28125 -8.203125 L 3.28125 -0.59375 L 1.3125 -0.59375 L 1.3125 -0.015625 L 6.78125 -0.015625 L 6.78125 -0.59375 L 4.84375 -0.59375 L 4.84375 -8.859375 C 4.84375 -8.921875 4.859375 -9.015625 4.859375 -9.109375 C 4.859375 -9.3125 4.796875 -9.421875 4.578125 -9.421875 C 4.296875 -9.421875 4.015625 -9.09375 3.71875 -8.953125 C 2.9375 -8.59375 2.078125 -8.5 1.234375 -8.5 Z M 1.234375 -8.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 0.84375 -9.734375 L 0.578125 -6.390625 L 1.125 -6.390625 C 1.171875 -7.078125 1.21875 -7.953125 1.625 -8.484375 C 2.125 -9.140625 2.96875 -9.171875 3.734375 -9.171875 L 4.59375 -9.171875 L 4.59375 -0.59375 L 2.453125 -0.59375 L 2.453125 -0.015625 L 8.515625 -0.015625 L 8.515625 -0.59375 L 6.390625 -0.59375 L 6.390625 -9.171875 L 7.25 -9.171875 C 8.21875 -9.171875 9.375 -9.109375 9.671875 -7.6875 C 9.765625 -7.265625 9.8125 -6.8125 9.84375 -6.390625 L 10.390625 -6.390625 L 10.109375 -9.734375 Z M 0.84375 -9.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.75 -5.78125 C 1.125 -5.78125 1.46875 -5.734375 1.46875 -5.296875 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 4.15625 -0.015625 L 4.15625 -0.59375 L 2.90625 -0.59375 L 2.90625 -2.65625 C 2.90625 -3.9375 2.953125 -6.03125 4.65625 -6.03125 C 4.46875 -5.84375 4.359375 -5.65625 4.359375 -5.390625 C 4.359375 -4.875 4.734375 -4.578125 5.15625 -4.578125 C 5.640625 -4.578125 5.953125 -4.953125 5.953125 -5.359375 C 5.953125 -6.078125 5.203125 -6.46875 4.578125 -6.46875 C 3.6875 -6.46875 2.9375 -5.65625 2.8125 -4.796875 L 2.796875 -6.46875 L 1.25 -6.390625 Z M 0.453125 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 1.46875 -6.390625 L 0.4375 -6.390625 L 0.4375 -5.8125 L 1.46875 -5.8125 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 3.921875 -0.015625 L 3.921875 -0.59375 L 2.90625 -0.59375 L 2.90625 -5.8125 L 5.84375 -5.8125 L 5.84375 -0.59375 L 4.828125 -0.59375 L 4.828125 -0.015625 L 8.296875 -0.015625 L 8.296875 -0.59375 L 7.28125 -0.59375 L 7.28125 -5.8125 L 10.21875 -5.8125 L 10.21875 -0.59375 L 9.203125 -0.59375 L 9.203125 -0.015625 L 12.671875 -0.015625 L 12.671875 -0.59375 L 11.65625 -0.59375 L 11.65625 -9.96875 L 11.0625 -9.921875 C 10.953125 -9.90625 10.859375 -9.890625 10.75 -9.890625 C 10.375 -9.953125 10.015625 -10.0625 9.578125 -10.0625 C 8.734375 -10.0625 7.859375 -9.96875 7.078125 -9.578125 C 7.03125 -9.546875 6.953125 -9.515625 6.90625 -9.515625 C 6.75 -9.53125 6.609375 -9.71875 6.453125 -9.796875 C 6.15625 -9.953125 5.84375 -10.03125 5.515625 -10.0625 L 5.296875 -10.0625 C 3.984375 -10.0625 2.140625 -9.8125 1.578125 -8.53125 C 1.484375 -8.28125 1.46875 -8.015625 1.46875 -7.75 Z M 5.84375 -6.390625 L 2.859375 -6.390625 L 2.859375 -7.765625 C 2.859375 -9.171875 3.96875 -9.609375 5.0625 -9.609375 C 5.421875 -9.609375 5.703125 -9.53125 6.03125 -9.453125 L 6.03125 -9.421875 C 5.734375 -9.3125 5.59375 -9.015625 5.59375 -8.703125 C 5.59375 -8.28125 5.859375 -8.21875 5.859375 -7.859375 C 5.859375 -7.734375 5.84375 -7.609375 5.84375 -7.484375 Z M 10.21875 -6.390625 L 7.234375 -6.390625 L 7.234375 -7.765625 C 7.234375 -9.203125 8.421875 -9.609375 9.484375 -9.609375 L 9.65625 -9.609375 C 9.84375 -9.59375 10.03125 -9.5625 10.21875 -9.546875 C 10.140625 -9.359375 10 -9.203125 9.96875 -8.984375 L 9.96875 -8.890625 C 9.96875 -8.578125 10.1875 -8.421875 10.21875 -8.21875 Z M 10.21875 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 0.546875 -9.859375 L 0.546875 -9.28125 L 0.8125 -9.28125 C 1.1875 -9.28125 1.546875 -9.28125 1.546875 -8.75 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.265625 C 7.4375 -4.78125 7.40625 -5.3125 7.109375 -5.75 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.359375 -6.46875 3.25 -5.84375 3.015625 -4.953125 L 3 -9.96875 L 1.375 -9.96875 Z M 0.546875 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 1.65625 -7.953125 C 2.03125 -8.515625 2.71875 -8.84375 3.40625 -8.84375 C 4.625 -8.84375 5.328125 -7.796875 5.328125 -6.703125 L 5.328125 -6.53125 C 5.25 -5.171875 4.171875 -4.0625 3.28125 -3.140625 C 2.5 -2.328125 1.65625 -1.515625 0.9375 -0.65625 C 0.8125 -0.546875 0.78125 -0.46875 0.78125 -0.3125 L 0.78125 -0.015625 L 6.703125 -0.015625 L 7.078125 -3.03125 L 6.546875 -3.03125 C 6.453125 -2.4375 6.46875 -1.671875 5.90625 -1.671875 C 5.5625 -1.640625 5.21875 -1.640625 4.875 -1.640625 L 2.46875 -1.640625 C 3.234375 -2.296875 3.984375 -2.96875 4.78125 -3.578125 C 5.796875 -4.359375 7.078125 -5.21875 7.078125 -6.734375 C 7.078125 -8.625 5.25 -9.421875 3.765625 -9.421875 C 2.4375 -9.421875 0.78125 -8.65625 0.78125 -7.109375 C 0.78125 -6.515625 1.21875 -6.171875 1.6875 -6.171875 C 2.234375 -6.171875 2.578125 -6.59375 2.578125 -7.078125 C 2.578125 -7.609375 2.1875 -7.953125 1.65625 -7.953125 Z M 1.65625 -7.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 5.15625 -5.90625 C 4.921875 -5.734375 4.78125 -5.53125 4.78125 -5.234375 C 4.78125 -4.828125 5.0625 -4.421875 5.53125 -4.421875 L 5.625 -4.421875 C 6.125 -4.421875 6.390625 -4.828125 6.390625 -5.21875 C 6.390625 -6.5 4.546875 -6.515625 4.015625 -6.515625 L 3.984375 -6.515625 C 3.15625 -6.515625 2.3125 -6.3125 1.65625 -5.78125 C 0.90625 -5.15625 0.515625 -4.1875 0.515625 -3.21875 C 0.515625 -1.234375 1.984375 0.078125 3.9375 0.078125 C 4.9375 0.078125 5.984375 -0.359375 6.421875 -1.3125 C 6.46875 -1.421875 6.5625 -1.5625 6.5625 -1.671875 C 6.5625 -1.8125 6.4375 -1.84375 6.34375 -1.84375 L 6.234375 -1.84375 C 5.96875 -1.84375 6 -1.625 5.890625 -1.453125 C 5.578125 -0.765625 4.9375 -0.421875 4.25 -0.421875 C 2.828125 -0.421875 2.171875 -1.578125 2.171875 -3.203125 C 2.171875 -4.34375 2.3125 -6.03125 4.109375 -6.03125 C 4.453125 -6.03125 4.8125 -5.96875 5.15625 -5.90625 Z M 5.15625 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 0.625 -6.359375 L 0.625 -5.78125 C 0.734375 -5.78125 0.84375 -5.796875 0.96875 -5.796875 C 1.28125 -5.796875 1.578125 -5.734375 1.578125 -5.328125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 3.9375 -0.015625 L 3.9375 -0.59375 L 3.03125 -0.59375 L 3.03125 -6.46875 L 1.4375 -6.46875 Z M 1.984375 -9.984375 C 1.5 -9.890625 1.140625 -9.515625 1.140625 -9.015625 C 1.140625 -8.515625 1.515625 -8.046875 2.125 -8.046875 L 2.21875 -8.046875 C 2.703125 -8.140625 3.0625 -8.515625 3.0625 -9.015625 C 3.0625 -9.515625 2.6875 -9.984375 2.078125 -9.984375 Z M 1.984375 -9.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.8125 -5.78125 C 1.140625 -5.78125 1.46875 -5.75 1.46875 -5.28125 L 1.46875 2.1875 L 0.453125 2.1875 L 0.453125 2.765625 L 3.96875 2.765625 L 3.96875 2.1875 L 2.96875 2.1875 L 2.96875 -0.625 C 3.46875 -0.21875 4.046875 0.078125 4.75 0.078125 C 5.828125 0.078125 6.953125 -0.28125 7.609375 -1.1875 C 8.03125 -1.78125 8.21875 -2.5 8.21875 -3.21875 C 8.21875 -4.828125 7.21875 -6.46875 5.03125 -6.46875 C 4.234375 -6.46875 3.53125 -6.203125 2.90625 -5.703125 L 2.90625 -6.46875 L 1.296875 -6.46875 Z M 6.5625 -2.90625 C 6.484375 -1.875 6.125 -0.375 4.640625 -0.375 C 4 -0.375 3.390625 -0.734375 3.03125 -1.296875 C 2.96875 -1.375 2.96875 -1.46875 2.96875 -1.546875 L 2.96875 -4.984375 C 3.046875 -5.4375 4.046875 -5.984375 4.765625 -5.984375 C 6.296875 -5.984375 6.578125 -4.140625 6.578125 -3.1875 C 6.578125 -3.09375 6.578125 -3 6.5625 -2.90625 Z M 6.5625 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 0.84375 -5.90625 L 0.84375 -5.4375 C 1.328125 -5.4375 1.890625 -5.46875 2.34375 -5.625 L 2.34375 -0.484375 L 0.953125 -0.484375 L 0.953125 -0.015625 L 4.921875 -0.015625 L 4.921875 -0.484375 L 3.53125 -0.484375 L 3.53125 -6.265625 C 3.53125 -6.421875 3.5 -6.546875 3.265625 -6.546875 C 3.109375 -6.546875 3.015625 -6.453125 2.90625 -6.375 C 2.265625 -5.984375 1.5625 -5.90625 0.84375 -5.90625 Z M 0.84375 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 0.625 -6.734375 L 0.40625 -4.34375 L 0.875 -4.34375 C 0.921875 -4.828125 0.953125 -5.5 1.296875 -5.875 C 1.65625 -6.265625 2.234375 -6.265625 2.734375 -6.265625 L 3.28125 -6.265625 L 3.28125 -0.484375 L 1.75 -0.484375 L 1.75 -0.015625 L 6.21875 -0.015625 L 6.21875 -0.484375 L 4.6875 -0.484375 L 4.6875 -6.265625 L 5.234375 -6.265625 C 5.890625 -6.265625 6.703125 -6.234375 6.921875 -5.359375 C 7.03125 -5.03125 7.0625 -4.671875 7.09375 -4.34375 L 7.5625 -4.34375 L 7.34375 -6.734375 Z M 0.625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 0.359375 -4.421875 L 0.359375 -3.953125 L 0.5625 -3.953125 C 0.8125 -3.953125 1.046875 -3.921875 1.046875 -3.625 L 1.046875 -0.484375 L 0.359375 -0.484375 L 0.359375 -0.015625 L 2.984375 -0.015625 L 2.984375 -0.484375 L 2.125 -0.484375 L 2.125 -1.859375 C 2.125 -2.71875 2.21875 -4.140625 3.375 -4.140625 C 3.25 -4 3.1875 -3.84375 3.1875 -3.671875 C 3.1875 -3.328125 3.453125 -3.078125 3.78125 -3.078125 C 4.125 -3.078125 4.390625 -3.34375 4.390625 -3.671875 C 4.390625 -4.234375 3.828125 -4.5 3.34375 -4.5 C 2.75 -4.5 2.15625 -4.03125 2.03125 -3.375 L 2.015625 -4.5 L 0.921875 -4.453125 Z M 0.359375 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 1.0625 -4.4375 L 0.3125 -4.4375 L 0.3125 -3.96875 L 1.0625 -3.96875 L 1.0625 -0.484375 L 0.375 -0.484375 L 0.375 -0.015625 L 2.828125 -0.015625 L 2.828125 -0.484375 L 2.140625 -0.484375 L 2.140625 -3.96875 L 4.234375 -3.96875 L 4.234375 -0.484375 L 3.546875 -0.484375 L 3.546875 -0.015625 L 6 -0.015625 L 6 -0.484375 L 5.3125 -0.484375 L 5.3125 -3.96875 L 7.40625 -3.96875 L 7.40625 -0.484375 L 6.71875 -0.484375 L 6.71875 -0.015625 L 9.171875 -0.015625 L 9.171875 -0.484375 L 8.484375 -0.484375 L 8.484375 -6.921875 C 8.25 -6.921875 8.015625 -6.875 7.78125 -6.875 C 7.46875 -6.9375 7.203125 -7 6.875 -7 C 6.28125 -7 5.671875 -6.890625 5.125 -6.65625 C 5.078125 -6.640625 5.03125 -6.609375 4.984375 -6.609375 C 4.921875 -6.609375 4.75 -6.765625 4.640625 -6.8125 C 4.421875 -6.921875 4.171875 -6.96875 3.921875 -6.984375 L 3.78125 -6.984375 C 2.65625 -6.984375 1.0625 -6.734375 1.0625 -5.390625 Z M 4.234375 -4.4375 L 2.078125 -4.4375 L 2.078125 -5.359375 C 2.078125 -6.375 2.9375 -6.625 3.671875 -6.625 C 3.875 -6.625 4.09375 -6.609375 4.28125 -6.515625 C 4.09375 -6.421875 3.984375 -6.203125 3.984375 -5.984375 C 3.984375 -5.71875 4.25 -5.546875 4.25 -5.328125 C 4.25 -5.25 4.234375 -5.171875 4.234375 -5.109375 Z M 7.40625 -4.4375 L 5.25 -4.4375 L 5.25 -5.390625 C 5.25 -6.40625 6.171875 -6.625 6.875 -6.625 L 6.9375 -6.625 C 7.078125 -6.625 7.21875 -6.59375 7.359375 -6.59375 C 7.234375 -6.453125 7.15625 -6.296875 7.15625 -6.109375 C 7.15625 -5.84375 7.421875 -5.671875 7.421875 -5.4375 C 7.421875 -5.359375 7.40625 -5.28125 7.40625 -5.1875 Z M 7.40625 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 1.59375 -2.1875 L 4.671875 -2.1875 C 4.84375 -2.1875 4.921875 -2.25 4.921875 -2.421875 C 4.921875 -3.421875 4.453125 -4.53125 2.78125 -4.53125 C 2.15625 -4.53125 1.53125 -4.359375 1.0625 -3.953125 C 0.5625 -3.53125 0.3125 -2.890625 0.3125 -2.25 C 0.3125 -1.640625 0.53125 -1.078125 0.953125 -0.640625 C 1.46875 -0.140625 2.21875 0.046875 2.9375 0.046875 C 3.625 0.046875 4.40625 -0.203125 4.78125 -0.828125 C 4.84375 -0.921875 4.921875 -1.0625 4.921875 -1.1875 C 4.921875 -1.3125 4.796875 -1.359375 4.6875 -1.359375 C 4.46875 -1.359375 4.453125 -1.15625 4.34375 -0.984375 C 4.078125 -0.5625 3.53125 -0.34375 3.03125 -0.34375 C 2.546875 -0.34375 2.078125 -0.546875 1.828125 -0.984375 C 1.609375 -1.328125 1.59375 -1.78125 1.59375 -2.1875 Z M 1.59375 -2.515625 C 1.59375 -3.1875 1.78125 -4.171875 2.796875 -4.171875 C 3.71875 -4.171875 3.984375 -3.25 3.984375 -2.515625 Z M 1.59375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.84375 L 0.453125 -6.375 L 0.671875 -6.375 C 0.921875 -6.375 1.140625 -6.34375 1.140625 -6.015625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.984375 C 5.4375 -3.296875 5.421875 -3.625 5.28125 -3.890625 C 4.984375 -4.40625 4.40625 -4.5 3.875 -4.5 C 3.21875 -4.5 2.515625 -4.140625 2.21875 -3.515625 L 2.21875 -6.921875 L 0.828125 -6.921875 Z M 0.453125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.9375 C 5.4375 -3.296875 5.421875 -3.65625 5.234375 -3.953125 C 4.9375 -4.421875 4.359375 -4.5 3.84375 -4.5 C 3.1875 -4.5 2.375 -4.0625 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 1.6875 -6.34375 C 1.6875 -5.53125 1.265625 -4.328125 0.203125 -4.328125 L 0.203125 -3.96875 L 1.015625 -3.96875 L 1.015625 -1.40625 C 1.015625 -1.078125 1.03125 -0.75 1.21875 -0.484375 C 1.5 -0.078125 2.078125 0.0625 2.546875 0.0625 C 3.25 0.0625 3.8125 -0.421875 3.8125 -1.328125 C 3.8125 -1.46875 3.8125 -1.625 3.8125 -1.78125 L 3.34375 -1.78125 L 3.34375 -1.359375 C 3.34375 -0.984375 3.28125 -0.34375 2.734375 -0.34375 C 2.234375 -0.34375 2.15625 -0.875 2.15625 -1.28125 L 2.15625 -3.96875 L 3.625 -3.96875 L 3.625 -4.4375 L 2.15625 -4.4375 L 2.15625 -6.34375 Z M 1.6875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 1.4375 -5.71875 C 1.71875 -5.9375 2.078125 -6.078125 2.453125 -6.078125 C 3.28125 -6.078125 3.78125 -5.390625 3.78125 -4.625 C 3.78125 -3.59375 2.953125 -2.8125 2.28125 -2.140625 C 1.8125 -1.671875 1.359375 -1.203125 0.890625 -0.734375 L 0.703125 -0.546875 C 0.609375 -0.453125 0.5625 -0.375 0.5625 -0.234375 L 0.5625 -0.015625 L 4.84375 -0.015625 L 5.15625 -2.21875 L 4.6875 -2.21875 C 4.640625 -1.84375 4.625 -1.28125 4.25 -1.28125 C 4 -1.25 3.734375 -1.25 3.484375 -1.25 L 1.9375 -1.25 C 2.46875 -1.65625 2.953125 -2.078125 3.484375 -2.46875 C 4.203125 -3 5.15625 -3.578125 5.15625 -4.625 C 5.15625 -6.078125 3.734375 -6.546875 2.671875 -6.546875 L 2.546875 -6.546875 C 1.75 -6.484375 0.5625 -6.09375 0.5625 -5.03125 C 0.5625 -4.671875 0.78125 -4.28125 1.296875 -4.28125 C 1.6875 -4.28125 2 -4.609375 2 -5 C 2 -5.359375 1.78125 -5.625 1.4375 -5.71875 Z M 1.4375 -5.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 3.59375 -4.078125 C 3.453125 -3.953125 3.390625 -3.765625 3.390625 -3.59375 C 3.390625 -3.25 3.65625 -2.984375 4 -2.984375 C 4.421875 -2.984375 4.640625 -3.3125 4.640625 -3.625 C 4.640625 -4.484375 3.390625 -4.53125 2.96875 -4.53125 L 2.875 -4.53125 C 2.109375 -4.53125 1.328125 -4.296875 0.859375 -3.671875 C 0.53125 -3.25 0.375 -2.765625 0.375 -2.234375 C 0.375 -1.6875 0.546875 -1.109375 0.921875 -0.703125 C 1.40625 -0.171875 2.140625 0.046875 2.84375 0.046875 C 3.546875 0.046875 4.3125 -0.203125 4.640625 -0.875 C 4.6875 -0.953125 4.765625 -1.0625 4.765625 -1.15625 C 4.765625 -1.296875 4.640625 -1.3125 4.546875 -1.3125 L 4.5 -1.3125 C 4.296875 -1.3125 4.28125 -1.171875 4.234375 -1.03125 C 3.984375 -0.59375 3.5625 -0.34375 3.0625 -0.34375 C 1.890625 -0.34375 1.65625 -1.390625 1.65625 -2.21875 C 1.65625 -2.984375 1.734375 -4.125 2.953125 -4.125 C 3.171875 -4.125 3.390625 -4.09375 3.59375 -4.078125 Z M 3.59375 -4.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 0.5 -4.421875 L 0.5 -3.953125 C 0.578125 -3.953125 0.671875 -3.953125 0.75 -3.953125 C 0.953125 -3.953125 1.15625 -3.90625 1.15625 -3.625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.84375 -0.015625 L 2.84375 -0.484375 L 2.234375 -0.484375 L 2.234375 -4.5 L 1.09375 -4.5 Z M 1.453125 -6.921875 C 1.078125 -6.890625 0.78125 -6.546875 0.78125 -6.15625 C 0.78125 -5.765625 1.078125 -5.390625 1.5625 -5.390625 C 1.953125 -5.390625 2.328125 -5.71875 2.328125 -6.15625 C 2.328125 -6.546875 2.03125 -6.9375 1.5625 -6.9375 C 1.53125 -6.9375 1.484375 -6.9375 1.453125 -6.921875 Z M 1.453125 -6.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 0.375 -4.421875 L 0.375 -3.953125 L 0.578125 -3.953125 C 0.84375 -3.953125 1.0625 -3.921875 1.0625 -3.625 L 1.0625 1.453125 L 0.375 1.453125 L 0.375 1.921875 L 2.875 1.921875 L 2.875 1.453125 L 2.1875 1.453125 L 2.1875 -0.40625 C 2.546875 -0.09375 2.984375 0.046875 3.4375 0.046875 C 4.71875 0.046875 5.984375 -0.6875 5.984375 -2.234375 C 5.984375 -3.453125 5.140625 -4.5 3.6875 -4.5 C 3.09375 -4.5 2.625 -4.34375 2.140625 -4 L 2.140625 -4.5 L 0.75 -4.5 Z M 4.6875 -2.03125 C 4.65625 -1.3125 4.359375 -0.3125 3.359375 -0.3125 C 2.921875 -0.3125 2.484375 -0.5625 2.234375 -0.953125 C 2.1875 -1 2.1875 -1.0625 2.1875 -1.125 L 2.1875 -3.421875 C 2.25 -3.734375 2.96875 -4.09375 3.453125 -4.09375 C 4.5 -4.09375 4.703125 -2.90625 4.703125 -2.21875 C 4.703125 -2.15625 4.703125 -2.09375 4.6875 -2.03125 Z M 4.6875 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 2 -4.53125 C 1.5625 -4.46875 1.140625 -4.421875 0.78125 -4.140625 C 0.53125 -3.921875 0.375 -3.5625 0.375 -3.21875 C 0.375 -1.78125 2.421875 -2 3.078125 -1.609375 C 3.28125 -1.5 3.421875 -1.28125 3.421875 -1.03125 C 3.421875 -0.390625 2.65625 -0.3125 2.28125 -0.3125 C 1.6875 -0.3125 1.15625 -0.578125 0.90625 -1.28125 C 0.859375 -1.421875 0.875 -1.609375 0.65625 -1.609375 L 0.5625 -1.609375 C 0.40625 -1.609375 0.375 -1.5 0.375 -1.375 L 0.375 -0.171875 C 0.375 -0.078125 0.390625 0.03125 0.5 0.046875 L 0.53125 0.046875 C 0.78125 0.046875 0.984375 -0.25 1.125 -0.25 C 1.1875 -0.25 1.25 -0.1875 1.296875 -0.15625 C 1.59375 0.015625 1.984375 0.046875 2.328125 0.046875 C 3.1875 0.046875 4.140625 -0.3125 4.140625 -1.359375 C 4.140625 -2.171875 3.484375 -2.65625 2.765625 -2.828125 C 2.203125 -2.953125 1.09375 -2.953125 1.09375 -3.5625 C 1.09375 -4.203125 2 -4.203125 2.25 -4.203125 C 2.71875 -4.203125 3.234375 -4.046875 3.359375 -3.515625 C 3.40625 -3.375 3.328125 -3.171875 3.59375 -3.171875 L 3.640625 -3.171875 C 3.828125 -3.171875 3.84375 -3.265625 3.84375 -3.375 L 3.84375 -4.3125 C 3.84375 -4.4375 3.8125 -4.53125 3.671875 -4.53125 C 3.484375 -4.53125 3.34375 -4.34375 3.21875 -4.34375 C 3.125 -4.34375 2.953125 -4.453125 2.8125 -4.46875 C 2.625 -4.515625 2.40625 -4.53125 2.203125 -4.53125 C 2.140625 -4.53125 2.0625 -4.53125 2 -4.53125 Z M 2 -4.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 1.484375 -1.5625 C 1.078125 -1.53125 0.8125 -1.140625 0.8125 -0.78125 C 0.8125 -0.421875 1.09375 -0.015625 1.578125 -0.015625 C 2.046875 -0.015625 2.359375 -0.390625 2.359375 -0.796875 C 2.359375 -1.15625 2.078125 -1.5625 1.59375 -1.5625 C 1.5625 -1.5625 1.515625 -1.5625 1.484375 -1.5625 Z M 1.484375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 0.234375 -6.84375 L 0.234375 -6.375 L 0.984375 -6.375 C 1.09375 -6.375 1.125 -6.328125 1.140625 -6.234375 L 1.25 -5.984375 C 2 -4.109375 2.703125 -2.234375 3.421875 -0.34375 C 3.515625 -0.15625 3.53125 0.0625 3.84375 0.0625 C 4.125 0.0625 4.203125 -0.171875 4.296875 -0.46875 L 4.65625 -1.390625 C 5.0625 -2.484375 5.46875 -3.578125 5.921875 -4.671875 C 6.21875 -4.03125 6.4375 -3.296875 6.703125 -2.625 C 6.875 -2.21875 7.03125 -1.796875 7.1875 -1.390625 L 7.546875 -0.453125 C 7.640625 -0.21875 7.671875 0.0625 8 0.0625 C 8.296875 0.0625 8.328125 -0.15625 8.421875 -0.34375 C 9.015625 -1.890625 9.59375 -3.40625 10.203125 -4.9375 L 10.5625 -5.875 C 10.65625 -6.171875 10.671875 -6.3125 10.96875 -6.34375 C 11.1875 -6.375 11.390625 -6.375 11.609375 -6.375 L 11.609375 -6.84375 L 9.1875 -6.84375 L 9.1875 -6.375 C 9.515625 -6.375 10.171875 -6.375 10.171875 -6.234375 C 10.171875 -6.15625 10.109375 -6.046875 10.09375 -5.96875 L 9.765625 -5.140625 C 9.390625 -4.1875 9.046875 -3.21875 8.65625 -2.265625 C 8.609375 -2.140625 8.53125 -1.984375 8.5 -1.828125 L 8.46875 -1.828125 L 6.71875 -6.375 L 7.671875 -6.375 L 7.671875 -6.84375 L 4.40625 -6.84375 L 4.40625 -6.375 L 5.140625 -6.375 C 5.28125 -6.375 5.328125 -6.25 5.359375 -6.125 C 5.46875 -5.859375 5.65625 -5.484375 5.65625 -5.3125 L 5.65625 -5.28125 C 5.5625 -4.96875 5.40625 -4.671875 5.296875 -4.375 C 5.0625 -3.765625 4.828125 -3.171875 4.609375 -2.5625 L 4.421875 -2.109375 C 4.390625 -2.03125 4.359375 -1.9375 4.328125 -1.828125 L 4.3125 -1.828125 L 2.546875 -6.375 L 3.515625 -6.375 L 3.515625 -6.84375 Z M 0.234375 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.4375 L 0.265625 -3.96875 L 0.78125 -3.96875 C 0.921875 -3.96875 1 -3.78125 1.03125 -3.65625 L 1.3125 -3.09375 C 1.765625 -2.15625 2.21875 -1.21875 2.625 -0.28125 C 2.671875 -0.203125 2.734375 -0.09375 2.734375 -0.015625 L 2.734375 0 C 2.734375 0.0625 2.6875 0.125 2.65625 0.1875 C 2.375 0.8125 2.078125 1.578125 1.3125 1.625 C 1.21875 1.625 1.140625 1.609375 1.046875 1.578125 C 1.25 1.5 1.359375 1.28125 1.359375 1.0625 C 1.359375 0.71875 1.109375 0.484375 0.78125 0.484375 C 0.421875 0.484375 0.21875 0.78125 0.21875 1.0625 C 0.21875 1.640625 0.765625 1.984375 1.28125 1.984375 C 2.421875 1.984375 2.84375 0.890625 3.265625 0.03125 C 3.671875 -0.84375 4.078125 -1.71875 4.484375 -2.578125 C 4.671875 -2.953125 4.859375 -3.34375 5.046875 -3.75 C 5.125 -3.953125 5.375 -3.96875 5.59375 -3.96875 L 5.78125 -3.96875 L 5.78125 -4.4375 L 4.09375 -4.4375 L 4.09375 -3.96875 L 4.4375 -3.921875 L 4.5625 -3.875 L 4.5 -3.6875 L 3.375 -1.28125 L 2.09375 -3.96875 L 2.625 -3.96875 L 2.625 -4.4375 Z M 0.265625 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 0.25 -4.4375 L 0.25 -3.96875 L 0.734375 -3.96875 C 0.90625 -3.96875 1.0625 -3.40625 1.171875 -3.125 L 2.140625 -0.78125 C 2.265625 -0.421875 2.359375 0.046875 2.71875 0.046875 C 2.96875 0.046875 3.046875 -0.125 3.125 -0.328125 L 3.3125 -0.8125 C 3.421875 -1.09375 3.53125 -1.34375 3.65625 -1.609375 L 3.953125 -2.359375 C 4.015625 -2.515625 4.09375 -2.65625 4.125 -2.8125 L 4.140625 -2.8125 C 4.171875 -2.65625 4.25 -2.515625 4.3125 -2.359375 C 4.578125 -1.6875 4.875 -1.015625 5.140625 -0.34375 C 5.21875 -0.125 5.28125 0.046875 5.546875 0.046875 C 5.8125 0.046875 5.875 -0.140625 5.9375 -0.3125 C 6.28125 -1.21875 6.671875 -2.09375 7.03125 -3 L 7.28125 -3.59375 C 7.40625 -3.859375 7.390625 -3.96875 8.015625 -3.96875 L 8.015625 -4.4375 L 6.296875 -4.4375 L 6.296875 -3.96875 C 6.53125 -3.96875 6.859375 -3.953125 6.859375 -3.828125 C 6.859375 -3.703125 6.6875 -3.390625 6.59375 -3.1875 C 6.34375 -2.515625 6.09375 -1.828125 5.78125 -1.1875 L 4.640625 -3.96875 L 5.203125 -3.96875 L 5.203125 -4.4375 L 3.078125 -4.4375 L 3.078125 -3.96875 L 3.53125 -3.96875 C 3.671875 -3.96875 3.671875 -3.890625 3.71875 -3.8125 C 3.765625 -3.703125 3.875 -3.53125 3.875 -3.421875 C 3.875 -3.296875 3.75 -3.09375 3.703125 -2.984375 C 3.484375 -2.46875 3.234375 -1.9375 3.0625 -1.421875 L 3.046875 -1.421875 L 2 -3.96875 L 2.5625 -3.96875 L 2.5625 -4.4375 Z M 0.25 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 2.671875 -4.53125 C 2.140625 -4.4375 1.734375 -4.390625 1.3125 -4.125 C 0.65625 -3.703125 0.3125 -2.953125 0.3125 -2.1875 C 0.3125 -1.671875 0.484375 -1.109375 0.84375 -0.71875 C 1.359375 -0.15625 2.125 0.046875 2.859375 0.046875 C 4.046875 0.046875 5.40625 -0.59375 5.40625 -2.203125 C 5.40625 -3.71875 4.203125 -4.53125 2.796875 -4.53125 Z M 1.59375 -1.890625 L 1.59375 -2.53125 C 1.59375 -2.984375 1.609375 -3.515625 1.9375 -3.828125 C 2.171875 -4.0625 2.515625 -4.171875 2.859375 -4.171875 C 3.21875 -4.171875 3.578125 -4.046875 3.8125 -3.796875 C 4.140625 -3.4375 4.140625 -2.875 4.140625 -2.40625 L 4.140625 -2.109375 C 4.140625 -1.671875 4.109375 -1.109375 3.84375 -0.765625 C 3.609375 -0.484375 3.234375 -0.34375 2.859375 -0.34375 C 2.46875 -0.34375 2.078125 -0.5 1.859375 -0.796875 C 1.625 -1.109375 1.640625 -1.515625 1.59375 -1.890625 Z M 1.59375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 0.46875 -6.84375 L 0.46875 -6.375 L 0.6875 -6.375 C 0.9375 -6.375 1.15625 -6.34375 1.15625 -6.015625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.921875 -0.015625 L 2.921875 -0.484375 L 2.234375 -0.484375 L 2.234375 -6.921875 L 0.84375 -6.921875 Z M 0.46875 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 3.53125 -6.84375 L 3.53125 -6.375 C 3.625 -6.375 3.703125 -6.390625 3.78125 -6.390625 C 4 -6.390625 4.234375 -6.34375 4.234375 -6.046875 L 4.234375 -4.046875 C 3.78125 -4.359375 3.375 -4.5 2.890625 -4.5 C 1.578125 -4.5 0.375 -3.703125 0.375 -2.21875 C 0.375 -0.8125 1.453125 0.046875 2.78125 0.046875 C 3.296875 0.046875 3.765625 -0.125 4.171875 -0.4375 L 4.171875 0.046875 L 5.984375 0.046875 L 5.984375 -0.484375 C 5.90625 -0.484375 5.828125 -0.46875 5.734375 -0.46875 C 5.5 -0.46875 5.296875 -0.515625 5.296875 -0.828125 L 5.296875 -6.921875 L 3.921875 -6.921875 Z M 1.65625 -1.828125 L 1.65625 -2.328125 C 1.65625 -3.09375 1.8125 -4.140625 2.984375 -4.140625 C 3.40625 -4.140625 3.78125 -3.953125 4.0625 -3.640625 C 4.109375 -3.59375 4.15625 -3.53125 4.171875 -3.484375 L 4.171875 -1.171875 C 4.171875 -1.109375 4.171875 -1.046875 4.125 -1 C 3.84375 -0.59375 3.34375 -0.3125 2.859375 -0.3125 C 1.96875 -0.3125 1.734375 -1.0625 1.65625 -1.828125 Z M 1.65625 -1.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 1.734375 -4.09375 C 1.96875 -4.15625 2.234375 -4.171875 2.46875 -4.171875 C 3.046875 -4.171875 3.5625 -3.890625 3.5625 -2.890625 L 3.5625 -2.65625 C 2.734375 -2.65625 1.796875 -2.546875 1.09375 -2.1875 C 0.671875 -1.96875 0.3125 -1.578125 0.3125 -1.09375 C 0.3125 -0.125 1.5625 0.046875 2.25 0.046875 C 2.78125 0.046875 3.53125 -0.1875 3.734375 -0.78125 C 3.765625 -0.640625 3.734375 -0.515625 3.796875 -0.375 C 3.984375 -0.015625 4.515625 -0.015625 4.90625 -0.015625 L 5.328125 -0.015625 C 5.46875 -0.015625 5.5625 -0.0625 5.5625 -0.25 C 5.5625 -0.703125 4.765625 -0.328125 4.703125 -0.703125 L 4.703125 -2.921875 C 4.703125 -4.109375 3.640625 -4.53125 2.703125 -4.53125 L 2.4375 -4.53125 C 1.78125 -4.53125 0.703125 -4.46875 0.703125 -3.625 C 0.703125 -3.28125 0.921875 -2.984375 1.375 -2.984375 C 1.75 -3.03125 1.953125 -3.296875 1.953125 -3.609375 C 1.953125 -3.8125 1.875 -3.953125 1.734375 -4.09375 Z M 3.5625 -2.34375 L 3.5625 -1.421875 C 3.5625 -0.734375 3.046875 -0.3125 2.40625 -0.3125 C 1.984375 -0.3125 1.484375 -0.578125 1.484375 -1.09375 C 1.484375 -1.9375 2.515625 -2.234375 3.203125 -2.3125 C 3.3125 -2.328125 3.453125 -2.328125 3.5625 -2.34375 Z M 3.5625 -2.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 1.4375 -6.3125 C 1.734375 -6.546875 2.15625 -6.625 2.546875 -6.625 C 2.9375 -6.625 3.421875 -6.59375 3.484375 -6.015625 C 3.484375 -5.921875 3.484375 -5.828125 3.484375 -5.734375 C 3.484375 -5.40625 3.421875 -5.1875 3.1875 -4.9375 C 2.546875 -4.234375 2.296875 -3.5625 2.296875 -2.46875 C 2.296875 -2.328125 2.359375 -2.265625 2.5 -2.265625 L 2.59375 -2.265625 C 2.6875 -2.265625 2.765625 -2.3125 2.78125 -2.421875 L 2.78125 -2.984375 C 2.78125 -3.640625 3.375 -4.171875 3.84375 -4.53125 C 4.0625 -4.6875 4.328125 -4.78125 4.5 -5 C 4.671875 -5.203125 4.75 -5.453125 4.75 -5.71875 C 4.75 -6.65625 3.703125 -6.984375 2.640625 -6.984375 C 1.84375 -6.984375 0.640625 -6.734375 0.640625 -5.71875 C 0.640625 -5.40625 0.84375 -5.078125 1.25 -5.078125 C 1.609375 -5.078125 1.890625 -5.34375 1.890625 -5.703125 C 1.890625 -6 1.71875 -6.203125 1.4375 -6.3125 Z M 2.4375 -1.5625 C 2.0625 -1.53125 1.765625 -1.171875 1.765625 -0.78125 C 1.765625 -0.40625 2.0625 -0.015625 2.546875 -0.015625 C 2.9375 -0.015625 3.3125 -0.34375 3.3125 -0.78125 C 3.3125 -1.171875 3.015625 -1.5625 2.546875 -1.5625 C 2.515625 -1.5625 2.46875 -1.5625 2.4375 -1.5625 Z M 2.4375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 0.890625 -6.015625 L 0.890625 -5.703125 C 1.328125 -5.703125 1.796875 -5.75 2.1875 -5.96875 L 2.1875 -0.75 C 2.1875 -0.375 1.8125 -0.3125 1.421875 -0.3125 C 1.25 -0.3125 1.09375 -0.3125 0.953125 -0.3125 L 0.953125 -0.015625 L 4.1875 -0.015625 L 4.1875 -0.3125 C 4.015625 -0.3125 3.84375 -0.3125 3.6875 -0.3125 C 3.296875 -0.3125 2.9375 -0.375 2.9375 -0.75 L 2.9375 -6.484375 C 2.9375 -6.578125 2.90625 -6.65625 2.796875 -6.65625 C 2.65625 -6.65625 2.5 -6.453125 2.375 -6.375 C 1.9375 -6.09375 1.40625 -6.015625 0.890625 -6.015625 Z M 0.890625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-2">
|
||||
<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 overflow="visible" id="glyph2-3">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.453125 -6.515625 0.59375 -6.515625 0.703125 -6.515625 C 1.0625 -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.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 3.265625 -0.015625 L 3.265625 -0.3125 L 2.9375 -0.3125 C 2.515625 -0.3125 2.25 -0.34375 2.25 -0.75 L 2.25 -3.40625 L 5.21875 -3.40625 L 5.21875 -0.75 C 5.21875 -0.359375 4.890625 -0.3125 4.53125 -0.3125 L 4.203125 -0.3125 L 4.203125 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 C 7.015625 -0.3125 6.890625 -0.3125 6.765625 -0.3125 C 6.421875 -0.3125 6.109375 -0.359375 6.109375 -0.75 L 6.109375 -6.078125 C 6.109375 -6.453125 6.4375 -6.515625 6.765625 -6.515625 C 6.890625 -6.515625 7.03125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.203125 -6.8125 L 4.203125 -6.515625 L 4.53125 -6.515625 C 4.953125 -6.515625 5.21875 -6.484375 5.21875 -6.078125 L 5.21875 -3.703125 L 2.25 -3.703125 L 2.25 -6.078125 C 2.25 -6.46875 2.578125 -6.515625 2.9375 -6.515625 L 3.265625 -6.515625 L 3.265625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-4">
|
||||
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.453125 -3.984375 C 0.734375 -3.984375 1.03125 -3.96875 1.09375 -3.671875 C 1.09375 -3.5625 1.09375 -3.453125 1.09375 -3.34375 L 1.09375 -1.359375 C 1.09375 -1.03125 1.109375 -0.734375 1.28125 -0.4375 C 1.5625 -0.015625 2.125 0.109375 2.59375 0.109375 C 3.046875 0.109375 3.453125 -0.09375 3.703125 -0.453125 C 3.765625 -0.5625 3.84375 -0.65625 3.875 -0.78125 L 3.875 0.09375 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.171875 -0.3125 C 4.84375 -0.3125 4.546875 -0.34375 4.546875 -0.796875 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 L 3.21875 -3.984375 C 3.546875 -3.984375 3.84375 -3.953125 3.84375 -3.484375 L 3.84375 -1.6875 C 3.84375 -0.953125 3.46875 -0.125 2.640625 -0.125 C 2.078125 -0.125 1.796875 -0.265625 1.796875 -1.328125 L 1.796875 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-5">
|
||||
<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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.546875 4.375 -3.84375 C 4.140625 -4.28125 3.640625 -4.40625 3.1875 -4.40625 C 2.578125 -4.40625 1.9375 -3.984375 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-6">
|
||||
<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 overflow="visible" id="glyph2-7">
|
||||
<path style="stroke:none;" d="M 0.171875 -4.296875 L 0.171875 -3.984375 L 0.328125 -3.984375 C 0.84375 -3.984375 0.875 -3.765625 1.109375 -3.0625 C 1.359375 -2.375 1.625 -1.6875 1.859375 -1 L 2.15625 -0.15625 C 2.203125 -0.046875 2.234375 0.09375 2.375 0.09375 L 2.390625 0.09375 C 2.609375 0.09375 2.75 -0.5625 2.875 -0.890625 C 3.0625 -1.421875 3.25 -1.953125 3.453125 -2.484375 C 3.5 -2.625 3.5625 -2.765625 3.59375 -2.90625 C 3.625 -2.765625 3.6875 -2.625 3.734375 -2.484375 L 4.03125 -1.671875 C 4.203125 -1.15625 4.40625 -0.640625 4.578125 -0.125 C 4.625 -0.015625 4.671875 0.09375 4.8125 0.09375 C 5.03125 0.09375 5.1875 -0.609375 5.3125 -0.96875 L 5.875 -2.546875 C 6.109375 -3.1875 6.25 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.625 -3.984375 5.90625 -3.84375 5.9375 -3.5625 C 5.9375 -3.28125 5.765625 -2.953125 5.671875 -2.703125 C 5.515625 -2.265625 5.359375 -1.84375 5.21875 -1.421875 C 5.140625 -1.203125 5.03125 -0.984375 4.984375 -0.765625 L 4.96875 -0.765625 C 4.921875 -1 4.796875 -1.3125 4.6875 -1.5625 C 4.46875 -2.203125 4.234375 -2.84375 4 -3.5 C 3.984375 -3.5625 3.953125 -3.65625 3.953125 -3.734375 L 3.953125 -3.765625 C 4 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 2.59375 -4.296875 L 2.59375 -3.984375 L 2.765625 -3.984375 C 3.15625 -3.984375 3.25 -3.84375 3.375 -3.5 C 3.40625 -3.421875 3.453125 -3.34375 3.453125 -3.265625 C 3.4375 -3.171875 3.390625 -3.078125 3.359375 -2.984375 L 2.796875 -1.40625 C 2.734375 -1.234375 2.6875 -1.0625 2.609375 -0.90625 C 2.5 -1.171875 2.40625 -1.453125 2.3125 -1.71875 C 2.15625 -2.15625 2 -2.578125 1.859375 -3.015625 L 1.671875 -3.515625 C 1.65625 -3.578125 1.609375 -3.65625 1.609375 -3.71875 C 1.609375 -3.984375 1.984375 -3.984375 2.203125 -3.984375 L 2.203125 -4.296875 Z M 0.171875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-8">
|
||||
<path style="stroke:none;" d="M 0.375 -4.296875 L 0.375 -3.984375 L 0.5625 -3.984375 C 0.84375 -3.984375 1.109375 -3.953125 1.109375 -3.484375 L 1.109375 -0.734375 C 1.109375 -0.375 0.921875 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 L 2.265625 -0.3125 C 2.015625 -0.3125 1.78125 -0.34375 1.78125 -0.671875 L 1.78125 -4.40625 Z M 1.203125 -6.671875 C 0.953125 -6.640625 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.859375 1 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 C 1.8125 -6.4375 1.5625 -6.671875 1.28125 -6.671875 C 1.25 -6.671875 1.234375 -6.671875 1.203125 -6.671875 Z M 1.203125 -6.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-9">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.8125 L 0.3125 -6.515625 L 0.46875 -6.515625 C 0.84375 -6.515625 1.09375 -6.46875 1.09375 -5.984375 L 1.09375 -0.953125 C 1.09375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.53125 4.390625 -3.84375 C 4.140625 -4.28125 3.65625 -4.40625 3.1875 -4.40625 C 2.609375 -4.40625 1.96875 -4.015625 1.78125 -3.453125 L 1.765625 -6.921875 Z M 0.3125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-10">
|
||||
<path style="stroke:none;" d="M 1.109375 -3.796875 C 1.359375 -4.109375 1.796875 -4.25 2.171875 -4.25 C 2.90625 -4.25 3.234375 -3.578125 3.234375 -2.875 L 3.234375 -2.609375 C 2.09375 -2.609375 0.40625 -2.25 0.40625 -0.953125 L 0.40625 -0.875 C 0.484375 -0.09375 1.453125 0.09375 2.03125 0.09375 C 2.53125 0.09375 3.1875 -0.234375 3.3125 -0.75 C 3.375 -0.3125 3.65625 0.046875 4.09375 0.046875 C 4.5 0.046875 4.859375 -0.28125 4.921875 -0.734375 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.953125 C 4.671875 -0.671875 4.609375 -0.265625 4.3125 -0.265625 C 3.984375 -0.265625 3.9375 -0.65625 3.9375 -0.921875 L 3.9375 -2.59375 C 3.9375 -2.71875 3.953125 -2.84375 3.953125 -2.96875 C 3.953125 -3.9375 3.046875 -4.46875 2.21875 -4.46875 C 1.578125 -4.46875 0.703125 -4.15625 0.703125 -3.359375 C 0.703125 -3.078125 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.609375 -3.09375 1.609375 -3.34375 C 1.609375 -3.625 1.390625 -3.796875 1.109375 -3.796875 Z M 3.234375 -2.40625 L 3.234375 -1.390625 C 3.234375 -0.703125 2.765625 -0.15625 2.109375 -0.125 L 2.078125 -0.125 C 1.609375 -0.125 1.1875 -0.484375 1.1875 -0.96875 L 1.1875 -1.015625 C 1.25 -2.03125 2.375 -2.375 3.234375 -2.40625 Z M 3.234375 -2.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-11">
|
||||
<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 overflow="visible" id="glyph2-12">
|
||||
<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 overflow="visible" id="glyph2-13">
|
||||
<path style="stroke:none;" d="M 0.890625 -5.328125 C 1.125 -5.828125 1.5 -6.34375 2.21875 -6.34375 C 3.15625 -6.34375 3.5625 -5.484375 3.5625 -4.703125 C 3.5625 -3.78125 2.953125 -3.03125 2.375 -2.375 C 1.8125 -1.703125 1.203125 -1.0625 0.625 -0.40625 C 0.53125 -0.3125 0.5 -0.265625 0.5 -0.125 L 0.5 -0.015625 L 4.203125 -0.015625 L 4.46875 -1.75 L 4.234375 -1.75 C 4.140625 -1.296875 4.203125 -0.796875 3.6875 -0.796875 L 3.296875 -0.796875 C 3 -0.78125 2.71875 -0.78125 2.421875 -0.78125 C 2.03125 -0.78125 1.65625 -0.78125 1.28125 -0.78125 L 1.96875 -1.453125 C 2.25 -1.71875 2.515625 -1.984375 2.796875 -2.234375 C 3.53125 -2.890625 4.46875 -3.609375 4.46875 -4.71875 C 4.46875 -5.84375 3.515625 -6.65625 2.390625 -6.65625 C 1.4375 -6.65625 0.5 -5.9375 0.5 -4.859375 C 0.5 -4.609375 0.59375 -4.296875 1.015625 -4.296875 C 1.3125 -4.296875 1.546875 -4.5 1.546875 -4.8125 C 1.546875 -5.078125 1.34375 -5.328125 1.03125 -5.328125 C 0.984375 -5.328125 0.9375 -5.328125 0.890625 -5.328125 Z M 0.890625 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-14">
|
||||
<path style="stroke:none;" d="M 2.34375 -4.46875 C 1.09375 -4.34375 0.28125 -3.28125 0.28125 -2.125 C 0.28125 -1 1.171875 0.09375 2.5 0.09375 C 3.6875 0.09375 4.6875 -0.875 4.6875 -2.140625 C 4.6875 -3.3125 3.796875 -4.46875 2.46875 -4.46875 C 2.4375 -4.46875 2.375 -4.46875 2.34375 -4.46875 Z M 1.109375 -1.890625 L 1.109375 -2.328125 C 1.109375 -3.09375 1.359375 -4.25 2.484375 -4.25 C 3.296875 -4.25 3.75 -3.5625 3.84375 -2.8125 C 3.859375 -2.59375 3.859375 -2.375 3.859375 -2.15625 C 3.859375 -1.515625 3.78125 -0.703125 3.15625 -0.34375 C 2.953125 -0.203125 2.734375 -0.15625 2.5 -0.15625 C 1.78125 -0.15625 1.265625 -0.71875 1.15625 -1.5 C 1.140625 -1.625 1.140625 -1.765625 1.109375 -1.890625 Z M 1.109375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-15">
|
||||
<path style="stroke:none;" d="M 0.359375 -6.8125 L 0.359375 -6.515625 C 0.484375 -6.515625 0.625 -6.515625 0.734375 -6.515625 C 1.09375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -0.75 C 1.390625 -0.375 1.0625 -0.3125 0.71875 -0.3125 C 0.59375 -0.3125 0.46875 -0.3125 0.359375 -0.3125 L 0.359375 -0.015625 L 3.5 -0.015625 C 3.703125 -0.015625 3.90625 0 4.109375 0 C 5.1875 0 6.5 -0.5 6.5 -1.890625 C 6.5 -2.84375 5.375 -3.5625 4.5625 -3.5625 L 4.5625 -3.578125 C 5.3125 -3.65625 6.21875 -4.28125 6.21875 -5.140625 L 6.21875 -5.203125 C 6.140625 -6.34375 4.859375 -6.828125 3.859375 -6.828125 C 3.65625 -6.828125 3.453125 -6.8125 3.265625 -6.8125 Z M 2.21875 -3.4375 L 4 -3.4375 C 4.96875 -3.4375 5.5 -2.703125 5.5 -1.875 C 5.5 -0.984375 4.859375 -0.3125 3.84375 -0.3125 C 3.671875 -0.3125 3.515625 -0.3125 3.359375 -0.3125 L 2.59375 -0.3125 C 2.375 -0.3125 2.21875 -0.375 2.21875 -0.640625 Z M 2.21875 -3.65625 L 2.21875 -6.140625 C 2.21875 -6.4375 2.359375 -6.484375 2.578125 -6.515625 L 3.84375 -6.515625 C 4.421875 -6.515625 4.859375 -6.296875 5.140625 -5.71875 C 5.203125 -5.53125 5.25 -5.328125 5.25 -5.125 C 5.25 -4.25 4.46875 -3.65625 3.625 -3.65625 C 3.515625 -3.65625 3.40625 -3.65625 3.296875 -3.65625 Z M 2.21875 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-16">
|
||||
<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 overflow="visible" id="glyph2-17">
|
||||
<path style="stroke:none;" d="M 0.90625 -6.140625 C 1.234375 -6.609375 1.671875 -6.8125 2.21875 -6.8125 C 2.578125 -6.8125 3.03125 -6.734375 3.203125 -6.375 C 3.296875 -6.21875 3.296875 -6.046875 3.3125 -5.875 L 3.3125 -5.75 C 3.3125 -5.328125 3.21875 -5.109375 2.890625 -4.71875 C 2.40625 -4.15625 2.140625 -3.421875 2.09375 -2.703125 L 2.09375 -2.203125 C 2.09375 -2.15625 2.078125 -2.109375 2.078125 -2.046875 C 2.078125 -1.96875 2.109375 -1.890625 2.203125 -1.875 L 2.25 -1.875 C 2.296875 -1.890625 2.328125 -1.9375 2.34375 -1.984375 L 2.34375 -2.640625 C 2.40625 -3.359375 2.78125 -3.984375 3.3125 -4.453125 C 3.515625 -4.609375 3.734375 -4.71875 3.890625 -4.921875 C 4.0625 -5.140625 4.140625 -5.421875 4.140625 -5.6875 C 4.140625 -6.65625 3.234375 -7.03125 2.1875 -7.03125 C 1.484375 -7.03125 0.546875 -6.59375 0.546875 -5.71875 C 0.546875 -5.5 0.65625 -5.234375 0.96875 -5.234375 C 1.28125 -5.234375 1.46875 -5.4375 1.46875 -5.703125 C 1.46875 -5.984375 1.25 -6.140625 0.984375 -6.140625 Z M 2.140625 -1.0625 C 1.890625 -1.03125 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.25 1.9375 -0.015625 2.21875 -0.015625 C 2.484375 -0.015625 2.734375 -0.234375 2.734375 -0.53125 C 2.734375 -0.828125 2.5 -1.0625 2.21875 -1.0625 C 2.1875 -1.0625 2.15625 -1.0625 2.140625 -1.0625 Z M 2.140625 -1.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-18">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.765625 L 0.359375 -4.515625 L 0.609375 -4.515625 C 0.640625 -5.03125 0.671875 -5.734375 0.984375 -6.078125 C 1.328125 -6.4375 1.890625 -6.453125 2.359375 -6.453125 L 2.609375 -6.453125 C 2.875 -6.453125 3.15625 -6.453125 3.15625 -6.125 L 3.15625 -0.765625 C 3.15625 -0.375 2.75 -0.3125 2.390625 -0.3125 C 2.265625 -0.3125 2.140625 -0.3125 2.03125 -0.3125 L 1.703125 -0.3125 L 1.703125 -0.015625 L 5.484375 -0.015625 L 5.484375 -0.3125 L 4.8125 -0.3125 C 4.421875 -0.3125 4.03125 -0.359375 4.03125 -0.765625 L 4.03125 -6.125 C 4.03125 -6.40625 4.203125 -6.453125 4.578125 -6.453125 L 4.828125 -6.453125 C 5.296875 -6.453125 5.859375 -6.4375 6.203125 -6.078125 C 6.515625 -5.734375 6.546875 -5.03125 6.578125 -4.515625 L 6.828125 -4.515625 L 6.640625 -6.765625 Z M 0.546875 -6.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-19">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.3125 L 3.984375 -2.3125 C 4.09375 -2.3125 4.140625 -2.375 4.140625 -2.5 C 4.140625 -3.546875 3.5 -4.46875 2.375 -4.46875 C 1.15625 -4.46875 0.28125 -3.375 0.28125 -2.1875 C 0.28125 -1.28125 0.78125 -0.453125 1.671875 -0.0625 C 1.890625 0.046875 2.15625 0.09375 2.40625 0.09375 L 2.4375 0.09375 C 3.203125 0.09375 3.84375 -0.328125 4.109375 -1.09375 C 4.125 -1.125 4.125 -1.171875 4.125 -1.203125 C 4.125 -1.265625 4.09375 -1.3125 4.015625 -1.3125 C 3.875 -1.3125 3.8125 -0.984375 3.75 -0.875 C 3.5 -0.4375 3.015625 -0.15625 2.5 -0.15625 C 2.140625 -0.15625 1.8125 -0.359375 1.546875 -0.625 C 1.140625 -1.09375 1.109375 -1.734375 1.109375 -2.3125 Z M 1.125 -2.515625 C 1.125 -3.296875 1.53125 -4.25 2.359375 -4.25 L 2.40625 -4.25 C 3.375 -4.15625 3.375 -3.125 3.46875 -2.515625 Z M 1.125 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-20">
|
||||
<path style="stroke:none;" d="M 1.046875 -4.296875 L 0.265625 -4.296875 L 0.265625 -3.984375 L 1.046875 -3.984375 L 1.046875 -0.6875 C 1.046875 -0.34375 0.75 -0.3125 0.453125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.5 -0.015625 L 2.5 -0.3125 L 2.25 -0.3125 C 1.96875 -0.3125 1.71875 -0.34375 1.71875 -0.6875 L 1.71875 -3.984375 L 3.3125 -3.984375 C 3.59375 -3.984375 3.8125 -3.9375 3.8125 -3.40625 C 3.8125 -3.296875 3.8125 -3.203125 3.8125 -3.09375 L 3.8125 -0.734375 C 3.8125 -0.328125 3.53125 -0.3125 3.09375 -0.3125 L 3.03125 -0.3125 L 3.03125 -0.015625 L 5.25 -0.015625 L 5.25 -0.3125 L 5 -0.3125 C 4.71875 -0.3125 4.46875 -0.359375 4.46875 -0.71875 L 4.46875 -4.421875 L 2.96875 -4.296875 L 1.6875 -4.296875 L 1.6875 -5.3125 C 1.6875 -5.546875 1.6875 -5.765625 1.796875 -5.984375 C 2.015625 -6.5 2.609375 -6.8125 3.15625 -6.8125 C 3.484375 -6.8125 3.78125 -6.71875 4.015625 -6.484375 C 3.765625 -6.484375 3.53125 -6.3125 3.53125 -6.046875 C 3.53125 -5.796875 3.734375 -5.578125 4 -5.578125 C 4.234375 -5.578125 4.4375 -5.734375 4.453125 -5.984375 L 4.453125 -6.046875 C 4.453125 -6.734375 3.734375 -7.03125 3.15625 -7.03125 C 2.40625 -7.03125 1.5 -6.71875 1.15625 -5.984375 C 1.0625 -5.78125 1.046875 -5.5625 1.046875 -5.328125 Z M 1.046875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-21">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.421875 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.484375 L 1.046875 -0.734375 C 1.046875 -0.328125 0.765625 -0.3125 0.328125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.6875 -0.015625 L 2.6875 -0.3125 C 2.5625 -0.3125 2.421875 -0.3125 2.296875 -0.3125 C 1.984375 -0.3125 1.71875 -0.359375 1.71875 -0.734375 L 1.71875 -2.046875 C 1.71875 -2.90625 1.90625 -4.1875 2.890625 -4.1875 C 2.9375 -4.1875 2.953125 -4.1875 3 -4.171875 C 2.84375 -4.109375 2.765625 -3.953125 2.765625 -3.78125 C 2.765625 -3.5625 2.921875 -3.40625 3.15625 -3.359375 C 3.4375 -3.359375 3.625 -3.53125 3.625 -3.78125 C 3.625 -4.1875 3.25 -4.40625 2.890625 -4.40625 C 2.296875 -4.40625 1.78125 -3.875 1.671875 -3.34375 L 1.671875 -4.40625 Z M 0.265625 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-22">
|
||||
<path style="stroke:none;" d="M 1.75 -4.46875 C 1.390625 -4.421875 1 -4.359375 0.703125 -4.109375 C 0.46875 -3.890625 0.328125 -3.5625 0.328125 -3.234375 C 0.328125 -1.53125 3.09375 -2.5 3.09375 -1 C 3.09375 -0.40625 2.546875 -0.125 2 -0.125 C 1.25 -0.125 0.734375 -0.65625 0.59375 -1.515625 C 0.578125 -1.609375 0.5625 -1.6875 0.453125 -1.6875 C 0.375 -1.6875 0.328125 -1.640625 0.328125 -1.5625 L 0.328125 0.015625 C 0.34375 0.0625 0.375 0.09375 0.421875 0.09375 L 0.4375 0.09375 C 0.59375 0.09375 0.75 -0.265625 0.875 -0.296875 L 0.890625 -0.296875 C 0.96875 -0.296875 1.234375 -0.046875 1.453125 0.015625 C 1.609375 0.078125 1.796875 0.09375 1.96875 0.09375 C 2.796875 0.09375 3.59375 -0.34375 3.59375 -1.25 C 3.59375 -1.90625 3.109375 -2.453125 2.453125 -2.625 C 1.828125 -2.796875 0.8125 -2.796875 0.8125 -3.515625 C 0.8125 -4.125 1.484375 -4.28125 1.921875 -4.28125 C 2.40625 -4.28125 3.09375 -4 3.09375 -3.15625 C 3.09375 -3.0625 3.09375 -2.984375 3.203125 -2.984375 C 3.3125 -2.984375 3.34375 -3.0625 3.34375 -3.15625 C 3.34375 -3.203125 3.34375 -3.265625 3.34375 -3.296875 L 3.34375 -4.328125 C 3.34375 -4.390625 3.3125 -4.46875 3.234375 -4.46875 C 3.078125 -4.46875 2.96875 -4.21875 2.859375 -4.21875 L 2.84375 -4.21875 C 2.765625 -4.21875 2.609375 -4.34375 2.5 -4.390625 C 2.3125 -4.453125 2.109375 -4.46875 1.921875 -4.46875 C 1.859375 -4.46875 1.8125 -4.46875 1.75 -4.46875 Z M 1.75 -4.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-23">
|
||||
<path style="stroke:none;" d="M 3.578125 -3.859375 C 3.3125 -3.84375 3.109375 -3.671875 3.109375 -3.40625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.875 -2.9375 4.03125 -3.15625 4.03125 -3.4375 L 4.03125 -3.5 C 3.921875 -4.234375 3.078125 -4.46875 2.5 -4.46875 C 1.28125 -4.46875 0.328125 -3.40625 0.328125 -2.15625 C 0.328125 -1.03125 1.203125 0.09375 2.5 0.09375 C 3.15625 0.09375 3.796875 -0.265625 4.0625 -0.953125 C 4.09375 -1.015625 4.140625 -1.109375 4.140625 -1.171875 C 4.140625 -1.25 4.09375 -1.296875 4.015625 -1.296875 C 3.875 -1.296875 3.78125 -0.921875 3.703125 -0.78125 C 3.46875 -0.40625 3.0625 -0.15625 2.609375 -0.15625 C 1.546875 -0.15625 1.21875 -1.21875 1.171875 -2 L 1.171875 -2.125 C 1.171875 -2.921875 1.359375 -4.109375 2.453125 -4.21875 L 2.53125 -4.21875 C 2.90625 -4.21875 3.296875 -4.109375 3.578125 -3.859375 Z M 3.578125 -3.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-24">
|
||||
<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 overflow="visible" id="glyph2-25">
|
||||
<path style="stroke:none;" d="M 0.265625 -6.8125 L 0.265625 -6.515625 L 0.4375 -6.515625 C 0.75 -6.515625 1.046875 -6.484375 1.046875 -6.015625 L 1.046875 -0.015625 L 1.28125 -0.03125 L 1.421875 -0.203125 L 1.65625 -0.625 L 1.671875 -0.625 C 1.90625 -0.140625 2.5 0.09375 3 0.09375 C 4.234375 0.09375 5.1875 -0.984375 5.1875 -2.15625 C 5.1875 -3.3125 4.3125 -4.40625 3.046875 -4.40625 C 2.515625 -4.40625 2.0625 -4.15625 1.71875 -3.765625 L 1.71875 -6.921875 Z M 4.34375 -1.90625 C 4.3125 -1.4375 4.25 -1.015625 3.953125 -0.640625 C 3.703125 -0.328125 3.328125 -0.125 2.9375 -0.125 C 2.5 -0.125 2.109375 -0.375 1.890625 -0.734375 C 1.796875 -0.84375 1.75 -0.921875 1.75 -1.078125 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.734375 2.46875 -4.1875 3.015625 -4.1875 C 4.09375 -4.1875 4.359375 -2.9375 4.359375 -2.140625 C 4.359375 -2.0625 4.359375 -2 4.34375 -1.90625 Z M 4.34375 -1.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-26">
|
||||
<path style="stroke:none;" d="M 1.15625 -0.484375 C 1.78125 0 2.265625 0.203125 3.046875 0.203125 C 4.234375 0.203125 4.96875 -0.859375 4.96875 -1.875 C 4.96875 -2.703125 4.5 -3.46875 3.703125 -3.796875 C 3.09375 -4.046875 2.34375 -4.03125 1.8125 -4.34375 C 1.421875 -4.59375 1.1875 -5.03125 1.1875 -5.46875 C 1.1875 -6.25 1.859375 -6.765625 2.5625 -6.765625 C 3.546875 -6.765625 4.234375 -5.96875 4.390625 -4.96875 C 4.421875 -4.828125 4.390625 -4.5625 4.578125 -4.5625 C 4.6875 -4.5625 4.6875 -4.640625 4.6875 -4.734375 L 4.6875 -6.890625 C 4.6875 -6.96875 4.671875 -7.03125 4.59375 -7.03125 C 4.453125 -7.03125 4.34375 -6.765625 4.25 -6.625 C 4.203125 -6.546875 4.125 -6.4375 4.09375 -6.34375 C 3.671875 -6.75 3.203125 -7.03125 2.546875 -7.03125 C 1.5625 -7.03125 0.546875 -6.359375 0.546875 -5.09375 C 0.546875 -4.0625 1.3125 -3.375 2.28125 -3.171875 C 2.5 -3.125 2.6875 -3.0625 2.90625 -3.015625 C 3.453125 -2.875 4.015625 -2.734375 4.25 -2.03125 C 4.3125 -1.875 4.34375 -1.71875 4.34375 -1.5625 C 4.34375 -0.8125 3.828125 -0.09375 2.984375 -0.09375 C 2 -0.09375 1.03125 -0.625 0.828125 -1.78125 C 0.8125 -1.859375 0.8125 -1.96875 0.796875 -2.046875 L 0.796875 -2.125 C 0.796875 -2.21875 0.75 -2.265625 0.671875 -2.265625 C 0.5625 -2.265625 0.546875 -2.1875 0.546875 -2.125 L 0.546875 0.0625 C 0.546875 0.140625 0.5625 0.203125 0.640625 0.203125 C 0.796875 0.203125 0.90625 -0.0625 0.984375 -0.203125 C 1.046875 -0.296875 1.109375 -0.390625 1.15625 -0.484375 Z M 1.15625 -0.484375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-27">
|
||||
<path style="stroke:none;" d="M 0.109375 -2.4375 L 0.109375 -1.859375 L 2.765625 -1.859375 L 2.765625 -2.4375 Z M 0.109375 -2.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-28">
|
||||
<path style="stroke:none;" d="M 0.375 -6.8125 L 0.375 -6.515625 C 0.5 -6.515625 0.625 -6.515625 0.75 -6.515625 C 1.109375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -1.03125 C 1.390625 -0.375 0.796875 -0.3125 0.375 -0.3125 L 0.375 -0.015625 L 2.703125 -0.015625 L 2.703125 -0.3125 C 2.25 -0.3125 1.671875 -0.375 1.671875 -1.0625 C 1.671875 -1.15625 1.671875 -1.25 1.671875 -1.34375 L 1.6875 -6.453125 C 1.734375 -6.234375 1.828125 -6.046875 1.90625 -5.84375 C 2.609375 -4 3.328125 -2.15625 4.046875 -0.34375 C 4.09375 -0.234375 4.140625 -0.015625 4.28125 -0.015625 L 4.296875 -0.015625 C 4.453125 -0.03125 4.484375 -0.265625 4.53125 -0.375 C 5.25 -2.25 6 -4.125 6.703125 -6 C 6.78125 -6.171875 6.859375 -6.34375 6.90625 -6.515625 L 6.921875 -0.765625 C 6.921875 -0.375 6.59375 -0.3125 6.28125 -0.3125 C 6.140625 -0.3125 6.015625 -0.3125 5.890625 -0.3125 L 5.890625 -0.015625 L 8.75 -0.015625 L 8.75 -0.3125 C 8.640625 -0.3125 8.5 -0.3125 8.390625 -0.3125 C 8.03125 -0.3125 7.71875 -0.359375 7.71875 -0.75 L 7.71875 -6.078125 C 7.71875 -6.453125 8.046875 -6.515625 8.390625 -6.515625 C 8.515625 -6.515625 8.640625 -6.515625 8.75 -6.515625 L 8.75 -6.8125 L 7.015625 -6.8125 L 6.828125 -6.78125 L 6.734375 -6.625 L 4.5625 -1.015625 L 2.390625 -6.625 L 2.296875 -6.78125 L 2.109375 -6.8125 Z M 0.375 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-29">
|
||||
<path style="stroke:none;" d="M 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.6875 C 1.109375 -0.34375 0.8125 -0.3125 0.515625 -0.3125 L 0.34375 -0.3125 L 0.34375 -0.015625 L 2.734375 -0.015625 L 2.734375 -0.3125 L 2.421875 -0.3125 C 2.203125 -0.3125 1.96875 -0.328125 1.859375 -0.4375 C 1.78125 -0.53125 1.78125 -0.65625 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.609375 C 1.75 -6.15625 2.125 -6.8125 2.65625 -6.8125 C 2.765625 -6.8125 2.90625 -6.796875 2.984375 -6.734375 C 2.796875 -6.6875 2.6875 -6.515625 2.6875 -6.3125 C 2.6875 -6.0625 2.875 -5.890625 3.125 -5.890625 C 3.375 -5.890625 3.5625 -6.09375 3.5625 -6.3125 C 3.5625 -6.78125 3.078125 -7.03125 2.65625 -7.03125 C 1.75 -7.03125 1.109375 -6.328125 1.109375 -5.359375 Z M 1.109375 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-30">
|
||||
<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 overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 1.046875 -7.09375 L 1.046875 -6.578125 C 1.65625 -6.578125 2.15625 -6.640625 2.78125 -6.796875 L 2.78125 -0.53125 L 1.125 -0.53125 L 1.125 -0.015625 L 5.765625 -0.015625 L 5.765625 -0.53125 L 4.140625 -0.53125 L 4.140625 -7.375 C 4.140625 -7.421875 4.140625 -7.5 4.140625 -7.5625 C 4.140625 -7.71875 4.09375 -7.859375 3.90625 -7.859375 L 3.828125 -7.859375 C 3.6875 -7.859375 3.59375 -7.734375 3.484375 -7.671875 C 2.78125 -7.1875 1.875 -7.09375 1.046875 -7.09375 Z M 1.046875 -7.09375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 1.75 -1.734375 C 1.328125 -1.65625 1 -1.3125 1 -0.890625 C 1 -0.4375 1.34375 -0.015625 1.890625 -0.015625 L 1.96875 -0.015625 C 2.40625 -0.09375 2.71875 -0.4375 2.71875 -0.859375 C 2.71875 -1.3125 2.375 -1.734375 1.84375 -1.734375 Z M 1.75 -1.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 0.453125 -8.21875 L 0.453125 -7.703125 L 1.71875 -7.703125 L 1.71875 -0.53125 L 0.453125 -0.53125 L 0.453125 -0.015625 L 4.5625 -0.015625 L 4.5625 -0.53125 L 3.296875 -0.53125 L 3.296875 -4.015625 L 7.203125 -4.015625 L 7.203125 -0.53125 L 5.921875 -0.53125 L 5.921875 -0.015625 L 10.046875 -0.015625 L 10.046875 -0.53125 L 8.78125 -0.53125 L 8.78125 -7.703125 L 10.046875 -7.703125 L 10.046875 -8.21875 L 5.921875 -8.21875 L 5.921875 -7.703125 L 7.203125 -7.703125 L 7.203125 -4.53125 L 3.296875 -4.53125 L 3.296875 -7.703125 L 4.5625 -7.703125 L 4.5625 -8.21875 Z M 0.453125 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.78125 -4.78125 C 1.015625 -4.78125 1.25 -4.75 1.328125 -4.5 L 1.328125 -1.65625 C 1.328125 -1.296875 1.34375 -0.9375 1.53125 -0.625 C 1.890625 -0.015625 2.75 0.0625 3.375 0.0625 C 4.015625 0.0625 4.8125 -0.1875 5.09375 -0.90625 L 5.109375 0.0625 L 7.171875 0.0625 L 7.171875 -0.53125 L 6.90625 -0.53125 C 6.625 -0.53125 6.34375 -0.5625 6.34375 -0.90625 L 6.34375 -5.390625 L 4.671875 -5.390625 L 4.21875 -5.296875 L 4.21875 -4.78125 L 4.46875 -4.78125 C 4.78125 -4.78125 5.046875 -4.75 5.046875 -4.40625 L 5.046875 -1.796875 C 4.953125 -1.03125 4.453125 -0.328125 3.578125 -0.328125 C 3.15625 -0.328125 2.703125 -0.328125 2.640625 -1.015625 C 2.625 -1.265625 2.625 -1.5 2.625 -1.75 L 2.625 -5.390625 L 0.953125 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.6875 -5.390625 2.796875 -4.890625 2.53125 -4.09375 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 2 -7.609375 C 2 -6.640625 1.515625 -5.203125 0.25 -5.203125 L 0.25 -4.8125 L 1.203125 -4.8125 L 1.203125 -1.625 C 1.203125 -0.609375 1.6875 0.0625 3.078125 0.0625 C 4 0.0625 4.484375 -0.703125 4.484375 -1.5625 C 4.484375 -1.75 4.46875 -1.953125 4.46875 -2.125 L 3.953125 -2.125 L 3.953125 -1.609375 C 3.953125 -1.15625 3.875 -0.375 3.21875 -0.375 C 2.625 -0.375 2.515625 -1 2.515625 -1.546875 L 2.515625 -4.8125 L 4.25 -4.8125 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.609375 Z M 2 -7.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 0.28125 -5.3125 L 0.28125 -4.8125 L 0.984375 -4.8125 C 1.015625 -4.65625 1.09375 -4.515625 1.140625 -4.375 C 1.640625 -2.984375 2.265625 -1.640625 2.796875 -0.265625 C 2.875 -0.09375 2.921875 0.0625 3.1875 0.0625 C 3.59375 0.0625 3.640625 -0.375 3.765625 -0.65625 C 4.078125 -1.4375 4.40625 -2.234375 4.703125 -3.03125 C 4.75 -3.125 4.8125 -3.234375 4.84375 -3.359375 L 4.859375 -3.359375 C 4.890625 -3.171875 4.984375 -3.015625 5.0625 -2.84375 C 5.359375 -2.015625 5.6875 -1.1875 6.046875 -0.375 C 6.140625 -0.109375 6.21875 0.046875 6.515625 0.046875 C 6.796875 0.046875 6.84375 -0.125 6.921875 -0.328125 C 7.015625 -0.578125 7.125 -0.8125 7.21875 -1.0625 L 8.546875 -4.359375 C 8.671875 -4.703125 8.78125 -4.8125 9.421875 -4.8125 L 9.421875 -5.3125 L 7.40625 -5.3125 L 7.40625 -4.8125 C 7.609375 -4.8125 8.03125 -4.796875 8.078125 -4.671875 L 8.078125 -4.640625 C 8.078125 -4.5625 8.046875 -4.484375 8.015625 -4.4375 L 7.765625 -3.828125 C 7.453125 -3.03125 7.09375 -2.21875 6.796875 -1.40625 L 5.4375 -4.8125 L 6.109375 -4.8125 L 6.109375 -5.3125 L 3.5625 -5.3125 L 3.5625 -4.8125 L 4.25 -4.8125 L 4.5 -4.21875 L 4.546875 -4 L 3.609375 -1.640625 L 2.3125 -4.8125 L 3 -4.8125 L 3 -5.3125 Z M 0.28125 -5.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 0.5625 -5.296875 L 0.5625 -4.78125 C 0.65625 -4.78125 0.765625 -4.796875 0.859375 -4.796875 C 1.109375 -4.796875 1.34375 -4.734375 1.34375 -4.390625 L 1.34375 -0.53125 L 0.53125 -0.53125 L 0.53125 -0.015625 L 3.328125 -0.015625 L 3.328125 -0.53125 L 2.59375 -0.53125 L 2.59375 -5.390625 L 1.25 -5.390625 Z M 1.703125 -8.3125 C 1.265625 -8.234375 0.9375 -7.90625 0.9375 -7.46875 C 0.9375 -7.015625 1.296875 -6.59375 1.828125 -6.59375 L 1.90625 -6.59375 C 2.34375 -6.6875 2.671875 -7.015625 2.671875 -7.453125 C 2.671875 -7.90625 2.3125 -8.3125 1.78125 -8.3125 Z M 1.703125 -8.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 0.5 -8.21875 L 0.5 -7.703125 L 0.796875 -7.703125 C 1.078125 -7.703125 1.328125 -7.65625 1.328125 -7.3125 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.75 -5.390625 2.84375 -4.921875 2.578125 -4.1875 L 2.5625 -8.3125 L 0.9375 -8.234375 Z M 0.5 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 1.984375 -4.921875 L 1.984375 -4.9375 C 2.265625 -5 2.578125 -5.03125 2.875 -5.03125 C 3.59375 -5.03125 4.203125 -4.671875 4.203125 -3.515625 L 4.203125 -3.125 C 2.734375 -3.125 0.390625 -2.78125 0.390625 -1.265625 C 0.390625 -0.203125 1.734375 0.0625 2.671875 0.0625 L 2.796875 0.0625 C 3.421875 0.03125 4.140625 -0.359375 4.34375 -0.9375 C 4.390625 -0.78125 4.34375 -0.609375 4.421875 -0.4375 C 4.65625 -0.046875 5.171875 -0.015625 5.59375 -0.015625 L 6.328125 -0.015625 C 6.484375 -0.015625 6.53125 -0.125 6.53125 -0.28125 C 6.53125 -0.4375 6.46875 -0.53125 6.28125 -0.53125 L 6.1875 -0.53125 C 5.921875 -0.546875 5.515625 -0.578125 5.5 -0.84375 L 5.5 -3.484375 C 5.5 -4.21875 5.203125 -4.765625 4.53125 -5.109375 C 4.03125 -5.359375 3.484375 -5.421875 2.921875 -5.421875 C 2.234375 -5.421875 0.859375 -5.390625 0.859375 -4.34375 C 0.859375 -4.03125 1.078125 -3.703125 1.46875 -3.640625 L 1.546875 -3.640625 C 1.921875 -3.640625 2.265625 -3.90625 2.265625 -4.34375 C 2.265625 -4.578125 2.171875 -4.8125 1.984375 -4.921875 Z M 4.203125 -2.796875 L 4.203125 -1.703125 C 4.203125 -0.890625 3.578125 -0.328125 2.828125 -0.328125 C 2.296875 -0.328125 1.734375 -0.6875 1.734375 -1.28125 C 1.734375 -2.3125 2.96875 -2.671875 3.75 -2.765625 C 3.890625 -2.765625 4.046875 -2.765625 4.203125 -2.796875 Z M 4.203125 -2.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 0.421875 -5.296875 L 0.421875 -4.78125 L 0.6875 -4.78125 C 0.984375 -4.78125 1.25 -4.75 1.25 -4.359375 L 1.25 1.796875 L 0.421875 1.796875 L 0.421875 2.3125 L 3.375 2.3125 L 3.375 1.796875 L 2.546875 1.796875 L 2.546875 -0.5 C 2.96875 -0.140625 3.5 0.0625 4.078125 0.0625 C 5.578125 0.0625 7.015625 -0.84375 7.015625 -2.6875 C 7.015625 -4.109375 6.0625 -5.390625 4.28125 -5.390625 C 3.625 -5.390625 3 -5.171875 2.484375 -4.78125 L 2.484375 -5.390625 L 0.859375 -5.3125 Z M 5.5625 -2.421875 C 5.5 -1.671875 5.328125 -0.890625 4.546875 -0.46875 C 4.34375 -0.375 4.15625 -0.328125 3.953125 -0.328125 C 3.453125 -0.328125 2.546875 -0.734375 2.546875 -1.328125 L 2.546875 -4.125 C 2.609375 -4.5 3.453125 -4.953125 4.046875 -4.953125 C 5.3125 -4.953125 5.5625 -3.484375 5.5625 -2.65625 C 5.5625 -2.578125 5.5625 -2.5 5.5625 -2.421875 Z M 5.5625 -2.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 1.40625 -0.140625 C 0.9375 -0.03125 0.375 0.25 0.375 0.890625 C 0.375 2.125 2.21875 2.390625 3.359375 2.390625 C 4.5 2.390625 6.328125 2.171875 6.328125 0.796875 C 6.328125 -0.734375 4.75 -0.984375 3.53125 -0.984375 C 3.234375 -0.984375 2.90625 -0.96875 2.59375 -0.96875 C 2.453125 -0.96875 2.3125 -0.984375 2.15625 -0.984375 C 1.75 -1 1.421875 -1.34375 1.421875 -1.75 C 1.421875 -1.859375 1.453125 -2.109375 1.5625 -2.15625 C 1.671875 -2.15625 1.828125 -2.0625 1.953125 -2.015625 C 2.21875 -1.9375 2.515625 -1.890625 2.8125 -1.875 L 2.984375 -1.875 C 4 -1.875 5.296875 -2.3125 5.296875 -3.640625 C 5.296875 -4.09375 5.109375 -4.484375 4.8125 -4.796875 L 5.15625 -4.953125 L 5.625 -5.0625 C 5.578125 -4.953125 5.5625 -4.859375 5.5625 -4.765625 C 5.5625 -4.484375 5.78125 -4.296875 6.03125 -4.296875 C 6.3125 -4.296875 6.515625 -4.53125 6.515625 -4.796875 C 6.515625 -5.109375 6.234375 -5.421875 5.90625 -5.46875 L 5.796875 -5.46875 C 5.359375 -5.46875 5.03125 -5.3125 4.6875 -5.109375 C 4.640625 -5.078125 4.59375 -5.015625 4.53125 -5.015625 C 4.453125 -5.015625 4.34375 -5.109375 4.265625 -5.15625 C 3.875 -5.328125 3.390625 -5.40625 2.9375 -5.40625 C 1.90625 -5.40625 0.671875 -4.890625 0.671875 -3.640625 C 0.671875 -3.234375 0.84375 -2.828125 1.109375 -2.515625 C 1.140625 -2.484375 1.25 -2.421875 1.25 -2.359375 C 1.25 -2.234375 1.015625 -2 0.953125 -1.78125 C 0.90625 -1.625 0.890625 -1.46875 0.890625 -1.296875 C 0.890625 -0.859375 1.0625 -0.4375 1.40625 -0.140625 Z M 1.34375 0.96875 L 1.34375 0.875 C 1.34375 0.328125 1.796875 0.125 2.359375 0.125 L 3.546875 0.125 C 4.15625 0.125 5.25 0.125 5.359375 0.828125 L 5.359375 0.875 C 5.359375 1.796875 4.09375 2.015625 3.390625 2.015625 C 2.59375 2.015625 1.46875 1.828125 1.34375 0.96875 Z M 1.953125 -3.3125 L 1.953125 -3.703125 C 1.953125 -4.25 2 -5.015625 3 -5.015625 C 3.84375 -5.015625 4.015625 -4.390625 4.015625 -3.578125 C 4.015625 -2.921875 3.84375 -2.25 2.984375 -2.25 C 2.671875 -2.25 2.359375 -2.359375 2.171875 -2.578125 C 2 -2.796875 1.984375 -3.046875 1.953125 -3.3125 Z M 1.953125 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 1.515625 -6.734375 C 1.90625 -7.109375 2.3125 -7.34375 2.875 -7.34375 C 3.734375 -7.34375 4.5 -6.6875 4.5 -5.5625 L 4.5 -5.453125 C 4.25 -3.84375 2.96875 -2.828125 1.90625 -1.71875 C 1.5 -1.328125 0.671875 -0.640625 0.671875 -0.28125 L 0.671875 -0.015625 L 5.6875 -0.015625 L 6.03125 -2.578125 L 5.515625 -2.578125 C 5.453125 -2.0625 5.4375 -1.453125 5 -1.453125 C 4.703125 -1.421875 4.40625 -1.421875 4.109375 -1.421875 L 2.171875 -1.421875 C 2.78125 -1.890625 3.34375 -2.421875 3.953125 -2.890625 C 4.84375 -3.5625 6.03125 -4.28125 6.03125 -5.59375 C 6.03125 -7.046875 4.640625 -7.859375 3.203125 -7.859375 C 2.109375 -7.859375 0.671875 -7.3125 0.671875 -5.9375 C 0.671875 -5.4375 1.046875 -5.140625 1.453125 -5.140625 C 1.9375 -5.140625 2.265625 -5.515625 2.265625 -5.9375 C 2.265625 -6.375 1.953125 -6.703125 1.515625 -6.734375 Z M 1.515625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 3.125 -5.421875 C 2.234375 -5.328125 1.390625 -5.0625 0.828125 -4.25 C 0.53125 -3.78125 0.375 -3.21875 0.375 -2.640625 C 0.375 -1.953125 0.59375 -1.25 1.09375 -0.75 C 1.671875 -0.171875 2.515625 0.0625 3.34375 0.0625 C 4.15625 0.0625 5.046875 -0.171875 5.625 -0.765625 C 6.125 -1.25 6.328125 -1.953125 6.328125 -2.625 C 6.328125 -3.34375 6.078125 -4.078125 5.609375 -4.59375 C 5.015625 -5.21875 4.109375 -5.421875 3.28125 -5.421875 Z M 1.8125 -2.265625 L 1.8125 -2.96875 C 1.8125 -3.53125 1.828125 -4.203125 2.265625 -4.625 C 2.53125 -4.90625 2.953125 -5.03125 3.359375 -5.03125 C 4.265625 -5.03125 4.78125 -4.4375 4.859375 -3.578125 C 4.890625 -3.34375 4.90625 -3.109375 4.90625 -2.875 L 4.90625 -2.515625 C 4.90625 -1.96875 4.859375 -1.3125 4.53125 -0.890625 C 4.25 -0.53125 3.796875 -0.375 3.359375 -0.375 C 2.890625 -0.375 2.421875 -0.546875 2.15625 -0.921875 C 1.859375 -1.3125 1.859375 -1.8125 1.8125 -2.265625 Z M 1.8125 -2.265625 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.232" y="10.875"/>
|
||||
<use xlink:href="#glyph0-2" x="11.163187" y="10.875"/>
|
||||
<use xlink:href="#glyph0-3" x="19.052162" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="27.372958" y="10.875"/>
|
||||
<use xlink:href="#glyph0-5" x="33.508828" y="10.875"/>
|
||||
<use xlink:href="#glyph0-3" x="40.681928" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="49.01707" y="10.875"/>
|
||||
<use xlink:href="#glyph0-6" x="55.15294" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="-0.232" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="14.710904" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="21.722582" y="32.79"/>
|
||||
<use xlink:href="#glyph1-4" x="26.439873" y="32.79"/>
|
||||
<use xlink:href="#glyph1-5" x="32.802985" y="32.79"/>
|
||||
<use xlink:href="#glyph1-6" x="42.348152" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="51.414118" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="57.458428" y="32.79"/>
|
||||
<use xlink:href="#glyph1-8" x="63.82154" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-9" x="69.86585" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="337.751198" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="14.709" y="44.745"/>
|
||||
<use xlink:href="#glyph2-2" x="19.689304" y="44.745"/>
|
||||
<use xlink:href="#glyph2-1" x="22.455918" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="37.617999" y="44.745"/>
|
||||
<use xlink:href="#glyph2-4" x="45.087956" y="44.745"/>
|
||||
<use xlink:href="#glyph2-5" x="50.621184" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="55.875459" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="63.066464" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="70.269424" y="44.745"/>
|
||||
<use xlink:href="#glyph2-6" x="73.036038" y="44.745"/>
|
||||
<use xlink:href="#glyph2-9" x="76.909497" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="85.760271" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="94.05812" y="44.745"/>
|
||||
<use xlink:href="#glyph2-8" x="99.591348" y="44.745"/>
|
||||
<use xlink:href="#glyph2-12" x="102.357962" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="110.72555" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="118.473464" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="126.221378" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.969292" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.717206" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.46512" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.213034" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.960948" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.708862" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.456776" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.20469" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.952604" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.700518" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.448432" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.196346" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.94426" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.692174" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.440088" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.188002" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.935916" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.68383" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.431744" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.179658" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.927572" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.675486" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.423401" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.171315" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.919229" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.496489" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="14.709" y="56.701"/>
|
||||
<use xlink:href="#glyph2-2" x="19.689304" y="56.701"/>
|
||||
<use xlink:href="#glyph2-13" x="22.455918" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="37.617999" y="56.701"/>
|
||||
<use xlink:href="#glyph2-4" x="45.087956" y="56.701"/>
|
||||
<use xlink:href="#glyph2-5" x="50.621184" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="55.875459" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="63.066464" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="70.269424" y="56.701"/>
|
||||
<use xlink:href="#glyph2-6" x="73.036038" y="56.701"/>
|
||||
<use xlink:href="#glyph2-9" x="76.909497" y="56.701"/>
|
||||
<use xlink:href="#glyph2-14" x="82.442725" y="56.701"/>
|
||||
<use xlink:href="#glyph2-4" x="87.423029" y="56.701"/>
|
||||
<use xlink:href="#glyph2-6" x="92.956257" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="100.147261" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="108.445111" y="56.701"/>
|
||||
<use xlink:href="#glyph2-8" x="113.978339" y="56.701"/>
|
||||
<use xlink:href="#glyph2-12" x="116.744953" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="126.228352" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.976266" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.72418" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.472094" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.220008" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.967922" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.715836" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.46375" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.211664" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.959578" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.707492" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.455406" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.20332" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.951234" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.699148" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.447062" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.194976" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.94289" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.690804" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.438718" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.186632" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.934546" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.68246" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.430374" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.178288" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.926202" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.503463" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="37.617" y="68.656"/>
|
||||
<use xlink:href="#glyph2-2" x="42.597304" y="68.656"/>
|
||||
<use xlink:href="#glyph2-13" x="45.363918" y="68.656"/>
|
||||
<use xlink:href="#glyph2-2" x="50.344222" y="68.656"/>
|
||||
<use xlink:href="#glyph2-1" x="53.110836" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-15" x="69.488354" y="68.656"/>
|
||||
<use xlink:href="#glyph2-4" x="76.543867" y="68.656"/>
|
||||
<use xlink:href="#glyph2-6" x="82.077095" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="89.2681" y="68.656"/>
|
||||
<use xlink:href="#glyph2-9" x="96.461097" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-16" x="101.725335" y="68.656"/>
|
||||
<use xlink:href="#glyph2-17" x="106.982599" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="118.480435" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="126.228349" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.976263" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.724177" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.472092" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.220006" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.96792" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.715834" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.463748" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.211662" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.959576" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.70749" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.455404" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.203318" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.951232" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.699146" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.44706" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.194974" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.942888" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.690802" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.438716" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.18663" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.934544" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.682458" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.430372" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.178286" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.9262" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.50346" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="-0.232" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="14.710904" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="21.722582" y="90.571"/>
|
||||
<use xlink:href="#glyph1-4" x="26.439873" y="90.571"/>
|
||||
<use xlink:href="#glyph1-5" x="32.802985" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="42.348152" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="51.414118" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="56.13141" y="90.571"/>
|
||||
<use xlink:href="#glyph1-11" x="61.3817" y="90.571"/>
|
||||
<use xlink:href="#glyph1-12" x="66.472588" y="90.571"/>
|
||||
<use xlink:href="#glyph1-13" x="69.654643" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="76.336559" y="90.571"/>
|
||||
<use xlink:href="#glyph1-14" x="81.586849" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="337.750201" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="-0.232" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="23.437795" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="33.088484" y="123.513"/>
|
||||
<use xlink:href="#glyph0-10" x="39.491193" y="123.513"/>
|
||||
<use xlink:href="#glyph0-11" x="48.256721" y="123.513"/>
|
||||
<use xlink:href="#glyph0-5" x="61.403579" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="73.841734" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="82.16253" y="123.513"/>
|
||||
<use xlink:href="#glyph0-3" x="90.928059" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="99.263201" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-18" x="-0.232" y="145.332"/>
|
||||
<use xlink:href="#glyph2-9" x="6.960997" y="145.332"/>
|
||||
<use xlink:href="#glyph2-19" x="12.494225" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-20" x="20.238154" y="145.332"/>
|
||||
<use xlink:href="#glyph2-21" x="25.771382" y="145.332"/>
|
||||
<use xlink:href="#glyph2-22" x="29.672736" y="145.332"/>
|
||||
<use xlink:href="#glyph2-6" x="33.60099" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="40.801957" y="145.332"/>
|
||||
<use xlink:href="#glyph2-19" x="44.73021" y="145.332"/>
|
||||
<use xlink:href="#glyph2-23" x="49.156593" y="145.332"/>
|
||||
<use xlink:href="#glyph2-6" x="53.582976" y="145.332"/>
|
||||
<use xlink:href="#glyph2-8" x="57.456435" y="145.332"/>
|
||||
<use xlink:href="#glyph2-14" x="60.223049" y="145.332"/>
|
||||
<use xlink:href="#glyph2-5" x="65.203353" y="145.332"/>
|
||||
<use xlink:href="#glyph2-2" x="70.736581" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="-0.232" y="173.217"/>
|
||||
<use xlink:href="#glyph3-2" x="6.491604" y="173.217"/>
|
||||
<use xlink:href="#glyph3-1" x="10.226409" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="30.399613" y="173.217"/>
|
||||
<use xlink:href="#glyph3-4" x="40.913016" y="173.217"/>
|
||||
<use xlink:href="#glyph3-5" x="48.382625" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="55.481623" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="65.182072" y="173.217"/>
|
||||
<use xlink:href="#glyph3-8" x="74.893281" y="173.217"/>
|
||||
<use xlink:href="#glyph3-6" x="78.628086" y="173.217"/>
|
||||
<use xlink:href="#glyph3-9" x="83.85729" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="95.810099" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="106.829207" y="173.217"/>
|
||||
<use xlink:href="#glyph3-8" x="114.298816" y="173.217"/>
|
||||
<use xlink:href="#glyph3-12" x="118.03362" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="-0.232" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="10.555503" y="191.605"/>
|
||||
<use xlink:href="#glyph2-4" x="14.483756" y="191.605"/>
|
||||
<use xlink:href="#glyph2-25" x="20.016985" y="191.605"/>
|
||||
<use xlink:href="#glyph2-22" x="25.550213" y="191.605"/>
|
||||
<use xlink:href="#glyph2-19" x="29.478466" y="191.605"/>
|
||||
<use xlink:href="#glyph2-23" x="33.904849" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="38.341195" y="191.605"/>
|
||||
<use xlink:href="#glyph2-8" x="42.214654" y="191.605"/>
|
||||
<use xlink:href="#glyph2-14" x="44.981268" y="191.605"/>
|
||||
<use xlink:href="#glyph2-5" x="49.961571" y="191.605"/>
|
||||
<use xlink:href="#glyph2-2" x="55.494799" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="-0.232" y="219.49"/>
|
||||
<use xlink:href="#glyph3-2" x="6.491604" y="219.49"/>
|
||||
<use xlink:href="#glyph3-13" x="10.226409" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="30.399613" y="219.49"/>
|
||||
<use xlink:href="#glyph3-4" x="40.913016" y="219.49"/>
|
||||
<use xlink:href="#glyph3-5" x="48.382625" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="55.481623" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="65.182072" y="219.49"/>
|
||||
<use xlink:href="#glyph3-8" x="74.893281" y="219.49"/>
|
||||
<use xlink:href="#glyph3-6" x="78.628086" y="219.49"/>
|
||||
<use xlink:href="#glyph3-9" x="83.85729" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-14" x="91.338854" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-4" x="98.050504" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="105.532068" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="115.232517" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="126.251625" y="219.49"/>
|
||||
<use xlink:href="#glyph3-8" x="133.721234" y="219.49"/>
|
||||
<use xlink:href="#glyph3-12" x="137.456038" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="-0.232" y="237.878"/>
|
||||
<use xlink:href="#glyph2-5" x="7.237957" y="237.878"/>
|
||||
<use xlink:href="#glyph2-14" x="12.771186" y="237.878"/>
|
||||
<use xlink:href="#glyph2-6" x="17.751489" y="237.878"/>
|
||||
<use xlink:href="#glyph2-9" x="21.624948" y="237.878"/>
|
||||
<use xlink:href="#glyph2-19" x="27.158176" y="237.878"/>
|
||||
<use xlink:href="#glyph2-21" x="31.584559" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="38.803459" y="237.878"/>
|
||||
<use xlink:href="#glyph2-4" x="42.731713" y="237.878"/>
|
||||
<use xlink:href="#glyph2-25" x="48.264941" y="237.878"/>
|
||||
<use xlink:href="#glyph2-22" x="53.798169" y="237.878"/>
|
||||
<use xlink:href="#glyph2-19" x="57.726422" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="62.162768" y="237.878"/>
|
||||
<use xlink:href="#glyph2-6" x="66.589151" y="237.878"/>
|
||||
<use xlink:href="#glyph2-8" x="70.46261" y="237.878"/>
|
||||
<use xlink:href="#glyph2-14" x="73.229224" y="237.878"/>
|
||||
<use xlink:href="#glyph2-5" x="78.209527" y="237.878"/>
|
||||
<use xlink:href="#glyph2-2" x="83.742755" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="-0.232" y="263.77"/>
|
||||
<use xlink:href="#glyph1-15" x="5.495499" y="263.77"/>
|
||||
<use xlink:href="#glyph1-10" x="8.677553" y="263.77"/>
|
||||
<use xlink:href="#glyph1-15" x="14.405052" y="263.77"/>
|
||||
<use xlink:href="#glyph1-1" x="17.587106" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="34.771595" y="263.77"/>
|
||||
<use xlink:href="#glyph1-7" x="46.613141" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="52.657451" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="62.518432" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="70.472572" y="263.77"/>
|
||||
<use xlink:href="#glyph1-4" x="76.200071" y="263.77"/>
|
||||
<use xlink:href="#glyph1-20" x="82.563184" y="263.77"/>
|
||||
<use xlink:href="#glyph1-21" x="85.745238" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="95.924026" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="101.650529" y="263.77"/>
|
||||
<use xlink:href="#glyph1-4" x="107.378028" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-21" x="117.556816" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="123.929891" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-9" x="133.473066" y="263.77"/>
|
||||
<use xlink:href="#glyph1-7" x="137.927344" y="263.77"/>
|
||||
<use xlink:href="#glyph1-22" x="144.290457" y="263.77"/>
|
||||
<use xlink:href="#glyph1-9" x="149.858554" y="263.77"/>
|
||||
<use xlink:href="#glyph1-23" x="154.312833" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-26" x="-0.232" y="282.158"/>
|
||||
<use xlink:href="#glyph2-4" x="5.301228" y="282.158"/>
|
||||
<use xlink:href="#glyph2-25" x="10.834456" y="282.158"/>
|
||||
<use xlink:href="#glyph2-27" x="16.367684" y="282.158"/>
|
||||
<use xlink:href="#glyph2-22" x="19.688219" y="282.158"/>
|
||||
<use xlink:href="#glyph2-4" x="23.616472" y="282.158"/>
|
||||
<use xlink:href="#glyph2-25" x="29.1497" y="282.158"/>
|
||||
<use xlink:href="#glyph2-22" x="34.682928" y="282.158"/>
|
||||
<use xlink:href="#glyph2-19" x="38.611181" y="282.158"/>
|
||||
<use xlink:href="#glyph2-23" x="43.037564" y="282.158"/>
|
||||
<use xlink:href="#glyph2-6" x="47.463948" y="282.158"/>
|
||||
<use xlink:href="#glyph2-8" x="51.337406" y="282.158"/>
|
||||
<use xlink:href="#glyph2-14" x="54.10402" y="282.158"/>
|
||||
<use xlink:href="#glyph2-5" x="59.084324" y="282.158"/>
|
||||
<use xlink:href="#glyph2-2" x="64.617552" y="282.158"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="-0.232" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="23.437795" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="33.088484" y="315.1"/>
|
||||
<use xlink:href="#glyph0-10" x="39.491193" y="315.1"/>
|
||||
<use xlink:href="#glyph0-11" x="48.256721" y="315.1"/>
|
||||
<use xlink:href="#glyph0-5" x="61.403579" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="73.841734" y="315.1"/>
|
||||
<use xlink:href="#glyph0-5" x="80.244444" y="315.1"/>
|
||||
<use xlink:href="#glyph0-14" x="87.417544" y="315.1"/>
|
||||
<use xlink:href="#glyph0-15" x="94.429966" y="315.1"/>
|
||||
<use xlink:href="#glyph0-16" x="98.81273" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="108.008644" y="315.1"/>
|
||||
<use xlink:href="#glyph0-6" x="115.181744" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-28" x="-0.232" y="336.919"/>
|
||||
<use xlink:href="#glyph2-16" x="8.897727" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-29" x="17.472536" y="336.919"/>
|
||||
<use xlink:href="#glyph2-10" x="20.516111" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-30" x="25.217462" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-14" x="30.205736" y="336.919"/>
|
||||
<use xlink:href="#glyph2-21" x="35.186039" y="336.919"/>
|
||||
<use xlink:href="#glyph2-8" x="39.087393" y="336.919"/>
|
||||
<use xlink:href="#glyph2-6" x="41.854007" y="336.919"/>
|
||||
<use xlink:href="#glyph2-19" x="45.727466" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-21" x="53.471395" y="336.919"/>
|
||||
<use xlink:href="#glyph2-19" x="57.372749" y="336.919"/>
|
||||
<use xlink:href="#glyph2-23" x="61.799133" y="336.919"/>
|
||||
<use xlink:href="#glyph2-8" x="66.225516" y="336.919"/>
|
||||
<use xlink:href="#glyph2-11" x="68.99213" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-19" x="74.804311" y="336.919"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 108 KiB |
927
svg/chapter-03/contents-orig.svg
Normal file
@ -0,0 +1,927 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 9.1875 -8.953125 C 8.484375 -9.640625 7.453125 -10.03125 6.484375 -10.03125 C 4.890625 -10.03125 3.234375 -9.5625 2.125 -8.375 C 1.28125 -7.453125 0.875 -6.203125 0.875 -4.953125 C 0.875 -3.71875 1.265625 -2.421875 2.125 -1.484375 C 3.1875 -0.328125 4.84375 0.171875 6.390625 0.171875 C 8.328125 0.171875 10.5 -1.15625 10.5 -3.3125 L 10.5 -3.390625 C 10.46875 -3.515625 10.359375 -3.53125 10.234375 -3.53125 L 10.1875 -3.53125 C 10.0625 -3.53125 9.953125 -3.515625 9.953125 -3.328125 L 9.953125 -3.21875 C 9.8125 -2.421875 9.625 -1.90625 9.125 -1.390625 C 8.5 -0.765625 7.625 -0.421875 6.75 -0.421875 C 5.53125 -0.421875 4.234375 -0.84375 3.5 -1.875 C 2.859375 -2.78125 2.78125 -3.953125 2.78125 -5 C 2.78125 -5.96875 2.890625 -7.03125 3.40625 -7.859375 C 4.109375 -8.96875 5.421875 -9.453125 6.703125 -9.453125 C 8.375 -9.453125 9.578125 -8.125 9.875 -6.5625 C 9.890625 -6.390625 9.875 -6.171875 10.140625 -6.171875 L 10.265625 -6.171875 C 10.453125 -6.171875 10.5 -6.25 10.5 -6.40625 L 10.5 -9.8125 C 10.5 -9.9375 10.453125 -10.03125 10.3125 -10.03125 C 10.109375 -10.03125 9.84375 -9.640625 9.640625 -9.4375 C 9.484375 -9.28125 9.328125 -9.125 9.1875 -8.953125 Z M 9.1875 -8.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 3.671875 -6.515625 C 1.953125 -6.328125 0.4375 -5.375 0.4375 -3.15625 C 0.4375 -2.1875 0.796875 -1.234375 1.59375 -0.625 C 2.25 -0.125 3.109375 0.078125 3.9375 0.078125 C 5.6875 0.078125 7.4375 -0.890625 7.4375 -3.1875 C 7.4375 -3.96875 7.1875 -4.8125 6.65625 -5.40625 C 5.953125 -6.21875 4.875 -6.515625 3.84375 -6.515625 Z M 2.078125 -2.71875 L 2.078125 -3.46875 C 2.078125 -4.203125 2.09375 -5.046875 2.65625 -5.59375 C 2.984375 -5.921875 3.453125 -6.078125 3.921875 -6.078125 C 4.96875 -6.078125 5.65625 -5.390625 5.765625 -4.296875 C 5.796875 -4.015625 5.8125 -3.734375 5.8125 -3.453125 L 5.8125 -3.109375 C 5.8125 -2.40625 5.78125 -1.59375 5.34375 -1.046875 C 5 -0.609375 4.46875 -0.421875 3.9375 -0.421875 C 3.40625 -0.421875 2.84375 -0.625 2.515625 -1.078125 C 2.140625 -1.546875 2.140625 -2.15625 2.078125 -2.71875 Z M 2.078125 -2.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.828125 -5.78125 C 1.203125 -5.78125 1.546875 -5.734375 1.546875 -5.296875 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.3125 C 7.4375 -4.8125 7.40625 -5.296875 7.125 -5.71875 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.25 -6.46875 3.234375 -5.8125 2.953125 -4.8125 L 2.9375 -6.46875 L 1.34375 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.390625 -9.125 C 2.390625 -8 1.828125 -6.25 0.28125 -6.25 L 0.28125 -5.8125 L 1.4375 -5.8125 L 1.4375 -1.9375 C 1.4375 -1.5 1.46875 -1.078125 1.703125 -0.703125 C 2.125 -0.078125 2.921875 0.078125 3.59375 0.078125 C 4.71875 0.078125 5.25 -0.859375 5.25 -1.984375 L 5.25 -2.546875 L 4.703125 -2.546875 C 4.703125 -2.359375 4.71875 -2.15625 4.71875 -1.9375 C 4.71875 -1.359375 4.578125 -0.421875 3.796875 -0.421875 C 3.078125 -0.421875 2.9375 -1.171875 2.9375 -1.84375 L 2.9375 -5.8125 L 4.984375 -5.8125 L 4.984375 -6.390625 L 2.9375 -6.390625 L 2.9375 -9.125 Z M 2.390625 -9.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 2.0625 -3.234375 L 6.484375 -3.234375 C 6.671875 -3.234375 6.734375 -3.328125 6.734375 -3.5 C 6.734375 -5.046875 5.96875 -6.53125 3.78125 -6.53125 C 3.015625 -6.53125 2.21875 -6.3125 1.609375 -5.84375 C 0.8125 -5.234375 0.4375 -4.25 0.4375 -3.25 C 0.4375 -1.203125 2 0.078125 3.96875 0.078125 C 5.046875 0.078125 6.234375 -0.375 6.6875 -1.53125 C 6.703125 -1.59375 6.734375 -1.640625 6.734375 -1.6875 C 6.734375 -1.828125 6.59375 -1.890625 6.4375 -1.890625 C 6.171875 -1.890625 6.09375 -1.515625 5.984375 -1.3125 C 5.609375 -0.734375 4.875 -0.421875 4.1875 -0.421875 C 3.4375 -0.421875 2.71875 -0.765625 2.359375 -1.453125 C 2.078125 -2 2.0625 -2.625 2.0625 -3.234375 Z M 2.0625 -3.609375 C 2.0625 -4.25 2.140625 -4.9375 2.53125 -5.453125 C 2.828125 -5.84375 3.3125 -6.0625 3.78125 -6.0625 C 5.09375 -6.0625 5.421875 -4.6875 5.421875 -3.609375 Z M 2.0625 -3.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 1.484375 -0.46875 C 1.9375 -0.078125 2.578125 0.078125 3.203125 0.078125 C 4.5 0.078125 5.6875 -0.515625 5.6875 -2 L 5.6875 -2.15625 C 5.609375 -2.984375 4.984375 -3.59375 4.234375 -3.890625 C 3.859375 -4.03125 3.453125 -4.09375 3.0625 -4.15625 C 2.5 -4.265625 1.46875 -4.40625 1.46875 -5.15625 C 1.46875 -5.9375 2.375 -6.109375 3.03125 -6.109375 C 3.875 -6.109375 4.640625 -5.78125 4.75 -4.765625 C 4.75 -4.640625 4.75 -4.515625 4.96875 -4.515625 L 5.0625 -4.515625 C 5.234375 -4.515625 5.3125 -4.59375 5.3125 -4.796875 C 5.3125 -4.875 5.296875 -4.96875 5.296875 -5.03125 L 5.296875 -6.3125 C 5.296875 -6.4375 5.234375 -6.515625 5.109375 -6.515625 C 4.84375 -6.515625 4.640625 -6.203125 4.484375 -6.203125 C 4.296875 -6.203125 4.015625 -6.40625 3.75 -6.453125 C 3.5 -6.5 3.25 -6.515625 3.015625 -6.515625 C 1.96875 -6.515625 0.53125 -6.234375 0.53125 -4.59375 C 0.53125 -3.125 2.25 -2.859375 3.28125 -2.671875 C 3.90625 -2.546875 4.75 -2.328125 4.75 -1.484375 C 4.75 -0.421875 3.578125 -0.375 2.984375 -0.375 C 1.90625 -0.515625 1.46875 -1 1.078125 -2.203125 C 1.03125 -2.359375 0.921875 -2.359375 0.78125 -2.359375 C 0.609375 -2.359375 0.53125 -2.296875 0.53125 -2.09375 L 0.53125 -0.34375 C 0.53125 -0.296875 0.515625 -0.234375 0.515625 -0.15625 C 0.515625 -0.03125 0.5625 0.078125 0.703125 0.078125 C 0.875 0.078125 1.0625 -0.109375 1.171875 -0.21875 C 1.28125 -0.296875 1.390625 -0.375 1.484375 -0.46875 Z M 1.484375 -0.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 1.234375 -8.5 L 1.234375 -7.9375 C 1.921875 -7.9375 2.625 -7.984375 3.28125 -8.203125 L 3.28125 -0.59375 L 1.3125 -0.59375 L 1.3125 -0.015625 L 6.78125 -0.015625 L 6.78125 -0.59375 L 4.84375 -0.59375 L 4.84375 -8.859375 C 4.84375 -8.921875 4.859375 -9.015625 4.859375 -9.109375 C 4.859375 -9.3125 4.796875 -9.421875 4.578125 -9.421875 C 4.296875 -9.421875 4.015625 -9.09375 3.71875 -8.953125 C 2.9375 -8.59375 2.078125 -8.5 1.234375 -8.5 Z M 1.234375 -8.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 0.84375 -9.734375 L 0.578125 -6.390625 L 1.125 -6.390625 C 1.171875 -7.078125 1.21875 -7.953125 1.625 -8.484375 C 2.125 -9.140625 2.96875 -9.171875 3.734375 -9.171875 L 4.59375 -9.171875 L 4.59375 -0.59375 L 2.453125 -0.59375 L 2.453125 -0.015625 L 8.515625 -0.015625 L 8.515625 -0.59375 L 6.390625 -0.59375 L 6.390625 -9.171875 L 7.25 -9.171875 C 8.21875 -9.171875 9.375 -9.109375 9.671875 -7.6875 C 9.765625 -7.265625 9.8125 -6.8125 9.84375 -6.390625 L 10.390625 -6.390625 L 10.109375 -9.734375 Z M 0.84375 -9.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.75 -5.78125 C 1.125 -5.78125 1.46875 -5.734375 1.46875 -5.296875 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 4.15625 -0.015625 L 4.15625 -0.59375 L 2.90625 -0.59375 L 2.90625 -2.65625 C 2.90625 -3.9375 2.953125 -6.03125 4.65625 -6.03125 C 4.46875 -5.84375 4.359375 -5.65625 4.359375 -5.390625 C 4.359375 -4.875 4.734375 -4.578125 5.15625 -4.578125 C 5.640625 -4.578125 5.953125 -4.953125 5.953125 -5.359375 C 5.953125 -6.078125 5.203125 -6.46875 4.578125 -6.46875 C 3.6875 -6.46875 2.9375 -5.65625 2.8125 -4.796875 L 2.796875 -6.46875 L 1.25 -6.390625 Z M 0.453125 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 1.46875 -6.390625 L 0.4375 -6.390625 L 0.4375 -5.8125 L 1.46875 -5.8125 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 3.921875 -0.015625 L 3.921875 -0.59375 L 2.90625 -0.59375 L 2.90625 -5.8125 L 5.84375 -5.8125 L 5.84375 -0.59375 L 4.828125 -0.59375 L 4.828125 -0.015625 L 8.296875 -0.015625 L 8.296875 -0.59375 L 7.28125 -0.59375 L 7.28125 -5.8125 L 10.21875 -5.8125 L 10.21875 -0.59375 L 9.203125 -0.59375 L 9.203125 -0.015625 L 12.671875 -0.015625 L 12.671875 -0.59375 L 11.65625 -0.59375 L 11.65625 -9.96875 L 11.0625 -9.921875 C 10.953125 -9.90625 10.859375 -9.890625 10.75 -9.890625 C 10.375 -9.953125 10.015625 -10.0625 9.578125 -10.0625 C 8.734375 -10.0625 7.859375 -9.96875 7.078125 -9.578125 C 7.03125 -9.546875 6.953125 -9.515625 6.90625 -9.515625 C 6.75 -9.53125 6.609375 -9.71875 6.453125 -9.796875 C 6.15625 -9.953125 5.84375 -10.03125 5.515625 -10.0625 L 5.296875 -10.0625 C 3.984375 -10.0625 2.140625 -9.8125 1.578125 -8.53125 C 1.484375 -8.28125 1.46875 -8.015625 1.46875 -7.75 Z M 5.84375 -6.390625 L 2.859375 -6.390625 L 2.859375 -7.765625 C 2.859375 -9.171875 3.96875 -9.609375 5.0625 -9.609375 C 5.421875 -9.609375 5.703125 -9.53125 6.03125 -9.453125 L 6.03125 -9.421875 C 5.734375 -9.3125 5.59375 -9.015625 5.59375 -8.703125 C 5.59375 -8.28125 5.859375 -8.21875 5.859375 -7.859375 C 5.859375 -7.734375 5.84375 -7.609375 5.84375 -7.484375 Z M 10.21875 -6.390625 L 7.234375 -6.390625 L 7.234375 -7.765625 C 7.234375 -9.203125 8.421875 -9.609375 9.484375 -9.609375 L 9.65625 -9.609375 C 9.84375 -9.59375 10.03125 -9.5625 10.21875 -9.546875 C 10.140625 -9.359375 10 -9.203125 9.96875 -8.984375 L 9.96875 -8.890625 C 9.96875 -8.578125 10.1875 -8.421875 10.21875 -8.21875 Z M 10.21875 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 0.546875 -9.859375 L 0.546875 -9.28125 L 0.8125 -9.28125 C 1.1875 -9.28125 1.546875 -9.28125 1.546875 -8.75 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.265625 C 7.4375 -4.78125 7.40625 -5.3125 7.109375 -5.75 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.359375 -6.46875 3.25 -5.84375 3.015625 -4.953125 L 3 -9.96875 L 1.375 -9.96875 Z M 0.546875 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 1.65625 -7.953125 C 2.03125 -8.515625 2.71875 -8.84375 3.40625 -8.84375 C 4.625 -8.84375 5.328125 -7.796875 5.328125 -6.703125 L 5.328125 -6.53125 C 5.25 -5.171875 4.171875 -4.0625 3.28125 -3.140625 C 2.5 -2.328125 1.65625 -1.515625 0.9375 -0.65625 C 0.8125 -0.546875 0.78125 -0.46875 0.78125 -0.3125 L 0.78125 -0.015625 L 6.703125 -0.015625 L 7.078125 -3.03125 L 6.546875 -3.03125 C 6.453125 -2.4375 6.46875 -1.671875 5.90625 -1.671875 C 5.5625 -1.640625 5.21875 -1.640625 4.875 -1.640625 L 2.46875 -1.640625 C 3.234375 -2.296875 3.984375 -2.96875 4.78125 -3.578125 C 5.796875 -4.359375 7.078125 -5.21875 7.078125 -6.734375 C 7.078125 -8.625 5.25 -9.421875 3.765625 -9.421875 C 2.4375 -9.421875 0.78125 -8.65625 0.78125 -7.109375 C 0.78125 -6.515625 1.21875 -6.171875 1.6875 -6.171875 C 2.234375 -6.171875 2.578125 -6.59375 2.578125 -7.078125 C 2.578125 -7.609375 2.1875 -7.953125 1.65625 -7.953125 Z M 1.65625 -7.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 5.15625 -5.90625 C 4.921875 -5.734375 4.78125 -5.53125 4.78125 -5.234375 C 4.78125 -4.828125 5.0625 -4.421875 5.53125 -4.421875 L 5.625 -4.421875 C 6.125 -4.421875 6.390625 -4.828125 6.390625 -5.21875 C 6.390625 -6.5 4.546875 -6.515625 4.015625 -6.515625 L 3.984375 -6.515625 C 3.15625 -6.515625 2.3125 -6.3125 1.65625 -5.78125 C 0.90625 -5.15625 0.515625 -4.1875 0.515625 -3.21875 C 0.515625 -1.234375 1.984375 0.078125 3.9375 0.078125 C 4.9375 0.078125 5.984375 -0.359375 6.421875 -1.3125 C 6.46875 -1.421875 6.5625 -1.5625 6.5625 -1.671875 C 6.5625 -1.8125 6.4375 -1.84375 6.34375 -1.84375 L 6.234375 -1.84375 C 5.96875 -1.84375 6 -1.625 5.890625 -1.453125 C 5.578125 -0.765625 4.9375 -0.421875 4.25 -0.421875 C 2.828125 -0.421875 2.171875 -1.578125 2.171875 -3.203125 C 2.171875 -4.34375 2.3125 -6.03125 4.109375 -6.03125 C 4.453125 -6.03125 4.8125 -5.96875 5.15625 -5.90625 Z M 5.15625 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 0.625 -6.359375 L 0.625 -5.78125 C 0.734375 -5.78125 0.84375 -5.796875 0.96875 -5.796875 C 1.28125 -5.796875 1.578125 -5.734375 1.578125 -5.328125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 3.9375 -0.015625 L 3.9375 -0.59375 L 3.03125 -0.59375 L 3.03125 -6.46875 L 1.4375 -6.46875 Z M 1.984375 -9.984375 C 1.5 -9.890625 1.140625 -9.515625 1.140625 -9.015625 C 1.140625 -8.515625 1.515625 -8.046875 2.125 -8.046875 L 2.21875 -8.046875 C 2.703125 -8.140625 3.0625 -8.515625 3.0625 -9.015625 C 3.0625 -9.515625 2.6875 -9.984375 2.078125 -9.984375 Z M 1.984375 -9.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.8125 -5.78125 C 1.140625 -5.78125 1.46875 -5.75 1.46875 -5.28125 L 1.46875 2.1875 L 0.453125 2.1875 L 0.453125 2.765625 L 3.96875 2.765625 L 3.96875 2.1875 L 2.96875 2.1875 L 2.96875 -0.625 C 3.46875 -0.21875 4.046875 0.078125 4.75 0.078125 C 5.828125 0.078125 6.953125 -0.28125 7.609375 -1.1875 C 8.03125 -1.78125 8.21875 -2.5 8.21875 -3.21875 C 8.21875 -4.828125 7.21875 -6.46875 5.03125 -6.46875 C 4.234375 -6.46875 3.53125 -6.203125 2.90625 -5.703125 L 2.90625 -6.46875 L 1.296875 -6.46875 Z M 6.5625 -2.90625 C 6.484375 -1.875 6.125 -0.375 4.640625 -0.375 C 4 -0.375 3.390625 -0.734375 3.03125 -1.296875 C 2.96875 -1.375 2.96875 -1.46875 2.96875 -1.546875 L 2.96875 -4.984375 C 3.046875 -5.4375 4.046875 -5.984375 4.765625 -5.984375 C 6.296875 -5.984375 6.578125 -4.140625 6.578125 -3.1875 C 6.578125 -3.09375 6.578125 -3 6.5625 -2.90625 Z M 6.5625 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 0.84375 -5.90625 L 0.84375 -5.4375 C 1.328125 -5.4375 1.890625 -5.46875 2.34375 -5.625 L 2.34375 -0.484375 L 0.953125 -0.484375 L 0.953125 -0.015625 L 4.921875 -0.015625 L 4.921875 -0.484375 L 3.53125 -0.484375 L 3.53125 -6.265625 C 3.53125 -6.421875 3.5 -6.546875 3.265625 -6.546875 C 3.109375 -6.546875 3.015625 -6.453125 2.90625 -6.375 C 2.265625 -5.984375 1.5625 -5.90625 0.84375 -5.90625 Z M 0.84375 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 0.625 -6.734375 L 0.40625 -4.34375 L 0.875 -4.34375 C 0.921875 -4.828125 0.953125 -5.5 1.296875 -5.875 C 1.65625 -6.265625 2.234375 -6.265625 2.734375 -6.265625 L 3.28125 -6.265625 L 3.28125 -0.484375 L 1.75 -0.484375 L 1.75 -0.015625 L 6.21875 -0.015625 L 6.21875 -0.484375 L 4.6875 -0.484375 L 4.6875 -6.265625 L 5.234375 -6.265625 C 5.890625 -6.265625 6.703125 -6.234375 6.921875 -5.359375 C 7.03125 -5.03125 7.0625 -4.671875 7.09375 -4.34375 L 7.5625 -4.34375 L 7.34375 -6.734375 Z M 0.625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 0.359375 -4.421875 L 0.359375 -3.953125 L 0.5625 -3.953125 C 0.8125 -3.953125 1.046875 -3.921875 1.046875 -3.625 L 1.046875 -0.484375 L 0.359375 -0.484375 L 0.359375 -0.015625 L 2.984375 -0.015625 L 2.984375 -0.484375 L 2.125 -0.484375 L 2.125 -1.859375 C 2.125 -2.71875 2.21875 -4.140625 3.375 -4.140625 C 3.25 -4 3.1875 -3.84375 3.1875 -3.671875 C 3.1875 -3.328125 3.453125 -3.078125 3.78125 -3.078125 C 4.125 -3.078125 4.390625 -3.34375 4.390625 -3.671875 C 4.390625 -4.234375 3.828125 -4.5 3.34375 -4.5 C 2.75 -4.5 2.15625 -4.03125 2.03125 -3.375 L 2.015625 -4.5 L 0.921875 -4.453125 Z M 0.359375 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 1.0625 -4.4375 L 0.3125 -4.4375 L 0.3125 -3.96875 L 1.0625 -3.96875 L 1.0625 -0.484375 L 0.375 -0.484375 L 0.375 -0.015625 L 2.828125 -0.015625 L 2.828125 -0.484375 L 2.140625 -0.484375 L 2.140625 -3.96875 L 4.234375 -3.96875 L 4.234375 -0.484375 L 3.546875 -0.484375 L 3.546875 -0.015625 L 6 -0.015625 L 6 -0.484375 L 5.3125 -0.484375 L 5.3125 -3.96875 L 7.40625 -3.96875 L 7.40625 -0.484375 L 6.71875 -0.484375 L 6.71875 -0.015625 L 9.171875 -0.015625 L 9.171875 -0.484375 L 8.484375 -0.484375 L 8.484375 -6.921875 C 8.25 -6.921875 8.015625 -6.875 7.78125 -6.875 C 7.46875 -6.9375 7.203125 -7 6.875 -7 C 6.28125 -7 5.671875 -6.890625 5.125 -6.65625 C 5.078125 -6.640625 5.03125 -6.609375 4.984375 -6.609375 C 4.921875 -6.609375 4.75 -6.765625 4.640625 -6.8125 C 4.421875 -6.921875 4.171875 -6.96875 3.921875 -6.984375 L 3.78125 -6.984375 C 2.65625 -6.984375 1.0625 -6.734375 1.0625 -5.390625 Z M 4.234375 -4.4375 L 2.078125 -4.4375 L 2.078125 -5.359375 C 2.078125 -6.375 2.9375 -6.625 3.671875 -6.625 C 3.875 -6.625 4.09375 -6.609375 4.28125 -6.515625 C 4.09375 -6.421875 3.984375 -6.203125 3.984375 -5.984375 C 3.984375 -5.71875 4.25 -5.546875 4.25 -5.328125 C 4.25 -5.25 4.234375 -5.171875 4.234375 -5.109375 Z M 7.40625 -4.4375 L 5.25 -4.4375 L 5.25 -5.390625 C 5.25 -6.40625 6.171875 -6.625 6.875 -6.625 L 6.9375 -6.625 C 7.078125 -6.625 7.21875 -6.59375 7.359375 -6.59375 C 7.234375 -6.453125 7.15625 -6.296875 7.15625 -6.109375 C 7.15625 -5.84375 7.421875 -5.671875 7.421875 -5.4375 C 7.421875 -5.359375 7.40625 -5.28125 7.40625 -5.1875 Z M 7.40625 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 1.59375 -2.1875 L 4.671875 -2.1875 C 4.84375 -2.1875 4.921875 -2.25 4.921875 -2.421875 C 4.921875 -3.421875 4.453125 -4.53125 2.78125 -4.53125 C 2.15625 -4.53125 1.53125 -4.359375 1.0625 -3.953125 C 0.5625 -3.53125 0.3125 -2.890625 0.3125 -2.25 C 0.3125 -1.640625 0.53125 -1.078125 0.953125 -0.640625 C 1.46875 -0.140625 2.21875 0.046875 2.9375 0.046875 C 3.625 0.046875 4.40625 -0.203125 4.78125 -0.828125 C 4.84375 -0.921875 4.921875 -1.0625 4.921875 -1.1875 C 4.921875 -1.3125 4.796875 -1.359375 4.6875 -1.359375 C 4.46875 -1.359375 4.453125 -1.15625 4.34375 -0.984375 C 4.078125 -0.5625 3.53125 -0.34375 3.03125 -0.34375 C 2.546875 -0.34375 2.078125 -0.546875 1.828125 -0.984375 C 1.609375 -1.328125 1.59375 -1.78125 1.59375 -2.1875 Z M 1.59375 -2.515625 C 1.59375 -3.1875 1.78125 -4.171875 2.796875 -4.171875 C 3.71875 -4.171875 3.984375 -3.25 3.984375 -2.515625 Z M 1.59375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.84375 L 0.453125 -6.375 L 0.671875 -6.375 C 0.921875 -6.375 1.140625 -6.34375 1.140625 -6.015625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.984375 C 5.4375 -3.296875 5.421875 -3.625 5.28125 -3.890625 C 4.984375 -4.40625 4.40625 -4.5 3.875 -4.5 C 3.21875 -4.5 2.515625 -4.140625 2.21875 -3.515625 L 2.21875 -6.921875 L 0.828125 -6.921875 Z M 0.453125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.9375 C 5.4375 -3.296875 5.421875 -3.65625 5.234375 -3.953125 C 4.9375 -4.421875 4.359375 -4.5 3.84375 -4.5 C 3.1875 -4.5 2.375 -4.0625 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 1.6875 -6.34375 C 1.6875 -5.53125 1.265625 -4.328125 0.203125 -4.328125 L 0.203125 -3.96875 L 1.015625 -3.96875 L 1.015625 -1.40625 C 1.015625 -1.078125 1.03125 -0.75 1.21875 -0.484375 C 1.5 -0.078125 2.078125 0.0625 2.546875 0.0625 C 3.25 0.0625 3.8125 -0.421875 3.8125 -1.328125 C 3.8125 -1.46875 3.8125 -1.625 3.8125 -1.78125 L 3.34375 -1.78125 L 3.34375 -1.359375 C 3.34375 -0.984375 3.28125 -0.34375 2.734375 -0.34375 C 2.234375 -0.34375 2.15625 -0.875 2.15625 -1.28125 L 2.15625 -3.96875 L 3.625 -3.96875 L 3.625 -4.4375 L 2.15625 -4.4375 L 2.15625 -6.34375 Z M 1.6875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 1.4375 -5.71875 C 1.71875 -5.9375 2.078125 -6.078125 2.453125 -6.078125 C 3.28125 -6.078125 3.78125 -5.390625 3.78125 -4.625 C 3.78125 -3.59375 2.953125 -2.8125 2.28125 -2.140625 C 1.8125 -1.671875 1.359375 -1.203125 0.890625 -0.734375 L 0.703125 -0.546875 C 0.609375 -0.453125 0.5625 -0.375 0.5625 -0.234375 L 0.5625 -0.015625 L 4.84375 -0.015625 L 5.15625 -2.21875 L 4.6875 -2.21875 C 4.640625 -1.84375 4.625 -1.28125 4.25 -1.28125 C 4 -1.25 3.734375 -1.25 3.484375 -1.25 L 1.9375 -1.25 C 2.46875 -1.65625 2.953125 -2.078125 3.484375 -2.46875 C 4.203125 -3 5.15625 -3.578125 5.15625 -4.625 C 5.15625 -6.078125 3.734375 -6.546875 2.671875 -6.546875 L 2.546875 -6.546875 C 1.75 -6.484375 0.5625 -6.09375 0.5625 -5.03125 C 0.5625 -4.671875 0.78125 -4.28125 1.296875 -4.28125 C 1.6875 -4.28125 2 -4.609375 2 -5 C 2 -5.359375 1.78125 -5.625 1.4375 -5.71875 Z M 1.4375 -5.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 3.59375 -4.078125 C 3.453125 -3.953125 3.390625 -3.765625 3.390625 -3.59375 C 3.390625 -3.25 3.65625 -2.984375 4 -2.984375 C 4.421875 -2.984375 4.640625 -3.3125 4.640625 -3.625 C 4.640625 -4.484375 3.390625 -4.53125 2.96875 -4.53125 L 2.875 -4.53125 C 2.109375 -4.53125 1.328125 -4.296875 0.859375 -3.671875 C 0.53125 -3.25 0.375 -2.765625 0.375 -2.234375 C 0.375 -1.6875 0.546875 -1.109375 0.921875 -0.703125 C 1.40625 -0.171875 2.140625 0.046875 2.84375 0.046875 C 3.546875 0.046875 4.3125 -0.203125 4.640625 -0.875 C 4.6875 -0.953125 4.765625 -1.0625 4.765625 -1.15625 C 4.765625 -1.296875 4.640625 -1.3125 4.546875 -1.3125 L 4.5 -1.3125 C 4.296875 -1.3125 4.28125 -1.171875 4.234375 -1.03125 C 3.984375 -0.59375 3.5625 -0.34375 3.0625 -0.34375 C 1.890625 -0.34375 1.65625 -1.390625 1.65625 -2.21875 C 1.65625 -2.984375 1.734375 -4.125 2.953125 -4.125 C 3.171875 -4.125 3.390625 -4.09375 3.59375 -4.078125 Z M 3.59375 -4.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 0.5 -4.421875 L 0.5 -3.953125 C 0.578125 -3.953125 0.671875 -3.953125 0.75 -3.953125 C 0.953125 -3.953125 1.15625 -3.90625 1.15625 -3.625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.84375 -0.015625 L 2.84375 -0.484375 L 2.234375 -0.484375 L 2.234375 -4.5 L 1.09375 -4.5 Z M 1.453125 -6.921875 C 1.078125 -6.890625 0.78125 -6.546875 0.78125 -6.15625 C 0.78125 -5.765625 1.078125 -5.390625 1.5625 -5.390625 C 1.953125 -5.390625 2.328125 -5.71875 2.328125 -6.15625 C 2.328125 -6.546875 2.03125 -6.9375 1.5625 -6.9375 C 1.53125 -6.9375 1.484375 -6.9375 1.453125 -6.921875 Z M 1.453125 -6.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 0.375 -4.421875 L 0.375 -3.953125 L 0.578125 -3.953125 C 0.84375 -3.953125 1.0625 -3.921875 1.0625 -3.625 L 1.0625 1.453125 L 0.375 1.453125 L 0.375 1.921875 L 2.875 1.921875 L 2.875 1.453125 L 2.1875 1.453125 L 2.1875 -0.40625 C 2.546875 -0.09375 2.984375 0.046875 3.4375 0.046875 C 4.71875 0.046875 5.984375 -0.6875 5.984375 -2.234375 C 5.984375 -3.453125 5.140625 -4.5 3.6875 -4.5 C 3.09375 -4.5 2.625 -4.34375 2.140625 -4 L 2.140625 -4.5 L 0.75 -4.5 Z M 4.6875 -2.03125 C 4.65625 -1.3125 4.359375 -0.3125 3.359375 -0.3125 C 2.921875 -0.3125 2.484375 -0.5625 2.234375 -0.953125 C 2.1875 -1 2.1875 -1.0625 2.1875 -1.125 L 2.1875 -3.421875 C 2.25 -3.734375 2.96875 -4.09375 3.453125 -4.09375 C 4.5 -4.09375 4.703125 -2.90625 4.703125 -2.21875 C 4.703125 -2.15625 4.703125 -2.09375 4.6875 -2.03125 Z M 4.6875 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 2 -4.53125 C 1.5625 -4.46875 1.140625 -4.421875 0.78125 -4.140625 C 0.53125 -3.921875 0.375 -3.5625 0.375 -3.21875 C 0.375 -1.78125 2.421875 -2 3.078125 -1.609375 C 3.28125 -1.5 3.421875 -1.28125 3.421875 -1.03125 C 3.421875 -0.390625 2.65625 -0.3125 2.28125 -0.3125 C 1.6875 -0.3125 1.15625 -0.578125 0.90625 -1.28125 C 0.859375 -1.421875 0.875 -1.609375 0.65625 -1.609375 L 0.5625 -1.609375 C 0.40625 -1.609375 0.375 -1.5 0.375 -1.375 L 0.375 -0.171875 C 0.375 -0.078125 0.390625 0.03125 0.5 0.046875 L 0.53125 0.046875 C 0.78125 0.046875 0.984375 -0.25 1.125 -0.25 C 1.1875 -0.25 1.25 -0.1875 1.296875 -0.15625 C 1.59375 0.015625 1.984375 0.046875 2.328125 0.046875 C 3.1875 0.046875 4.140625 -0.3125 4.140625 -1.359375 C 4.140625 -2.171875 3.484375 -2.65625 2.765625 -2.828125 C 2.203125 -2.953125 1.09375 -2.953125 1.09375 -3.5625 C 1.09375 -4.203125 2 -4.203125 2.25 -4.203125 C 2.71875 -4.203125 3.234375 -4.046875 3.359375 -3.515625 C 3.40625 -3.375 3.328125 -3.171875 3.59375 -3.171875 L 3.640625 -3.171875 C 3.828125 -3.171875 3.84375 -3.265625 3.84375 -3.375 L 3.84375 -4.3125 C 3.84375 -4.4375 3.8125 -4.53125 3.671875 -4.53125 C 3.484375 -4.53125 3.34375 -4.34375 3.21875 -4.34375 C 3.125 -4.34375 2.953125 -4.453125 2.8125 -4.46875 C 2.625 -4.515625 2.40625 -4.53125 2.203125 -4.53125 C 2.140625 -4.53125 2.0625 -4.53125 2 -4.53125 Z M 2 -4.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 1.484375 -1.5625 C 1.078125 -1.53125 0.8125 -1.140625 0.8125 -0.78125 C 0.8125 -0.421875 1.09375 -0.015625 1.578125 -0.015625 C 2.046875 -0.015625 2.359375 -0.390625 2.359375 -0.796875 C 2.359375 -1.15625 2.078125 -1.5625 1.59375 -1.5625 C 1.5625 -1.5625 1.515625 -1.5625 1.484375 -1.5625 Z M 1.484375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 0.234375 -6.84375 L 0.234375 -6.375 L 0.984375 -6.375 C 1.09375 -6.375 1.125 -6.328125 1.140625 -6.234375 L 1.25 -5.984375 C 2 -4.109375 2.703125 -2.234375 3.421875 -0.34375 C 3.515625 -0.15625 3.53125 0.0625 3.84375 0.0625 C 4.125 0.0625 4.203125 -0.171875 4.296875 -0.46875 L 4.65625 -1.390625 C 5.0625 -2.484375 5.46875 -3.578125 5.921875 -4.671875 C 6.21875 -4.03125 6.4375 -3.296875 6.703125 -2.625 C 6.875 -2.21875 7.03125 -1.796875 7.1875 -1.390625 L 7.546875 -0.453125 C 7.640625 -0.21875 7.671875 0.0625 8 0.0625 C 8.296875 0.0625 8.328125 -0.15625 8.421875 -0.34375 C 9.015625 -1.890625 9.59375 -3.40625 10.203125 -4.9375 L 10.5625 -5.875 C 10.65625 -6.171875 10.671875 -6.3125 10.96875 -6.34375 C 11.1875 -6.375 11.390625 -6.375 11.609375 -6.375 L 11.609375 -6.84375 L 9.1875 -6.84375 L 9.1875 -6.375 C 9.515625 -6.375 10.171875 -6.375 10.171875 -6.234375 C 10.171875 -6.15625 10.109375 -6.046875 10.09375 -5.96875 L 9.765625 -5.140625 C 9.390625 -4.1875 9.046875 -3.21875 8.65625 -2.265625 C 8.609375 -2.140625 8.53125 -1.984375 8.5 -1.828125 L 8.46875 -1.828125 L 6.71875 -6.375 L 7.671875 -6.375 L 7.671875 -6.84375 L 4.40625 -6.84375 L 4.40625 -6.375 L 5.140625 -6.375 C 5.28125 -6.375 5.328125 -6.25 5.359375 -6.125 C 5.46875 -5.859375 5.65625 -5.484375 5.65625 -5.3125 L 5.65625 -5.28125 C 5.5625 -4.96875 5.40625 -4.671875 5.296875 -4.375 C 5.0625 -3.765625 4.828125 -3.171875 4.609375 -2.5625 L 4.421875 -2.109375 C 4.390625 -2.03125 4.359375 -1.9375 4.328125 -1.828125 L 4.3125 -1.828125 L 2.546875 -6.375 L 3.515625 -6.375 L 3.515625 -6.84375 Z M 0.234375 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.4375 L 0.265625 -3.96875 L 0.78125 -3.96875 C 0.921875 -3.96875 1 -3.78125 1.03125 -3.65625 L 1.3125 -3.09375 C 1.765625 -2.15625 2.21875 -1.21875 2.625 -0.28125 C 2.671875 -0.203125 2.734375 -0.09375 2.734375 -0.015625 L 2.734375 0 C 2.734375 0.0625 2.6875 0.125 2.65625 0.1875 C 2.375 0.8125 2.078125 1.578125 1.3125 1.625 C 1.21875 1.625 1.140625 1.609375 1.046875 1.578125 C 1.25 1.5 1.359375 1.28125 1.359375 1.0625 C 1.359375 0.71875 1.109375 0.484375 0.78125 0.484375 C 0.421875 0.484375 0.21875 0.78125 0.21875 1.0625 C 0.21875 1.640625 0.765625 1.984375 1.28125 1.984375 C 2.421875 1.984375 2.84375 0.890625 3.265625 0.03125 C 3.671875 -0.84375 4.078125 -1.71875 4.484375 -2.578125 C 4.671875 -2.953125 4.859375 -3.34375 5.046875 -3.75 C 5.125 -3.953125 5.375 -3.96875 5.59375 -3.96875 L 5.78125 -3.96875 L 5.78125 -4.4375 L 4.09375 -4.4375 L 4.09375 -3.96875 L 4.4375 -3.921875 L 4.5625 -3.875 L 4.5 -3.6875 L 3.375 -1.28125 L 2.09375 -3.96875 L 2.625 -3.96875 L 2.625 -4.4375 Z M 0.265625 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 0.25 -4.4375 L 0.25 -3.96875 L 0.734375 -3.96875 C 0.90625 -3.96875 1.0625 -3.40625 1.171875 -3.125 L 2.140625 -0.78125 C 2.265625 -0.421875 2.359375 0.046875 2.71875 0.046875 C 2.96875 0.046875 3.046875 -0.125 3.125 -0.328125 L 3.3125 -0.8125 C 3.421875 -1.09375 3.53125 -1.34375 3.65625 -1.609375 L 3.953125 -2.359375 C 4.015625 -2.515625 4.09375 -2.65625 4.125 -2.8125 L 4.140625 -2.8125 C 4.171875 -2.65625 4.25 -2.515625 4.3125 -2.359375 C 4.578125 -1.6875 4.875 -1.015625 5.140625 -0.34375 C 5.21875 -0.125 5.28125 0.046875 5.546875 0.046875 C 5.8125 0.046875 5.875 -0.140625 5.9375 -0.3125 C 6.28125 -1.21875 6.671875 -2.09375 7.03125 -3 L 7.28125 -3.59375 C 7.40625 -3.859375 7.390625 -3.96875 8.015625 -3.96875 L 8.015625 -4.4375 L 6.296875 -4.4375 L 6.296875 -3.96875 C 6.53125 -3.96875 6.859375 -3.953125 6.859375 -3.828125 C 6.859375 -3.703125 6.6875 -3.390625 6.59375 -3.1875 C 6.34375 -2.515625 6.09375 -1.828125 5.78125 -1.1875 L 4.640625 -3.96875 L 5.203125 -3.96875 L 5.203125 -4.4375 L 3.078125 -4.4375 L 3.078125 -3.96875 L 3.53125 -3.96875 C 3.671875 -3.96875 3.671875 -3.890625 3.71875 -3.8125 C 3.765625 -3.703125 3.875 -3.53125 3.875 -3.421875 C 3.875 -3.296875 3.75 -3.09375 3.703125 -2.984375 C 3.484375 -2.46875 3.234375 -1.9375 3.0625 -1.421875 L 3.046875 -1.421875 L 2 -3.96875 L 2.5625 -3.96875 L 2.5625 -4.4375 Z M 0.25 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 2.671875 -4.53125 C 2.140625 -4.4375 1.734375 -4.390625 1.3125 -4.125 C 0.65625 -3.703125 0.3125 -2.953125 0.3125 -2.1875 C 0.3125 -1.671875 0.484375 -1.109375 0.84375 -0.71875 C 1.359375 -0.15625 2.125 0.046875 2.859375 0.046875 C 4.046875 0.046875 5.40625 -0.59375 5.40625 -2.203125 C 5.40625 -3.71875 4.203125 -4.53125 2.796875 -4.53125 Z M 1.59375 -1.890625 L 1.59375 -2.53125 C 1.59375 -2.984375 1.609375 -3.515625 1.9375 -3.828125 C 2.171875 -4.0625 2.515625 -4.171875 2.859375 -4.171875 C 3.21875 -4.171875 3.578125 -4.046875 3.8125 -3.796875 C 4.140625 -3.4375 4.140625 -2.875 4.140625 -2.40625 L 4.140625 -2.109375 C 4.140625 -1.671875 4.109375 -1.109375 3.84375 -0.765625 C 3.609375 -0.484375 3.234375 -0.34375 2.859375 -0.34375 C 2.46875 -0.34375 2.078125 -0.5 1.859375 -0.796875 C 1.625 -1.109375 1.640625 -1.515625 1.59375 -1.890625 Z M 1.59375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 0.46875 -6.84375 L 0.46875 -6.375 L 0.6875 -6.375 C 0.9375 -6.375 1.15625 -6.34375 1.15625 -6.015625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.921875 -0.015625 L 2.921875 -0.484375 L 2.234375 -0.484375 L 2.234375 -6.921875 L 0.84375 -6.921875 Z M 0.46875 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 3.53125 -6.84375 L 3.53125 -6.375 C 3.625 -6.375 3.703125 -6.390625 3.78125 -6.390625 C 4 -6.390625 4.234375 -6.34375 4.234375 -6.046875 L 4.234375 -4.046875 C 3.78125 -4.359375 3.375 -4.5 2.890625 -4.5 C 1.578125 -4.5 0.375 -3.703125 0.375 -2.21875 C 0.375 -0.8125 1.453125 0.046875 2.78125 0.046875 C 3.296875 0.046875 3.765625 -0.125 4.171875 -0.4375 L 4.171875 0.046875 L 5.984375 0.046875 L 5.984375 -0.484375 C 5.90625 -0.484375 5.828125 -0.46875 5.734375 -0.46875 C 5.5 -0.46875 5.296875 -0.515625 5.296875 -0.828125 L 5.296875 -6.921875 L 3.921875 -6.921875 Z M 1.65625 -1.828125 L 1.65625 -2.328125 C 1.65625 -3.09375 1.8125 -4.140625 2.984375 -4.140625 C 3.40625 -4.140625 3.78125 -3.953125 4.0625 -3.640625 C 4.109375 -3.59375 4.15625 -3.53125 4.171875 -3.484375 L 4.171875 -1.171875 C 4.171875 -1.109375 4.171875 -1.046875 4.125 -1 C 3.84375 -0.59375 3.34375 -0.3125 2.859375 -0.3125 C 1.96875 -0.3125 1.734375 -1.0625 1.65625 -1.828125 Z M 1.65625 -1.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 1.734375 -4.09375 C 1.96875 -4.15625 2.234375 -4.171875 2.46875 -4.171875 C 3.046875 -4.171875 3.5625 -3.890625 3.5625 -2.890625 L 3.5625 -2.65625 C 2.734375 -2.65625 1.796875 -2.546875 1.09375 -2.1875 C 0.671875 -1.96875 0.3125 -1.578125 0.3125 -1.09375 C 0.3125 -0.125 1.5625 0.046875 2.25 0.046875 C 2.78125 0.046875 3.53125 -0.1875 3.734375 -0.78125 C 3.765625 -0.640625 3.734375 -0.515625 3.796875 -0.375 C 3.984375 -0.015625 4.515625 -0.015625 4.90625 -0.015625 L 5.328125 -0.015625 C 5.46875 -0.015625 5.5625 -0.0625 5.5625 -0.25 C 5.5625 -0.703125 4.765625 -0.328125 4.703125 -0.703125 L 4.703125 -2.921875 C 4.703125 -4.109375 3.640625 -4.53125 2.703125 -4.53125 L 2.4375 -4.53125 C 1.78125 -4.53125 0.703125 -4.46875 0.703125 -3.625 C 0.703125 -3.28125 0.921875 -2.984375 1.375 -2.984375 C 1.75 -3.03125 1.953125 -3.296875 1.953125 -3.609375 C 1.953125 -3.8125 1.875 -3.953125 1.734375 -4.09375 Z M 3.5625 -2.34375 L 3.5625 -1.421875 C 3.5625 -0.734375 3.046875 -0.3125 2.40625 -0.3125 C 1.984375 -0.3125 1.484375 -0.578125 1.484375 -1.09375 C 1.484375 -1.9375 2.515625 -2.234375 3.203125 -2.3125 C 3.3125 -2.328125 3.453125 -2.328125 3.5625 -2.34375 Z M 3.5625 -2.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 1.4375 -6.3125 C 1.734375 -6.546875 2.15625 -6.625 2.546875 -6.625 C 2.9375 -6.625 3.421875 -6.59375 3.484375 -6.015625 C 3.484375 -5.921875 3.484375 -5.828125 3.484375 -5.734375 C 3.484375 -5.40625 3.421875 -5.1875 3.1875 -4.9375 C 2.546875 -4.234375 2.296875 -3.5625 2.296875 -2.46875 C 2.296875 -2.328125 2.359375 -2.265625 2.5 -2.265625 L 2.59375 -2.265625 C 2.6875 -2.265625 2.765625 -2.3125 2.78125 -2.421875 L 2.78125 -2.984375 C 2.78125 -3.640625 3.375 -4.171875 3.84375 -4.53125 C 4.0625 -4.6875 4.328125 -4.78125 4.5 -5 C 4.671875 -5.203125 4.75 -5.453125 4.75 -5.71875 C 4.75 -6.65625 3.703125 -6.984375 2.640625 -6.984375 C 1.84375 -6.984375 0.640625 -6.734375 0.640625 -5.71875 C 0.640625 -5.40625 0.84375 -5.078125 1.25 -5.078125 C 1.609375 -5.078125 1.890625 -5.34375 1.890625 -5.703125 C 1.890625 -6 1.71875 -6.203125 1.4375 -6.3125 Z M 2.4375 -1.5625 C 2.0625 -1.53125 1.765625 -1.171875 1.765625 -0.78125 C 1.765625 -0.40625 2.0625 -0.015625 2.546875 -0.015625 C 2.9375 -0.015625 3.3125 -0.34375 3.3125 -0.78125 C 3.3125 -1.171875 3.015625 -1.5625 2.546875 -1.5625 C 2.515625 -1.5625 2.46875 -1.5625 2.4375 -1.5625 Z M 2.4375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 0.890625 -6.015625 L 0.890625 -5.703125 C 1.328125 -5.703125 1.796875 -5.75 2.1875 -5.96875 L 2.1875 -0.75 C 2.1875 -0.375 1.8125 -0.3125 1.421875 -0.3125 C 1.25 -0.3125 1.09375 -0.3125 0.953125 -0.3125 L 0.953125 -0.015625 L 4.1875 -0.015625 L 4.1875 -0.3125 C 4.015625 -0.3125 3.84375 -0.3125 3.6875 -0.3125 C 3.296875 -0.3125 2.9375 -0.375 2.9375 -0.75 L 2.9375 -6.484375 C 2.9375 -6.578125 2.90625 -6.65625 2.796875 -6.65625 C 2.65625 -6.65625 2.5 -6.453125 2.375 -6.375 C 1.9375 -6.09375 1.40625 -6.015625 0.890625 -6.015625 Z M 0.890625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-2">
|
||||
<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 overflow="visible" id="glyph2-3">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.453125 -6.515625 0.59375 -6.515625 0.703125 -6.515625 C 1.0625 -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.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 3.265625 -0.015625 L 3.265625 -0.3125 L 2.9375 -0.3125 C 2.515625 -0.3125 2.25 -0.34375 2.25 -0.75 L 2.25 -3.40625 L 5.21875 -3.40625 L 5.21875 -0.75 C 5.21875 -0.359375 4.890625 -0.3125 4.53125 -0.3125 L 4.203125 -0.3125 L 4.203125 -0.015625 L 7.140625 -0.015625 L 7.140625 -0.3125 C 7.015625 -0.3125 6.890625 -0.3125 6.765625 -0.3125 C 6.421875 -0.3125 6.109375 -0.359375 6.109375 -0.75 L 6.109375 -6.078125 C 6.109375 -6.453125 6.4375 -6.515625 6.765625 -6.515625 C 6.890625 -6.515625 7.03125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.203125 -6.8125 L 4.203125 -6.515625 L 4.53125 -6.515625 C 4.953125 -6.515625 5.21875 -6.484375 5.21875 -6.078125 L 5.21875 -3.703125 L 2.25 -3.703125 L 2.25 -6.078125 C 2.25 -6.46875 2.578125 -6.515625 2.9375 -6.515625 L 3.265625 -6.515625 L 3.265625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-4">
|
||||
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.453125 -3.984375 C 0.734375 -3.984375 1.03125 -3.96875 1.09375 -3.671875 C 1.09375 -3.5625 1.09375 -3.453125 1.09375 -3.34375 L 1.09375 -1.359375 C 1.09375 -1.03125 1.109375 -0.734375 1.28125 -0.4375 C 1.5625 -0.015625 2.125 0.109375 2.59375 0.109375 C 3.046875 0.109375 3.453125 -0.09375 3.703125 -0.453125 C 3.765625 -0.5625 3.84375 -0.65625 3.875 -0.78125 L 3.875 0.09375 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.171875 -0.3125 C 4.84375 -0.3125 4.546875 -0.34375 4.546875 -0.796875 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 L 3.21875 -3.984375 C 3.546875 -3.984375 3.84375 -3.953125 3.84375 -3.484375 L 3.84375 -1.6875 C 3.84375 -0.953125 3.46875 -0.125 2.640625 -0.125 C 2.078125 -0.125 1.796875 -0.265625 1.796875 -1.328125 L 1.796875 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-5">
|
||||
<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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.546875 4.375 -3.84375 C 4.140625 -4.28125 3.640625 -4.40625 3.1875 -4.40625 C 2.578125 -4.40625 1.9375 -3.984375 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-6">
|
||||
<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 overflow="visible" id="glyph2-7">
|
||||
<path style="stroke:none;" d="M 0.171875 -4.296875 L 0.171875 -3.984375 L 0.328125 -3.984375 C 0.84375 -3.984375 0.875 -3.765625 1.109375 -3.0625 C 1.359375 -2.375 1.625 -1.6875 1.859375 -1 L 2.15625 -0.15625 C 2.203125 -0.046875 2.234375 0.09375 2.375 0.09375 L 2.390625 0.09375 C 2.609375 0.09375 2.75 -0.5625 2.875 -0.890625 C 3.0625 -1.421875 3.25 -1.953125 3.453125 -2.484375 C 3.5 -2.625 3.5625 -2.765625 3.59375 -2.90625 C 3.625 -2.765625 3.6875 -2.625 3.734375 -2.484375 L 4.03125 -1.671875 C 4.203125 -1.15625 4.40625 -0.640625 4.578125 -0.125 C 4.625 -0.015625 4.671875 0.09375 4.8125 0.09375 C 5.03125 0.09375 5.1875 -0.609375 5.3125 -0.96875 L 5.875 -2.546875 C 6.109375 -3.1875 6.25 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.625 -3.984375 5.90625 -3.84375 5.9375 -3.5625 C 5.9375 -3.28125 5.765625 -2.953125 5.671875 -2.703125 C 5.515625 -2.265625 5.359375 -1.84375 5.21875 -1.421875 C 5.140625 -1.203125 5.03125 -0.984375 4.984375 -0.765625 L 4.96875 -0.765625 C 4.921875 -1 4.796875 -1.3125 4.6875 -1.5625 C 4.46875 -2.203125 4.234375 -2.84375 4 -3.5 C 3.984375 -3.5625 3.953125 -3.65625 3.953125 -3.734375 L 3.953125 -3.765625 C 4 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 2.59375 -4.296875 L 2.59375 -3.984375 L 2.765625 -3.984375 C 3.15625 -3.984375 3.25 -3.84375 3.375 -3.5 C 3.40625 -3.421875 3.453125 -3.34375 3.453125 -3.265625 C 3.4375 -3.171875 3.390625 -3.078125 3.359375 -2.984375 L 2.796875 -1.40625 C 2.734375 -1.234375 2.6875 -1.0625 2.609375 -0.90625 C 2.5 -1.171875 2.40625 -1.453125 2.3125 -1.71875 C 2.15625 -2.15625 2 -2.578125 1.859375 -3.015625 L 1.671875 -3.515625 C 1.65625 -3.578125 1.609375 -3.65625 1.609375 -3.71875 C 1.609375 -3.984375 1.984375 -3.984375 2.203125 -3.984375 L 2.203125 -4.296875 Z M 0.171875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-8">
|
||||
<path style="stroke:none;" d="M 0.375 -4.296875 L 0.375 -3.984375 L 0.5625 -3.984375 C 0.84375 -3.984375 1.109375 -3.953125 1.109375 -3.484375 L 1.109375 -0.734375 C 1.109375 -0.375 0.921875 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 L 2.265625 -0.3125 C 2.015625 -0.3125 1.78125 -0.34375 1.78125 -0.671875 L 1.78125 -4.40625 Z M 1.203125 -6.671875 C 0.953125 -6.640625 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.859375 1 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 C 1.8125 -6.4375 1.5625 -6.671875 1.28125 -6.671875 C 1.25 -6.671875 1.234375 -6.671875 1.203125 -6.671875 Z M 1.203125 -6.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-9">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.8125 L 0.3125 -6.515625 L 0.46875 -6.515625 C 0.84375 -6.515625 1.09375 -6.46875 1.09375 -5.984375 L 1.09375 -0.953125 C 1.09375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.53125 4.390625 -3.84375 C 4.140625 -4.28125 3.65625 -4.40625 3.1875 -4.40625 C 2.609375 -4.40625 1.96875 -4.015625 1.78125 -3.453125 L 1.765625 -6.921875 Z M 0.3125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-10">
|
||||
<path style="stroke:none;" d="M 1.109375 -3.796875 C 1.359375 -4.109375 1.796875 -4.25 2.171875 -4.25 C 2.90625 -4.25 3.234375 -3.578125 3.234375 -2.875 L 3.234375 -2.609375 C 2.09375 -2.609375 0.40625 -2.25 0.40625 -0.953125 L 0.40625 -0.875 C 0.484375 -0.09375 1.453125 0.09375 2.03125 0.09375 C 2.53125 0.09375 3.1875 -0.234375 3.3125 -0.75 C 3.375 -0.3125 3.65625 0.046875 4.09375 0.046875 C 4.5 0.046875 4.859375 -0.28125 4.921875 -0.734375 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.953125 C 4.671875 -0.671875 4.609375 -0.265625 4.3125 -0.265625 C 3.984375 -0.265625 3.9375 -0.65625 3.9375 -0.921875 L 3.9375 -2.59375 C 3.9375 -2.71875 3.953125 -2.84375 3.953125 -2.96875 C 3.953125 -3.9375 3.046875 -4.46875 2.21875 -4.46875 C 1.578125 -4.46875 0.703125 -4.15625 0.703125 -3.359375 C 0.703125 -3.078125 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.609375 -3.09375 1.609375 -3.34375 C 1.609375 -3.625 1.390625 -3.796875 1.109375 -3.796875 Z M 3.234375 -2.40625 L 3.234375 -1.390625 C 3.234375 -0.703125 2.765625 -0.15625 2.109375 -0.125 L 2.078125 -0.125 C 1.609375 -0.125 1.1875 -0.484375 1.1875 -0.96875 L 1.1875 -1.015625 C 1.25 -2.03125 2.375 -2.375 3.234375 -2.40625 Z M 3.234375 -2.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-11">
|
||||
<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 overflow="visible" id="glyph2-12">
|
||||
<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 overflow="visible" id="glyph2-13">
|
||||
<path style="stroke:none;" d="M 0.890625 -5.328125 C 1.125 -5.828125 1.5 -6.34375 2.21875 -6.34375 C 3.15625 -6.34375 3.5625 -5.484375 3.5625 -4.703125 C 3.5625 -3.78125 2.953125 -3.03125 2.375 -2.375 C 1.8125 -1.703125 1.203125 -1.0625 0.625 -0.40625 C 0.53125 -0.3125 0.5 -0.265625 0.5 -0.125 L 0.5 -0.015625 L 4.203125 -0.015625 L 4.46875 -1.75 L 4.234375 -1.75 C 4.140625 -1.296875 4.203125 -0.796875 3.6875 -0.796875 L 3.296875 -0.796875 C 3 -0.78125 2.71875 -0.78125 2.421875 -0.78125 C 2.03125 -0.78125 1.65625 -0.78125 1.28125 -0.78125 L 1.96875 -1.453125 C 2.25 -1.71875 2.515625 -1.984375 2.796875 -2.234375 C 3.53125 -2.890625 4.46875 -3.609375 4.46875 -4.71875 C 4.46875 -5.84375 3.515625 -6.65625 2.390625 -6.65625 C 1.4375 -6.65625 0.5 -5.9375 0.5 -4.859375 C 0.5 -4.609375 0.59375 -4.296875 1.015625 -4.296875 C 1.3125 -4.296875 1.546875 -4.5 1.546875 -4.8125 C 1.546875 -5.078125 1.34375 -5.328125 1.03125 -5.328125 C 0.984375 -5.328125 0.9375 -5.328125 0.890625 -5.328125 Z M 0.890625 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-14">
|
||||
<path style="stroke:none;" d="M 2.34375 -4.46875 C 1.09375 -4.34375 0.28125 -3.28125 0.28125 -2.125 C 0.28125 -1 1.171875 0.09375 2.5 0.09375 C 3.6875 0.09375 4.6875 -0.875 4.6875 -2.140625 C 4.6875 -3.3125 3.796875 -4.46875 2.46875 -4.46875 C 2.4375 -4.46875 2.375 -4.46875 2.34375 -4.46875 Z M 1.109375 -1.890625 L 1.109375 -2.328125 C 1.109375 -3.09375 1.359375 -4.25 2.484375 -4.25 C 3.296875 -4.25 3.75 -3.5625 3.84375 -2.8125 C 3.859375 -2.59375 3.859375 -2.375 3.859375 -2.15625 C 3.859375 -1.515625 3.78125 -0.703125 3.15625 -0.34375 C 2.953125 -0.203125 2.734375 -0.15625 2.5 -0.15625 C 1.78125 -0.15625 1.265625 -0.71875 1.15625 -1.5 C 1.140625 -1.625 1.140625 -1.765625 1.109375 -1.890625 Z M 1.109375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-15">
|
||||
<path style="stroke:none;" d="M 0.359375 -6.8125 L 0.359375 -6.515625 C 0.484375 -6.515625 0.625 -6.515625 0.734375 -6.515625 C 1.09375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -0.75 C 1.390625 -0.375 1.0625 -0.3125 0.71875 -0.3125 C 0.59375 -0.3125 0.46875 -0.3125 0.359375 -0.3125 L 0.359375 -0.015625 L 3.5 -0.015625 C 3.703125 -0.015625 3.90625 0 4.109375 0 C 5.1875 0 6.5 -0.5 6.5 -1.890625 C 6.5 -2.84375 5.375 -3.5625 4.5625 -3.5625 L 4.5625 -3.578125 C 5.3125 -3.65625 6.21875 -4.28125 6.21875 -5.140625 L 6.21875 -5.203125 C 6.140625 -6.34375 4.859375 -6.828125 3.859375 -6.828125 C 3.65625 -6.828125 3.453125 -6.8125 3.265625 -6.8125 Z M 2.21875 -3.4375 L 4 -3.4375 C 4.96875 -3.4375 5.5 -2.703125 5.5 -1.875 C 5.5 -0.984375 4.859375 -0.3125 3.84375 -0.3125 C 3.671875 -0.3125 3.515625 -0.3125 3.359375 -0.3125 L 2.59375 -0.3125 C 2.375 -0.3125 2.21875 -0.375 2.21875 -0.640625 Z M 2.21875 -3.65625 L 2.21875 -6.140625 C 2.21875 -6.4375 2.359375 -6.484375 2.578125 -6.515625 L 3.84375 -6.515625 C 4.421875 -6.515625 4.859375 -6.296875 5.140625 -5.71875 C 5.203125 -5.53125 5.25 -5.328125 5.25 -5.125 C 5.25 -4.25 4.46875 -3.65625 3.625 -3.65625 C 3.515625 -3.65625 3.40625 -3.65625 3.296875 -3.65625 Z M 2.21875 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-16">
|
||||
<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 overflow="visible" id="glyph2-17">
|
||||
<path style="stroke:none;" d="M 0.90625 -6.140625 C 1.234375 -6.609375 1.671875 -6.8125 2.21875 -6.8125 C 2.578125 -6.8125 3.03125 -6.734375 3.203125 -6.375 C 3.296875 -6.21875 3.296875 -6.046875 3.3125 -5.875 L 3.3125 -5.75 C 3.3125 -5.328125 3.21875 -5.109375 2.890625 -4.71875 C 2.40625 -4.15625 2.140625 -3.421875 2.09375 -2.703125 L 2.09375 -2.203125 C 2.09375 -2.15625 2.078125 -2.109375 2.078125 -2.046875 C 2.078125 -1.96875 2.109375 -1.890625 2.203125 -1.875 L 2.25 -1.875 C 2.296875 -1.890625 2.328125 -1.9375 2.34375 -1.984375 L 2.34375 -2.640625 C 2.40625 -3.359375 2.78125 -3.984375 3.3125 -4.453125 C 3.515625 -4.609375 3.734375 -4.71875 3.890625 -4.921875 C 4.0625 -5.140625 4.140625 -5.421875 4.140625 -5.6875 C 4.140625 -6.65625 3.234375 -7.03125 2.1875 -7.03125 C 1.484375 -7.03125 0.546875 -6.59375 0.546875 -5.71875 C 0.546875 -5.5 0.65625 -5.234375 0.96875 -5.234375 C 1.28125 -5.234375 1.46875 -5.4375 1.46875 -5.703125 C 1.46875 -5.984375 1.25 -6.140625 0.984375 -6.140625 Z M 2.140625 -1.0625 C 1.890625 -1.03125 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.25 1.9375 -0.015625 2.21875 -0.015625 C 2.484375 -0.015625 2.734375 -0.234375 2.734375 -0.53125 C 2.734375 -0.828125 2.5 -1.0625 2.21875 -1.0625 C 2.1875 -1.0625 2.15625 -1.0625 2.140625 -1.0625 Z M 2.140625 -1.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-18">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.765625 L 0.359375 -4.515625 L 0.609375 -4.515625 C 0.640625 -5.03125 0.671875 -5.734375 0.984375 -6.078125 C 1.328125 -6.4375 1.890625 -6.453125 2.359375 -6.453125 L 2.609375 -6.453125 C 2.875 -6.453125 3.15625 -6.453125 3.15625 -6.125 L 3.15625 -0.765625 C 3.15625 -0.375 2.75 -0.3125 2.390625 -0.3125 C 2.265625 -0.3125 2.140625 -0.3125 2.03125 -0.3125 L 1.703125 -0.3125 L 1.703125 -0.015625 L 5.484375 -0.015625 L 5.484375 -0.3125 L 4.8125 -0.3125 C 4.421875 -0.3125 4.03125 -0.359375 4.03125 -0.765625 L 4.03125 -6.125 C 4.03125 -6.40625 4.203125 -6.453125 4.578125 -6.453125 L 4.828125 -6.453125 C 5.296875 -6.453125 5.859375 -6.4375 6.203125 -6.078125 C 6.515625 -5.734375 6.546875 -5.03125 6.578125 -4.515625 L 6.828125 -4.515625 L 6.640625 -6.765625 Z M 0.546875 -6.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-19">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.3125 L 3.984375 -2.3125 C 4.09375 -2.3125 4.140625 -2.375 4.140625 -2.5 C 4.140625 -3.546875 3.5 -4.46875 2.375 -4.46875 C 1.15625 -4.46875 0.28125 -3.375 0.28125 -2.1875 C 0.28125 -1.28125 0.78125 -0.453125 1.671875 -0.0625 C 1.890625 0.046875 2.15625 0.09375 2.40625 0.09375 L 2.4375 0.09375 C 3.203125 0.09375 3.84375 -0.328125 4.109375 -1.09375 C 4.125 -1.125 4.125 -1.171875 4.125 -1.203125 C 4.125 -1.265625 4.09375 -1.3125 4.015625 -1.3125 C 3.875 -1.3125 3.8125 -0.984375 3.75 -0.875 C 3.5 -0.4375 3.015625 -0.15625 2.5 -0.15625 C 2.140625 -0.15625 1.8125 -0.359375 1.546875 -0.625 C 1.140625 -1.09375 1.109375 -1.734375 1.109375 -2.3125 Z M 1.125 -2.515625 C 1.125 -3.296875 1.53125 -4.25 2.359375 -4.25 L 2.40625 -4.25 C 3.375 -4.15625 3.375 -3.125 3.46875 -2.515625 Z M 1.125 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-20">
|
||||
<path style="stroke:none;" d="M 1.046875 -4.296875 L 0.265625 -4.296875 L 0.265625 -3.984375 L 1.046875 -3.984375 L 1.046875 -0.6875 C 1.046875 -0.34375 0.75 -0.3125 0.453125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.5 -0.015625 L 2.5 -0.3125 L 2.25 -0.3125 C 1.96875 -0.3125 1.71875 -0.34375 1.71875 -0.6875 L 1.71875 -3.984375 L 3.3125 -3.984375 C 3.59375 -3.984375 3.8125 -3.9375 3.8125 -3.40625 C 3.8125 -3.296875 3.8125 -3.203125 3.8125 -3.09375 L 3.8125 -0.734375 C 3.8125 -0.328125 3.53125 -0.3125 3.09375 -0.3125 L 3.03125 -0.3125 L 3.03125 -0.015625 L 5.25 -0.015625 L 5.25 -0.3125 L 5 -0.3125 C 4.71875 -0.3125 4.46875 -0.359375 4.46875 -0.71875 L 4.46875 -4.421875 L 2.96875 -4.296875 L 1.6875 -4.296875 L 1.6875 -5.3125 C 1.6875 -5.546875 1.6875 -5.765625 1.796875 -5.984375 C 2.015625 -6.5 2.609375 -6.8125 3.15625 -6.8125 C 3.484375 -6.8125 3.78125 -6.71875 4.015625 -6.484375 C 3.765625 -6.484375 3.53125 -6.3125 3.53125 -6.046875 C 3.53125 -5.796875 3.734375 -5.578125 4 -5.578125 C 4.234375 -5.578125 4.4375 -5.734375 4.453125 -5.984375 L 4.453125 -6.046875 C 4.453125 -6.734375 3.734375 -7.03125 3.15625 -7.03125 C 2.40625 -7.03125 1.5 -6.71875 1.15625 -5.984375 C 1.0625 -5.78125 1.046875 -5.5625 1.046875 -5.328125 Z M 1.046875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-21">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.421875 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.484375 L 1.046875 -0.734375 C 1.046875 -0.328125 0.765625 -0.3125 0.328125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.6875 -0.015625 L 2.6875 -0.3125 C 2.5625 -0.3125 2.421875 -0.3125 2.296875 -0.3125 C 1.984375 -0.3125 1.71875 -0.359375 1.71875 -0.734375 L 1.71875 -2.046875 C 1.71875 -2.90625 1.90625 -4.1875 2.890625 -4.1875 C 2.9375 -4.1875 2.953125 -4.1875 3 -4.171875 C 2.84375 -4.109375 2.765625 -3.953125 2.765625 -3.78125 C 2.765625 -3.5625 2.921875 -3.40625 3.15625 -3.359375 C 3.4375 -3.359375 3.625 -3.53125 3.625 -3.78125 C 3.625 -4.1875 3.25 -4.40625 2.890625 -4.40625 C 2.296875 -4.40625 1.78125 -3.875 1.671875 -3.34375 L 1.671875 -4.40625 Z M 0.265625 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-22">
|
||||
<path style="stroke:none;" d="M 1.75 -4.46875 C 1.390625 -4.421875 1 -4.359375 0.703125 -4.109375 C 0.46875 -3.890625 0.328125 -3.5625 0.328125 -3.234375 C 0.328125 -1.53125 3.09375 -2.5 3.09375 -1 C 3.09375 -0.40625 2.546875 -0.125 2 -0.125 C 1.25 -0.125 0.734375 -0.65625 0.59375 -1.515625 C 0.578125 -1.609375 0.5625 -1.6875 0.453125 -1.6875 C 0.375 -1.6875 0.328125 -1.640625 0.328125 -1.5625 L 0.328125 0.015625 C 0.34375 0.0625 0.375 0.09375 0.421875 0.09375 L 0.4375 0.09375 C 0.59375 0.09375 0.75 -0.265625 0.875 -0.296875 L 0.890625 -0.296875 C 0.96875 -0.296875 1.234375 -0.046875 1.453125 0.015625 C 1.609375 0.078125 1.796875 0.09375 1.96875 0.09375 C 2.796875 0.09375 3.59375 -0.34375 3.59375 -1.25 C 3.59375 -1.90625 3.109375 -2.453125 2.453125 -2.625 C 1.828125 -2.796875 0.8125 -2.796875 0.8125 -3.515625 C 0.8125 -4.125 1.484375 -4.28125 1.921875 -4.28125 C 2.40625 -4.28125 3.09375 -4 3.09375 -3.15625 C 3.09375 -3.0625 3.09375 -2.984375 3.203125 -2.984375 C 3.3125 -2.984375 3.34375 -3.0625 3.34375 -3.15625 C 3.34375 -3.203125 3.34375 -3.265625 3.34375 -3.296875 L 3.34375 -4.328125 C 3.34375 -4.390625 3.3125 -4.46875 3.234375 -4.46875 C 3.078125 -4.46875 2.96875 -4.21875 2.859375 -4.21875 L 2.84375 -4.21875 C 2.765625 -4.21875 2.609375 -4.34375 2.5 -4.390625 C 2.3125 -4.453125 2.109375 -4.46875 1.921875 -4.46875 C 1.859375 -4.46875 1.8125 -4.46875 1.75 -4.46875 Z M 1.75 -4.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-23">
|
||||
<path style="stroke:none;" d="M 3.578125 -3.859375 C 3.3125 -3.84375 3.109375 -3.671875 3.109375 -3.40625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.875 -2.9375 4.03125 -3.15625 4.03125 -3.4375 L 4.03125 -3.5 C 3.921875 -4.234375 3.078125 -4.46875 2.5 -4.46875 C 1.28125 -4.46875 0.328125 -3.40625 0.328125 -2.15625 C 0.328125 -1.03125 1.203125 0.09375 2.5 0.09375 C 3.15625 0.09375 3.796875 -0.265625 4.0625 -0.953125 C 4.09375 -1.015625 4.140625 -1.109375 4.140625 -1.171875 C 4.140625 -1.25 4.09375 -1.296875 4.015625 -1.296875 C 3.875 -1.296875 3.78125 -0.921875 3.703125 -0.78125 C 3.46875 -0.40625 3.0625 -0.15625 2.609375 -0.15625 C 1.546875 -0.15625 1.21875 -1.21875 1.171875 -2 L 1.171875 -2.125 C 1.171875 -2.921875 1.359375 -4.109375 2.453125 -4.21875 L 2.53125 -4.21875 C 2.90625 -4.21875 3.296875 -4.109375 3.578125 -3.859375 Z M 3.578125 -3.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-24">
|
||||
<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 overflow="visible" id="glyph2-25">
|
||||
<path style="stroke:none;" d="M 0.265625 -6.8125 L 0.265625 -6.515625 L 0.4375 -6.515625 C 0.75 -6.515625 1.046875 -6.484375 1.046875 -6.015625 L 1.046875 -0.015625 L 1.28125 -0.03125 L 1.421875 -0.203125 L 1.65625 -0.625 L 1.671875 -0.625 C 1.90625 -0.140625 2.5 0.09375 3 0.09375 C 4.234375 0.09375 5.1875 -0.984375 5.1875 -2.15625 C 5.1875 -3.3125 4.3125 -4.40625 3.046875 -4.40625 C 2.515625 -4.40625 2.0625 -4.15625 1.71875 -3.765625 L 1.71875 -6.921875 Z M 4.34375 -1.90625 C 4.3125 -1.4375 4.25 -1.015625 3.953125 -0.640625 C 3.703125 -0.328125 3.328125 -0.125 2.9375 -0.125 C 2.5 -0.125 2.109375 -0.375 1.890625 -0.734375 C 1.796875 -0.84375 1.75 -0.921875 1.75 -1.078125 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.734375 2.46875 -4.1875 3.015625 -4.1875 C 4.09375 -4.1875 4.359375 -2.9375 4.359375 -2.140625 C 4.359375 -2.0625 4.359375 -2 4.34375 -1.90625 Z M 4.34375 -1.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-26">
|
||||
<path style="stroke:none;" d="M 1.15625 -0.484375 C 1.78125 0 2.265625 0.203125 3.046875 0.203125 C 4.234375 0.203125 4.96875 -0.859375 4.96875 -1.875 C 4.96875 -2.703125 4.5 -3.46875 3.703125 -3.796875 C 3.09375 -4.046875 2.34375 -4.03125 1.8125 -4.34375 C 1.421875 -4.59375 1.1875 -5.03125 1.1875 -5.46875 C 1.1875 -6.25 1.859375 -6.765625 2.5625 -6.765625 C 3.546875 -6.765625 4.234375 -5.96875 4.390625 -4.96875 C 4.421875 -4.828125 4.390625 -4.5625 4.578125 -4.5625 C 4.6875 -4.5625 4.6875 -4.640625 4.6875 -4.734375 L 4.6875 -6.890625 C 4.6875 -6.96875 4.671875 -7.03125 4.59375 -7.03125 C 4.453125 -7.03125 4.34375 -6.765625 4.25 -6.625 C 4.203125 -6.546875 4.125 -6.4375 4.09375 -6.34375 C 3.671875 -6.75 3.203125 -7.03125 2.546875 -7.03125 C 1.5625 -7.03125 0.546875 -6.359375 0.546875 -5.09375 C 0.546875 -4.0625 1.3125 -3.375 2.28125 -3.171875 C 2.5 -3.125 2.6875 -3.0625 2.90625 -3.015625 C 3.453125 -2.875 4.015625 -2.734375 4.25 -2.03125 C 4.3125 -1.875 4.34375 -1.71875 4.34375 -1.5625 C 4.34375 -0.8125 3.828125 -0.09375 2.984375 -0.09375 C 2 -0.09375 1.03125 -0.625 0.828125 -1.78125 C 0.8125 -1.859375 0.8125 -1.96875 0.796875 -2.046875 L 0.796875 -2.125 C 0.796875 -2.21875 0.75 -2.265625 0.671875 -2.265625 C 0.5625 -2.265625 0.546875 -2.1875 0.546875 -2.125 L 0.546875 0.0625 C 0.546875 0.140625 0.5625 0.203125 0.640625 0.203125 C 0.796875 0.203125 0.90625 -0.0625 0.984375 -0.203125 C 1.046875 -0.296875 1.109375 -0.390625 1.15625 -0.484375 Z M 1.15625 -0.484375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-27">
|
||||
<path style="stroke:none;" d="M 0.109375 -2.4375 L 0.109375 -1.859375 L 2.765625 -1.859375 L 2.765625 -2.4375 Z M 0.109375 -2.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-28">
|
||||
<path style="stroke:none;" d="M 0.375 -6.8125 L 0.375 -6.515625 C 0.5 -6.515625 0.625 -6.515625 0.75 -6.515625 C 1.109375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -1.03125 C 1.390625 -0.375 0.796875 -0.3125 0.375 -0.3125 L 0.375 -0.015625 L 2.703125 -0.015625 L 2.703125 -0.3125 C 2.25 -0.3125 1.671875 -0.375 1.671875 -1.0625 C 1.671875 -1.15625 1.671875 -1.25 1.671875 -1.34375 L 1.6875 -6.453125 C 1.734375 -6.234375 1.828125 -6.046875 1.90625 -5.84375 C 2.609375 -4 3.328125 -2.15625 4.046875 -0.34375 C 4.09375 -0.234375 4.140625 -0.015625 4.28125 -0.015625 L 4.296875 -0.015625 C 4.453125 -0.03125 4.484375 -0.265625 4.53125 -0.375 C 5.25 -2.25 6 -4.125 6.703125 -6 C 6.78125 -6.171875 6.859375 -6.34375 6.90625 -6.515625 L 6.921875 -0.765625 C 6.921875 -0.375 6.59375 -0.3125 6.28125 -0.3125 C 6.140625 -0.3125 6.015625 -0.3125 5.890625 -0.3125 L 5.890625 -0.015625 L 8.75 -0.015625 L 8.75 -0.3125 C 8.640625 -0.3125 8.5 -0.3125 8.390625 -0.3125 C 8.03125 -0.3125 7.71875 -0.359375 7.71875 -0.75 L 7.71875 -6.078125 C 7.71875 -6.453125 8.046875 -6.515625 8.390625 -6.515625 C 8.515625 -6.515625 8.640625 -6.515625 8.75 -6.515625 L 8.75 -6.8125 L 7.015625 -6.8125 L 6.828125 -6.78125 L 6.734375 -6.625 L 4.5625 -1.015625 L 2.390625 -6.625 L 2.296875 -6.78125 L 2.109375 -6.8125 Z M 0.375 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-29">
|
||||
<path style="stroke:none;" d="M 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.6875 C 1.109375 -0.34375 0.8125 -0.3125 0.515625 -0.3125 L 0.34375 -0.3125 L 0.34375 -0.015625 L 2.734375 -0.015625 L 2.734375 -0.3125 L 2.421875 -0.3125 C 2.203125 -0.3125 1.96875 -0.328125 1.859375 -0.4375 C 1.78125 -0.53125 1.78125 -0.65625 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.609375 C 1.75 -6.15625 2.125 -6.8125 2.65625 -6.8125 C 2.765625 -6.8125 2.90625 -6.796875 2.984375 -6.734375 C 2.796875 -6.6875 2.6875 -6.515625 2.6875 -6.3125 C 2.6875 -6.0625 2.875 -5.890625 3.125 -5.890625 C 3.375 -5.890625 3.5625 -6.09375 3.5625 -6.3125 C 3.5625 -6.78125 3.078125 -7.03125 2.65625 -7.03125 C 1.75 -7.03125 1.109375 -6.328125 1.109375 -5.359375 Z M 1.109375 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-30">
|
||||
<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 overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 1.046875 -7.09375 L 1.046875 -6.578125 C 1.65625 -6.578125 2.15625 -6.640625 2.78125 -6.796875 L 2.78125 -0.53125 L 1.125 -0.53125 L 1.125 -0.015625 L 5.765625 -0.015625 L 5.765625 -0.53125 L 4.140625 -0.53125 L 4.140625 -7.375 C 4.140625 -7.421875 4.140625 -7.5 4.140625 -7.5625 C 4.140625 -7.71875 4.09375 -7.859375 3.90625 -7.859375 L 3.828125 -7.859375 C 3.6875 -7.859375 3.59375 -7.734375 3.484375 -7.671875 C 2.78125 -7.1875 1.875 -7.09375 1.046875 -7.09375 Z M 1.046875 -7.09375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 1.75 -1.734375 C 1.328125 -1.65625 1 -1.3125 1 -0.890625 C 1 -0.4375 1.34375 -0.015625 1.890625 -0.015625 L 1.96875 -0.015625 C 2.40625 -0.09375 2.71875 -0.4375 2.71875 -0.859375 C 2.71875 -1.3125 2.375 -1.734375 1.84375 -1.734375 Z M 1.75 -1.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 0.453125 -8.21875 L 0.453125 -7.703125 L 1.71875 -7.703125 L 1.71875 -0.53125 L 0.453125 -0.53125 L 0.453125 -0.015625 L 4.5625 -0.015625 L 4.5625 -0.53125 L 3.296875 -0.53125 L 3.296875 -4.015625 L 7.203125 -4.015625 L 7.203125 -0.53125 L 5.921875 -0.53125 L 5.921875 -0.015625 L 10.046875 -0.015625 L 10.046875 -0.53125 L 8.78125 -0.53125 L 8.78125 -7.703125 L 10.046875 -7.703125 L 10.046875 -8.21875 L 5.921875 -8.21875 L 5.921875 -7.703125 L 7.203125 -7.703125 L 7.203125 -4.53125 L 3.296875 -4.53125 L 3.296875 -7.703125 L 4.5625 -7.703125 L 4.5625 -8.21875 Z M 0.453125 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.78125 -4.78125 C 1.015625 -4.78125 1.25 -4.75 1.328125 -4.5 L 1.328125 -1.65625 C 1.328125 -1.296875 1.34375 -0.9375 1.53125 -0.625 C 1.890625 -0.015625 2.75 0.0625 3.375 0.0625 C 4.015625 0.0625 4.8125 -0.1875 5.09375 -0.90625 L 5.109375 0.0625 L 7.171875 0.0625 L 7.171875 -0.53125 L 6.90625 -0.53125 C 6.625 -0.53125 6.34375 -0.5625 6.34375 -0.90625 L 6.34375 -5.390625 L 4.671875 -5.390625 L 4.21875 -5.296875 L 4.21875 -4.78125 L 4.46875 -4.78125 C 4.78125 -4.78125 5.046875 -4.75 5.046875 -4.40625 L 5.046875 -1.796875 C 4.953125 -1.03125 4.453125 -0.328125 3.578125 -0.328125 C 3.15625 -0.328125 2.703125 -0.328125 2.640625 -1.015625 C 2.625 -1.265625 2.625 -1.5 2.625 -1.75 L 2.625 -5.390625 L 0.953125 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.6875 -5.390625 2.796875 -4.890625 2.53125 -4.09375 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 2 -7.609375 C 2 -6.640625 1.515625 -5.203125 0.25 -5.203125 L 0.25 -4.8125 L 1.203125 -4.8125 L 1.203125 -1.625 C 1.203125 -0.609375 1.6875 0.0625 3.078125 0.0625 C 4 0.0625 4.484375 -0.703125 4.484375 -1.5625 C 4.484375 -1.75 4.46875 -1.953125 4.46875 -2.125 L 3.953125 -2.125 L 3.953125 -1.609375 C 3.953125 -1.15625 3.875 -0.375 3.21875 -0.375 C 2.625 -0.375 2.515625 -1 2.515625 -1.546875 L 2.515625 -4.8125 L 4.25 -4.8125 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.609375 Z M 2 -7.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 0.28125 -5.3125 L 0.28125 -4.8125 L 0.984375 -4.8125 C 1.015625 -4.65625 1.09375 -4.515625 1.140625 -4.375 C 1.640625 -2.984375 2.265625 -1.640625 2.796875 -0.265625 C 2.875 -0.09375 2.921875 0.0625 3.1875 0.0625 C 3.59375 0.0625 3.640625 -0.375 3.765625 -0.65625 C 4.078125 -1.4375 4.40625 -2.234375 4.703125 -3.03125 C 4.75 -3.125 4.8125 -3.234375 4.84375 -3.359375 L 4.859375 -3.359375 C 4.890625 -3.171875 4.984375 -3.015625 5.0625 -2.84375 C 5.359375 -2.015625 5.6875 -1.1875 6.046875 -0.375 C 6.140625 -0.109375 6.21875 0.046875 6.515625 0.046875 C 6.796875 0.046875 6.84375 -0.125 6.921875 -0.328125 C 7.015625 -0.578125 7.125 -0.8125 7.21875 -1.0625 L 8.546875 -4.359375 C 8.671875 -4.703125 8.78125 -4.8125 9.421875 -4.8125 L 9.421875 -5.3125 L 7.40625 -5.3125 L 7.40625 -4.8125 C 7.609375 -4.8125 8.03125 -4.796875 8.078125 -4.671875 L 8.078125 -4.640625 C 8.078125 -4.5625 8.046875 -4.484375 8.015625 -4.4375 L 7.765625 -3.828125 C 7.453125 -3.03125 7.09375 -2.21875 6.796875 -1.40625 L 5.4375 -4.8125 L 6.109375 -4.8125 L 6.109375 -5.3125 L 3.5625 -5.3125 L 3.5625 -4.8125 L 4.25 -4.8125 L 4.5 -4.21875 L 4.546875 -4 L 3.609375 -1.640625 L 2.3125 -4.8125 L 3 -4.8125 L 3 -5.3125 Z M 0.28125 -5.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 0.5625 -5.296875 L 0.5625 -4.78125 C 0.65625 -4.78125 0.765625 -4.796875 0.859375 -4.796875 C 1.109375 -4.796875 1.34375 -4.734375 1.34375 -4.390625 L 1.34375 -0.53125 L 0.53125 -0.53125 L 0.53125 -0.015625 L 3.328125 -0.015625 L 3.328125 -0.53125 L 2.59375 -0.53125 L 2.59375 -5.390625 L 1.25 -5.390625 Z M 1.703125 -8.3125 C 1.265625 -8.234375 0.9375 -7.90625 0.9375 -7.46875 C 0.9375 -7.015625 1.296875 -6.59375 1.828125 -6.59375 L 1.90625 -6.59375 C 2.34375 -6.6875 2.671875 -7.015625 2.671875 -7.453125 C 2.671875 -7.90625 2.3125 -8.3125 1.78125 -8.3125 Z M 1.703125 -8.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 0.5 -8.21875 L 0.5 -7.703125 L 0.796875 -7.703125 C 1.078125 -7.703125 1.328125 -7.65625 1.328125 -7.3125 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.75 -5.390625 2.84375 -4.921875 2.578125 -4.1875 L 2.5625 -8.3125 L 0.9375 -8.234375 Z M 0.5 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 1.984375 -4.921875 L 1.984375 -4.9375 C 2.265625 -5 2.578125 -5.03125 2.875 -5.03125 C 3.59375 -5.03125 4.203125 -4.671875 4.203125 -3.515625 L 4.203125 -3.125 C 2.734375 -3.125 0.390625 -2.78125 0.390625 -1.265625 C 0.390625 -0.203125 1.734375 0.0625 2.671875 0.0625 L 2.796875 0.0625 C 3.421875 0.03125 4.140625 -0.359375 4.34375 -0.9375 C 4.390625 -0.78125 4.34375 -0.609375 4.421875 -0.4375 C 4.65625 -0.046875 5.171875 -0.015625 5.59375 -0.015625 L 6.328125 -0.015625 C 6.484375 -0.015625 6.53125 -0.125 6.53125 -0.28125 C 6.53125 -0.4375 6.46875 -0.53125 6.28125 -0.53125 L 6.1875 -0.53125 C 5.921875 -0.546875 5.515625 -0.578125 5.5 -0.84375 L 5.5 -3.484375 C 5.5 -4.21875 5.203125 -4.765625 4.53125 -5.109375 C 4.03125 -5.359375 3.484375 -5.421875 2.921875 -5.421875 C 2.234375 -5.421875 0.859375 -5.390625 0.859375 -4.34375 C 0.859375 -4.03125 1.078125 -3.703125 1.46875 -3.640625 L 1.546875 -3.640625 C 1.921875 -3.640625 2.265625 -3.90625 2.265625 -4.34375 C 2.265625 -4.578125 2.171875 -4.8125 1.984375 -4.921875 Z M 4.203125 -2.796875 L 4.203125 -1.703125 C 4.203125 -0.890625 3.578125 -0.328125 2.828125 -0.328125 C 2.296875 -0.328125 1.734375 -0.6875 1.734375 -1.28125 C 1.734375 -2.3125 2.96875 -2.671875 3.75 -2.765625 C 3.890625 -2.765625 4.046875 -2.765625 4.203125 -2.796875 Z M 4.203125 -2.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 0.421875 -5.296875 L 0.421875 -4.78125 L 0.6875 -4.78125 C 0.984375 -4.78125 1.25 -4.75 1.25 -4.359375 L 1.25 1.796875 L 0.421875 1.796875 L 0.421875 2.3125 L 3.375 2.3125 L 3.375 1.796875 L 2.546875 1.796875 L 2.546875 -0.5 C 2.96875 -0.140625 3.5 0.0625 4.078125 0.0625 C 5.578125 0.0625 7.015625 -0.84375 7.015625 -2.6875 C 7.015625 -4.109375 6.0625 -5.390625 4.28125 -5.390625 C 3.625 -5.390625 3 -5.171875 2.484375 -4.78125 L 2.484375 -5.390625 L 0.859375 -5.3125 Z M 5.5625 -2.421875 C 5.5 -1.671875 5.328125 -0.890625 4.546875 -0.46875 C 4.34375 -0.375 4.15625 -0.328125 3.953125 -0.328125 C 3.453125 -0.328125 2.546875 -0.734375 2.546875 -1.328125 L 2.546875 -4.125 C 2.609375 -4.5 3.453125 -4.953125 4.046875 -4.953125 C 5.3125 -4.953125 5.5625 -3.484375 5.5625 -2.65625 C 5.5625 -2.578125 5.5625 -2.5 5.5625 -2.421875 Z M 5.5625 -2.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 1.40625 -0.140625 C 0.9375 -0.03125 0.375 0.25 0.375 0.890625 C 0.375 2.125 2.21875 2.390625 3.359375 2.390625 C 4.5 2.390625 6.328125 2.171875 6.328125 0.796875 C 6.328125 -0.734375 4.75 -0.984375 3.53125 -0.984375 C 3.234375 -0.984375 2.90625 -0.96875 2.59375 -0.96875 C 2.453125 -0.96875 2.3125 -0.984375 2.15625 -0.984375 C 1.75 -1 1.421875 -1.34375 1.421875 -1.75 C 1.421875 -1.859375 1.453125 -2.109375 1.5625 -2.15625 C 1.671875 -2.15625 1.828125 -2.0625 1.953125 -2.015625 C 2.21875 -1.9375 2.515625 -1.890625 2.8125 -1.875 L 2.984375 -1.875 C 4 -1.875 5.296875 -2.3125 5.296875 -3.640625 C 5.296875 -4.09375 5.109375 -4.484375 4.8125 -4.796875 L 5.15625 -4.953125 L 5.625 -5.0625 C 5.578125 -4.953125 5.5625 -4.859375 5.5625 -4.765625 C 5.5625 -4.484375 5.78125 -4.296875 6.03125 -4.296875 C 6.3125 -4.296875 6.515625 -4.53125 6.515625 -4.796875 C 6.515625 -5.109375 6.234375 -5.421875 5.90625 -5.46875 L 5.796875 -5.46875 C 5.359375 -5.46875 5.03125 -5.3125 4.6875 -5.109375 C 4.640625 -5.078125 4.59375 -5.015625 4.53125 -5.015625 C 4.453125 -5.015625 4.34375 -5.109375 4.265625 -5.15625 C 3.875 -5.328125 3.390625 -5.40625 2.9375 -5.40625 C 1.90625 -5.40625 0.671875 -4.890625 0.671875 -3.640625 C 0.671875 -3.234375 0.84375 -2.828125 1.109375 -2.515625 C 1.140625 -2.484375 1.25 -2.421875 1.25 -2.359375 C 1.25 -2.234375 1.015625 -2 0.953125 -1.78125 C 0.90625 -1.625 0.890625 -1.46875 0.890625 -1.296875 C 0.890625 -0.859375 1.0625 -0.4375 1.40625 -0.140625 Z M 1.34375 0.96875 L 1.34375 0.875 C 1.34375 0.328125 1.796875 0.125 2.359375 0.125 L 3.546875 0.125 C 4.15625 0.125 5.25 0.125 5.359375 0.828125 L 5.359375 0.875 C 5.359375 1.796875 4.09375 2.015625 3.390625 2.015625 C 2.59375 2.015625 1.46875 1.828125 1.34375 0.96875 Z M 1.953125 -3.3125 L 1.953125 -3.703125 C 1.953125 -4.25 2 -5.015625 3 -5.015625 C 3.84375 -5.015625 4.015625 -4.390625 4.015625 -3.578125 C 4.015625 -2.921875 3.84375 -2.25 2.984375 -2.25 C 2.671875 -2.25 2.359375 -2.359375 2.171875 -2.578125 C 2 -2.796875 1.984375 -3.046875 1.953125 -3.3125 Z M 1.953125 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 1.515625 -6.734375 C 1.90625 -7.109375 2.3125 -7.34375 2.875 -7.34375 C 3.734375 -7.34375 4.5 -6.6875 4.5 -5.5625 L 4.5 -5.453125 C 4.25 -3.84375 2.96875 -2.828125 1.90625 -1.71875 C 1.5 -1.328125 0.671875 -0.640625 0.671875 -0.28125 L 0.671875 -0.015625 L 5.6875 -0.015625 L 6.03125 -2.578125 L 5.515625 -2.578125 C 5.453125 -2.0625 5.4375 -1.453125 5 -1.453125 C 4.703125 -1.421875 4.40625 -1.421875 4.109375 -1.421875 L 2.171875 -1.421875 C 2.78125 -1.890625 3.34375 -2.421875 3.953125 -2.890625 C 4.84375 -3.5625 6.03125 -4.28125 6.03125 -5.59375 C 6.03125 -7.046875 4.640625 -7.859375 3.203125 -7.859375 C 2.109375 -7.859375 0.671875 -7.3125 0.671875 -5.9375 C 0.671875 -5.4375 1.046875 -5.140625 1.453125 -5.140625 C 1.9375 -5.140625 2.265625 -5.515625 2.265625 -5.9375 C 2.265625 -6.375 1.953125 -6.703125 1.515625 -6.734375 Z M 1.515625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 3.125 -5.421875 C 2.234375 -5.328125 1.390625 -5.0625 0.828125 -4.25 C 0.53125 -3.78125 0.375 -3.21875 0.375 -2.640625 C 0.375 -1.953125 0.59375 -1.25 1.09375 -0.75 C 1.671875 -0.171875 2.515625 0.0625 3.34375 0.0625 C 4.15625 0.0625 5.046875 -0.171875 5.625 -0.765625 C 6.125 -1.25 6.328125 -1.953125 6.328125 -2.625 C 6.328125 -3.34375 6.078125 -4.078125 5.609375 -4.59375 C 5.015625 -5.21875 4.109375 -5.421875 3.28125 -5.421875 Z M 1.8125 -2.265625 L 1.8125 -2.96875 C 1.8125 -3.53125 1.828125 -4.203125 2.265625 -4.625 C 2.53125 -4.90625 2.953125 -5.03125 3.359375 -5.03125 C 4.265625 -5.03125 4.78125 -4.4375 4.859375 -3.578125 C 4.890625 -3.34375 4.90625 -3.109375 4.90625 -2.875 L 4.90625 -2.515625 C 4.90625 -1.96875 4.859375 -1.3125 4.53125 -0.890625 C 4.25 -0.53125 3.796875 -0.375 3.359375 -0.375 C 2.890625 -0.375 2.421875 -0.546875 2.15625 -0.921875 C 1.859375 -1.3125 1.859375 -1.8125 1.8125 -2.265625 Z M 1.8125 -2.265625 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="133.768" y="134.765"/>
|
||||
<use xlink:href="#glyph0-2" x="145.163187" y="134.765"/>
|
||||
<use xlink:href="#glyph0-3" x="153.052162" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="161.372958" y="134.765"/>
|
||||
<use xlink:href="#glyph0-5" x="167.508828" y="134.765"/>
|
||||
<use xlink:href="#glyph0-3" x="174.681928" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="183.01707" y="134.765"/>
|
||||
<use xlink:href="#glyph0-6" x="189.15294" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="133.768" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="148.710904" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="155.722582" y="156.68"/>
|
||||
<use xlink:href="#glyph1-4" x="160.439873" y="156.68"/>
|
||||
<use xlink:href="#glyph1-5" x="166.802985" y="156.68"/>
|
||||
<use xlink:href="#glyph1-6" x="176.348152" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="185.414118" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="191.458428" y="156.68"/>
|
||||
<use xlink:href="#glyph1-8" x="197.82154" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-9" x="203.86585" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="471.751198" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="148.709" y="168.635"/>
|
||||
<use xlink:href="#glyph2-2" x="153.689304" y="168.635"/>
|
||||
<use xlink:href="#glyph2-1" x="156.455918" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="171.617999" y="168.635"/>
|
||||
<use xlink:href="#glyph2-4" x="179.087956" y="168.635"/>
|
||||
<use xlink:href="#glyph2-5" x="184.621184" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="189.875459" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="197.066464" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="204.269424" y="168.635"/>
|
||||
<use xlink:href="#glyph2-6" x="207.036038" y="168.635"/>
|
||||
<use xlink:href="#glyph2-9" x="210.909497" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="219.760271" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="228.05812" y="168.635"/>
|
||||
<use xlink:href="#glyph2-8" x="233.591348" y="168.635"/>
|
||||
<use xlink:href="#glyph2-12" x="236.357962" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="244.72555" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="252.473464" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="260.221378" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.969292" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.717206" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.46512" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.213034" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.960948" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.708862" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.456776" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.20469" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.952604" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.700518" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.448432" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.196346" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.94426" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.692174" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.440088" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.188002" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.935916" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.68383" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.431744" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.179658" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.927572" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.675486" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.423401" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.171315" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.919229" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.496489" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="148.709" y="180.591"/>
|
||||
<use xlink:href="#glyph2-2" x="153.689304" y="180.591"/>
|
||||
<use xlink:href="#glyph2-13" x="156.455918" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="171.617999" y="180.591"/>
|
||||
<use xlink:href="#glyph2-4" x="179.087956" y="180.591"/>
|
||||
<use xlink:href="#glyph2-5" x="184.621184" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="189.875459" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="197.066464" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="204.269424" y="180.591"/>
|
||||
<use xlink:href="#glyph2-6" x="207.036038" y="180.591"/>
|
||||
<use xlink:href="#glyph2-9" x="210.909497" y="180.591"/>
|
||||
<use xlink:href="#glyph2-14" x="216.442725" y="180.591"/>
|
||||
<use xlink:href="#glyph2-4" x="221.423029" y="180.591"/>
|
||||
<use xlink:href="#glyph2-6" x="226.956257" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="234.147261" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="242.445111" y="180.591"/>
|
||||
<use xlink:href="#glyph2-8" x="247.978339" y="180.591"/>
|
||||
<use xlink:href="#glyph2-12" x="250.744953" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="260.228352" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.976266" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.72418" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.472094" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.220008" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.967922" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.715836" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.46375" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.211664" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.959578" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.707492" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.455406" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.20332" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.951234" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.699148" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.447062" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.194976" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.94289" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.690804" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.438718" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.186632" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.934546" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.68246" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.430374" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.178288" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.926202" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.503463" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="171.617" y="192.546"/>
|
||||
<use xlink:href="#glyph2-2" x="176.597304" y="192.546"/>
|
||||
<use xlink:href="#glyph2-13" x="179.363918" y="192.546"/>
|
||||
<use xlink:href="#glyph2-2" x="184.344222" y="192.546"/>
|
||||
<use xlink:href="#glyph2-1" x="187.110836" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-15" x="203.488354" y="192.546"/>
|
||||
<use xlink:href="#glyph2-4" x="210.543867" y="192.546"/>
|
||||
<use xlink:href="#glyph2-6" x="216.077095" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="223.2681" y="192.546"/>
|
||||
<use xlink:href="#glyph2-9" x="230.461097" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-16" x="235.725335" y="192.546"/>
|
||||
<use xlink:href="#glyph2-17" x="240.982599" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="252.480435" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="260.228349" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.976263" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.724177" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.472092" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.220006" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.96792" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.715834" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.463748" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.211662" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.959576" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.70749" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.455404" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.203318" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.951232" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.699146" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.44706" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.194974" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.942888" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.690802" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.438716" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.18663" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.934544" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.682458" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.430372" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.178286" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.9262" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.50346" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="133.768" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="148.710904" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="155.722582" y="214.461"/>
|
||||
<use xlink:href="#glyph1-4" x="160.439873" y="214.461"/>
|
||||
<use xlink:href="#glyph1-5" x="166.802985" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="176.348152" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="185.414118" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="190.13141" y="214.461"/>
|
||||
<use xlink:href="#glyph1-11" x="195.3817" y="214.461"/>
|
||||
<use xlink:href="#glyph1-12" x="200.472588" y="214.461"/>
|
||||
<use xlink:href="#glyph1-13" x="203.654643" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="210.336559" y="214.461"/>
|
||||
<use xlink:href="#glyph1-14" x="215.586849" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="471.750201" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="133.768" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="157.437795" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="167.088484" y="247.403"/>
|
||||
<use xlink:href="#glyph0-10" x="173.491193" y="247.403"/>
|
||||
<use xlink:href="#glyph0-11" x="182.256721" y="247.403"/>
|
||||
<use xlink:href="#glyph0-5" x="195.403579" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="207.841734" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="216.16253" y="247.403"/>
|
||||
<use xlink:href="#glyph0-3" x="224.928059" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="233.263201" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-18" x="133.768" y="269.222"/>
|
||||
<use xlink:href="#glyph2-9" x="140.960997" y="269.222"/>
|
||||
<use xlink:href="#glyph2-19" x="146.494225" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-20" x="154.238154" y="269.222"/>
|
||||
<use xlink:href="#glyph2-21" x="159.771382" y="269.222"/>
|
||||
<use xlink:href="#glyph2-22" x="163.672736" y="269.222"/>
|
||||
<use xlink:href="#glyph2-6" x="167.60099" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="174.801957" y="269.222"/>
|
||||
<use xlink:href="#glyph2-19" x="178.73021" y="269.222"/>
|
||||
<use xlink:href="#glyph2-23" x="183.156593" y="269.222"/>
|
||||
<use xlink:href="#glyph2-6" x="187.582976" y="269.222"/>
|
||||
<use xlink:href="#glyph2-8" x="191.456435" y="269.222"/>
|
||||
<use xlink:href="#glyph2-14" x="194.223049" y="269.222"/>
|
||||
<use xlink:href="#glyph2-5" x="199.203353" y="269.222"/>
|
||||
<use xlink:href="#glyph2-2" x="204.736581" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="133.768" y="297.107"/>
|
||||
<use xlink:href="#glyph3-2" x="140.491604" y="297.107"/>
|
||||
<use xlink:href="#glyph3-1" x="144.226409" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="164.399613" y="297.107"/>
|
||||
<use xlink:href="#glyph3-4" x="174.913016" y="297.107"/>
|
||||
<use xlink:href="#glyph3-5" x="182.382625" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="189.481623" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="199.182072" y="297.107"/>
|
||||
<use xlink:href="#glyph3-8" x="208.893281" y="297.107"/>
|
||||
<use xlink:href="#glyph3-6" x="212.628086" y="297.107"/>
|
||||
<use xlink:href="#glyph3-9" x="217.85729" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="229.810099" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="240.829207" y="297.107"/>
|
||||
<use xlink:href="#glyph3-8" x="248.298816" y="297.107"/>
|
||||
<use xlink:href="#glyph3-12" x="252.03362" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="133.768" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="144.555503" y="315.495"/>
|
||||
<use xlink:href="#glyph2-4" x="148.483756" y="315.495"/>
|
||||
<use xlink:href="#glyph2-25" x="154.016985" y="315.495"/>
|
||||
<use xlink:href="#glyph2-22" x="159.550213" y="315.495"/>
|
||||
<use xlink:href="#glyph2-19" x="163.478466" y="315.495"/>
|
||||
<use xlink:href="#glyph2-23" x="167.904849" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="172.341195" y="315.495"/>
|
||||
<use xlink:href="#glyph2-8" x="176.214654" y="315.495"/>
|
||||
<use xlink:href="#glyph2-14" x="178.981268" y="315.495"/>
|
||||
<use xlink:href="#glyph2-5" x="183.961571" y="315.495"/>
|
||||
<use xlink:href="#glyph2-2" x="189.494799" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="133.768" y="343.38"/>
|
||||
<use xlink:href="#glyph3-2" x="140.491604" y="343.38"/>
|
||||
<use xlink:href="#glyph3-13" x="144.226409" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="164.399613" y="343.38"/>
|
||||
<use xlink:href="#glyph3-4" x="174.913016" y="343.38"/>
|
||||
<use xlink:href="#glyph3-5" x="182.382625" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="189.481623" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="199.182072" y="343.38"/>
|
||||
<use xlink:href="#glyph3-8" x="208.893281" y="343.38"/>
|
||||
<use xlink:href="#glyph3-6" x="212.628086" y="343.38"/>
|
||||
<use xlink:href="#glyph3-9" x="217.85729" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-14" x="225.338854" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-4" x="232.050504" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="239.532068" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="249.232517" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="260.251625" y="343.38"/>
|
||||
<use xlink:href="#glyph3-8" x="267.721234" y="343.38"/>
|
||||
<use xlink:href="#glyph3-12" x="271.456038" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="133.768" y="361.768"/>
|
||||
<use xlink:href="#glyph2-5" x="141.237957" y="361.768"/>
|
||||
<use xlink:href="#glyph2-14" x="146.771186" y="361.768"/>
|
||||
<use xlink:href="#glyph2-6" x="151.751489" y="361.768"/>
|
||||
<use xlink:href="#glyph2-9" x="155.624948" y="361.768"/>
|
||||
<use xlink:href="#glyph2-19" x="161.158176" y="361.768"/>
|
||||
<use xlink:href="#glyph2-21" x="165.584559" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-22" x="172.803459" y="361.768"/>
|
||||
<use xlink:href="#glyph2-4" x="176.731713" y="361.768"/>
|
||||
<use xlink:href="#glyph2-25" x="182.264941" y="361.768"/>
|
||||
<use xlink:href="#glyph2-22" x="187.798169" y="361.768"/>
|
||||
<use xlink:href="#glyph2-19" x="191.726422" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="196.162768" y="361.768"/>
|
||||
<use xlink:href="#glyph2-6" x="200.589151" y="361.768"/>
|
||||
<use xlink:href="#glyph2-8" x="204.46261" y="361.768"/>
|
||||
<use xlink:href="#glyph2-14" x="207.229224" y="361.768"/>
|
||||
<use xlink:href="#glyph2-5" x="212.209527" y="361.768"/>
|
||||
<use xlink:href="#glyph2-2" x="217.742755" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="133.768" y="387.66"/>
|
||||
<use xlink:href="#glyph1-15" x="139.495499" y="387.66"/>
|
||||
<use xlink:href="#glyph1-10" x="142.677553" y="387.66"/>
|
||||
<use xlink:href="#glyph1-15" x="148.405052" y="387.66"/>
|
||||
<use xlink:href="#glyph1-1" x="151.587106" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="168.771595" y="387.66"/>
|
||||
<use xlink:href="#glyph1-7" x="180.613141" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="186.657451" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="196.518432" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="204.472572" y="387.66"/>
|
||||
<use xlink:href="#glyph1-4" x="210.200071" y="387.66"/>
|
||||
<use xlink:href="#glyph1-20" x="216.563184" y="387.66"/>
|
||||
<use xlink:href="#glyph1-21" x="219.745238" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="229.924026" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="235.650529" y="387.66"/>
|
||||
<use xlink:href="#glyph1-4" x="241.378028" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-21" x="251.556816" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="257.929891" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-9" x="267.473066" y="387.66"/>
|
||||
<use xlink:href="#glyph1-7" x="271.927344" y="387.66"/>
|
||||
<use xlink:href="#glyph1-22" x="278.290457" y="387.66"/>
|
||||
<use xlink:href="#glyph1-9" x="283.858554" y="387.66"/>
|
||||
<use xlink:href="#glyph1-23" x="288.312833" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-26" x="133.768" y="406.048"/>
|
||||
<use xlink:href="#glyph2-4" x="139.301228" y="406.048"/>
|
||||
<use xlink:href="#glyph2-25" x="144.834456" y="406.048"/>
|
||||
<use xlink:href="#glyph2-27" x="150.367684" y="406.048"/>
|
||||
<use xlink:href="#glyph2-22" x="153.688219" y="406.048"/>
|
||||
<use xlink:href="#glyph2-4" x="157.616472" y="406.048"/>
|
||||
<use xlink:href="#glyph2-25" x="163.1497" y="406.048"/>
|
||||
<use xlink:href="#glyph2-22" x="168.682928" y="406.048"/>
|
||||
<use xlink:href="#glyph2-19" x="172.611181" y="406.048"/>
|
||||
<use xlink:href="#glyph2-23" x="177.037564" y="406.048"/>
|
||||
<use xlink:href="#glyph2-6" x="181.463948" y="406.048"/>
|
||||
<use xlink:href="#glyph2-8" x="185.337406" y="406.048"/>
|
||||
<use xlink:href="#glyph2-14" x="188.10402" y="406.048"/>
|
||||
<use xlink:href="#glyph2-5" x="193.084324" y="406.048"/>
|
||||
<use xlink:href="#glyph2-2" x="198.617552" y="406.048"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="133.768" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="157.437795" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="167.088484" y="438.99"/>
|
||||
<use xlink:href="#glyph0-10" x="173.491193" y="438.99"/>
|
||||
<use xlink:href="#glyph0-11" x="182.256721" y="438.99"/>
|
||||
<use xlink:href="#glyph0-5" x="195.403579" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="207.841734" y="438.99"/>
|
||||
<use xlink:href="#glyph0-5" x="214.244444" y="438.99"/>
|
||||
<use xlink:href="#glyph0-14" x="221.417544" y="438.99"/>
|
||||
<use xlink:href="#glyph0-15" x="228.429966" y="438.99"/>
|
||||
<use xlink:href="#glyph0-16" x="232.81273" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="242.008644" y="438.99"/>
|
||||
<use xlink:href="#glyph0-6" x="249.181744" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-28" x="133.768" y="460.809"/>
|
||||
<use xlink:href="#glyph2-16" x="142.897727" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-29" x="151.472536" y="460.809"/>
|
||||
<use xlink:href="#glyph2-10" x="154.516111" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-30" x="159.217462" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-14" x="164.205736" y="460.809"/>
|
||||
<use xlink:href="#glyph2-21" x="169.186039" y="460.809"/>
|
||||
<use xlink:href="#glyph2-8" x="173.087393" y="460.809"/>
|
||||
<use xlink:href="#glyph2-6" x="175.854007" y="460.809"/>
|
||||
<use xlink:href="#glyph2-19" x="179.727466" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-21" x="187.471395" y="460.809"/>
|
||||
<use xlink:href="#glyph2-19" x="191.372749" y="460.809"/>
|
||||
<use xlink:href="#glyph2-23" x="195.799133" y="460.809"/>
|
||||
<use xlink:href="#glyph2-8" x="200.225516" y="460.809"/>
|
||||
<use xlink:href="#glyph2-11" x="202.99213" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-19" x="208.804311" y="460.809"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 108 KiB |
18
svg/chapter-03/contents.tex
Normal file
@ -0,0 +1,18 @@
|
||||
\documentclass{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\thispagestyle{empty}
|
||||
\tableofcontents
|
||||
\section{Truffle hunt}
|
||||
The first section.
|
||||
\subsection{Hunt with a pig}
|
||||
A subsection.
|
||||
\subsection{Hunt without a pig}
|
||||
Another subsection.
|
||||
\subsubsection[But why?]{Why would you do that?}
|
||||
Sub-subsection.
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\end{document}
|
||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
990
svg/chapter-03/inhalt-crop.svg
Normal file
@ -0,0 +1,990 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="343pt" height="339pt" viewBox="0 0 343 339" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 0.4375 -9.859375 L 0.4375 -9.28125 L 2.015625 -9.28125 L 2.015625 -0.59375 L 0.4375 -0.59375 L 0.4375 -0.015625 L 5.375 -0.015625 L 5.375 -0.59375 L 3.796875 -0.59375 L 3.796875 -9.28125 L 5.375 -9.28125 L 5.375 -9.859375 Z M 0.4375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.828125 -5.78125 C 1.203125 -5.78125 1.546875 -5.734375 1.546875 -5.296875 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.3125 C 7.4375 -4.8125 7.40625 -5.296875 7.125 -5.71875 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.25 -6.46875 3.234375 -5.8125 2.953125 -4.8125 L 2.9375 -6.46875 L 1.34375 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 0.546875 -9.859375 L 0.546875 -9.28125 L 0.8125 -9.28125 C 1.1875 -9.28125 1.546875 -9.28125 1.546875 -8.75 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.265625 C 7.4375 -4.78125 7.40625 -5.3125 7.109375 -5.75 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.359375 -6.46875 3.25 -5.84375 3.015625 -4.953125 L 3 -9.96875 L 1.375 -9.96875 Z M 0.546875 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.1875 -5.875 C 2.59375 -5.984375 2.984375 -6.0625 3.40625 -6.0625 C 4.171875 -6.0625 4.9375 -5.6875 4.9375 -4.1875 L 4.9375 -3.703125 C 3.234375 -3.703125 0.5 -3.328125 0.5 -1.484375 C 0.5 -0.25 2.0625 0.078125 3 0.078125 C 3.78125 0.078125 4.828125 -0.3125 5.09375 -1.1875 L 5.109375 -1.1875 C 5.109375 -0.4375 5.6875 0.03125 6.390625 0.03125 C 7.046875 0.03125 7.78125 -0.421875 7.78125 -1.15625 L 7.78125 -2.046875 L 7.25 -2.046875 L 7.25 -1.234375 C 7.25 -0.984375 7.140625 -0.625 6.84375 -0.625 C 6.53125 -0.625 6.4375 -1.015625 6.4375 -1.234375 L 6.4375 -4.21875 C 6.4375 -5.546875 5.4375 -6.515625 3.515625 -6.515625 C 2.59375 -6.515625 1.03125 -6.359375 1.03125 -5.125 C 1.03125 -4.625 1.421875 -4.328125 1.84375 -4.328125 C 2.28125 -4.328125 2.640625 -4.65625 2.640625 -5.125 C 2.640625 -5.46875 2.453125 -5.6875 2.1875 -5.875 Z M 4.9375 -3.359375 L 4.9375 -2 C 4.9375 -1.078125 4.21875 -0.375 3.296875 -0.375 C 2.703125 -0.375 2.015625 -0.78125 2.015625 -1.5 C 2.015625 -2.96875 3.84375 -3.25 4.9375 -3.359375 Z M 4.9375 -3.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 0.59375 -9.859375 L 0.59375 -9.28125 C 0.71875 -9.28125 0.84375 -9.296875 0.96875 -9.296875 C 1.3125 -9.296875 1.578125 -9.21875 1.578125 -8.8125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 4.015625 -0.015625 L 4.015625 -0.59375 L 3.03125 -0.59375 L 3.03125 -9.96875 L 1.40625 -9.96875 Z M 0.59375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 2.390625 -9.125 C 2.390625 -8 1.828125 -6.25 0.28125 -6.25 L 0.28125 -5.8125 L 1.4375 -5.8125 L 1.4375 -1.9375 C 1.4375 -1.5 1.46875 -1.078125 1.703125 -0.703125 C 2.125 -0.078125 2.921875 0.078125 3.59375 0.078125 C 4.71875 0.078125 5.25 -0.859375 5.25 -1.984375 L 5.25 -2.546875 L 4.703125 -2.546875 C 4.703125 -2.359375 4.71875 -2.15625 4.71875 -1.9375 C 4.71875 -1.359375 4.578125 -0.421875 3.796875 -0.421875 C 3.078125 -0.421875 2.9375 -1.171875 2.9375 -1.84375 L 2.9375 -5.8125 L 4.984375 -5.8125 L 4.984375 -6.390625 L 2.9375 -6.390625 L 2.9375 -9.125 Z M 2.390625 -9.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 1.484375 -0.46875 C 1.9375 -0.078125 2.578125 0.078125 3.203125 0.078125 C 4.5 0.078125 5.6875 -0.515625 5.6875 -2 L 5.6875 -2.15625 C 5.609375 -2.984375 4.984375 -3.59375 4.234375 -3.890625 C 3.859375 -4.03125 3.453125 -4.09375 3.0625 -4.15625 C 2.5 -4.265625 1.46875 -4.40625 1.46875 -5.15625 C 1.46875 -5.9375 2.375 -6.109375 3.03125 -6.109375 C 3.875 -6.109375 4.640625 -5.78125 4.75 -4.765625 C 4.75 -4.640625 4.75 -4.515625 4.96875 -4.515625 L 5.0625 -4.515625 C 5.234375 -4.515625 5.3125 -4.59375 5.3125 -4.796875 C 5.3125 -4.875 5.296875 -4.96875 5.296875 -5.03125 L 5.296875 -6.3125 C 5.296875 -6.4375 5.234375 -6.515625 5.109375 -6.515625 C 4.84375 -6.515625 4.640625 -6.203125 4.484375 -6.203125 C 4.296875 -6.203125 4.015625 -6.40625 3.75 -6.453125 C 3.5 -6.5 3.25 -6.515625 3.015625 -6.515625 C 1.96875 -6.515625 0.53125 -6.234375 0.53125 -4.59375 C 0.53125 -3.125 2.25 -2.859375 3.28125 -2.671875 C 3.90625 -2.546875 4.75 -2.328125 4.75 -1.484375 C 4.75 -0.421875 3.578125 -0.375 2.984375 -0.375 C 1.90625 -0.515625 1.46875 -1 1.078125 -2.203125 C 1.03125 -2.359375 0.921875 -2.359375 0.78125 -2.359375 C 0.609375 -2.359375 0.53125 -2.296875 0.53125 -2.09375 L 0.53125 -0.34375 C 0.53125 -0.296875 0.515625 -0.234375 0.515625 -0.15625 C 0.515625 -0.03125 0.5625 0.078125 0.703125 0.078125 C 0.875 0.078125 1.0625 -0.109375 1.171875 -0.21875 C 1.28125 -0.296875 1.390625 -0.375 1.484375 -0.46875 Z M 1.484375 -0.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.390625 L 0.3125 -5.8125 L 1.078125 -5.8125 C 1.34375 -5.8125 1.5625 -5.015625 1.75 -4.640625 C 2.359375 -3.234375 2.96875 -1.828125 3.625 -0.4375 C 3.75 -0.203125 3.765625 0.0625 4.15625 0.0625 C 4.515625 0.0625 4.578125 -0.171875 4.65625 -0.421875 C 5.3125 -1.75 5.875 -3.109375 6.484375 -4.453125 L 6.859375 -5.296875 C 7.015625 -5.796875 7.421875 -5.8125 7.984375 -5.8125 L 7.984375 -6.390625 L 5.6875 -6.390625 L 5.6875 -5.8125 C 5.890625 -5.8125 6.296875 -5.796875 6.375 -5.65625 L 6.375 -5.609375 C 6.375 -5.515625 6.3125 -5.421875 6.28125 -5.359375 C 6.171875 -5.125 6.0625 -4.890625 5.953125 -4.640625 L 5.140625 -2.796875 C 4.984375 -2.453125 4.796875 -2.09375 4.65625 -1.734375 L 4.640625 -1.734375 L 2.8125 -5.8125 L 3.609375 -5.8125 L 3.609375 -6.390625 Z M 0.3125 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 2.0625 -3.234375 L 6.484375 -3.234375 C 6.671875 -3.234375 6.734375 -3.328125 6.734375 -3.5 C 6.734375 -5.046875 5.96875 -6.53125 3.78125 -6.53125 C 3.015625 -6.53125 2.21875 -6.3125 1.609375 -5.84375 C 0.8125 -5.234375 0.4375 -4.25 0.4375 -3.25 C 0.4375 -1.203125 2 0.078125 3.96875 0.078125 C 5.046875 0.078125 6.234375 -0.375 6.6875 -1.53125 C 6.703125 -1.59375 6.734375 -1.640625 6.734375 -1.6875 C 6.734375 -1.828125 6.59375 -1.890625 6.4375 -1.890625 C 6.171875 -1.890625 6.09375 -1.515625 5.984375 -1.3125 C 5.609375 -0.734375 4.875 -0.421875 4.1875 -0.421875 C 3.4375 -0.421875 2.71875 -0.765625 2.359375 -1.453125 C 2.078125 -2 2.0625 -2.625 2.0625 -3.234375 Z M 2.0625 -3.609375 C 2.0625 -4.25 2.140625 -4.9375 2.53125 -5.453125 C 2.828125 -5.84375 3.3125 -6.0625 3.78125 -6.0625 C 5.09375 -6.0625 5.421875 -4.6875 5.421875 -3.609375 Z M 2.0625 -3.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.75 -5.78125 C 1.125 -5.78125 1.46875 -5.734375 1.46875 -5.296875 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 4.15625 -0.015625 L 4.15625 -0.59375 L 2.90625 -0.59375 L 2.90625 -2.65625 C 2.90625 -3.9375 2.953125 -6.03125 4.65625 -6.03125 C 4.46875 -5.84375 4.359375 -5.65625 4.359375 -5.390625 C 4.359375 -4.875 4.734375 -4.578125 5.15625 -4.578125 C 5.640625 -4.578125 5.953125 -4.953125 5.953125 -5.359375 C 5.953125 -6.078125 5.203125 -6.46875 4.578125 -6.46875 C 3.6875 -6.46875 2.9375 -5.65625 2.8125 -4.796875 L 2.796875 -6.46875 L 1.25 -6.390625 Z M 0.453125 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 0.8125 -6.390625 L 0.65625 -3.9375 L 1.203125 -3.9375 C 1.21875 -4.40625 1.265625 -4.9375 1.546875 -5.328125 C 1.9375 -5.875 2.609375 -5.9375 3.234375 -5.9375 L 4.484375 -5.9375 C 3.203125 -4.15625 1.890625 -2.359375 0.59375 -0.609375 C 0.515625 -0.5 0.4375 -0.375 0.4375 -0.25 C 0.4375 -0.078125 0.578125 -0.015625 0.71875 -0.015625 L 6.109375 -0.015625 L 6.34375 -2.828125 L 5.796875 -2.828125 C 5.75 -2.21875 5.6875 -1.609375 5.328125 -1.09375 C 4.84375 -0.5625 4.140625 -0.5 3.46875 -0.5 L 2.265625 -0.5 C 2.5625 -0.96875 2.9375 -1.421875 3.265625 -1.875 C 4.21875 -3.1875 5.15625 -4.484375 6.125 -5.796875 C 6.203125 -5.890625 6.296875 -6.03125 6.296875 -6.15625 C 6.296875 -6.328125 6.1875 -6.390625 6.03125 -6.390625 Z M 0.8125 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 0.625 -6.359375 L 0.625 -5.78125 C 0.734375 -5.78125 0.84375 -5.796875 0.96875 -5.796875 C 1.28125 -5.796875 1.578125 -5.734375 1.578125 -5.328125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 3.9375 -0.015625 L 3.9375 -0.59375 L 3.03125 -0.59375 L 3.03125 -6.46875 L 1.4375 -6.46875 Z M 1.984375 -9.984375 C 1.5 -9.890625 1.140625 -9.515625 1.140625 -9.015625 C 1.140625 -8.515625 1.515625 -8.046875 2.125 -8.046875 L 2.21875 -8.046875 C 2.703125 -8.140625 3.0625 -8.515625 3.0625 -9.015625 C 3.0625 -9.515625 2.6875 -9.984375 2.078125 -9.984375 Z M 1.984375 -9.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 5.15625 -5.90625 C 4.921875 -5.734375 4.78125 -5.53125 4.78125 -5.234375 C 4.78125 -4.828125 5.0625 -4.421875 5.53125 -4.421875 L 5.625 -4.421875 C 6.125 -4.421875 6.390625 -4.828125 6.390625 -5.21875 C 6.390625 -6.5 4.546875 -6.515625 4.015625 -6.515625 L 3.984375 -6.515625 C 3.15625 -6.515625 2.3125 -6.3125 1.65625 -5.78125 C 0.90625 -5.15625 0.515625 -4.1875 0.515625 -3.21875 C 0.515625 -1.234375 1.984375 0.078125 3.9375 0.078125 C 4.9375 0.078125 5.984375 -0.359375 6.421875 -1.3125 C 6.46875 -1.421875 6.5625 -1.5625 6.5625 -1.671875 C 6.5625 -1.8125 6.4375 -1.84375 6.34375 -1.84375 L 6.234375 -1.84375 C 5.96875 -1.84375 6 -1.625 5.890625 -1.453125 C 5.578125 -0.765625 4.9375 -0.421875 4.25 -0.421875 C 2.828125 -0.421875 2.171875 -1.578125 2.171875 -3.203125 C 2.171875 -4.34375 2.3125 -6.03125 4.109375 -6.03125 C 4.453125 -6.03125 4.8125 -5.96875 5.15625 -5.90625 Z M 5.15625 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 1.234375 -8.5 L 1.234375 -7.9375 C 1.921875 -7.9375 2.625 -7.984375 3.28125 -8.203125 L 3.28125 -0.59375 L 1.3125 -0.59375 L 1.3125 -0.015625 L 6.78125 -0.015625 L 6.78125 -0.59375 L 4.84375 -0.59375 L 4.84375 -8.859375 C 4.84375 -8.921875 4.859375 -9.015625 4.859375 -9.109375 C 4.859375 -9.3125 4.796875 -9.421875 4.578125 -9.421875 C 4.296875 -9.421875 4.015625 -9.09375 3.71875 -8.953125 C 2.9375 -8.59375 2.078125 -8.5 1.234375 -8.5 Z M 1.234375 -8.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 0.84375 -9.734375 L 0.578125 -6.390625 L 1.125 -6.390625 C 1.171875 -7.078125 1.21875 -7.953125 1.625 -8.484375 C 2.125 -9.140625 2.96875 -9.171875 3.734375 -9.171875 L 4.59375 -9.171875 L 4.59375 -0.59375 L 2.453125 -0.59375 L 2.453125 -0.015625 L 8.515625 -0.015625 L 8.515625 -0.59375 L 6.390625 -0.59375 L 6.390625 -9.171875 L 7.25 -9.171875 C 8.21875 -9.171875 9.375 -9.109375 9.671875 -7.6875 C 9.765625 -7.265625 9.8125 -6.8125 9.84375 -6.390625 L 10.390625 -6.390625 L 10.109375 -9.734375 Z M 0.84375 -9.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 5.890625 -9.84375 C 5.359375 -9.78125 5.0625 -9.3125 5.0625 -8.875 C 5.0625 -8.421875 5.40625 -7.921875 6.03125 -7.921875 C 6.59375 -7.921875 6.984375 -8.390625 6.984375 -8.875 C 6.984375 -9.3125 6.6875 -9.859375 6.03125 -9.859375 C 5.984375 -9.859375 5.9375 -9.859375 5.890625 -9.84375 Z M 2.84375 -9.859375 C 2.265625 -9.734375 2 -9.34375 2 -8.875 C 2 -8.421875 2.34375 -7.921875 2.96875 -7.921875 L 3.0625 -7.921875 C 3.59375 -8.015625 3.921875 -8.40625 3.921875 -8.875 C 3.921875 -9.359375 3.578125 -9.859375 2.9375 -9.859375 Z M 2.84375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-17">
|
||||
<path style="stroke:none;" d="M 1.46875 -6.390625 L 0.4375 -6.390625 L 0.4375 -5.8125 L 1.46875 -5.8125 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 3.921875 -0.015625 L 3.921875 -0.59375 L 2.90625 -0.59375 L 2.90625 -5.8125 L 5.84375 -5.8125 L 5.84375 -0.59375 L 4.828125 -0.59375 L 4.828125 -0.015625 L 8.53125 -0.015625 L 8.53125 -0.59375 L 7.28125 -0.59375 L 7.28125 -5.8125 L 8.90625 -5.8125 L 8.90625 -6.390625 L 7.234375 -6.390625 L 7.234375 -7.03125 C 7.234375 -7.25 7.21875 -7.453125 7.21875 -7.6875 C 7.21875 -8.40625 7.359375 -9.59375 8.578125 -9.59375 C 8.6875 -9.59375 8.8125 -9.59375 8.921875 -9.578125 C 8.671875 -9.421875 8.546875 -9.1875 8.546875 -8.890625 C 8.546875 -8.4375 8.890625 -8.09375 9.328125 -8.09375 C 9.84375 -8.09375 10.140625 -8.484375 10.140625 -8.90625 C 10.140625 -9.65625 9.390625 -10.0625 8.703125 -10.0625 C 8.140625 -10.0625 7.515625 -9.984375 7.03125 -9.703125 C 6.953125 -9.6875 6.875 -9.609375 6.796875 -9.609375 C 6.703125 -9.609375 6.53125 -9.78125 6.359375 -9.859375 C 6.078125 -9.96875 5.765625 -10.046875 5.46875 -10.0625 L 5.28125 -10.0625 C 3.671875 -10.0625 1.46875 -9.671875 1.46875 -7.75 Z M 5.84375 -6.390625 L 2.859375 -6.390625 L 2.859375 -7.765625 C 2.859375 -9.171875 3.96875 -9.609375 5.03125 -9.609375 C 5.40625 -9.609375 5.6875 -9.53125 6.03125 -9.453125 L 6.03125 -9.421875 C 5.734375 -9.3125 5.59375 -9.015625 5.59375 -8.703125 C 5.59375 -8.359375 5.859375 -8.1875 5.859375 -7.859375 C 5.859375 -7.734375 5.84375 -7.609375 5.84375 -7.484375 Z M 5.84375 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-18">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-19">
|
||||
<path style="stroke:none;" d="M 1.65625 -7.953125 C 2.03125 -8.515625 2.71875 -8.84375 3.40625 -8.84375 C 4.625 -8.84375 5.328125 -7.796875 5.328125 -6.703125 L 5.328125 -6.53125 C 5.25 -5.171875 4.171875 -4.0625 3.28125 -3.140625 C 2.5 -2.328125 1.65625 -1.515625 0.9375 -0.65625 C 0.8125 -0.546875 0.78125 -0.46875 0.78125 -0.3125 L 0.78125 -0.015625 L 6.703125 -0.015625 L 7.078125 -3.03125 L 6.546875 -3.03125 C 6.453125 -2.4375 6.46875 -1.671875 5.90625 -1.671875 C 5.5625 -1.640625 5.21875 -1.640625 4.875 -1.640625 L 2.46875 -1.640625 C 3.234375 -2.296875 3.984375 -2.96875 4.78125 -3.578125 C 5.796875 -4.359375 7.078125 -5.21875 7.078125 -6.734375 C 7.078125 -8.625 5.25 -9.421875 3.765625 -9.421875 C 2.4375 -9.421875 0.78125 -8.65625 0.78125 -7.109375 C 0.78125 -6.515625 1.21875 -6.171875 1.6875 -6.171875 C 2.234375 -6.171875 2.578125 -6.59375 2.578125 -7.078125 C 2.578125 -7.609375 2.1875 -7.953125 1.65625 -7.953125 Z M 1.65625 -7.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-20">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.8125 -5.78125 C 1.140625 -5.78125 1.46875 -5.75 1.46875 -5.28125 L 1.46875 2.1875 L 0.453125 2.1875 L 0.453125 2.765625 L 3.96875 2.765625 L 3.96875 2.1875 L 2.96875 2.1875 L 2.96875 -0.625 C 3.46875 -0.21875 4.046875 0.078125 4.75 0.078125 C 5.828125 0.078125 6.953125 -0.28125 7.609375 -1.1875 C 8.03125 -1.78125 8.21875 -2.5 8.21875 -3.21875 C 8.21875 -4.828125 7.21875 -6.46875 5.03125 -6.46875 C 4.234375 -6.46875 3.53125 -6.203125 2.90625 -5.703125 L 2.90625 -6.46875 L 1.296875 -6.46875 Z M 6.5625 -2.90625 C 6.484375 -1.875 6.125 -0.375 4.640625 -0.375 C 4 -0.375 3.390625 -0.734375 3.03125 -1.296875 C 2.96875 -1.375 2.96875 -1.46875 2.96875 -1.546875 L 2.96875 -4.984375 C 3.046875 -5.4375 4.046875 -5.984375 4.765625 -5.984375 C 6.296875 -5.984375 6.578125 -4.140625 6.578125 -3.1875 C 6.578125 -3.09375 6.578125 -3 6.5625 -2.90625 Z M 6.5625 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 0.84375 -5.90625 L 0.84375 -5.4375 C 1.328125 -5.4375 1.890625 -5.46875 2.34375 -5.625 L 2.34375 -0.484375 L 0.953125 -0.484375 L 0.953125 -0.015625 L 4.921875 -0.015625 L 4.921875 -0.484375 L 3.53125 -0.484375 L 3.53125 -6.265625 C 3.53125 -6.421875 3.5 -6.546875 3.265625 -6.546875 C 3.109375 -6.546875 3.015625 -6.453125 2.90625 -6.375 C 2.265625 -5.984375 1.5625 -5.90625 0.84375 -5.90625 Z M 0.84375 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 0.625 -6.734375 L 0.40625 -4.34375 L 0.875 -4.34375 C 0.921875 -4.828125 0.953125 -5.5 1.296875 -5.875 C 1.65625 -6.265625 2.234375 -6.265625 2.734375 -6.265625 L 3.28125 -6.265625 L 3.28125 -0.484375 L 1.75 -0.484375 L 1.75 -0.015625 L 6.21875 -0.015625 L 6.21875 -0.484375 L 4.6875 -0.484375 L 4.6875 -6.265625 L 5.234375 -6.265625 C 5.890625 -6.265625 6.703125 -6.234375 6.921875 -5.359375 C 7.03125 -5.03125 7.0625 -4.671875 7.09375 -4.34375 L 7.5625 -4.34375 L 7.34375 -6.734375 Z M 0.625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 0.359375 -4.421875 L 0.359375 -3.953125 L 0.5625 -3.953125 C 0.8125 -3.953125 1.046875 -3.921875 1.046875 -3.625 L 1.046875 -0.484375 L 0.359375 -0.484375 L 0.359375 -0.015625 L 2.984375 -0.015625 L 2.984375 -0.484375 L 2.125 -0.484375 L 2.125 -1.859375 C 2.125 -2.71875 2.21875 -4.140625 3.375 -4.140625 C 3.25 -4 3.1875 -3.84375 3.1875 -3.671875 C 3.1875 -3.328125 3.453125 -3.078125 3.78125 -3.078125 C 4.125 -3.078125 4.390625 -3.34375 4.390625 -3.671875 C 4.390625 -4.234375 3.828125 -4.5 3.34375 -4.5 C 2.75 -4.5 2.15625 -4.03125 2.03125 -3.375 L 2.015625 -4.5 L 0.921875 -4.453125 Z M 0.359375 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 2.078125 -6.84375 C 1.6875 -6.78125 1.40625 -6.484375 1.40625 -6.078125 C 1.40625 -5.6875 1.671875 -5.296875 2.203125 -5.296875 L 2.265625 -5.296875 C 2.65625 -5.359375 2.953125 -5.6875 2.953125 -6.0625 C 2.953125 -6.484375 2.625 -6.84375 2.15625 -6.84375 Z M 4.3125 -6.84375 C 3.921875 -6.78125 3.625 -6.453125 3.625 -6.078125 C 3.625 -5.65625 3.953125 -5.296875 4.421875 -5.296875 L 4.5 -5.296875 C 4.890625 -5.359375 5.171875 -5.65625 5.171875 -6.078125 C 5.171875 -6.453125 4.90625 -6.84375 4.375 -6.84375 Z M 4.3125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 1.0625 -4.4375 L 0.3125 -4.4375 L 0.3125 -3.96875 L 1.0625 -3.96875 L 1.0625 -0.484375 L 0.375 -0.484375 L 0.375 -0.015625 L 2.828125 -0.015625 L 2.828125 -0.484375 L 2.140625 -0.484375 L 2.140625 -3.96875 L 4.234375 -3.96875 L 4.234375 -0.484375 L 3.546875 -0.484375 L 3.546875 -0.015625 L 6.1875 -0.015625 L 6.1875 -0.484375 L 5.3125 -0.484375 L 5.3125 -3.96875 L 6.46875 -3.96875 L 6.46875 -4.4375 L 5.25 -4.4375 L 5.25 -4.890625 C 5.25 -5.03125 5.25 -5.15625 5.25 -5.296875 C 5.25 -5.828125 5.359375 -6.625 6.28125 -6.625 C 6.328125 -6.625 6.390625 -6.625 6.4375 -6.625 C 6.296875 -6.484375 6.203125 -6.328125 6.203125 -6.125 C 6.203125 -5.734375 6.5 -5.515625 6.828125 -5.515625 C 7.203125 -5.515625 7.4375 -5.796875 7.4375 -6.125 C 7.4375 -6.71875 6.828125 -6.984375 6.296875 -6.984375 C 5.90625 -6.984375 5.4375 -6.921875 5.078125 -6.734375 C 5.03125 -6.71875 4.96875 -6.671875 4.921875 -6.671875 L 4.90625 -6.671875 C 4.859375 -6.671875 4.828125 -6.703125 4.8125 -6.71875 L 4.65625 -6.8125 C 4.375 -6.9375 4.0625 -6.984375 3.75 -6.984375 C 2.796875 -6.984375 1.421875 -6.765625 1.109375 -5.828125 C 1.0625 -5.6875 1.0625 -5.53125 1.0625 -5.390625 Z M 4.234375 -4.4375 L 2.078125 -4.4375 L 2.078125 -5.359375 C 2.078125 -6.359375 2.921875 -6.625 3.65625 -6.625 C 3.875 -6.625 4.0625 -6.59375 4.28125 -6.53125 C 4.09375 -6.40625 3.984375 -6.234375 3.984375 -6 C 3.984375 -5.859375 4.03125 -5.6875 4.140625 -5.578125 C 4.21875 -5.5 4.25 -5.453125 4.25 -5.328125 C 4.25 -5.25 4.234375 -5.171875 4.234375 -5.109375 Z M 4.234375 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 1.59375 -2.1875 L 4.671875 -2.1875 C 4.84375 -2.1875 4.921875 -2.25 4.921875 -2.421875 C 4.921875 -3.421875 4.453125 -4.53125 2.78125 -4.53125 C 2.15625 -4.53125 1.53125 -4.359375 1.0625 -3.953125 C 0.5625 -3.53125 0.3125 -2.890625 0.3125 -2.25 C 0.3125 -1.640625 0.53125 -1.078125 0.953125 -0.640625 C 1.46875 -0.140625 2.21875 0.046875 2.9375 0.046875 C 3.625 0.046875 4.40625 -0.203125 4.78125 -0.828125 C 4.84375 -0.921875 4.921875 -1.0625 4.921875 -1.1875 C 4.921875 -1.3125 4.796875 -1.359375 4.6875 -1.359375 C 4.46875 -1.359375 4.453125 -1.15625 4.34375 -0.984375 C 4.078125 -0.5625 3.53125 -0.34375 3.03125 -0.34375 C 2.546875 -0.34375 2.078125 -0.546875 1.828125 -0.984375 C 1.609375 -1.328125 1.59375 -1.78125 1.59375 -2.1875 Z M 1.59375 -2.515625 C 1.59375 -3.1875 1.78125 -4.171875 2.796875 -4.171875 C 3.71875 -4.171875 3.984375 -3.25 3.984375 -2.515625 Z M 1.59375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 0.46875 -6.84375 L 0.46875 -6.375 L 0.6875 -6.375 C 0.9375 -6.375 1.15625 -6.34375 1.15625 -6.015625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.921875 -0.015625 L 2.921875 -0.484375 L 2.234375 -0.484375 L 2.234375 -6.921875 L 0.84375 -6.921875 Z M 0.46875 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 2 -4.53125 C 1.5625 -4.46875 1.140625 -4.421875 0.78125 -4.140625 C 0.53125 -3.921875 0.375 -3.5625 0.375 -3.21875 C 0.375 -1.78125 2.421875 -2 3.078125 -1.609375 C 3.28125 -1.5 3.421875 -1.28125 3.421875 -1.03125 C 3.421875 -0.390625 2.65625 -0.3125 2.28125 -0.3125 C 1.6875 -0.3125 1.15625 -0.578125 0.90625 -1.28125 C 0.859375 -1.421875 0.875 -1.609375 0.65625 -1.609375 L 0.5625 -1.609375 C 0.40625 -1.609375 0.375 -1.5 0.375 -1.375 L 0.375 -0.171875 C 0.375 -0.078125 0.390625 0.03125 0.5 0.046875 L 0.53125 0.046875 C 0.78125 0.046875 0.984375 -0.25 1.125 -0.25 C 1.1875 -0.25 1.25 -0.1875 1.296875 -0.15625 C 1.59375 0.015625 1.984375 0.046875 2.328125 0.046875 C 3.1875 0.046875 4.140625 -0.3125 4.140625 -1.359375 C 4.140625 -2.171875 3.484375 -2.65625 2.765625 -2.828125 C 2.203125 -2.953125 1.09375 -2.953125 1.09375 -3.5625 C 1.09375 -4.203125 2 -4.203125 2.25 -4.203125 C 2.71875 -4.203125 3.234375 -4.046875 3.359375 -3.515625 C 3.40625 -3.375 3.328125 -3.171875 3.59375 -3.171875 L 3.640625 -3.171875 C 3.828125 -3.171875 3.84375 -3.265625 3.84375 -3.375 L 3.84375 -4.3125 C 3.84375 -4.4375 3.8125 -4.53125 3.671875 -4.53125 C 3.484375 -4.53125 3.34375 -4.34375 3.21875 -4.34375 C 3.125 -4.34375 2.953125 -4.453125 2.8125 -4.46875 C 2.625 -4.515625 2.40625 -4.53125 2.203125 -4.53125 C 2.140625 -4.53125 2.0625 -4.53125 2 -4.53125 Z M 2 -4.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 3.59375 -4.078125 C 3.453125 -3.953125 3.390625 -3.765625 3.390625 -3.59375 C 3.390625 -3.25 3.65625 -2.984375 4 -2.984375 C 4.421875 -2.984375 4.640625 -3.3125 4.640625 -3.625 C 4.640625 -4.484375 3.390625 -4.53125 2.96875 -4.53125 L 2.875 -4.53125 C 2.109375 -4.53125 1.328125 -4.296875 0.859375 -3.671875 C 0.53125 -3.25 0.375 -2.765625 0.375 -2.234375 C 0.375 -1.6875 0.546875 -1.109375 0.921875 -0.703125 C 1.40625 -0.171875 2.140625 0.046875 2.84375 0.046875 C 3.546875 0.046875 4.3125 -0.203125 4.640625 -0.875 C 4.6875 -0.953125 4.765625 -1.0625 4.765625 -1.15625 C 4.765625 -1.296875 4.640625 -1.3125 4.546875 -1.3125 L 4.5 -1.3125 C 4.296875 -1.3125 4.28125 -1.171875 4.234375 -1.03125 C 3.984375 -0.59375 3.5625 -0.34375 3.0625 -0.34375 C 1.890625 -0.34375 1.65625 -1.390625 1.65625 -2.21875 C 1.65625 -2.984375 1.734375 -4.125 2.953125 -4.125 C 3.171875 -4.125 3.390625 -4.09375 3.59375 -4.078125 Z M 3.59375 -4.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.84375 L 0.453125 -6.375 L 0.671875 -6.375 C 0.921875 -6.375 1.140625 -6.34375 1.140625 -6.015625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.984375 C 5.4375 -3.296875 5.421875 -3.625 5.28125 -3.890625 C 4.984375 -4.40625 4.40625 -4.5 3.875 -4.5 C 3.21875 -4.5 2.515625 -4.140625 2.21875 -3.515625 L 2.21875 -6.921875 L 0.828125 -6.921875 Z M 0.453125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 1.4375 -5.71875 C 1.71875 -5.9375 2.078125 -6.078125 2.453125 -6.078125 C 3.28125 -6.078125 3.78125 -5.390625 3.78125 -4.625 C 3.78125 -3.59375 2.953125 -2.8125 2.28125 -2.140625 C 1.8125 -1.671875 1.359375 -1.203125 0.890625 -0.734375 L 0.703125 -0.546875 C 0.609375 -0.453125 0.5625 -0.375 0.5625 -0.234375 L 0.5625 -0.015625 L 4.84375 -0.015625 L 5.15625 -2.21875 L 4.6875 -2.21875 C 4.640625 -1.84375 4.625 -1.28125 4.25 -1.28125 C 4 -1.25 3.734375 -1.25 3.484375 -1.25 L 1.9375 -1.25 C 2.46875 -1.65625 2.953125 -2.078125 3.484375 -2.46875 C 4.203125 -3 5.15625 -3.578125 5.15625 -4.625 C 5.15625 -6.078125 3.734375 -6.546875 2.671875 -6.546875 L 2.546875 -6.546875 C 1.75 -6.484375 0.5625 -6.09375 0.5625 -5.03125 C 0.5625 -4.671875 0.78125 -4.28125 1.296875 -4.28125 C 1.6875 -4.28125 2 -4.609375 2 -5 C 2 -5.359375 1.78125 -5.625 1.4375 -5.71875 Z M 1.4375 -5.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 0.59375 -4.4375 L 0.484375 -2.6875 L 0.953125 -2.6875 C 0.953125 -3.015625 1 -3.328125 1.171875 -3.625 C 1.4375 -4.03125 1.9375 -4.078125 2.390625 -4.078125 L 3.1875 -4.078125 C 2.28125 -2.859375 1.359375 -1.671875 0.421875 -0.484375 C 0.375 -0.40625 0.3125 -0.3125 0.3125 -0.21875 C 0.3125 -0.0625 0.453125 -0.015625 0.578125 -0.015625 L 4.421875 -0.015625 L 4.609375 -2.03125 L 4.140625 -2.03125 C 4.09375 -1.5625 4.0625 -1.078125 3.71875 -0.734375 C 3.40625 -0.4375 2.953125 -0.40625 2.53125 -0.40625 L 1.71875 -0.40625 C 2.625 -1.609375 3.546875 -2.796875 4.46875 -3.984375 C 4.53125 -4.0625 4.578125 -4.140625 4.578125 -4.234375 C 4.578125 -4.390625 4.4375 -4.4375 4.328125 -4.4375 Z M 0.59375 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 0.375 -4.421875 L 0.375 -3.953125 L 0.578125 -3.953125 C 0.84375 -3.953125 1.0625 -3.921875 1.0625 -3.625 L 1.0625 1.453125 L 0.375 1.453125 L 0.375 1.921875 L 2.875 1.921875 L 2.875 1.453125 L 2.1875 1.453125 L 2.1875 -0.40625 C 2.546875 -0.09375 2.984375 0.046875 3.4375 0.046875 C 4.71875 0.046875 5.984375 -0.6875 5.984375 -2.234375 C 5.984375 -3.453125 5.140625 -4.5 3.6875 -4.5 C 3.09375 -4.5 2.625 -4.34375 2.140625 -4 L 2.140625 -4.5 L 0.75 -4.5 Z M 4.6875 -2.03125 C 4.65625 -1.3125 4.359375 -0.3125 3.359375 -0.3125 C 2.921875 -0.3125 2.484375 -0.5625 2.234375 -0.953125 C 2.1875 -1 2.1875 -1.0625 2.1875 -1.125 L 2.1875 -3.421875 C 2.25 -3.734375 2.96875 -4.09375 3.453125 -4.09375 C 4.5 -4.09375 4.703125 -2.90625 4.703125 -2.21875 C 4.703125 -2.15625 4.703125 -2.09375 4.6875 -2.03125 Z M 4.6875 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 1.6875 -6.34375 C 1.6875 -5.53125 1.265625 -4.328125 0.203125 -4.328125 L 0.203125 -3.96875 L 1.015625 -3.96875 L 1.015625 -1.40625 C 1.015625 -1.078125 1.03125 -0.75 1.21875 -0.484375 C 1.5 -0.078125 2.078125 0.0625 2.546875 0.0625 C 3.25 0.0625 3.8125 -0.421875 3.8125 -1.328125 C 3.8125 -1.46875 3.8125 -1.625 3.8125 -1.78125 L 3.34375 -1.78125 L 3.34375 -1.359375 C 3.34375 -0.984375 3.28125 -0.34375 2.734375 -0.34375 C 2.234375 -0.34375 2.15625 -0.875 2.15625 -1.28125 L 2.15625 -3.96875 L 3.625 -3.96875 L 3.625 -4.4375 L 2.15625 -4.4375 L 2.15625 -6.34375 Z M 1.6875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 1.484375 -1.5625 C 1.078125 -1.53125 0.8125 -1.140625 0.8125 -0.78125 C 0.8125 -0.421875 1.09375 -0.015625 1.578125 -0.015625 C 2.046875 -0.015625 2.359375 -0.390625 2.359375 -0.796875 C 2.359375 -1.15625 2.078125 -1.5625 1.59375 -1.5625 C 1.5625 -1.5625 1.515625 -1.5625 1.484375 -1.5625 Z M 1.484375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 0.234375 -6.84375 L 0.234375 -6.375 L 0.984375 -6.375 C 1.09375 -6.375 1.125 -6.328125 1.140625 -6.234375 L 1.25 -5.984375 C 2 -4.109375 2.703125 -2.234375 3.421875 -0.34375 C 3.515625 -0.15625 3.53125 0.0625 3.84375 0.0625 C 4.125 0.0625 4.203125 -0.171875 4.296875 -0.46875 L 4.65625 -1.390625 C 5.0625 -2.484375 5.46875 -3.578125 5.921875 -4.671875 C 6.21875 -4.03125 6.4375 -3.296875 6.703125 -2.625 C 6.875 -2.21875 7.03125 -1.796875 7.1875 -1.390625 L 7.546875 -0.453125 C 7.640625 -0.21875 7.671875 0.0625 8 0.0625 C 8.296875 0.0625 8.328125 -0.15625 8.421875 -0.34375 C 9.015625 -1.890625 9.59375 -3.40625 10.203125 -4.9375 L 10.5625 -5.875 C 10.65625 -6.171875 10.671875 -6.3125 10.96875 -6.34375 C 11.1875 -6.375 11.390625 -6.375 11.609375 -6.375 L 11.609375 -6.84375 L 9.1875 -6.84375 L 9.1875 -6.375 C 9.515625 -6.375 10.171875 -6.375 10.171875 -6.234375 C 10.171875 -6.15625 10.109375 -6.046875 10.09375 -5.96875 L 9.765625 -5.140625 C 9.390625 -4.1875 9.046875 -3.21875 8.65625 -2.265625 C 8.609375 -2.140625 8.53125 -1.984375 8.5 -1.828125 L 8.46875 -1.828125 L 6.71875 -6.375 L 7.671875 -6.375 L 7.671875 -6.84375 L 4.40625 -6.84375 L 4.40625 -6.375 L 5.140625 -6.375 C 5.28125 -6.375 5.328125 -6.25 5.359375 -6.125 C 5.46875 -5.859375 5.65625 -5.484375 5.65625 -5.3125 L 5.65625 -5.28125 C 5.5625 -4.96875 5.40625 -4.671875 5.296875 -4.375 C 5.0625 -3.765625 4.828125 -3.171875 4.609375 -2.5625 L 4.421875 -2.109375 C 4.390625 -2.03125 4.359375 -1.9375 4.328125 -1.828125 L 4.3125 -1.828125 L 2.546875 -6.375 L 3.515625 -6.375 L 3.515625 -6.84375 Z M 0.234375 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.484375 2.96875 -4.140625 3.734375 -4.140625 C 4.203125 -4.140625 4.3125 -3.703125 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.140625 -0.015625 L 6.140625 -0.484375 L 5.453125 -0.484375 L 5.453125 -2.71875 C 5.515625 -3.484375 6.15625 -4.140625 6.921875 -4.140625 C 7.375 -4.140625 7.5 -3.703125 7.5 -3.15625 L 7.5 -0.484375 L 6.8125 -0.484375 L 6.8125 -0.015625 L 9.328125 -0.015625 L 9.328125 -0.484375 L 8.640625 -0.484375 L 8.640625 -2.984375 C 8.640625 -3.296875 8.609375 -3.609375 8.46875 -3.875 C 8.203125 -4.390625 7.59375 -4.5 7.046875 -4.5 C 6.390625 -4.5 5.71875 -4.140625 5.40625 -3.53125 C 5.328125 -4.296875 4.53125 -4.5 3.890625 -4.5 C 3.21875 -4.5 2.40625 -4.109375 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 1.734375 -4.09375 C 1.96875 -4.15625 2.234375 -4.171875 2.46875 -4.171875 C 3.046875 -4.171875 3.5625 -3.890625 3.5625 -2.890625 L 3.5625 -2.65625 C 2.734375 -2.65625 1.796875 -2.546875 1.09375 -2.1875 C 0.671875 -1.96875 0.3125 -1.578125 0.3125 -1.09375 C 0.3125 -0.125 1.5625 0.046875 2.25 0.046875 C 2.78125 0.046875 3.53125 -0.1875 3.734375 -0.78125 C 3.765625 -0.640625 3.734375 -0.515625 3.796875 -0.375 C 3.984375 -0.015625 4.515625 -0.015625 4.90625 -0.015625 L 5.328125 -0.015625 C 5.46875 -0.015625 5.5625 -0.0625 5.5625 -0.25 C 5.5625 -0.703125 4.765625 -0.328125 4.703125 -0.703125 L 4.703125 -2.921875 C 4.703125 -4.109375 3.640625 -4.53125 2.703125 -4.53125 L 2.4375 -4.53125 C 1.78125 -4.53125 0.703125 -4.46875 0.703125 -3.625 C 0.703125 -3.28125 0.921875 -2.984375 1.375 -2.984375 C 1.75 -3.03125 1.953125 -3.296875 1.953125 -3.609375 C 1.953125 -3.8125 1.875 -3.953125 1.734375 -4.09375 Z M 3.5625 -2.34375 L 3.5625 -1.421875 C 3.5625 -0.734375 3.046875 -0.3125 2.40625 -0.3125 C 1.984375 -0.3125 1.484375 -0.578125 1.484375 -1.09375 C 1.484375 -1.9375 2.515625 -2.234375 3.203125 -2.3125 C 3.3125 -2.328125 3.453125 -2.328125 3.5625 -2.34375 Z M 3.5625 -2.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 3.53125 -6.84375 L 3.53125 -6.375 C 3.625 -6.375 3.703125 -6.390625 3.78125 -6.390625 C 4 -6.390625 4.234375 -6.34375 4.234375 -6.046875 L 4.234375 -4.046875 C 3.78125 -4.359375 3.375 -4.5 2.890625 -4.5 C 1.578125 -4.5 0.375 -3.703125 0.375 -2.21875 C 0.375 -0.8125 1.453125 0.046875 2.78125 0.046875 C 3.296875 0.046875 3.765625 -0.125 4.171875 -0.4375 L 4.171875 0.046875 L 5.984375 0.046875 L 5.984375 -0.484375 C 5.90625 -0.484375 5.828125 -0.46875 5.734375 -0.46875 C 5.5 -0.46875 5.296875 -0.515625 5.296875 -0.828125 L 5.296875 -6.921875 L 3.921875 -6.921875 Z M 1.65625 -1.828125 L 1.65625 -2.328125 C 1.65625 -3.09375 1.8125 -4.140625 2.984375 -4.140625 C 3.40625 -4.140625 3.78125 -3.953125 4.0625 -3.640625 C 4.109375 -3.59375 4.15625 -3.53125 4.171875 -3.484375 L 4.171875 -1.171875 C 4.171875 -1.109375 4.171875 -1.046875 4.125 -1 C 3.84375 -0.59375 3.34375 -0.3125 2.859375 -0.3125 C 1.96875 -0.3125 1.734375 -1.0625 1.65625 -1.828125 Z M 1.65625 -1.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.9375 C 5.4375 -3.296875 5.421875 -3.65625 5.234375 -3.953125 C 4.9375 -4.421875 4.359375 -4.5 3.84375 -4.5 C 3.1875 -4.5 2.375 -4.0625 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 2.671875 -4.53125 C 2.140625 -4.4375 1.734375 -4.390625 1.3125 -4.125 C 0.65625 -3.703125 0.3125 -2.953125 0.3125 -2.1875 C 0.3125 -1.671875 0.484375 -1.109375 0.84375 -0.71875 C 1.359375 -0.15625 2.125 0.046875 2.859375 0.046875 C 4.046875 0.046875 5.40625 -0.59375 5.40625 -2.203125 C 5.40625 -3.71875 4.203125 -4.53125 2.796875 -4.53125 Z M 1.59375 -1.890625 L 1.59375 -2.53125 C 1.59375 -2.984375 1.609375 -3.515625 1.9375 -3.828125 C 2.171875 -4.0625 2.515625 -4.171875 2.859375 -4.171875 C 3.21875 -4.171875 3.578125 -4.046875 3.8125 -3.796875 C 4.140625 -3.4375 4.140625 -2.875 4.140625 -2.40625 L 4.140625 -2.109375 C 4.140625 -1.671875 4.109375 -1.109375 3.84375 -0.765625 C 3.609375 -0.484375 3.234375 -0.34375 2.859375 -0.34375 C 2.46875 -0.34375 2.078125 -0.5 1.859375 -0.796875 C 1.625 -1.109375 1.640625 -1.515625 1.59375 -1.890625 Z M 1.59375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 0.25 -4.4375 L 0.25 -3.96875 L 0.734375 -3.96875 C 0.90625 -3.96875 1.0625 -3.40625 1.171875 -3.125 L 2.140625 -0.78125 C 2.265625 -0.421875 2.359375 0.046875 2.71875 0.046875 C 2.96875 0.046875 3.046875 -0.125 3.125 -0.328125 L 3.3125 -0.8125 C 3.421875 -1.09375 3.53125 -1.34375 3.65625 -1.609375 L 3.953125 -2.359375 C 4.015625 -2.515625 4.09375 -2.65625 4.125 -2.8125 L 4.140625 -2.8125 C 4.171875 -2.65625 4.25 -2.515625 4.3125 -2.359375 C 4.578125 -1.6875 4.875 -1.015625 5.140625 -0.34375 C 5.21875 -0.125 5.28125 0.046875 5.546875 0.046875 C 5.8125 0.046875 5.875 -0.140625 5.9375 -0.3125 C 6.28125 -1.21875 6.671875 -2.09375 7.03125 -3 L 7.28125 -3.59375 C 7.40625 -3.859375 7.390625 -3.96875 8.015625 -3.96875 L 8.015625 -4.4375 L 6.296875 -4.4375 L 6.296875 -3.96875 C 6.53125 -3.96875 6.859375 -3.953125 6.859375 -3.828125 C 6.859375 -3.703125 6.6875 -3.390625 6.59375 -3.1875 C 6.34375 -2.515625 6.09375 -1.828125 5.78125 -1.1875 L 4.640625 -3.96875 L 5.203125 -3.96875 L 5.203125 -4.4375 L 3.078125 -4.4375 L 3.078125 -3.96875 L 3.53125 -3.96875 C 3.671875 -3.96875 3.671875 -3.890625 3.71875 -3.8125 C 3.765625 -3.703125 3.875 -3.53125 3.875 -3.421875 C 3.875 -3.296875 3.75 -3.09375 3.703125 -2.984375 C 3.484375 -2.46875 3.234375 -1.9375 3.0625 -1.421875 L 3.046875 -1.421875 L 2 -3.96875 L 2.5625 -3.96875 L 2.5625 -4.4375 Z M 0.25 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 0.890625 -6.015625 L 0.890625 -5.703125 C 1.328125 -5.703125 1.796875 -5.75 2.1875 -5.96875 L 2.1875 -0.75 C 2.1875 -0.375 1.8125 -0.3125 1.421875 -0.3125 C 1.25 -0.3125 1.09375 -0.3125 0.953125 -0.3125 L 0.953125 -0.015625 L 4.1875 -0.015625 L 4.1875 -0.3125 C 4.015625 -0.3125 3.84375 -0.3125 3.6875 -0.3125 C 3.296875 -0.3125 2.9375 -0.375 2.9375 -0.75 L 2.9375 -6.484375 C 2.9375 -6.578125 2.90625 -6.65625 2.796875 -6.65625 C 2.65625 -6.65625 2.5 -6.453125 2.375 -6.375 C 1.9375 -6.09375 1.40625 -6.015625 0.890625 -6.015625 Z M 0.890625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-2">
|
||||
<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 overflow="visible" id="glyph2-3">
|
||||
<path style="stroke:none;" d="M 1.15625 -0.484375 C 1.78125 0 2.265625 0.203125 3.046875 0.203125 C 4.234375 0.203125 4.96875 -0.859375 4.96875 -1.875 C 4.96875 -2.703125 4.5 -3.46875 3.703125 -3.796875 C 3.09375 -4.046875 2.34375 -4.03125 1.8125 -4.34375 C 1.421875 -4.59375 1.1875 -5.03125 1.1875 -5.46875 C 1.1875 -6.25 1.859375 -6.765625 2.5625 -6.765625 C 3.546875 -6.765625 4.234375 -5.96875 4.390625 -4.96875 C 4.421875 -4.828125 4.390625 -4.5625 4.578125 -4.5625 C 4.6875 -4.5625 4.6875 -4.640625 4.6875 -4.734375 L 4.6875 -6.890625 C 4.6875 -6.96875 4.671875 -7.03125 4.59375 -7.03125 C 4.453125 -7.03125 4.34375 -6.765625 4.25 -6.625 C 4.203125 -6.546875 4.125 -6.4375 4.09375 -6.34375 C 3.671875 -6.75 3.203125 -7.03125 2.546875 -7.03125 C 1.5625 -7.03125 0.546875 -6.359375 0.546875 -5.09375 C 0.546875 -4.0625 1.3125 -3.375 2.28125 -3.171875 C 2.5 -3.125 2.6875 -3.0625 2.90625 -3.015625 C 3.453125 -2.875 4.015625 -2.734375 4.25 -2.03125 C 4.3125 -1.875 4.34375 -1.71875 4.34375 -1.5625 C 4.34375 -0.8125 3.828125 -0.09375 2.984375 -0.09375 C 2 -0.09375 1.03125 -0.625 0.828125 -1.78125 C 0.8125 -1.859375 0.8125 -1.96875 0.796875 -2.046875 L 0.796875 -2.125 C 0.796875 -2.21875 0.75 -2.265625 0.671875 -2.265625 C 0.5625 -2.265625 0.546875 -2.1875 0.546875 -2.125 L 0.546875 0.0625 C 0.546875 0.140625 0.5625 0.203125 0.640625 0.203125 C 0.796875 0.203125 0.90625 -0.0625 0.984375 -0.203125 C 1.046875 -0.296875 1.109375 -0.390625 1.15625 -0.484375 Z M 1.15625 -0.484375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-4">
|
||||
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.453125 -3.984375 C 0.734375 -3.984375 1.03125 -3.96875 1.09375 -3.671875 C 1.09375 -3.5625 1.09375 -3.453125 1.09375 -3.34375 L 1.09375 -1.359375 C 1.09375 -1.03125 1.109375 -0.734375 1.28125 -0.4375 C 1.5625 -0.015625 2.125 0.109375 2.59375 0.109375 C 3.046875 0.109375 3.453125 -0.09375 3.703125 -0.453125 C 3.765625 -0.5625 3.84375 -0.65625 3.875 -0.78125 L 3.875 0.09375 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.171875 -0.3125 C 4.84375 -0.3125 4.546875 -0.34375 4.546875 -0.796875 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 L 3.21875 -3.984375 C 3.546875 -3.984375 3.84375 -3.953125 3.84375 -3.484375 L 3.84375 -1.6875 C 3.84375 -0.953125 3.46875 -0.125 2.640625 -0.125 C 2.078125 -0.125 1.796875 -0.265625 1.796875 -1.328125 L 1.796875 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-5">
|
||||
<path style="stroke:none;" d="M 3.578125 -3.859375 C 3.3125 -3.84375 3.109375 -3.671875 3.109375 -3.40625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.875 -2.9375 4.03125 -3.15625 4.03125 -3.4375 L 4.03125 -3.5 C 3.921875 -4.234375 3.078125 -4.46875 2.5 -4.46875 C 1.28125 -4.46875 0.328125 -3.40625 0.328125 -2.15625 C 0.328125 -1.03125 1.203125 0.09375 2.5 0.09375 C 3.15625 0.09375 3.796875 -0.265625 4.0625 -0.953125 C 4.09375 -1.015625 4.140625 -1.109375 4.140625 -1.171875 C 4.140625 -1.25 4.09375 -1.296875 4.015625 -1.296875 C 3.875 -1.296875 3.78125 -0.921875 3.703125 -0.78125 C 3.46875 -0.40625 3.0625 -0.15625 2.609375 -0.15625 C 1.546875 -0.15625 1.21875 -1.21875 1.171875 -2 L 1.171875 -2.125 C 1.171875 -2.921875 1.359375 -4.109375 2.453125 -4.21875 L 2.53125 -4.21875 C 2.90625 -4.21875 3.296875 -4.109375 3.578125 -3.859375 Z M 3.578125 -3.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-6">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.8125 L 0.3125 -6.515625 L 0.46875 -6.515625 C 0.84375 -6.515625 1.09375 -6.46875 1.09375 -5.984375 L 1.09375 -0.953125 C 1.09375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.53125 4.390625 -3.84375 C 4.140625 -4.28125 3.65625 -4.40625 3.1875 -4.40625 C 2.609375 -4.40625 1.96875 -4.015625 1.78125 -3.453125 L 1.765625 -6.921875 Z M 0.3125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-7">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.3125 L 3.984375 -2.3125 C 4.09375 -2.3125 4.140625 -2.375 4.140625 -2.5 C 4.140625 -3.546875 3.5 -4.46875 2.375 -4.46875 C 1.15625 -4.46875 0.28125 -3.375 0.28125 -2.1875 C 0.28125 -1.28125 0.78125 -0.453125 1.671875 -0.0625 C 1.890625 0.046875 2.15625 0.09375 2.40625 0.09375 L 2.4375 0.09375 C 3.203125 0.09375 3.84375 -0.328125 4.109375 -1.09375 C 4.125 -1.125 4.125 -1.171875 4.125 -1.203125 C 4.125 -1.265625 4.09375 -1.3125 4.015625 -1.3125 C 3.875 -1.3125 3.8125 -0.984375 3.75 -0.875 C 3.5 -0.4375 3.015625 -0.15625 2.5 -0.15625 C 2.140625 -0.15625 1.8125 -0.359375 1.546875 -0.625 C 1.140625 -1.09375 1.109375 -1.734375 1.109375 -2.3125 Z M 1.125 -2.515625 C 1.125 -3.296875 1.53125 -4.25 2.359375 -4.25 L 2.40625 -4.25 C 3.375 -4.15625 3.375 -3.125 3.46875 -2.515625 Z M 1.125 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-8">
|
||||
<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 overflow="visible" id="glyph2-9">
|
||||
<path style="stroke:none;" d="M 0.375 -4.296875 L 0.375 -3.984375 L 0.5625 -3.984375 C 0.84375 -3.984375 1.109375 -3.953125 1.109375 -3.484375 L 1.109375 -0.734375 C 1.109375 -0.375 0.921875 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 L 2.265625 -0.3125 C 2.015625 -0.3125 1.78125 -0.34375 1.78125 -0.671875 L 1.78125 -4.40625 Z M 1.203125 -6.671875 C 0.953125 -6.640625 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.859375 1 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 C 1.8125 -6.4375 1.5625 -6.671875 1.28125 -6.671875 C 1.25 -6.671875 1.234375 -6.671875 1.203125 -6.671875 Z M 1.203125 -6.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-10">
|
||||
<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 overflow="visible" id="glyph2-11">
|
||||
<path style="stroke:none;" d="M 0.171875 -4.296875 L 0.171875 -3.984375 L 0.328125 -3.984375 C 0.84375 -3.984375 0.875 -3.765625 1.109375 -3.0625 C 1.359375 -2.375 1.625 -1.6875 1.859375 -1 L 2.15625 -0.15625 C 2.203125 -0.046875 2.234375 0.09375 2.375 0.09375 L 2.390625 0.09375 C 2.609375 0.09375 2.75 -0.5625 2.875 -0.890625 C 3.0625 -1.421875 3.25 -1.953125 3.453125 -2.484375 C 3.5 -2.625 3.5625 -2.765625 3.59375 -2.90625 C 3.625 -2.765625 3.6875 -2.625 3.734375 -2.484375 L 4.03125 -1.671875 C 4.203125 -1.15625 4.40625 -0.640625 4.578125 -0.125 C 4.625 -0.015625 4.671875 0.09375 4.8125 0.09375 C 5.03125 0.09375 5.1875 -0.609375 5.3125 -0.96875 L 5.875 -2.546875 C 6.109375 -3.1875 6.25 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.625 -3.984375 5.90625 -3.84375 5.9375 -3.5625 C 5.9375 -3.28125 5.765625 -2.953125 5.671875 -2.703125 C 5.515625 -2.265625 5.359375 -1.84375 5.21875 -1.421875 C 5.140625 -1.203125 5.03125 -0.984375 4.984375 -0.765625 L 4.96875 -0.765625 C 4.921875 -1 4.796875 -1.3125 4.6875 -1.5625 C 4.46875 -2.203125 4.234375 -2.84375 4 -3.5 C 3.984375 -3.5625 3.953125 -3.65625 3.953125 -3.734375 L 3.953125 -3.765625 C 4 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 2.59375 -4.296875 L 2.59375 -3.984375 L 2.765625 -3.984375 C 3.15625 -3.984375 3.25 -3.84375 3.375 -3.5 C 3.40625 -3.421875 3.453125 -3.34375 3.453125 -3.265625 C 3.4375 -3.171875 3.390625 -3.078125 3.359375 -2.984375 L 2.796875 -1.40625 C 2.734375 -1.234375 2.6875 -1.0625 2.609375 -0.90625 C 2.5 -1.171875 2.40625 -1.453125 2.3125 -1.71875 C 2.15625 -2.15625 2 -2.578125 1.859375 -3.015625 L 1.671875 -3.515625 C 1.65625 -3.578125 1.609375 -3.65625 1.609375 -3.71875 C 1.609375 -3.984375 1.984375 -3.984375 2.203125 -3.984375 L 2.203125 -4.296875 Z M 0.171875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-12">
|
||||
<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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.546875 4.375 -3.84375 C 4.140625 -4.28125 3.640625 -4.40625 3.1875 -4.40625 C 2.578125 -4.40625 1.9375 -3.984375 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-13">
|
||||
<path style="stroke:none;" d="M 0.890625 -5.328125 C 1.125 -5.828125 1.5 -6.34375 2.21875 -6.34375 C 3.15625 -6.34375 3.5625 -5.484375 3.5625 -4.703125 C 3.5625 -3.78125 2.953125 -3.03125 2.375 -2.375 C 1.8125 -1.703125 1.203125 -1.0625 0.625 -0.40625 C 0.53125 -0.3125 0.5 -0.265625 0.5 -0.125 L 0.5 -0.015625 L 4.203125 -0.015625 L 4.46875 -1.75 L 4.234375 -1.75 C 4.140625 -1.296875 4.203125 -0.796875 3.6875 -0.796875 L 3.296875 -0.796875 C 3 -0.78125 2.71875 -0.78125 2.421875 -0.78125 C 2.03125 -0.78125 1.65625 -0.78125 1.28125 -0.78125 L 1.96875 -1.453125 C 2.25 -1.71875 2.515625 -1.984375 2.796875 -2.234375 C 3.53125 -2.890625 4.46875 -3.609375 4.46875 -4.71875 C 4.46875 -5.84375 3.515625 -6.65625 2.390625 -6.65625 C 1.4375 -6.65625 0.5 -5.9375 0.5 -4.859375 C 0.5 -4.609375 0.59375 -4.296875 1.015625 -4.296875 C 1.3125 -4.296875 1.546875 -4.5 1.546875 -4.8125 C 1.546875 -5.078125 1.34375 -5.328125 1.03125 -5.328125 C 0.984375 -5.328125 0.9375 -5.328125 0.890625 -5.328125 Z M 0.890625 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-14">
|
||||
<path style="stroke:none;" d="M 2.34375 -4.46875 C 1.09375 -4.34375 0.28125 -3.28125 0.28125 -2.125 C 0.28125 -1 1.171875 0.09375 2.5 0.09375 C 3.6875 0.09375 4.6875 -0.875 4.6875 -2.140625 C 4.6875 -3.3125 3.796875 -4.46875 2.46875 -4.46875 C 2.4375 -4.46875 2.375 -4.46875 2.34375 -4.46875 Z M 1.109375 -1.890625 L 1.109375 -2.328125 C 1.109375 -3.09375 1.359375 -4.25 2.484375 -4.25 C 3.296875 -4.25 3.75 -3.5625 3.84375 -2.8125 C 3.859375 -2.59375 3.859375 -2.375 3.859375 -2.15625 C 3.859375 -1.515625 3.78125 -0.703125 3.15625 -0.34375 C 2.953125 -0.203125 2.734375 -0.15625 2.5 -0.15625 C 1.78125 -0.15625 1.265625 -0.71875 1.15625 -1.5 C 1.140625 -1.625 1.140625 -1.765625 1.109375 -1.890625 Z M 1.109375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-15">
|
||||
<path style="stroke:none;" d="M 0.359375 -6.8125 L 0.359375 -6.515625 C 0.484375 -6.515625 0.625 -6.515625 0.734375 -6.515625 C 1.09375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -0.75 C 1.390625 -0.375 1.0625 -0.3125 0.71875 -0.3125 C 0.59375 -0.3125 0.46875 -0.3125 0.359375 -0.3125 L 0.359375 -0.015625 L 3.5 -0.015625 C 3.703125 -0.015625 3.90625 0 4.109375 0 C 5.1875 0 6.5 -0.5 6.5 -1.890625 C 6.5 -2.84375 5.375 -3.5625 4.5625 -3.5625 L 4.5625 -3.578125 C 5.3125 -3.65625 6.21875 -4.28125 6.21875 -5.140625 L 6.21875 -5.203125 C 6.140625 -6.34375 4.859375 -6.828125 3.859375 -6.828125 C 3.65625 -6.828125 3.453125 -6.8125 3.265625 -6.8125 Z M 2.21875 -3.4375 L 4 -3.4375 C 4.96875 -3.4375 5.5 -2.703125 5.5 -1.875 C 5.5 -0.984375 4.859375 -0.3125 3.84375 -0.3125 C 3.671875 -0.3125 3.515625 -0.3125 3.359375 -0.3125 L 2.59375 -0.3125 C 2.375 -0.3125 2.21875 -0.375 2.21875 -0.640625 Z M 2.21875 -3.65625 L 2.21875 -6.140625 C 2.21875 -6.4375 2.359375 -6.484375 2.578125 -6.515625 L 3.84375 -6.515625 C 4.421875 -6.515625 4.859375 -6.296875 5.140625 -5.71875 C 5.203125 -5.53125 5.25 -5.328125 5.25 -5.125 C 5.25 -4.25 4.46875 -3.65625 3.625 -3.65625 C 3.515625 -3.65625 3.40625 -3.65625 3.296875 -3.65625 Z M 2.21875 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-16">
|
||||
<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 overflow="visible" id="glyph2-17">
|
||||
<path style="stroke:none;" d="M 0.90625 -6.140625 C 1.234375 -6.609375 1.671875 -6.8125 2.21875 -6.8125 C 2.578125 -6.8125 3.03125 -6.734375 3.203125 -6.375 C 3.296875 -6.21875 3.296875 -6.046875 3.3125 -5.875 L 3.3125 -5.75 C 3.3125 -5.328125 3.21875 -5.109375 2.890625 -4.71875 C 2.40625 -4.15625 2.140625 -3.421875 2.09375 -2.703125 L 2.09375 -2.203125 C 2.09375 -2.15625 2.078125 -2.109375 2.078125 -2.046875 C 2.078125 -1.96875 2.109375 -1.890625 2.203125 -1.875 L 2.25 -1.875 C 2.296875 -1.890625 2.328125 -1.9375 2.34375 -1.984375 L 2.34375 -2.640625 C 2.40625 -3.359375 2.78125 -3.984375 3.3125 -4.453125 C 3.515625 -4.609375 3.734375 -4.71875 3.890625 -4.921875 C 4.0625 -5.140625 4.140625 -5.421875 4.140625 -5.6875 C 4.140625 -6.65625 3.234375 -7.03125 2.1875 -7.03125 C 1.484375 -7.03125 0.546875 -6.59375 0.546875 -5.71875 C 0.546875 -5.5 0.65625 -5.234375 0.96875 -5.234375 C 1.28125 -5.234375 1.46875 -5.4375 1.46875 -5.703125 C 1.46875 -5.984375 1.25 -6.140625 0.984375 -6.140625 Z M 2.140625 -1.0625 C 1.890625 -1.03125 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.25 1.9375 -0.015625 2.21875 -0.015625 C 2.484375 -0.015625 2.734375 -0.234375 2.734375 -0.53125 C 2.734375 -0.828125 2.5 -1.0625 2.21875 -1.0625 C 2.1875 -1.0625 2.15625 -1.0625 2.140625 -1.0625 Z M 2.140625 -1.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-18">
|
||||
<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.796875 -0.015625 C 5.078125 -0.015625 6.265625 -0.625 6.84375 -2.078125 C 6.984375 -2.5 7.0625 -2.921875 7.0625 -3.359375 C 7.0625 -4.921875 6.078125 -6.59375 4.296875 -6.8125 C 4.140625 -6.8125 3.96875 -6.8125 3.8125 -6.8125 Z M 6.046875 -3.109375 L 6.046875 -2.90625 C 5.96875 -1.84375 5.625 -0.734375 4.375 -0.40625 C 4.078125 -0.3125 3.78125 -0.3125 3.484375 -0.3125 L 2.625 -0.3125 C 2.390625 -0.3125 2.21875 -0.375 2.21875 -0.671875 C 2.21875 -0.75 2.21875 -0.8125 2.21875 -0.875 L 2.21875 -5.796875 C 2.21875 -5.875 2.21875 -5.984375 2.21875 -6.078125 C 2.21875 -6.453125 2.359375 -6.515625 2.640625 -6.515625 C 2.71875 -6.515625 2.796875 -6.515625 2.859375 -6.515625 L 3.515625 -6.515625 C 4.21875 -6.515625 4.90625 -6.359375 5.40625 -5.75 C 5.9375 -5.109375 6.0625 -4.265625 6.0625 -3.4375 L 6.0625 -3.34375 C 6.0625 -3.265625 6.0625 -3.1875 6.046875 -3.109375 Z M 6.046875 -3.109375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-19">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.421875 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.484375 L 1.046875 -0.734375 C 1.046875 -0.328125 0.765625 -0.3125 0.328125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.6875 -0.015625 L 2.6875 -0.3125 C 2.5625 -0.3125 2.421875 -0.3125 2.296875 -0.3125 C 1.984375 -0.3125 1.71875 -0.359375 1.71875 -0.734375 L 1.71875 -2.046875 C 1.71875 -2.90625 1.90625 -4.1875 2.890625 -4.1875 C 2.9375 -4.1875 2.953125 -4.1875 3 -4.171875 C 2.84375 -4.109375 2.765625 -3.953125 2.765625 -3.78125 C 2.765625 -3.5625 2.921875 -3.40625 3.15625 -3.359375 C 3.4375 -3.359375 3.625 -3.53125 3.625 -3.78125 C 3.625 -4.1875 3.25 -4.40625 2.890625 -4.40625 C 2.296875 -4.40625 1.78125 -3.875 1.671875 -3.34375 L 1.671875 -4.40625 Z M 0.265625 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-20">
|
||||
<path style="stroke:none;" d="M 1.75 -4.46875 C 1.390625 -4.421875 1 -4.359375 0.703125 -4.109375 C 0.46875 -3.890625 0.328125 -3.5625 0.328125 -3.234375 C 0.328125 -1.53125 3.09375 -2.5 3.09375 -1 C 3.09375 -0.40625 2.546875 -0.125 2 -0.125 C 1.25 -0.125 0.734375 -0.65625 0.59375 -1.515625 C 0.578125 -1.609375 0.5625 -1.6875 0.453125 -1.6875 C 0.375 -1.6875 0.328125 -1.640625 0.328125 -1.5625 L 0.328125 0.015625 C 0.34375 0.0625 0.375 0.09375 0.421875 0.09375 L 0.4375 0.09375 C 0.59375 0.09375 0.75 -0.265625 0.875 -0.296875 L 0.890625 -0.296875 C 0.96875 -0.296875 1.234375 -0.046875 1.453125 0.015625 C 1.609375 0.078125 1.796875 0.09375 1.96875 0.09375 C 2.796875 0.09375 3.59375 -0.34375 3.59375 -1.25 C 3.59375 -1.90625 3.109375 -2.453125 2.453125 -2.625 C 1.828125 -2.796875 0.8125 -2.796875 0.8125 -3.515625 C 0.8125 -4.125 1.484375 -4.28125 1.921875 -4.28125 C 2.40625 -4.28125 3.09375 -4 3.09375 -3.15625 C 3.09375 -3.0625 3.09375 -2.984375 3.203125 -2.984375 C 3.3125 -2.984375 3.34375 -3.0625 3.34375 -3.15625 C 3.34375 -3.203125 3.34375 -3.265625 3.34375 -3.296875 L 3.34375 -4.328125 C 3.34375 -4.390625 3.3125 -4.46875 3.234375 -4.46875 C 3.078125 -4.46875 2.96875 -4.21875 2.859375 -4.21875 L 2.84375 -4.21875 C 2.765625 -4.21875 2.609375 -4.34375 2.5 -4.390625 C 2.3125 -4.453125 2.109375 -4.46875 1.921875 -4.46875 C 1.859375 -4.46875 1.8125 -4.46875 1.75 -4.46875 Z M 1.75 -4.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-21">
|
||||
<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 overflow="visible" id="glyph2-22">
|
||||
<path style="stroke:none;" d="M 0.265625 -6.8125 L 0.265625 -6.515625 L 0.4375 -6.515625 C 0.75 -6.515625 1.046875 -6.484375 1.046875 -6.015625 L 1.046875 -0.015625 L 1.28125 -0.03125 L 1.421875 -0.203125 L 1.65625 -0.625 L 1.671875 -0.625 C 1.90625 -0.140625 2.5 0.09375 3 0.09375 C 4.234375 0.09375 5.1875 -0.984375 5.1875 -2.15625 C 5.1875 -3.3125 4.3125 -4.40625 3.046875 -4.40625 C 2.515625 -4.40625 2.0625 -4.15625 1.71875 -3.765625 L 1.71875 -6.921875 Z M 4.34375 -1.90625 C 4.3125 -1.4375 4.25 -1.015625 3.953125 -0.640625 C 3.703125 -0.328125 3.328125 -0.125 2.9375 -0.125 C 2.5 -0.125 2.109375 -0.375 1.890625 -0.734375 C 1.796875 -0.84375 1.75 -0.921875 1.75 -1.078125 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.734375 2.46875 -4.1875 3.015625 -4.1875 C 4.09375 -4.1875 4.359375 -2.9375 4.359375 -2.140625 C 4.359375 -2.0625 4.359375 -2 4.34375 -1.90625 Z M 4.34375 -1.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-23">
|
||||
<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="glyph2-24">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 L 0.671875 -6.515625 C 1.109375 -6.515625 1.359375 -6.46875 1.359375 -6.0625 L 1.359375 -2.40625 C 1.359375 -1.03125 2.28125 0.203125 3.9375 0.203125 C 5.0625 0.203125 5.921875 -0.8125 6.078125 -1.859375 C 6.109375 -2.0625 6.109375 -2.265625 6.109375 -2.46875 L 6.109375 -5.765625 C 6.109375 -6.453125 6.703125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.78125 -6.8125 L 4.78125 -6.515625 C 5.21875 -6.515625 5.796875 -6.453125 5.796875 -5.75 L 5.796875 -2.375 C 5.796875 -1.375 5.25 -0.09375 3.859375 -0.09375 C 3.140625 -0.09375 2.5625 -0.640625 2.359375 -1.3125 C 2.25 -1.671875 2.25 -2.046875 2.25 -2.4375 L 2.25 -5.828125 C 2.25 -5.90625 2.234375 -5.984375 2.234375 -6.078125 C 2.234375 -6.46875 2.578125 -6.515625 2.9375 -6.515625 L 3.265625 -6.515625 L 3.265625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-25">
|
||||
<path style="stroke:none;" d="M 1.109375 -3.796875 C 1.359375 -4.109375 1.796875 -4.25 2.171875 -4.25 C 2.90625 -4.25 3.234375 -3.578125 3.234375 -2.875 L 3.234375 -2.609375 C 2.09375 -2.609375 0.40625 -2.25 0.40625 -0.953125 L 0.40625 -0.875 C 0.484375 -0.09375 1.453125 0.09375 2.03125 0.09375 C 2.53125 0.09375 3.1875 -0.234375 3.3125 -0.75 C 3.375 -0.3125 3.65625 0.046875 4.09375 0.046875 C 4.5 0.046875 4.859375 -0.28125 4.921875 -0.734375 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.953125 C 4.671875 -0.671875 4.609375 -0.265625 4.3125 -0.265625 C 3.984375 -0.265625 3.9375 -0.65625 3.9375 -0.921875 L 3.9375 -2.59375 C 3.9375 -2.71875 3.953125 -2.84375 3.953125 -2.96875 C 3.953125 -3.9375 3.046875 -4.46875 2.21875 -4.46875 C 1.578125 -4.46875 0.703125 -4.15625 0.703125 -3.359375 C 0.703125 -3.078125 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.609375 -3.09375 1.609375 -3.34375 C 1.609375 -3.625 1.390625 -3.796875 1.109375 -3.796875 Z M 3.234375 -2.40625 L 3.234375 -1.390625 C 3.234375 -0.703125 2.765625 -0.15625 2.109375 -0.125 L 2.078125 -0.125 C 1.609375 -0.125 1.1875 -0.484375 1.1875 -0.96875 L 1.1875 -1.015625 C 1.25 -2.03125 2.375 -2.375 3.234375 -2.40625 Z M 3.234375 -2.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-26">
|
||||
<path style="stroke:none;" d="M 0.109375 -2.4375 L 0.109375 -1.859375 L 2.765625 -1.859375 L 2.765625 -2.4375 Z M 0.109375 -2.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-27">
|
||||
<path style="stroke:none;" d="M 0.375 -6.8125 L 0.375 -6.515625 C 0.5 -6.515625 0.625 -6.515625 0.75 -6.515625 C 1.109375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -1.03125 C 1.390625 -0.375 0.796875 -0.3125 0.375 -0.3125 L 0.375 -0.015625 L 2.703125 -0.015625 L 2.703125 -0.3125 C 2.25 -0.3125 1.671875 -0.375 1.671875 -1.0625 C 1.671875 -1.15625 1.671875 -1.25 1.671875 -1.34375 L 1.6875 -6.453125 C 1.734375 -6.234375 1.828125 -6.046875 1.90625 -5.84375 C 2.609375 -4 3.328125 -2.15625 4.046875 -0.34375 C 4.09375 -0.234375 4.140625 -0.015625 4.28125 -0.015625 L 4.296875 -0.015625 C 4.453125 -0.03125 4.484375 -0.265625 4.53125 -0.375 C 5.25 -2.25 6 -4.125 6.703125 -6 C 6.78125 -6.171875 6.859375 -6.34375 6.90625 -6.515625 L 6.921875 -0.765625 C 6.921875 -0.375 6.59375 -0.3125 6.28125 -0.3125 C 6.140625 -0.3125 6.015625 -0.3125 5.890625 -0.3125 L 5.890625 -0.015625 L 8.75 -0.015625 L 8.75 -0.3125 C 8.640625 -0.3125 8.5 -0.3125 8.390625 -0.3125 C 8.03125 -0.3125 7.71875 -0.359375 7.71875 -0.75 L 7.71875 -6.078125 C 7.71875 -6.453125 8.046875 -6.515625 8.390625 -6.515625 C 8.515625 -6.515625 8.640625 -6.515625 8.75 -6.515625 L 8.75 -6.8125 L 7.015625 -6.8125 L 6.828125 -6.78125 L 6.734375 -6.625 L 4.5625 -1.015625 L 2.390625 -6.625 L 2.296875 -6.78125 L 2.109375 -6.8125 Z M 0.375 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-28">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.453125 -6.515625 0.59375 -6.515625 0.703125 -6.515625 C 1.0625 -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.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 5.515625 -0.015625 L 5.796875 -2.578125 L 5.546875 -2.578125 C 5.46875 -1.78125 5.34375 -0.625 4.203125 -0.40625 C 3.90625 -0.3125 3.625 -0.3125 3.328125 -0.3125 L 2.59375 -0.3125 C 2.390625 -0.34375 2.25 -0.390625 2.25 -0.65625 L 2.25 -6.078125 C 2.25 -6.46875 2.609375 -6.515625 2.9375 -6.515625 C 3.046875 -6.515625 3.140625 -6.515625 3.234375 -6.515625 L 3.515625 -6.515625 L 3.515625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-29">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 L 0.484375 -6.515625 C 0.84375 -6.515625 1.109375 -6.46875 1.109375 -5.984375 L 1.109375 -0.953125 C 1.109375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 -0.015625 L 2.546875 -0.015625 L 2.546875 -0.3125 L 2.296875 -0.3125 C 2.015625 -0.3125 1.78125 -0.359375 1.78125 -0.75 L 1.78125 -6.921875 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-30">
|
||||
<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 overflow="visible" id="glyph2-31">
|
||||
<path style="stroke:none;" d="M 0.53125 -4.296875 L 0.421875 -2.6875 L 0.671875 -2.6875 C 0.6875 -3.046875 0.703125 -3.453125 0.921875 -3.734375 C 1.171875 -4.046875 1.640625 -4.078125 2.03125 -4.078125 L 3.140625 -4.078125 C 2.203125 -2.875 1.3125 -1.59375 0.390625 -0.375 C 0.34375 -0.3125 0.28125 -0.21875 0.28125 -0.140625 C 0.28125 -0.046875 0.34375 -0.015625 0.453125 -0.015625 L 3.828125 -0.015625 L 4 -1.875 L 3.75 -1.875 C 3.671875 -1.203125 3.625 -0.375 2.671875 -0.28125 C 2.4375 -0.265625 2.21875 -0.265625 2 -0.265625 L 1.125 -0.265625 C 1.859375 -1.25 2.59375 -2.25 3.328125 -3.234375 C 3.546875 -3.53125 3.984375 -4 3.984375 -4.171875 C 3.984375 -4.265625 3.890625 -4.296875 3.8125 -4.296875 Z M 0.53125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-32">
|
||||
<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 overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 1.046875 -7.09375 L 1.046875 -6.578125 C 1.65625 -6.578125 2.15625 -6.640625 2.78125 -6.796875 L 2.78125 -0.53125 L 1.125 -0.53125 L 1.125 -0.015625 L 5.765625 -0.015625 L 5.765625 -0.53125 L 4.140625 -0.53125 L 4.140625 -7.375 C 4.140625 -7.421875 4.140625 -7.5 4.140625 -7.5625 C 4.140625 -7.71875 4.09375 -7.859375 3.90625 -7.859375 L 3.828125 -7.859375 C 3.6875 -7.859375 3.59375 -7.734375 3.484375 -7.671875 C 2.78125 -7.1875 1.875 -7.09375 1.046875 -7.09375 Z M 1.046875 -7.09375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 1.75 -1.734375 C 1.328125 -1.65625 1 -1.3125 1 -0.890625 C 1 -0.4375 1.34375 -0.015625 1.890625 -0.015625 L 1.96875 -0.015625 C 2.40625 -0.09375 2.71875 -0.4375 2.71875 -0.859375 C 2.71875 -1.3125 2.375 -1.734375 1.84375 -1.734375 Z M 1.75 -1.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 3.125 -8.359375 C 2.46875 -8.28125 1.84375 -8.109375 1.359375 -7.625 C 0.953125 -7.203125 0.734375 -6.609375 0.734375 -6.015625 C 0.734375 -4.921875 1.484375 -4 2.5625 -3.703125 C 3.015625 -3.578125 3.5 -3.5 3.953125 -3.375 C 4.65625 -3.234375 5.640625 -3 5.640625 -1.8125 C 5.640625 -0.84375 4.828125 -0.375 4.046875 -0.375 C 2.90625 -0.375 1.5625 -0.78125 1.296875 -2.15625 L 1.25 -2.5625 C 1.25 -2.6875 1.1875 -2.734375 1.046875 -2.734375 L 0.9375 -2.734375 C 0.796875 -2.734375 0.734375 -2.671875 0.734375 -2.546875 L 0.734375 -0.015625 C 0.75 0.0625 0.78125 0.109375 0.859375 0.125 L 0.90625 0.125 C 1.234375 0.125 1.46875 -0.5 1.671875 -0.53125 L 1.6875 -0.53125 C 1.75 -0.53125 1.859375 -0.421875 1.953125 -0.375 C 2.59375 -0.03125 3.328125 0.125 4.0625 0.125 C 4.84375 0.125 5.671875 -0.109375 6.171875 -0.734375 C 6.53125 -1.1875 6.71875 -1.765625 6.71875 -2.359375 C 6.71875 -3.75 5.75 -4.671875 4.421875 -4.953125 L 3.578125 -5.140625 C 3.25 -5.21875 2.90625 -5.265625 2.59375 -5.421875 C 2.171875 -5.625 1.84375 -6.03125 1.8125 -6.5 L 1.8125 -6.578125 C 1.8125 -7.546875 2.6875 -7.875 3.421875 -7.875 C 4.640625 -7.875 5.640625 -7.09375 5.8125 -5.703125 C 5.828125 -5.5625 5.84375 -5.484375 6.015625 -5.484375 L 6.125 -5.484375 C 6.265625 -5.484375 6.328125 -5.53125 6.328125 -5.671875 L 6.328125 -8.140625 C 6.328125 -8.25 6.3125 -8.359375 6.171875 -8.359375 C 6.015625 -8.359375 5.953125 -8.25 5.84375 -8.140625 L 5.5625 -7.828125 C 5.515625 -7.78125 5.46875 -7.6875 5.40625 -7.6875 L 5.390625 -7.6875 C 5.3125 -7.6875 5.234375 -7.78125 5.1875 -7.8125 C 4.65625 -8.234375 3.9375 -8.359375 3.28125 -8.359375 Z M 3.125 -8.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.78125 -4.78125 C 1.015625 -4.78125 1.25 -4.75 1.328125 -4.5 L 1.328125 -1.65625 C 1.328125 -1.296875 1.34375 -0.9375 1.53125 -0.625 C 1.890625 -0.015625 2.75 0.0625 3.375 0.0625 C 4.015625 0.0625 4.8125 -0.1875 5.09375 -0.90625 L 5.109375 0.0625 L 7.171875 0.0625 L 7.171875 -0.53125 L 6.90625 -0.53125 C 6.625 -0.53125 6.34375 -0.5625 6.34375 -0.90625 L 6.34375 -5.390625 L 4.671875 -5.390625 L 4.21875 -5.296875 L 4.21875 -4.78125 L 4.46875 -4.78125 C 4.78125 -4.78125 5.046875 -4.75 5.046875 -4.40625 L 5.046875 -1.796875 C 4.953125 -1.03125 4.453125 -0.328125 3.578125 -0.328125 C 3.15625 -0.328125 2.703125 -0.328125 2.640625 -1.015625 C 2.625 -1.265625 2.625 -1.5 2.625 -1.75 L 2.625 -5.390625 L 0.953125 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 4.28125 -4.921875 C 4.125 -4.765625 4.03125 -4.609375 4.03125 -4.359375 C 4.03125 -3.984375 4.28125 -3.734375 4.65625 -3.65625 L 4.734375 -3.65625 C 5.140625 -3.65625 5.4375 -3.96875 5.4375 -4.359375 C 5.4375 -5.40625 3.9375 -5.4375 3.453125 -5.4375 C 2.71875 -5.4375 2.015625 -5.265625 1.421875 -4.828125 C 0.75 -4.328125 0.4375 -3.5 0.4375 -2.671875 C 0.4375 -1.984375 0.65625 -1.25 1.15625 -0.75 C 1.71875 -0.171875 2.5625 0.0625 3.34375 0.0625 C 4.203125 0.0625 5.078125 -0.28125 5.46875 -1.0625 C 5.5 -1.140625 5.59375 -1.296875 5.59375 -1.40625 C 5.59375 -1.53125 5.484375 -1.546875 5.375 -1.546875 L 5.28125 -1.546875 C 5.046875 -1.546875 5.0625 -1.34375 4.984375 -1.203125 C 4.6875 -0.6875 4.203125 -0.375 3.578125 -0.375 C 2.125 -0.375 1.890625 -1.75 1.890625 -2.75 C 1.890625 -3.625 2.03125 -4.890625 3.265625 -5 L 3.390625 -5 C 3.6875 -5 4 -4.984375 4.28125 -4.921875 Z M 4.28125 -4.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 0.5 -8.21875 L 0.5 -7.703125 L 0.796875 -7.703125 C 1.078125 -7.703125 1.328125 -7.65625 1.328125 -7.3125 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.75 -5.390625 2.84375 -4.921875 2.578125 -4.1875 L 2.5625 -8.3125 L 0.9375 -8.234375 Z M 0.5 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 1.8125 -2.65625 L 5.515625 -2.65625 C 5.671875 -2.65625 5.75 -2.75 5.75 -2.90625 C 5.75 -4.1875 5.140625 -5.421875 3.234375 -5.421875 C 2.546875 -5.421875 1.859375 -5.234375 1.3125 -4.8125 C 0.6875 -4.3125 0.375 -3.5 0.375 -2.703125 C 0.375 -0.984375 1.703125 0.0625 3.453125 0.0625 C 4.359375 0.0625 5.359375 -0.359375 5.71875 -1.28125 C 5.734375 -1.3125 5.75 -1.359375 5.75 -1.40625 C 5.75 -1.53125 5.640625 -1.609375 5.484375 -1.609375 C 5.21875 -1.609375 5.21875 -1.328125 5.0625 -1.109375 C 4.734375 -0.625 4.140625 -0.375 3.546875 -0.375 C 2.96875 -0.375 2.40625 -0.609375 2.109375 -1.125 C 1.84375 -1.578125 1.8125 -2.140625 1.8125 -2.65625 Z M 1.8125 -3.015625 C 1.8125 -3.953125 2.15625 -5.03125 3.265625 -5.03125 C 4.125 -5.03125 4.515625 -4.265625 4.609375 -3.515625 C 4.609375 -3.34375 4.609375 -3.171875 4.640625 -3.015625 Z M 1.8125 -3.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.546875 C 2.625 -2.703125 2.625 -2.859375 2.625 -3.015625 C 2.625 -4 3.296875 -5 4.34375 -5 C 4.921875 -5 5.0625 -4.40625 5.0625 -3.765625 L 5.0625 -0.53125 L 4.234375 -0.53125 L 4.234375 -0.015625 L 7.1875 -0.015625 L 7.1875 -0.53125 L 6.359375 -0.53125 L 6.359375 -2.546875 C 6.359375 -2.703125 6.34375 -2.859375 6.34375 -3.015625 C 6.34375 -4 7.03125 -5 8.078125 -5 C 8.65625 -5 8.78125 -4.40625 8.78125 -3.765625 L 8.78125 -0.53125 L 7.953125 -0.53125 L 7.953125 -0.015625 L 10.90625 -0.015625 L 10.90625 -0.53125 L 10.09375 -0.53125 L 10.09375 -3.578125 C 10.09375 -3.984375 10.0625 -4.390625 9.84375 -4.734375 C 9.515625 -5.3125 8.8125 -5.390625 8.21875 -5.390625 C 7.453125 -5.390625 6.59375 -4.921875 6.328125 -4.203125 L 6.3125 -4.203125 C 6.1875 -5.109375 5.375 -5.390625 4.546875 -5.390625 C 3.890625 -5.390625 3.28125 -5.125 2.859375 -4.625 C 2.71875 -4.46875 2.578125 -4.28125 2.53125 -4.078125 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 0.5625 -5.296875 L 0.5625 -4.78125 C 0.65625 -4.78125 0.765625 -4.796875 0.859375 -4.796875 C 1.109375 -4.796875 1.34375 -4.734375 1.34375 -4.390625 L 1.34375 -0.53125 L 0.53125 -0.53125 L 0.53125 -0.015625 L 3.328125 -0.015625 L 3.328125 -0.53125 L 2.59375 -0.53125 L 2.59375 -5.390625 L 1.25 -5.390625 Z M 1.703125 -8.3125 C 1.265625 -8.234375 0.9375 -7.90625 0.9375 -7.46875 C 0.9375 -7.015625 1.296875 -6.59375 1.828125 -6.59375 L 1.90625 -6.59375 C 2.34375 -6.6875 2.671875 -7.015625 2.671875 -7.453125 C 2.671875 -7.90625 2.3125 -8.3125 1.78125 -8.3125 Z M 1.703125 -8.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 2 -7.609375 C 2 -6.640625 1.515625 -5.203125 0.25 -5.203125 L 0.25 -4.8125 L 1.203125 -4.8125 L 1.203125 -1.625 C 1.203125 -0.609375 1.6875 0.0625 3.078125 0.0625 C 4 0.0625 4.484375 -0.703125 4.484375 -1.5625 C 4.484375 -1.75 4.46875 -1.953125 4.46875 -2.125 L 3.953125 -2.125 L 3.953125 -1.609375 C 3.953125 -1.15625 3.875 -0.375 3.21875 -0.375 C 2.625 -0.375 2.515625 -1 2.515625 -1.546875 L 2.515625 -4.8125 L 4.25 -4.8125 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.609375 Z M 2 -7.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 0.28125 -5.3125 L 0.28125 -4.8125 L 0.984375 -4.8125 C 1.015625 -4.65625 1.09375 -4.515625 1.140625 -4.375 C 1.640625 -2.984375 2.265625 -1.640625 2.796875 -0.265625 C 2.875 -0.09375 2.921875 0.0625 3.1875 0.0625 C 3.59375 0.0625 3.640625 -0.375 3.765625 -0.65625 C 4.078125 -1.4375 4.40625 -2.234375 4.703125 -3.03125 C 4.75 -3.125 4.8125 -3.234375 4.84375 -3.359375 L 4.859375 -3.359375 C 4.890625 -3.171875 4.984375 -3.015625 5.0625 -2.84375 C 5.359375 -2.015625 5.6875 -1.1875 6.046875 -0.375 C 6.140625 -0.109375 6.21875 0.046875 6.515625 0.046875 C 6.796875 0.046875 6.84375 -0.125 6.921875 -0.328125 C 7.015625 -0.578125 7.125 -0.8125 7.21875 -1.0625 L 8.546875 -4.359375 C 8.671875 -4.703125 8.78125 -4.8125 9.421875 -4.8125 L 9.421875 -5.3125 L 7.40625 -5.3125 L 7.40625 -4.8125 C 7.609375 -4.8125 8.03125 -4.796875 8.078125 -4.671875 L 8.078125 -4.640625 C 8.078125 -4.5625 8.046875 -4.484375 8.015625 -4.4375 L 7.765625 -3.828125 C 7.453125 -3.03125 7.09375 -2.21875 6.796875 -1.40625 L 5.4375 -4.8125 L 6.109375 -4.8125 L 6.109375 -5.3125 L 3.5625 -5.3125 L 3.5625 -4.8125 L 4.25 -4.8125 L 4.5 -4.21875 L 4.546875 -4 L 3.609375 -1.640625 L 2.3125 -4.8125 L 3 -4.8125 L 3 -5.3125 Z M 0.28125 -5.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.6875 -5.390625 2.796875 -4.890625 2.53125 -4.09375 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 1.515625 -6.734375 C 1.90625 -7.109375 2.3125 -7.34375 2.875 -7.34375 C 3.734375 -7.34375 4.5 -6.6875 4.5 -5.5625 L 4.5 -5.453125 C 4.25 -3.84375 2.96875 -2.828125 1.90625 -1.71875 C 1.5 -1.328125 0.671875 -0.640625 0.671875 -0.28125 L 0.671875 -0.015625 L 5.6875 -0.015625 L 6.03125 -2.578125 L 5.515625 -2.578125 C 5.453125 -2.0625 5.4375 -1.453125 5 -1.453125 C 4.703125 -1.421875 4.40625 -1.421875 4.109375 -1.421875 L 2.171875 -1.421875 C 2.78125 -1.890625 3.34375 -2.421875 3.953125 -2.890625 C 4.84375 -3.5625 6.03125 -4.28125 6.03125 -5.59375 C 6.03125 -7.046875 4.640625 -7.859375 3.203125 -7.859375 C 2.109375 -7.859375 0.671875 -7.3125 0.671875 -5.9375 C 0.671875 -5.4375 1.046875 -5.140625 1.453125 -5.140625 C 1.9375 -5.140625 2.265625 -5.515625 2.265625 -5.9375 C 2.265625 -6.375 1.953125 -6.703125 1.515625 -6.734375 Z M 1.515625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 3.125 -5.421875 C 2.234375 -5.328125 1.390625 -5.0625 0.828125 -4.25 C 0.53125 -3.78125 0.375 -3.21875 0.375 -2.640625 C 0.375 -1.953125 0.59375 -1.25 1.09375 -0.75 C 1.671875 -0.171875 2.515625 0.0625 3.34375 0.0625 C 4.15625 0.0625 5.046875 -0.171875 5.625 -0.765625 C 6.125 -1.25 6.328125 -1.953125 6.328125 -2.625 C 6.328125 -3.34375 6.078125 -4.078125 5.609375 -4.59375 C 5.015625 -5.21875 4.109375 -5.421875 3.28125 -5.421875 Z M 1.8125 -2.265625 L 1.8125 -2.96875 C 1.8125 -3.53125 1.828125 -4.203125 2.265625 -4.625 C 2.53125 -4.90625 2.953125 -5.03125 3.359375 -5.03125 C 4.265625 -5.03125 4.78125 -4.4375 4.859375 -3.578125 C 4.890625 -3.34375 4.90625 -3.109375 4.90625 -2.875 L 4.90625 -2.515625 C 4.90625 -1.96875 4.859375 -1.3125 4.53125 -0.890625 C 4.25 -0.53125 3.796875 -0.375 3.359375 -0.375 C 2.890625 -0.375 2.421875 -0.546875 2.15625 -0.921875 C 1.859375 -1.3125 1.859375 -1.8125 1.8125 -2.265625 Z M 1.8125 -2.265625 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.232" y="10.875"/>
|
||||
<use xlink:href="#glyph0-2" x="5.576776" y="10.875"/>
|
||||
<use xlink:href="#glyph0-3" x="14.342305" y="10.875"/>
|
||||
<use xlink:href="#glyph0-4" x="23.107833" y="10.875"/>
|
||||
<use xlink:href="#glyph0-5" x="30.996808" y="10.875"/>
|
||||
<use xlink:href="#glyph0-6" x="35.379572" y="10.875"/>
|
||||
<use xlink:href="#glyph0-7" x="41.515442" y="10.875"/>
|
||||
<use xlink:href="#glyph0-8" x="47.738824" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="55.620626" y="10.875"/>
|
||||
<use xlink:href="#glyph0-10" x="62.793726" y="10.875"/>
|
||||
<use xlink:href="#glyph0-11" x="69.196435" y="10.875"/>
|
||||
<use xlink:href="#glyph0-9" x="76.208857" y="10.875"/>
|
||||
<use xlink:href="#glyph0-12" x="83.381957" y="10.875"/>
|
||||
<use xlink:href="#glyph0-13" x="87.764722" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="94.346758" y="10.875"/>
|
||||
<use xlink:href="#glyph0-2" x="103.112286" y="10.875"/>
|
||||
<use xlink:href="#glyph0-12" x="111.877815" y="10.875"/>
|
||||
<use xlink:href="#glyph0-7" x="116.260579" y="10.875"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="-0.232" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="14.710904" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="21.722582" y="32.79"/>
|
||||
<use xlink:href="#glyph1-4" x="26.439873" y="32.79"/>
|
||||
<use xlink:href="#glyph1-5" x="32.802985" y="32.79"/>
|
||||
<use xlink:href="#glyph1-6" x="39.484901" y="32.79"/>
|
||||
<use xlink:href="#glyph1-7" x="44.735191" y="32.79"/>
|
||||
<use xlink:href="#glyph1-8" x="47.917246" y="32.79"/>
|
||||
<use xlink:href="#glyph1-9" x="52.435285" y="32.79"/>
|
||||
<use xlink:href="#glyph1-10" x="58.798398" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="63.570483" y="32.79"/>
|
||||
<use xlink:href="#glyph1-6" x="69.933596" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="337.748209" y="32.79"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="14.709" y="44.745"/>
|
||||
<use xlink:href="#glyph2-2" x="19.689304" y="44.745"/>
|
||||
<use xlink:href="#glyph2-1" x="22.455918" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="37.617999" y="44.745"/>
|
||||
<use xlink:href="#glyph2-4" x="43.151227" y="44.745"/>
|
||||
<use xlink:href="#glyph2-5" x="48.684455" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="52.831885" y="44.745"/>
|
||||
<use xlink:href="#glyph2-7" x="58.365113" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="66.119005" y="44.745"/>
|
||||
<use xlink:href="#glyph2-9" x="74.418847" y="44.745"/>
|
||||
<use xlink:href="#glyph2-10" x="77.185461" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="84.376466" y="44.745"/>
|
||||
<use xlink:href="#glyph2-5" x="89.909694" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="94.057124" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="99.311399" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="106.235406" y="44.745"/>
|
||||
<use xlink:href="#glyph2-9" x="110.661789" y="44.745"/>
|
||||
<use xlink:href="#glyph2-12" x="113.428403" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="126.224367" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.972281" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.720195" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.468109" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.216023" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.963937" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.711851" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.459765" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.207679" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.955593" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.703507" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.451421" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.199335" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.947249" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.695163" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.443077" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.190991" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.938905" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.686819" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.434733" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.182647" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.930561" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.678475" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.426389" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.174303" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.922217" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.499478" y="44.745"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="14.709" y="56.701"/>
|
||||
<use xlink:href="#glyph2-2" x="19.689304" y="56.701"/>
|
||||
<use xlink:href="#glyph2-13" x="22.455918" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="37.617999" y="56.701"/>
|
||||
<use xlink:href="#glyph2-4" x="43.151227" y="56.701"/>
|
||||
<use xlink:href="#glyph2-5" x="48.684455" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="52.831885" y="56.701"/>
|
||||
<use xlink:href="#glyph2-7" x="58.365113" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-14" x="66.119005" y="56.701"/>
|
||||
<use xlink:href="#glyph2-6" x="71.099309" y="56.701"/>
|
||||
<use xlink:href="#glyph2-12" x="76.632537" y="56.701"/>
|
||||
<use xlink:href="#glyph2-7" x="82.165765" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="89.909694" y="56.701"/>
|
||||
<use xlink:href="#glyph2-5" x="95.442922" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="99.590352" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="104.844627" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="111.768634" y="56.701"/>
|
||||
<use xlink:href="#glyph2-9" x="116.195017" y="56.701"/>
|
||||
<use xlink:href="#glyph2-12" x="118.961631" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.969292" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.717206" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.46512" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.213034" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.960948" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.708862" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.456776" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.20469" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.952604" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.700518" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.448432" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.196346" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.94426" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.692174" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.440088" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.188002" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.935916" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.68383" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.431744" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.179658" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.927572" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.675486" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.423401" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.171315" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.919229" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.496489" y="56.701"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="37.617" y="68.656"/>
|
||||
<use xlink:href="#glyph2-2" x="42.597304" y="68.656"/>
|
||||
<use xlink:href="#glyph2-13" x="45.363918" y="68.656"/>
|
||||
<use xlink:href="#glyph2-2" x="50.344222" y="68.656"/>
|
||||
<use xlink:href="#glyph2-1" x="53.110836" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-15" x="69.488354" y="68.656"/>
|
||||
<use xlink:href="#glyph2-4" x="76.543867" y="68.656"/>
|
||||
<use xlink:href="#glyph2-10" x="82.077095" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="89.2681" y="68.656"/>
|
||||
<use xlink:href="#glyph2-6" x="96.461097" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-16" x="101.725335" y="68.656"/>
|
||||
<use xlink:href="#glyph2-17" x="106.982599" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="118.480435" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="126.228349" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="133.976263" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="141.724177" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="149.472092" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="157.220006" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="164.96792" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="172.715834" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="180.463748" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="188.211662" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="195.959576" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="203.70749" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="211.455404" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="219.203318" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="226.951232" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="234.699146" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="242.44706" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="250.194974" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="257.942888" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="265.690802" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="273.438716" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="281.18663" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="288.934544" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="296.682458" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="304.430372" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="312.178286" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="319.9262" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="338.50346" y="68.656"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="-0.232" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="14.710904" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="21.722582" y="90.571"/>
|
||||
<use xlink:href="#glyph1-4" x="26.439873" y="90.571"/>
|
||||
<use xlink:href="#glyph1-5" x="32.802985" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="39.484901" y="90.571"/>
|
||||
<use xlink:href="#glyph1-7" x="44.735191" y="90.571"/>
|
||||
<use xlink:href="#glyph1-3" x="47.917246" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="52.634537" y="90.571"/>
|
||||
<use xlink:href="#glyph1-13" x="57.884827" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="62.975716" y="90.571"/>
|
||||
<use xlink:href="#glyph1-14" x="68.226006" y="90.571"/>
|
||||
<use xlink:href="#glyph1-15" x="74.589119" y="90.571"/>
|
||||
<use xlink:href="#glyph1-6" x="79.043397" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="337.752194" y="90.571"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="-0.232" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="23.437795" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="33.088484" y="123.513"/>
|
||||
<use xlink:href="#glyph0-16" x="39.491193" y="123.513"/>
|
||||
<use xlink:href="#glyph0-17" x="48.256721" y="123.513"/>
|
||||
<use xlink:href="#glyph0-9" x="57.459809" y="123.513"/>
|
||||
<use xlink:href="#glyph0-5" x="64.632909" y="123.513"/>
|
||||
<use xlink:href="#glyph0-7" x="69.015673" y="123.513"/>
|
||||
<use xlink:href="#glyph0-18" x="75.239054" y="123.513"/>
|
||||
<use xlink:href="#glyph0-13" x="84.004583" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="90.586619" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="99.337801" y="123.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-18" x="-0.232" y="145.332"/>
|
||||
<use xlink:href="#glyph2-7" x="7.376438" y="145.332"/>
|
||||
<use xlink:href="#glyph2-19" x="11.802821" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="19.021721" y="145.332"/>
|
||||
<use xlink:href="#glyph2-19" x="23.448104" y="145.332"/>
|
||||
<use xlink:href="#glyph2-20" x="27.349458" y="145.332"/>
|
||||
<use xlink:href="#glyph2-10" x="31.277711" y="145.332"/>
|
||||
<use xlink:href="#glyph2-7" x="35.15117" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-21" x="42.905062" y="145.332"/>
|
||||
<use xlink:href="#glyph2-22" x="50.375019" y="145.332"/>
|
||||
<use xlink:href="#glyph2-20" x="55.908247" y="145.332"/>
|
||||
<use xlink:href="#glyph2-5" x="59.8365" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="63.983931" y="145.332"/>
|
||||
<use xlink:href="#glyph2-12" x="69.517159" y="145.332"/>
|
||||
<use xlink:href="#glyph2-9" x="75.050387" y="145.332"/>
|
||||
<use xlink:href="#glyph2-10" x="77.817001" y="145.332"/>
|
||||
<use xlink:href="#glyph2-10" x="81.69046" y="145.332"/>
|
||||
<use xlink:href="#glyph2-2" x="85.563919" y="145.332"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="-0.232" y="173.217"/>
|
||||
<use xlink:href="#glyph3-2" x="6.491604" y="173.217"/>
|
||||
<use xlink:href="#glyph3-1" x="10.226409" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="30.399613" y="173.217"/>
|
||||
<use xlink:href="#glyph3-4" x="37.869222" y="173.217"/>
|
||||
<use xlink:href="#glyph3-5" x="45.338831" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="50.944625" y="173.217"/>
|
||||
<use xlink:href="#glyph3-7" x="58.414234" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-8" x="69.020887" y="173.217"/>
|
||||
<use xlink:href="#glyph3-9" x="80.226496" y="173.217"/>
|
||||
<use xlink:href="#glyph3-10" x="83.9613" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="93.673705" y="173.217"/>
|
||||
<use xlink:href="#glyph3-5" x="101.143314" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="106.749107" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="113.848105" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="123.188703" y="173.217"/>
|
||||
<use xlink:href="#glyph3-9" x="129.324111" y="173.217"/>
|
||||
<use xlink:href="#glyph3-12" x="133.058916" y="173.217"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="-0.232" y="191.605"/>
|
||||
<use xlink:href="#glyph2-9" x="6.546553" y="191.605"/>
|
||||
<use xlink:href="#glyph2-12" x="9.313167" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="18.163941" y="191.605"/>
|
||||
<use xlink:href="#glyph2-12" x="25.633898" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="30.898136" y="191.605"/>
|
||||
<use xlink:href="#glyph2-7" x="34.771595" y="191.605"/>
|
||||
<use xlink:href="#glyph2-19" x="39.197978" y="191.605"/>
|
||||
<use xlink:href="#glyph2-25" x="43.099332" y="191.605"/>
|
||||
<use xlink:href="#glyph2-22" x="48.079636" y="191.605"/>
|
||||
<use xlink:href="#glyph2-20" x="53.612864" y="191.605"/>
|
||||
<use xlink:href="#glyph2-5" x="57.541117" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="61.688548" y="191.605"/>
|
||||
<use xlink:href="#glyph2-12" x="67.221776" y="191.605"/>
|
||||
<use xlink:href="#glyph2-9" x="72.755004" y="191.605"/>
|
||||
<use xlink:href="#glyph2-10" x="75.521618" y="191.605"/>
|
||||
<use xlink:href="#glyph2-10" x="79.395077" y="191.605"/>
|
||||
<use xlink:href="#glyph2-2" x="83.268536" y="191.605"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="-0.232" y="219.49"/>
|
||||
<use xlink:href="#glyph3-2" x="6.491604" y="219.49"/>
|
||||
<use xlink:href="#glyph3-13" x="10.226409" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="30.399613" y="219.49"/>
|
||||
<use xlink:href="#glyph3-4" x="37.869222" y="219.49"/>
|
||||
<use xlink:href="#glyph3-5" x="45.338831" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="50.944625" y="219.49"/>
|
||||
<use xlink:href="#glyph3-7" x="58.414234" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-14" x="69.020887" y="219.49"/>
|
||||
<use xlink:href="#glyph3-6" x="75.744492" y="219.49"/>
|
||||
<use xlink:href="#glyph3-12" x="83.2141" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="90.695665" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="101.302318" y="219.49"/>
|
||||
<use xlink:href="#glyph3-5" x="108.771927" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="114.37772" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="121.476718" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="130.817316" y="219.49"/>
|
||||
<use xlink:href="#glyph3-9" x="136.952724" y="219.49"/>
|
||||
<use xlink:href="#glyph3-12" x="140.687529" y="219.49"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="-0.232" y="237.878"/>
|
||||
<use xlink:href="#glyph2-9" x="6.546553" y="237.878"/>
|
||||
<use xlink:href="#glyph2-12" x="9.313167" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="18.163941" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="25.087948" y="237.878"/>
|
||||
<use xlink:href="#glyph2-9" x="29.514331" y="237.878"/>
|
||||
<use xlink:href="#glyph2-10" x="32.280945" y="237.878"/>
|
||||
<use xlink:href="#glyph2-7" x="36.154404" y="237.878"/>
|
||||
<use xlink:href="#glyph2-19" x="40.580787" y="237.878"/>
|
||||
<use xlink:href="#glyph2-7" x="44.482141" y="237.878"/>
|
||||
<use xlink:href="#glyph2-19" x="48.908524" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="56.127424" y="237.878"/>
|
||||
<use xlink:href="#glyph2-12" x="63.597382" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="68.851657" y="237.878"/>
|
||||
<use xlink:href="#glyph2-7" x="72.725116" y="237.878"/>
|
||||
<use xlink:href="#glyph2-19" x="77.151499" y="237.878"/>
|
||||
<use xlink:href="#glyph2-25" x="81.052853" y="237.878"/>
|
||||
<use xlink:href="#glyph2-22" x="86.033157" y="237.878"/>
|
||||
<use xlink:href="#glyph2-20" x="91.566385" y="237.878"/>
|
||||
<use xlink:href="#glyph2-5" x="95.494638" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="99.642069" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-9" x="105.185259" y="237.878"/>
|
||||
<use xlink:href="#glyph2-10" x="107.951873" y="237.878"/>
|
||||
<use xlink:href="#glyph2-10" x="111.825332" y="237.878"/>
|
||||
<use xlink:href="#glyph2-2" x="115.698791" y="237.878"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="-0.232" y="263.77"/>
|
||||
<use xlink:href="#glyph1-16" x="5.495499" y="263.77"/>
|
||||
<use xlink:href="#glyph1-12" x="8.677553" y="263.77"/>
|
||||
<use xlink:href="#glyph1-16" x="14.405052" y="263.77"/>
|
||||
<use xlink:href="#glyph1-1" x="17.587106" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="34.771595" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="45.656732" y="263.77"/>
|
||||
<use xlink:href="#glyph1-3" x="50.907022" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="59.439989" y="263.77"/>
|
||||
<use xlink:href="#glyph1-19" x="68.985156" y="263.77"/>
|
||||
<use xlink:href="#glyph1-10" x="74.553253" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="79.325339" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="85.369648" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="93.639602" y="263.77"/>
|
||||
<use xlink:href="#glyph1-6" x="100.002715" y="263.77"/>
|
||||
<use xlink:href="#glyph1-21" x="105.253005" y="263.77"/>
|
||||
<use xlink:href="#glyph1-21" x="111.616118" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="121.804869" y="263.77"/>
|
||||
<use xlink:href="#glyph1-22" x="126.322908" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-23" x="131.731603" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="139.685743" y="263.77"/>
|
||||
<use xlink:href="#glyph1-8" x="145.25384" y="263.77"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="-0.232" y="282.158"/>
|
||||
<use xlink:href="#glyph2-12" x="7.237957" y="282.158"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="12.492233" y="282.158"/>
|
||||
<use xlink:href="#glyph2-7" x="16.365692" y="282.158"/>
|
||||
<use xlink:href="#glyph2-19" x="20.792075" y="282.158"/>
|
||||
<use xlink:href="#glyph2-26" x="24.693429" y="282.158"/>
|
||||
<use xlink:href="#glyph2-24" x="28.013964" y="282.158"/>
|
||||
<use xlink:href="#glyph2-12" x="35.483921" y="282.158"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="40.748159" y="282.158"/>
|
||||
<use xlink:href="#glyph2-7" x="44.621618" y="282.158"/>
|
||||
<use xlink:href="#glyph2-19" x="49.048001" y="282.158"/>
|
||||
<use xlink:href="#glyph2-25" x="52.949355" y="282.158"/>
|
||||
<use xlink:href="#glyph2-22" x="57.929659" y="282.158"/>
|
||||
<use xlink:href="#glyph2-20" x="63.462887" y="282.158"/>
|
||||
<use xlink:href="#glyph2-5" x="67.39114" y="282.158"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="71.53857" y="282.158"/>
|
||||
<use xlink:href="#glyph2-12" x="77.071798" y="282.158"/>
|
||||
<use xlink:href="#glyph2-9" x="82.605026" y="282.158"/>
|
||||
<use xlink:href="#glyph2-10" x="85.371641" y="282.158"/>
|
||||
<use xlink:href="#glyph2-10" x="89.245099" y="282.158"/>
|
||||
<use xlink:href="#glyph2-2" x="93.118558" y="282.158"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-19" x="-0.232" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="23.437795" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="33.088484" y="315.1"/>
|
||||
<use xlink:href="#glyph0-16" x="39.491193" y="315.1"/>
|
||||
<use xlink:href="#glyph0-17" x="48.256721" y="315.1"/>
|
||||
<use xlink:href="#glyph0-9" x="57.459809" y="315.1"/>
|
||||
<use xlink:href="#glyph0-5" x="64.632909" y="315.1"/>
|
||||
<use xlink:href="#glyph0-10" x="69.015673" y="315.1"/>
|
||||
<use xlink:href="#glyph0-9" x="75.418382" y="315.1"/>
|
||||
<use xlink:href="#glyph0-11" x="82.591482" y="315.1"/>
|
||||
<use xlink:href="#glyph0-9" x="89.603904" y="315.1"/>
|
||||
<use xlink:href="#glyph0-20" x="96.777004" y="315.1"/>
|
||||
<use xlink:href="#glyph0-6" x="105.542533" y="315.1"/>
|
||||
<use xlink:href="#glyph0-9" x="111.678402" y="315.1"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-27" x="-0.232" y="336.919"/>
|
||||
<use xlink:href="#glyph2-7" x="8.897727" y="336.919"/>
|
||||
<use xlink:href="#glyph2-9" x="13.32411" y="336.919"/>
|
||||
<use xlink:href="#glyph2-12" x="16.090724" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-28" x="24.941498" y="336.919"/>
|
||||
<use xlink:href="#glyph2-9" x="31.16613" y="336.919"/>
|
||||
<use xlink:href="#glyph2-7" x="33.932744" y="336.919"/>
|
||||
<use xlink:href="#glyph2-22" x="38.359127" y="336.919"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-29" x="43.902318" y="336.919"/>
|
||||
<use xlink:href="#glyph2-9" x="46.668932" y="336.919"/>
|
||||
<use xlink:href="#glyph2-12" x="49.435546" y="336.919"/>
|
||||
<use xlink:href="#glyph2-30" x="54.968774" y="336.919"/>
|
||||
<use xlink:href="#glyph2-20" x="59.949078" y="336.919"/>
|
||||
<use xlink:href="#glyph2-19" x="63.877331" y="336.919"/>
|
||||
<use xlink:href="#glyph2-7" x="67.778685" y="336.919"/>
|
||||
<use xlink:href="#glyph2-31" x="72.205068" y="336.919"/>
|
||||
<use xlink:href="#glyph2-7" x="76.631452" y="336.919"/>
|
||||
<use xlink:href="#glyph2-32" x="81.057835" y="336.919"/>
|
||||
<use xlink:href="#glyph2-10" x="86.591063" y="336.919"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 115 KiB |
990
svg/chapter-03/inhalt-orig.svg
Normal file
@ -0,0 +1,990 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 0.4375 -9.859375 L 0.4375 -9.28125 L 2.015625 -9.28125 L 2.015625 -0.59375 L 0.4375 -0.59375 L 0.4375 -0.015625 L 5.375 -0.015625 L 5.375 -0.59375 L 3.796875 -0.59375 L 3.796875 -9.28125 L 5.375 -9.28125 L 5.375 -9.859375 Z M 0.4375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.828125 -5.78125 C 1.203125 -5.78125 1.546875 -5.734375 1.546875 -5.296875 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.3125 C 7.4375 -4.8125 7.40625 -5.296875 7.125 -5.71875 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.25 -6.46875 3.234375 -5.8125 2.953125 -4.8125 L 2.9375 -6.46875 L 1.34375 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 0.546875 -9.859375 L 0.546875 -9.28125 L 0.8125 -9.28125 C 1.1875 -9.28125 1.546875 -9.28125 1.546875 -8.75 L 1.546875 -0.59375 L 0.546875 -0.59375 L 0.546875 -0.015625 L 4.0625 -0.015625 L 4.0625 -0.59375 L 3.0625 -0.59375 L 3.0625 -3.5 C 3.0625 -4.65625 3.65625 -6.03125 5.046875 -6.03125 C 5.875 -6.03125 5.921875 -5.09375 5.921875 -4.28125 L 5.921875 -0.59375 L 4.921875 -0.59375 L 4.921875 -0.015625 L 8.4375 -0.015625 L 8.4375 -0.59375 L 7.4375 -0.59375 L 7.4375 -4.265625 C 7.4375 -4.78125 7.40625 -5.3125 7.109375 -5.75 C 6.734375 -6.359375 5.953125 -6.46875 5.28125 -6.46875 C 4.359375 -6.46875 3.25 -5.84375 3.015625 -4.953125 L 3 -9.96875 L 1.375 -9.96875 Z M 0.546875 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.1875 -5.875 C 2.59375 -5.984375 2.984375 -6.0625 3.40625 -6.0625 C 4.171875 -6.0625 4.9375 -5.6875 4.9375 -4.1875 L 4.9375 -3.703125 C 3.234375 -3.703125 0.5 -3.328125 0.5 -1.484375 C 0.5 -0.25 2.0625 0.078125 3 0.078125 C 3.78125 0.078125 4.828125 -0.3125 5.09375 -1.1875 L 5.109375 -1.1875 C 5.109375 -0.4375 5.6875 0.03125 6.390625 0.03125 C 7.046875 0.03125 7.78125 -0.421875 7.78125 -1.15625 L 7.78125 -2.046875 L 7.25 -2.046875 L 7.25 -1.234375 C 7.25 -0.984375 7.140625 -0.625 6.84375 -0.625 C 6.53125 -0.625 6.4375 -1.015625 6.4375 -1.234375 L 6.4375 -4.21875 C 6.4375 -5.546875 5.4375 -6.515625 3.515625 -6.515625 C 2.59375 -6.515625 1.03125 -6.359375 1.03125 -5.125 C 1.03125 -4.625 1.421875 -4.328125 1.84375 -4.328125 C 2.28125 -4.328125 2.640625 -4.65625 2.640625 -5.125 C 2.640625 -5.46875 2.453125 -5.6875 2.1875 -5.875 Z M 4.9375 -3.359375 L 4.9375 -2 C 4.9375 -1.078125 4.21875 -0.375 3.296875 -0.375 C 2.703125 -0.375 2.015625 -0.78125 2.015625 -1.5 C 2.015625 -2.96875 3.84375 -3.25 4.9375 -3.359375 Z M 4.9375 -3.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 0.59375 -9.859375 L 0.59375 -9.28125 C 0.71875 -9.28125 0.84375 -9.296875 0.96875 -9.296875 C 1.3125 -9.296875 1.578125 -9.21875 1.578125 -8.8125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 4.015625 -0.015625 L 4.015625 -0.59375 L 3.03125 -0.59375 L 3.03125 -9.96875 L 1.40625 -9.96875 Z M 0.59375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 2.390625 -9.125 C 2.390625 -8 1.828125 -6.25 0.28125 -6.25 L 0.28125 -5.8125 L 1.4375 -5.8125 L 1.4375 -1.9375 C 1.4375 -1.5 1.46875 -1.078125 1.703125 -0.703125 C 2.125 -0.078125 2.921875 0.078125 3.59375 0.078125 C 4.71875 0.078125 5.25 -0.859375 5.25 -1.984375 L 5.25 -2.546875 L 4.703125 -2.546875 C 4.703125 -2.359375 4.71875 -2.15625 4.71875 -1.9375 C 4.71875 -1.359375 4.578125 -0.421875 3.796875 -0.421875 C 3.078125 -0.421875 2.9375 -1.171875 2.9375 -1.84375 L 2.9375 -5.8125 L 4.984375 -5.8125 L 4.984375 -6.390625 L 2.9375 -6.390625 L 2.9375 -9.125 Z M 2.390625 -9.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 1.484375 -0.46875 C 1.9375 -0.078125 2.578125 0.078125 3.203125 0.078125 C 4.5 0.078125 5.6875 -0.515625 5.6875 -2 L 5.6875 -2.15625 C 5.609375 -2.984375 4.984375 -3.59375 4.234375 -3.890625 C 3.859375 -4.03125 3.453125 -4.09375 3.0625 -4.15625 C 2.5 -4.265625 1.46875 -4.40625 1.46875 -5.15625 C 1.46875 -5.9375 2.375 -6.109375 3.03125 -6.109375 C 3.875 -6.109375 4.640625 -5.78125 4.75 -4.765625 C 4.75 -4.640625 4.75 -4.515625 4.96875 -4.515625 L 5.0625 -4.515625 C 5.234375 -4.515625 5.3125 -4.59375 5.3125 -4.796875 C 5.3125 -4.875 5.296875 -4.96875 5.296875 -5.03125 L 5.296875 -6.3125 C 5.296875 -6.4375 5.234375 -6.515625 5.109375 -6.515625 C 4.84375 -6.515625 4.640625 -6.203125 4.484375 -6.203125 C 4.296875 -6.203125 4.015625 -6.40625 3.75 -6.453125 C 3.5 -6.5 3.25 -6.515625 3.015625 -6.515625 C 1.96875 -6.515625 0.53125 -6.234375 0.53125 -4.59375 C 0.53125 -3.125 2.25 -2.859375 3.28125 -2.671875 C 3.90625 -2.546875 4.75 -2.328125 4.75 -1.484375 C 4.75 -0.421875 3.578125 -0.375 2.984375 -0.375 C 1.90625 -0.515625 1.46875 -1 1.078125 -2.203125 C 1.03125 -2.359375 0.921875 -2.359375 0.78125 -2.359375 C 0.609375 -2.359375 0.53125 -2.296875 0.53125 -2.09375 L 0.53125 -0.34375 C 0.53125 -0.296875 0.515625 -0.234375 0.515625 -0.15625 C 0.515625 -0.03125 0.5625 0.078125 0.703125 0.078125 C 0.875 0.078125 1.0625 -0.109375 1.171875 -0.21875 C 1.28125 -0.296875 1.390625 -0.375 1.484375 -0.46875 Z M 1.484375 -0.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.390625 L 0.3125 -5.8125 L 1.078125 -5.8125 C 1.34375 -5.8125 1.5625 -5.015625 1.75 -4.640625 C 2.359375 -3.234375 2.96875 -1.828125 3.625 -0.4375 C 3.75 -0.203125 3.765625 0.0625 4.15625 0.0625 C 4.515625 0.0625 4.578125 -0.171875 4.65625 -0.421875 C 5.3125 -1.75 5.875 -3.109375 6.484375 -4.453125 L 6.859375 -5.296875 C 7.015625 -5.796875 7.421875 -5.8125 7.984375 -5.8125 L 7.984375 -6.390625 L 5.6875 -6.390625 L 5.6875 -5.8125 C 5.890625 -5.8125 6.296875 -5.796875 6.375 -5.65625 L 6.375 -5.609375 C 6.375 -5.515625 6.3125 -5.421875 6.28125 -5.359375 C 6.171875 -5.125 6.0625 -4.890625 5.953125 -4.640625 L 5.140625 -2.796875 C 4.984375 -2.453125 4.796875 -2.09375 4.65625 -1.734375 L 4.640625 -1.734375 L 2.8125 -5.8125 L 3.609375 -5.8125 L 3.609375 -6.390625 Z M 0.3125 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 2.0625 -3.234375 L 6.484375 -3.234375 C 6.671875 -3.234375 6.734375 -3.328125 6.734375 -3.5 C 6.734375 -5.046875 5.96875 -6.53125 3.78125 -6.53125 C 3.015625 -6.53125 2.21875 -6.3125 1.609375 -5.84375 C 0.8125 -5.234375 0.4375 -4.25 0.4375 -3.25 C 0.4375 -1.203125 2 0.078125 3.96875 0.078125 C 5.046875 0.078125 6.234375 -0.375 6.6875 -1.53125 C 6.703125 -1.59375 6.734375 -1.640625 6.734375 -1.6875 C 6.734375 -1.828125 6.59375 -1.890625 6.4375 -1.890625 C 6.171875 -1.890625 6.09375 -1.515625 5.984375 -1.3125 C 5.609375 -0.734375 4.875 -0.421875 4.1875 -0.421875 C 3.4375 -0.421875 2.71875 -0.765625 2.359375 -1.453125 C 2.078125 -2 2.0625 -2.625 2.0625 -3.234375 Z M 2.0625 -3.609375 C 2.0625 -4.25 2.140625 -4.9375 2.53125 -5.453125 C 2.828125 -5.84375 3.3125 -6.0625 3.78125 -6.0625 C 5.09375 -6.0625 5.421875 -4.6875 5.421875 -3.609375 Z M 2.0625 -3.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.75 -5.78125 C 1.125 -5.78125 1.46875 -5.734375 1.46875 -5.296875 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 4.15625 -0.015625 L 4.15625 -0.59375 L 2.90625 -0.59375 L 2.90625 -2.65625 C 2.90625 -3.9375 2.953125 -6.03125 4.65625 -6.03125 C 4.46875 -5.84375 4.359375 -5.65625 4.359375 -5.390625 C 4.359375 -4.875 4.734375 -4.578125 5.15625 -4.578125 C 5.640625 -4.578125 5.953125 -4.953125 5.953125 -5.359375 C 5.953125 -6.078125 5.203125 -6.46875 4.578125 -6.46875 C 3.6875 -6.46875 2.9375 -5.65625 2.8125 -4.796875 L 2.796875 -6.46875 L 1.25 -6.390625 Z M 0.453125 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 0.8125 -6.390625 L 0.65625 -3.9375 L 1.203125 -3.9375 C 1.21875 -4.40625 1.265625 -4.9375 1.546875 -5.328125 C 1.9375 -5.875 2.609375 -5.9375 3.234375 -5.9375 L 4.484375 -5.9375 C 3.203125 -4.15625 1.890625 -2.359375 0.59375 -0.609375 C 0.515625 -0.5 0.4375 -0.375 0.4375 -0.25 C 0.4375 -0.078125 0.578125 -0.015625 0.71875 -0.015625 L 6.109375 -0.015625 L 6.34375 -2.828125 L 5.796875 -2.828125 C 5.75 -2.21875 5.6875 -1.609375 5.328125 -1.09375 C 4.84375 -0.5625 4.140625 -0.5 3.46875 -0.5 L 2.265625 -0.5 C 2.5625 -0.96875 2.9375 -1.421875 3.265625 -1.875 C 4.21875 -3.1875 5.15625 -4.484375 6.125 -5.796875 C 6.203125 -5.890625 6.296875 -6.03125 6.296875 -6.15625 C 6.296875 -6.328125 6.1875 -6.390625 6.03125 -6.390625 Z M 0.8125 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 0.625 -6.359375 L 0.625 -5.78125 C 0.734375 -5.78125 0.84375 -5.796875 0.96875 -5.796875 C 1.28125 -5.796875 1.578125 -5.734375 1.578125 -5.328125 L 1.578125 -0.59375 L 0.59375 -0.59375 L 0.59375 -0.015625 L 3.9375 -0.015625 L 3.9375 -0.59375 L 3.03125 -0.59375 L 3.03125 -6.46875 L 1.4375 -6.46875 Z M 1.984375 -9.984375 C 1.5 -9.890625 1.140625 -9.515625 1.140625 -9.015625 C 1.140625 -8.515625 1.515625 -8.046875 2.125 -8.046875 L 2.21875 -8.046875 C 2.703125 -8.140625 3.0625 -8.515625 3.0625 -9.015625 C 3.0625 -9.515625 2.6875 -9.984375 2.078125 -9.984375 Z M 1.984375 -9.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 5.15625 -5.90625 C 4.921875 -5.734375 4.78125 -5.53125 4.78125 -5.234375 C 4.78125 -4.828125 5.0625 -4.421875 5.53125 -4.421875 L 5.625 -4.421875 C 6.125 -4.421875 6.390625 -4.828125 6.390625 -5.21875 C 6.390625 -6.5 4.546875 -6.515625 4.015625 -6.515625 L 3.984375 -6.515625 C 3.15625 -6.515625 2.3125 -6.3125 1.65625 -5.78125 C 0.90625 -5.15625 0.515625 -4.1875 0.515625 -3.21875 C 0.515625 -1.234375 1.984375 0.078125 3.9375 0.078125 C 4.9375 0.078125 5.984375 -0.359375 6.421875 -1.3125 C 6.46875 -1.421875 6.5625 -1.5625 6.5625 -1.671875 C 6.5625 -1.8125 6.4375 -1.84375 6.34375 -1.84375 L 6.234375 -1.84375 C 5.96875 -1.84375 6 -1.625 5.890625 -1.453125 C 5.578125 -0.765625 4.9375 -0.421875 4.25 -0.421875 C 2.828125 -0.421875 2.171875 -1.578125 2.171875 -3.203125 C 2.171875 -4.34375 2.3125 -6.03125 4.109375 -6.03125 C 4.453125 -6.03125 4.8125 -5.96875 5.15625 -5.90625 Z M 5.15625 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 1.234375 -8.5 L 1.234375 -7.9375 C 1.921875 -7.9375 2.625 -7.984375 3.28125 -8.203125 L 3.28125 -0.59375 L 1.3125 -0.59375 L 1.3125 -0.015625 L 6.78125 -0.015625 L 6.78125 -0.59375 L 4.84375 -0.59375 L 4.84375 -8.859375 C 4.84375 -8.921875 4.859375 -9.015625 4.859375 -9.109375 C 4.859375 -9.3125 4.796875 -9.421875 4.578125 -9.421875 C 4.296875 -9.421875 4.015625 -9.09375 3.71875 -8.953125 C 2.9375 -8.59375 2.078125 -8.5 1.234375 -8.5 Z M 1.234375 -8.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 0.84375 -9.734375 L 0.578125 -6.390625 L 1.125 -6.390625 C 1.171875 -7.078125 1.21875 -7.953125 1.625 -8.484375 C 2.125 -9.140625 2.96875 -9.171875 3.734375 -9.171875 L 4.59375 -9.171875 L 4.59375 -0.59375 L 2.453125 -0.59375 L 2.453125 -0.015625 L 8.515625 -0.015625 L 8.515625 -0.59375 L 6.390625 -0.59375 L 6.390625 -9.171875 L 7.25 -9.171875 C 8.21875 -9.171875 9.375 -9.109375 9.671875 -7.6875 C 9.765625 -7.265625 9.8125 -6.8125 9.84375 -6.390625 L 10.390625 -6.390625 L 10.109375 -9.734375 Z M 0.84375 -9.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 5.890625 -9.84375 C 5.359375 -9.78125 5.0625 -9.3125 5.0625 -8.875 C 5.0625 -8.421875 5.40625 -7.921875 6.03125 -7.921875 C 6.59375 -7.921875 6.984375 -8.390625 6.984375 -8.875 C 6.984375 -9.3125 6.6875 -9.859375 6.03125 -9.859375 C 5.984375 -9.859375 5.9375 -9.859375 5.890625 -9.84375 Z M 2.84375 -9.859375 C 2.265625 -9.734375 2 -9.34375 2 -8.875 C 2 -8.421875 2.34375 -7.921875 2.96875 -7.921875 L 3.0625 -7.921875 C 3.59375 -8.015625 3.921875 -8.40625 3.921875 -8.875 C 3.921875 -9.359375 3.578125 -9.859375 2.9375 -9.859375 Z M 2.84375 -9.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-17">
|
||||
<path style="stroke:none;" d="M 1.46875 -6.390625 L 0.4375 -6.390625 L 0.4375 -5.8125 L 1.46875 -5.8125 L 1.46875 -0.59375 L 0.453125 -0.59375 L 0.453125 -0.015625 L 3.921875 -0.015625 L 3.921875 -0.59375 L 2.90625 -0.59375 L 2.90625 -5.8125 L 5.84375 -5.8125 L 5.84375 -0.59375 L 4.828125 -0.59375 L 4.828125 -0.015625 L 8.53125 -0.015625 L 8.53125 -0.59375 L 7.28125 -0.59375 L 7.28125 -5.8125 L 8.90625 -5.8125 L 8.90625 -6.390625 L 7.234375 -6.390625 L 7.234375 -7.03125 C 7.234375 -7.25 7.21875 -7.453125 7.21875 -7.6875 C 7.21875 -8.40625 7.359375 -9.59375 8.578125 -9.59375 C 8.6875 -9.59375 8.8125 -9.59375 8.921875 -9.578125 C 8.671875 -9.421875 8.546875 -9.1875 8.546875 -8.890625 C 8.546875 -8.4375 8.890625 -8.09375 9.328125 -8.09375 C 9.84375 -8.09375 10.140625 -8.484375 10.140625 -8.90625 C 10.140625 -9.65625 9.390625 -10.0625 8.703125 -10.0625 C 8.140625 -10.0625 7.515625 -9.984375 7.03125 -9.703125 C 6.953125 -9.6875 6.875 -9.609375 6.796875 -9.609375 C 6.703125 -9.609375 6.53125 -9.78125 6.359375 -9.859375 C 6.078125 -9.96875 5.765625 -10.046875 5.46875 -10.0625 L 5.28125 -10.0625 C 3.671875 -10.0625 1.46875 -9.671875 1.46875 -7.75 Z M 5.84375 -6.390625 L 2.859375 -6.390625 L 2.859375 -7.765625 C 2.859375 -9.171875 3.96875 -9.609375 5.03125 -9.609375 C 5.40625 -9.609375 5.6875 -9.53125 6.03125 -9.453125 L 6.03125 -9.421875 C 5.734375 -9.3125 5.59375 -9.015625 5.59375 -8.703125 C 5.59375 -8.359375 5.859375 -8.1875 5.859375 -7.859375 C 5.859375 -7.734375 5.84375 -7.609375 5.84375 -7.484375 Z M 5.84375 -6.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-18">
|
||||
<path style="stroke:none;" d="M 0.546875 -6.359375 L 0.546875 -5.78125 L 0.90625 -5.78125 C 1.171875 -5.78125 1.515625 -5.75 1.546875 -5.4375 L 1.546875 -1.984375 C 1.546875 -1.546875 1.578125 -1.109375 1.8125 -0.71875 C 2.21875 0.015625 3.234375 0.078125 3.9375 0.078125 C 4.8125 0.078125 5.6875 -0.3125 5.96875 -1.15625 L 5.984375 0.078125 L 8.4375 0.078125 L 8.4375 -0.59375 L 8.0625 -0.59375 C 7.734375 -0.59375 7.4375 -0.609375 7.4375 -1.0625 L 7.4375 -6.46875 L 5.765625 -6.46875 L 4.921875 -6.359375 L 4.921875 -5.78125 L 5.234375 -5.78125 C 5.609375 -5.78125 5.921875 -5.734375 5.921875 -5.328125 L 5.921875 -2.15625 C 5.84375 -1.25 5.25 -0.375 4.203125 -0.375 C 3.640625 -0.375 3.046875 -0.375 3.046875 -1.46875 C 3.046875 -1.671875 3.0625 -1.90625 3.0625 -2.09375 L 3.0625 -6.46875 L 1.390625 -6.46875 Z M 0.546875 -6.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-19">
|
||||
<path style="stroke:none;" d="M 1.65625 -7.953125 C 2.03125 -8.515625 2.71875 -8.84375 3.40625 -8.84375 C 4.625 -8.84375 5.328125 -7.796875 5.328125 -6.703125 L 5.328125 -6.53125 C 5.25 -5.171875 4.171875 -4.0625 3.28125 -3.140625 C 2.5 -2.328125 1.65625 -1.515625 0.9375 -0.65625 C 0.8125 -0.546875 0.78125 -0.46875 0.78125 -0.3125 L 0.78125 -0.015625 L 6.703125 -0.015625 L 7.078125 -3.03125 L 6.546875 -3.03125 C 6.453125 -2.4375 6.46875 -1.671875 5.90625 -1.671875 C 5.5625 -1.640625 5.21875 -1.640625 4.875 -1.640625 L 2.46875 -1.640625 C 3.234375 -2.296875 3.984375 -2.96875 4.78125 -3.578125 C 5.796875 -4.359375 7.078125 -5.21875 7.078125 -6.734375 C 7.078125 -8.625 5.25 -9.421875 3.765625 -9.421875 C 2.4375 -9.421875 0.78125 -8.65625 0.78125 -7.109375 C 0.78125 -6.515625 1.21875 -6.171875 1.6875 -6.171875 C 2.234375 -6.171875 2.578125 -6.59375 2.578125 -7.078125 C 2.578125 -7.609375 2.1875 -7.953125 1.65625 -7.953125 Z M 1.65625 -7.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-20">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.359375 L 0.453125 -5.78125 L 0.8125 -5.78125 C 1.140625 -5.78125 1.46875 -5.75 1.46875 -5.28125 L 1.46875 2.1875 L 0.453125 2.1875 L 0.453125 2.765625 L 3.96875 2.765625 L 3.96875 2.1875 L 2.96875 2.1875 L 2.96875 -0.625 C 3.46875 -0.21875 4.046875 0.078125 4.75 0.078125 C 5.828125 0.078125 6.953125 -0.28125 7.609375 -1.1875 C 8.03125 -1.78125 8.21875 -2.5 8.21875 -3.21875 C 8.21875 -4.828125 7.21875 -6.46875 5.03125 -6.46875 C 4.234375 -6.46875 3.53125 -6.203125 2.90625 -5.703125 L 2.90625 -6.46875 L 1.296875 -6.46875 Z M 6.5625 -2.90625 C 6.484375 -1.875 6.125 -0.375 4.640625 -0.375 C 4 -0.375 3.390625 -0.734375 3.03125 -1.296875 C 2.96875 -1.375 2.96875 -1.46875 2.96875 -1.546875 L 2.96875 -4.984375 C 3.046875 -5.4375 4.046875 -5.984375 4.765625 -5.984375 C 6.296875 -5.984375 6.578125 -4.140625 6.578125 -3.1875 C 6.578125 -3.09375 6.578125 -3 6.5625 -2.90625 Z M 6.5625 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 0.84375 -5.90625 L 0.84375 -5.4375 C 1.328125 -5.4375 1.890625 -5.46875 2.34375 -5.625 L 2.34375 -0.484375 L 0.953125 -0.484375 L 0.953125 -0.015625 L 4.921875 -0.015625 L 4.921875 -0.484375 L 3.53125 -0.484375 L 3.53125 -6.265625 C 3.53125 -6.421875 3.5 -6.546875 3.265625 -6.546875 C 3.109375 -6.546875 3.015625 -6.453125 2.90625 -6.375 C 2.265625 -5.984375 1.5625 -5.90625 0.84375 -5.90625 Z M 0.84375 -5.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 0.625 -6.734375 L 0.40625 -4.34375 L 0.875 -4.34375 C 0.921875 -4.828125 0.953125 -5.5 1.296875 -5.875 C 1.65625 -6.265625 2.234375 -6.265625 2.734375 -6.265625 L 3.28125 -6.265625 L 3.28125 -0.484375 L 1.75 -0.484375 L 1.75 -0.015625 L 6.21875 -0.015625 L 6.21875 -0.484375 L 4.6875 -0.484375 L 4.6875 -6.265625 L 5.234375 -6.265625 C 5.890625 -6.265625 6.703125 -6.234375 6.921875 -5.359375 C 7.03125 -5.03125 7.0625 -4.671875 7.09375 -4.34375 L 7.5625 -4.34375 L 7.34375 -6.734375 Z M 0.625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 0.359375 -4.421875 L 0.359375 -3.953125 L 0.5625 -3.953125 C 0.8125 -3.953125 1.046875 -3.921875 1.046875 -3.625 L 1.046875 -0.484375 L 0.359375 -0.484375 L 0.359375 -0.015625 L 2.984375 -0.015625 L 2.984375 -0.484375 L 2.125 -0.484375 L 2.125 -1.859375 C 2.125 -2.71875 2.21875 -4.140625 3.375 -4.140625 C 3.25 -4 3.1875 -3.84375 3.1875 -3.671875 C 3.1875 -3.328125 3.453125 -3.078125 3.78125 -3.078125 C 4.125 -3.078125 4.390625 -3.34375 4.390625 -3.671875 C 4.390625 -4.234375 3.828125 -4.5 3.34375 -4.5 C 2.75 -4.5 2.15625 -4.03125 2.03125 -3.375 L 2.015625 -4.5 L 0.921875 -4.453125 Z M 0.359375 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 2.078125 -6.84375 C 1.6875 -6.78125 1.40625 -6.484375 1.40625 -6.078125 C 1.40625 -5.6875 1.671875 -5.296875 2.203125 -5.296875 L 2.265625 -5.296875 C 2.65625 -5.359375 2.953125 -5.6875 2.953125 -6.0625 C 2.953125 -6.484375 2.625 -6.84375 2.15625 -6.84375 Z M 4.3125 -6.84375 C 3.921875 -6.78125 3.625 -6.453125 3.625 -6.078125 C 3.625 -5.65625 3.953125 -5.296875 4.421875 -5.296875 L 4.5 -5.296875 C 4.890625 -5.359375 5.171875 -5.65625 5.171875 -6.078125 C 5.171875 -6.453125 4.90625 -6.84375 4.375 -6.84375 Z M 4.3125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 1.0625 -4.4375 L 0.3125 -4.4375 L 0.3125 -3.96875 L 1.0625 -3.96875 L 1.0625 -0.484375 L 0.375 -0.484375 L 0.375 -0.015625 L 2.828125 -0.015625 L 2.828125 -0.484375 L 2.140625 -0.484375 L 2.140625 -3.96875 L 4.234375 -3.96875 L 4.234375 -0.484375 L 3.546875 -0.484375 L 3.546875 -0.015625 L 6.1875 -0.015625 L 6.1875 -0.484375 L 5.3125 -0.484375 L 5.3125 -3.96875 L 6.46875 -3.96875 L 6.46875 -4.4375 L 5.25 -4.4375 L 5.25 -4.890625 C 5.25 -5.03125 5.25 -5.15625 5.25 -5.296875 C 5.25 -5.828125 5.359375 -6.625 6.28125 -6.625 C 6.328125 -6.625 6.390625 -6.625 6.4375 -6.625 C 6.296875 -6.484375 6.203125 -6.328125 6.203125 -6.125 C 6.203125 -5.734375 6.5 -5.515625 6.828125 -5.515625 C 7.203125 -5.515625 7.4375 -5.796875 7.4375 -6.125 C 7.4375 -6.71875 6.828125 -6.984375 6.296875 -6.984375 C 5.90625 -6.984375 5.4375 -6.921875 5.078125 -6.734375 C 5.03125 -6.71875 4.96875 -6.671875 4.921875 -6.671875 L 4.90625 -6.671875 C 4.859375 -6.671875 4.828125 -6.703125 4.8125 -6.71875 L 4.65625 -6.8125 C 4.375 -6.9375 4.0625 -6.984375 3.75 -6.984375 C 2.796875 -6.984375 1.421875 -6.765625 1.109375 -5.828125 C 1.0625 -5.6875 1.0625 -5.53125 1.0625 -5.390625 Z M 4.234375 -4.4375 L 2.078125 -4.4375 L 2.078125 -5.359375 C 2.078125 -6.359375 2.921875 -6.625 3.65625 -6.625 C 3.875 -6.625 4.0625 -6.59375 4.28125 -6.53125 C 4.09375 -6.40625 3.984375 -6.234375 3.984375 -6 C 3.984375 -5.859375 4.03125 -5.6875 4.140625 -5.578125 C 4.21875 -5.5 4.25 -5.453125 4.25 -5.328125 C 4.25 -5.25 4.234375 -5.171875 4.234375 -5.109375 Z M 4.234375 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 1.59375 -2.1875 L 4.671875 -2.1875 C 4.84375 -2.1875 4.921875 -2.25 4.921875 -2.421875 C 4.921875 -3.421875 4.453125 -4.53125 2.78125 -4.53125 C 2.15625 -4.53125 1.53125 -4.359375 1.0625 -3.953125 C 0.5625 -3.53125 0.3125 -2.890625 0.3125 -2.25 C 0.3125 -1.640625 0.53125 -1.078125 0.953125 -0.640625 C 1.46875 -0.140625 2.21875 0.046875 2.9375 0.046875 C 3.625 0.046875 4.40625 -0.203125 4.78125 -0.828125 C 4.84375 -0.921875 4.921875 -1.0625 4.921875 -1.1875 C 4.921875 -1.3125 4.796875 -1.359375 4.6875 -1.359375 C 4.46875 -1.359375 4.453125 -1.15625 4.34375 -0.984375 C 4.078125 -0.5625 3.53125 -0.34375 3.03125 -0.34375 C 2.546875 -0.34375 2.078125 -0.546875 1.828125 -0.984375 C 1.609375 -1.328125 1.59375 -1.78125 1.59375 -2.1875 Z M 1.59375 -2.515625 C 1.59375 -3.1875 1.78125 -4.171875 2.796875 -4.171875 C 3.71875 -4.171875 3.984375 -3.25 3.984375 -2.515625 Z M 1.59375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 0.46875 -6.84375 L 0.46875 -6.375 L 0.6875 -6.375 C 0.9375 -6.375 1.15625 -6.34375 1.15625 -6.015625 L 1.15625 -0.484375 L 0.46875 -0.484375 L 0.46875 -0.015625 L 2.921875 -0.015625 L 2.921875 -0.484375 L 2.234375 -0.484375 L 2.234375 -6.921875 L 0.84375 -6.921875 Z M 0.46875 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 2 -4.53125 C 1.5625 -4.46875 1.140625 -4.421875 0.78125 -4.140625 C 0.53125 -3.921875 0.375 -3.5625 0.375 -3.21875 C 0.375 -1.78125 2.421875 -2 3.078125 -1.609375 C 3.28125 -1.5 3.421875 -1.28125 3.421875 -1.03125 C 3.421875 -0.390625 2.65625 -0.3125 2.28125 -0.3125 C 1.6875 -0.3125 1.15625 -0.578125 0.90625 -1.28125 C 0.859375 -1.421875 0.875 -1.609375 0.65625 -1.609375 L 0.5625 -1.609375 C 0.40625 -1.609375 0.375 -1.5 0.375 -1.375 L 0.375 -0.171875 C 0.375 -0.078125 0.390625 0.03125 0.5 0.046875 L 0.53125 0.046875 C 0.78125 0.046875 0.984375 -0.25 1.125 -0.25 C 1.1875 -0.25 1.25 -0.1875 1.296875 -0.15625 C 1.59375 0.015625 1.984375 0.046875 2.328125 0.046875 C 3.1875 0.046875 4.140625 -0.3125 4.140625 -1.359375 C 4.140625 -2.171875 3.484375 -2.65625 2.765625 -2.828125 C 2.203125 -2.953125 1.09375 -2.953125 1.09375 -3.5625 C 1.09375 -4.203125 2 -4.203125 2.25 -4.203125 C 2.71875 -4.203125 3.234375 -4.046875 3.359375 -3.515625 C 3.40625 -3.375 3.328125 -3.171875 3.59375 -3.171875 L 3.640625 -3.171875 C 3.828125 -3.171875 3.84375 -3.265625 3.84375 -3.375 L 3.84375 -4.3125 C 3.84375 -4.4375 3.8125 -4.53125 3.671875 -4.53125 C 3.484375 -4.53125 3.34375 -4.34375 3.21875 -4.34375 C 3.125 -4.34375 2.953125 -4.453125 2.8125 -4.46875 C 2.625 -4.515625 2.40625 -4.53125 2.203125 -4.53125 C 2.140625 -4.53125 2.0625 -4.53125 2 -4.53125 Z M 2 -4.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.671875 -3.953125 C 0.859375 -3.953125 1.109375 -3.9375 1.140625 -3.71875 L 1.140625 -1.28125 C 1.140625 -0.0625 2.125 0.046875 2.90625 0.046875 C 3.453125 0.046875 4.046875 -0.125 4.359375 -0.734375 L 4.359375 0.046875 L 6.125 0.046875 L 6.125 -0.484375 L 5.90625 -0.484375 C 5.671875 -0.484375 5.4375 -0.515625 5.4375 -0.796875 L 5.4375 -4.5 L 4 -4.5 L 3.625 -4.421875 L 3.625 -3.953125 L 3.828125 -3.953125 C 4.09375 -3.953125 4.3125 -3.921875 4.3125 -3.625 L 4.3125 -1.6875 C 4.3125 -1 3.90625 -0.3125 3.109375 -0.3125 L 3.015625 -0.3125 C 2.703125 -0.3125 2.328125 -0.328125 2.28125 -0.875 C 2.265625 -1.0625 2.265625 -1.28125 2.265625 -1.46875 L 2.265625 -4.5 L 0.84375 -4.5 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 3.59375 -4.078125 C 3.453125 -3.953125 3.390625 -3.765625 3.390625 -3.59375 C 3.390625 -3.25 3.65625 -2.984375 4 -2.984375 C 4.421875 -2.984375 4.640625 -3.3125 4.640625 -3.625 C 4.640625 -4.484375 3.390625 -4.53125 2.96875 -4.53125 L 2.875 -4.53125 C 2.109375 -4.53125 1.328125 -4.296875 0.859375 -3.671875 C 0.53125 -3.25 0.375 -2.765625 0.375 -2.234375 C 0.375 -1.6875 0.546875 -1.109375 0.921875 -0.703125 C 1.40625 -0.171875 2.140625 0.046875 2.84375 0.046875 C 3.546875 0.046875 4.3125 -0.203125 4.640625 -0.875 C 4.6875 -0.953125 4.765625 -1.0625 4.765625 -1.15625 C 4.765625 -1.296875 4.640625 -1.3125 4.546875 -1.3125 L 4.5 -1.3125 C 4.296875 -1.3125 4.28125 -1.171875 4.234375 -1.03125 C 3.984375 -0.59375 3.5625 -0.34375 3.0625 -0.34375 C 1.890625 -0.34375 1.65625 -1.390625 1.65625 -2.21875 C 1.65625 -2.984375 1.734375 -4.125 2.953125 -4.125 C 3.171875 -4.125 3.390625 -4.09375 3.59375 -4.078125 Z M 3.59375 -4.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 0.453125 -6.84375 L 0.453125 -6.375 L 0.671875 -6.375 C 0.921875 -6.375 1.140625 -6.34375 1.140625 -6.015625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.984375 C 5.4375 -3.296875 5.421875 -3.625 5.28125 -3.890625 C 4.984375 -4.40625 4.40625 -4.5 3.875 -4.5 C 3.21875 -4.5 2.515625 -4.140625 2.21875 -3.515625 L 2.21875 -6.921875 L 0.828125 -6.921875 Z M 0.453125 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 1.4375 -5.71875 C 1.71875 -5.9375 2.078125 -6.078125 2.453125 -6.078125 C 3.28125 -6.078125 3.78125 -5.390625 3.78125 -4.625 C 3.78125 -3.59375 2.953125 -2.8125 2.28125 -2.140625 C 1.8125 -1.671875 1.359375 -1.203125 0.890625 -0.734375 L 0.703125 -0.546875 C 0.609375 -0.453125 0.5625 -0.375 0.5625 -0.234375 L 0.5625 -0.015625 L 4.84375 -0.015625 L 5.15625 -2.21875 L 4.6875 -2.21875 C 4.640625 -1.84375 4.625 -1.28125 4.25 -1.28125 C 4 -1.25 3.734375 -1.25 3.484375 -1.25 L 1.9375 -1.25 C 2.46875 -1.65625 2.953125 -2.078125 3.484375 -2.46875 C 4.203125 -3 5.15625 -3.578125 5.15625 -4.625 C 5.15625 -6.078125 3.734375 -6.546875 2.671875 -6.546875 L 2.546875 -6.546875 C 1.75 -6.484375 0.5625 -6.09375 0.5625 -5.03125 C 0.5625 -4.671875 0.78125 -4.28125 1.296875 -4.28125 C 1.6875 -4.28125 2 -4.609375 2 -5 C 2 -5.359375 1.78125 -5.625 1.4375 -5.71875 Z M 1.4375 -5.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 0.59375 -4.4375 L 0.484375 -2.6875 L 0.953125 -2.6875 C 0.953125 -3.015625 1 -3.328125 1.171875 -3.625 C 1.4375 -4.03125 1.9375 -4.078125 2.390625 -4.078125 L 3.1875 -4.078125 C 2.28125 -2.859375 1.359375 -1.671875 0.421875 -0.484375 C 0.375 -0.40625 0.3125 -0.3125 0.3125 -0.21875 C 0.3125 -0.0625 0.453125 -0.015625 0.578125 -0.015625 L 4.421875 -0.015625 L 4.609375 -2.03125 L 4.140625 -2.03125 C 4.09375 -1.5625 4.0625 -1.078125 3.71875 -0.734375 C 3.40625 -0.4375 2.953125 -0.40625 2.53125 -0.40625 L 1.71875 -0.40625 C 2.625 -1.609375 3.546875 -2.796875 4.46875 -3.984375 C 4.53125 -4.0625 4.578125 -4.140625 4.578125 -4.234375 C 4.578125 -4.390625 4.4375 -4.4375 4.328125 -4.4375 Z M 0.59375 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 0.375 -4.421875 L 0.375 -3.953125 L 0.578125 -3.953125 C 0.84375 -3.953125 1.0625 -3.921875 1.0625 -3.625 L 1.0625 1.453125 L 0.375 1.453125 L 0.375 1.921875 L 2.875 1.921875 L 2.875 1.453125 L 2.1875 1.453125 L 2.1875 -0.40625 C 2.546875 -0.09375 2.984375 0.046875 3.4375 0.046875 C 4.71875 0.046875 5.984375 -0.6875 5.984375 -2.234375 C 5.984375 -3.453125 5.140625 -4.5 3.6875 -4.5 C 3.09375 -4.5 2.625 -4.34375 2.140625 -4 L 2.140625 -4.5 L 0.75 -4.5 Z M 4.6875 -2.03125 C 4.65625 -1.3125 4.359375 -0.3125 3.359375 -0.3125 C 2.921875 -0.3125 2.484375 -0.5625 2.234375 -0.953125 C 2.1875 -1 2.1875 -1.0625 2.1875 -1.125 L 2.1875 -3.421875 C 2.25 -3.734375 2.96875 -4.09375 3.453125 -4.09375 C 4.5 -4.09375 4.703125 -2.90625 4.703125 -2.21875 C 4.703125 -2.15625 4.703125 -2.09375 4.6875 -2.03125 Z M 4.6875 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 1.6875 -6.34375 C 1.6875 -5.53125 1.265625 -4.328125 0.203125 -4.328125 L 0.203125 -3.96875 L 1.015625 -3.96875 L 1.015625 -1.40625 C 1.015625 -1.078125 1.03125 -0.75 1.21875 -0.484375 C 1.5 -0.078125 2.078125 0.0625 2.546875 0.0625 C 3.25 0.0625 3.8125 -0.421875 3.8125 -1.328125 C 3.8125 -1.46875 3.8125 -1.625 3.8125 -1.78125 L 3.34375 -1.78125 L 3.34375 -1.359375 C 3.34375 -0.984375 3.28125 -0.34375 2.734375 -0.34375 C 2.234375 -0.34375 2.15625 -0.875 2.15625 -1.28125 L 2.15625 -3.96875 L 3.625 -3.96875 L 3.625 -4.4375 L 2.15625 -4.4375 L 2.15625 -6.34375 Z M 1.6875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 1.484375 -1.5625 C 1.078125 -1.53125 0.8125 -1.140625 0.8125 -0.78125 C 0.8125 -0.421875 1.09375 -0.015625 1.578125 -0.015625 C 2.046875 -0.015625 2.359375 -0.390625 2.359375 -0.796875 C 2.359375 -1.15625 2.078125 -1.5625 1.59375 -1.5625 C 1.5625 -1.5625 1.515625 -1.5625 1.484375 -1.5625 Z M 1.484375 -1.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 0.234375 -6.84375 L 0.234375 -6.375 L 0.984375 -6.375 C 1.09375 -6.375 1.125 -6.328125 1.140625 -6.234375 L 1.25 -5.984375 C 2 -4.109375 2.703125 -2.234375 3.421875 -0.34375 C 3.515625 -0.15625 3.53125 0.0625 3.84375 0.0625 C 4.125 0.0625 4.203125 -0.171875 4.296875 -0.46875 L 4.65625 -1.390625 C 5.0625 -2.484375 5.46875 -3.578125 5.921875 -4.671875 C 6.21875 -4.03125 6.4375 -3.296875 6.703125 -2.625 C 6.875 -2.21875 7.03125 -1.796875 7.1875 -1.390625 L 7.546875 -0.453125 C 7.640625 -0.21875 7.671875 0.0625 8 0.0625 C 8.296875 0.0625 8.328125 -0.15625 8.421875 -0.34375 C 9.015625 -1.890625 9.59375 -3.40625 10.203125 -4.9375 L 10.5625 -5.875 C 10.65625 -6.171875 10.671875 -6.3125 10.96875 -6.34375 C 11.1875 -6.375 11.390625 -6.375 11.609375 -6.375 L 11.609375 -6.84375 L 9.1875 -6.84375 L 9.1875 -6.375 C 9.515625 -6.375 10.171875 -6.375 10.171875 -6.234375 C 10.171875 -6.15625 10.109375 -6.046875 10.09375 -5.96875 L 9.765625 -5.140625 C 9.390625 -4.1875 9.046875 -3.21875 8.65625 -2.265625 C 8.609375 -2.140625 8.53125 -1.984375 8.5 -1.828125 L 8.46875 -1.828125 L 6.71875 -6.375 L 7.671875 -6.375 L 7.671875 -6.84375 L 4.40625 -6.84375 L 4.40625 -6.375 L 5.140625 -6.375 C 5.28125 -6.375 5.328125 -6.25 5.359375 -6.125 C 5.46875 -5.859375 5.65625 -5.484375 5.65625 -5.3125 L 5.65625 -5.28125 C 5.5625 -4.96875 5.40625 -4.671875 5.296875 -4.375 C 5.0625 -3.765625 4.828125 -3.171875 4.609375 -2.5625 L 4.421875 -2.109375 C 4.390625 -2.03125 4.359375 -1.9375 4.328125 -1.828125 L 4.3125 -1.828125 L 2.546875 -6.375 L 3.515625 -6.375 L 3.515625 -6.84375 Z M 0.234375 -6.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.484375 2.96875 -4.140625 3.734375 -4.140625 C 4.203125 -4.140625 4.3125 -3.703125 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.140625 -0.015625 L 6.140625 -0.484375 L 5.453125 -0.484375 L 5.453125 -2.71875 C 5.515625 -3.484375 6.15625 -4.140625 6.921875 -4.140625 C 7.375 -4.140625 7.5 -3.703125 7.5 -3.15625 L 7.5 -0.484375 L 6.8125 -0.484375 L 6.8125 -0.015625 L 9.328125 -0.015625 L 9.328125 -0.484375 L 8.640625 -0.484375 L 8.640625 -2.984375 C 8.640625 -3.296875 8.609375 -3.609375 8.46875 -3.875 C 8.203125 -4.390625 7.59375 -4.5 7.046875 -4.5 C 6.390625 -4.5 5.71875 -4.140625 5.40625 -3.53125 C 5.328125 -4.296875 4.53125 -4.5 3.890625 -4.5 C 3.21875 -4.5 2.40625 -4.109375 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 1.734375 -4.09375 C 1.96875 -4.15625 2.234375 -4.171875 2.46875 -4.171875 C 3.046875 -4.171875 3.5625 -3.890625 3.5625 -2.890625 L 3.5625 -2.65625 C 2.734375 -2.65625 1.796875 -2.546875 1.09375 -2.1875 C 0.671875 -1.96875 0.3125 -1.578125 0.3125 -1.09375 C 0.3125 -0.125 1.5625 0.046875 2.25 0.046875 C 2.78125 0.046875 3.53125 -0.1875 3.734375 -0.78125 C 3.765625 -0.640625 3.734375 -0.515625 3.796875 -0.375 C 3.984375 -0.015625 4.515625 -0.015625 4.90625 -0.015625 L 5.328125 -0.015625 C 5.46875 -0.015625 5.5625 -0.0625 5.5625 -0.25 C 5.5625 -0.703125 4.765625 -0.328125 4.703125 -0.703125 L 4.703125 -2.921875 C 4.703125 -4.109375 3.640625 -4.53125 2.703125 -4.53125 L 2.4375 -4.53125 C 1.78125 -4.53125 0.703125 -4.46875 0.703125 -3.625 C 0.703125 -3.28125 0.921875 -2.984375 1.375 -2.984375 C 1.75 -3.03125 1.953125 -3.296875 1.953125 -3.609375 C 1.953125 -3.8125 1.875 -3.953125 1.734375 -4.09375 Z M 3.5625 -2.34375 L 3.5625 -1.421875 C 3.5625 -0.734375 3.046875 -0.3125 2.40625 -0.3125 C 1.984375 -0.3125 1.484375 -0.578125 1.484375 -1.09375 C 1.484375 -1.9375 2.515625 -2.234375 3.203125 -2.3125 C 3.3125 -2.328125 3.453125 -2.328125 3.5625 -2.34375 Z M 3.5625 -2.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 3.53125 -6.84375 L 3.53125 -6.375 C 3.625 -6.375 3.703125 -6.390625 3.78125 -6.390625 C 4 -6.390625 4.234375 -6.34375 4.234375 -6.046875 L 4.234375 -4.046875 C 3.78125 -4.359375 3.375 -4.5 2.890625 -4.5 C 1.578125 -4.5 0.375 -3.703125 0.375 -2.21875 C 0.375 -0.8125 1.453125 0.046875 2.78125 0.046875 C 3.296875 0.046875 3.765625 -0.125 4.171875 -0.4375 L 4.171875 0.046875 L 5.984375 0.046875 L 5.984375 -0.484375 C 5.90625 -0.484375 5.828125 -0.46875 5.734375 -0.46875 C 5.5 -0.46875 5.296875 -0.515625 5.296875 -0.828125 L 5.296875 -6.921875 L 3.921875 -6.921875 Z M 1.65625 -1.828125 L 1.65625 -2.328125 C 1.65625 -3.09375 1.8125 -4.140625 2.984375 -4.140625 C 3.40625 -4.140625 3.78125 -3.953125 4.0625 -3.640625 C 4.109375 -3.59375 4.15625 -3.53125 4.171875 -3.484375 L 4.171875 -1.171875 C 4.171875 -1.109375 4.171875 -1.046875 4.125 -1 C 3.84375 -0.59375 3.34375 -0.3125 2.859375 -0.3125 C 1.96875 -0.3125 1.734375 -1.0625 1.65625 -1.828125 Z M 1.65625 -1.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 0.453125 -4.421875 L 0.453125 -3.953125 L 0.640625 -3.953125 C 0.90625 -3.953125 1.140625 -3.921875 1.140625 -3.625 L 1.140625 -0.484375 L 0.453125 -0.484375 L 0.453125 -0.015625 L 2.953125 -0.015625 L 2.953125 -0.484375 L 2.265625 -0.484375 L 2.265625 -2.71875 C 2.34375 -3.46875 2.953125 -4.140625 3.75 -4.140625 C 4.203125 -4.140625 4.3125 -3.671875 4.3125 -3.15625 L 4.3125 -0.484375 L 3.625 -0.484375 L 3.625 -0.015625 L 6.125 -0.015625 L 6.125 -0.484375 L 5.4375 -0.484375 L 5.4375 -2.9375 C 5.4375 -3.296875 5.421875 -3.65625 5.234375 -3.953125 C 4.9375 -4.421875 4.359375 -4.5 3.84375 -4.5 C 3.1875 -4.5 2.375 -4.0625 2.171875 -3.421875 L 2.15625 -4.5 L 0.8125 -4.4375 Z M 0.453125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 2.671875 -4.53125 C 2.140625 -4.4375 1.734375 -4.390625 1.3125 -4.125 C 0.65625 -3.703125 0.3125 -2.953125 0.3125 -2.1875 C 0.3125 -1.671875 0.484375 -1.109375 0.84375 -0.71875 C 1.359375 -0.15625 2.125 0.046875 2.859375 0.046875 C 4.046875 0.046875 5.40625 -0.59375 5.40625 -2.203125 C 5.40625 -3.71875 4.203125 -4.53125 2.796875 -4.53125 Z M 1.59375 -1.890625 L 1.59375 -2.53125 C 1.59375 -2.984375 1.609375 -3.515625 1.9375 -3.828125 C 2.171875 -4.0625 2.515625 -4.171875 2.859375 -4.171875 C 3.21875 -4.171875 3.578125 -4.046875 3.8125 -3.796875 C 4.140625 -3.4375 4.140625 -2.875 4.140625 -2.40625 L 4.140625 -2.109375 C 4.140625 -1.671875 4.109375 -1.109375 3.84375 -0.765625 C 3.609375 -0.484375 3.234375 -0.34375 2.859375 -0.34375 C 2.46875 -0.34375 2.078125 -0.5 1.859375 -0.796875 C 1.625 -1.109375 1.640625 -1.515625 1.59375 -1.890625 Z M 1.59375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 0.25 -4.4375 L 0.25 -3.96875 L 0.734375 -3.96875 C 0.90625 -3.96875 1.0625 -3.40625 1.171875 -3.125 L 2.140625 -0.78125 C 2.265625 -0.421875 2.359375 0.046875 2.71875 0.046875 C 2.96875 0.046875 3.046875 -0.125 3.125 -0.328125 L 3.3125 -0.8125 C 3.421875 -1.09375 3.53125 -1.34375 3.65625 -1.609375 L 3.953125 -2.359375 C 4.015625 -2.515625 4.09375 -2.65625 4.125 -2.8125 L 4.140625 -2.8125 C 4.171875 -2.65625 4.25 -2.515625 4.3125 -2.359375 C 4.578125 -1.6875 4.875 -1.015625 5.140625 -0.34375 C 5.21875 -0.125 5.28125 0.046875 5.546875 0.046875 C 5.8125 0.046875 5.875 -0.140625 5.9375 -0.3125 C 6.28125 -1.21875 6.671875 -2.09375 7.03125 -3 L 7.28125 -3.59375 C 7.40625 -3.859375 7.390625 -3.96875 8.015625 -3.96875 L 8.015625 -4.4375 L 6.296875 -4.4375 L 6.296875 -3.96875 C 6.53125 -3.96875 6.859375 -3.953125 6.859375 -3.828125 C 6.859375 -3.703125 6.6875 -3.390625 6.59375 -3.1875 C 6.34375 -2.515625 6.09375 -1.828125 5.78125 -1.1875 L 4.640625 -3.96875 L 5.203125 -3.96875 L 5.203125 -4.4375 L 3.078125 -4.4375 L 3.078125 -3.96875 L 3.53125 -3.96875 C 3.671875 -3.96875 3.671875 -3.890625 3.71875 -3.8125 C 3.765625 -3.703125 3.875 -3.53125 3.875 -3.421875 C 3.875 -3.296875 3.75 -3.09375 3.703125 -2.984375 C 3.484375 -2.46875 3.234375 -1.9375 3.0625 -1.421875 L 3.046875 -1.421875 L 2 -3.96875 L 2.5625 -3.96875 L 2.5625 -4.4375 Z M 0.25 -4.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 0.890625 -6.015625 L 0.890625 -5.703125 C 1.328125 -5.703125 1.796875 -5.75 2.1875 -5.96875 L 2.1875 -0.75 C 2.1875 -0.375 1.8125 -0.3125 1.421875 -0.3125 C 1.25 -0.3125 1.09375 -0.3125 0.953125 -0.3125 L 0.953125 -0.015625 L 4.1875 -0.015625 L 4.1875 -0.3125 C 4.015625 -0.3125 3.84375 -0.3125 3.6875 -0.3125 C 3.296875 -0.3125 2.9375 -0.375 2.9375 -0.75 L 2.9375 -6.484375 C 2.9375 -6.578125 2.90625 -6.65625 2.796875 -6.65625 C 2.65625 -6.65625 2.5 -6.453125 2.375 -6.375 C 1.9375 -6.09375 1.40625 -6.015625 0.890625 -6.015625 Z M 0.890625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-2">
|
||||
<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 overflow="visible" id="glyph2-3">
|
||||
<path style="stroke:none;" d="M 1.15625 -0.484375 C 1.78125 0 2.265625 0.203125 3.046875 0.203125 C 4.234375 0.203125 4.96875 -0.859375 4.96875 -1.875 C 4.96875 -2.703125 4.5 -3.46875 3.703125 -3.796875 C 3.09375 -4.046875 2.34375 -4.03125 1.8125 -4.34375 C 1.421875 -4.59375 1.1875 -5.03125 1.1875 -5.46875 C 1.1875 -6.25 1.859375 -6.765625 2.5625 -6.765625 C 3.546875 -6.765625 4.234375 -5.96875 4.390625 -4.96875 C 4.421875 -4.828125 4.390625 -4.5625 4.578125 -4.5625 C 4.6875 -4.5625 4.6875 -4.640625 4.6875 -4.734375 L 4.6875 -6.890625 C 4.6875 -6.96875 4.671875 -7.03125 4.59375 -7.03125 C 4.453125 -7.03125 4.34375 -6.765625 4.25 -6.625 C 4.203125 -6.546875 4.125 -6.4375 4.09375 -6.34375 C 3.671875 -6.75 3.203125 -7.03125 2.546875 -7.03125 C 1.5625 -7.03125 0.546875 -6.359375 0.546875 -5.09375 C 0.546875 -4.0625 1.3125 -3.375 2.28125 -3.171875 C 2.5 -3.125 2.6875 -3.0625 2.90625 -3.015625 C 3.453125 -2.875 4.015625 -2.734375 4.25 -2.03125 C 4.3125 -1.875 4.34375 -1.71875 4.34375 -1.5625 C 4.34375 -0.8125 3.828125 -0.09375 2.984375 -0.09375 C 2 -0.09375 1.03125 -0.625 0.828125 -1.78125 C 0.8125 -1.859375 0.8125 -1.96875 0.796875 -2.046875 L 0.796875 -2.125 C 0.796875 -2.21875 0.75 -2.265625 0.671875 -2.265625 C 0.5625 -2.265625 0.546875 -2.1875 0.546875 -2.125 L 0.546875 0.0625 C 0.546875 0.140625 0.5625 0.203125 0.640625 0.203125 C 0.796875 0.203125 0.90625 -0.0625 0.984375 -0.203125 C 1.046875 -0.296875 1.109375 -0.390625 1.15625 -0.484375 Z M 1.15625 -0.484375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-4">
|
||||
<path style="stroke:none;" d="M 0.3125 -4.296875 L 0.3125 -3.984375 L 0.453125 -3.984375 C 0.734375 -3.984375 1.03125 -3.96875 1.09375 -3.671875 C 1.09375 -3.5625 1.09375 -3.453125 1.09375 -3.34375 L 1.09375 -1.359375 C 1.09375 -1.03125 1.109375 -0.734375 1.28125 -0.4375 C 1.5625 -0.015625 2.125 0.109375 2.59375 0.109375 C 3.046875 0.109375 3.453125 -0.09375 3.703125 -0.453125 C 3.765625 -0.5625 3.84375 -0.65625 3.875 -0.78125 L 3.875 0.09375 L 5.328125 -0.015625 L 5.328125 -0.3125 L 5.171875 -0.3125 C 4.84375 -0.3125 4.546875 -0.34375 4.546875 -0.796875 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 L 3.21875 -3.984375 C 3.546875 -3.984375 3.84375 -3.953125 3.84375 -3.484375 L 3.84375 -1.6875 C 3.84375 -0.953125 3.46875 -0.125 2.640625 -0.125 C 2.078125 -0.125 1.796875 -0.265625 1.796875 -1.328125 L 1.796875 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-5">
|
||||
<path style="stroke:none;" d="M 3.578125 -3.859375 C 3.3125 -3.84375 3.109375 -3.671875 3.109375 -3.40625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.875 -2.9375 4.03125 -3.15625 4.03125 -3.4375 L 4.03125 -3.5 C 3.921875 -4.234375 3.078125 -4.46875 2.5 -4.46875 C 1.28125 -4.46875 0.328125 -3.40625 0.328125 -2.15625 C 0.328125 -1.03125 1.203125 0.09375 2.5 0.09375 C 3.15625 0.09375 3.796875 -0.265625 4.0625 -0.953125 C 4.09375 -1.015625 4.140625 -1.109375 4.140625 -1.171875 C 4.140625 -1.25 4.09375 -1.296875 4.015625 -1.296875 C 3.875 -1.296875 3.78125 -0.921875 3.703125 -0.78125 C 3.46875 -0.40625 3.0625 -0.15625 2.609375 -0.15625 C 1.546875 -0.15625 1.21875 -1.21875 1.171875 -2 L 1.171875 -2.125 C 1.171875 -2.921875 1.359375 -4.109375 2.453125 -4.21875 L 2.53125 -4.21875 C 2.90625 -4.21875 3.296875 -4.109375 3.578125 -3.859375 Z M 3.578125 -3.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-6">
|
||||
<path style="stroke:none;" d="M 0.3125 -6.8125 L 0.3125 -6.515625 L 0.46875 -6.515625 C 0.84375 -6.515625 1.09375 -6.46875 1.09375 -5.984375 L 1.09375 -0.953125 C 1.09375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.53125 4.390625 -3.84375 C 4.140625 -4.28125 3.65625 -4.40625 3.1875 -4.40625 C 2.609375 -4.40625 1.96875 -4.015625 1.78125 -3.453125 L 1.765625 -6.921875 Z M 0.3125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-7">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.3125 L 3.984375 -2.3125 C 4.09375 -2.3125 4.140625 -2.375 4.140625 -2.5 C 4.140625 -3.546875 3.5 -4.46875 2.375 -4.46875 C 1.15625 -4.46875 0.28125 -3.375 0.28125 -2.1875 C 0.28125 -1.28125 0.78125 -0.453125 1.671875 -0.0625 C 1.890625 0.046875 2.15625 0.09375 2.40625 0.09375 L 2.4375 0.09375 C 3.203125 0.09375 3.84375 -0.328125 4.109375 -1.09375 C 4.125 -1.125 4.125 -1.171875 4.125 -1.203125 C 4.125 -1.265625 4.09375 -1.3125 4.015625 -1.3125 C 3.875 -1.3125 3.8125 -0.984375 3.75 -0.875 C 3.5 -0.4375 3.015625 -0.15625 2.5 -0.15625 C 2.140625 -0.15625 1.8125 -0.359375 1.546875 -0.625 C 1.140625 -1.09375 1.109375 -1.734375 1.109375 -2.3125 Z M 1.125 -2.515625 C 1.125 -3.296875 1.53125 -4.25 2.359375 -4.25 L 2.40625 -4.25 C 3.375 -4.15625 3.375 -3.125 3.46875 -2.515625 Z M 1.125 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-8">
|
||||
<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 overflow="visible" id="glyph2-9">
|
||||
<path style="stroke:none;" d="M 0.375 -4.296875 L 0.375 -3.984375 L 0.5625 -3.984375 C 0.84375 -3.984375 1.109375 -3.953125 1.109375 -3.484375 L 1.109375 -0.734375 C 1.109375 -0.375 0.921875 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 2.46875 -0.015625 L 2.46875 -0.3125 L 2.265625 -0.3125 C 2.015625 -0.3125 1.78125 -0.34375 1.78125 -0.671875 L 1.78125 -4.40625 Z M 1.203125 -6.671875 C 0.953125 -6.640625 0.75 -6.421875 0.75 -6.15625 C 0.75 -5.859375 1 -5.625 1.28125 -5.625 C 1.5625 -5.625 1.8125 -5.84375 1.8125 -6.15625 C 1.8125 -6.4375 1.5625 -6.671875 1.28125 -6.671875 C 1.25 -6.671875 1.234375 -6.671875 1.203125 -6.671875 Z M 1.203125 -6.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-10">
|
||||
<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 overflow="visible" id="glyph2-11">
|
||||
<path style="stroke:none;" d="M 0.171875 -4.296875 L 0.171875 -3.984375 L 0.328125 -3.984375 C 0.84375 -3.984375 0.875 -3.765625 1.109375 -3.0625 C 1.359375 -2.375 1.625 -1.6875 1.859375 -1 L 2.15625 -0.15625 C 2.203125 -0.046875 2.234375 0.09375 2.375 0.09375 L 2.390625 0.09375 C 2.609375 0.09375 2.75 -0.5625 2.875 -0.890625 C 3.0625 -1.421875 3.25 -1.953125 3.453125 -2.484375 C 3.5 -2.625 3.5625 -2.765625 3.59375 -2.90625 C 3.625 -2.765625 3.6875 -2.625 3.734375 -2.484375 L 4.03125 -1.671875 C 4.203125 -1.15625 4.40625 -0.640625 4.578125 -0.125 C 4.625 -0.015625 4.671875 0.09375 4.8125 0.09375 C 5.03125 0.09375 5.1875 -0.609375 5.3125 -0.96875 L 5.875 -2.546875 C 6.109375 -3.1875 6.25 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.625 -3.984375 5.90625 -3.84375 5.9375 -3.5625 C 5.9375 -3.28125 5.765625 -2.953125 5.671875 -2.703125 C 5.515625 -2.265625 5.359375 -1.84375 5.21875 -1.421875 C 5.140625 -1.203125 5.03125 -0.984375 4.984375 -0.765625 L 4.96875 -0.765625 C 4.921875 -1 4.796875 -1.3125 4.6875 -1.5625 C 4.46875 -2.203125 4.234375 -2.84375 4 -3.5 C 3.984375 -3.5625 3.953125 -3.65625 3.953125 -3.734375 L 3.953125 -3.765625 C 4 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 2.59375 -4.296875 L 2.59375 -3.984375 L 2.765625 -3.984375 C 3.15625 -3.984375 3.25 -3.84375 3.375 -3.5 C 3.40625 -3.421875 3.453125 -3.34375 3.453125 -3.265625 C 3.4375 -3.171875 3.390625 -3.078125 3.359375 -2.984375 L 2.796875 -1.40625 C 2.734375 -1.234375 2.6875 -1.0625 2.609375 -0.90625 C 2.5 -1.171875 2.40625 -1.453125 2.3125 -1.71875 C 2.15625 -2.15625 2 -2.578125 1.859375 -3.015625 L 1.671875 -3.515625 C 1.65625 -3.578125 1.609375 -3.65625 1.609375 -3.71875 C 1.609375 -3.984375 1.984375 -3.984375 2.203125 -3.984375 L 2.203125 -4.296875 Z M 0.171875 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-12">
|
||||
<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.265625 2.15625 -4.1875 3.15625 -4.1875 C 3.78125 -4.1875 3.84375 -3.5 3.84375 -3.078125 L 3.84375 -0.6875 C 3.84375 -0.34375 3.5625 -0.3125 3.25 -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.8125 -0.3125 4.546875 -0.359375 4.546875 -0.703125 L 4.546875 -2.875 C 4.546875 -3.203125 4.53125 -3.546875 4.375 -3.84375 C 4.140625 -4.28125 3.640625 -4.40625 3.1875 -4.40625 C 2.578125 -4.40625 1.9375 -3.984375 1.75 -3.390625 L 1.734375 -4.40625 Z M 0.3125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-13">
|
||||
<path style="stroke:none;" d="M 0.890625 -5.328125 C 1.125 -5.828125 1.5 -6.34375 2.21875 -6.34375 C 3.15625 -6.34375 3.5625 -5.484375 3.5625 -4.703125 C 3.5625 -3.78125 2.953125 -3.03125 2.375 -2.375 C 1.8125 -1.703125 1.203125 -1.0625 0.625 -0.40625 C 0.53125 -0.3125 0.5 -0.265625 0.5 -0.125 L 0.5 -0.015625 L 4.203125 -0.015625 L 4.46875 -1.75 L 4.234375 -1.75 C 4.140625 -1.296875 4.203125 -0.796875 3.6875 -0.796875 L 3.296875 -0.796875 C 3 -0.78125 2.71875 -0.78125 2.421875 -0.78125 C 2.03125 -0.78125 1.65625 -0.78125 1.28125 -0.78125 L 1.96875 -1.453125 C 2.25 -1.71875 2.515625 -1.984375 2.796875 -2.234375 C 3.53125 -2.890625 4.46875 -3.609375 4.46875 -4.71875 C 4.46875 -5.84375 3.515625 -6.65625 2.390625 -6.65625 C 1.4375 -6.65625 0.5 -5.9375 0.5 -4.859375 C 0.5 -4.609375 0.59375 -4.296875 1.015625 -4.296875 C 1.3125 -4.296875 1.546875 -4.5 1.546875 -4.8125 C 1.546875 -5.078125 1.34375 -5.328125 1.03125 -5.328125 C 0.984375 -5.328125 0.9375 -5.328125 0.890625 -5.328125 Z M 0.890625 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-14">
|
||||
<path style="stroke:none;" d="M 2.34375 -4.46875 C 1.09375 -4.34375 0.28125 -3.28125 0.28125 -2.125 C 0.28125 -1 1.171875 0.09375 2.5 0.09375 C 3.6875 0.09375 4.6875 -0.875 4.6875 -2.140625 C 4.6875 -3.3125 3.796875 -4.46875 2.46875 -4.46875 C 2.4375 -4.46875 2.375 -4.46875 2.34375 -4.46875 Z M 1.109375 -1.890625 L 1.109375 -2.328125 C 1.109375 -3.09375 1.359375 -4.25 2.484375 -4.25 C 3.296875 -4.25 3.75 -3.5625 3.84375 -2.8125 C 3.859375 -2.59375 3.859375 -2.375 3.859375 -2.15625 C 3.859375 -1.515625 3.78125 -0.703125 3.15625 -0.34375 C 2.953125 -0.203125 2.734375 -0.15625 2.5 -0.15625 C 1.78125 -0.15625 1.265625 -0.71875 1.15625 -1.5 C 1.140625 -1.625 1.140625 -1.765625 1.109375 -1.890625 Z M 1.109375 -1.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-15">
|
||||
<path style="stroke:none;" d="M 0.359375 -6.8125 L 0.359375 -6.515625 C 0.484375 -6.515625 0.625 -6.515625 0.734375 -6.515625 C 1.09375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -0.75 C 1.390625 -0.375 1.0625 -0.3125 0.71875 -0.3125 C 0.59375 -0.3125 0.46875 -0.3125 0.359375 -0.3125 L 0.359375 -0.015625 L 3.5 -0.015625 C 3.703125 -0.015625 3.90625 0 4.109375 0 C 5.1875 0 6.5 -0.5 6.5 -1.890625 C 6.5 -2.84375 5.375 -3.5625 4.5625 -3.5625 L 4.5625 -3.578125 C 5.3125 -3.65625 6.21875 -4.28125 6.21875 -5.140625 L 6.21875 -5.203125 C 6.140625 -6.34375 4.859375 -6.828125 3.859375 -6.828125 C 3.65625 -6.828125 3.453125 -6.8125 3.265625 -6.8125 Z M 2.21875 -3.4375 L 4 -3.4375 C 4.96875 -3.4375 5.5 -2.703125 5.5 -1.875 C 5.5 -0.984375 4.859375 -0.3125 3.84375 -0.3125 C 3.671875 -0.3125 3.515625 -0.3125 3.359375 -0.3125 L 2.59375 -0.3125 C 2.375 -0.3125 2.21875 -0.375 2.21875 -0.640625 Z M 2.21875 -3.65625 L 2.21875 -6.140625 C 2.21875 -6.4375 2.359375 -6.484375 2.578125 -6.515625 L 3.84375 -6.515625 C 4.421875 -6.515625 4.859375 -6.296875 5.140625 -5.71875 C 5.203125 -5.53125 5.25 -5.328125 5.25 -5.125 C 5.25 -4.25 4.46875 -3.65625 3.625 -3.65625 C 3.515625 -3.65625 3.40625 -3.65625 3.296875 -3.65625 Z M 2.21875 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-16">
|
||||
<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 overflow="visible" id="glyph2-17">
|
||||
<path style="stroke:none;" d="M 0.90625 -6.140625 C 1.234375 -6.609375 1.671875 -6.8125 2.21875 -6.8125 C 2.578125 -6.8125 3.03125 -6.734375 3.203125 -6.375 C 3.296875 -6.21875 3.296875 -6.046875 3.3125 -5.875 L 3.3125 -5.75 C 3.3125 -5.328125 3.21875 -5.109375 2.890625 -4.71875 C 2.40625 -4.15625 2.140625 -3.421875 2.09375 -2.703125 L 2.09375 -2.203125 C 2.09375 -2.15625 2.078125 -2.109375 2.078125 -2.046875 C 2.078125 -1.96875 2.109375 -1.890625 2.203125 -1.875 L 2.25 -1.875 C 2.296875 -1.890625 2.328125 -1.9375 2.34375 -1.984375 L 2.34375 -2.640625 C 2.40625 -3.359375 2.78125 -3.984375 3.3125 -4.453125 C 3.515625 -4.609375 3.734375 -4.71875 3.890625 -4.921875 C 4.0625 -5.140625 4.140625 -5.421875 4.140625 -5.6875 C 4.140625 -6.65625 3.234375 -7.03125 2.1875 -7.03125 C 1.484375 -7.03125 0.546875 -6.59375 0.546875 -5.71875 C 0.546875 -5.5 0.65625 -5.234375 0.96875 -5.234375 C 1.28125 -5.234375 1.46875 -5.4375 1.46875 -5.703125 C 1.46875 -5.984375 1.25 -6.140625 0.984375 -6.140625 Z M 2.140625 -1.0625 C 1.890625 -1.03125 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.25 1.9375 -0.015625 2.21875 -0.015625 C 2.484375 -0.015625 2.734375 -0.234375 2.734375 -0.53125 C 2.734375 -0.828125 2.5 -1.0625 2.21875 -1.0625 C 2.1875 -1.0625 2.15625 -1.0625 2.140625 -1.0625 Z M 2.140625 -1.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-18">
|
||||
<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.796875 -0.015625 C 5.078125 -0.015625 6.265625 -0.625 6.84375 -2.078125 C 6.984375 -2.5 7.0625 -2.921875 7.0625 -3.359375 C 7.0625 -4.921875 6.078125 -6.59375 4.296875 -6.8125 C 4.140625 -6.8125 3.96875 -6.8125 3.8125 -6.8125 Z M 6.046875 -3.109375 L 6.046875 -2.90625 C 5.96875 -1.84375 5.625 -0.734375 4.375 -0.40625 C 4.078125 -0.3125 3.78125 -0.3125 3.484375 -0.3125 L 2.625 -0.3125 C 2.390625 -0.3125 2.21875 -0.375 2.21875 -0.671875 C 2.21875 -0.75 2.21875 -0.8125 2.21875 -0.875 L 2.21875 -5.796875 C 2.21875 -5.875 2.21875 -5.984375 2.21875 -6.078125 C 2.21875 -6.453125 2.359375 -6.515625 2.640625 -6.515625 C 2.71875 -6.515625 2.796875 -6.515625 2.859375 -6.515625 L 3.515625 -6.515625 C 4.21875 -6.515625 4.90625 -6.359375 5.40625 -5.75 C 5.9375 -5.109375 6.0625 -4.265625 6.0625 -3.4375 L 6.0625 -3.34375 C 6.0625 -3.265625 6.0625 -3.1875 6.046875 -3.109375 Z M 6.046875 -3.109375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-19">
|
||||
<path style="stroke:none;" d="M 0.265625 -4.296875 L 0.265625 -3.984375 L 0.421875 -3.984375 C 0.75 -3.984375 1.046875 -3.953125 1.046875 -3.484375 L 1.046875 -0.734375 C 1.046875 -0.328125 0.765625 -0.3125 0.328125 -0.3125 L 0.265625 -0.3125 L 0.265625 -0.015625 L 2.6875 -0.015625 L 2.6875 -0.3125 C 2.5625 -0.3125 2.421875 -0.3125 2.296875 -0.3125 C 1.984375 -0.3125 1.71875 -0.359375 1.71875 -0.734375 L 1.71875 -2.046875 C 1.71875 -2.90625 1.90625 -4.1875 2.890625 -4.1875 C 2.9375 -4.1875 2.953125 -4.1875 3 -4.171875 C 2.84375 -4.109375 2.765625 -3.953125 2.765625 -3.78125 C 2.765625 -3.5625 2.921875 -3.40625 3.15625 -3.359375 C 3.4375 -3.359375 3.625 -3.53125 3.625 -3.78125 C 3.625 -4.1875 3.25 -4.40625 2.890625 -4.40625 C 2.296875 -4.40625 1.78125 -3.875 1.671875 -3.34375 L 1.671875 -4.40625 Z M 0.265625 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-20">
|
||||
<path style="stroke:none;" d="M 1.75 -4.46875 C 1.390625 -4.421875 1 -4.359375 0.703125 -4.109375 C 0.46875 -3.890625 0.328125 -3.5625 0.328125 -3.234375 C 0.328125 -1.53125 3.09375 -2.5 3.09375 -1 C 3.09375 -0.40625 2.546875 -0.125 2 -0.125 C 1.25 -0.125 0.734375 -0.65625 0.59375 -1.515625 C 0.578125 -1.609375 0.5625 -1.6875 0.453125 -1.6875 C 0.375 -1.6875 0.328125 -1.640625 0.328125 -1.5625 L 0.328125 0.015625 C 0.34375 0.0625 0.375 0.09375 0.421875 0.09375 L 0.4375 0.09375 C 0.59375 0.09375 0.75 -0.265625 0.875 -0.296875 L 0.890625 -0.296875 C 0.96875 -0.296875 1.234375 -0.046875 1.453125 0.015625 C 1.609375 0.078125 1.796875 0.09375 1.96875 0.09375 C 2.796875 0.09375 3.59375 -0.34375 3.59375 -1.25 C 3.59375 -1.90625 3.109375 -2.453125 2.453125 -2.625 C 1.828125 -2.796875 0.8125 -2.796875 0.8125 -3.515625 C 0.8125 -4.125 1.484375 -4.28125 1.921875 -4.28125 C 2.40625 -4.28125 3.09375 -4 3.09375 -3.15625 C 3.09375 -3.0625 3.09375 -2.984375 3.203125 -2.984375 C 3.3125 -2.984375 3.34375 -3.0625 3.34375 -3.15625 C 3.34375 -3.203125 3.34375 -3.265625 3.34375 -3.296875 L 3.34375 -4.328125 C 3.34375 -4.390625 3.3125 -4.46875 3.234375 -4.46875 C 3.078125 -4.46875 2.96875 -4.21875 2.859375 -4.21875 L 2.84375 -4.21875 C 2.765625 -4.21875 2.609375 -4.34375 2.5 -4.390625 C 2.3125 -4.453125 2.109375 -4.46875 1.921875 -4.46875 C 1.859375 -4.46875 1.8125 -4.46875 1.75 -4.46875 Z M 1.75 -4.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-21">
|
||||
<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 overflow="visible" id="glyph2-22">
|
||||
<path style="stroke:none;" d="M 0.265625 -6.8125 L 0.265625 -6.515625 L 0.4375 -6.515625 C 0.75 -6.515625 1.046875 -6.484375 1.046875 -6.015625 L 1.046875 -0.015625 L 1.28125 -0.03125 L 1.421875 -0.203125 L 1.65625 -0.625 L 1.671875 -0.625 C 1.90625 -0.140625 2.5 0.09375 3 0.09375 C 4.234375 0.09375 5.1875 -0.984375 5.1875 -2.15625 C 5.1875 -3.3125 4.3125 -4.40625 3.046875 -4.40625 C 2.515625 -4.40625 2.0625 -4.15625 1.71875 -3.765625 L 1.71875 -6.921875 Z M 4.34375 -1.90625 C 4.3125 -1.4375 4.25 -1.015625 3.953125 -0.640625 C 3.703125 -0.328125 3.328125 -0.125 2.9375 -0.125 C 2.5 -0.125 2.109375 -0.375 1.890625 -0.734375 C 1.796875 -0.84375 1.75 -0.921875 1.75 -1.078125 L 1.75 -2.734375 C 1.75 -2.875 1.734375 -3 1.734375 -3.125 C 1.734375 -3.734375 2.46875 -4.1875 3.015625 -4.1875 C 4.09375 -4.1875 4.359375 -2.9375 4.359375 -2.140625 C 4.359375 -2.0625 4.359375 -2 4.34375 -1.90625 Z M 4.34375 -1.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-23">
|
||||
<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="glyph2-24">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 L 0.671875 -6.515625 C 1.109375 -6.515625 1.359375 -6.46875 1.359375 -6.0625 L 1.359375 -2.40625 C 1.359375 -1.03125 2.28125 0.203125 3.9375 0.203125 C 5.0625 0.203125 5.921875 -0.8125 6.078125 -1.859375 C 6.109375 -2.0625 6.109375 -2.265625 6.109375 -2.46875 L 6.109375 -5.765625 C 6.109375 -6.453125 6.703125 -6.515625 7.140625 -6.515625 L 7.140625 -6.8125 L 4.78125 -6.8125 L 4.78125 -6.515625 C 5.21875 -6.515625 5.796875 -6.453125 5.796875 -5.75 L 5.796875 -2.375 C 5.796875 -1.375 5.25 -0.09375 3.859375 -0.09375 C 3.140625 -0.09375 2.5625 -0.640625 2.359375 -1.3125 C 2.25 -1.671875 2.25 -2.046875 2.25 -2.4375 L 2.25 -5.828125 C 2.25 -5.90625 2.234375 -5.984375 2.234375 -6.078125 C 2.234375 -6.46875 2.578125 -6.515625 2.9375 -6.515625 L 3.265625 -6.515625 L 3.265625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-25">
|
||||
<path style="stroke:none;" d="M 1.109375 -3.796875 C 1.359375 -4.109375 1.796875 -4.25 2.171875 -4.25 C 2.90625 -4.25 3.234375 -3.578125 3.234375 -2.875 L 3.234375 -2.609375 C 2.09375 -2.609375 0.40625 -2.25 0.40625 -0.953125 L 0.40625 -0.875 C 0.484375 -0.09375 1.453125 0.09375 2.03125 0.09375 C 2.53125 0.09375 3.1875 -0.234375 3.3125 -0.75 C 3.375 -0.3125 3.65625 0.046875 4.09375 0.046875 C 4.5 0.046875 4.859375 -0.28125 4.921875 -0.734375 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.953125 C 4.671875 -0.671875 4.609375 -0.265625 4.3125 -0.265625 C 3.984375 -0.265625 3.9375 -0.65625 3.9375 -0.921875 L 3.9375 -2.59375 C 3.9375 -2.71875 3.953125 -2.84375 3.953125 -2.96875 C 3.953125 -3.9375 3.046875 -4.46875 2.21875 -4.46875 C 1.578125 -4.46875 0.703125 -4.15625 0.703125 -3.359375 C 0.703125 -3.078125 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.609375 -3.09375 1.609375 -3.34375 C 1.609375 -3.625 1.390625 -3.796875 1.109375 -3.796875 Z M 3.234375 -2.40625 L 3.234375 -1.390625 C 3.234375 -0.703125 2.765625 -0.15625 2.109375 -0.125 L 2.078125 -0.125 C 1.609375 -0.125 1.1875 -0.484375 1.1875 -0.96875 L 1.1875 -1.015625 C 1.25 -2.03125 2.375 -2.375 3.234375 -2.40625 Z M 3.234375 -2.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-26">
|
||||
<path style="stroke:none;" d="M 0.109375 -2.4375 L 0.109375 -1.859375 L 2.765625 -1.859375 L 2.765625 -2.4375 Z M 0.109375 -2.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-27">
|
||||
<path style="stroke:none;" d="M 0.375 -6.8125 L 0.375 -6.515625 C 0.5 -6.515625 0.625 -6.515625 0.75 -6.515625 C 1.109375 -6.515625 1.390625 -6.46875 1.390625 -6.078125 L 1.390625 -1.03125 C 1.390625 -0.375 0.796875 -0.3125 0.375 -0.3125 L 0.375 -0.015625 L 2.703125 -0.015625 L 2.703125 -0.3125 C 2.25 -0.3125 1.671875 -0.375 1.671875 -1.0625 C 1.671875 -1.15625 1.671875 -1.25 1.671875 -1.34375 L 1.6875 -6.453125 C 1.734375 -6.234375 1.828125 -6.046875 1.90625 -5.84375 C 2.609375 -4 3.328125 -2.15625 4.046875 -0.34375 C 4.09375 -0.234375 4.140625 -0.015625 4.28125 -0.015625 L 4.296875 -0.015625 C 4.453125 -0.03125 4.484375 -0.265625 4.53125 -0.375 C 5.25 -2.25 6 -4.125 6.703125 -6 C 6.78125 -6.171875 6.859375 -6.34375 6.90625 -6.515625 L 6.921875 -0.765625 C 6.921875 -0.375 6.59375 -0.3125 6.28125 -0.3125 C 6.140625 -0.3125 6.015625 -0.3125 5.890625 -0.3125 L 5.890625 -0.015625 L 8.75 -0.015625 L 8.75 -0.3125 C 8.640625 -0.3125 8.5 -0.3125 8.390625 -0.3125 C 8.03125 -0.3125 7.71875 -0.359375 7.71875 -0.75 L 7.71875 -6.078125 C 7.71875 -6.453125 8.046875 -6.515625 8.390625 -6.515625 C 8.515625 -6.515625 8.640625 -6.515625 8.75 -6.515625 L 8.75 -6.8125 L 7.015625 -6.8125 L 6.828125 -6.78125 L 6.734375 -6.625 L 4.5625 -1.015625 L 2.390625 -6.625 L 2.296875 -6.78125 L 2.109375 -6.8125 Z M 0.375 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-28">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 C 0.453125 -6.515625 0.59375 -6.515625 0.703125 -6.515625 C 1.0625 -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.6875 -0.3125 C 0.5625 -0.3125 0.4375 -0.3125 0.328125 -0.3125 L 0.328125 -0.015625 L 5.515625 -0.015625 L 5.796875 -2.578125 L 5.546875 -2.578125 C 5.46875 -1.78125 5.34375 -0.625 4.203125 -0.40625 C 3.90625 -0.3125 3.625 -0.3125 3.328125 -0.3125 L 2.59375 -0.3125 C 2.390625 -0.34375 2.25 -0.390625 2.25 -0.65625 L 2.25 -6.078125 C 2.25 -6.46875 2.609375 -6.515625 2.9375 -6.515625 C 3.046875 -6.515625 3.140625 -6.515625 3.234375 -6.515625 L 3.515625 -6.515625 L 3.515625 -6.8125 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-29">
|
||||
<path style="stroke:none;" d="M 0.328125 -6.8125 L 0.328125 -6.515625 L 0.484375 -6.515625 C 0.84375 -6.515625 1.109375 -6.46875 1.109375 -5.984375 L 1.109375 -0.953125 C 1.109375 -0.890625 1.109375 -0.8125 1.109375 -0.734375 C 1.109375 -0.359375 0.84375 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 -0.015625 L 2.546875 -0.015625 L 2.546875 -0.3125 L 2.296875 -0.3125 C 2.015625 -0.3125 1.78125 -0.359375 1.78125 -0.75 L 1.78125 -6.921875 Z M 0.328125 -6.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-30">
|
||||
<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 overflow="visible" id="glyph2-31">
|
||||
<path style="stroke:none;" d="M 0.53125 -4.296875 L 0.421875 -2.6875 L 0.671875 -2.6875 C 0.6875 -3.046875 0.703125 -3.453125 0.921875 -3.734375 C 1.171875 -4.046875 1.640625 -4.078125 2.03125 -4.078125 L 3.140625 -4.078125 C 2.203125 -2.875 1.3125 -1.59375 0.390625 -0.375 C 0.34375 -0.3125 0.28125 -0.21875 0.28125 -0.140625 C 0.28125 -0.046875 0.34375 -0.015625 0.453125 -0.015625 L 3.828125 -0.015625 L 4 -1.875 L 3.75 -1.875 C 3.671875 -1.203125 3.625 -0.375 2.671875 -0.28125 C 2.4375 -0.265625 2.21875 -0.265625 2 -0.265625 L 1.125 -0.265625 C 1.859375 -1.25 2.59375 -2.25 3.328125 -3.234375 C 3.546875 -3.53125 3.984375 -4 3.984375 -4.171875 C 3.984375 -4.265625 3.890625 -4.296875 3.8125 -4.296875 Z M 0.53125 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-32">
|
||||
<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 overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 1.046875 -7.09375 L 1.046875 -6.578125 C 1.65625 -6.578125 2.15625 -6.640625 2.78125 -6.796875 L 2.78125 -0.53125 L 1.125 -0.53125 L 1.125 -0.015625 L 5.765625 -0.015625 L 5.765625 -0.53125 L 4.140625 -0.53125 L 4.140625 -7.375 C 4.140625 -7.421875 4.140625 -7.5 4.140625 -7.5625 C 4.140625 -7.71875 4.09375 -7.859375 3.90625 -7.859375 L 3.828125 -7.859375 C 3.6875 -7.859375 3.59375 -7.734375 3.484375 -7.671875 C 2.78125 -7.1875 1.875 -7.09375 1.046875 -7.09375 Z M 1.046875 -7.09375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 1.75 -1.734375 C 1.328125 -1.65625 1 -1.3125 1 -0.890625 C 1 -0.4375 1.34375 -0.015625 1.890625 -0.015625 L 1.96875 -0.015625 C 2.40625 -0.09375 2.71875 -0.4375 2.71875 -0.859375 C 2.71875 -1.3125 2.375 -1.734375 1.84375 -1.734375 Z M 1.75 -1.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 3.125 -8.359375 C 2.46875 -8.28125 1.84375 -8.109375 1.359375 -7.625 C 0.953125 -7.203125 0.734375 -6.609375 0.734375 -6.015625 C 0.734375 -4.921875 1.484375 -4 2.5625 -3.703125 C 3.015625 -3.578125 3.5 -3.5 3.953125 -3.375 C 4.65625 -3.234375 5.640625 -3 5.640625 -1.8125 C 5.640625 -0.84375 4.828125 -0.375 4.046875 -0.375 C 2.90625 -0.375 1.5625 -0.78125 1.296875 -2.15625 L 1.25 -2.5625 C 1.25 -2.6875 1.1875 -2.734375 1.046875 -2.734375 L 0.9375 -2.734375 C 0.796875 -2.734375 0.734375 -2.671875 0.734375 -2.546875 L 0.734375 -0.015625 C 0.75 0.0625 0.78125 0.109375 0.859375 0.125 L 0.90625 0.125 C 1.234375 0.125 1.46875 -0.5 1.671875 -0.53125 L 1.6875 -0.53125 C 1.75 -0.53125 1.859375 -0.421875 1.953125 -0.375 C 2.59375 -0.03125 3.328125 0.125 4.0625 0.125 C 4.84375 0.125 5.671875 -0.109375 6.171875 -0.734375 C 6.53125 -1.1875 6.71875 -1.765625 6.71875 -2.359375 C 6.71875 -3.75 5.75 -4.671875 4.421875 -4.953125 L 3.578125 -5.140625 C 3.25 -5.21875 2.90625 -5.265625 2.59375 -5.421875 C 2.171875 -5.625 1.84375 -6.03125 1.8125 -6.5 L 1.8125 -6.578125 C 1.8125 -7.546875 2.6875 -7.875 3.421875 -7.875 C 4.640625 -7.875 5.640625 -7.09375 5.8125 -5.703125 C 5.828125 -5.5625 5.84375 -5.484375 6.015625 -5.484375 L 6.125 -5.484375 C 6.265625 -5.484375 6.328125 -5.53125 6.328125 -5.671875 L 6.328125 -8.140625 C 6.328125 -8.25 6.3125 -8.359375 6.171875 -8.359375 C 6.015625 -8.359375 5.953125 -8.25 5.84375 -8.140625 L 5.5625 -7.828125 C 5.515625 -7.78125 5.46875 -7.6875 5.40625 -7.6875 L 5.390625 -7.6875 C 5.3125 -7.6875 5.234375 -7.78125 5.1875 -7.8125 C 4.65625 -8.234375 3.9375 -8.359375 3.28125 -8.359375 Z M 3.125 -8.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.78125 -4.78125 C 1.015625 -4.78125 1.25 -4.75 1.328125 -4.5 L 1.328125 -1.65625 C 1.328125 -1.296875 1.34375 -0.9375 1.53125 -0.625 C 1.890625 -0.015625 2.75 0.0625 3.375 0.0625 C 4.015625 0.0625 4.8125 -0.1875 5.09375 -0.90625 L 5.109375 0.0625 L 7.171875 0.0625 L 7.171875 -0.53125 L 6.90625 -0.53125 C 6.625 -0.53125 6.34375 -0.5625 6.34375 -0.90625 L 6.34375 -5.390625 L 4.671875 -5.390625 L 4.21875 -5.296875 L 4.21875 -4.78125 L 4.46875 -4.78125 C 4.78125 -4.78125 5.046875 -4.75 5.046875 -4.40625 L 5.046875 -1.796875 C 4.953125 -1.03125 4.453125 -0.328125 3.578125 -0.328125 C 3.15625 -0.328125 2.703125 -0.328125 2.640625 -1.015625 C 2.625 -1.265625 2.625 -1.5 2.625 -1.75 L 2.625 -5.390625 L 0.953125 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 4.28125 -4.921875 C 4.125 -4.765625 4.03125 -4.609375 4.03125 -4.359375 C 4.03125 -3.984375 4.28125 -3.734375 4.65625 -3.65625 L 4.734375 -3.65625 C 5.140625 -3.65625 5.4375 -3.96875 5.4375 -4.359375 C 5.4375 -5.40625 3.9375 -5.4375 3.453125 -5.4375 C 2.71875 -5.4375 2.015625 -5.265625 1.421875 -4.828125 C 0.75 -4.328125 0.4375 -3.5 0.4375 -2.671875 C 0.4375 -1.984375 0.65625 -1.25 1.15625 -0.75 C 1.71875 -0.171875 2.5625 0.0625 3.34375 0.0625 C 4.203125 0.0625 5.078125 -0.28125 5.46875 -1.0625 C 5.5 -1.140625 5.59375 -1.296875 5.59375 -1.40625 C 5.59375 -1.53125 5.484375 -1.546875 5.375 -1.546875 L 5.28125 -1.546875 C 5.046875 -1.546875 5.0625 -1.34375 4.984375 -1.203125 C 4.6875 -0.6875 4.203125 -0.375 3.578125 -0.375 C 2.125 -0.375 1.890625 -1.75 1.890625 -2.75 C 1.890625 -3.625 2.03125 -4.890625 3.265625 -5 L 3.390625 -5 C 3.6875 -5 4 -4.984375 4.28125 -4.921875 Z M 4.28125 -4.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 0.5 -8.21875 L 0.5 -7.703125 L 0.796875 -7.703125 C 1.078125 -7.703125 1.328125 -7.65625 1.328125 -7.3125 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.75 -5.390625 2.84375 -4.921875 2.578125 -4.1875 L 2.5625 -8.3125 L 0.9375 -8.234375 Z M 0.5 -8.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 1.8125 -2.65625 L 5.515625 -2.65625 C 5.671875 -2.65625 5.75 -2.75 5.75 -2.90625 C 5.75 -4.1875 5.140625 -5.421875 3.234375 -5.421875 C 2.546875 -5.421875 1.859375 -5.234375 1.3125 -4.8125 C 0.6875 -4.3125 0.375 -3.5 0.375 -2.703125 C 0.375 -0.984375 1.703125 0.0625 3.453125 0.0625 C 4.359375 0.0625 5.359375 -0.359375 5.71875 -1.28125 C 5.734375 -1.3125 5.75 -1.359375 5.75 -1.40625 C 5.75 -1.53125 5.640625 -1.609375 5.484375 -1.609375 C 5.21875 -1.609375 5.21875 -1.328125 5.0625 -1.109375 C 4.734375 -0.625 4.140625 -0.375 3.546875 -0.375 C 2.96875 -0.375 2.40625 -0.609375 2.109375 -1.125 C 1.84375 -1.578125 1.8125 -2.140625 1.8125 -2.65625 Z M 1.8125 -3.015625 C 1.8125 -3.953125 2.15625 -5.03125 3.265625 -5.03125 C 4.125 -5.03125 4.515625 -4.265625 4.609375 -3.515625 C 4.609375 -3.34375 4.609375 -3.171875 4.640625 -3.015625 Z M 1.8125 -3.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.546875 C 2.625 -2.703125 2.625 -2.859375 2.625 -3.015625 C 2.625 -4 3.296875 -5 4.34375 -5 C 4.921875 -5 5.0625 -4.40625 5.0625 -3.765625 L 5.0625 -0.53125 L 4.234375 -0.53125 L 4.234375 -0.015625 L 7.1875 -0.015625 L 7.1875 -0.53125 L 6.359375 -0.53125 L 6.359375 -2.546875 C 6.359375 -2.703125 6.34375 -2.859375 6.34375 -3.015625 C 6.34375 -4 7.03125 -5 8.078125 -5 C 8.65625 -5 8.78125 -4.40625 8.78125 -3.765625 L 8.78125 -0.53125 L 7.953125 -0.53125 L 7.953125 -0.015625 L 10.90625 -0.015625 L 10.90625 -0.53125 L 10.09375 -0.53125 L 10.09375 -3.578125 C 10.09375 -3.984375 10.0625 -4.390625 9.84375 -4.734375 C 9.515625 -5.3125 8.8125 -5.390625 8.21875 -5.390625 C 7.453125 -5.390625 6.59375 -4.921875 6.328125 -4.203125 L 6.3125 -4.203125 C 6.1875 -5.109375 5.375 -5.390625 4.546875 -5.390625 C 3.890625 -5.390625 3.28125 -5.125 2.859375 -4.625 C 2.71875 -4.46875 2.578125 -4.28125 2.53125 -4.078125 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 0.5625 -5.296875 L 0.5625 -4.78125 C 0.65625 -4.78125 0.765625 -4.796875 0.859375 -4.796875 C 1.109375 -4.796875 1.34375 -4.734375 1.34375 -4.390625 L 1.34375 -0.53125 L 0.53125 -0.53125 L 0.53125 -0.015625 L 3.328125 -0.015625 L 3.328125 -0.53125 L 2.59375 -0.53125 L 2.59375 -5.390625 L 1.25 -5.390625 Z M 1.703125 -8.3125 C 1.265625 -8.234375 0.9375 -7.90625 0.9375 -7.46875 C 0.9375 -7.015625 1.296875 -6.59375 1.828125 -6.59375 L 1.90625 -6.59375 C 2.34375 -6.6875 2.671875 -7.015625 2.671875 -7.453125 C 2.671875 -7.90625 2.3125 -8.3125 1.78125 -8.3125 Z M 1.703125 -8.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 2 -7.609375 C 2 -6.640625 1.515625 -5.203125 0.25 -5.203125 L 0.25 -4.8125 L 1.203125 -4.8125 L 1.203125 -1.625 C 1.203125 -0.609375 1.6875 0.0625 3.078125 0.0625 C 4 0.0625 4.484375 -0.703125 4.484375 -1.5625 C 4.484375 -1.75 4.46875 -1.953125 4.46875 -2.125 L 3.953125 -2.125 L 3.953125 -1.609375 C 3.953125 -1.15625 3.875 -0.375 3.21875 -0.375 C 2.625 -0.375 2.515625 -1 2.515625 -1.546875 L 2.515625 -4.8125 L 4.25 -4.8125 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.609375 Z M 2 -7.609375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 0.28125 -5.3125 L 0.28125 -4.8125 L 0.984375 -4.8125 C 1.015625 -4.65625 1.09375 -4.515625 1.140625 -4.375 C 1.640625 -2.984375 2.265625 -1.640625 2.796875 -0.265625 C 2.875 -0.09375 2.921875 0.0625 3.1875 0.0625 C 3.59375 0.0625 3.640625 -0.375 3.765625 -0.65625 C 4.078125 -1.4375 4.40625 -2.234375 4.703125 -3.03125 C 4.75 -3.125 4.8125 -3.234375 4.84375 -3.359375 L 4.859375 -3.359375 C 4.890625 -3.171875 4.984375 -3.015625 5.0625 -2.84375 C 5.359375 -2.015625 5.6875 -1.1875 6.046875 -0.375 C 6.140625 -0.109375 6.21875 0.046875 6.515625 0.046875 C 6.796875 0.046875 6.84375 -0.125 6.921875 -0.328125 C 7.015625 -0.578125 7.125 -0.8125 7.21875 -1.0625 L 8.546875 -4.359375 C 8.671875 -4.703125 8.78125 -4.8125 9.421875 -4.8125 L 9.421875 -5.3125 L 7.40625 -5.3125 L 7.40625 -4.8125 C 7.609375 -4.8125 8.03125 -4.796875 8.078125 -4.671875 L 8.078125 -4.640625 C 8.078125 -4.5625 8.046875 -4.484375 8.015625 -4.4375 L 7.765625 -3.828125 C 7.453125 -3.03125 7.09375 -2.21875 6.796875 -1.40625 L 5.4375 -4.8125 L 6.109375 -4.8125 L 6.109375 -5.3125 L 3.5625 -5.3125 L 3.5625 -4.8125 L 4.25 -4.8125 L 4.5 -4.21875 L 4.546875 -4 L 3.609375 -1.640625 L 2.3125 -4.8125 L 3 -4.8125 L 3 -5.3125 Z M 0.28125 -5.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 0.5 -5.296875 L 0.5 -4.78125 L 0.734375 -4.78125 C 1.046875 -4.78125 1.328125 -4.75 1.328125 -4.390625 L 1.328125 -0.53125 L 0.5 -0.53125 L 0.5 -0.015625 L 3.453125 -0.015625 L 3.453125 -0.53125 L 2.625 -0.53125 L 2.625 -2.5625 C 2.625 -2.703125 2.625 -2.84375 2.625 -3 C 2.625 -3.9375 3.25 -5 4.34375 -5 C 5.015625 -5 5.046875 -4.234375 5.046875 -3.59375 L 5.046875 -0.53125 L 4.21875 -0.53125 L 4.21875 -0.015625 L 7.171875 -0.015625 L 7.171875 -0.53125 L 6.34375 -0.53125 L 6.34375 -3.53125 C 6.34375 -3.9375 6.328125 -4.375 6.109375 -4.75 C 5.78125 -5.296875 5.09375 -5.390625 4.5 -5.390625 C 3.6875 -5.390625 2.796875 -4.890625 2.53125 -4.09375 L 2.515625 -5.390625 L 1.1875 -5.390625 Z M 0.5 -5.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 1.515625 -6.734375 C 1.90625 -7.109375 2.3125 -7.34375 2.875 -7.34375 C 3.734375 -7.34375 4.5 -6.6875 4.5 -5.5625 L 4.5 -5.453125 C 4.25 -3.84375 2.96875 -2.828125 1.90625 -1.71875 C 1.5 -1.328125 0.671875 -0.640625 0.671875 -0.28125 L 0.671875 -0.015625 L 5.6875 -0.015625 L 6.03125 -2.578125 L 5.515625 -2.578125 C 5.453125 -2.0625 5.4375 -1.453125 5 -1.453125 C 4.703125 -1.421875 4.40625 -1.421875 4.109375 -1.421875 L 2.171875 -1.421875 C 2.78125 -1.890625 3.34375 -2.421875 3.953125 -2.890625 C 4.84375 -3.5625 6.03125 -4.28125 6.03125 -5.59375 C 6.03125 -7.046875 4.640625 -7.859375 3.203125 -7.859375 C 2.109375 -7.859375 0.671875 -7.3125 0.671875 -5.9375 C 0.671875 -5.4375 1.046875 -5.140625 1.453125 -5.140625 C 1.9375 -5.140625 2.265625 -5.515625 2.265625 -5.9375 C 2.265625 -6.375 1.953125 -6.703125 1.515625 -6.734375 Z M 1.515625 -6.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 3.125 -5.421875 C 2.234375 -5.328125 1.390625 -5.0625 0.828125 -4.25 C 0.53125 -3.78125 0.375 -3.21875 0.375 -2.640625 C 0.375 -1.953125 0.59375 -1.25 1.09375 -0.75 C 1.671875 -0.171875 2.515625 0.0625 3.34375 0.0625 C 4.15625 0.0625 5.046875 -0.171875 5.625 -0.765625 C 6.125 -1.25 6.328125 -1.953125 6.328125 -2.625 C 6.328125 -3.34375 6.078125 -4.078125 5.609375 -4.59375 C 5.015625 -5.21875 4.109375 -5.421875 3.28125 -5.421875 Z M 1.8125 -2.265625 L 1.8125 -2.96875 C 1.8125 -3.53125 1.828125 -4.203125 2.265625 -4.625 C 2.53125 -4.90625 2.953125 -5.03125 3.359375 -5.03125 C 4.265625 -5.03125 4.78125 -4.4375 4.859375 -3.578125 C 4.890625 -3.34375 4.90625 -3.109375 4.90625 -2.875 L 4.90625 -2.515625 C 4.90625 -1.96875 4.859375 -1.3125 4.53125 -0.890625 C 4.25 -0.53125 3.796875 -0.375 3.359375 -0.375 C 2.890625 -0.375 2.421875 -0.546875 2.15625 -0.921875 C 1.859375 -1.3125 1.859375 -1.8125 1.8125 -2.265625 Z M 1.8125 -2.265625 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="133.768" y="134.765"/>
|
||||
<use xlink:href="#glyph0-2" x="139.576776" y="134.765"/>
|
||||
<use xlink:href="#glyph0-3" x="148.342305" y="134.765"/>
|
||||
<use xlink:href="#glyph0-4" x="157.107833" y="134.765"/>
|
||||
<use xlink:href="#glyph0-5" x="164.996808" y="134.765"/>
|
||||
<use xlink:href="#glyph0-6" x="169.379572" y="134.765"/>
|
||||
<use xlink:href="#glyph0-7" x="175.515442" y="134.765"/>
|
||||
<use xlink:href="#glyph0-8" x="181.738824" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="189.620626" y="134.765"/>
|
||||
<use xlink:href="#glyph0-10" x="196.793726" y="134.765"/>
|
||||
<use xlink:href="#glyph0-11" x="203.196435" y="134.765"/>
|
||||
<use xlink:href="#glyph0-9" x="210.208857" y="134.765"/>
|
||||
<use xlink:href="#glyph0-12" x="217.381957" y="134.765"/>
|
||||
<use xlink:href="#glyph0-13" x="221.764722" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="228.346758" y="134.765"/>
|
||||
<use xlink:href="#glyph0-2" x="237.112286" y="134.765"/>
|
||||
<use xlink:href="#glyph0-12" x="245.877815" y="134.765"/>
|
||||
<use xlink:href="#glyph0-7" x="250.260579" y="134.765"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="133.768" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="148.710904" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="155.722582" y="156.68"/>
|
||||
<use xlink:href="#glyph1-4" x="160.439873" y="156.68"/>
|
||||
<use xlink:href="#glyph1-5" x="166.802985" y="156.68"/>
|
||||
<use xlink:href="#glyph1-6" x="173.484901" y="156.68"/>
|
||||
<use xlink:href="#glyph1-7" x="178.735191" y="156.68"/>
|
||||
<use xlink:href="#glyph1-8" x="181.917246" y="156.68"/>
|
||||
<use xlink:href="#glyph1-9" x="186.435285" y="156.68"/>
|
||||
<use xlink:href="#glyph1-10" x="192.798398" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="197.570483" y="156.68"/>
|
||||
<use xlink:href="#glyph1-6" x="203.933596" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="471.748209" y="156.68"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="148.709" y="168.635"/>
|
||||
<use xlink:href="#glyph2-2" x="153.689304" y="168.635"/>
|
||||
<use xlink:href="#glyph2-1" x="156.455918" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="171.617999" y="168.635"/>
|
||||
<use xlink:href="#glyph2-4" x="177.151227" y="168.635"/>
|
||||
<use xlink:href="#glyph2-5" x="182.684455" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="186.831885" y="168.635"/>
|
||||
<use xlink:href="#glyph2-7" x="192.365113" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="200.119005" y="168.635"/>
|
||||
<use xlink:href="#glyph2-9" x="208.418847" y="168.635"/>
|
||||
<use xlink:href="#glyph2-10" x="211.185461" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="218.376466" y="168.635"/>
|
||||
<use xlink:href="#glyph2-5" x="223.909694" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="228.057124" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="233.311399" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="240.235406" y="168.635"/>
|
||||
<use xlink:href="#glyph2-9" x="244.661789" y="168.635"/>
|
||||
<use xlink:href="#glyph2-12" x="247.428403" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="260.224367" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.972281" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.720195" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.468109" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.216023" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.963937" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.711851" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.459765" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.207679" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.955593" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.703507" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.451421" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.199335" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.947249" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.695163" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.443077" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.190991" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.938905" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.686819" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.434733" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.182647" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.930561" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.678475" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.426389" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.174303" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.922217" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.499478" y="168.635"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="148.709" y="180.591"/>
|
||||
<use xlink:href="#glyph2-2" x="153.689304" y="180.591"/>
|
||||
<use xlink:href="#glyph2-13" x="156.455918" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="171.617999" y="180.591"/>
|
||||
<use xlink:href="#glyph2-4" x="177.151227" y="180.591"/>
|
||||
<use xlink:href="#glyph2-5" x="182.684455" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="186.831885" y="180.591"/>
|
||||
<use xlink:href="#glyph2-7" x="192.365113" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-14" x="200.119005" y="180.591"/>
|
||||
<use xlink:href="#glyph2-6" x="205.099309" y="180.591"/>
|
||||
<use xlink:href="#glyph2-12" x="210.632537" y="180.591"/>
|
||||
<use xlink:href="#glyph2-7" x="216.165765" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="223.909694" y="180.591"/>
|
||||
<use xlink:href="#glyph2-5" x="229.442922" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="233.590352" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="238.844627" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="245.768634" y="180.591"/>
|
||||
<use xlink:href="#glyph2-9" x="250.195017" y="180.591"/>
|
||||
<use xlink:href="#glyph2-12" x="252.961631" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.969292" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.717206" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.46512" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.213034" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.960948" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.708862" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.456776" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.20469" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.952604" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.700518" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.448432" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.196346" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.94426" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.692174" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.440088" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.188002" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.935916" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.68383" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.431744" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.179658" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.927572" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.675486" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.423401" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.171315" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.919229" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.496489" y="180.591"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="171.617" y="192.546"/>
|
||||
<use xlink:href="#glyph2-2" x="176.597304" y="192.546"/>
|
||||
<use xlink:href="#glyph2-13" x="179.363918" y="192.546"/>
|
||||
<use xlink:href="#glyph2-2" x="184.344222" y="192.546"/>
|
||||
<use xlink:href="#glyph2-1" x="187.110836" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-15" x="203.488354" y="192.546"/>
|
||||
<use xlink:href="#glyph2-4" x="210.543867" y="192.546"/>
|
||||
<use xlink:href="#glyph2-10" x="216.077095" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="223.2681" y="192.546"/>
|
||||
<use xlink:href="#glyph2-6" x="230.461097" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-16" x="235.725335" y="192.546"/>
|
||||
<use xlink:href="#glyph2-17" x="240.982599" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="252.480435" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="260.228349" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="267.976263" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="275.724177" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="283.472092" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="291.220006" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="298.96792" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="306.715834" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="314.463748" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="322.211662" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="329.959576" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="337.70749" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="345.455404" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="353.203318" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="360.951232" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="368.699146" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="376.44706" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="384.194974" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="391.942888" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="399.690802" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="407.438716" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="415.18663" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="422.934544" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="430.682458" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="438.430372" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="446.178286" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="453.9262" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="472.50346" y="192.546"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="133.768" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="148.710904" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="155.722582" y="214.461"/>
|
||||
<use xlink:href="#glyph1-4" x="160.439873" y="214.461"/>
|
||||
<use xlink:href="#glyph1-5" x="166.802985" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="173.484901" y="214.461"/>
|
||||
<use xlink:href="#glyph1-7" x="178.735191" y="214.461"/>
|
||||
<use xlink:href="#glyph1-3" x="181.917246" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="186.634537" y="214.461"/>
|
||||
<use xlink:href="#glyph1-13" x="191.884827" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="196.975716" y="214.461"/>
|
||||
<use xlink:href="#glyph1-14" x="202.226006" y="214.461"/>
|
||||
<use xlink:href="#glyph1-15" x="208.589119" y="214.461"/>
|
||||
<use xlink:href="#glyph1-6" x="213.043397" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="471.752194" y="214.461"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="133.768" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="157.437795" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="167.088484" y="247.403"/>
|
||||
<use xlink:href="#glyph0-16" x="173.491193" y="247.403"/>
|
||||
<use xlink:href="#glyph0-17" x="182.256721" y="247.403"/>
|
||||
<use xlink:href="#glyph0-9" x="191.459809" y="247.403"/>
|
||||
<use xlink:href="#glyph0-5" x="198.632909" y="247.403"/>
|
||||
<use xlink:href="#glyph0-7" x="203.015673" y="247.403"/>
|
||||
<use xlink:href="#glyph0-18" x="209.239054" y="247.403"/>
|
||||
<use xlink:href="#glyph0-13" x="218.004583" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="224.586619" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="233.337801" y="247.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-18" x="133.768" y="269.222"/>
|
||||
<use xlink:href="#glyph2-7" x="141.376438" y="269.222"/>
|
||||
<use xlink:href="#glyph2-19" x="145.802821" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="153.021721" y="269.222"/>
|
||||
<use xlink:href="#glyph2-19" x="157.448104" y="269.222"/>
|
||||
<use xlink:href="#glyph2-20" x="161.349458" y="269.222"/>
|
||||
<use xlink:href="#glyph2-10" x="165.277711" y="269.222"/>
|
||||
<use xlink:href="#glyph2-7" x="169.15117" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-21" x="176.905062" y="269.222"/>
|
||||
<use xlink:href="#glyph2-22" x="184.375019" y="269.222"/>
|
||||
<use xlink:href="#glyph2-20" x="189.908247" y="269.222"/>
|
||||
<use xlink:href="#glyph2-5" x="193.8365" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="197.983931" y="269.222"/>
|
||||
<use xlink:href="#glyph2-12" x="203.517159" y="269.222"/>
|
||||
<use xlink:href="#glyph2-9" x="209.050387" y="269.222"/>
|
||||
<use xlink:href="#glyph2-10" x="211.817001" y="269.222"/>
|
||||
<use xlink:href="#glyph2-10" x="215.69046" y="269.222"/>
|
||||
<use xlink:href="#glyph2-2" x="219.563919" y="269.222"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="133.768" y="297.107"/>
|
||||
<use xlink:href="#glyph3-2" x="140.491604" y="297.107"/>
|
||||
<use xlink:href="#glyph3-1" x="144.226409" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="164.399613" y="297.107"/>
|
||||
<use xlink:href="#glyph3-4" x="171.869222" y="297.107"/>
|
||||
<use xlink:href="#glyph3-5" x="179.338831" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="184.944625" y="297.107"/>
|
||||
<use xlink:href="#glyph3-7" x="192.414234" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-8" x="203.020887" y="297.107"/>
|
||||
<use xlink:href="#glyph3-9" x="214.226496" y="297.107"/>
|
||||
<use xlink:href="#glyph3-10" x="217.9613" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="227.673705" y="297.107"/>
|
||||
<use xlink:href="#glyph3-5" x="235.143314" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="240.749107" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="247.848105" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="257.188703" y="297.107"/>
|
||||
<use xlink:href="#glyph3-9" x="263.324111" y="297.107"/>
|
||||
<use xlink:href="#glyph3-12" x="267.058916" y="297.107"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="133.768" y="315.495"/>
|
||||
<use xlink:href="#glyph2-9" x="140.546553" y="315.495"/>
|
||||
<use xlink:href="#glyph2-12" x="143.313167" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="152.163941" y="315.495"/>
|
||||
<use xlink:href="#glyph2-12" x="159.633898" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="164.898136" y="315.495"/>
|
||||
<use xlink:href="#glyph2-7" x="168.771595" y="315.495"/>
|
||||
<use xlink:href="#glyph2-19" x="173.197978" y="315.495"/>
|
||||
<use xlink:href="#glyph2-25" x="177.099332" y="315.495"/>
|
||||
<use xlink:href="#glyph2-22" x="182.079636" y="315.495"/>
|
||||
<use xlink:href="#glyph2-20" x="187.612864" y="315.495"/>
|
||||
<use xlink:href="#glyph2-5" x="191.541117" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="195.688548" y="315.495"/>
|
||||
<use xlink:href="#glyph2-12" x="201.221776" y="315.495"/>
|
||||
<use xlink:href="#glyph2-9" x="206.755004" y="315.495"/>
|
||||
<use xlink:href="#glyph2-10" x="209.521618" y="315.495"/>
|
||||
<use xlink:href="#glyph2-10" x="213.395077" y="315.495"/>
|
||||
<use xlink:href="#glyph2-2" x="217.268536" y="315.495"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="133.768" y="343.38"/>
|
||||
<use xlink:href="#glyph3-2" x="140.491604" y="343.38"/>
|
||||
<use xlink:href="#glyph3-13" x="144.226409" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="164.399613" y="343.38"/>
|
||||
<use xlink:href="#glyph3-4" x="171.869222" y="343.38"/>
|
||||
<use xlink:href="#glyph3-5" x="179.338831" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="184.944625" y="343.38"/>
|
||||
<use xlink:href="#glyph3-7" x="192.414234" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-14" x="203.020887" y="343.38"/>
|
||||
<use xlink:href="#glyph3-6" x="209.744492" y="343.38"/>
|
||||
<use xlink:href="#glyph3-12" x="217.2141" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="224.695665" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="235.302318" y="343.38"/>
|
||||
<use xlink:href="#glyph3-5" x="242.771927" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="248.37772" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-11" x="255.476718" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="264.817316" y="343.38"/>
|
||||
<use xlink:href="#glyph3-9" x="270.952724" y="343.38"/>
|
||||
<use xlink:href="#glyph3-12" x="274.687529" y="343.38"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-23" x="133.768" y="361.768"/>
|
||||
<use xlink:href="#glyph2-9" x="140.546553" y="361.768"/>
|
||||
<use xlink:href="#glyph2-12" x="143.313167" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-11" x="152.163941" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="159.087948" y="361.768"/>
|
||||
<use xlink:href="#glyph2-9" x="163.514331" y="361.768"/>
|
||||
<use xlink:href="#glyph2-10" x="166.280945" y="361.768"/>
|
||||
<use xlink:href="#glyph2-7" x="170.154404" y="361.768"/>
|
||||
<use xlink:href="#glyph2-19" x="174.580787" y="361.768"/>
|
||||
<use xlink:href="#glyph2-7" x="178.482141" y="361.768"/>
|
||||
<use xlink:href="#glyph2-19" x="182.908524" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="190.127424" y="361.768"/>
|
||||
<use xlink:href="#glyph2-12" x="197.597382" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="202.851657" y="361.768"/>
|
||||
<use xlink:href="#glyph2-7" x="206.725116" y="361.768"/>
|
||||
<use xlink:href="#glyph2-19" x="211.151499" y="361.768"/>
|
||||
<use xlink:href="#glyph2-25" x="215.052853" y="361.768"/>
|
||||
<use xlink:href="#glyph2-22" x="220.033157" y="361.768"/>
|
||||
<use xlink:href="#glyph2-20" x="225.566385" y="361.768"/>
|
||||
<use xlink:href="#glyph2-5" x="229.494638" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="233.642069" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-9" x="239.185259" y="361.768"/>
|
||||
<use xlink:href="#glyph2-10" x="241.951873" y="361.768"/>
|
||||
<use xlink:href="#glyph2-10" x="245.825332" y="361.768"/>
|
||||
<use xlink:href="#glyph2-2" x="249.698791" y="361.768"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="133.768" y="387.66"/>
|
||||
<use xlink:href="#glyph1-16" x="139.495499" y="387.66"/>
|
||||
<use xlink:href="#glyph1-12" x="142.677553" y="387.66"/>
|
||||
<use xlink:href="#glyph1-16" x="148.405052" y="387.66"/>
|
||||
<use xlink:href="#glyph1-1" x="151.587106" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="168.771595" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="179.656732" y="387.66"/>
|
||||
<use xlink:href="#glyph1-3" x="184.907022" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="193.439989" y="387.66"/>
|
||||
<use xlink:href="#glyph1-19" x="202.985156" y="387.66"/>
|
||||
<use xlink:href="#glyph1-10" x="208.553253" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="213.325339" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="219.369648" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="227.639602" y="387.66"/>
|
||||
<use xlink:href="#glyph1-6" x="234.002715" y="387.66"/>
|
||||
<use xlink:href="#glyph1-21" x="239.253005" y="387.66"/>
|
||||
<use xlink:href="#glyph1-21" x="245.616118" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="255.804869" y="387.66"/>
|
||||
<use xlink:href="#glyph1-22" x="260.322908" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-23" x="265.731603" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="273.685743" y="387.66"/>
|
||||
<use xlink:href="#glyph1-8" x="279.25384" y="387.66"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-24" x="133.768" y="406.048"/>
|
||||
<use xlink:href="#glyph2-12" x="141.237957" y="406.048"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="146.492233" y="406.048"/>
|
||||
<use xlink:href="#glyph2-7" x="150.365692" y="406.048"/>
|
||||
<use xlink:href="#glyph2-19" x="154.792075" y="406.048"/>
|
||||
<use xlink:href="#glyph2-26" x="158.693429" y="406.048"/>
|
||||
<use xlink:href="#glyph2-24" x="162.013964" y="406.048"/>
|
||||
<use xlink:href="#glyph2-12" x="169.483921" y="406.048"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-10" x="174.748159" y="406.048"/>
|
||||
<use xlink:href="#glyph2-7" x="178.621618" y="406.048"/>
|
||||
<use xlink:href="#glyph2-19" x="183.048001" y="406.048"/>
|
||||
<use xlink:href="#glyph2-25" x="186.949355" y="406.048"/>
|
||||
<use xlink:href="#glyph2-22" x="191.929659" y="406.048"/>
|
||||
<use xlink:href="#glyph2-20" x="197.462887" y="406.048"/>
|
||||
<use xlink:href="#glyph2-5" x="201.39114" y="406.048"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="205.53857" y="406.048"/>
|
||||
<use xlink:href="#glyph2-12" x="211.071798" y="406.048"/>
|
||||
<use xlink:href="#glyph2-9" x="216.605026" y="406.048"/>
|
||||
<use xlink:href="#glyph2-10" x="219.371641" y="406.048"/>
|
||||
<use xlink:href="#glyph2-10" x="223.245099" y="406.048"/>
|
||||
<use xlink:href="#glyph2-2" x="227.118558" y="406.048"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-19" x="133.768" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="157.437795" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="167.088484" y="438.99"/>
|
||||
<use xlink:href="#glyph0-16" x="173.491193" y="438.99"/>
|
||||
<use xlink:href="#glyph0-17" x="182.256721" y="438.99"/>
|
||||
<use xlink:href="#glyph0-9" x="191.459809" y="438.99"/>
|
||||
<use xlink:href="#glyph0-5" x="198.632909" y="438.99"/>
|
||||
<use xlink:href="#glyph0-10" x="203.015673" y="438.99"/>
|
||||
<use xlink:href="#glyph0-9" x="209.418382" y="438.99"/>
|
||||
<use xlink:href="#glyph0-11" x="216.591482" y="438.99"/>
|
||||
<use xlink:href="#glyph0-9" x="223.603904" y="438.99"/>
|
||||
<use xlink:href="#glyph0-20" x="230.777004" y="438.99"/>
|
||||
<use xlink:href="#glyph0-6" x="239.542533" y="438.99"/>
|
||||
<use xlink:href="#glyph0-9" x="245.678402" y="438.99"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-27" x="133.768" y="460.809"/>
|
||||
<use xlink:href="#glyph2-7" x="142.897727" y="460.809"/>
|
||||
<use xlink:href="#glyph2-9" x="147.32411" y="460.809"/>
|
||||
<use xlink:href="#glyph2-12" x="150.090724" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-28" x="158.941498" y="460.809"/>
|
||||
<use xlink:href="#glyph2-9" x="165.16613" y="460.809"/>
|
||||
<use xlink:href="#glyph2-7" x="167.932744" y="460.809"/>
|
||||
<use xlink:href="#glyph2-22" x="172.359127" y="460.809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-29" x="177.902318" y="460.809"/>
|
||||
<use xlink:href="#glyph2-9" x="180.668932" y="460.809"/>
|
||||
<use xlink:href="#glyph2-12" x="183.435546" y="460.809"/>
|
||||
<use xlink:href="#glyph2-30" x="188.968774" y="460.809"/>
|
||||
<use xlink:href="#glyph2-20" x="193.949078" y="460.809"/>
|
||||
<use xlink:href="#glyph2-19" x="197.877331" y="460.809"/>
|
||||
<use xlink:href="#glyph2-7" x="201.778685" y="460.809"/>
|
||||
<use xlink:href="#glyph2-31" x="206.205068" y="460.809"/>
|
||||
<use xlink:href="#glyph2-7" x="210.631452" y="460.809"/>
|
||||
<use xlink:href="#glyph2-32" x="215.057835" y="460.809"/>
|
||||
<use xlink:href="#glyph2-10" x="220.591063" y="460.809"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 115 KiB |
@ -1,4 +1,4 @@
|
||||
\documentclass[ngerman]{scrartcl}
|
||||
\documentclass[ngerman]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
545
svg/chapter-03/paragraphs-crop.svg
Normal file
@ -0,0 +1,545 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="344pt" height="93pt" viewBox="0 0 344 93" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.15625 7.0625 -6.453125 5.09375 -6.453125 C 4.25 -6.453125 3.578125 -6.1875 2.984375 -5.71875 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 0 L 2.09375 0 C 2.34375 -0.265625 2.578125 -0.546875 2.8125 -0.828125 C 3.546875 -0.078125 4.328125 0.09375 4.90625 0.09375 C 6.890625 0.09375 8.40625 -1.125 8.40625 -3.203125 Z M 6.6875 -3.21875 C 6.6875 -2.5625 6.6875 -1.75 6.34375 -1.21875 C 5.890625 -0.53125 5.21875 -0.390625 4.765625 -0.390625 C 3.78125 -0.390625 3.25 -1.078125 3.0625 -1.390625 L 3.0625 -5.03125 C 3.5625 -5.71875 4.296875 -5.984375 4.90625 -5.984375 C 6.6875 -5.984375 6.6875 -4.15625 6.6875 -3.21875 Z M 6.6875 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 3.140625 -8.71875 C 3.140625 -9.25 2.703125 -9.65625 2.203125 -9.65625 C 1.671875 -9.65625 1.28125 -9.21875 1.28125 -8.71875 C 1.28125 -8.1875 1.703125 -7.78125 2.1875 -7.78125 C 2.71875 -7.78125 3.140625 -8.21875 3.140625 -8.71875 Z M 6.5625 -8.71875 C 6.5625 -9.25 6.109375 -9.65625 5.625 -9.65625 C 5.09375 -9.65625 4.6875 -9.21875 4.6875 -8.71875 C 4.6875 -8.1875 5.125 -7.78125 5.609375 -7.78125 C 6.140625 -7.78125 6.5625 -8.21875 6.5625 -8.71875 Z M 6.5625 -8.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 6.484375 -2.84375 L 5.875 -2.84375 C 5.765625 -1.3125 5.453125 -0.515625 3.640625 -0.515625 L 2.34375 -0.515625 L 6.3125 -5.828125 C 6.4375 -5.984375 6.4375 -6.015625 6.4375 -6.09375 C 6.4375 -6.375 6.296875 -6.375 6.03125 -6.375 L 0.828125 -6.375 L 0.671875 -3.90625 L 1.28125 -3.90625 C 1.359375 -5.265625 1.671875 -5.890625 3.265625 -5.890625 L 4.5625 -5.890625 L 0.578125 -0.578125 C 0.4375 -0.421875 0.4375 -0.390625 0.4375 -0.28125 C 0.4375 0 0.578125 0 0.859375 0 L 6.234375 0 Z M 6.484375 -2.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 6.625 -2.328125 C 6.625 -2.421875 6.625 -2.5 6.5 -2.5 C 6.390625 -2.5 6.390625 -2.4375 6.375 -2.328125 C 6.296875 -0.90625 5.234375 -0.09375 4.140625 -0.09375 C 3.53125 -0.09375 1.578125 -0.421875 1.578125 -3.40625 C 1.578125 -6.375 3.53125 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.109375 -5.8125 6.3125 -4.359375 C 6.328125 -4.21875 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.21875 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.484375 -7.03125 6.4375 -7.03125 6.359375 -6.90625 L 5.859375 -6.171875 C 5.5 -6.53125 4.984375 -7.03125 4.03125 -7.03125 C 2.15625 -7.03125 0.5625 -5.4375 0.5625 -3.40625 C 0.5625 -1.34375 2.171875 0.21875 4.03125 0.21875 C 5.65625 0.21875 6.625 -1.171875 6.625 -2.328125 Z M 6.625 -2.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 5.140625 0 L 5.140625 -0.3125 C 4.609375 -0.3125 4.421875 -0.328125 4.203125 -0.625 L 2.859375 -2.34375 C 3.15625 -2.71875 3.53125 -3.203125 3.78125 -3.46875 C 4.09375 -3.828125 4.5 -3.984375 4.96875 -3.984375 L 4.96875 -4.296875 C 4.703125 -4.28125 4.40625 -4.265625 4.140625 -4.265625 C 3.84375 -4.265625 3.3125 -4.28125 3.1875 -4.296875 L 3.1875 -3.984375 C 3.40625 -3.96875 3.484375 -3.84375 3.484375 -3.671875 C 3.484375 -3.515625 3.375 -3.390625 3.328125 -3.328125 L 2.71875 -2.546875 L 1.9375 -3.5625 C 1.84375 -3.65625 1.84375 -3.671875 1.84375 -3.734375 C 1.84375 -3.890625 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 C 0.90625 -4.265625 0.4375 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.875 -3.984375 0.875 -3.984375 1.34375 -3.375 L 2.328125 -2.09375 C 1.859375 -1.5 1.859375 -1.46875 1.390625 -0.90625 C 0.921875 -0.328125 0.328125 -0.3125 0.125 -0.3125 L 0.125 0 C 0.375 -0.015625 0.6875 -0.03125 0.953125 -0.03125 L 1.890625 0 L 1.890625 -0.3125 C 1.671875 -0.34375 1.609375 -0.46875 1.609375 -0.625 C 1.609375 -0.84375 1.890625 -1.171875 2.5 -1.890625 L 3.265625 -0.890625 C 3.34375 -0.78125 3.46875 -0.625 3.46875 -0.5625 C 3.46875 -0.46875 3.375 -0.3125 3.109375 -0.3125 L 3.109375 0 L 4.1875 -0.03125 C 4.453125 -0.03125 4.84375 -0.015625 5.140625 0 Z M 5.140625 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.921875 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.59375 -0.265625 2.9375 -0.140625 2.578125 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.21875 2.515625 -4.21875 C 2.609375 -4.21875 3.234375 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.828125 -2.9375 4.03125 -3.09375 4.03125 -3.40625 C 4.03125 -4.078125 3.265625 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.140625 -1.09375 4.140625 -1.1875 Z M 4.140625 -1.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 L 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 L 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 L 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 Z M 7.015625 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 Z M 3.625 -3.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 L 3.78125 0.109375 Z M 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -1.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 L 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 Z M 4.96875 -1.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.109375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 L 1.390625 1.90625 L 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 5.09375 0 L 5.09375 -0.3125 C 4.71875 -0.3125 4.5 -0.3125 4.125 -0.84375 L 2.859375 -2.625 C 2.84375 -2.640625 2.796875 -2.703125 2.796875 -2.734375 C 2.796875 -2.765625 3.515625 -3.375 3.609375 -3.453125 C 4.234375 -3.953125 4.65625 -3.984375 4.859375 -3.984375 L 4.859375 -4.296875 C 4.578125 -4.265625 4.453125 -4.265625 4.171875 -4.265625 C 3.8125 -4.265625 3.1875 -4.28125 3.046875 -4.296875 L 3.046875 -3.984375 C 3.234375 -3.984375 3.34375 -3.875 3.34375 -3.734375 C 3.34375 -3.53125 3.203125 -3.421875 3.125 -3.34375 L 1.71875 -2.140625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.359375 -0.03125 L 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.6875 -0.3125 1.6875 -0.75 L 1.6875 -1.78125 L 2.328125 -2.328125 C 3.09375 -1.28125 3.515625 -0.71875 3.515625 -0.53125 C 3.515625 -0.34375 3.34375 -0.3125 3.15625 -0.3125 L 3.15625 0 L 4.234375 -0.03125 C 4.515625 -0.03125 4.8125 -0.015625 5.09375 0 Z M 5.09375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-24">
|
||||
<path style="stroke:none;" d="M 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 Z M 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-25">
|
||||
<path style="stroke:none;" d="M 2.03125 -0.015625 C 2.03125 -0.640625 1.78125 -1.0625 1.390625 -1.0625 C 1.03125 -1.0625 0.859375 -0.78125 0.859375 -0.53125 C 0.859375 -0.265625 1.03125 0 1.390625 0 C 1.53125 0 1.671875 -0.0625 1.78125 -0.15625 C 1.796875 0.625 1.53125 1.234375 1.09375 1.703125 C 1.03125 1.765625 1.015625 1.78125 1.015625 1.8125 C 1.015625 1.890625 1.0625 1.921875 1.109375 1.921875 C 1.234375 1.921875 2.03125 1.140625 2.03125 -0.015625 Z M 2.03125 -0.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-26">
|
||||
<path style="stroke:none;" d="M 2.09375 0.5 L 2.09375 -4.40625 L 0.578125 -4.296875 L 0.578125 -3.984375 C 1.34375 -3.984375 1.4375 -3.921875 1.4375 -3.421875 L 1.4375 0.515625 C 1.4375 0.96875 1.34375 1.828125 0.703125 1.828125 C 0.65625 1.828125 0.421875 1.828125 0.171875 1.6875 C 0.3125 1.65625 0.515625 1.515625 0.515625 1.25 C 0.515625 0.984375 0.34375 0.78125 0.0625 0.78125 C -0.21875 0.78125 -0.40625 0.984375 -0.40625 1.25 C -0.40625 1.765625 0.15625 2.046875 0.734375 2.046875 C 1.46875 2.046875 2.09375 1.40625 2.09375 0.5 Z M 2.09375 -6.015625 C 2.09375 -6.296875 1.859375 -6.546875 1.5625 -6.546875 C 1.21875 -6.546875 1.03125 -6.265625 1.03125 -6.015625 C 1.03125 -5.75 1.25 -5.5 1.5625 -5.5 C 1.890625 -5.5 2.09375 -5.765625 2.09375 -6.015625 Z M 2.09375 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-27">
|
||||
<path style="stroke:none;" d="M 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 L 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 Z M 4.5625 -2.578125 L 2.328125 -2.578125 L 3.4375 -5.828125 Z M 4.5625 -2.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-28">
|
||||
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 8.765625 0 L 8.765625 -0.3125 L 8.515625 -0.3125 C 7.75 -0.3125 7.734375 -0.421875 7.734375 -0.78125 L 7.734375 -6.03125 C 7.734375 -6.390625 7.75 -6.5 8.515625 -6.5 L 8.765625 -6.5 L 8.765625 -6.8125 L 7.078125 -6.8125 C 6.8125 -6.8125 6.8125 -6.796875 6.75 -6.625 L 4.5625 -1 L 2.40625 -6.59375 C 2.3125 -6.8125 2.28125 -6.8125 2.046875 -6.8125 L 0.375 -6.8125 L 0.375 -6.5 L 0.609375 -6.5 C 1.375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -1.046875 C 1.390625 -0.78125 1.390625 -0.3125 0.375 -0.3125 L 0.375 0 L 1.53125 -0.03125 L 2.703125 0 L 2.703125 -0.3125 C 1.671875 -0.3125 1.671875 -0.78125 1.671875 -1.046875 L 1.671875 -6.421875 L 1.6875 -6.421875 L 4.09375 -0.21875 C 4.140625 -0.09375 4.1875 0 4.28125 0 C 4.390625 0 4.421875 -0.078125 4.46875 -0.1875 L 6.921875 -6.5 L 6.921875 -0.78125 C 6.921875 -0.421875 6.90625 -0.3125 6.140625 -0.3125 L 5.90625 -0.3125 L 5.90625 0 C 6.265625 -0.03125 6.953125 -0.03125 7.34375 -0.03125 C 7.71875 -0.03125 8.390625 -0.03125 8.765625 0 Z M 8.765625 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.734375 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 L 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.198" y="10.871"/>
|
||||
<use xlink:href="#glyph0-2" x="11.989097" y="10.871"/>
|
||||
<use xlink:href="#glyph0-3" x="20.955472" y="10.871"/>
|
||||
<use xlink:href="#glyph0-4" x="27.320881" y="10.871"/>
|
||||
<use xlink:href="#glyph0-5" x="35.166818" y="10.871"/>
|
||||
<use xlink:href="#glyph0-6" x="41.44328" y="10.871"/>
|
||||
<use xlink:href="#glyph0-7" x="48.61638" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="-0.198" y="32.692"/>
|
||||
<use xlink:href="#glyph1-2" x="6.99699" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="11.97829" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="17.234557" y="32.692"/>
|
||||
<use xlink:href="#glyph1-5" x="21.109013" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="23.876623" y="32.692"/>
|
||||
<use xlink:href="#glyph1-2" x="29.411843" y="32.692"/>
|
||||
<use xlink:href="#glyph1-6" x="34.393143" y="32.692"/>
|
||||
<use xlink:href="#glyph1-7" x="39.928364" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="47.674286" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="51.548741" y="32.692"/>
|
||||
<use xlink:href="#glyph1-9" x="55.977116" y="32.692"/>
|
||||
<use xlink:href="#glyph1-4" x="61.235377" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="68.925508" y="32.692"/>
|
||||
<use xlink:href="#glyph1-11" x="73.353883" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="78.335183" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="87.68608" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="93.49029" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="101.734342" y="32.692"/>
|
||||
<use xlink:href="#glyph1-14" x="108.929332" y="32.692"/>
|
||||
<use xlink:href="#glyph1-5" x="112.831682" y="32.692"/>
|
||||
<use xlink:href="#glyph1-4" x="115.599292" y="32.692"/>
|
||||
<use xlink:href="#glyph1-4" x="119.473747" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="123.348203" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="127.776578" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="137.127475" y="32.692"/>
|
||||
<use xlink:href="#glyph1-5" x="142.662695" y="32.692"/>
|
||||
<use xlink:href="#glyph1-14" x="145.430306" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="149.332656" y="32.692"/>
|
||||
<use xlink:href="#glyph1-10" x="153.761032" y="32.692"/>
|
||||
<use xlink:href="#glyph1-4" x="158.189407" y="32.692"/>
|
||||
<use xlink:href="#glyph1-16" x="162.063862" y="32.692"/>
|
||||
<use xlink:href="#glyph1-17" x="164.831473" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="173.905409" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="176.673019" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="186.023915" y="32.692"/>
|
||||
<use xlink:href="#glyph1-18" x="189.898371" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="195.433591" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="203.677643" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="207.597926" y="32.692"/>
|
||||
<use xlink:href="#glyph1-6" x="212.579226" y="32.692"/>
|
||||
<use xlink:href="#glyph1-14" x="218.114446" y="32.692"/>
|
||||
<use xlink:href="#glyph1-10" x="222.016797" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="226.445172" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="234.689224" y="32.692"/>
|
||||
<use xlink:href="#glyph1-2" x="239.1176" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="244.377852" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="249.913073" y="32.692"/>
|
||||
<use xlink:href="#glyph1-19" x="254.341449" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="263.016881" y="32.692"/>
|
||||
<use xlink:href="#glyph1-5" x="268.552101" y="32.692"/>
|
||||
<use xlink:href="#glyph1-21" x="271.319712" y="32.692"/>
|
||||
<use xlink:href="#glyph1-22" x="279.621546" y="32.692"/>
|
||||
<use xlink:href="#glyph1-16" x="285.156767" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="287.924377" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="296.168429" y="32.692"/>
|
||||
<use xlink:href="#glyph1-5" x="298.936039" y="32.692"/>
|
||||
<use xlink:href="#glyph1-3" x="301.703649" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="307.23887" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="315.482921" y="32.692"/>
|
||||
<use xlink:href="#glyph1-14" x="321.018142" y="32.692"/>
|
||||
<use xlink:href="#glyph1-8" x="324.920492" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="329.338905" y="32.692"/>
|
||||
<use xlink:href="#glyph1-23" x="334.320205" y="32.692"/>
|
||||
<use xlink:href="#glyph1-7" x="339.578466" y="32.692"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="-0.198" y="44.647"/>
|
||||
<use xlink:href="#glyph1-14" x="4.7833" y="44.647"/>
|
||||
<use xlink:href="#glyph1-8" x="8.68565" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="16.431572" y="44.647"/>
|
||||
<use xlink:href="#glyph1-24" x="19.199182" y="44.647"/>
|
||||
<use xlink:href="#glyph1-3" x="24.180482" y="44.647"/>
|
||||
<use xlink:href="#glyph1-2" x="29.715703" y="44.647"/>
|
||||
<use xlink:href="#glyph1-14" x="34.697003" y="44.647"/>
|
||||
<use xlink:href="#glyph1-8" x="38.599353" y="44.647"/>
|
||||
<use xlink:href="#glyph1-15" x="43.027729" y="44.647"/>
|
||||
<use xlink:href="#glyph1-25" x="48.562949" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-26" x="54.648106" y="44.647"/>
|
||||
<use xlink:href="#glyph1-6" x="57.692676" y="44.647"/>
|
||||
<use xlink:href="#glyph1-7" x="63.227897" y="44.647"/>
|
||||
<use xlink:href="#glyph1-4" x="67.158142" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="74.360106" y="44.647"/>
|
||||
<use xlink:href="#glyph1-7" x="79.341406" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-21" x="86.589197" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="94.612079" y="44.647"/>
|
||||
<use xlink:href="#glyph1-16" x="100.1473" y="44.647"/>
|
||||
<use xlink:href="#glyph1-4" x="102.91491" y="44.647"/>
|
||||
<use xlink:href="#glyph1-5" x="106.789365" y="44.647"/>
|
||||
<use xlink:href="#glyph1-22" x="109.556975" y="44.647"/>
|
||||
<use xlink:href="#glyph1-16" x="115.092196" y="44.647"/>
|
||||
<use xlink:href="#glyph1-8" x="117.859806" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="125.605728" y="44.647"/>
|
||||
<use xlink:href="#glyph1-22" x="129.535973" y="44.647"/>
|
||||
<use xlink:href="#glyph1-11" x="135.071194" y="44.647"/>
|
||||
<use xlink:href="#glyph1-10" x="140.052494" y="44.647"/>
|
||||
<use xlink:href="#glyph1-8" x="144.48087" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="152.226791" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="156.386177" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="161.911435" y="44.647"/>
|
||||
<use xlink:href="#glyph1-14" x="166.892735" y="44.647"/>
|
||||
<use xlink:href="#glyph1-11" x="170.795085" y="44.647"/>
|
||||
<use xlink:href="#glyph1-10" x="175.776385" y="44.647"/>
|
||||
<use xlink:href="#glyph1-4" x="180.204761" y="44.647"/>
|
||||
<use xlink:href="#glyph1-8" x="184.079216" y="44.647"/>
|
||||
<use xlink:href="#glyph1-14" x="188.507592" y="44.647"/>
|
||||
<use xlink:href="#glyph1-7" x="192.409942" y="44.647"/>
|
||||
<use xlink:href="#glyph1-19" x="196.340188" y="44.647"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-27" x="14.746" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="22.21795" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="30.552661" y="56.602"/>
|
||||
<use xlink:href="#glyph1-21" x="34.981037" y="56.602"/>
|
||||
<use xlink:href="#glyph1-22" x="43.282871" y="56.602"/>
|
||||
<use xlink:href="#glyph1-4" x="48.818092" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="52.413594" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="60.471345" y="56.602"/>
|
||||
<use xlink:href="#glyph1-5" x="63.238956" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="66.006566" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="71.541786" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="78.75969" y="56.602"/>
|
||||
<use xlink:href="#glyph1-14" x="83.188066" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="87.090416" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="91.518792" y="56.602"/>
|
||||
<use xlink:href="#glyph1-4" x="96.500092" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="100.374547" y="56.602"/>
|
||||
<use xlink:href="#glyph1-7" x="104.802923" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="111.532659" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="119.31345" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="124.84867" y="56.602"/>
|
||||
<use xlink:href="#glyph1-13" x="129.277046" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-22" x="139.261564" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="144.796784" y="56.602"/>
|
||||
<use xlink:href="#glyph1-14" x="149.778084" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="153.680435" y="56.602"/>
|
||||
<use xlink:href="#glyph1-24" x="158.661735" y="56.602"/>
|
||||
<use xlink:href="#glyph1-14" x="163.643035" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="167.545385" y="56.602"/>
|
||||
<use xlink:href="#glyph1-22" x="172.526685" y="56.602"/>
|
||||
<use xlink:href="#glyph1-18" x="178.061906" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="186.396617" y="56.602"/>
|
||||
<use xlink:href="#glyph1-18" x="193.591606" y="56.602"/>
|
||||
<use xlink:href="#glyph1-5" x="199.126827" y="56.602"/>
|
||||
<use xlink:href="#glyph1-10" x="201.894437" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="206.04386" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="214.378571" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="219.913792" y="56.602"/>
|
||||
<use xlink:href="#glyph1-7" x="224.895092" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="231.624828" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="236.606128" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="244.930877" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="247.698487" y="56.602"/>
|
||||
<use xlink:href="#glyph1-15" x="253.233708" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="258.768928" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="263.197304" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="268.453572" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="272.328027" y="56.602"/>
|
||||
<use xlink:href="#glyph1-4" x="277.309327" y="56.602"/>
|
||||
<use xlink:href="#glyph1-5" x="281.183782" y="56.602"/>
|
||||
<use xlink:href="#glyph1-2" x="283.951392" y="56.602"/>
|
||||
<use xlink:href="#glyph1-3" x="288.932692" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="297.267403" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="302.523671" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="310.581422" y="56.602"/>
|
||||
<use xlink:href="#glyph1-8" x="316.116643" y="56.602"/>
|
||||
<use xlink:href="#glyph1-28" x="320.545018" y="56.602"/>
|
||||
<use xlink:href="#glyph1-11" x="323.589589" y="56.602"/>
|
||||
<use xlink:href="#glyph1-6" x="328.570889" y="56.602"/>
|
||||
<use xlink:href="#glyph1-16" x="334.106109" y="56.602"/>
|
||||
<use xlink:href="#glyph1-4" x="336.87372" y="56.602"/>
|
||||
<use xlink:href="#glyph1-19" x="340.748175" y="56.602"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-29" x="-0.198" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="8.934715" y="68.557"/>
|
||||
<use xlink:href="#glyph1-3" x="13.916015" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="19.172283" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="24.707504" y="68.557"/>
|
||||
<use xlink:href="#glyph1-16" x="29.688804" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="35.514932" y="68.557"/>
|
||||
<use xlink:href="#glyph1-5" x="38.282543" y="68.557"/>
|
||||
<use xlink:href="#glyph1-3" x="41.050153" y="68.557"/>
|
||||
<use xlink:href="#glyph1-8" x="46.585373" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="54.072267" y="68.557"/>
|
||||
<use xlink:href="#glyph1-14" x="59.607488" y="68.557"/>
|
||||
<use xlink:href="#glyph1-8" x="63.509838" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="67.938214" y="68.557"/>
|
||||
<use xlink:href="#glyph1-23" x="72.919514" y="68.557"/>
|
||||
<use xlink:href="#glyph1-7" x="78.177774" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="85.166538" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="89.594914" y="68.557"/>
|
||||
<use xlink:href="#glyph1-3" x="94.576214" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="103.169953" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="108.984126" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-28" x="116.47102" y="68.557"/>
|
||||
<use xlink:href="#glyph1-2" x="119.51559" y="68.557"/>
|
||||
<use xlink:href="#glyph1-14" x="124.49689" y="68.557"/>
|
||||
<use xlink:href="#glyph1-10" x="128.399241" y="68.557"/>
|
||||
<use xlink:href="#glyph1-8" x="132.827617" y="68.557"/>
|
||||
<use xlink:href="#glyph1-15" x="137.255992" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="145.849731" y="68.557"/>
|
||||
<use xlink:href="#glyph1-5" x="153.044721" y="68.557"/>
|
||||
<use xlink:href="#glyph1-4" x="155.812331" y="68.557"/>
|
||||
<use xlink:href="#glyph1-18" x="159.686786" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="168.280525" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="171.88599" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="178.802027" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="186.841845" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="192.377065" y="68.557"/>
|
||||
<use xlink:href="#glyph1-10" x="197.358365" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-23" x="201.507788" y="68.557"/>
|
||||
<use xlink:href="#glyph1-7" x="206.766049" y="68.557"/>
|
||||
<use xlink:href="#glyph1-16" x="210.696294" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="213.463905" y="68.557"/>
|
||||
<use xlink:href="#glyph1-7" x="218.445205" y="68.557"/>
|
||||
<use xlink:href="#glyph1-18" x="222.37545" y="68.557"/>
|
||||
<use xlink:href="#glyph1-8" x="227.910671" y="68.557"/>
|
||||
<use xlink:href="#glyph1-7" x="232.339047" y="68.557"/>
|
||||
<use xlink:href="#glyph1-25" x="236.269292" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="242.145234" y="68.557"/>
|
||||
<use xlink:href="#glyph1-6" x="247.680454" y="68.557"/>
|
||||
<use xlink:href="#glyph1-4" x="253.215675" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="260.158611" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="265.683869" y="68.557"/>
|
||||
<use xlink:href="#glyph1-14" x="270.665169" y="68.557"/>
|
||||
<use xlink:href="#glyph1-21" x="274.567519" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="282.869354" y="68.557"/>
|
||||
<use xlink:href="#glyph1-16" x="287.850654" y="68.557"/>
|
||||
<use xlink:href="#glyph1-16" x="290.618264" y="68.557"/>
|
||||
<use xlink:href="#glyph1-17" x="293.385874" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="301.712615" y="68.557"/>
|
||||
<use xlink:href="#glyph1-18" x="305.587071" y="68.557"/>
|
||||
<use xlink:href="#glyph1-8" x="311.122291" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="315.540704" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="323.867445" y="68.557"/>
|
||||
<use xlink:href="#glyph1-11" x="329.402666" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-30" x="334.105013" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="339.084321" y="68.557"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="-0.198" y="80.513"/>
|
||||
<use xlink:href="#glyph1-2" x="5.337221" y="80.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="13.636066" y="80.513"/>
|
||||
<use xlink:href="#glyph1-6" x="19.171287" y="80.513"/>
|
||||
<use xlink:href="#glyph1-7" x="24.706507" y="80.513"/>
|
||||
<use xlink:href="#glyph1-5" x="28.636753" y="80.513"/>
|
||||
<use xlink:href="#glyph1-3" x="31.404363" y="80.513"/>
|
||||
<use xlink:href="#glyph1-8" x="36.939584" y="80.513"/>
|
||||
<use xlink:href="#glyph1-7" x="41.36796" y="80.513"/>
|
||||
<use xlink:href="#glyph1-7" x="45.298205" y="80.513"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="-0.198" y="92.468"/>
|
||||
<use xlink:href="#glyph1-3" x="2.56961" y="92.468"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="11.422377" y="92.468"/>
|
||||
<use xlink:href="#glyph1-2" x="15.850752" y="92.468"/>
|
||||
<use xlink:href="#glyph1-3" x="20.832052" y="92.468"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="26.08832" y="92.468"/>
|
||||
<use xlink:href="#glyph1-5" x="29.962775" y="92.468"/>
|
||||
<use xlink:href="#glyph1-3" x="32.730386" y="92.468"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="37.996616" y="92.468"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="43.521874" y="92.468"/>
|
||||
<use xlink:href="#glyph1-6" x="48.503174" y="92.468"/>
|
||||
<use xlink:href="#glyph1-7" x="54.038394" y="92.468"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="61.296149" y="92.468"/>
|
||||
<use xlink:href="#glyph1-8" x="65.170604" y="92.468"/>
|
||||
<use xlink:href="#glyph1-9" x="69.598979" y="92.468"/>
|
||||
<use xlink:href="#glyph1-4" x="74.85724" y="92.468"/>
|
||||
<use xlink:href="#glyph1-19" x="78.731695" y="92.468"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 54 KiB |
545
svg/chapter-03/paragraphs-orig.svg
Normal file
@ -0,0 +1,545 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.15625 7.0625 -6.453125 5.09375 -6.453125 C 4.25 -6.453125 3.578125 -6.1875 2.984375 -5.71875 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 0 L 2.09375 0 C 2.34375 -0.265625 2.578125 -0.546875 2.8125 -0.828125 C 3.546875 -0.078125 4.328125 0.09375 4.90625 0.09375 C 6.890625 0.09375 8.40625 -1.125 8.40625 -3.203125 Z M 6.6875 -3.21875 C 6.6875 -2.5625 6.6875 -1.75 6.34375 -1.21875 C 5.890625 -0.53125 5.21875 -0.390625 4.765625 -0.390625 C 3.78125 -0.390625 3.25 -1.078125 3.0625 -1.390625 L 3.0625 -5.03125 C 3.5625 -5.71875 4.296875 -5.984375 4.90625 -5.984375 C 6.6875 -5.984375 6.6875 -4.15625 6.6875 -3.21875 Z M 6.6875 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 3.140625 -8.71875 C 3.140625 -9.25 2.703125 -9.65625 2.203125 -9.65625 C 1.671875 -9.65625 1.28125 -9.21875 1.28125 -8.71875 C 1.28125 -8.1875 1.703125 -7.78125 2.1875 -7.78125 C 2.71875 -7.78125 3.140625 -8.21875 3.140625 -8.71875 Z M 6.5625 -8.71875 C 6.5625 -9.25 6.109375 -9.65625 5.625 -9.65625 C 5.09375 -9.65625 4.6875 -9.21875 4.6875 -8.71875 C 4.6875 -8.1875 5.125 -7.78125 5.609375 -7.78125 C 6.140625 -7.78125 6.5625 -8.21875 6.5625 -8.71875 Z M 6.5625 -8.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 6.484375 -2.84375 L 5.875 -2.84375 C 5.765625 -1.3125 5.453125 -0.515625 3.640625 -0.515625 L 2.34375 -0.515625 L 6.3125 -5.828125 C 6.4375 -5.984375 6.4375 -6.015625 6.4375 -6.09375 C 6.4375 -6.375 6.296875 -6.375 6.03125 -6.375 L 0.828125 -6.375 L 0.671875 -3.90625 L 1.28125 -3.90625 C 1.359375 -5.265625 1.671875 -5.890625 3.265625 -5.890625 L 4.5625 -5.890625 L 0.578125 -0.578125 C 0.4375 -0.421875 0.4375 -0.390625 0.4375 -0.28125 C 0.4375 0 0.578125 0 0.859375 0 L 6.234375 0 Z M 6.484375 -2.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 6.625 -2.328125 C 6.625 -2.421875 6.625 -2.5 6.5 -2.5 C 6.390625 -2.5 6.390625 -2.4375 6.375 -2.328125 C 6.296875 -0.90625 5.234375 -0.09375 4.140625 -0.09375 C 3.53125 -0.09375 1.578125 -0.421875 1.578125 -3.40625 C 1.578125 -6.375 3.53125 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.109375 -5.8125 6.3125 -4.359375 C 6.328125 -4.21875 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.21875 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.484375 -7.03125 6.4375 -7.03125 6.359375 -6.90625 L 5.859375 -6.171875 C 5.5 -6.53125 4.984375 -7.03125 4.03125 -7.03125 C 2.15625 -7.03125 0.5625 -5.4375 0.5625 -3.40625 C 0.5625 -1.34375 2.171875 0.21875 4.03125 0.21875 C 5.65625 0.21875 6.625 -1.171875 6.625 -2.328125 Z M 6.625 -2.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 5.140625 0 L 5.140625 -0.3125 C 4.609375 -0.3125 4.421875 -0.328125 4.203125 -0.625 L 2.859375 -2.34375 C 3.15625 -2.71875 3.53125 -3.203125 3.78125 -3.46875 C 4.09375 -3.828125 4.5 -3.984375 4.96875 -3.984375 L 4.96875 -4.296875 C 4.703125 -4.28125 4.40625 -4.265625 4.140625 -4.265625 C 3.84375 -4.265625 3.3125 -4.28125 3.1875 -4.296875 L 3.1875 -3.984375 C 3.40625 -3.96875 3.484375 -3.84375 3.484375 -3.671875 C 3.484375 -3.515625 3.375 -3.390625 3.328125 -3.328125 L 2.71875 -2.546875 L 1.9375 -3.5625 C 1.84375 -3.65625 1.84375 -3.671875 1.84375 -3.734375 C 1.84375 -3.890625 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 C 0.90625 -4.265625 0.4375 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.875 -3.984375 0.875 -3.984375 1.34375 -3.375 L 2.328125 -2.09375 C 1.859375 -1.5 1.859375 -1.46875 1.390625 -0.90625 C 0.921875 -0.328125 0.328125 -0.3125 0.125 -0.3125 L 0.125 0 C 0.375 -0.015625 0.6875 -0.03125 0.953125 -0.03125 L 1.890625 0 L 1.890625 -0.3125 C 1.671875 -0.34375 1.609375 -0.46875 1.609375 -0.625 C 1.609375 -0.84375 1.890625 -1.171875 2.5 -1.890625 L 3.265625 -0.890625 C 3.34375 -0.78125 3.46875 -0.625 3.46875 -0.5625 C 3.46875 -0.46875 3.375 -0.3125 3.109375 -0.3125 L 3.109375 0 L 4.1875 -0.03125 C 4.453125 -0.03125 4.84375 -0.015625 5.140625 0 Z M 5.140625 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.921875 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.59375 -0.265625 2.9375 -0.140625 2.578125 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.21875 2.515625 -4.21875 C 2.609375 -4.21875 3.234375 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.828125 -2.9375 4.03125 -3.09375 4.03125 -3.40625 C 4.03125 -4.078125 3.265625 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.140625 -1.09375 4.140625 -1.1875 Z M 4.140625 -1.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 L 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 L 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 L 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 Z M 7.015625 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 Z M 3.625 -3.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 L 3.78125 0.109375 Z M 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -1.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 L 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 Z M 4.96875 -1.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.109375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 L 1.390625 1.90625 L 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 5.09375 0 L 5.09375 -0.3125 C 4.71875 -0.3125 4.5 -0.3125 4.125 -0.84375 L 2.859375 -2.625 C 2.84375 -2.640625 2.796875 -2.703125 2.796875 -2.734375 C 2.796875 -2.765625 3.515625 -3.375 3.609375 -3.453125 C 4.234375 -3.953125 4.65625 -3.984375 4.859375 -3.984375 L 4.859375 -4.296875 C 4.578125 -4.265625 4.453125 -4.265625 4.171875 -4.265625 C 3.8125 -4.265625 3.1875 -4.28125 3.046875 -4.296875 L 3.046875 -3.984375 C 3.234375 -3.984375 3.34375 -3.875 3.34375 -3.734375 C 3.34375 -3.53125 3.203125 -3.421875 3.125 -3.34375 L 1.71875 -2.140625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.359375 -0.03125 L 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.6875 -0.3125 1.6875 -0.75 L 1.6875 -1.78125 L 2.328125 -2.328125 C 3.09375 -1.28125 3.515625 -0.71875 3.515625 -0.53125 C 3.515625 -0.34375 3.34375 -0.3125 3.15625 -0.3125 L 3.15625 0 L 4.234375 -0.03125 C 4.515625 -0.03125 4.8125 -0.015625 5.09375 0 Z M 5.09375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-24">
|
||||
<path style="stroke:none;" d="M 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 Z M 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-25">
|
||||
<path style="stroke:none;" d="M 2.03125 -0.015625 C 2.03125 -0.640625 1.78125 -1.0625 1.390625 -1.0625 C 1.03125 -1.0625 0.859375 -0.78125 0.859375 -0.53125 C 0.859375 -0.265625 1.03125 0 1.390625 0 C 1.53125 0 1.671875 -0.0625 1.78125 -0.15625 C 1.796875 0.625 1.53125 1.234375 1.09375 1.703125 C 1.03125 1.765625 1.015625 1.78125 1.015625 1.8125 C 1.015625 1.890625 1.0625 1.921875 1.109375 1.921875 C 1.234375 1.921875 2.03125 1.140625 2.03125 -0.015625 Z M 2.03125 -0.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-26">
|
||||
<path style="stroke:none;" d="M 2.09375 0.5 L 2.09375 -4.40625 L 0.578125 -4.296875 L 0.578125 -3.984375 C 1.34375 -3.984375 1.4375 -3.921875 1.4375 -3.421875 L 1.4375 0.515625 C 1.4375 0.96875 1.34375 1.828125 0.703125 1.828125 C 0.65625 1.828125 0.421875 1.828125 0.171875 1.6875 C 0.3125 1.65625 0.515625 1.515625 0.515625 1.25 C 0.515625 0.984375 0.34375 0.78125 0.0625 0.78125 C -0.21875 0.78125 -0.40625 0.984375 -0.40625 1.25 C -0.40625 1.765625 0.15625 2.046875 0.734375 2.046875 C 1.46875 2.046875 2.09375 1.40625 2.09375 0.5 Z M 2.09375 -6.015625 C 2.09375 -6.296875 1.859375 -6.546875 1.5625 -6.546875 C 1.21875 -6.546875 1.03125 -6.265625 1.03125 -6.015625 C 1.03125 -5.75 1.25 -5.5 1.5625 -5.5 C 1.890625 -5.5 2.09375 -5.765625 2.09375 -6.015625 Z M 2.09375 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-27">
|
||||
<path style="stroke:none;" d="M 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 L 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 Z M 4.5625 -2.578125 L 2.328125 -2.578125 L 3.4375 -5.828125 Z M 4.5625 -2.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-28">
|
||||
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 8.765625 0 L 8.765625 -0.3125 L 8.515625 -0.3125 C 7.75 -0.3125 7.734375 -0.421875 7.734375 -0.78125 L 7.734375 -6.03125 C 7.734375 -6.390625 7.75 -6.5 8.515625 -6.5 L 8.765625 -6.5 L 8.765625 -6.8125 L 7.078125 -6.8125 C 6.8125 -6.8125 6.8125 -6.796875 6.75 -6.625 L 4.5625 -1 L 2.40625 -6.59375 C 2.3125 -6.8125 2.28125 -6.8125 2.046875 -6.8125 L 0.375 -6.8125 L 0.375 -6.5 L 0.609375 -6.5 C 1.375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -1.046875 C 1.390625 -0.78125 1.390625 -0.3125 0.375 -0.3125 L 0.375 0 L 1.53125 -0.03125 L 2.703125 0 L 2.703125 -0.3125 C 1.671875 -0.3125 1.671875 -0.78125 1.671875 -1.046875 L 1.671875 -6.421875 L 1.6875 -6.421875 L 4.09375 -0.21875 C 4.140625 -0.09375 4.1875 0 4.28125 0 C 4.390625 0 4.421875 -0.078125 4.46875 -0.1875 L 6.921875 -6.5 L 6.921875 -0.78125 C 6.921875 -0.421875 6.90625 -0.3125 6.140625 -0.3125 L 5.90625 -0.3125 L 5.90625 0 C 6.265625 -0.03125 6.953125 -0.03125 7.34375 -0.03125 C 7.71875 -0.03125 8.390625 -0.03125 8.765625 0 Z M 8.765625 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.734375 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 L 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="124.802" y="135.761"/>
|
||||
<use xlink:href="#glyph0-2" x="136.989097" y="135.761"/>
|
||||
<use xlink:href="#glyph0-3" x="145.955472" y="135.761"/>
|
||||
<use xlink:href="#glyph0-4" x="152.320881" y="135.761"/>
|
||||
<use xlink:href="#glyph0-5" x="160.166818" y="135.761"/>
|
||||
<use xlink:href="#glyph0-6" x="166.44328" y="135.761"/>
|
||||
<use xlink:href="#glyph0-7" x="173.61638" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="124.802" y="157.582"/>
|
||||
<use xlink:href="#glyph1-2" x="131.99699" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="136.97829" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="142.234557" y="157.582"/>
|
||||
<use xlink:href="#glyph1-5" x="146.109013" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="148.876623" y="157.582"/>
|
||||
<use xlink:href="#glyph1-2" x="154.411843" y="157.582"/>
|
||||
<use xlink:href="#glyph1-6" x="159.393143" y="157.582"/>
|
||||
<use xlink:href="#glyph1-7" x="164.928364" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="172.674286" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="176.548741" y="157.582"/>
|
||||
<use xlink:href="#glyph1-9" x="180.977116" y="157.582"/>
|
||||
<use xlink:href="#glyph1-4" x="186.235377" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="193.925508" y="157.582"/>
|
||||
<use xlink:href="#glyph1-11" x="198.353883" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="203.335183" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="212.68608" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="218.49029" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="226.734342" y="157.582"/>
|
||||
<use xlink:href="#glyph1-14" x="233.929332" y="157.582"/>
|
||||
<use xlink:href="#glyph1-5" x="237.831682" y="157.582"/>
|
||||
<use xlink:href="#glyph1-4" x="240.599292" y="157.582"/>
|
||||
<use xlink:href="#glyph1-4" x="244.473747" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="248.348203" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="252.776578" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="262.127475" y="157.582"/>
|
||||
<use xlink:href="#glyph1-5" x="267.662695" y="157.582"/>
|
||||
<use xlink:href="#glyph1-14" x="270.430306" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="274.332656" y="157.582"/>
|
||||
<use xlink:href="#glyph1-10" x="278.761032" y="157.582"/>
|
||||
<use xlink:href="#glyph1-4" x="283.189407" y="157.582"/>
|
||||
<use xlink:href="#glyph1-16" x="287.063862" y="157.582"/>
|
||||
<use xlink:href="#glyph1-17" x="289.831473" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="298.905409" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="301.673019" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="311.023915" y="157.582"/>
|
||||
<use xlink:href="#glyph1-18" x="314.898371" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="320.433591" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="328.677643" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="332.597926" y="157.582"/>
|
||||
<use xlink:href="#glyph1-6" x="337.579226" y="157.582"/>
|
||||
<use xlink:href="#glyph1-14" x="343.114446" y="157.582"/>
|
||||
<use xlink:href="#glyph1-10" x="347.016797" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="351.445172" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="359.689224" y="157.582"/>
|
||||
<use xlink:href="#glyph1-2" x="364.1176" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="369.377852" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="374.913073" y="157.582"/>
|
||||
<use xlink:href="#glyph1-19" x="379.341449" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="388.016881" y="157.582"/>
|
||||
<use xlink:href="#glyph1-5" x="393.552101" y="157.582"/>
|
||||
<use xlink:href="#glyph1-21" x="396.319712" y="157.582"/>
|
||||
<use xlink:href="#glyph1-22" x="404.621546" y="157.582"/>
|
||||
<use xlink:href="#glyph1-16" x="410.156767" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="412.924377" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="421.168429" y="157.582"/>
|
||||
<use xlink:href="#glyph1-5" x="423.936039" y="157.582"/>
|
||||
<use xlink:href="#glyph1-3" x="426.703649" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="432.23887" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="440.482921" y="157.582"/>
|
||||
<use xlink:href="#glyph1-14" x="446.018142" y="157.582"/>
|
||||
<use xlink:href="#glyph1-8" x="449.920492" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="454.338905" y="157.582"/>
|
||||
<use xlink:href="#glyph1-23" x="459.320205" y="157.582"/>
|
||||
<use xlink:href="#glyph1-7" x="464.578466" y="157.582"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="124.802" y="169.537"/>
|
||||
<use xlink:href="#glyph1-14" x="129.7833" y="169.537"/>
|
||||
<use xlink:href="#glyph1-8" x="133.68565" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="141.431572" y="169.537"/>
|
||||
<use xlink:href="#glyph1-24" x="144.199182" y="169.537"/>
|
||||
<use xlink:href="#glyph1-3" x="149.180482" y="169.537"/>
|
||||
<use xlink:href="#glyph1-2" x="154.715703" y="169.537"/>
|
||||
<use xlink:href="#glyph1-14" x="159.697003" y="169.537"/>
|
||||
<use xlink:href="#glyph1-8" x="163.599353" y="169.537"/>
|
||||
<use xlink:href="#glyph1-15" x="168.027729" y="169.537"/>
|
||||
<use xlink:href="#glyph1-25" x="173.562949" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-26" x="179.648106" y="169.537"/>
|
||||
<use xlink:href="#glyph1-6" x="182.692676" y="169.537"/>
|
||||
<use xlink:href="#glyph1-7" x="188.227897" y="169.537"/>
|
||||
<use xlink:href="#glyph1-4" x="192.158142" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="199.360106" y="169.537"/>
|
||||
<use xlink:href="#glyph1-7" x="204.341406" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-21" x="211.589197" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="219.612079" y="169.537"/>
|
||||
<use xlink:href="#glyph1-16" x="225.1473" y="169.537"/>
|
||||
<use xlink:href="#glyph1-4" x="227.91491" y="169.537"/>
|
||||
<use xlink:href="#glyph1-5" x="231.789365" y="169.537"/>
|
||||
<use xlink:href="#glyph1-22" x="234.556975" y="169.537"/>
|
||||
<use xlink:href="#glyph1-16" x="240.092196" y="169.537"/>
|
||||
<use xlink:href="#glyph1-8" x="242.859806" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="250.605728" y="169.537"/>
|
||||
<use xlink:href="#glyph1-22" x="254.535973" y="169.537"/>
|
||||
<use xlink:href="#glyph1-11" x="260.071194" y="169.537"/>
|
||||
<use xlink:href="#glyph1-10" x="265.052494" y="169.537"/>
|
||||
<use xlink:href="#glyph1-8" x="269.48087" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="277.226791" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="281.386177" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="286.911435" y="169.537"/>
|
||||
<use xlink:href="#glyph1-14" x="291.892735" y="169.537"/>
|
||||
<use xlink:href="#glyph1-11" x="295.795085" y="169.537"/>
|
||||
<use xlink:href="#glyph1-10" x="300.776385" y="169.537"/>
|
||||
<use xlink:href="#glyph1-4" x="305.204761" y="169.537"/>
|
||||
<use xlink:href="#glyph1-8" x="309.079216" y="169.537"/>
|
||||
<use xlink:href="#glyph1-14" x="313.507592" y="169.537"/>
|
||||
<use xlink:href="#glyph1-7" x="317.409942" y="169.537"/>
|
||||
<use xlink:href="#glyph1-19" x="321.340188" y="169.537"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-27" x="139.746" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="147.21795" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="155.552661" y="181.492"/>
|
||||
<use xlink:href="#glyph1-21" x="159.981037" y="181.492"/>
|
||||
<use xlink:href="#glyph1-22" x="168.282871" y="181.492"/>
|
||||
<use xlink:href="#glyph1-4" x="173.818092" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="177.413594" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="185.471345" y="181.492"/>
|
||||
<use xlink:href="#glyph1-5" x="188.238956" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="191.006566" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="196.541786" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="203.75969" y="181.492"/>
|
||||
<use xlink:href="#glyph1-14" x="208.188066" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="212.090416" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="216.518792" y="181.492"/>
|
||||
<use xlink:href="#glyph1-4" x="221.500092" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="225.374547" y="181.492"/>
|
||||
<use xlink:href="#glyph1-7" x="229.802923" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="236.532659" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="244.31345" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="249.84867" y="181.492"/>
|
||||
<use xlink:href="#glyph1-13" x="254.277046" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-22" x="264.261564" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="269.796784" y="181.492"/>
|
||||
<use xlink:href="#glyph1-14" x="274.778084" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="278.680435" y="181.492"/>
|
||||
<use xlink:href="#glyph1-24" x="283.661735" y="181.492"/>
|
||||
<use xlink:href="#glyph1-14" x="288.643035" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="292.545385" y="181.492"/>
|
||||
<use xlink:href="#glyph1-22" x="297.526685" y="181.492"/>
|
||||
<use xlink:href="#glyph1-18" x="303.061906" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="311.396617" y="181.492"/>
|
||||
<use xlink:href="#glyph1-18" x="318.591606" y="181.492"/>
|
||||
<use xlink:href="#glyph1-5" x="324.126827" y="181.492"/>
|
||||
<use xlink:href="#glyph1-10" x="326.894437" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="331.04386" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="339.378571" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="344.913792" y="181.492"/>
|
||||
<use xlink:href="#glyph1-7" x="349.895092" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-11" x="356.624828" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="361.606128" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="369.930877" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="372.698487" y="181.492"/>
|
||||
<use xlink:href="#glyph1-15" x="378.233708" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="383.768928" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="388.197304" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="393.453572" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="397.328027" y="181.492"/>
|
||||
<use xlink:href="#glyph1-4" x="402.309327" y="181.492"/>
|
||||
<use xlink:href="#glyph1-5" x="406.183782" y="181.492"/>
|
||||
<use xlink:href="#glyph1-2" x="408.951392" y="181.492"/>
|
||||
<use xlink:href="#glyph1-3" x="413.932692" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="422.267403" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="427.523671" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-15" x="435.581422" y="181.492"/>
|
||||
<use xlink:href="#glyph1-8" x="441.116643" y="181.492"/>
|
||||
<use xlink:href="#glyph1-28" x="445.545018" y="181.492"/>
|
||||
<use xlink:href="#glyph1-11" x="448.589589" y="181.492"/>
|
||||
<use xlink:href="#glyph1-6" x="453.570889" y="181.492"/>
|
||||
<use xlink:href="#glyph1-16" x="459.106109" y="181.492"/>
|
||||
<use xlink:href="#glyph1-4" x="461.87372" y="181.492"/>
|
||||
<use xlink:href="#glyph1-19" x="465.748175" y="181.492"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-29" x="124.802" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="133.934715" y="193.447"/>
|
||||
<use xlink:href="#glyph1-3" x="138.916015" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="144.172283" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="149.707504" y="193.447"/>
|
||||
<use xlink:href="#glyph1-16" x="154.688804" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="160.514932" y="193.447"/>
|
||||
<use xlink:href="#glyph1-5" x="163.282543" y="193.447"/>
|
||||
<use xlink:href="#glyph1-3" x="166.050153" y="193.447"/>
|
||||
<use xlink:href="#glyph1-8" x="171.585373" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="179.072267" y="193.447"/>
|
||||
<use xlink:href="#glyph1-14" x="184.607488" y="193.447"/>
|
||||
<use xlink:href="#glyph1-8" x="188.509838" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="192.938214" y="193.447"/>
|
||||
<use xlink:href="#glyph1-23" x="197.919514" y="193.447"/>
|
||||
<use xlink:href="#glyph1-7" x="203.177774" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="210.166538" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="214.594914" y="193.447"/>
|
||||
<use xlink:href="#glyph1-3" x="219.576214" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="228.169953" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="233.984126" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-28" x="241.47102" y="193.447"/>
|
||||
<use xlink:href="#glyph1-2" x="244.51559" y="193.447"/>
|
||||
<use xlink:href="#glyph1-14" x="249.49689" y="193.447"/>
|
||||
<use xlink:href="#glyph1-10" x="253.399241" y="193.447"/>
|
||||
<use xlink:href="#glyph1-8" x="257.827617" y="193.447"/>
|
||||
<use xlink:href="#glyph1-15" x="262.255992" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="270.849731" y="193.447"/>
|
||||
<use xlink:href="#glyph1-5" x="278.044721" y="193.447"/>
|
||||
<use xlink:href="#glyph1-4" x="280.812331" y="193.447"/>
|
||||
<use xlink:href="#glyph1-18" x="284.686786" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="293.280525" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="296.88599" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="303.802027" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="311.841845" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="317.377065" y="193.447"/>
|
||||
<use xlink:href="#glyph1-10" x="322.358365" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-23" x="326.507788" y="193.447"/>
|
||||
<use xlink:href="#glyph1-7" x="331.766049" y="193.447"/>
|
||||
<use xlink:href="#glyph1-16" x="335.696294" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="338.463905" y="193.447"/>
|
||||
<use xlink:href="#glyph1-7" x="343.445205" y="193.447"/>
|
||||
<use xlink:href="#glyph1-18" x="347.37545" y="193.447"/>
|
||||
<use xlink:href="#glyph1-8" x="352.910671" y="193.447"/>
|
||||
<use xlink:href="#glyph1-7" x="357.339047" y="193.447"/>
|
||||
<use xlink:href="#glyph1-25" x="361.269292" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="367.145234" y="193.447"/>
|
||||
<use xlink:href="#glyph1-6" x="372.680454" y="193.447"/>
|
||||
<use xlink:href="#glyph1-4" x="378.215675" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="385.158611" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="390.683869" y="193.447"/>
|
||||
<use xlink:href="#glyph1-14" x="395.665169" y="193.447"/>
|
||||
<use xlink:href="#glyph1-21" x="399.567519" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="407.869354" y="193.447"/>
|
||||
<use xlink:href="#glyph1-16" x="412.850654" y="193.447"/>
|
||||
<use xlink:href="#glyph1-16" x="415.618264" y="193.447"/>
|
||||
<use xlink:href="#glyph1-17" x="418.385874" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="426.712615" y="193.447"/>
|
||||
<use xlink:href="#glyph1-18" x="430.587071" y="193.447"/>
|
||||
<use xlink:href="#glyph1-8" x="436.122291" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-17" x="440.540704" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-18" x="448.867445" y="193.447"/>
|
||||
<use xlink:href="#glyph1-11" x="454.402666" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-30" x="459.105013" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="464.084321" y="193.447"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="124.802" y="205.403"/>
|
||||
<use xlink:href="#glyph1-2" x="130.337221" y="205.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-12" x="138.636066" y="205.403"/>
|
||||
<use xlink:href="#glyph1-6" x="144.171287" y="205.403"/>
|
||||
<use xlink:href="#glyph1-7" x="149.706507" y="205.403"/>
|
||||
<use xlink:href="#glyph1-5" x="153.636753" y="205.403"/>
|
||||
<use xlink:href="#glyph1-3" x="156.404363" y="205.403"/>
|
||||
<use xlink:href="#glyph1-8" x="161.939584" y="205.403"/>
|
||||
<use xlink:href="#glyph1-7" x="166.36796" y="205.403"/>
|
||||
<use xlink:href="#glyph1-7" x="170.298205" y="205.403"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="124.802" y="217.358"/>
|
||||
<use xlink:href="#glyph1-3" x="127.56961" y="217.358"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="136.422377" y="217.358"/>
|
||||
<use xlink:href="#glyph1-2" x="140.850752" y="217.358"/>
|
||||
<use xlink:href="#glyph1-3" x="145.832052" y="217.358"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="151.08832" y="217.358"/>
|
||||
<use xlink:href="#glyph1-5" x="154.962775" y="217.358"/>
|
||||
<use xlink:href="#glyph1-3" x="157.730386" y="217.358"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="162.996616" y="217.358"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="168.521874" y="217.358"/>
|
||||
<use xlink:href="#glyph1-6" x="173.503174" y="217.358"/>
|
||||
<use xlink:href="#glyph1-7" x="179.038394" y="217.358"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="186.296149" y="217.358"/>
|
||||
<use xlink:href="#glyph1-8" x="190.170604" y="217.358"/>
|
||||
<use xlink:href="#glyph1-9" x="194.598979" y="217.358"/>
|
||||
<use xlink:href="#glyph1-4" x="199.85724" y="217.358"/>
|
||||
<use xlink:href="#glyph1-19" x="203.731695" y="217.358"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 54 KiB |
22
svg/chapter-03/paragraphs.tex
Normal file
@ -0,0 +1,22 @@
|
||||
\documentclass[a4paper]{article}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{hyperref}
|
||||
\begin{document}
|
||||
\thispagestyle{empty}
|
||||
\section*{Absätze}
|
||||
Continous text can be written directly in the
|
||||
source code.
|
||||
Simple line breaks
|
||||
are ignored,
|
||||
just as multiple space characters.
|
||||
|
||||
An empty line creates a new paragraph
|
||||
which has an indentation by default.
|
||||
Manual line breaks can be forced
|
||||
with two backslashes,
|
||||
but normally they have no business \\
|
||||
in continuous text.
|
||||
\end{document}
|
||||
BIN
svg/chapter-03/reserved-characters-crop.pdf
Normal file
73
svg/chapter-03/reserved-characters-crop.svg
Normal file
@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="67pt" height="32pt" viewBox="0 0 67 32" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.109375 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 Z M 3.765625 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.90625 -7.28125 C 6.90625 -7.390625 6.8125 -7.484375 6.703125 -7.484375 C 6.609375 -7.484375 6.5625 -7.40625 6.5 -7.34375 C 6 -6.65625 5.328125 -6.390625 4.609375 -6.390625 C 3.90625 -6.390625 3.296875 -6.640625 2.734375 -7.15625 C 2.546875 -7.328125 2.34375 -7.484375 2.03125 -7.484375 C 1.265625 -7.484375 0.5625 -6.640625 0.5625 -5.46875 C 0.5625 -4.265625 1.28125 -3.453125 2.03125 -3.453125 C 2.75 -3.453125 3.3125 -4.34375 3.3125 -5.46875 C 3.3125 -5.609375 3.3125 -6.078125 3.109375 -6.59375 C 3.765625 -6.21875 4.25 -6.171875 4.609375 -6.171875 C 5.375 -6.171875 5.875 -6.484375 5.9375 -6.515625 L 5.953125 -6.515625 L 1.46875 0.15625 C 1.390625 0.296875 1.390625 0.359375 1.390625 0.359375 C 1.390625 0.46875 1.484375 0.5625 1.578125 0.5625 C 1.6875 0.5625 1.703125 0.515625 1.78125 0.40625 L 6.828125 -7.09375 C 6.890625 -7.1875 6.90625 -7.21875 6.90625 -7.28125 Z M 7.734375 -1.453125 C 7.734375 -2.59375 7.140625 -3.453125 6.4375 -3.453125 C 5.6875 -3.453125 4.96875 -2.625 4.96875 -1.453125 C 4.96875 -0.25 5.6875 0.5625 6.4375 0.5625 C 7.171875 0.5625 7.734375 -0.328125 7.734375 -1.453125 Z M 3.078125 -5.46875 C 3.078125 -4.390625 2.546875 -3.671875 2.03125 -3.671875 C 1.828125 -3.671875 1.171875 -3.8125 1.171875 -5.46875 C 1.171875 -7.125 1.828125 -7.25 2.03125 -7.25 C 2.5625 -7.25 3.078125 -6.515625 3.078125 -5.46875 Z M 7.484375 -1.453125 C 7.484375 -0.375 6.96875 0.34375 6.453125 0.34375 C 6.25 0.34375 5.59375 0.203125 5.59375 -1.453125 C 5.59375 -3.109375 6.234375 -3.234375 6.453125 -3.234375 C 6.984375 -3.234375 7.484375 -2.5 7.484375 -1.453125 Z M 7.484375 -1.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.198" y="6.871"/>
|
||||
<use xlink:href="#glyph0-2" x="4.7833" y="6.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.198" y="30.781"/>
|
||||
<use xlink:href="#glyph0-2" x="4.7833" y="30.781"/>
|
||||
<use xlink:href="#glyph0-3" x="9.7646" y="30.781"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="21.38398" y="30.781"/>
|
||||
<use xlink:href="#glyph0-5" x="24.151591" y="30.781"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="31.409345" y="30.781"/>
|
||||
<use xlink:href="#glyph0-7" x="35.2838" y="30.781"/>
|
||||
<use xlink:href="#glyph0-8" x="40.81902" y="30.781"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="48.564942" y="30.781"/>
|
||||
<use xlink:href="#glyph0-9" x="54.100163" y="30.781"/>
|
||||
<use xlink:href="#glyph0-10" x="59.081463" y="30.781"/>
|
||||
<use xlink:href="#glyph0-11" x="61.849073" y="30.781"/>
|
||||
<use xlink:href="#glyph0-12" x="64.893643" y="30.781"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
73
svg/chapter-03/reserved-characters-orig.svg
Normal file
@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.109375 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 Z M 3.765625 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.90625 -7.28125 C 6.90625 -7.390625 6.8125 -7.484375 6.703125 -7.484375 C 6.609375 -7.484375 6.5625 -7.40625 6.5 -7.34375 C 6 -6.65625 5.328125 -6.390625 4.609375 -6.390625 C 3.90625 -6.390625 3.296875 -6.640625 2.734375 -7.15625 C 2.546875 -7.328125 2.34375 -7.484375 2.03125 -7.484375 C 1.265625 -7.484375 0.5625 -6.640625 0.5625 -5.46875 C 0.5625 -4.265625 1.28125 -3.453125 2.03125 -3.453125 C 2.75 -3.453125 3.3125 -4.34375 3.3125 -5.46875 C 3.3125 -5.609375 3.3125 -6.078125 3.109375 -6.59375 C 3.765625 -6.21875 4.25 -6.171875 4.609375 -6.171875 C 5.375 -6.171875 5.875 -6.484375 5.9375 -6.515625 L 5.953125 -6.515625 L 1.46875 0.15625 C 1.390625 0.296875 1.390625 0.359375 1.390625 0.359375 C 1.390625 0.46875 1.484375 0.5625 1.578125 0.5625 C 1.6875 0.5625 1.703125 0.515625 1.78125 0.40625 L 6.828125 -7.09375 C 6.890625 -7.1875 6.90625 -7.21875 6.90625 -7.28125 Z M 7.734375 -1.453125 C 7.734375 -2.59375 7.140625 -3.453125 6.4375 -3.453125 C 5.6875 -3.453125 4.96875 -2.625 4.96875 -1.453125 C 4.96875 -0.25 5.6875 0.5625 6.4375 0.5625 C 7.171875 0.5625 7.734375 -0.328125 7.734375 -1.453125 Z M 3.078125 -5.46875 C 3.078125 -4.390625 2.546875 -3.671875 2.03125 -3.671875 C 1.828125 -3.671875 1.171875 -3.8125 1.171875 -5.46875 C 1.171875 -7.125 1.828125 -7.25 2.03125 -7.25 C 2.5625 -7.25 3.078125 -6.515625 3.078125 -5.46875 Z M 7.484375 -1.453125 C 7.484375 -0.375 6.96875 0.34375 6.453125 0.34375 C 6.25 0.34375 5.59375 0.203125 5.59375 -1.453125 C 5.59375 -3.109375 6.234375 -3.234375 6.453125 -3.234375 C 6.984375 -3.234375 7.484375 -2.5 7.484375 -1.453125 Z M 7.484375 -1.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="124.802" y="135.761"/>
|
||||
<use xlink:href="#glyph0-2" x="129.7833" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="124.802" y="159.671"/>
|
||||
<use xlink:href="#glyph0-2" x="129.7833" y="159.671"/>
|
||||
<use xlink:href="#glyph0-3" x="134.7646" y="159.671"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="146.38398" y="159.671"/>
|
||||
<use xlink:href="#glyph0-5" x="149.151591" y="159.671"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="156.409345" y="159.671"/>
|
||||
<use xlink:href="#glyph0-7" x="160.2838" y="159.671"/>
|
||||
<use xlink:href="#glyph0-8" x="165.81902" y="159.671"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="173.564942" y="159.671"/>
|
||||
<use xlink:href="#glyph0-9" x="179.100163" y="159.671"/>
|
||||
<use xlink:href="#glyph0-10" x="184.081463" y="159.671"/>
|
||||
<use xlink:href="#glyph0-11" x="186.849073" y="159.671"/>
|
||||
<use xlink:href="#glyph0-12" x="189.893643" y="159.671"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
13
svg/chapter-03/reserved-characters.tex
Normal file
@ -0,0 +1,13 @@
|
||||
\documentclass[a4paper]{article}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{hyperref}
|
||||
\begin{document}
|
||||
\thispagestyle{empty}
|
||||
\noindent
|
||||
50% is the half.
|
||||
\\\\
|
||||
50\% is the half.
|
||||
\end{document}
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
1257
svg/chapter-03/sections-crop.svg
Normal file
|
After Width: | Height: | Size: 87 KiB |
154
svg/chapter-03/sections-differently-crop.svg
Normal file
@ -0,0 +1,154 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="205pt" height="42pt" viewBox="0 0 205 42" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 12.0625 -9.21875 L 12.0625 -9.84375 C 11.734375 -9.8125 10.609375 -9.8125 10.21875 -9.8125 C 9.8125 -9.8125 8.671875 -9.8125 8.34375 -9.84375 L 8.34375 -9.21875 L 8.671875 -9.21875 C 9.0625 -9.21875 9.09375 -9.21875 9.4375 -9.1875 C 9.859375 -9.125 9.875 -9.109375 9.875 -8.796875 L 9.875 -2.796875 L 4.15625 -9.671875 C 4.015625 -9.828125 4 -9.84375 3.71875 -9.84375 L 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -1.046875 C 2.0625 -0.734375 2.046875 -0.71875 1.671875 -0.65625 C 1.421875 -0.625 1.140625 -0.609375 0.875 -0.609375 L 0.546875 -0.609375 L 0.546875 0 C 0.875 -0.03125 2 -0.03125 2.390625 -0.03125 C 2.796875 -0.03125 3.9375 -0.03125 4.265625 0 L 4.265625 -0.609375 L 3.9375 -0.609375 C 3.546875 -0.609375 3.515625 -0.609375 3.171875 -0.65625 C 2.75 -0.71875 2.734375 -0.734375 2.734375 -1.046875 L 2.734375 -8.734375 L 9.84375 -0.1875 C 10 -0.015625 10.015625 0 10.203125 0 C 10.546875 0 10.546875 -0.09375 10.546875 -0.421875 L 10.546875 -8.796875 C 10.546875 -9.109375 10.5625 -9.125 10.9375 -9.1875 C 11.1875 -9.203125 11.46875 -9.21875 11.734375 -9.21875 Z M 12.0625 -9.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 7.609375 -3.140625 C 7.609375 -5.078125 6.28125 -6.5 4.03125 -6.5 C 1.6875 -6.5 0.4375 -5 0.4375 -3.140625 C 0.4375 -1.265625 1.765625 0.09375 4.015625 0.09375 C 6.359375 0.09375 7.609375 -1.328125 7.609375 -3.140625 Z M 5.875 -3.28125 C 5.875 -2.09375 5.875 -0.4375 4.03125 -0.4375 C 2.171875 -0.4375 2.171875 -2.109375 2.171875 -3.28125 C 2.171875 -3.953125 2.171875 -4.671875 2.4375 -5.1875 C 2.75 -5.765625 3.40625 -6.03125 4.015625 -6.03125 C 4.828125 -6.03125 5.34375 -5.640625 5.59375 -5.234375 C 5.875 -4.71875 5.875 -3.96875 5.875 -3.28125 Z M 5.875 -3.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 6.125 -5.328125 C 6.125 -6.046875 5.375 -6.453125 4.6875 -6.453125 C 3.5625 -6.453125 3.0625 -5.46875 2.875 -4.859375 L 2.859375 -4.859375 L 2.859375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.90625 -0.03125 2.3125 -0.03125 C 2.71875 -0.03125 3.890625 -0.03125 4.234375 0 L 4.234375 -0.609375 L 2.984375 -0.609375 L 2.984375 -3.234375 C 2.984375 -3.703125 3.078125 -5.984375 4.765625 -5.984375 C 4.5625 -5.828125 4.453125 -5.578125 4.453125 -5.328125 C 4.453125 -4.734375 4.9375 -4.484375 5.296875 -4.484375 C 5.65625 -4.484375 6.125 -4.734375 6.125 -5.328125 Z M 6.125 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 8.15625 -5.75 L 8.15625 -6.375 C 7.671875 -6.34375 7.609375 -6.34375 7.03125 -6.34375 L 5.796875 -6.375 L 5.796875 -5.75 C 5.796875 -5.75 6.484375 -5.75 6.484375 -5.5625 C 6.484375 -5.515625 6.4375 -5.4375 6.421875 -5.390625 L 4.75 -1.78125 L 2.90625 -5.75 L 3.703125 -5.75 L 3.703125 -6.375 C 3.359375 -6.34375 2.375 -6.34375 1.984375 -6.34375 C 1.5625 -6.34375 0.71875 -6.34375 0.34375 -6.375 L 0.34375 -5.75 L 1.265625 -5.75 L 3.921875 0 C 3.84375 0.171875 3.640625 0.59375 3.578125 0.765625 C 3.265625 1.40625 2.8125 2.390625 1.8125 2.390625 C 1.75 2.390625 1.578125 2.390625 1.421875 2.3125 C 1.453125 2.296875 1.875 2.125 1.875 1.578125 C 1.875 1.109375 1.53125 0.796875 1.109375 0.796875 C 0.65625 0.796875 0.3125 1.109375 0.3125 1.59375 C 0.3125 2.265625 0.953125 2.875 1.8125 2.875 C 2.984375 2.875 3.765625 1.8125 4.046875 1.171875 L 7.09375 -5.4375 C 7.1875 -5.640625 7.25 -5.75 8.15625 -5.75 Z M 8.15625 -5.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.15625 7.0625 -6.453125 5.09375 -6.453125 C 4.25 -6.453125 3.578125 -6.1875 2.984375 -5.71875 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 0 L 2.09375 0 C 2.34375 -0.265625 2.578125 -0.546875 2.8125 -0.828125 C 3.546875 -0.078125 4.328125 0.09375 4.90625 0.09375 C 6.890625 0.09375 8.40625 -1.125 8.40625 -3.203125 Z M 6.6875 -3.21875 C 6.6875 -2.5625 6.6875 -1.75 6.34375 -1.21875 C 5.890625 -0.53125 5.21875 -0.390625 4.765625 -0.390625 C 3.78125 -0.390625 3.25 -1.078125 3.0625 -1.390625 L 3.0625 -5.03125 C 3.5625 -5.71875 4.296875 -5.984375 4.90625 -5.984375 C 6.6875 -5.984375 6.6875 -4.15625 6.6875 -3.21875 Z M 6.6875 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 6.046875 -8.84375 C 6.046875 -9.4375 5.53125 -10.046875 4.515625 -10.046875 C 3.21875 -10.046875 1.625 -9.5 1.625 -7.828125 L 1.625 -6.375 L 0.5625 -6.375 L 0.5625 -5.75 L 1.625 -5.75 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 2.03125 -0.03125 2.4375 -0.03125 C 2.859375 -0.03125 4.015625 -0.03125 4.359375 0 L 4.359375 -0.609375 L 3.109375 -0.609375 L 3.109375 -5.75 L 4.75 -5.75 L 4.75 -6.375 L 3.046875 -6.375 L 3.046875 -7.84375 C 3.046875 -9.34375 3.984375 -9.5625 4.453125 -9.5625 C 4.625 -9.5625 4.640625 -9.546875 4.734375 -9.53125 C 4.515625 -9.375 4.390625 -9.140625 4.390625 -8.828125 C 4.390625 -8.265625 4.84375 -8 5.21875 -8 C 5.53125 -8 6.046875 -8.21875 6.046875 -8.84375 Z M 6.046875 -8.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 6.921875 0 L 6.921875 -0.609375 L 4.96875 -0.609375 L 4.96875 -9 C 4.96875 -9.40625 4.9375 -9.40625 4.46875 -9.40625 C 3.40625 -8.484375 1.828125 -8.484375 1.5 -8.484375 L 1.234375 -8.484375 L 1.234375 -7.875 L 1.5 -7.875 C 2.015625 -7.875 2.765625 -7.953125 3.34375 -8.140625 L 3.34375 -0.609375 L 1.34375 -0.609375 L 1.34375 0 L 4.125 -0.03125 Z M 6.921875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-17">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 C 7.71875 -0.609375 7.609375 -0.609375 7.609375 -1.171875 L 7.609375 -6.453125 L 5.0625 -6.34375 L 5.0625 -5.71875 C 5.953125 -5.71875 6.046875 -5.71875 6.046875 -5.15625 L 6.046875 -2.359375 C 6.046875 -1.265625 5.40625 -0.390625 4.28125 -0.390625 C 3.21875 -0.390625 3.15625 -0.75 3.15625 -1.53125 L 3.15625 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -1.765625 C 1.59375 -0.328125 2.546875 0.09375 4.09375 0.09375 C 4.4375 0.09375 5.5 0.09375 6.109375 -1.078125 L 6.125 -1.078125 L 6.125 0.09375 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-18">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4 -6.453125 3.296875 -5.4375 3.09375 -5 L 3.078125 -5 L 3.078125 -9.953125 L 0.609375 -9.84375 L 0.609375 -9.21875 C 1.484375 -9.21875 1.59375 -9.21875 1.59375 -8.65625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-19">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-20">
|
||||
<path style="stroke:none;" d="M 8.453125 0 L 8.453125 -0.609375 C 7.5625 -0.609375 7.453125 -0.609375 7.453125 -1.171875 L 7.453125 -9.953125 L 4.984375 -9.84375 L 4.984375 -9.21875 C 5.859375 -9.21875 5.96875 -9.21875 5.96875 -8.65625 L 5.96875 -5.765625 C 5.65625 -6.03125 5.015625 -6.453125 4.03125 -6.453125 C 2 -6.453125 0.546875 -5.1875 0.546875 -3.1875 C 0.546875 -1.140625 1.96875 0.09375 3.875 0.09375 C 4.65625 0.09375 5.328125 -0.1875 5.890625 -0.65625 L 5.890625 0.09375 Z M 5.890625 -1.453125 C 5.296875 -0.578125 4.5625 -0.390625 4.046875 -0.390625 C 2.265625 -0.390625 2.265625 -2.203125 2.265625 -3.15625 C 2.265625 -3.828125 2.265625 -4.546875 2.578125 -5.09375 C 3.03125 -5.890625 3.875 -5.984375 4.203125 -5.984375 C 4.796875 -5.984375 5.421875 -5.71875 5.890625 -5.09375 Z M 5.890625 -1.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-21">
|
||||
<path style="stroke:none;" d="M 7.8125 -5.734375 C 7.8125 -6.078125 7.5625 -6.546875 6.953125 -6.546875 C 6.34375 -6.546875 5.75 -6.234375 5.453125 -5.984375 C 4.859375 -6.328125 4.296875 -6.453125 3.578125 -6.453125 C 1.59375 -6.453125 0.796875 -5.34375 0.796875 -4.34375 C 0.796875 -3.90625 0.953125 -3.3125 1.546875 -2.828125 C 1.3125 -2.546875 1.046875 -2.046875 1.046875 -1.53125 C 1.046875 -0.921875 1.375 -0.390625 1.671875 -0.15625 C 1.328125 -0.078125 0.4375 0.265625 0.4375 1.078125 C 0.4375 1.921875 1.375 2.890625 4.015625 2.890625 C 6.390625 2.890625 7.609375 2.109375 7.609375 1.03125 C 7.609375 -0.234375 6.765625 -0.640625 6.40625 -0.8125 C 5.71875 -1.15625 4.8125 -1.15625 3.546875 -1.15625 C 3.1875 -1.15625 2.546875 -1.15625 2.484375 -1.171875 C 1.859375 -1.28125 1.6875 -1.828125 1.6875 -2.09375 C 1.6875 -2.203125 1.703125 -2.421875 1.859375 -2.609375 C 2.546875 -2.234375 3.359375 -2.234375 3.578125 -2.234375 C 5.546875 -2.234375 6.34375 -3.34375 6.34375 -4.34375 C 6.34375 -5.078125 5.921875 -5.59375 5.75 -5.734375 C 6.171875 -5.96875 6.515625 -6.03125 6.75 -6.046875 C 6.71875 -5.984375 6.671875 -5.921875 6.671875 -5.734375 C 6.671875 -5.4375 6.875 -5.15625 7.25 -5.15625 C 7.609375 -5.15625 7.8125 -5.4375 7.8125 -5.734375 Z M 4.8125 -4.34375 C 4.8125 -3.6875 4.8125 -2.703125 3.578125 -2.703125 C 2.328125 -2.703125 2.328125 -3.6875 2.328125 -4.34375 C 2.328125 -5 2.328125 -6 3.578125 -6 C 4.8125 -6 4.8125 -5 4.8125 -4.34375 Z M 6.421875 1.09375 C 6.421875 1.59375 5.921875 2.421875 4.03125 2.421875 C 2.140625 2.421875 1.625 1.625 1.625 1.078125 C 1.625 0.15625 2.53125 0.15625 2.734375 0.15625 L 4.375 0.15625 C 5.421875 0.15625 6.421875 0.34375 6.421875 1.09375 Z M 6.421875 1.09375 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="-0.198" y="10.871"/>
|
||||
<use xlink:href="#glyph0-2" x="12.420918" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="25.87048" y="10.871"/>
|
||||
<use xlink:href="#glyph0-4" x="33.234384" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="41.756027" y="10.871"/>
|
||||
<use xlink:href="#glyph0-6" x="48.03249" y="10.871"/>
|
||||
<use xlink:href="#glyph0-7" x="54.624569" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="68.521733" y="10.871"/>
|
||||
<use xlink:href="#glyph0-4" x="73.00492" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="87.35112" y="10.871"/>
|
||||
<use xlink:href="#glyph0-9" x="93.627583" y="10.871"/>
|
||||
<use xlink:href="#glyph0-10" x="101.473519" y="10.871"/>
|
||||
<use xlink:href="#glyph0-11" x="110.439894" y="10.871"/>
|
||||
<use xlink:href="#glyph0-3" x="114.923082" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="127.666811" y="10.871"/>
|
||||
<use xlink:href="#glyph0-12" x="135.736549" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="146.047163" y="10.871"/>
|
||||
<use xlink:href="#glyph0-2" x="153.220263" y="10.871"/>
|
||||
<use xlink:href="#glyph0-4" x="161.29" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="169.811643" y="10.871"/>
|
||||
<use xlink:href="#glyph0-3" x="176.088106" y="10.871"/>
|
||||
<use xlink:href="#glyph0-4" x="183.45201" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="191.959307" y="10.871"/>
|
||||
<use xlink:href="#glyph0-14" x="198.235769" y="10.871"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="-0.198" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="24.011212" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="35.753577" y="38.67"/>
|
||||
<use xlink:href="#glyph0-5" x="42.926677" y="38.67"/>
|
||||
<use xlink:href="#glyph0-17" x="49.20314" y="38.67"/>
|
||||
<use xlink:href="#glyph0-9" x="58.169515" y="38.67"/>
|
||||
<use xlink:href="#glyph0-11" x="66.015451" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="75.878464" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="82.592486" y="38.67"/>
|
||||
<use xlink:href="#glyph0-9" x="91.558861" y="38.67"/>
|
||||
<use xlink:href="#glyph0-19" x="99.404797" y="38.67"/>
|
||||
<use xlink:href="#glyph0-5" x="108.371172" y="38.67"/>
|
||||
<use xlink:href="#glyph0-3" x="114.647635" y="38.67"/>
|
||||
<use xlink:href="#glyph0-6" x="122.011539" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="133.983443" y="38.67"/>
|
||||
<use xlink:href="#glyph0-3" x="142.949818" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="150.328069" y="38.67"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-20" x="158.159659" y="38.67"/>
|
||||
<use xlink:href="#glyph0-8" x="167.126034" y="38.67"/>
|
||||
<use xlink:href="#glyph0-4" x="171.609222" y="38.67"/>
|
||||
<use xlink:href="#glyph0-21" x="180.575597" y="38.67"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 22 KiB |
154
svg/chapter-03/sections-differently-orig.svg
Normal file
@ -0,0 +1,154 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 12.0625 -9.21875 L 12.0625 -9.84375 C 11.734375 -9.8125 10.609375 -9.8125 10.21875 -9.8125 C 9.8125 -9.8125 8.671875 -9.8125 8.34375 -9.84375 L 8.34375 -9.21875 L 8.671875 -9.21875 C 9.0625 -9.21875 9.09375 -9.21875 9.4375 -9.1875 C 9.859375 -9.125 9.875 -9.109375 9.875 -8.796875 L 9.875 -2.796875 L 4.15625 -9.671875 C 4.015625 -9.828125 4 -9.84375 3.71875 -9.84375 L 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -1.046875 C 2.0625 -0.734375 2.046875 -0.71875 1.671875 -0.65625 C 1.421875 -0.625 1.140625 -0.609375 0.875 -0.609375 L 0.546875 -0.609375 L 0.546875 0 C 0.875 -0.03125 2 -0.03125 2.390625 -0.03125 C 2.796875 -0.03125 3.9375 -0.03125 4.265625 0 L 4.265625 -0.609375 L 3.9375 -0.609375 C 3.546875 -0.609375 3.515625 -0.609375 3.171875 -0.65625 C 2.75 -0.71875 2.734375 -0.734375 2.734375 -1.046875 L 2.734375 -8.734375 L 9.84375 -0.1875 C 10 -0.015625 10.015625 0 10.203125 0 C 10.546875 0 10.546875 -0.09375 10.546875 -0.421875 L 10.546875 -8.796875 C 10.546875 -9.109375 10.5625 -9.125 10.9375 -9.1875 C 11.1875 -9.203125 11.46875 -9.21875 11.734375 -9.21875 Z M 12.0625 -9.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 7.609375 -3.140625 C 7.609375 -5.078125 6.28125 -6.5 4.03125 -6.5 C 1.6875 -6.5 0.4375 -5 0.4375 -3.140625 C 0.4375 -1.265625 1.765625 0.09375 4.015625 0.09375 C 6.359375 0.09375 7.609375 -1.328125 7.609375 -3.140625 Z M 5.875 -3.28125 C 5.875 -2.09375 5.875 -0.4375 4.03125 -0.4375 C 2.171875 -0.4375 2.171875 -2.109375 2.171875 -3.28125 C 2.171875 -3.953125 2.171875 -4.671875 2.4375 -5.1875 C 2.75 -5.765625 3.40625 -6.03125 4.015625 -6.03125 C 4.828125 -6.03125 5.34375 -5.640625 5.59375 -5.234375 C 5.875 -4.71875 5.875 -3.96875 5.875 -3.28125 Z M 5.875 -3.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 6.125 -5.328125 C 6.125 -6.046875 5.375 -6.453125 4.6875 -6.453125 C 3.5625 -6.453125 3.0625 -5.46875 2.875 -4.859375 L 2.859375 -4.859375 L 2.859375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.90625 -0.03125 2.3125 -0.03125 C 2.71875 -0.03125 3.890625 -0.03125 4.234375 0 L 4.234375 -0.609375 L 2.984375 -0.609375 L 2.984375 -3.234375 C 2.984375 -3.703125 3.078125 -5.984375 4.765625 -5.984375 C 4.5625 -5.828125 4.453125 -5.578125 4.453125 -5.328125 C 4.453125 -4.734375 4.9375 -4.484375 5.296875 -4.484375 C 5.65625 -4.484375 6.125 -4.734375 6.125 -5.328125 Z M 6.125 -5.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 8.15625 -5.75 L 8.15625 -6.375 C 7.671875 -6.34375 7.609375 -6.34375 7.03125 -6.34375 L 5.796875 -6.375 L 5.796875 -5.75 C 5.796875 -5.75 6.484375 -5.75 6.484375 -5.5625 C 6.484375 -5.515625 6.4375 -5.4375 6.421875 -5.390625 L 4.75 -1.78125 L 2.90625 -5.75 L 3.703125 -5.75 L 3.703125 -6.375 C 3.359375 -6.34375 2.375 -6.34375 1.984375 -6.34375 C 1.5625 -6.34375 0.71875 -6.34375 0.34375 -6.375 L 0.34375 -5.75 L 1.265625 -5.75 L 3.921875 0 C 3.84375 0.171875 3.640625 0.59375 3.578125 0.765625 C 3.265625 1.40625 2.8125 2.390625 1.8125 2.390625 C 1.75 2.390625 1.578125 2.390625 1.421875 2.3125 C 1.453125 2.296875 1.875 2.125 1.875 1.578125 C 1.875 1.109375 1.53125 0.796875 1.109375 0.796875 C 0.65625 0.796875 0.3125 1.109375 0.3125 1.59375 C 0.3125 2.265625 0.953125 2.875 1.8125 2.875 C 2.984375 2.875 3.765625 1.8125 4.046875 1.171875 L 7.09375 -5.4375 C 7.1875 -5.640625 7.25 -5.75 8.15625 -5.75 Z M 8.15625 -5.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.15625 7.0625 -6.453125 5.09375 -6.453125 C 4.25 -6.453125 3.578125 -6.1875 2.984375 -5.71875 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 0 L 2.09375 0 C 2.34375 -0.265625 2.578125 -0.546875 2.8125 -0.828125 C 3.546875 -0.078125 4.328125 0.09375 4.90625 0.09375 C 6.890625 0.09375 8.40625 -1.125 8.40625 -3.203125 Z M 6.6875 -3.21875 C 6.6875 -2.5625 6.6875 -1.75 6.34375 -1.21875 C 5.890625 -0.53125 5.21875 -0.390625 4.765625 -0.390625 C 3.78125 -0.390625 3.25 -1.078125 3.0625 -1.390625 L 3.0625 -5.03125 C 3.5625 -5.71875 4.296875 -5.984375 4.90625 -5.984375 C 6.6875 -5.984375 6.6875 -4.15625 6.6875 -3.21875 Z M 6.6875 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 6.046875 -8.84375 C 6.046875 -9.4375 5.53125 -10.046875 4.515625 -10.046875 C 3.21875 -10.046875 1.625 -9.5 1.625 -7.828125 L 1.625 -6.375 L 0.5625 -6.375 L 0.5625 -5.75 L 1.625 -5.75 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 2.03125 -0.03125 2.4375 -0.03125 C 2.859375 -0.03125 4.015625 -0.03125 4.359375 0 L 4.359375 -0.609375 L 3.109375 -0.609375 L 3.109375 -5.75 L 4.75 -5.75 L 4.75 -6.375 L 3.046875 -6.375 L 3.046875 -7.84375 C 3.046875 -9.34375 3.984375 -9.5625 4.453125 -9.5625 C 4.625 -9.5625 4.640625 -9.546875 4.734375 -9.53125 C 4.515625 -9.375 4.390625 -9.140625 4.390625 -8.828125 C 4.390625 -8.265625 4.84375 -8 5.21875 -8 C 5.53125 -8 6.046875 -8.21875 6.046875 -8.84375 Z M 6.046875 -8.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 6.921875 0 L 6.921875 -0.609375 L 4.96875 -0.609375 L 4.96875 -9 C 4.96875 -9.40625 4.9375 -9.40625 4.46875 -9.40625 C 3.40625 -8.484375 1.828125 -8.484375 1.5 -8.484375 L 1.234375 -8.484375 L 1.234375 -7.875 L 1.5 -7.875 C 2.015625 -7.875 2.765625 -7.953125 3.34375 -8.140625 L 3.34375 -0.609375 L 1.34375 -0.609375 L 1.34375 0 L 4.125 -0.03125 Z M 6.921875 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-17">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 C 7.71875 -0.609375 7.609375 -0.609375 7.609375 -1.171875 L 7.609375 -6.453125 L 5.0625 -6.34375 L 5.0625 -5.71875 C 5.953125 -5.71875 6.046875 -5.71875 6.046875 -5.15625 L 6.046875 -2.359375 C 6.046875 -1.265625 5.40625 -0.390625 4.28125 -0.390625 C 3.21875 -0.390625 3.15625 -0.75 3.15625 -1.53125 L 3.15625 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -1.765625 C 1.59375 -0.328125 2.546875 0.09375 4.09375 0.09375 C 4.4375 0.09375 5.5 0.09375 6.109375 -1.078125 L 6.125 -1.078125 L 6.125 0.09375 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-18">
|
||||
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4 -6.453125 3.296875 -5.4375 3.09375 -5 L 3.078125 -5 L 3.078125 -9.953125 L 0.609375 -9.84375 L 0.609375 -9.21875 C 1.484375 -9.21875 1.59375 -9.21875 1.59375 -8.65625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-19">
|
||||
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-20">
|
||||
<path style="stroke:none;" d="M 8.453125 0 L 8.453125 -0.609375 C 7.5625 -0.609375 7.453125 -0.609375 7.453125 -1.171875 L 7.453125 -9.953125 L 4.984375 -9.84375 L 4.984375 -9.21875 C 5.859375 -9.21875 5.96875 -9.21875 5.96875 -8.65625 L 5.96875 -5.765625 C 5.65625 -6.03125 5.015625 -6.453125 4.03125 -6.453125 C 2 -6.453125 0.546875 -5.1875 0.546875 -3.1875 C 0.546875 -1.140625 1.96875 0.09375 3.875 0.09375 C 4.65625 0.09375 5.328125 -0.1875 5.890625 -0.65625 L 5.890625 0.09375 Z M 5.890625 -1.453125 C 5.296875 -0.578125 4.5625 -0.390625 4.046875 -0.390625 C 2.265625 -0.390625 2.265625 -2.203125 2.265625 -3.15625 C 2.265625 -3.828125 2.265625 -4.546875 2.578125 -5.09375 C 3.03125 -5.890625 3.875 -5.984375 4.203125 -5.984375 C 4.796875 -5.984375 5.421875 -5.71875 5.890625 -5.09375 Z M 5.890625 -1.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-21">
|
||||
<path style="stroke:none;" d="M 7.8125 -5.734375 C 7.8125 -6.078125 7.5625 -6.546875 6.953125 -6.546875 C 6.34375 -6.546875 5.75 -6.234375 5.453125 -5.984375 C 4.859375 -6.328125 4.296875 -6.453125 3.578125 -6.453125 C 1.59375 -6.453125 0.796875 -5.34375 0.796875 -4.34375 C 0.796875 -3.90625 0.953125 -3.3125 1.546875 -2.828125 C 1.3125 -2.546875 1.046875 -2.046875 1.046875 -1.53125 C 1.046875 -0.921875 1.375 -0.390625 1.671875 -0.15625 C 1.328125 -0.078125 0.4375 0.265625 0.4375 1.078125 C 0.4375 1.921875 1.375 2.890625 4.015625 2.890625 C 6.390625 2.890625 7.609375 2.109375 7.609375 1.03125 C 7.609375 -0.234375 6.765625 -0.640625 6.40625 -0.8125 C 5.71875 -1.15625 4.8125 -1.15625 3.546875 -1.15625 C 3.1875 -1.15625 2.546875 -1.15625 2.484375 -1.171875 C 1.859375 -1.28125 1.6875 -1.828125 1.6875 -2.09375 C 1.6875 -2.203125 1.703125 -2.421875 1.859375 -2.609375 C 2.546875 -2.234375 3.359375 -2.234375 3.578125 -2.234375 C 5.546875 -2.234375 6.34375 -3.34375 6.34375 -4.34375 C 6.34375 -5.078125 5.921875 -5.59375 5.75 -5.734375 C 6.171875 -5.96875 6.515625 -6.03125 6.75 -6.046875 C 6.71875 -5.984375 6.671875 -5.921875 6.671875 -5.734375 C 6.671875 -5.4375 6.875 -5.15625 7.25 -5.15625 C 7.609375 -5.15625 7.8125 -5.4375 7.8125 -5.734375 Z M 4.8125 -4.34375 C 4.8125 -3.6875 4.8125 -2.703125 3.578125 -2.703125 C 2.328125 -2.703125 2.328125 -3.6875 2.328125 -4.34375 C 2.328125 -5 2.328125 -6 3.578125 -6 C 4.8125 -6 4.8125 -5 4.8125 -4.34375 Z M 6.421875 1.09375 C 6.421875 1.59375 5.921875 2.421875 4.03125 2.421875 C 2.140625 2.421875 1.625 1.625 1.625 1.078125 C 1.625 0.15625 2.53125 0.15625 2.734375 0.15625 L 4.375 0.15625 C 5.421875 0.15625 6.421875 0.34375 6.421875 1.09375 Z M 6.421875 1.09375 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="124.802" y="135.761"/>
|
||||
<use xlink:href="#glyph0-2" x="137.420918" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="150.87048" y="135.761"/>
|
||||
<use xlink:href="#glyph0-4" x="158.234384" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="166.756027" y="135.761"/>
|
||||
<use xlink:href="#glyph0-6" x="173.03249" y="135.761"/>
|
||||
<use xlink:href="#glyph0-7" x="179.624569" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="193.521733" y="135.761"/>
|
||||
<use xlink:href="#glyph0-4" x="198.00492" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="212.35112" y="135.761"/>
|
||||
<use xlink:href="#glyph0-9" x="218.627583" y="135.761"/>
|
||||
<use xlink:href="#glyph0-10" x="226.473519" y="135.761"/>
|
||||
<use xlink:href="#glyph0-11" x="235.439894" y="135.761"/>
|
||||
<use xlink:href="#glyph0-3" x="239.923082" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="252.666811" y="135.761"/>
|
||||
<use xlink:href="#glyph0-12" x="260.736549" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="271.047163" y="135.761"/>
|
||||
<use xlink:href="#glyph0-2" x="278.220263" y="135.761"/>
|
||||
<use xlink:href="#glyph0-4" x="286.29" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="294.811643" y="135.761"/>
|
||||
<use xlink:href="#glyph0-3" x="301.088106" y="135.761"/>
|
||||
<use xlink:href="#glyph0-4" x="308.45201" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="316.959307" y="135.761"/>
|
||||
<use xlink:href="#glyph0-14" x="323.235769" y="135.761"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="124.802" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="149.011212" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="160.753577" y="163.56"/>
|
||||
<use xlink:href="#glyph0-5" x="167.926677" y="163.56"/>
|
||||
<use xlink:href="#glyph0-17" x="174.20314" y="163.56"/>
|
||||
<use xlink:href="#glyph0-9" x="183.169515" y="163.56"/>
|
||||
<use xlink:href="#glyph0-11" x="191.015451" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="200.878464" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="207.592486" y="163.56"/>
|
||||
<use xlink:href="#glyph0-9" x="216.558861" y="163.56"/>
|
||||
<use xlink:href="#glyph0-19" x="224.404797" y="163.56"/>
|
||||
<use xlink:href="#glyph0-5" x="233.371172" y="163.56"/>
|
||||
<use xlink:href="#glyph0-3" x="239.647635" y="163.56"/>
|
||||
<use xlink:href="#glyph0-6" x="247.011539" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="258.983443" y="163.56"/>
|
||||
<use xlink:href="#glyph0-3" x="267.949818" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="275.328069" y="163.56"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-20" x="283.159659" y="163.56"/>
|
||||
<use xlink:href="#glyph0-8" x="292.126034" y="163.56"/>
|
||||
<use xlink:href="#glyph0-4" x="296.609222" y="163.56"/>
|
||||
<use xlink:href="#glyph0-21" x="305.575597" y="163.56"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 22 KiB |
11
svg/chapter-03/sections-differently.tex
Normal file
@ -0,0 +1,11 @@
|
||||
\documentclass[a4paper]{article}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{hyperref}
|
||||
\begin{document}
|
||||
\thispagestyle{empty}
|
||||
\section*{No entry in table of contents}
|
||||
\section[Entry in table of contents]{Actual chapter heading}
|
||||
\end{document}
|
||||
1257
svg/chapter-03/sections-orig.svg
Normal file
|
After Width: | Height: | Size: 87 KiB |
14
svg/chapter-03/sections.tex
Normal file
@ -0,0 +1,14 @@
|
||||
\documentclass[a4paper]{article}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{hyperref}
|
||||
\begin{document}
|
||||
\thispagestyle{empty}
|
||||
\section{Level 1} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua, sed diam voluptua.
|
||||
\subsection{Level 2} At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||
\subsubsection{Level 3} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua, sed diam voluptua.
|
||||
\paragraph{Level 4} At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||
\subparagraph{Level 5} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
||||
\end{document}
|
||||
@ -126,25 +126,22 @@
|
||||
<path style="stroke:none;" d="M 4.46875 -5.78125 L 4.453125 -5.78125 C 4.109375 -6.15625 3.546875 -6.3125 3.046875 -6.3125 C 1.859375 -6.3125 0.859375 -5.40625 0.859375 -4.21875 C 0.859375 -3.71875 1.078125 -3.078125 1.484375 -2.75 L 1.484375 -2.734375 C 1.21875 -2.46875 1.0625 -1.984375 1.0625 -1.578125 C 1.0625 -1.0625 1.296875 -0.6875 1.671875 -0.34375 C 1.03125 -0.21875 0.375 0.40625 0.375 1.125 C 0.375 2.40625 2.203125 2.90625 3.390625 2.90625 C 4.53125 2.90625 6.4375 2.5 6.4375 1.046875 C 6.4375 0.1875 5.890625 -0.40625 5.125 -0.671875 C 4.53125 -0.859375 3.921875 -0.875 3.296875 -0.875 L 2.484375 -0.875 C 1.78125 -0.875 1.421875 -1.296875 1.421875 -1.875 L 1.421875 -1.984375 C 1.46875 -2.203125 1.546875 -2.390625 1.65625 -2.59375 L 1.671875 -2.59375 C 2.015625 -2.265625 2.578125 -2.140625 3.03125 -2.140625 C 4.09375 -2.140625 5.015625 -2.828125 5.1875 -4.078125 L 5.1875 -4.21875 C 5.1875 -4.671875 5.03125 -5.15625 4.734375 -5.515625 C 4.703125 -5.53125 4.6875 -5.578125 4.6875 -5.625 L 4.6875 -5.65625 C 4.875 -5.96875 5.59375 -6.1875 5.9375 -6.1875 C 6 -6.1875 6.046875 -6.171875 6.125 -6.15625 C 6.015625 -6.078125 5.921875 -5.96875 5.921875 -5.828125 C 5.921875 -5.625 6.09375 -5.46875 6.28125 -5.46875 C 6.484375 -5.46875 6.625 -5.65625 6.625 -5.84375 C 6.625 -6.1875 6.3125 -6.4375 5.953125 -6.4375 C 5.46875 -6.4375 4.8125 -6.21875 4.46875 -5.78125 Z M 0.984375 1.21875 L 0.984375 1.109375 C 0.984375 0.265625 1.6875 -0.1875 2.515625 -0.1875 L 3.421875 -0.1875 C 4.140625 -0.1875 5.828125 -0.1875 5.828125 1.140625 C 5.828125 2.359375 3.890625 2.640625 3.40625 2.640625 C 2.484375 2.640625 1.140625 2.234375 0.984375 1.21875 Z M 1.78125 -3.9375 L 1.78125 -4.125 C 1.78125 -4.90625 1.953125 -6.03125 3.046875 -6.03125 C 3.984375 -6.03125 4.28125 -5.0625 4.28125 -4.21875 C 4.28125 -3.59375 4.203125 -2.890625 3.546875 -2.53125 C 3.390625 -2.453125 3.21875 -2.40625 3.046875 -2.40625 C 2.671875 -2.40625 2.3125 -2.59375 2.078125 -2.90625 C 1.84375 -3.21875 1.828125 -3.578125 1.78125 -3.9375 Z M 1.78125 -3.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 2.703125 -4.859375 L 2.703125 -4.84375 C 1.53125 -4.421875 0.578125 -3.34375 0.578125 -2.171875 C 0.578125 -0.765625 1.9375 0.25 3.375 0.25 C 4.6875 0.25 6.234375 -0.65625 6.234375 -2.421875 C 6.234375 -3.78125 5.125 -4.484375 4.09375 -5.171875 C 4.9375 -5.59375 5.859375 -6.328125 5.859375 -7.40625 C 5.859375 -8.765625 4.5625 -9.515625 3.40625 -9.515625 L 3.25 -9.515625 C 2.015625 -9.453125 0.953125 -8.46875 0.953125 -7.203125 C 0.953125 -6.296875 1.453125 -5.6875 2.21875 -5.15625 C 2.375 -5.0625 2.53125 -4.9375 2.703125 -4.859375 Z M 1.140625 -2.03125 C 1.140625 -2.09375 1.140625 -2.171875 1.140625 -2.21875 C 1.140625 -3.234375 1.921875 -4.09375 2.71875 -4.5625 C 2.78125 -4.59375 2.875 -4.640625 2.9375 -4.640625 C 3.03125 -4.640625 3.125 -4.5625 3.203125 -4.5 L 4.578125 -3.578125 C 5.171875 -3.15625 5.59375 -2.765625 5.671875 -2.078125 C 5.671875 -0.859375 4.59375 -0.125 3.4375 -0.125 C 2.34375 -0.125 1.3125 -0.796875 1.140625 -2.03125 Z M 1.484375 -7.53125 L 1.484375 -7.65625 C 1.484375 -8.640625 2.578125 -9.171875 3.390625 -9.171875 C 4.28125 -9.171875 5.15625 -8.640625 5.328125 -7.5625 C 5.328125 -7.5 5.34375 -7.4375 5.34375 -7.40625 C 5.34375 -6.5625 4.671875 -5.890625 4.03125 -5.46875 C 3.96875 -5.4375 3.921875 -5.375 3.84375 -5.375 C 3.703125 -5.375 3.375 -5.671875 3.15625 -5.8125 C 2.46875 -6.25 1.609375 -6.6875 1.484375 -7.53125 Z M 1.484375 -7.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 1.78125 -1.28125 C 1.46875 -1.21875 1.25 -0.953125 1.25 -0.65625 C 1.25 -0.328125 1.515625 -0.015625 1.875 -0.015625 C 2.234375 -0.015625 2.53125 -0.296875 2.53125 -0.640625 C 2.53125 -0.96875 2.25 -1.296875 1.890625 -1.296875 C 1.84375 -1.296875 1.828125 -1.296875 1.78125 -1.28125 Z M 1.78125 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 0.71875 -9.8125 L 0.71875 -9.40625 L 1.125 -9.40625 C 1.578125 -9.40625 2 -9.359375 2 -8.8125 C 2 -8.703125 1.984375 -8.625 1.984375 -8.53125 L 1.984375 -1.4375 C 1.984375 -0.546875 1.328125 -0.421875 0.71875 -0.421875 L 0.71875 -0.015625 L 3.5625 -0.015625 L 3.5625 -0.421875 C 2.984375 -0.421875 2.296875 -0.5 2.296875 -1.453125 L 2.3125 -9.359375 C 2.34375 -9.25 2.375 -9.140625 2.421875 -9.015625 L 2.625 -8.484375 C 3.625 -5.84375 4.578125 -3.171875 5.59375 -0.53125 L 5.71875 -0.1875 C 5.75 -0.09375 5.8125 -0.03125 5.90625 -0.015625 C 6.109375 -0.015625 6.171875 -0.34375 6.234375 -0.515625 C 7.21875 -3.25 8.328125 -5.953125 9.28125 -8.703125 C 9.375 -8.953125 9.5 -9.1875 9.546875 -9.453125 L 9.5625 -1 C 9.5625 -0.46875 9.140625 -0.421875 8.65625 -0.421875 L 8.3125 -0.421875 L 8.3125 -0.015625 L 11.796875 -0.015625 L 11.796875 -0.421875 L 11.4375 -0.421875 C 10.953125 -0.421875 10.515625 -0.46875 10.515625 -1 C 10.515625 -1.109375 10.53125 -1.203125 10.53125 -1.296875 L 10.53125 -8.515625 C 10.53125 -8.609375 10.515625 -8.71875 10.515625 -8.828125 C 10.515625 -9.359375 10.9375 -9.421875 11.359375 -9.421875 C 11.515625 -9.421875 11.65625 -9.40625 11.796875 -9.40625 L 11.796875 -9.8125 L 9.671875 -9.8125 L 9.453125 -9.765625 L 9.34375 -9.5625 L 6.265625 -1.296875 L 6.234375 -1.296875 L 3.171875 -9.5625 L 3.0625 -9.765625 L 2.84375 -9.8125 Z M 0.71875 -9.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 1.09375 -7.4375 C 1.375 -8.296875 1.96875 -9.109375 3.0625 -9.109375 C 4.28125 -9.109375 5.046875 -8.015625 5.046875 -6.84375 L 5.046875 -6.65625 C 4.875 -4.71875 3.265625 -3.34375 2.109375 -1.984375 C 1.640625 -1.484375 0.671875 -0.53125 0.671875 -0.171875 L 0.671875 -0.015625 L 5.78125 -0.015625 L 6.140625 -2.3125 L 5.859375 -2.3125 C 5.734375 -1.65625 5.765625 -0.953125 5.171875 -0.953125 C 4.78125 -0.953125 4.375 -0.921875 3.96875 -0.921875 L 1.515625 -0.921875 C 2.28125 -1.671875 3.046875 -2.46875 3.828125 -3.21875 C 4.8125 -4.125 6.140625 -5.203125 6.140625 -6.71875 C 6.140625 -8.5625 4.734375 -9.515625 3.171875 -9.515625 L 3.03125 -9.515625 C 1.75 -9.375 0.671875 -8.25 0.671875 -6.90625 C 0.671875 -6.5625 0.796875 -6.1875 1.3125 -6.1875 C 1.671875 -6.1875 1.96875 -6.4375 1.96875 -6.796875 C 1.96875 -7.125 1.71875 -7.453125 1.3125 -7.453125 C 1.25 -7.453125 1.15625 -7.4375 1.09375 -7.4375 Z M 1.09375 -7.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 3.234375 -9.515625 C 0.65625 -9.234375 0.609375 -6.03125 0.609375 -4.65625 L 0.609375 -4.5 C 0.609375 -3.1875 0.703125 -1.609375 1.578125 -0.609375 C 2.015625 -0.09375 2.71875 0.25 3.40625 0.25 L 3.578125 0.25 C 6.03125 0.015625 6.203125 -2.9375 6.203125 -4.765625 C 6.203125 -6.0625 6.078125 -7.578125 5.296875 -8.59375 C 4.84375 -9.15625 4.125 -9.53125 3.40625 -9.53125 C 3.359375 -9.53125 3.28125 -9.515625 3.234375 -9.515625 Z M 1.609375 -3.765625 C 1.5625 -4.15625 1.578125 -4.71875 1.578125 -5.359375 C 1.578125 -7.078125 1.75 -9.25 3.40625 -9.25 C 5.109375 -9.25 5.203125 -6.984375 5.203125 -5.546875 L 5.203125 -5.03125 C 5.203125 -4.421875 5.203125 -3.796875 5.171875 -3.1875 C 5.15625 -2.0625 5.046875 -0.5625 3.875 -0.09375 C 3.71875 -0.046875 3.5625 -0.015625 3.40625 -0.015625 C 1.640625 -0.015625 1.71875 -2.5625 1.609375 -3.765625 Z M 1.609375 -3.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-34">
|
||||
<path style="stroke:none;" d="M 1.3125 -8.59375 L 1.3125 -8.1875 C 1.921875 -8.1875 2.53125 -8.296875 3.078125 -8.59375 L 3.078125 -1.03125 C 3.078125 -0.484375 2.546875 -0.40625 2.015625 -0.40625 C 1.796875 -0.40625 1.5625 -0.421875 1.375 -0.421875 L 1.375 -0.015625 L 5.671875 -0.015625 L 5.671875 -0.421875 C 5.453125 -0.421875 5.21875 -0.40625 4.984375 -0.40625 C 4.453125 -0.40625 3.953125 -0.484375 3.953125 -1.015625 L 3.953125 -9.3125 C 3.953125 -9.375 3.9375 -9.515625 3.8125 -9.515625 C 3.765625 -9.515625 3.734375 -9.5 3.703125 -9.484375 L 3.5625 -9.34375 C 2.90625 -8.78125 2.125 -8.59375 1.3125 -8.59375 Z M 1.3125 -8.59375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-35">
|
||||
<path style="stroke:none;" d="M 5.125 -4.71875 L 5.140625 -4.71875 C 5.140625 -3.234375 5.125 -1.265625 3.71875 -0.40625 C 3.40625 -0.203125 3.078125 -0.125 2.734375 -0.125 C 2.234375 -0.125 1.65625 -0.265625 1.34375 -0.6875 L 1.4375 -0.6875 C 1.765625 -0.6875 2.03125 -0.875 2.03125 -1.234375 C 2.03125 -1.515625 1.8125 -1.828125 1.484375 -1.828125 C 1.1875 -1.828125 0.9375 -1.609375 0.90625 -1.296875 L 0.90625 -1.203125 C 0.90625 -0.203125 1.90625 0.25 2.765625 0.25 C 5.1875 0.25 6.203125 -2.609375 6.203125 -4.8125 C 6.203125 -6.40625 5.984375 -8.625 4.25 -9.359375 C 3.984375 -9.46875 3.71875 -9.53125 3.421875 -9.53125 C 1.734375 -9.53125 0.609375 -7.890625 0.609375 -6.3125 C 0.609375 -4.875 1.53125 -3.203125 3.234375 -3.203125 C 4.109375 -3.203125 4.921875 -3.828125 5.125 -4.71875 Z M 5.09375 -6.375 C 5.09375 -6.203125 5.109375 -6.03125 5.109375 -5.875 C 5.046875 -4.890625 4.625 -3.453125 3.328125 -3.453125 C 2.75 -3.453125 2.359375 -3.765625 2.046875 -4.21875 C 1.6875 -4.796875 1.671875 -5.5 1.671875 -6.140625 L 1.671875 -6.296875 C 1.671875 -7.25 1.703125 -8.453125 2.6875 -8.984375 C 2.890625 -9.09375 3.171875 -9.171875 3.421875 -9.171875 C 4.890625 -9.171875 5.09375 -7.203125 5.09375 -6.484375 Z M 5.09375 -6.375 "/>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 3.234375 -9.515625 C 0.65625 -9.234375 0.609375 -6.03125 0.609375 -4.65625 L 0.609375 -4.5 C 0.609375 -3.1875 0.703125 -1.609375 1.578125 -0.609375 C 2.015625 -0.09375 2.71875 0.25 3.40625 0.25 L 3.578125 0.25 C 6.03125 0.015625 6.203125 -2.9375 6.203125 -4.765625 C 6.203125 -6.0625 6.078125 -7.578125 5.296875 -8.59375 C 4.84375 -9.15625 4.125 -9.53125 3.40625 -9.53125 C 3.359375 -9.53125 3.28125 -9.515625 3.234375 -9.515625 Z M 1.609375 -3.765625 C 1.5625 -4.15625 1.578125 -4.71875 1.578125 -5.359375 C 1.578125 -7.078125 1.75 -9.25 3.40625 -9.25 C 5.109375 -9.25 5.203125 -6.984375 5.203125 -5.546875 L 5.203125 -5.03125 C 5.203125 -4.421875 5.203125 -3.796875 5.171875 -3.1875 C 5.15625 -2.0625 5.046875 -0.5625 3.875 -0.09375 C 3.71875 -0.046875 3.5625 -0.015625 3.40625 -0.015625 C 1.640625 -0.015625 1.71875 -2.5625 1.609375 -3.765625 Z M 1.609375 -3.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 1.78125 -1.28125 C 1.46875 -1.21875 1.25 -0.953125 1.25 -0.65625 C 1.25 -0.328125 1.515625 -0.015625 1.875 -0.015625 C 2.234375 -0.015625 2.53125 -0.296875 2.53125 -0.640625 C 2.53125 -0.96875 2.25 -1.296875 1.890625 -1.296875 C 1.84375 -1.296875 1.828125 -1.296875 1.78125 -1.28125 Z M 1.78125 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 0.71875 -9.8125 L 0.71875 -9.40625 L 1.125 -9.40625 C 1.578125 -9.40625 2 -9.359375 2 -8.8125 C 2 -8.703125 1.984375 -8.625 1.984375 -8.53125 L 1.984375 -1.4375 C 1.984375 -0.546875 1.328125 -0.421875 0.71875 -0.421875 L 0.71875 -0.015625 L 3.5625 -0.015625 L 3.5625 -0.421875 C 2.984375 -0.421875 2.296875 -0.5 2.296875 -1.453125 L 2.3125 -9.359375 C 2.34375 -9.25 2.375 -9.140625 2.421875 -9.015625 L 2.625 -8.484375 C 3.625 -5.84375 4.578125 -3.171875 5.59375 -0.53125 L 5.71875 -0.1875 C 5.75 -0.09375 5.8125 -0.03125 5.90625 -0.015625 C 6.109375 -0.015625 6.171875 -0.34375 6.234375 -0.515625 C 7.21875 -3.25 8.328125 -5.953125 9.28125 -8.703125 C 9.375 -8.953125 9.5 -9.1875 9.546875 -9.453125 L 9.5625 -1 C 9.5625 -0.46875 9.140625 -0.421875 8.65625 -0.421875 L 8.3125 -0.421875 L 8.3125 -0.015625 L 11.796875 -0.015625 L 11.796875 -0.421875 L 11.4375 -0.421875 C 10.953125 -0.421875 10.515625 -0.46875 10.515625 -1 C 10.515625 -1.109375 10.53125 -1.203125 10.53125 -1.296875 L 10.53125 -8.515625 C 10.53125 -8.609375 10.515625 -8.71875 10.515625 -8.828125 C 10.515625 -9.359375 10.9375 -9.421875 11.359375 -9.421875 C 11.515625 -9.421875 11.65625 -9.40625 11.796875 -9.40625 L 11.796875 -9.8125 L 9.671875 -9.8125 L 9.453125 -9.765625 L 9.34375 -9.5625 L 6.265625 -1.296875 L 6.234375 -1.296875 L 3.171875 -9.5625 L 3.0625 -9.765625 L 2.84375 -9.8125 Z M 0.71875 -9.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 0.71875 -6.1875 L 0.578125 -3.9375 L 0.859375 -3.9375 C 0.859375 -4.375 0.921875 -5.046875 1.234375 -5.4375 C 1.578125 -5.859375 2.1875 -5.9375 2.75 -5.9375 C 3 -5.9375 3.234375 -5.921875 3.453125 -5.921875 L 4.46875 -5.921875 C 4.09375 -5.453125 3.765625 -4.9375 3.40625 -4.4375 C 2.421875 -3.109375 1.5 -1.78125 0.53125 -0.46875 C 0.46875 -0.40625 0.375 -0.28125 0.375 -0.171875 C 0.375 -0.046875 0.46875 -0.015625 0.59375 -0.015625 L 5.265625 -0.015625 L 5.484375 -2.625 L 5.1875 -2.625 C 5.15625 -2.03125 5.109375 -1.359375 4.78125 -0.875 C 4.375 -0.34375 3.65625 -0.296875 3.0625 -0.296875 L 1.359375 -0.296875 C 2.65625 -2.109375 3.96875 -3.890625 5.265625 -5.703125 C 5.328125 -5.796875 5.453125 -5.921875 5.453125 -6.03125 C 5.453125 -6.15625 5.359375 -6.1875 5.265625 -6.1875 Z M 0.71875 -6.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-34">
|
||||
<path style="stroke:none;" d="M 1.09375 -7.4375 C 1.375 -8.296875 1.96875 -9.109375 3.0625 -9.109375 C 4.28125 -9.109375 5.046875 -8.015625 5.046875 -6.84375 L 5.046875 -6.65625 C 4.875 -4.71875 3.265625 -3.34375 2.109375 -1.984375 C 1.640625 -1.484375 0.671875 -0.53125 0.671875 -0.171875 L 0.671875 -0.015625 L 5.78125 -0.015625 L 6.140625 -2.3125 L 5.859375 -2.3125 C 5.734375 -1.65625 5.765625 -0.953125 5.171875 -0.953125 C 4.78125 -0.953125 4.375 -0.921875 3.96875 -0.921875 L 1.515625 -0.921875 C 2.28125 -1.671875 3.046875 -2.46875 3.828125 -3.21875 C 4.8125 -4.125 6.140625 -5.203125 6.140625 -6.71875 C 6.140625 -8.5625 4.734375 -9.515625 3.171875 -9.515625 L 3.03125 -9.515625 C 1.75 -9.375 0.671875 -8.25 0.671875 -6.90625 C 0.671875 -6.5625 0.796875 -6.1875 1.3125 -6.1875 C 1.671875 -6.1875 1.96875 -6.4375 1.96875 -6.796875 C 1.96875 -7.125 1.71875 -7.453125 1.3125 -7.453125 C 1.25 -7.453125 1.15625 -7.4375 1.09375 -7.4375 Z M 1.09375 -7.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
@ -487,19 +484,21 @@
|
||||
<use xlink:href="#glyph1-28" x="309.191519" y="84.928"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-29" x="173.554" y="112.031"/>
|
||||
<use xlink:href="#glyph1-30" x="180.381357" y="112.031"/>
|
||||
<use xlink:href="#glyph1-29" x="166.346" y="112.031"/>
|
||||
<use xlink:href="#glyph1-30" x="173.173357" y="112.031"/>
|
||||
<use xlink:href="#glyph1-31" x="180.000713" y="112.031"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-31" x="188.719368" y="112.031"/>
|
||||
<use xlink:href="#glyph1-4" x="201.240731" y="112.031"/>
|
||||
<use xlink:href="#glyph1-20" x="208.068088" y="112.031"/>
|
||||
<use xlink:href="#glyph1-32" x="188.338725" y="112.031"/>
|
||||
<use xlink:href="#glyph1-25" x="200.860088" y="112.031"/>
|
||||
<use xlink:href="#glyph1-5" x="207.687445" y="112.031"/>
|
||||
<use xlink:href="#glyph1-33" x="212.996973" y="112.031"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-32" x="216.406099" y="112.031"/>
|
||||
<use xlink:href="#glyph1-33" x="223.233456" y="112.031"/>
|
||||
<use xlink:href="#glyph1-34" x="230.060813" y="112.031"/>
|
||||
<use xlink:href="#glyph1-35" x="236.888169" y="112.031"/>
|
||||
<use xlink:href="#glyph1-34" x="223.613161" y="112.031"/>
|
||||
<use xlink:href="#glyph1-30" x="230.440518" y="112.031"/>
|
||||
<use xlink:href="#glyph1-34" x="237.267874" y="112.031"/>
|
||||
<use xlink:href="#glyph1-30" x="244.095231" y="112.031"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="0.291" y="180.049"/>
|
||||
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 133 KiB |
@ -126,25 +126,22 @@
|
||||
<path style="stroke:none;" d="M 4.46875 -5.78125 L 4.453125 -5.78125 C 4.109375 -6.15625 3.546875 -6.3125 3.046875 -6.3125 C 1.859375 -6.3125 0.859375 -5.40625 0.859375 -4.21875 C 0.859375 -3.71875 1.078125 -3.078125 1.484375 -2.75 L 1.484375 -2.734375 C 1.21875 -2.46875 1.0625 -1.984375 1.0625 -1.578125 C 1.0625 -1.0625 1.296875 -0.6875 1.671875 -0.34375 C 1.03125 -0.21875 0.375 0.40625 0.375 1.125 C 0.375 2.40625 2.203125 2.90625 3.390625 2.90625 C 4.53125 2.90625 6.4375 2.5 6.4375 1.046875 C 6.4375 0.1875 5.890625 -0.40625 5.125 -0.671875 C 4.53125 -0.859375 3.921875 -0.875 3.296875 -0.875 L 2.484375 -0.875 C 1.78125 -0.875 1.421875 -1.296875 1.421875 -1.875 L 1.421875 -1.984375 C 1.46875 -2.203125 1.546875 -2.390625 1.65625 -2.59375 L 1.671875 -2.59375 C 2.015625 -2.265625 2.578125 -2.140625 3.03125 -2.140625 C 4.09375 -2.140625 5.015625 -2.828125 5.1875 -4.078125 L 5.1875 -4.21875 C 5.1875 -4.671875 5.03125 -5.15625 4.734375 -5.515625 C 4.703125 -5.53125 4.6875 -5.578125 4.6875 -5.625 L 4.6875 -5.65625 C 4.875 -5.96875 5.59375 -6.1875 5.9375 -6.1875 C 6 -6.1875 6.046875 -6.171875 6.125 -6.15625 C 6.015625 -6.078125 5.921875 -5.96875 5.921875 -5.828125 C 5.921875 -5.625 6.09375 -5.46875 6.28125 -5.46875 C 6.484375 -5.46875 6.625 -5.65625 6.625 -5.84375 C 6.625 -6.1875 6.3125 -6.4375 5.953125 -6.4375 C 5.46875 -6.4375 4.8125 -6.21875 4.46875 -5.78125 Z M 0.984375 1.21875 L 0.984375 1.109375 C 0.984375 0.265625 1.6875 -0.1875 2.515625 -0.1875 L 3.421875 -0.1875 C 4.140625 -0.1875 5.828125 -0.1875 5.828125 1.140625 C 5.828125 2.359375 3.890625 2.640625 3.40625 2.640625 C 2.484375 2.640625 1.140625 2.234375 0.984375 1.21875 Z M 1.78125 -3.9375 L 1.78125 -4.125 C 1.78125 -4.90625 1.953125 -6.03125 3.046875 -6.03125 C 3.984375 -6.03125 4.28125 -5.0625 4.28125 -4.21875 C 4.28125 -3.59375 4.203125 -2.890625 3.546875 -2.53125 C 3.390625 -2.453125 3.21875 -2.40625 3.046875 -2.40625 C 2.671875 -2.40625 2.3125 -2.59375 2.078125 -2.90625 C 1.84375 -3.21875 1.828125 -3.578125 1.78125 -3.9375 Z M 1.78125 -3.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 2.703125 -4.859375 L 2.703125 -4.84375 C 1.53125 -4.421875 0.578125 -3.34375 0.578125 -2.171875 C 0.578125 -0.765625 1.9375 0.25 3.375 0.25 C 4.6875 0.25 6.234375 -0.65625 6.234375 -2.421875 C 6.234375 -3.78125 5.125 -4.484375 4.09375 -5.171875 C 4.9375 -5.59375 5.859375 -6.328125 5.859375 -7.40625 C 5.859375 -8.765625 4.5625 -9.515625 3.40625 -9.515625 L 3.25 -9.515625 C 2.015625 -9.453125 0.953125 -8.46875 0.953125 -7.203125 C 0.953125 -6.296875 1.453125 -5.6875 2.21875 -5.15625 C 2.375 -5.0625 2.53125 -4.9375 2.703125 -4.859375 Z M 1.140625 -2.03125 C 1.140625 -2.09375 1.140625 -2.171875 1.140625 -2.21875 C 1.140625 -3.234375 1.921875 -4.09375 2.71875 -4.5625 C 2.78125 -4.59375 2.875 -4.640625 2.9375 -4.640625 C 3.03125 -4.640625 3.125 -4.5625 3.203125 -4.5 L 4.578125 -3.578125 C 5.171875 -3.15625 5.59375 -2.765625 5.671875 -2.078125 C 5.671875 -0.859375 4.59375 -0.125 3.4375 -0.125 C 2.34375 -0.125 1.3125 -0.796875 1.140625 -2.03125 Z M 1.484375 -7.53125 L 1.484375 -7.65625 C 1.484375 -8.640625 2.578125 -9.171875 3.390625 -9.171875 C 4.28125 -9.171875 5.15625 -8.640625 5.328125 -7.5625 C 5.328125 -7.5 5.34375 -7.4375 5.34375 -7.40625 C 5.34375 -6.5625 4.671875 -5.890625 4.03125 -5.46875 C 3.96875 -5.4375 3.921875 -5.375 3.84375 -5.375 C 3.703125 -5.375 3.375 -5.671875 3.15625 -5.8125 C 2.46875 -6.25 1.609375 -6.6875 1.484375 -7.53125 Z M 1.484375 -7.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 1.78125 -1.28125 C 1.46875 -1.21875 1.25 -0.953125 1.25 -0.65625 C 1.25 -0.328125 1.515625 -0.015625 1.875 -0.015625 C 2.234375 -0.015625 2.53125 -0.296875 2.53125 -0.640625 C 2.53125 -0.96875 2.25 -1.296875 1.890625 -1.296875 C 1.84375 -1.296875 1.828125 -1.296875 1.78125 -1.28125 Z M 1.78125 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 0.71875 -9.8125 L 0.71875 -9.40625 L 1.125 -9.40625 C 1.578125 -9.40625 2 -9.359375 2 -8.8125 C 2 -8.703125 1.984375 -8.625 1.984375 -8.53125 L 1.984375 -1.4375 C 1.984375 -0.546875 1.328125 -0.421875 0.71875 -0.421875 L 0.71875 -0.015625 L 3.5625 -0.015625 L 3.5625 -0.421875 C 2.984375 -0.421875 2.296875 -0.5 2.296875 -1.453125 L 2.3125 -9.359375 C 2.34375 -9.25 2.375 -9.140625 2.421875 -9.015625 L 2.625 -8.484375 C 3.625 -5.84375 4.578125 -3.171875 5.59375 -0.53125 L 5.71875 -0.1875 C 5.75 -0.09375 5.8125 -0.03125 5.90625 -0.015625 C 6.109375 -0.015625 6.171875 -0.34375 6.234375 -0.515625 C 7.21875 -3.25 8.328125 -5.953125 9.28125 -8.703125 C 9.375 -8.953125 9.5 -9.1875 9.546875 -9.453125 L 9.5625 -1 C 9.5625 -0.46875 9.140625 -0.421875 8.65625 -0.421875 L 8.3125 -0.421875 L 8.3125 -0.015625 L 11.796875 -0.015625 L 11.796875 -0.421875 L 11.4375 -0.421875 C 10.953125 -0.421875 10.515625 -0.46875 10.515625 -1 C 10.515625 -1.109375 10.53125 -1.203125 10.53125 -1.296875 L 10.53125 -8.515625 C 10.53125 -8.609375 10.515625 -8.71875 10.515625 -8.828125 C 10.515625 -9.359375 10.9375 -9.421875 11.359375 -9.421875 C 11.515625 -9.421875 11.65625 -9.40625 11.796875 -9.40625 L 11.796875 -9.8125 L 9.671875 -9.8125 L 9.453125 -9.765625 L 9.34375 -9.5625 L 6.265625 -1.296875 L 6.234375 -1.296875 L 3.171875 -9.5625 L 3.0625 -9.765625 L 2.84375 -9.8125 Z M 0.71875 -9.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 1.09375 -7.4375 C 1.375 -8.296875 1.96875 -9.109375 3.0625 -9.109375 C 4.28125 -9.109375 5.046875 -8.015625 5.046875 -6.84375 L 5.046875 -6.65625 C 4.875 -4.71875 3.265625 -3.34375 2.109375 -1.984375 C 1.640625 -1.484375 0.671875 -0.53125 0.671875 -0.171875 L 0.671875 -0.015625 L 5.78125 -0.015625 L 6.140625 -2.3125 L 5.859375 -2.3125 C 5.734375 -1.65625 5.765625 -0.953125 5.171875 -0.953125 C 4.78125 -0.953125 4.375 -0.921875 3.96875 -0.921875 L 1.515625 -0.921875 C 2.28125 -1.671875 3.046875 -2.46875 3.828125 -3.21875 C 4.8125 -4.125 6.140625 -5.203125 6.140625 -6.71875 C 6.140625 -8.5625 4.734375 -9.515625 3.171875 -9.515625 L 3.03125 -9.515625 C 1.75 -9.375 0.671875 -8.25 0.671875 -6.90625 C 0.671875 -6.5625 0.796875 -6.1875 1.3125 -6.1875 C 1.671875 -6.1875 1.96875 -6.4375 1.96875 -6.796875 C 1.96875 -7.125 1.71875 -7.453125 1.3125 -7.453125 C 1.25 -7.453125 1.15625 -7.4375 1.09375 -7.4375 Z M 1.09375 -7.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 3.234375 -9.515625 C 0.65625 -9.234375 0.609375 -6.03125 0.609375 -4.65625 L 0.609375 -4.5 C 0.609375 -3.1875 0.703125 -1.609375 1.578125 -0.609375 C 2.015625 -0.09375 2.71875 0.25 3.40625 0.25 L 3.578125 0.25 C 6.03125 0.015625 6.203125 -2.9375 6.203125 -4.765625 C 6.203125 -6.0625 6.078125 -7.578125 5.296875 -8.59375 C 4.84375 -9.15625 4.125 -9.53125 3.40625 -9.53125 C 3.359375 -9.53125 3.28125 -9.515625 3.234375 -9.515625 Z M 1.609375 -3.765625 C 1.5625 -4.15625 1.578125 -4.71875 1.578125 -5.359375 C 1.578125 -7.078125 1.75 -9.25 3.40625 -9.25 C 5.109375 -9.25 5.203125 -6.984375 5.203125 -5.546875 L 5.203125 -5.03125 C 5.203125 -4.421875 5.203125 -3.796875 5.171875 -3.1875 C 5.15625 -2.0625 5.046875 -0.5625 3.875 -0.09375 C 3.71875 -0.046875 3.5625 -0.015625 3.40625 -0.015625 C 1.640625 -0.015625 1.71875 -2.5625 1.609375 -3.765625 Z M 1.609375 -3.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-34">
|
||||
<path style="stroke:none;" d="M 1.3125 -8.59375 L 1.3125 -8.1875 C 1.921875 -8.1875 2.53125 -8.296875 3.078125 -8.59375 L 3.078125 -1.03125 C 3.078125 -0.484375 2.546875 -0.40625 2.015625 -0.40625 C 1.796875 -0.40625 1.5625 -0.421875 1.375 -0.421875 L 1.375 -0.015625 L 5.671875 -0.015625 L 5.671875 -0.421875 C 5.453125 -0.421875 5.21875 -0.40625 4.984375 -0.40625 C 4.453125 -0.40625 3.953125 -0.484375 3.953125 -1.015625 L 3.953125 -9.3125 C 3.953125 -9.375 3.9375 -9.515625 3.8125 -9.515625 C 3.765625 -9.515625 3.734375 -9.5 3.703125 -9.484375 L 3.5625 -9.34375 C 2.90625 -8.78125 2.125 -8.59375 1.3125 -8.59375 Z M 1.3125 -8.59375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-35">
|
||||
<path style="stroke:none;" d="M 5.125 -4.71875 L 5.140625 -4.71875 C 5.140625 -3.234375 5.125 -1.265625 3.71875 -0.40625 C 3.40625 -0.203125 3.078125 -0.125 2.734375 -0.125 C 2.234375 -0.125 1.65625 -0.265625 1.34375 -0.6875 L 1.4375 -0.6875 C 1.765625 -0.6875 2.03125 -0.875 2.03125 -1.234375 C 2.03125 -1.515625 1.8125 -1.828125 1.484375 -1.828125 C 1.1875 -1.828125 0.9375 -1.609375 0.90625 -1.296875 L 0.90625 -1.203125 C 0.90625 -0.203125 1.90625 0.25 2.765625 0.25 C 5.1875 0.25 6.203125 -2.609375 6.203125 -4.8125 C 6.203125 -6.40625 5.984375 -8.625 4.25 -9.359375 C 3.984375 -9.46875 3.71875 -9.53125 3.421875 -9.53125 C 1.734375 -9.53125 0.609375 -7.890625 0.609375 -6.3125 C 0.609375 -4.875 1.53125 -3.203125 3.234375 -3.203125 C 4.109375 -3.203125 4.921875 -3.828125 5.125 -4.71875 Z M 5.09375 -6.375 C 5.09375 -6.203125 5.109375 -6.03125 5.109375 -5.875 C 5.046875 -4.890625 4.625 -3.453125 3.328125 -3.453125 C 2.75 -3.453125 2.359375 -3.765625 2.046875 -4.21875 C 1.6875 -4.796875 1.671875 -5.5 1.671875 -6.140625 L 1.671875 -6.296875 C 1.671875 -7.25 1.703125 -8.453125 2.6875 -8.984375 C 2.890625 -9.09375 3.171875 -9.171875 3.421875 -9.171875 C 4.890625 -9.171875 5.09375 -7.203125 5.09375 -6.484375 Z M 5.09375 -6.375 "/>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 3.234375 -9.515625 C 0.65625 -9.234375 0.609375 -6.03125 0.609375 -4.65625 L 0.609375 -4.5 C 0.609375 -3.1875 0.703125 -1.609375 1.578125 -0.609375 C 2.015625 -0.09375 2.71875 0.25 3.40625 0.25 L 3.578125 0.25 C 6.03125 0.015625 6.203125 -2.9375 6.203125 -4.765625 C 6.203125 -6.0625 6.078125 -7.578125 5.296875 -8.59375 C 4.84375 -9.15625 4.125 -9.53125 3.40625 -9.53125 C 3.359375 -9.53125 3.28125 -9.515625 3.234375 -9.515625 Z M 1.609375 -3.765625 C 1.5625 -4.15625 1.578125 -4.71875 1.578125 -5.359375 C 1.578125 -7.078125 1.75 -9.25 3.40625 -9.25 C 5.109375 -9.25 5.203125 -6.984375 5.203125 -5.546875 L 5.203125 -5.03125 C 5.203125 -4.421875 5.203125 -3.796875 5.171875 -3.1875 C 5.15625 -2.0625 5.046875 -0.5625 3.875 -0.09375 C 3.71875 -0.046875 3.5625 -0.015625 3.40625 -0.015625 C 1.640625 -0.015625 1.71875 -2.5625 1.609375 -3.765625 Z M 1.609375 -3.765625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 1.78125 -1.28125 C 1.46875 -1.21875 1.25 -0.953125 1.25 -0.65625 C 1.25 -0.328125 1.515625 -0.015625 1.875 -0.015625 C 2.234375 -0.015625 2.53125 -0.296875 2.53125 -0.640625 C 2.53125 -0.96875 2.25 -1.296875 1.890625 -1.296875 C 1.84375 -1.296875 1.828125 -1.296875 1.78125 -1.28125 Z M 1.78125 -1.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 0.71875 -9.8125 L 0.71875 -9.40625 L 1.125 -9.40625 C 1.578125 -9.40625 2 -9.359375 2 -8.8125 C 2 -8.703125 1.984375 -8.625 1.984375 -8.53125 L 1.984375 -1.4375 C 1.984375 -0.546875 1.328125 -0.421875 0.71875 -0.421875 L 0.71875 -0.015625 L 3.5625 -0.015625 L 3.5625 -0.421875 C 2.984375 -0.421875 2.296875 -0.5 2.296875 -1.453125 L 2.3125 -9.359375 C 2.34375 -9.25 2.375 -9.140625 2.421875 -9.015625 L 2.625 -8.484375 C 3.625 -5.84375 4.578125 -3.171875 5.59375 -0.53125 L 5.71875 -0.1875 C 5.75 -0.09375 5.8125 -0.03125 5.90625 -0.015625 C 6.109375 -0.015625 6.171875 -0.34375 6.234375 -0.515625 C 7.21875 -3.25 8.328125 -5.953125 9.28125 -8.703125 C 9.375 -8.953125 9.5 -9.1875 9.546875 -9.453125 L 9.5625 -1 C 9.5625 -0.46875 9.140625 -0.421875 8.65625 -0.421875 L 8.3125 -0.421875 L 8.3125 -0.015625 L 11.796875 -0.015625 L 11.796875 -0.421875 L 11.4375 -0.421875 C 10.953125 -0.421875 10.515625 -0.46875 10.515625 -1 C 10.515625 -1.109375 10.53125 -1.203125 10.53125 -1.296875 L 10.53125 -8.515625 C 10.53125 -8.609375 10.515625 -8.71875 10.515625 -8.828125 C 10.515625 -9.359375 10.9375 -9.421875 11.359375 -9.421875 C 11.515625 -9.421875 11.65625 -9.40625 11.796875 -9.40625 L 11.796875 -9.8125 L 9.671875 -9.8125 L 9.453125 -9.765625 L 9.34375 -9.5625 L 6.265625 -1.296875 L 6.234375 -1.296875 L 3.171875 -9.5625 L 3.0625 -9.765625 L 2.84375 -9.8125 Z M 0.71875 -9.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 0.71875 -6.1875 L 0.578125 -3.9375 L 0.859375 -3.9375 C 0.859375 -4.375 0.921875 -5.046875 1.234375 -5.4375 C 1.578125 -5.859375 2.1875 -5.9375 2.75 -5.9375 C 3 -5.9375 3.234375 -5.921875 3.453125 -5.921875 L 4.46875 -5.921875 C 4.09375 -5.453125 3.765625 -4.9375 3.40625 -4.4375 C 2.421875 -3.109375 1.5 -1.78125 0.53125 -0.46875 C 0.46875 -0.40625 0.375 -0.28125 0.375 -0.171875 C 0.375 -0.046875 0.46875 -0.015625 0.59375 -0.015625 L 5.265625 -0.015625 L 5.484375 -2.625 L 5.1875 -2.625 C 5.15625 -2.03125 5.109375 -1.359375 4.78125 -0.875 C 4.375 -0.34375 3.65625 -0.296875 3.0625 -0.296875 L 1.359375 -0.296875 C 2.65625 -2.109375 3.96875 -3.890625 5.265625 -5.703125 C 5.328125 -5.796875 5.453125 -5.921875 5.453125 -6.03125 C 5.453125 -6.15625 5.359375 -6.1875 5.265625 -6.1875 Z M 0.71875 -6.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-34">
|
||||
<path style="stroke:none;" d="M 1.09375 -7.4375 C 1.375 -8.296875 1.96875 -9.109375 3.0625 -9.109375 C 4.28125 -9.109375 5.046875 -8.015625 5.046875 -6.84375 L 5.046875 -6.65625 C 4.875 -4.71875 3.265625 -3.34375 2.109375 -1.984375 C 1.640625 -1.484375 0.671875 -0.53125 0.671875 -0.171875 L 0.671875 -0.015625 L 5.78125 -0.015625 L 6.140625 -2.3125 L 5.859375 -2.3125 C 5.734375 -1.65625 5.765625 -0.953125 5.171875 -0.953125 C 4.78125 -0.953125 4.375 -0.921875 3.96875 -0.921875 L 1.515625 -0.921875 C 2.28125 -1.671875 3.046875 -2.46875 3.828125 -3.21875 C 4.8125 -4.125 6.140625 -5.203125 6.140625 -6.71875 C 6.140625 -8.5625 4.734375 -9.515625 3.171875 -9.515625 L 3.03125 -9.515625 C 1.75 -9.375 0.671875 -8.25 0.671875 -6.90625 C 0.671875 -6.5625 0.796875 -6.1875 1.3125 -6.1875 C 1.671875 -6.1875 1.96875 -6.4375 1.96875 -6.796875 C 1.96875 -7.125 1.71875 -7.453125 1.3125 -7.453125 C 1.25 -7.453125 1.15625 -7.4375 1.09375 -7.4375 Z M 1.09375 -7.4375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
@ -487,19 +484,21 @@
|
||||
<use xlink:href="#glyph1-28" x="398.191519" y="211.818"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-29" x="262.554" y="238.921"/>
|
||||
<use xlink:href="#glyph1-30" x="269.381357" y="238.921"/>
|
||||
<use xlink:href="#glyph1-29" x="255.346" y="238.921"/>
|
||||
<use xlink:href="#glyph1-30" x="262.173357" y="238.921"/>
|
||||
<use xlink:href="#glyph1-31" x="269.000713" y="238.921"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-31" x="277.719368" y="238.921"/>
|
||||
<use xlink:href="#glyph1-4" x="290.240731" y="238.921"/>
|
||||
<use xlink:href="#glyph1-20" x="297.068088" y="238.921"/>
|
||||
<use xlink:href="#glyph1-32" x="277.338725" y="238.921"/>
|
||||
<use xlink:href="#glyph1-25" x="289.860088" y="238.921"/>
|
||||
<use xlink:href="#glyph1-5" x="296.687445" y="238.921"/>
|
||||
<use xlink:href="#glyph1-33" x="301.996973" y="238.921"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-32" x="305.406099" y="238.921"/>
|
||||
<use xlink:href="#glyph1-33" x="312.233456" y="238.921"/>
|
||||
<use xlink:href="#glyph1-34" x="319.060813" y="238.921"/>
|
||||
<use xlink:href="#glyph1-35" x="325.888169" y="238.921"/>
|
||||
<use xlink:href="#glyph1-34" x="312.613161" y="238.921"/>
|
||||
<use xlink:href="#glyph1-30" x="319.440518" y="238.921"/>
|
||||
<use xlink:href="#glyph1-34" x="326.267874" y="238.921"/>
|
||||
<use xlink:href="#glyph1-30" x="333.095231" y="238.921"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="89.291" y="306.939"/>
|
||||
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 133 KiB |
694
svg/chapter-03/title-crop.svg
Normal file
@ -0,0 +1,694 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="312pt" height="539pt" viewBox="0 0 312 539" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 10.703125 -11.703125 L 0.78125 -11.703125 L 0.484375 -7.90625 L 0.796875 -7.90625 C 1.015625 -10.765625 1.25 -11.265625 3.90625 -11.265625 C 4.21875 -11.265625 4.71875 -11.265625 4.859375 -11.25 C 5.1875 -11.1875 5.1875 -10.984375 5.1875 -10.59375 L 5.1875 -1.25 C 5.1875 -0.640625 5.125 -0.453125 3.703125 -0.453125 L 3.21875 -0.453125 L 3.21875 0 C 4.046875 -0.015625 4.90625 -0.03125 5.75 -0.03125 C 6.59375 -0.03125 7.453125 -0.015625 8.28125 0 L 8.28125 -0.453125 L 7.796875 -0.453125 C 6.375 -0.453125 6.3125 -0.640625 6.3125 -1.25 L 6.3125 -10.59375 C 6.3125 -10.96875 6.3125 -11.171875 6.625 -11.25 C 6.765625 -11.265625 7.265625 -11.265625 7.578125 -11.265625 C 10.203125 -11.265625 10.46875 -10.765625 10.6875 -7.90625 L 11 -7.90625 Z M 10.703125 -11.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 7.140625 -5.234375 C 7.140625 -6.109375 6.96875 -7.546875 4.9375 -7.546875 C 3.53125 -7.546875 2.84375 -6.40625 2.640625 -5.84375 L 2.625 -5.84375 L 2.625 -11.953125 L 0.5625 -11.765625 L 0.5625 -11.3125 C 1.578125 -11.3125 1.734375 -11.203125 1.734375 -10.390625 L 1.734375 -1.1875 C 1.734375 -0.53125 1.671875 -0.453125 0.5625 -0.453125 L 0.5625 0 C 0.984375 -0.03125 1.734375 -0.03125 2.1875 -0.03125 C 2.640625 -0.03125 3.40625 -0.03125 3.828125 0 L 3.828125 -0.453125 C 2.71875 -0.453125 2.65625 -0.515625 2.65625 -1.1875 L 2.65625 -4.5 C 2.65625 -6.078125 3.609375 -7.265625 4.828125 -7.265625 C 6.09375 -7.265625 6.234375 -6.125 6.234375 -5.296875 L 6.234375 -1.1875 C 6.234375 -0.53125 6.171875 -0.453125 5.0625 -0.453125 L 5.0625 0 C 5.46875 -0.03125 6.234375 -0.03125 6.6875 -0.03125 C 7.125 -0.03125 7.90625 -0.03125 8.3125 0 L 8.3125 -0.453125 C 7.21875 -0.453125 7.140625 -0.515625 7.140625 -1.1875 Z M 7.140625 -5.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.5625 -4.046875 C 6.625 -4.109375 6.625 -4.15625 6.625 -4.328125 C 6.625 -6.078125 5.703125 -7.609375 3.734375 -7.609375 C 1.90625 -7.609375 0.46875 -5.875 0.46875 -3.75 C 0.46875 -1.515625 2.09375 0.140625 3.921875 0.140625 C 5.859375 0.140625 6.609375 -1.6875 6.609375 -2.046875 C 6.609375 -2.171875 6.515625 -2.171875 6.46875 -2.171875 C 6.359375 -2.171875 6.34375 -2.140625 6.265625 -1.921875 C 5.890625 -0.75 4.9375 -0.171875 4.046875 -0.171875 C 3.3125 -0.171875 2.5625 -0.578125 2.09375 -1.34375 C 1.5625 -2.21875 1.5625 -3.234375 1.5625 -4.046875 Z M 1.578125 -4.3125 C 1.703125 -6.78125 3.03125 -7.328125 3.71875 -7.328125 C 4.890625 -7.328125 5.6875 -6.234375 5.703125 -4.3125 Z M 1.578125 -4.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 14.859375 -10.203125 C 15.015625 -10.671875 15.265625 -11.28125 16.265625 -11.3125 L 16.265625 -11.765625 C 15.984375 -11.75 15.375 -11.71875 15.0625 -11.71875 C 14.640625 -11.71875 13.875 -11.71875 13.46875 -11.765625 L 13.46875 -11.3125 C 14.234375 -11.296875 14.5625 -10.859375 14.5625 -10.453125 C 14.5625 -10.328125 14.546875 -10.265625 14.484375 -10.078125 L 11.8125 -1.5625 L 9 -10.515625 C 8.953125 -10.6875 8.9375 -10.765625 8.9375 -10.828125 C 8.9375 -11.3125 9.6875 -11.3125 10.015625 -11.3125 L 10.015625 -11.765625 C 9.515625 -11.71875 8.65625 -11.71875 8.125 -11.71875 C 7.703125 -11.71875 6.921875 -11.71875 6.53125 -11.765625 L 6.53125 -11.3125 C 7.3125 -11.3125 7.53125 -11.265625 7.703125 -10.953125 C 7.765625 -10.796875 8.046875 -9.90625 8.046875 -9.84375 C 8.046875 -9.78125 8 -9.671875 7.984375 -9.625 L 5.453125 -1.578125 L 2.65625 -10.515625 C 2.5625 -10.765625 2.5625 -10.796875 2.5625 -10.828125 C 2.5625 -11.3125 3.328125 -11.3125 3.671875 -11.3125 L 3.671875 -11.765625 C 3.171875 -11.71875 2.3125 -11.71875 1.78125 -11.71875 C 1.328125 -11.71875 0.5625 -11.71875 0.15625 -11.765625 L 0.15625 -11.3125 C 1.1875 -11.3125 1.25 -11.203125 1.421875 -10.65625 L 4.78125 -0.015625 C 4.875 0.234375 4.875 0.28125 5.03125 0.28125 C 5.171875 0.28125 5.21875 0.234375 5.28125 0 L 8.21875 -9.328125 L 11.140625 0 C 11.203125 0.234375 11.265625 0.28125 11.40625 0.28125 C 11.546875 0.28125 11.546875 0.234375 11.640625 -0.015625 Z M 14.859375 -10.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 7.421875 -3.6875 C 7.421875 -5.890625 5.8125 -7.609375 3.9375 -7.609375 C 2.0625 -7.609375 0.46875 -5.890625 0.46875 -3.6875 C 0.46875 -1.515625 2.0625 0.140625 3.9375 0.140625 C 5.8125 0.140625 7.421875 -1.515625 7.421875 -3.6875 Z M 3.9375 -0.171875 C 3.140625 -0.171875 2.4375 -0.65625 2.046875 -1.328125 C 1.625 -2.09375 1.5625 -3.0625 1.5625 -3.828125 C 1.5625 -4.546875 1.59375 -5.4375 2.046875 -6.21875 C 2.390625 -6.78125 3.0625 -7.328125 3.9375 -7.328125 C 4.71875 -7.328125 5.375 -6.90625 5.78125 -6.296875 C 6.3125 -5.5 6.3125 -4.359375 6.3125 -3.828125 C 6.3125 -3.15625 6.28125 -2.125 5.8125 -1.296875 C 5.34375 -0.5 4.59375 -0.171875 3.9375 -0.171875 Z M 3.9375 -0.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 2.578125 -4.0625 C 2.578125 -5.71875 3.28125 -7.265625 4.578125 -7.265625 C 4.703125 -7.265625 4.828125 -7.25 4.9375 -7.203125 C 4.9375 -7.203125 4.5625 -7.078125 4.5625 -6.625 C 4.5625 -6.21875 4.890625 -6.046875 5.140625 -6.046875 C 5.359375 -6.046875 5.734375 -6.171875 5.734375 -6.640625 C 5.734375 -7.203125 5.1875 -7.546875 4.59375 -7.546875 C 3.28125 -7.546875 2.71875 -6.265625 2.546875 -5.671875 L 2.53125 -5.671875 L 2.53125 -7.546875 L 0.53125 -7.359375 L 0.53125 -6.90625 C 1.546875 -6.90625 1.703125 -6.796875 1.703125 -5.96875 L 1.703125 -1.1875 C 1.703125 -0.53125 1.640625 -0.453125 0.53125 -0.453125 L 0.53125 0 C 0.953125 -0.03125 1.734375 -0.03125 2.1875 -0.03125 C 2.6875 -0.03125 3.5625 -0.03125 4.03125 0 L 4.03125 -0.453125 C 2.796875 -0.453125 2.578125 -0.453125 2.578125 -1.21875 Z M 2.578125 -4.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 2.640625 -11.953125 L 0.578125 -11.765625 L 0.578125 -11.3125 C 1.59375 -11.3125 1.75 -11.203125 1.75 -10.390625 L 1.75 -1.1875 C 1.75 -0.53125 1.6875 -0.453125 0.578125 -0.453125 L 0.578125 0 C 1 -0.03125 1.75 -0.03125 2.1875 -0.03125 C 2.640625 -0.03125 3.390625 -0.03125 3.8125 0 L 3.8125 -0.453125 C 2.703125 -0.453125 2.640625 -0.515625 2.640625 -1.1875 Z M 2.640625 -11.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 5.03125 -11.765625 L 5.03125 -11.3125 C 6.046875 -11.3125 6.203125 -11.203125 6.203125 -10.390625 L 6.203125 -6.359375 C 6.125 -6.4375 5.421875 -7.546875 4.03125 -7.546875 C 2.265625 -7.546875 0.5625 -5.96875 0.5625 -3.703125 C 0.5625 -1.453125 2.171875 0.140625 3.859375 0.140625 C 5.328125 0.140625 6.078125 -1 6.171875 -1.125 L 6.171875 0.140625 L 8.25 0 L 8.25 -0.453125 C 7.234375 -0.453125 7.078125 -0.546875 7.078125 -1.375 L 7.078125 -11.953125 Z M 6.171875 -2.0625 C 6.171875 -1.546875 5.859375 -1.078125 5.453125 -0.734375 C 4.875 -0.21875 4.28125 -0.140625 3.953125 -0.140625 C 3.46875 -0.140625 1.671875 -0.390625 1.671875 -3.6875 C 1.671875 -7.0625 3.671875 -7.265625 4.109375 -7.265625 C 4.90625 -7.265625 5.546875 -6.8125 5.9375 -6.203125 C 6.171875 -5.84375 6.171875 -5.78125 6.171875 -5.46875 Z M 6.171875 -2.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 2.640625 -6.953125 L 4.59375 -6.953125 L 4.59375 -7.40625 L 2.59375 -7.40625 L 2.59375 -9.484375 C 2.59375 -10.921875 3.328125 -11.8125 4.0625 -11.8125 C 4.28125 -11.8125 4.546875 -11.75 4.71875 -11.625 C 4.578125 -11.59375 4.21875 -11.46875 4.21875 -11.03125 C 4.21875 -10.59375 4.5625 -10.453125 4.796875 -10.453125 C 5.046875 -10.453125 5.390625 -10.59375 5.390625 -11.03125 C 5.390625 -11.6875 4.765625 -12.09375 4.078125 -12.09375 C 3.09375 -12.09375 1.75 -11.28125 1.75 -9.453125 L 1.75 -7.40625 L 0.375 -7.40625 L 0.375 -6.953125 L 1.75 -6.953125 L 1.75 -1.1875 C 1.75 -0.53125 1.6875 -0.453125 0.578125 -0.453125 L 0.578125 0 C 1 -0.03125 1.796875 -0.03125 2.234375 -0.03125 C 2.734375 -0.03125 3.609375 -0.03125 4.078125 0 L 4.078125 -0.453125 C 2.84375 -0.453125 2.640625 -0.453125 2.640625 -1.21875 Z M 2.640625 -6.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 5.0625 -7.359375 L 5.0625 -6.90625 C 6.078125 -6.90625 6.234375 -6.796875 6.234375 -5.96875 L 6.234375 -2.84375 C 6.234375 -1.390625 5.453125 -0.140625 4.1875 -0.140625 C 2.765625 -0.140625 2.65625 -0.984375 2.65625 -1.875 L 2.65625 -7.546875 L 0.5625 -7.359375 L 0.5625 -6.90625 C 1.25 -6.90625 1.71875 -6.90625 1.734375 -6.21875 L 1.734375 -2.90625 C 1.734375 -1.75 1.734375 -1.015625 2.1875 -0.53125 C 2.40625 -0.3125 2.84375 0.140625 4.078125 0.140625 C 5.546875 0.140625 6.109375 -1.109375 6.25 -1.46875 L 6.265625 -1.46875 L 6.265625 0.140625 L 8.3125 0 L 8.3125 -0.453125 C 7.296875 -0.453125 7.140625 -0.546875 7.140625 -1.375 L 7.140625 -7.546875 Z M 5.0625 -7.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 11.171875 -11.953125 C 10.984375 -11.921875 10.828125 -11.875 10.609375 -11.828125 C 10.109375 -12.09375 9.453125 -12.09375 9.28125 -12.09375 C 8.484375 -12.09375 7.546875 -11.859375 6.78125 -11.1875 C 6.578125 -11.65625 5.953125 -12.09375 4.953125 -12.09375 C 3.5625 -12.09375 1.703125 -11.296875 1.703125 -9.421875 L 1.703125 -7.40625 L 0.328125 -7.40625 L 0.328125 -6.953125 L 1.703125 -6.953125 L 1.703125 -1.1875 C 1.703125 -0.53125 1.640625 -0.453125 0.53125 -0.453125 L 0.53125 0 C 0.953125 -0.03125 1.703125 -0.03125 2.140625 -0.03125 C 2.578125 -0.03125 3.34375 -0.03125 3.75 0 L 3.75 -0.453125 C 2.65625 -0.453125 2.578125 -0.515625 2.578125 -1.1875 L 2.578125 -6.953125 L 6.015625 -6.953125 L 6.015625 -1.1875 C 6.015625 -0.53125 5.9375 -0.453125 4.84375 -0.453125 L 4.84375 0 C 5.25 -0.03125 6.015625 -0.03125 6.4375 -0.03125 C 6.890625 -0.03125 7.640625 -0.03125 8.0625 0 L 8.0625 -0.453125 C 6.953125 -0.453125 6.890625 -0.515625 6.890625 -1.1875 L 6.890625 -6.953125 L 10.296875 -6.953125 L 10.296875 -1.1875 C 10.296875 -0.53125 10.234375 -0.453125 9.125 -0.453125 L 9.125 0 C 9.546875 -0.03125 10.296875 -0.03125 10.734375 -0.03125 C 11.171875 -0.03125 11.9375 -0.03125 12.34375 0 L 12.34375 -0.453125 C 11.25 -0.453125 11.171875 -0.515625 11.171875 -1.1875 Z M 2.546875 -7.40625 L 2.546875 -9.421875 C 2.546875 -10.96875 3.734375 -11.8125 4.921875 -11.8125 C 5.09375 -11.8125 5.796875 -11.796875 6.265625 -11.375 C 5.859375 -11.34375 5.671875 -11.125 5.671875 -10.796875 C 5.671875 -10.484375 5.859375 -10.296875 6.125 -10.234375 C 6.015625 -9.90625 6.015625 -9.609375 6.015625 -9.421875 L 6.015625 -7.40625 Z M 6.859375 -9.421875 C 6.859375 -10.9375 7.984375 -11.8125 9.25 -11.8125 C 9.328125 -11.8125 10.28125 -11.78125 10.28125 -11.609375 C 10.28125 -11.59375 10.265625 -11.578125 10.171875 -11.484375 C 10.015625 -11.375 9.953125 -11.203125 9.953125 -11.03125 C 9.953125 -10.796875 10.078125 -10.59375 10.296875 -10.5 L 10.296875 -7.40625 L 6.859375 -7.40625 Z M 6.859375 -9.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 5.328125 -7.265625 C 5.328125 -7.578125 5.296875 -7.59375 5.203125 -7.59375 C 5.125 -7.59375 5.109375 -7.578125 4.90625 -7.3125 C 4.859375 -7.25 4.703125 -7.078125 4.65625 -7.015625 C 4.09375 -7.59375 3.328125 -7.609375 3.03125 -7.609375 C 1.125 -7.609375 0.4375 -6.609375 0.4375 -5.609375 C 0.4375 -4.0625 2.1875 -3.703125 2.6875 -3.59375 C 3.765625 -3.375 4.15625 -3.3125 4.515625 -3 C 4.734375 -2.796875 5.109375 -2.40625 5.109375 -1.796875 C 5.109375 -1.0625 4.703125 -0.140625 3.109375 -0.140625 C 1.625 -0.140625 1.078125 -1.28125 0.78125 -2.796875 C 0.71875 -3.03125 0.71875 -3.046875 0.578125 -3.046875 C 0.453125 -3.046875 0.4375 -3.03125 0.4375 -2.6875 L 0.4375 -0.203125 C 0.4375 0.109375 0.453125 0.125 0.546875 0.125 C 0.640625 0.125 0.65625 0.109375 0.734375 -0.03125 C 0.84375 -0.1875 1.109375 -0.609375 1.203125 -0.78125 C 1.546875 -0.3125 2.15625 0.140625 3.109375 0.140625 C 4.828125 0.140625 5.734375 -0.796875 5.734375 -2.140625 C 5.734375 -3.015625 5.265625 -3.484375 5.046875 -3.6875 C 4.53125 -4.21875 3.921875 -4.34375 3.203125 -4.484375 C 2.25 -4.6875 1.046875 -4.921875 1.046875 -5.96875 C 1.046875 -6.421875 1.296875 -7.375 3.03125 -7.375 C 4.875 -7.375 4.96875 -5.640625 5.015625 -5.09375 C 5.03125 -5.015625 5.109375 -5 5.171875 -5 C 5.328125 -5 5.328125 -5.046875 5.328125 -5.34375 Z M 5.328125 -7.265625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 6.828125 -8.140625 L 0.484375 -8.140625 L 0.484375 -7.796875 L 0.734375 -7.796875 C 1.59375 -7.796875 1.625 -7.671875 1.625 -7.234375 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.734375 -0.34375 L 0.484375 -0.34375 L 0.484375 0 C 0.78125 -0.03125 1.84375 -0.03125 2.203125 -0.03125 C 2.625 -0.03125 3.671875 -0.03125 4.015625 0 L 4.015625 -0.34375 L 3.65625 -0.34375 C 2.625 -0.34375 2.59375 -0.484375 2.59375 -0.921875 L 2.59375 -3.890625 L 3.640625 -3.890625 C 4.765625 -3.890625 4.890625 -3.5 4.890625 -2.5 L 5.15625 -2.5 L 5.15625 -5.640625 L 4.890625 -5.640625 C 4.890625 -4.640625 4.765625 -4.25 3.640625 -4.25 L 2.59375 -4.25 L 2.59375 -7.3125 C 2.59375 -7.703125 2.625 -7.796875 3.140625 -7.796875 L 4.640625 -7.796875 C 6.359375 -7.796875 6.703125 -7.15625 6.875 -5.46875 L 7.140625 -5.46875 Z M 6.828125 -8.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 5.484375 -2.5625 C 5.484375 -4.09375 4.3125 -5.328125 2.921875 -5.328125 C 1.5 -5.328125 0.359375 -4.0625 0.359375 -2.5625 C 0.359375 -1.03125 1.546875 0.125 2.921875 0.125 C 4.328125 0.125 5.484375 -1.046875 5.484375 -2.5625 Z M 2.921875 -0.140625 C 2.484375 -0.140625 1.953125 -0.328125 1.609375 -0.921875 C 1.28125 -1.453125 1.265625 -2.15625 1.265625 -2.671875 C 1.265625 -3.125 1.265625 -3.84375 1.640625 -4.390625 C 1.96875 -4.90625 2.5 -5.09375 2.921875 -5.09375 C 3.375 -5.09375 3.890625 -4.875 4.203125 -4.40625 C 4.578125 -3.859375 4.578125 -3.109375 4.578125 -2.671875 C 4.578125 -2.25 4.578125 -1.5 4.265625 -0.9375 C 3.9375 -0.375 3.375 -0.140625 2.921875 -0.140625 Z M 2.921875 -0.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 2 -8.296875 L 0.328125 -8.15625 L 0.328125 -7.8125 C 1.140625 -7.8125 1.25 -7.734375 1.25 -7.140625 L 1.25 0 L 1.5 0 C 1.546875 -0.09375 1.890625 -0.6875 1.9375 -0.78125 C 2.21875 -0.328125 2.71875 0.125 3.484375 0.125 C 4.859375 0.125 6.078125 -1.046875 6.078125 -2.578125 C 6.078125 -4.09375 4.953125 -5.265625 3.625 -5.265625 C 2.96875 -5.265625 2.40625 -4.96875 2 -4.46875 Z M 2.015625 -3.828125 C 2.015625 -4.046875 2.015625 -4.0625 2.15625 -4.25 C 2.4375 -4.6875 2.96875 -5.03125 3.546875 -5.03125 C 3.90625 -5.03125 5.15625 -4.890625 5.15625 -2.59375 C 5.15625 -1.796875 5.046875 -1.296875 4.75 -0.859375 C 4.515625 -0.484375 4.046875 -0.125 3.4375 -0.125 C 2.796875 -0.125 2.375 -0.53125 2.171875 -0.859375 C 2.015625 -1.109375 2.015625 -1.15625 2.015625 -1.359375 Z M 2.015625 -3.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 4.609375 -3.1875 C 4.609375 -3.84375 4.609375 -4.3125 4.09375 -4.78125 C 3.671875 -5.15625 3.125 -5.328125 2.609375 -5.328125 C 1.625 -5.328125 0.875 -4.6875 0.875 -3.90625 C 0.875 -3.5625 1.09375 -3.390625 1.375 -3.390625 C 1.65625 -3.390625 1.859375 -3.59375 1.859375 -3.890625 C 1.859375 -4.375 1.4375 -4.375 1.25 -4.375 C 1.53125 -4.875 2.109375 -5.09375 2.578125 -5.09375 C 3.125 -5.09375 3.84375 -4.640625 3.84375 -3.5625 L 3.84375 -3.078125 C 1.4375 -3.046875 0.53125 -2.046875 0.53125 -1.125 C 0.53125 -0.171875 1.625 0.125 2.359375 0.125 C 3.140625 0.125 3.6875 -0.359375 3.90625 -0.9375 C 3.953125 -0.375 4.328125 0.0625 4.84375 0.0625 C 5.09375 0.0625 5.78125 -0.109375 5.78125 -1.0625 L 5.78125 -1.734375 L 5.515625 -1.734375 L 5.515625 -1.0625 C 5.515625 -0.375 5.234375 -0.28125 5.0625 -0.28125 C 4.609375 -0.28125 4.609375 -0.921875 4.609375 -1.09375 Z M 3.84375 -1.6875 C 3.84375 -0.515625 2.96875 -0.125 2.453125 -0.125 C 1.859375 -0.125 1.375 -0.546875 1.375 -1.125 C 1.375 -2.703125 3.40625 -2.84375 3.84375 -2.875 Z M 3.84375 -1.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 2 -2.78125 C 2 -3.9375 2.46875 -5.03125 3.390625 -5.03125 C 3.484375 -5.03125 3.515625 -5.03125 3.5625 -5.015625 C 3.46875 -4.96875 3.28125 -4.90625 3.28125 -4.578125 C 3.28125 -4.234375 3.546875 -4.09375 3.734375 -4.09375 C 3.984375 -4.09375 4.21875 -4.25 4.21875 -4.578125 C 4.21875 -4.9375 3.890625 -5.265625 3.375 -5.265625 C 2.359375 -5.265625 2.015625 -4.171875 1.953125 -3.9375 L 1.9375 -3.9375 L 1.9375 -5.265625 L 0.328125 -5.140625 L 0.328125 -4.796875 C 1.140625 -4.796875 1.25 -4.703125 1.25 -4.125 L 1.25 -0.890625 C 1.25 -0.34375 1.109375 -0.34375 0.328125 -0.34375 L 0.328125 0 C 0.671875 -0.03125 1.328125 -0.03125 1.6875 -0.03125 C 2.015625 -0.03125 2.859375 -0.03125 3.125 0 L 3.125 -0.34375 L 2.890625 -0.34375 C 2.015625 -0.34375 2 -0.484375 2 -0.90625 Z M 2 -2.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 5.046875 -4.0625 C 6.234375 -4.34375 7.140625 -5.09375 7.140625 -6.015625 C 7.140625 -7.171875 5.796875 -8.15625 4.078125 -8.15625 L 0.5 -8.15625 L 0.5 -7.8125 L 0.734375 -7.8125 C 1.609375 -7.8125 1.640625 -7.703125 1.640625 -7.25 L 1.640625 -0.90625 C 1.640625 -0.46875 1.609375 -0.34375 0.734375 -0.34375 L 0.5 -0.34375 L 0.5 0 C 0.78125 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.453125 -0.03125 3.4375 -0.03125 3.71875 0 L 3.71875 -0.34375 L 3.484375 -0.34375 C 2.625 -0.34375 2.578125 -0.46875 2.578125 -0.90625 L 2.578125 -3.96875 L 3.96875 -3.96875 C 4.4375 -3.96875 4.875 -3.84375 5.203125 -3.5 C 5.609375 -3.046875 5.609375 -2.796875 5.609375 -1.96875 C 5.609375 -1.03125 5.609375 -0.71875 6.125 -0.203125 C 6.3125 -0.03125 6.8125 0.25 7.484375 0.25 C 8.421875 0.25 8.578125 -0.78125 8.578125 -1.046875 C 8.578125 -1.109375 8.578125 -1.21875 8.4375 -1.21875 C 8.3125 -1.21875 8.3125 -1.140625 8.3125 -1.03125 C 8.25 -0.3125 7.90625 0.015625 7.515625 0.015625 C 6.96875 0.015625 6.84375 -0.546875 6.75 -1.1875 C 6.734375 -1.265625 6.671875 -1.78125 6.640625 -2.078125 C 6.546875 -2.671875 6.5 -3.0625 6.140625 -3.4375 C 6.015625 -3.5625 5.703125 -3.890625 5.046875 -4.0625 Z M 3.921875 -4.203125 L 2.578125 -4.203125 L 2.578125 -7.34375 C 2.578125 -7.609375 2.578125 -7.75 2.828125 -7.8125 C 2.9375 -7.8125 3.296875 -7.8125 3.53125 -7.8125 C 4.5 -7.8125 6.03125 -7.8125 6.03125 -6.015625 C 6.03125 -4.96875 5.46875 -4.203125 3.921875 -4.203125 Z M 3.921875 -4.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 2.34375 -7.40625 C 2.34375 -7.703125 2.09375 -7.953125 1.796875 -7.953125 C 1.5 -7.953125 1.25 -7.734375 1.25 -7.40625 C 1.25 -7.0625 1.5 -6.84375 1.796875 -6.84375 C 2.09375 -6.84375 2.34375 -7.09375 2.34375 -7.40625 Z M 4.609375 -7.40625 C 4.609375 -7.734375 4.34375 -7.953125 4.046875 -7.953125 C 3.75 -7.953125 3.5 -7.703125 3.5 -7.40625 C 3.5 -7.09375 3.75 -6.84375 4.046875 -6.84375 C 4.34375 -6.84375 4.609375 -7.0625 4.609375 -7.40625 Z M 4.609375 -7.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 3.640625 -5.140625 L 3.640625 -4.796875 C 4.453125 -4.796875 4.546875 -4.703125 4.546875 -4.125 L 4.546875 -1.984375 C 4.546875 -0.96875 4 -0.125 3.109375 -0.125 C 2.125 -0.125 2.0625 -0.6875 2.0625 -1.3125 L 2.0625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.296875 -4.796875 1.296875 -4.75 1.296875 -3.6875 L 1.296875 -1.90625 C 1.296875 -1.15625 1.296875 -0.734375 1.65625 -0.328125 C 1.9375 -0.03125 2.421875 0.125 3.03125 0.125 C 3.234375 0.125 3.625 0.125 4.03125 -0.234375 C 4.375 -0.5 4.5625 -0.953125 4.5625 -0.953125 L 4.5625 0.125 L 6.234375 0 L 6.234375 -0.34375 C 5.421875 -0.34375 5.3125 -0.4375 5.3125 -1.015625 L 5.3125 -5.265625 Z M 3.640625 -5.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 3.921875 -5.0625 C 3.921875 -5.265625 3.921875 -5.328125 3.796875 -5.328125 C 3.703125 -5.328125 3.484375 -5.0625 3.390625 -4.953125 C 3.03125 -5.265625 2.65625 -5.328125 2.265625 -5.328125 C 0.828125 -5.328125 0.390625 -4.546875 0.390625 -3.890625 C 0.390625 -3.75 0.390625 -3.328125 0.84375 -2.921875 C 1.234375 -2.578125 1.640625 -2.5 2.1875 -2.390625 C 2.84375 -2.265625 3 -2.21875 3.296875 -1.984375 C 3.515625 -1.8125 3.671875 -1.546875 3.671875 -1.203125 C 3.671875 -0.6875 3.375 -0.125 2.3125 -0.125 C 1.53125 -0.125 0.953125 -0.578125 0.6875 -1.765625 C 0.640625 -1.984375 0.640625 -2 0.640625 -2.015625 C 0.609375 -2.0625 0.5625 -2.0625 0.53125 -2.0625 C 0.390625 -2.0625 0.390625 -2 0.390625 -1.78125 L 0.390625 -0.15625 C 0.390625 0.0625 0.390625 0.125 0.515625 0.125 C 0.578125 0.125 0.578125 0.109375 0.78125 -0.140625 C 0.84375 -0.234375 0.84375 -0.25 1.03125 -0.4375 C 1.484375 0.125 2.125 0.125 2.328125 0.125 C 3.578125 0.125 4.203125 -0.578125 4.203125 -1.515625 C 4.203125 -2.15625 3.8125 -2.546875 3.703125 -2.65625 C 3.28125 -3.03125 2.953125 -3.09375 2.15625 -3.234375 C 1.8125 -3.3125 0.9375 -3.484375 0.9375 -4.203125 C 0.9375 -4.5625 1.1875 -5.109375 2.265625 -5.109375 C 3.5625 -5.109375 3.640625 -4 3.65625 -3.640625 C 3.671875 -3.53125 3.75 -3.53125 3.796875 -3.53125 C 3.921875 -3.53125 3.921875 -3.59375 3.921875 -3.8125 Z M 3.921875 -5.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 4.578125 -2.765625 C 4.84375 -2.765625 4.859375 -2.765625 4.859375 -3 C 4.859375 -4.203125 4.21875 -5.328125 2.765625 -5.328125 C 1.40625 -5.328125 0.359375 -4.09375 0.359375 -2.625 C 0.359375 -1.046875 1.578125 0.125 2.90625 0.125 C 4.328125 0.125 4.859375 -1.171875 4.859375 -1.421875 C 4.859375 -1.5 4.8125 -1.546875 4.734375 -1.546875 C 4.640625 -1.546875 4.609375 -1.484375 4.59375 -1.421875 C 4.28125 -0.421875 3.484375 -0.140625 2.96875 -0.140625 C 2.46875 -0.140625 1.265625 -0.484375 1.265625 -2.546875 L 1.265625 -2.765625 Z M 1.28125 -3 C 1.375 -4.875 2.421875 -5.09375 2.765625 -5.09375 C 4.046875 -5.09375 4.109375 -3.40625 4.125 -3 Z M 1.28125 -3 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 2.0625 -8.296875 L 0.390625 -8.15625 L 0.390625 -7.8125 C 1.203125 -7.8125 1.296875 -7.734375 1.296875 -7.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.3125 -0.03125 1.671875 -0.03125 C 2.03125 -0.03125 2.625 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.203125 -0.34375 2.0625 -0.34375 2.0625 -0.890625 Z M 2.0625 -8.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 4.328125 -4.421875 C 4.1875 -4.421875 3.734375 -4.421875 3.734375 -3.9375 C 3.734375 -3.640625 3.9375 -3.4375 4.234375 -3.4375 C 4.5 -3.4375 4.734375 -3.609375 4.734375 -3.953125 C 4.734375 -4.75 3.890625 -5.328125 2.921875 -5.328125 C 1.53125 -5.328125 0.421875 -4.09375 0.421875 -2.578125 C 0.421875 -1.046875 1.5625 0.125 2.921875 0.125 C 4.5 0.125 4.859375 -1.3125 4.859375 -1.421875 C 4.859375 -1.53125 4.765625 -1.53125 4.734375 -1.53125 C 4.625 -1.53125 4.609375 -1.5 4.578125 -1.34375 C 4.3125 -0.5 3.671875 -0.140625 3.03125 -0.140625 C 2.296875 -0.140625 1.328125 -0.78125 1.328125 -2.59375 C 1.328125 -4.578125 2.34375 -5.0625 2.9375 -5.0625 C 3.390625 -5.0625 4.046875 -4.890625 4.328125 -4.421875 Z M 4.328125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.703125 -5.265625 2.21875 -4.5 2.0625 -4.125 L 2.046875 -4.125 L 2.046875 -8.296875 L 0.375 -8.15625 L 0.375 -7.8125 C 1.1875 -7.8125 1.296875 -7.734375 1.296875 -7.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 2.0625 -4.8125 L 3.40625 -4.8125 L 3.40625 -5.15625 L 2.03125 -5.15625 L 2.03125 -6.546875 C 2.03125 -7.625 2.578125 -8.171875 3.078125 -8.171875 C 3.171875 -8.171875 3.34375 -8.15625 3.484375 -8.078125 C 3.4375 -8.0625 3.140625 -7.953125 3.140625 -7.609375 C 3.140625 -7.34375 3.328125 -7.140625 3.609375 -7.140625 C 3.890625 -7.140625 4.09375 -7.34375 4.09375 -7.625 C 4.09375 -8.0625 3.65625 -8.421875 3.078125 -8.421875 C 2.25 -8.421875 1.296875 -7.765625 1.296875 -6.546875 L 1.296875 -5.15625 L 0.375 -5.15625 L 0.375 -4.8125 L 1.296875 -4.8125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.390625 -0.03125 1.75 -0.03125 C 2.0625 -0.03125 2.921875 -0.03125 3.1875 0 L 3.1875 -0.34375 L 2.953125 -0.34375 C 2.078125 -0.34375 2.0625 -0.484375 2.0625 -0.90625 Z M 2.0625 -4.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 2.015625 -4.8125 L 3.6875 -4.8125 L 3.6875 -5.15625 L 2.015625 -5.15625 L 2.015625 -7.34375 L 1.75 -7.34375 C 1.734375 -6.234375 1.296875 -5.078125 0.21875 -5.046875 L 0.21875 -4.8125 L 1.234375 -4.8125 L 1.234375 -1.484375 C 1.234375 -0.15625 2.109375 0.125 2.75 0.125 C 3.5 0.125 3.890625 -0.625 3.890625 -1.484375 L 3.890625 -2.15625 L 3.640625 -2.15625 L 3.640625 -1.5 C 3.640625 -0.640625 3.28125 -0.140625 2.828125 -0.140625 C 2.015625 -0.140625 2.015625 -1.25 2.015625 -1.453125 Z M 2.015625 -4.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 10.671875 -7 C 10.859375 -7.5625 11.21875 -7.8125 11.8125 -7.8125 L 11.8125 -8.15625 C 11.296875 -8.140625 11.265625 -8.140625 10.75 -8.140625 C 10.4375 -8.140625 9.796875 -8.140625 9.5 -8.15625 L 9.5 -7.8125 C 10.234375 -7.8125 10.453125 -7.421875 10.453125 -7.1875 C 10.453125 -7.125 10.40625 -7.03125 10.390625 -6.9375 L 8.578125 -1.28125 L 6.640625 -7.296875 C 6.625 -7.328125 6.59375 -7.421875 6.59375 -7.453125 C 6.59375 -7.8125 7.234375 -7.8125 7.515625 -7.8125 L 7.515625 -8.15625 C 7.234375 -8.140625 6.34375 -8.140625 6 -8.140625 C 5.65625 -8.140625 4.921875 -8.140625 4.609375 -8.15625 L 4.609375 -7.8125 C 5.25 -7.8125 5.421875 -7.78125 5.546875 -7.5625 C 5.625 -7.40625 5.71875 -7.046875 5.875 -6.609375 L 4.15625 -1.28125 L 2.25 -7.234375 C 2.1875 -7.40625 2.1875 -7.421875 2.1875 -7.453125 C 2.1875 -7.8125 2.796875 -7.8125 3.109375 -7.8125 L 3.109375 -8.15625 C 2.828125 -8.140625 1.921875 -8.140625 1.59375 -8.140625 C 1.25 -8.140625 0.515625 -8.140625 0.203125 -8.15625 L 0.203125 -7.8125 C 0.84375 -7.8125 1.078125 -7.8125 1.21875 -7.359375 L 3.578125 0.03125 C 3.640625 0.203125 3.6875 0.25 3.796875 0.25 C 3.890625 0.25 3.953125 0.21875 4.015625 0.03125 L 6 -6.171875 L 8 0.03125 C 8.0625 0.21875 8.109375 0.25 8.21875 0.25 C 8.3125 0.25 8.359375 0.203125 8.421875 0.03125 Z M 10.671875 -7 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.53125 -7.8125 L 3.796875 -7.8125 L 3.796875 -8.15625 C 3.5 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.71875 -8.140625 0.4375 -8.15625 L 0.4375 -7.8125 L 0.6875 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.6875 -0.34375 L 0.4375 -0.34375 L 0.4375 0 C 0.71875 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.46875 -0.03125 3.5 -0.03125 3.796875 0 L 3.796875 -0.34375 L 3.53125 -0.34375 C 2.625 -0.34375 2.59375 -0.46875 2.59375 -0.90625 Z M 2.59375 -7.25 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 4.625 -8.3125 C 4.578125 -8.46875 4.546875 -8.53125 4.390625 -8.53125 C 4.21875 -8.53125 4.203125 -8.5 4.140625 -8.3125 L 1.640625 -1.15625 C 1.46875 -0.671875 1.140625 -0.359375 0.375 -0.34375 L 0.375 0 C 1.09375 -0.03125 1.125 -0.03125 1.515625 -0.03125 C 1.859375 -0.03125 2.421875 -0.03125 2.734375 0 L 2.734375 -0.34375 C 2.234375 -0.359375 1.9375 -0.609375 1.9375 -0.9375 C 1.9375 -1.015625 1.9375 -1.046875 2 -1.1875 L 2.546875 -2.78125 L 5.5625 -2.78125 L 6.21875 -0.90625 C 6.28125 -0.765625 6.28125 -0.734375 6.28125 -0.703125 C 6.28125 -0.34375 5.671875 -0.34375 5.359375 -0.34375 L 5.359375 0 C 5.640625 -0.03125 6.59375 -0.03125 6.921875 -0.03125 C 7.25 -0.03125 8.109375 -0.03125 8.390625 0 L 8.390625 -0.34375 C 7.609375 -0.34375 7.40625 -0.34375 7.234375 -0.84375 Z M 4.046875 -7.109375 L 5.4375 -3.125 L 2.671875 -3.125 Z M 4.046875 -7.109375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 2.328125 0.046875 C 2.328125 -0.6875 2.078125 -1.15625 1.609375 -1.15625 C 1.265625 -1.15625 1.046875 -0.890625 1.046875 -0.578125 C 1.046875 -0.265625 1.265625 0 1.625 0 C 1.8125 0 1.9375 -0.078125 2.015625 -0.140625 C 2.046875 -0.171875 2.0625 -0.171875 2.0625 -0.171875 C 2.09375 -0.171875 2.09375 -0.015625 2.09375 0.046875 C 2.09375 0.8125 1.78125 1.53125 1.25 2.078125 C 1.203125 2.109375 1.1875 2.140625 1.1875 2.1875 C 1.1875 2.25 1.25 2.3125 1.3125 2.3125 C 1.421875 2.3125 2.328125 1.421875 2.328125 0.046875 Z M 2.328125 0.046875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 8.453125 -4.046875 C 8.453125 -6.53125 6.640625 -8.421875 4.546875 -8.421875 C 2.421875 -8.421875 0.640625 -6.5 0.640625 -4.046875 C 0.640625 -1.625 2.453125 0.25 4.546875 0.25 C 6.6875 0.25 8.453125 -1.65625 8.453125 -4.046875 Z M 4.546875 -0.03125 C 3.328125 -0.03125 1.75 -1.171875 1.75 -4.234375 C 1.75 -7.15625 3.421875 -8.15625 4.546875 -8.15625 C 5.71875 -8.15625 7.34375 -7.125 7.34375 -4.234375 C 7.34375 -1.125 5.71875 -0.03125 4.546875 -0.03125 Z M 4.546875 -0.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 3.234375 -2.265625 L 3.234375 -2.90625 L 0.125 -2.90625 L 0.125 -2.265625 Z M 3.234375 -2.265625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 2.078125 -7.359375 C 2.078125 -7.671875 1.828125 -7.953125 1.5 -7.953125 C 1.1875 -7.953125 0.921875 -7.703125 0.921875 -7.375 C 0.921875 -7.015625 1.203125 -6.796875 1.5 -6.796875 C 1.859375 -6.796875 2.078125 -7.09375 2.078125 -7.359375 Z M 0.4375 -5.140625 L 0.4375 -4.796875 C 1.1875 -4.796875 1.296875 -4.71875 1.296875 -4.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.296875 -0.03125 1.65625 -0.03125 C 1.78125 -0.03125 2.46875 -0.03125 2.875 0 L 2.875 -0.34375 C 2.109375 -0.34375 2.0625 -0.40625 2.0625 -0.875 L 2.0625 -5.265625 Z M 0.4375 -5.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 3.578125 -8.15625 L 3.578125 -7.8125 C 4.40625 -7.8125 4.5 -7.734375 4.5 -7.140625 L 4.5 -4.5 C 4.25 -4.859375 3.734375 -5.265625 3 -5.265625 C 1.609375 -5.265625 0.421875 -4.09375 0.421875 -2.5625 C 0.421875 -1.046875 1.546875 0.125 2.875 0.125 C 3.78125 0.125 4.296875 -0.484375 4.46875 -0.703125 L 4.46875 0.125 L 6.15625 0 L 6.15625 -0.34375 C 5.34375 -0.34375 5.25 -0.4375 5.25 -1.015625 L 5.25 -8.296875 Z M 4.46875 -1.40625 C 4.46875 -1.1875 4.46875 -1.140625 4.296875 -0.890625 C 4.015625 -0.46875 3.53125 -0.125 2.921875 -0.125 C 2.625 -0.125 1.328125 -0.234375 1.328125 -2.5625 C 1.328125 -3.421875 1.46875 -3.890625 1.734375 -4.296875 C 1.96875 -4.65625 2.453125 -5.03125 3.046875 -5.03125 C 3.796875 -5.03125 4.203125 -4.5 4.328125 -4.296875 C 4.46875 -4.09375 4.46875 -4.078125 4.46875 -3.859375 Z M 4.46875 -1.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-24">
|
||||
<path style="stroke:none;" d="M 6.8125 -2.75 C 6.8125 -1.078125 5.671875 -0.09375 4.546875 -0.09375 C 3.84375 -0.09375 2.59375 -0.578125 2.59375 -2.671875 L 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.484375 -7.8125 L 3.734375 -7.8125 L 3.734375 -8.15625 C 3.4375 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.78125 -8.140625 0.484375 -8.15625 L 0.484375 -7.8125 L 0.734375 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -2.734375 C 1.625 -1 3.015625 0.25 4.53125 0.25 C 6.1875 0.25 7.140625 -1.375 7.140625 -2.5625 L 7.140625 -7.09375 C 7.140625 -7.8125 8.0625 -7.8125 8.265625 -7.8125 L 8.265625 -8.15625 C 7.953125 -8.140625 7.3125 -8.140625 6.984375 -8.140625 C 6.640625 -8.140625 5.984375 -8.140625 5.671875 -8.15625 L 5.671875 -7.8125 C 6.8125 -7.8125 6.8125 -7.25 6.8125 -6.9375 Z M 6.8125 -2.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-25">
|
||||
<path style="stroke:none;" d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-26">
|
||||
<path style="stroke:none;" d="M 4.875 -4.015625 C 4.984375 -4.28125 5.1875 -4.796875 5.953125 -4.8125 L 5.953125 -5.15625 C 5.609375 -5.125 5.4375 -5.125 5.0625 -5.125 C 4.8125 -5.125 4.640625 -5.125 4.09375 -5.15625 L 4.09375 -4.8125 C 4.59375 -4.78125 4.65625 -4.421875 4.65625 -4.296875 C 4.65625 -4.1875 4.625 -4.125 4.5625 -3.984375 L 3.34375 -0.890625 L 2.015625 -4.265625 C 1.953125 -4.4375 1.9375 -4.4375 1.9375 -4.5 C 1.9375 -4.8125 2.390625 -4.8125 2.609375 -4.8125 L 2.609375 -5.15625 C 2.3125 -5.125 1.6875 -5.125 1.359375 -5.125 C 0.96875 -5.125 0.9375 -5.125 0.21875 -5.15625 L 0.21875 -4.8125 C 0.890625 -4.8125 1 -4.75 1.140625 -4.390625 L 2.859375 -0.109375 C 2.921875 0.0625 2.9375 0.125 3.078125 0.125 C 3.171875 0.125 3.234375 0.09375 3.328125 -0.109375 Z M 4.875 -4.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-27">
|
||||
<path style="stroke:none;" d="M 0.515625 -8.15625 L 0.515625 -7.8125 L 0.75 -7.8125 C 1.609375 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -0.90625 C 1.65625 -0.46875 1.609375 -0.34375 0.75 -0.34375 L 0.515625 -0.34375 L 0.515625 0 L 5.015625 0 C 6.546875 0 7.625 -1.046875 7.625 -2.1875 C 7.625 -3.15625 6.75 -4.109375 5.328125 -4.265625 C 6.46875 -4.484375 7.296875 -5.25 7.296875 -6.140625 C 7.296875 -7.171875 6.25 -8.15625 4.6875 -8.15625 Z M 2.5625 -4.359375 L 2.5625 -7.34375 C 2.5625 -7.734375 2.578125 -7.8125 3.109375 -7.8125 L 4.609375 -7.8125 C 5.8125 -7.8125 6.234375 -6.796875 6.234375 -6.140625 C 6.234375 -5.359375 5.625 -4.359375 4.296875 -4.359375 Z M 3.109375 -0.34375 C 2.578125 -0.34375 2.5625 -0.4375 2.5625 -0.828125 L 2.5625 -4.125 L 4.796875 -4.125 C 5.9375 -4.125 6.53125 -3.125 6.53125 -2.203125 C 6.53125 -1.234375 5.8125 -0.34375 4.640625 -0.34375 Z M 3.109375 -0.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-28">
|
||||
<path style="stroke:none;" d="M 8.578125 -2.90625 C 8.578125 -4.015625 8.578125 -4.34375 8.296875 -4.734375 C 7.953125 -5.203125 7.390625 -5.265625 6.984375 -5.265625 C 5.984375 -5.265625 5.484375 -4.546875 5.296875 -4.09375 C 5.125 -5.015625 4.484375 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.46875 -0.34375 5.3125 -0.34375 5.3125 -0.890625 L 5.3125 -3.109375 C 5.3125 -4.359375 6.140625 -5.03125 6.890625 -5.03125 C 7.625 -5.03125 7.796875 -4.421875 7.796875 -3.6875 L 7.796875 -0.890625 C 7.796875 -0.34375 7.65625 -0.34375 6.890625 -0.34375 L 6.890625 0 C 7.203125 -0.03125 7.84375 -0.03125 8.171875 -0.03125 C 8.515625 -0.03125 9.171875 -0.03125 9.484375 0 L 9.484375 -0.34375 C 8.875 -0.34375 8.578125 -0.34375 8.578125 -0.703125 Z M 8.578125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 1.421875 -2.15625 C 1.984375 -1.796875 2.46875 -1.796875 2.59375 -1.796875 C 3.671875 -1.796875 4.46875 -2.609375 4.46875 -3.53125 C 4.46875 -3.84375 4.375 -4.296875 4 -4.6875 C 4.453125 -5.15625 5.015625 -5.15625 5.078125 -5.15625 C 5.125 -5.15625 5.1875 -5.15625 5.234375 -5.140625 C 5.109375 -5.09375 5.0625 -4.96875 5.0625 -4.84375 C 5.0625 -4.671875 5.171875 -4.53125 5.359375 -4.53125 C 5.46875 -4.53125 5.671875 -4.59375 5.671875 -4.859375 C 5.671875 -5.0625 5.515625 -5.40625 5.09375 -5.40625 C 4.46875 -5.40625 4 -5.015625 3.84375 -4.84375 C 3.484375 -5.109375 3.0625 -5.265625 2.609375 -5.265625 C 1.53125 -5.265625 0.734375 -4.453125 0.734375 -3.53125 C 0.734375 -2.859375 1.140625 -2.421875 1.265625 -2.3125 C 1.125 -2.125 0.90625 -1.78125 0.90625 -1.3125 C 0.90625 -0.625 1.328125 -0.328125 1.421875 -0.265625 C 0.875 -0.109375 0.328125 0.328125 0.328125 0.9375 C 0.328125 1.765625 1.453125 2.453125 2.921875 2.453125 C 4.34375 2.453125 5.515625 1.8125 5.515625 0.921875 C 5.515625 0.625 5.4375 -0.078125 4.71875 -0.453125 C 4.109375 -0.765625 3.515625 -0.765625 2.484375 -0.765625 C 1.75 -0.765625 1.671875 -0.765625 1.453125 -0.984375 C 1.34375 -1.109375 1.234375 -1.34375 1.234375 -1.59375 C 1.234375 -1.796875 1.296875 -2 1.421875 -2.15625 Z M 2.609375 -2.046875 C 1.546875 -2.046875 1.546875 -3.25 1.546875 -3.53125 C 1.546875 -3.734375 1.546875 -4.234375 1.75 -4.546875 C 1.984375 -4.90625 2.34375 -5.015625 2.59375 -5.015625 C 3.640625 -5.015625 3.640625 -3.8125 3.640625 -3.53125 C 3.640625 -3.328125 3.640625 -2.828125 3.4375 -2.515625 C 3.21875 -2.15625 2.859375 -2.046875 2.609375 -2.046875 Z M 2.921875 2.203125 C 1.78125 2.203125 0.90625 1.609375 0.90625 0.9375 C 0.90625 0.84375 0.9375 0.375 1.390625 0.0625 C 1.65625 -0.109375 1.75 -0.109375 2.59375 -0.109375 C 3.578125 -0.109375 4.9375 -0.109375 4.9375 0.9375 C 4.9375 1.640625 4.03125 2.203125 2.921875 2.203125 Z M 2.921875 2.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 2.75 -7.9375 C 2.671875 -8.15625 2.65625 -8.15625 2.375 -8.15625 L 0.53125 -8.15625 L 0.53125 -7.8125 L 0.765625 -7.8125 C 1.625 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -1.234375 C 1.65625 -0.90625 1.65625 -0.34375 0.53125 -0.34375 L 0.53125 0 C 0.84375 -0.03125 1.46875 -0.03125 1.8125 -0.03125 C 2.140625 -0.03125 2.765625 -0.03125 3.078125 0 L 3.078125 -0.34375 C 1.953125 -0.34375 1.953125 -0.90625 1.953125 -1.234375 L 1.953125 -7.75 L 4.84375 -0.234375 C 4.890625 -0.09375 4.921875 0 5.046875 0 C 5.15625 0 5.171875 -0.0625 5.25 -0.234375 L 8.15625 -7.8125 L 8.15625 -0.90625 C 8.15625 -0.46875 8.125 -0.34375 7.265625 -0.34375 L 7.03125 -0.34375 L 7.03125 0 C 7.296875 -0.03125 8.265625 -0.03125 8.609375 -0.03125 C 8.953125 -0.03125 9.90625 -0.03125 10.1875 0 L 10.1875 -0.34375 L 9.9375 -0.34375 C 9.078125 -0.34375 9.046875 -0.46875 9.046875 -0.90625 L 9.046875 -7.25 C 9.046875 -7.703125 9.078125 -7.8125 9.9375 -7.8125 L 10.1875 -7.8125 L 10.1875 -8.15625 L 8.328125 -8.15625 C 8.0625 -8.15625 8.0625 -8.15625 7.953125 -7.921875 L 5.359375 -1.125 Z M 2.75 -7.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 3.4375 -7.65625 C 3.4375 -7.9375 3.4375 -7.953125 3.203125 -7.953125 C 2.921875 -7.625 2.3125 -7.1875 1.09375 -7.1875 L 1.09375 -6.84375 C 1.359375 -6.84375 1.953125 -6.84375 2.625 -7.140625 L 2.625 -0.921875 C 2.625 -0.484375 2.578125 -0.34375 1.53125 -0.34375 L 1.15625 -0.34375 L 1.15625 0 C 1.484375 -0.03125 2.640625 -0.03125 3.03125 -0.03125 C 3.4375 -0.03125 4.578125 -0.03125 4.90625 0 L 4.90625 -0.34375 L 4.53125 -0.34375 C 3.484375 -0.34375 3.4375 -0.484375 3.4375 -0.921875 Z M 3.4375 -7.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 5.359375 -3.828125 C 5.359375 -4.8125 5.296875 -5.78125 4.859375 -6.6875 C 4.375 -7.6875 3.515625 -7.953125 2.921875 -7.953125 C 2.234375 -7.953125 1.390625 -7.609375 0.9375 -6.609375 C 0.609375 -5.859375 0.484375 -5.109375 0.484375 -3.828125 C 0.484375 -2.671875 0.578125 -1.796875 1 -0.9375 C 1.46875 -0.03125 2.296875 0.25 2.921875 0.25 C 3.953125 0.25 4.546875 -0.375 4.90625 -1.0625 C 5.328125 -1.953125 5.359375 -3.125 5.359375 -3.828125 Z M 2.921875 0.015625 C 2.53125 0.015625 1.75 -0.203125 1.53125 -1.5 C 1.40625 -2.21875 1.40625 -3.125 1.40625 -3.96875 C 1.40625 -4.953125 1.40625 -5.828125 1.59375 -6.53125 C 1.796875 -7.34375 2.40625 -7.703125 2.921875 -7.703125 C 3.375 -7.703125 4.0625 -7.4375 4.296875 -6.40625 C 4.453125 -5.71875 4.453125 -4.78125 4.453125 -3.96875 C 4.453125 -3.171875 4.453125 -2.265625 4.3125 -1.53125 C 4.09375 -0.21875 3.328125 0.015625 2.921875 0.015625 Z M 2.921875 0.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 5.265625 -2.015625 L 5 -2.015625 C 4.953125 -1.8125 4.859375 -1.140625 4.75 -0.953125 C 4.65625 -0.84375 3.984375 -0.84375 3.625 -0.84375 L 1.40625 -0.84375 C 1.734375 -1.125 2.46875 -1.890625 2.765625 -2.171875 C 4.59375 -3.84375 5.265625 -4.46875 5.265625 -5.65625 C 5.265625 -7.03125 4.171875 -7.953125 2.78125 -7.953125 C 1.40625 -7.953125 0.578125 -6.765625 0.578125 -5.734375 C 0.578125 -5.125 1.109375 -5.125 1.140625 -5.125 C 1.40625 -5.125 1.703125 -5.3125 1.703125 -5.6875 C 1.703125 -6.03125 1.484375 -6.25 1.140625 -6.25 C 1.046875 -6.25 1.015625 -6.25 0.984375 -6.234375 C 1.203125 -7.046875 1.859375 -7.609375 2.625 -7.609375 C 3.640625 -7.609375 4.265625 -6.75 4.265625 -5.65625 C 4.265625 -4.640625 3.6875 -3.75 3 -2.984375 L 0.578125 -0.28125 L 0.578125 0 L 4.953125 0 Z M 5.265625 -2.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 3.296875 -1.046875 C 3.359375 -1 3.390625 -1 3.421875 -1 C 3.546875 -1 3.671875 -1.109375 3.671875 -1.25 C 3.671875 -1.40625 3.578125 -1.4375 3.46875 -1.484375 C 2.9375 -1.734375 2.734375 -1.828125 2.34375 -1.984375 L 3.28125 -2.40625 C 3.34375 -2.4375 3.5 -2.5 3.5625 -2.53125 C 3.640625 -2.578125 3.671875 -2.65625 3.671875 -2.71875 C 3.671875 -2.828125 3.625 -2.96875 3.375 -2.96875 L 2.234375 -2.1875 L 2.34375 -3.375 C 2.359375 -3.5 2.34375 -3.703125 2.109375 -3.703125 C 1.96875 -3.703125 1.859375 -3.578125 1.875 -3.46875 L 1.875 -3.375 L 1.984375 -2.1875 L 0.9375 -2.921875 C 0.859375 -2.96875 0.84375 -2.96875 0.796875 -2.96875 C 0.671875 -2.96875 0.5625 -2.875 0.5625 -2.71875 C 0.5625 -2.578125 0.640625 -2.546875 0.75 -2.484375 C 1.296875 -2.234375 1.484375 -2.15625 1.875 -1.984375 L 0.9375 -1.5625 C 0.875 -1.546875 0.71875 -1.46875 0.65625 -1.453125 C 0.578125 -1.40625 0.5625 -1.328125 0.5625 -1.25 C 0.5625 -1.109375 0.671875 -1 0.796875 -1 C 0.859375 -1 0.875 -1 1.078125 -1.140625 L 1.984375 -1.78125 L 1.875 -0.5 C 1.875 -0.34375 2.015625 -0.265625 2.109375 -0.265625 C 2.21875 -0.265625 2.34375 -0.34375 2.34375 -0.5 C 2.34375 -0.578125 2.3125 -0.84375 2.3125 -0.9375 C 2.28125 -1.203125 2.25 -1.5 2.234375 -1.78125 Z M 3.296875 -1.046875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 4.96875 -9 C 4.96875 -9.40625 4.9375 -9.40625 4.46875 -9.40625 C 3.40625 -8.484375 1.828125 -8.484375 1.5 -8.484375 L 1.234375 -8.484375 L 1.234375 -7.875 L 1.5 -7.875 C 2.015625 -7.875 2.765625 -7.953125 3.34375 -8.140625 L 3.34375 -0.609375 L 1.34375 -0.609375 L 1.34375 0 C 1.953125 -0.03125 3.453125 -0.03125 4.125 -0.03125 C 4.8125 -0.03125 6.328125 -0.03125 6.921875 0 L 6.921875 -0.609375 L 4.96875 -0.609375 Z M 4.96875 -9 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 10.328125 -9.703125 L 0.875 -9.703125 L 0.59375 -6.3125 L 1.1875 -6.3125 C 1.3125 -7.875 1.4375 -9.09375 3.5 -9.09375 L 4.65625 -9.09375 L 4.65625 -0.609375 L 2.5 -0.609375 L 2.5 0 C 3.640625 -0.03125 5.125 -0.03125 5.609375 -0.03125 C 6.484375 -0.03125 7.578125 -0.03125 8.71875 0 L 8.71875 -0.609375 L 6.5625 -0.609375 L 6.5625 -9.09375 L 7.703125 -9.09375 C 9.765625 -9.09375 9.890625 -7.890625 10.015625 -6.3125 L 10.609375 -6.3125 Z M 10.328125 -9.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 2.984375 -3.234375 C 2.984375 -3.703125 3.078125 -5.984375 4.765625 -5.984375 C 4.5625 -5.828125 4.453125 -5.578125 4.453125 -5.328125 C 4.453125 -4.734375 4.9375 -4.484375 5.296875 -4.484375 C 5.65625 -4.484375 6.125 -4.734375 6.125 -5.328125 C 6.125 -6.046875 5.375 -6.453125 4.6875 -6.453125 C 3.5625 -6.453125 3.0625 -5.46875 2.875 -4.859375 L 2.859375 -4.859375 L 2.859375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.90625 -0.03125 2.3125 -0.03125 C 2.71875 -0.03125 3.890625 -0.03125 4.234375 0 L 4.234375 -0.609375 L 2.984375 -0.609375 Z M 2.984375 -3.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 5.0625 -6.34375 L 5.0625 -5.71875 C 5.953125 -5.71875 6.046875 -5.71875 6.046875 -5.15625 L 6.046875 -2.359375 C 6.046875 -1.265625 5.40625 -0.390625 4.28125 -0.390625 C 3.21875 -0.390625 3.15625 -0.75 3.15625 -1.53125 L 3.15625 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -1.765625 C 1.59375 -0.328125 2.546875 0.09375 4.09375 0.09375 C 4.4375 0.09375 5.5 0.09375 6.109375 -1.078125 L 6.125 -1.078125 L 6.125 0.09375 L 8.609375 0 L 8.609375 -0.609375 C 7.71875 -0.609375 7.609375 -0.609375 7.609375 -1.171875 L 7.609375 -6.453125 Z M 5.0625 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 11.9375 -9.953125 C 11.8125 -9.9375 11.0625 -9.890625 11 -9.890625 C 10.953125 -9.890625 10.9375 -9.890625 10.78125 -9.921875 C 10.40625 -10.046875 9.921875 -10.046875 9.765625 -10.046875 C 9.15625 -10.046875 8 -10 7.015625 -9.46875 C 6.453125 -10.046875 5.53125 -10.046875 5.265625 -10.046875 C 3.640625 -10.046875 1.484375 -9.546875 1.484375 -7.8125 L 1.484375 -6.375 L 0.4375 -6.375 L 0.4375 -5.75 L 1.484375 -5.75 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.84375 -0.03125 2.234375 -0.03125 C 2.625 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 L 2.984375 -0.609375 L 2.984375 -5.75 L 5.96875 -5.75 L 5.96875 -0.609375 L 4.984375 -0.609375 L 4.984375 0 C 5.3125 -0.03125 6.328125 -0.03125 6.71875 -0.03125 C 7.09375 -0.03125 8.125 -0.03125 8.453125 0 L 8.453125 -0.609375 L 7.453125 -0.609375 L 7.453125 -5.75 L 10.4375 -5.75 L 10.4375 -0.609375 L 9.453125 -0.609375 L 9.453125 0 C 9.78125 -0.03125 10.796875 -0.03125 11.1875 -0.03125 C 11.578125 -0.03125 12.59375 -0.03125 12.921875 0 L 12.921875 -0.609375 L 11.9375 -0.609375 Z M 2.90625 -6.375 L 2.90625 -7.796875 C 2.90625 -9.359375 4.421875 -9.5625 5.15625 -9.5625 C 5.671875 -9.5625 6.015625 -9.453125 6.125 -9.40625 C 5.90625 -9.3125 5.6875 -9.046875 5.6875 -8.65625 C 5.6875 -8.328125 5.828125 -8.125 5.96875 -8.015625 L 5.96875 -6.375 Z M 10.4375 -6.375 L 7.390625 -6.375 L 7.390625 -7.796875 C 7.390625 -9.21875 8.65625 -9.5625 9.671875 -9.5625 C 9.75 -9.5625 10.40625 -9.546875 10.40625 -9.484375 C 10.40625 -9.46875 10.40625 -9.453125 10.375 -9.40625 C 10.21875 -9.25 10.15625 -9.046875 10.15625 -8.828125 C 10.15625 -8.75 10.15625 -8.421875 10.4375 -8.203125 Z M 10.4375 -6.375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 Z M 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 2.171875 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4 -6.453125 3.296875 -5.4375 3.09375 -5 L 3.078125 -5 L 3.078125 -9.953125 L 0.609375 -9.84375 L 0.609375 -9.21875 C 1.484375 -9.21875 1.59375 -9.21875 1.59375 -8.65625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 Z M 7.609375 -4.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 Z M 7.609375 -4.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 Z M 3.03125 -5.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 7.25 -3.078125 L 6.640625 -3.078125 C 6.59375 -2.78125 6.5 -1.9375 6.28125 -1.796875 C 6.171875 -1.6875 5.046875 -1.6875 4.828125 -1.6875 L 2.609375 -1.6875 C 3.15625 -2.15625 4.453125 -3.234375 4.671875 -3.40625 C 6.265625 -4.59375 7.25 -5.328125 7.25 -6.703125 C 7.25 -8.390625 5.703125 -9.40625 3.8125 -9.40625 C 2.1875 -9.40625 0.796875 -8.484375 0.796875 -7.125 C 0.796875 -6.375 1.421875 -6.15625 1.75 -6.15625 C 2.1875 -6.15625 2.71875 -6.453125 2.71875 -7.109375 C 2.71875 -7.71875 2.265625 -8.015625 1.828125 -8.078125 C 2.390625 -8.734375 3.15625 -8.796875 3.453125 -8.796875 C 4.78125 -8.796875 5.40625 -7.71875 5.40625 -6.6875 C 5.40625 -5.5625 4.640625 -4.53125 4.0625 -3.921875 L 0.953125 -0.65625 C 0.796875 -0.53125 0.796875 -0.5 0.796875 -0.25 L 0.796875 0 L 6.828125 0 Z M 7.25 -3.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.859375 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 3.203125 -8.9375 C 3.203125 -9.53125 2.71875 -9.96875 2.171875 -9.96875 C 1.578125 -9.96875 1.140625 -9.484375 1.140625 -8.9375 C 1.140625 -8.390625 1.578125 -7.90625 2.171875 -7.90625 C 2.71875 -7.90625 3.203125 -8.34375 3.203125 -8.9375 Z M 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 Z M 0.671875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 Z M 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 Z M 3.0625 -5.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 Z M 5.40625 -6.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-1">
|
||||
<path style="stroke:none;" d="M 4.140625 -7.5 C 4.140625 -7.84375 4.109375 -7.84375 3.734375 -7.84375 C 2.84375 -7.078125 1.515625 -7.078125 1.25 -7.078125 L 1.03125 -7.078125 L 1.03125 -6.5625 L 1.25 -6.5625 C 1.671875 -6.5625 2.3125 -6.640625 2.78125 -6.796875 L 2.78125 -0.515625 L 1.125 -0.515625 L 1.125 0 C 1.625 -0.03125 2.875 -0.03125 3.4375 -0.03125 C 4 -0.03125 5.265625 -0.03125 5.765625 0 L 5.765625 -0.515625 L 4.140625 -0.515625 Z M 4.140625 -7.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-2">
|
||||
<path style="stroke:none;" d="M 2.71875 -0.859375 C 2.71875 -1.34375 2.328125 -1.71875 1.859375 -1.71875 C 1.40625 -1.71875 1 -1.34375 1 -0.859375 C 1 -0.375 1.40625 0 1.859375 0 C 2.328125 0 2.71875 -0.375 2.71875 -0.859375 Z M 2.71875 -0.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-3">
|
||||
<path style="stroke:none;" d="M 8.78125 -7.6875 L 10.046875 -7.6875 L 10.046875 -8.203125 C 9.703125 -8.171875 8.421875 -8.171875 8 -8.171875 C 7.5625 -8.171875 6.28125 -8.171875 5.9375 -8.203125 L 5.9375 -7.6875 L 7.203125 -7.6875 L 7.203125 -4.515625 L 3.296875 -4.515625 L 3.296875 -7.6875 L 4.5625 -7.6875 L 4.5625 -8.203125 C 4.21875 -8.171875 2.9375 -8.171875 2.515625 -8.171875 C 2.078125 -8.171875 0.796875 -8.171875 0.453125 -8.203125 L 0.453125 -7.6875 L 1.71875 -7.6875 L 1.71875 -0.515625 L 0.453125 -0.515625 L 0.453125 0 C 0.796875 -0.03125 2.078125 -0.03125 2.515625 -0.03125 C 2.9375 -0.03125 4.21875 -0.03125 4.5625 0 L 4.5625 -0.515625 L 3.296875 -0.515625 L 3.296875 -4 L 7.203125 -4 L 7.203125 -0.515625 L 5.9375 -0.515625 L 5.9375 0 C 6.28125 -0.03125 7.5625 -0.03125 8 -0.03125 C 8.421875 -0.03125 9.703125 -0.03125 10.046875 0 L 10.046875 -0.515625 L 8.78125 -0.515625 Z M 8.78125 -7.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-4">
|
||||
<path style="stroke:none;" d="M 4.21875 -5.28125 L 4.21875 -4.765625 C 4.953125 -4.765625 5.046875 -4.765625 5.046875 -4.296875 L 5.046875 -1.953125 C 5.046875 -1.046875 4.5 -0.328125 3.578125 -0.328125 C 2.671875 -0.328125 2.625 -0.625 2.625 -1.28125 L 2.625 -5.375 L 0.5 -5.28125 L 0.5 -4.765625 C 1.25 -4.765625 1.328125 -4.765625 1.328125 -4.296875 L 1.328125 -1.46875 C 1.328125 -0.28125 2.125 0.078125 3.40625 0.078125 C 3.6875 0.078125 4.578125 0.078125 5.09375 -0.890625 L 5.109375 -0.890625 L 5.109375 0.078125 L 7.171875 0 L 7.171875 -0.515625 C 6.4375 -0.515625 6.34375 -0.515625 6.34375 -0.984375 L 6.34375 -5.375 Z M 4.21875 -5.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-5">
|
||||
<path style="stroke:none;" d="M 6.34375 -3.65625 C 6.34375 -4.796875 5.859375 -5.375 4.546875 -5.375 C 3.6875 -5.375 2.9375 -4.953125 2.53125 -4.0625 L 2.515625 -4.0625 L 2.515625 -5.375 L 0.5 -5.28125 L 0.5 -4.765625 C 1.25 -4.765625 1.328125 -4.765625 1.328125 -4.296875 L 1.328125 -0.515625 L 0.5 -0.515625 L 0.5 0 C 0.78125 -0.03125 1.640625 -0.03125 1.96875 -0.03125 C 2.3125 -0.03125 3.171875 -0.03125 3.453125 0 L 3.453125 -0.515625 L 2.625 -0.515625 L 2.625 -3.0625 C 2.625 -4.34375 3.578125 -4.984375 4.34375 -4.984375 C 4.796875 -4.984375 5.046875 -4.703125 5.046875 -3.796875 L 5.046875 -0.515625 L 4.21875 -0.515625 L 4.21875 0 C 4.5 -0.03125 5.359375 -0.03125 5.6875 -0.03125 C 6.03125 -0.03125 6.890625 -0.03125 7.171875 0 L 7.171875 -0.515625 L 6.34375 -0.515625 Z M 6.34375 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-6">
|
||||
<path style="stroke:none;" d="M 2.515625 -4.796875 L 4.25 -4.796875 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.59375 L 2.015625 -7.59375 C 2.015625 -6.40625 1.4375 -5.21875 0.25 -5.1875 L 0.25 -4.796875 L 1.21875 -4.796875 L 1.21875 -1.46875 C 1.21875 -0.203125 2.203125 0.078125 3.0625 0.078125 C 3.9375 0.078125 4.46875 -0.59375 4.46875 -1.484375 L 4.46875 -2.109375 L 3.96875 -2.109375 L 3.96875 -1.5 C 3.96875 -0.703125 3.609375 -0.359375 3.234375 -0.359375 C 2.515625 -0.359375 2.515625 -1.15625 2.515625 -1.4375 Z M 2.515625 -4.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-7">
|
||||
<path style="stroke:none;" d="M 8.609375 -4.5 C 8.6875 -4.703125 8.71875 -4.796875 9.421875 -4.796875 L 9.421875 -5.3125 C 9.078125 -5.28125 8.921875 -5.28125 8.484375 -5.28125 C 8 -5.28125 7.84375 -5.28125 7.40625 -5.3125 L 7.40625 -4.796875 C 7.515625 -4.796875 8.109375 -4.796875 8.109375 -4.640625 C 8.109375 -4.625 8.109375 -4.609375 8.0625 -4.5 L 6.796875 -1.390625 L 5.421875 -4.796875 L 6.109375 -4.796875 L 6.109375 -5.3125 C 5.828125 -5.28125 5.109375 -5.28125 4.796875 -5.28125 C 4.1875 -5.28125 4.15625 -5.28125 3.5625 -5.3125 L 3.5625 -4.796875 L 4.265625 -4.796875 C 4.296875 -4.703125 4.359375 -4.546875 4.40625 -4.4375 C 4.453125 -4.359375 4.5625 -4.078125 4.5625 -4.015625 C 4.5625 -4 4.53125 -3.90625 4.515625 -3.875 L 3.609375 -1.609375 L 2.3125 -4.796875 L 3 -4.796875 L 3 -5.3125 C 2.71875 -5.28125 1.90625 -5.28125 1.59375 -5.28125 C 1.203125 -5.28125 0.640625 -5.28125 0.28125 -5.3125 L 0.28125 -4.796875 L 0.984375 -4.796875 L 2.8125 -0.234375 C 2.890625 -0.03125 2.9375 0.0625 3.203125 0.0625 C 3.328125 0.0625 3.484375 0.0625 3.578125 -0.171875 L 4.84375 -3.34375 L 6.109375 -0.203125 C 6.21875 0.0625 6.34375 0.0625 6.484375 0.0625 C 6.75 0.0625 6.796875 -0.015625 6.875 -0.234375 Z M 8.609375 -4.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-8">
|
||||
<path style="stroke:none;" d="M 2.671875 -7.453125 C 2.671875 -7.9375 2.265625 -8.3125 1.8125 -8.3125 C 1.3125 -8.3125 0.9375 -7.90625 0.9375 -7.453125 C 0.9375 -7 1.3125 -6.59375 1.8125 -6.59375 C 2.265625 -6.59375 2.671875 -6.953125 2.671875 -7.453125 Z M 0.5625 -5.28125 L 0.5625 -4.765625 C 1.265625 -4.765625 1.34375 -4.765625 1.34375 -4.296875 L 1.34375 -0.515625 L 0.53125 -0.515625 L 0.53125 0 C 0.796875 -0.03125 1.625 -0.03125 1.953125 -0.03125 C 2.28125 -0.03125 3.046875 -0.03125 3.328125 0 L 3.328125 -0.515625 L 2.59375 -0.515625 L 2.59375 -5.375 Z M 0.5625 -5.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-9">
|
||||
<path style="stroke:none;" d="M 6.34375 -3.65625 C 6.34375 -4.796875 5.859375 -5.375 4.546875 -5.375 C 3.328125 -5.375 2.75 -4.53125 2.578125 -4.171875 L 2.5625 -4.171875 L 2.5625 -8.296875 L 0.5 -8.203125 L 0.5 -7.6875 C 1.25 -7.6875 1.328125 -7.6875 1.328125 -7.21875 L 1.328125 -0.515625 L 0.5 -0.515625 L 0.5 0 C 0.78125 -0.03125 1.640625 -0.03125 1.96875 -0.03125 C 2.3125 -0.03125 3.171875 -0.03125 3.453125 0 L 3.453125 -0.515625 L 2.625 -0.515625 L 2.625 -3.0625 C 2.625 -4.34375 3.578125 -4.984375 4.34375 -4.984375 C 4.796875 -4.984375 5.046875 -4.703125 5.046875 -3.796875 L 5.046875 -0.515625 L 4.21875 -0.515625 L 4.21875 0 C 4.5 -0.03125 5.359375 -0.03125 5.6875 -0.03125 C 6.03125 -0.03125 6.890625 -0.03125 7.171875 0 L 7.171875 -0.515625 L 6.34375 -0.515625 Z M 6.34375 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-10">
|
||||
<path style="stroke:none;" d="M 5.5 -3.578125 C 5.5 -4.671875 4.625 -5.421875 2.9375 -5.421875 C 2.265625 -5.421875 0.859375 -5.359375 0.859375 -4.34375 C 0.859375 -3.84375 1.25 -3.640625 1.5625 -3.640625 C 1.921875 -3.640625 2.265625 -3.890625 2.265625 -4.34375 C 2.265625 -4.5625 2.1875 -4.78125 1.984375 -4.90625 C 2.375 -5.015625 2.671875 -5.015625 2.890625 -5.015625 C 3.703125 -5.015625 4.203125 -4.5625 4.203125 -3.578125 L 4.203125 -3.109375 C 2.3125 -3.109375 0.40625 -2.578125 0.40625 -1.25 C 0.40625 -0.171875 1.796875 0.078125 2.625 0.078125 C 3.53125 0.078125 4.125 -0.4375 4.359375 -0.953125 C 4.359375 -0.515625 4.359375 0 5.5625 0 L 6.1875 0 C 6.4375 0 6.53125 0 6.53125 -0.265625 C 6.53125 -0.515625 6.421875 -0.515625 6.25 -0.515625 C 5.5 -0.53125 5.5 -0.71875 5.5 -0.984375 Z M 4.203125 -1.65625 C 4.203125 -0.53125 3.1875 -0.328125 2.8125 -0.328125 C 2.21875 -0.328125 1.734375 -0.71875 1.734375 -1.265625 C 1.734375 -2.359375 3.03125 -2.71875 4.203125 -2.78125 Z M 4.203125 -1.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-11">
|
||||
<path style="stroke:none;" d="M 3.375 1.8125 L 2.546875 1.8125 L 2.546875 -0.484375 C 2.84375 -0.234375 3.375 0.078125 4.09375 0.078125 C 5.71875 0.078125 7 -0.921875 7 -2.671875 C 7 -4.3125 5.890625 -5.375 4.28125 -5.375 C 3.578125 -5.375 2.96875 -5.140625 2.484375 -4.75 L 2.484375 -5.375 L 0.421875 -5.28125 L 0.421875 -4.765625 C 1.15625 -4.765625 1.25 -4.765625 1.25 -4.296875 L 1.25 1.8125 L 0.421875 1.8125 L 0.421875 2.3125 C 0.6875 2.296875 1.546875 2.296875 1.890625 2.296875 C 2.21875 2.296875 3.09375 2.296875 3.375 2.3125 Z M 2.546875 -4.1875 C 2.984375 -4.75 3.625 -4.953125 4.09375 -4.953125 C 4.859375 -4.953125 5.5625 -4.25 5.5625 -2.671875 C 5.5625 -0.9375 4.703125 -0.328125 3.9375 -0.328125 C 3.4375 -0.328125 2.921875 -0.578125 2.546875 -1.140625 Z M 2.546875 -4.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-12">
|
||||
<path style="stroke:none;" d="M 1.546875 -2.171875 C 2.125 -1.859375 2.796875 -1.859375 2.96875 -1.859375 C 4.625 -1.859375 5.28125 -2.78125 5.28125 -3.625 C 5.28125 -4.234375 4.9375 -4.65625 4.796875 -4.78125 C 5.140625 -4.96875 5.421875 -5.015625 5.625 -5.046875 C 5.59375 -4.984375 5.5625 -4.9375 5.5625 -4.78125 C 5.5625 -4.53125 5.71875 -4.296875 6.03125 -4.296875 C 6.34375 -4.296875 6.515625 -4.53125 6.515625 -4.78125 C 6.515625 -5.0625 6.296875 -5.453125 5.796875 -5.453125 C 5.28125 -5.453125 4.796875 -5.203125 4.546875 -4.984375 C 4.046875 -5.265625 3.578125 -5.375 2.96875 -5.375 C 1.328125 -5.375 0.671875 -4.453125 0.671875 -3.625 C 0.671875 -3.25 0.78125 -2.765625 1.296875 -2.359375 C 1.09375 -2.125 0.875 -1.703125 0.875 -1.28125 C 0.875 -0.765625 1.140625 -0.328125 1.40625 -0.125 C 1.109375 -0.0625 0.375 0.21875 0.375 0.890625 C 0.375 1.609375 1.140625 2.40625 3.34375 2.40625 C 5.328125 2.40625 6.328125 1.75 6.328125 0.859375 C 6.328125 -0.1875 5.640625 -0.53125 5.34375 -0.6875 C 4.765625 -0.96875 4 -0.96875 2.953125 -0.96875 C 2.65625 -0.96875 2.125 -0.96875 2.0625 -0.984375 C 1.546875 -1.0625 1.40625 -1.515625 1.40625 -1.75 C 1.40625 -1.84375 1.421875 -2.015625 1.546875 -2.171875 Z M 2.96875 -2.25 C 1.9375 -2.25 1.9375 -3.078125 1.9375 -3.625 C 1.9375 -4.171875 1.9375 -5 2.96875 -5 C 4.015625 -5 4.015625 -4.171875 4.015625 -3.625 C 4.015625 -3.078125 4.015625 -2.25 2.96875 -2.25 Z M 3.640625 0.125 C 4.515625 0.125 5.359375 0.28125 5.359375 0.90625 C 5.359375 1.328125 4.9375 2.015625 3.359375 2.015625 C 1.78125 2.015625 1.34375 1.34375 1.34375 0.890625 C 1.34375 0.125 2.109375 0.125 2.28125 0.125 Z M 3.640625 0.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-13">
|
||||
<path style="stroke:none;" d="M 6.03125 -2.5625 L 5.53125 -2.5625 C 5.5 -2.3125 5.421875 -1.609375 5.234375 -1.5 C 5.140625 -1.40625 4.203125 -1.40625 4.03125 -1.40625 L 2.171875 -1.40625 C 2.625 -1.796875 3.71875 -2.703125 3.890625 -2.828125 C 5.21875 -3.828125 6.03125 -4.4375 6.03125 -5.578125 C 6.03125 -7 4.75 -7.84375 3.171875 -7.84375 C 1.828125 -7.84375 0.671875 -7.078125 0.671875 -5.9375 C 0.671875 -5.3125 1.1875 -5.125 1.453125 -5.125 C 1.828125 -5.125 2.265625 -5.375 2.265625 -5.921875 C 2.265625 -6.4375 1.890625 -6.6875 1.515625 -6.734375 C 2 -7.28125 2.625 -7.328125 2.875 -7.328125 C 3.984375 -7.328125 4.5 -6.4375 4.5 -5.5625 C 4.5 -4.640625 3.875 -3.78125 3.375 -3.265625 L 0.78125 -0.546875 C 0.671875 -0.4375 0.671875 -0.421875 0.671875 -0.203125 L 0.671875 0 L 5.6875 0 Z M 6.03125 -2.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-14">
|
||||
<path style="stroke:none;" d="M 6.328125 -2.625 C 6.328125 -4.234375 5.234375 -5.421875 3.359375 -5.421875 C 1.40625 -5.421875 0.375 -4.171875 0.375 -2.625 C 0.375 -1.046875 1.46875 0.078125 3.34375 0.078125 C 5.296875 0.078125 6.328125 -1.109375 6.328125 -2.625 Z M 3.359375 -0.359375 C 1.8125 -0.359375 1.8125 -1.75 1.8125 -2.734375 C 1.8125 -3.296875 1.8125 -3.890625 2.03125 -4.328125 C 2.296875 -4.8125 2.828125 -5.015625 3.34375 -5.015625 C 4.03125 -5.015625 4.453125 -4.703125 4.65625 -4.359375 C 4.90625 -3.9375 4.90625 -3.3125 4.90625 -2.734375 C 4.90625 -1.75 4.90625 -0.359375 3.359375 -0.359375 Z M 3.359375 -0.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-1">
|
||||
<path style="stroke:none;" d="M 9.0625 -5.828125 C 9.234375 -6.40625 9.671875 -6.5 10.0625 -6.5 L 10.0625 -6.8125 C 9.765625 -6.78125 9.453125 -6.78125 9.15625 -6.78125 C 8.859375 -6.78125 8.21875 -6.796875 7.96875 -6.8125 L 7.96875 -6.5 C 8.640625 -6.484375 8.828125 -6.15625 8.828125 -5.96875 C 8.828125 -5.90625 8.796875 -5.828125 8.78125 -5.765625 L 7.28125 -1.171875 L 5.6875 -6.046875 C 5.6875 -6.09375 5.65625 -6.15625 5.65625 -6.203125 C 5.65625 -6.5 6.234375 -6.5 6.5 -6.5 L 6.5 -6.8125 C 6.140625 -6.78125 5.46875 -6.78125 5.078125 -6.78125 C 4.703125 -6.78125 4.28125 -6.796875 3.875 -6.8125 L 3.875 -6.5 C 4.4375 -6.5 4.640625 -6.5 4.765625 -6.140625 L 4.984375 -5.4375 L 3.59375 -1.171875 L 2 -6.078125 C 1.984375 -6.09375 1.96875 -6.171875 1.96875 -6.203125 C 1.96875 -6.5 2.546875 -6.5 2.8125 -6.5 L 2.8125 -6.8125 C 2.453125 -6.78125 1.78125 -6.78125 1.390625 -6.78125 C 1.015625 -6.78125 0.59375 -6.796875 0.171875 -6.8125 L 0.171875 -6.5 C 0.921875 -6.5 0.96875 -6.453125 1.09375 -6.078125 L 3.078125 0.03125 C 3.109375 0.125 3.140625 0.21875 3.265625 0.21875 C 3.40625 0.21875 3.421875 0.15625 3.46875 0.015625 L 5.109375 -5.046875 L 6.765625 0.03125 C 6.796875 0.125 6.828125 0.21875 6.953125 0.21875 C 7.09375 0.21875 7.125 0.15625 7.15625 0.015625 Z M 9.0625 -5.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-2">
|
||||
<path style="stroke:none;" d="M 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.75 -3.421875 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 Z M 1.09375 -0.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-3">
|
||||
<path style="stroke:none;" d="M 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.140625 -4.265625 3.671875 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.984375 -4.28125 1.328125 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 C 2.4375 0.125 2.296875 0.453125 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 Z M 4.140625 -3.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-4">
|
||||
<path style="stroke:none;" d="M 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 C 5.984375 -4.265625 5.546875 -4.28125 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 C 4.234375 -4.28125 3.734375 -4.265625 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 C 1.890625 -4.28125 1.328125 -4.265625 1.109375 -4.265625 C 1.0625 -4.265625 0.53125 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 Z M 6.171875 -3.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-5">
|
||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 Z M 2.5 -0.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-6">
|
||||
<path style="stroke:none;" d="M 3.890625 -0.78125 L 3.890625 0.109375 L 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 Z M 3.890625 -0.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-7">
|
||||
<path style="stroke:none;" d="M 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.6875 -0.03125 2.171875 -0.015625 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 Z M 1.765625 -6.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-8">
|
||||
<path style="stroke:none;" d="M 3.78125 -0.546875 L 3.78125 0.109375 L 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 Z M 3.78125 -3.21875 L 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-9">
|
||||
<path style="stroke:none;" d="M 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 Z M 1.71875 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-10">
|
||||
<path style="stroke:none;" d="M 3.3125 -0.75 C 3.359375 -0.359375 3.625 0.0625 4.09375 0.0625 C 4.3125 0.0625 4.921875 -0.078125 4.921875 -0.890625 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.890625 C 4.671875 -0.3125 4.421875 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.9375 -0.703125 3.9375 -0.75 L 3.9375 -2.734375 C 3.9375 -3.15625 3.9375 -3.546875 3.578125 -3.921875 C 3.1875 -4.3125 2.6875 -4.46875 2.21875 -4.46875 C 1.390625 -4.46875 0.703125 -4 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.328125 C 1.625 -3.453125 1.578125 -3.78125 1.109375 -3.78125 C 1.390625 -4.140625 1.875 -4.25 2.1875 -4.25 C 2.6875 -4.25 3.25 -3.859375 3.25 -2.96875 L 3.25 -2.609375 C 2.734375 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.671875 0.109375 3.125 -0.296875 3.3125 -0.75 Z M 3.25 -2.390625 L 3.25 -1.390625 C 3.25 -0.453125 2.53125 -0.109375 2.078125 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.5 1.609375 -2.328125 3.25 -2.390625 Z M 3.25 -2.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-11">
|
||||
<path style="stroke:none;" d="M 2.34375 -2.484375 C 2.34375 -3.734375 3.3125 -4.453125 3.65625 -4.703125 C 3.921875 -4.90625 4.140625 -5.265625 4.140625 -5.6875 C 4.140625 -6.265625 3.734375 -7.03125 2.25 -7.03125 C 1.171875 -7.03125 0.5625 -6.34375 0.5625 -5.703125 C 0.5625 -5.359375 0.78125 -5.21875 1.015625 -5.21875 C 1.296875 -5.21875 1.46875 -5.421875 1.46875 -5.6875 C 1.46875 -6.125 1.0625 -6.125 0.921875 -6.125 C 1.21875 -6.65625 1.796875 -6.8125 2.21875 -6.8125 C 3.3125 -6.8125 3.3125 -6.125 3.3125 -5.734375 C 3.3125 -5.15625 3.15625 -4.96875 2.96875 -4.796875 C 2.3125 -4.078125 2.09375 -3.15625 2.09375 -2.546875 L 2.09375 -2.109375 C 2.09375 -1.921875 2.09375 -1.859375 2.21875 -1.859375 C 2.34375 -1.859375 2.34375 -1.953125 2.34375 -2.140625 Z M 2.734375 -0.53125 C 2.734375 -0.8125 2.5 -1.0625 2.21875 -1.0625 C 1.921875 -1.0625 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.234375 1.921875 0 2.21875 0 C 2.5 0 2.734375 -0.234375 2.734375 -0.53125 Z M 2.734375 -0.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-12">
|
||||
<path style="stroke:none;" d="M 2.40625 -6.59375 C 2.3125 -6.8125 2.28125 -6.8125 2.046875 -6.8125 L 0.375 -6.8125 L 0.375 -6.5 L 0.609375 -6.5 C 1.375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -1.046875 C 1.390625 -0.78125 1.390625 -0.3125 0.375 -0.3125 L 0.375 0 C 0.71875 -0.015625 1.203125 -0.03125 1.53125 -0.03125 C 1.859375 -0.03125 2.359375 -0.015625 2.703125 0 L 2.703125 -0.3125 C 1.671875 -0.3125 1.671875 -0.78125 1.671875 -1.046875 L 1.671875 -6.421875 L 1.6875 -6.421875 L 4.09375 -0.21875 C 4.140625 -0.09375 4.1875 0 4.28125 0 C 4.390625 0 4.421875 -0.078125 4.46875 -0.1875 L 6.921875 -6.5 L 6.921875 -0.78125 C 6.921875 -0.421875 6.90625 -0.3125 6.140625 -0.3125 L 5.90625 -0.3125 L 5.90625 0 C 6.265625 -0.03125 6.953125 -0.03125 7.34375 -0.03125 C 7.71875 -0.03125 8.390625 -0.03125 8.765625 0 L 8.765625 -0.3125 L 8.515625 -0.3125 C 7.75 -0.3125 7.734375 -0.421875 7.734375 -0.78125 L 7.734375 -6.03125 C 7.734375 -6.390625 7.75 -6.5 8.515625 -6.5 L 8.765625 -6.5 L 8.765625 -6.8125 L 7.078125 -6.8125 C 6.8125 -6.8125 6.8125 -6.796875 6.75 -6.625 L 4.5625 -1 Z M 2.40625 -6.59375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-13">
|
||||
<path style="stroke:none;" d="M 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 C 0.734375 -0.015625 1.203125 -0.03125 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 Z M 1.75 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-14">
|
||||
<path style="stroke:none;" d="M 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.078125 -4.265625 3.625 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.703125 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.9375 -4.28125 1.390625 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 Z M 4.140625 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-15">
|
||||
<path style="stroke:none;" d="M 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-16">
|
||||
<path style="stroke:none;" d="M 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.640625 -0.015625 1.1875 -0.03125 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.796875 -6.140625 C 1.796875 -6.453125 1.5625 -6.671875 1.28125 -6.671875 C 0.96875 -6.671875 0.75 -6.40625 0.75 -6.140625 C 0.75 -5.875 0.96875 -5.609375 1.28125 -5.609375 C 1.5625 -5.609375 1.796875 -5.828125 1.796875 -6.140625 Z M 1.796875 -6.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-17">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 Z M 1.109375 -2.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-18">
|
||||
<path style="stroke:none;" d="M 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.21875 2.515625 -4.21875 C 2.609375 -4.21875 3.234375 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.828125 -2.9375 4.03125 -3.09375 4.03125 -3.40625 C 4.03125 -4.078125 3.265625 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.140625 -1.09375 4.140625 -1.1875 C 4.140625 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.921875 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.59375 -0.265625 2.9375 -0.140625 2.578125 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 Z M 1.171875 -2.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-19">
|
||||
<path style="stroke:none;" d="M 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.921875 1.140625 1.90625 1.390625 1.90625 C 1.671875 1.90625 2.171875 1.921875 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 Z M 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-20">
|
||||
<path style="stroke:none;" d="M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph6-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph6-1">
|
||||
<path style="stroke:none;" d="M 2.78125 -0.84375 C 2.9375 -0.734375 2.953125 -0.734375 2.984375 -0.734375 C 3.09375 -0.734375 3.1875 -0.828125 3.1875 -0.953125 C 3.1875 -1.0625 3.09375 -1.09375 3.046875 -1.125 C 2.75 -1.25 2.4375 -1.375 2.125 -1.484375 C 2.734375 -1.734375 2.90625 -1.796875 3.015625 -1.84375 C 3.109375 -1.890625 3.1875 -1.921875 3.1875 -2.046875 C 3.1875 -2.15625 3.09375 -2.25 2.984375 -2.25 C 2.9375 -2.25 2.90625 -2.21875 2.859375 -2.203125 L 2.015625 -1.65625 C 2.015625 -1.734375 2.046875 -1.953125 2.046875 -2.015625 C 2.0625 -2.140625 2.109375 -2.5 2.109375 -2.609375 C 2.109375 -2.703125 2.015625 -2.78125 1.90625 -2.78125 C 1.8125 -2.78125 1.71875 -2.703125 1.71875 -2.609375 C 1.71875 -2.59375 1.765625 -2.046875 1.765625 -2.03125 C 1.78125 -1.96875 1.796875 -1.734375 1.8125 -1.65625 L 0.953125 -2.203125 C 0.90625 -2.21875 0.875 -2.25 0.828125 -2.25 C 0.71875 -2.25 0.625 -2.15625 0.625 -2.046875 C 0.625 -1.921875 0.71875 -1.890625 0.765625 -1.859375 C 1.078125 -1.734375 1.375 -1.609375 1.6875 -1.5 C 1.078125 -1.25 0.90625 -1.1875 0.796875 -1.140625 C 0.71875 -1.09375 0.625 -1.0625 0.625 -0.953125 C 0.625 -0.828125 0.71875 -0.734375 0.828125 -0.734375 C 0.875 -0.734375 0.96875 -0.796875 1.046875 -0.84375 C 1.125 -0.890625 1.328125 -1.03125 1.40625 -1.078125 C 1.609375 -1.203125 1.6875 -1.25 1.8125 -1.328125 C 1.796875 -1.25 1.78125 -1.03125 1.765625 -0.96875 L 1.71875 -0.390625 C 1.71875 -0.28125 1.8125 -0.203125 1.90625 -0.203125 C 2.015625 -0.203125 2.109375 -0.28125 2.109375 -0.390625 C 2.109375 -0.390625 2.046875 -0.921875 2.046875 -0.953125 C 2.046875 -1.015625 2.015625 -1.25 2.015625 -1.328125 Z M 2.78125 -0.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-1">
|
||||
<path style="stroke:none;" d="M 7.734375 -4.640625 C 7.84375 -4.96875 8.0625 -5.171875 8.53125 -5.171875 L 8.53125 -5.4375 C 8.265625 -5.421875 8 -5.421875 7.75 -5.421875 C 7.5 -5.421875 7.265625 -5.421875 6.828125 -5.4375 L 6.828125 -5.171875 C 7.265625 -5.171875 7.484375 -4.96875 7.484375 -4.75 C 7.484375 -4.71875 7.484375 -4.703125 7.453125 -4.59375 L 6.1875 -0.921875 L 4.84375 -4.796875 C 4.8125 -4.890625 4.8125 -4.90625 4.8125 -4.9375 C 4.8125 -5.171875 5.21875 -5.171875 5.453125 -5.171875 L 5.453125 -5.4375 C 4.765625 -5.421875 4.75 -5.421875 4.34375 -5.421875 C 4.046875 -5.421875 3.71875 -5.421875 3.359375 -5.4375 L 3.359375 -5.171875 C 3.78125 -5.171875 3.90625 -5.15625 4 -5.03125 C 4.0625 -4.9375 4.203125 -4.46875 4.203125 -4.453125 C 4.203125 -4.453125 4.171875 -4.359375 4.171875 -4.359375 L 2.984375 -0.921875 L 1.65625 -4.796875 C 1.609375 -4.90625 1.609375 -4.921875 1.609375 -4.9375 C 1.609375 -5.171875 2.03125 -5.171875 2.265625 -5.171875 L 2.265625 -5.4375 C 1.578125 -5.421875 1.5625 -5.421875 1.15625 -5.421875 C 0.859375 -5.421875 0.515625 -5.421875 0.15625 -5.4375 L 0.15625 -5.171875 C 0.625 -5.171875 0.765625 -5.171875 0.875 -4.875 L 2.546875 -0.015625 C 2.59375 0.09375 2.625 0.171875 2.75 0.171875 C 2.859375 0.171875 2.90625 0.09375 2.9375 -0.015625 L 4.34375 -4.078125 L 5.75 -0.015625 C 5.78125 0.078125 5.8125 0.171875 5.9375 0.171875 C 6.0625 0.171875 6.09375 0.09375 6.140625 -0.015625 Z M 7.734375 -4.640625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-2">
|
||||
<path style="stroke:none;" d="M 1.890625 -4.796875 C 1.890625 -5.09375 1.90625 -5.171875 2.546875 -5.171875 L 2.734375 -5.171875 L 2.734375 -5.4375 C 2.09375 -5.421875 2.078125 -5.421875 1.515625 -5.421875 C 0.96875 -5.421875 0.953125 -5.421875 0.3125 -5.4375 L 0.3125 -5.171875 L 0.5 -5.171875 C 1.125 -5.171875 1.15625 -5.09375 1.15625 -4.796875 L 1.15625 -0.640625 C 1.15625 -0.34375 1.125 -0.265625 0.5 -0.265625 L 0.3125 -0.265625 L 0.3125 0 C 0.953125 -0.03125 0.96875 -0.03125 1.515625 -0.03125 C 2.078125 -0.03125 2.09375 -0.03125 2.734375 0 L 2.734375 -0.265625 L 2.546875 -0.265625 C 1.90625 -0.265625 1.890625 -0.34375 1.890625 -0.640625 Z M 1.890625 -4.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-3">
|
||||
<path style="stroke:none;" d="M 3.296875 -1.8125 C 3.46875 -1.8125 3.515625 -1.8125 3.515625 -2 C 3.515625 -2.703125 3.125 -3.546875 2 -3.546875 C 1.015625 -3.546875 0.234375 -2.734375 0.234375 -1.75 C 0.234375 -0.71875 1.09375 0.078125 2.109375 0.078125 C 3.109375 0.078125 3.515625 -0.765625 3.515625 -0.953125 C 3.515625 -0.984375 3.484375 -1.0625 3.390625 -1.0625 C 3.296875 -1.0625 3.28125 -1.015625 3.265625 -0.96875 C 2.984375 -0.1875 2.296875 -0.171875 2.15625 -0.171875 C 1.796875 -0.171875 1.421875 -0.328125 1.1875 -0.703125 C 0.953125 -1.0625 0.953125 -1.578125 0.953125 -1.8125 Z M 0.953125 -2.03125 C 1.03125 -3.140625 1.703125 -3.328125 2 -3.328125 C 2.9375 -3.328125 2.96875 -2.203125 2.96875 -2.03125 Z M 0.953125 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-4">
|
||||
<path style="stroke:none;" d="M 3.375 -5.515625 C 3.328125 -5.625 3.3125 -5.6875 3.171875 -5.6875 C 3.03125 -5.6875 3 -5.625 2.96875 -5.515625 L 1.1875 -0.828125 C 1.109375 -0.609375 0.9375 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.546875 -0.03125 0.96875 -0.03125 1.109375 -0.03125 C 1.359375 -0.03125 1.609375 -0.03125 1.984375 0 L 1.984375 -0.265625 C 1.640625 -0.265625 1.4375 -0.4375 1.4375 -0.65625 C 1.4375 -0.71875 1.4375 -0.734375 1.46875 -0.828125 L 1.84375 -1.828125 L 4.015625 -1.828125 L 4.46875 -0.640625 C 4.5 -0.546875 4.5 -0.515625 4.5 -0.5 C 4.5 -0.265625 4.09375 -0.265625 3.859375 -0.265625 L 3.859375 0 C 4.546875 -0.03125 4.5625 -0.03125 5 -0.03125 C 5.4375 -0.03125 5.59375 -0.03125 6.046875 0 L 6.046875 -0.265625 L 5.90625 -0.265625 C 5.40625 -0.265625 5.328125 -0.328125 5.234375 -0.59375 Z M 2.9375 -4.6875 L 3.90625 -2.09375 L 1.9375 -2.09375 Z M 2.9375 -4.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-5">
|
||||
<path style="stroke:none;" d="M 3.875 -2.421875 C 3.875 -3.078125 3.5625 -3.515625 2.734375 -3.515625 C 1.9375 -3.515625 1.578125 -2.9375 1.484375 -2.75 L 1.484375 -3.515625 L 0.328125 -3.421875 L 0.328125 -3.15625 C 0.875 -3.15625 0.9375 -3.109375 0.9375 -2.71875 L 0.9375 -0.625 C 0.9375 -0.265625 0.84375 -0.265625 0.328125 -0.265625 L 0.328125 0 C 0.671875 -0.03125 1.015625 -0.03125 1.234375 -0.03125 C 1.46875 -0.03125 1.796875 -0.03125 2.140625 0 L 2.140625 -0.265625 C 1.640625 -0.265625 1.53125 -0.265625 1.53125 -0.625 L 1.53125 -2.0625 C 1.53125 -2.90625 2.171875 -3.296875 2.65625 -3.296875 C 3.140625 -3.296875 3.265625 -2.953125 3.265625 -2.453125 L 3.265625 -0.625 C 3.265625 -0.265625 3.171875 -0.265625 2.65625 -0.265625 L 2.65625 0 C 3 -0.03125 3.359375 -0.03125 3.5625 -0.03125 C 3.796875 -0.03125 4.140625 -0.03125 4.484375 0 L 4.484375 -0.265625 C 3.96875 -0.265625 3.875 -0.265625 3.875 -0.625 Z M 3.875 -2.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-6">
|
||||
<path style="stroke:none;" d="M 1.90625 -2.484375 L 3.359375 -2.484375 C 4.328125 -2.484375 5.28125 -3.109375 5.28125 -3.953125 C 5.28125 -4.734375 4.4375 -5.4375 3.296875 -5.4375 L 0.359375 -5.4375 L 0.359375 -5.171875 L 0.546875 -5.171875 C 1.15625 -5.171875 1.171875 -5.09375 1.171875 -4.796875 L 1.171875 -0.640625 C 1.171875 -0.34375 1.15625 -0.265625 0.546875 -0.265625 L 0.359375 -0.265625 L 0.359375 0 C 1.046875 -0.03125 1.0625 -0.03125 1.53125 -0.03125 C 2.015625 -0.03125 2.03125 -0.03125 2.703125 0 L 2.703125 -0.265625 L 2.53125 -0.265625 C 1.921875 -0.265625 1.90625 -0.34375 1.90625 -0.640625 Z M 1.875 -2.71875 L 1.875 -4.859375 C 1.875 -5.125 1.890625 -5.171875 2.265625 -5.171875 L 3.09375 -5.171875 C 4.453125 -5.171875 4.453125 -4.3125 4.453125 -3.953125 C 4.453125 -3.609375 4.453125 -2.71875 3.09375 -2.71875 Z M 1.875 -2.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-7">
|
||||
<path style="stroke:none;" d="M 1.46875 -1.8125 C 1.46875 -2.421875 1.71875 -3.28125 2.484375 -3.296875 C 2.4375 -3.265625 2.34375 -3.203125 2.34375 -3.015625 C 2.34375 -2.765625 2.546875 -2.65625 2.703125 -2.65625 C 2.890625 -2.65625 3.0625 -2.78125 3.0625 -3.015625 C 3.0625 -3.296875 2.8125 -3.515625 2.453125 -3.515625 C 1.9375 -3.515625 1.578125 -3.125 1.421875 -2.671875 L 1.40625 -2.671875 L 1.40625 -3.515625 L 0.28125 -3.421875 L 0.28125 -3.15625 C 0.828125 -3.15625 0.890625 -3.109375 0.890625 -2.71875 L 0.890625 -0.625 C 0.890625 -0.265625 0.78125 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.59375 -0.03125 1.03125 -0.03125 1.21875 -0.03125 C 1.6875 -0.03125 1.703125 -0.03125 2.21875 0 L 2.21875 -0.265625 L 2.0625 -0.265625 C 1.484375 -0.265625 1.46875 -0.34375 1.46875 -0.640625 Z M 1.46875 -1.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-8">
|
||||
<path style="stroke:none;" d="M 3.984375 -1.703125 C 3.984375 -2.6875 3.15625 -3.546875 2.109375 -3.546875 C 1.0625 -3.546875 0.234375 -2.6875 0.234375 -1.703125 C 0.234375 -0.703125 1.09375 0.078125 2.109375 0.078125 C 3.140625 0.078125 3.984375 -0.703125 3.984375 -1.703125 Z M 2.109375 -0.171875 C 1.6875 -0.171875 1.34375 -0.375 1.171875 -0.65625 C 0.96875 -0.984375 0.953125 -1.375 0.953125 -1.765625 C 0.953125 -2.078125 0.953125 -2.546875 1.1875 -2.890625 C 1.40625 -3.171875 1.734375 -3.328125 2.109375 -3.328125 C 2.53125 -3.328125 2.875 -3.125 3.046875 -2.859375 C 3.265625 -2.515625 3.28125 -2.09375 3.28125 -1.765625 C 3.28125 -1.40625 3.265625 -0.96875 3.03125 -0.625 C 2.828125 -0.3125 2.46875 -0.171875 2.109375 -0.171875 Z M 2.109375 -0.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-9">
|
||||
<path style="stroke:none;" d="M 2.765625 -3.453125 C 2.671875 -3.453125 2.640625 -3.453125 2.625 -3.4375 C 2.609375 -3.4375 2.59375 -3.4375 2.484375 -3.4375 L 1.4375 -3.4375 L 1.4375 -4.296875 C 1.4375 -5.09375 2.1875 -5.390625 2.671875 -5.390625 C 2.921875 -5.390625 3.15625 -5.328125 3.359375 -5.171875 C 3.34375 -5.171875 3.03125 -5.109375 3.03125 -4.796875 C 3.03125 -4.53125 3.234375 -4.40625 3.40625 -4.40625 C 3.515625 -4.40625 3.796875 -4.484375 3.796875 -4.8125 C 3.796875 -5.234375 3.375 -5.609375 2.703125 -5.609375 C 1.921875 -5.609375 0.890625 -5.21875 0.890625 -4.3125 L 0.890625 -3.4375 L 0.234375 -3.4375 L 0.234375 -3.171875 L 0.890625 -3.171875 L 0.890625 -0.625 C 0.890625 -0.265625 0.78125 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.59375 -0.03125 1.03125 -0.03125 1.171875 -0.03125 C 1.328125 -0.03125 1.765625 -0.03125 2.078125 0 L 2.078125 -0.265625 C 1.5625 -0.265625 1.46875 -0.265625 1.46875 -0.625 L 1.46875 -3.171875 L 2.84375 -3.171875 C 3.171875 -3.171875 3.234375 -3.078125 3.234375 -2.734375 L 3.234375 -0.625 C 3.234375 -0.265625 3.125 -0.265625 2.625 -0.265625 L 2.625 0 C 2.9375 -0.03125 3.375 -0.03125 3.515625 -0.03125 C 3.671875 -0.03125 4.109375 -0.03125 4.421875 0 L 4.421875 -0.265625 C 3.90625 -0.265625 3.8125 -0.265625 3.8125 -0.625 L 3.8125 -3.53125 Z M 2.765625 -3.453125 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="98.226" y="12.718"/>
|
||||
<use xlink:href="#glyph0-2" x="109.719001" y="12.718"/>
|
||||
<use xlink:href="#glyph0-3" x="118.514349" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="130.709738" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="145.781821" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="153.694019" y="12.718"/>
|
||||
<use xlink:href="#glyph0-7" x="159.789992" y="12.718"/>
|
||||
<use xlink:href="#glyph0-8" x="164.086956" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="178.064139" y="12.718"/>
|
||||
<use xlink:href="#glyph0-9" x="185.959121" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="195.90618" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="206.056379" y="12.718"/>
|
||||
<use xlink:href="#glyph0-10" x="212.152353" y="12.718"/>
|
||||
<use xlink:href="#glyph0-11" x="220.9477" y="12.718"/>
|
||||
<use xlink:href="#glyph0-3" x="233.840313" y="12.718"/>
|
||||
<use xlink:href="#glyph0-12" x="240.836652" y="12.718"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="133.378" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="140.037046" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="146.225058" y="41.61"/>
|
||||
<use xlink:href="#glyph1-3" x="152.078324" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="158.904743" y="41.61"/>
|
||||
<use xlink:href="#glyph1-4" x="164.758009" y="41.61"/>
|
||||
<use xlink:href="#glyph1-5" x="170.611275" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="179.06121" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="187.998918" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="187.671345" y="41.61"/>
|
||||
<use xlink:href="#glyph1-9" x="194.174974" y="41.61"/>
|
||||
<use xlink:href="#glyph1-9" x="198.792072" y="41.61"/>
|
||||
<use xlink:href="#glyph1-10" x="203.409171" y="41.61"/>
|
||||
<use xlink:href="#glyph1-11" x="208.612074" y="41.61"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="33.483" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="40.142046" y="69.505"/>
|
||||
<use xlink:href="#glyph1-12" x="45.995312" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="50.875425" y="69.505"/>
|
||||
<use xlink:href="#glyph1-9" x="57.379054" y="69.505"/>
|
||||
<use xlink:href="#glyph1-12" x="61.996152" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="66.876265" y="69.505"/>
|
||||
<use xlink:href="#glyph1-4" x="73.379893" y="69.505"/>
|
||||
<use xlink:href="#glyph1-14" x="79.233159" y="69.505"/>
|
||||
<use xlink:href="#glyph1-15" x="82.810155" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="91.260091" y="69.505"/>
|
||||
<use xlink:href="#glyph1-17" x="103.287022" y="69.505"/>
|
||||
<use xlink:href="#glyph1-18" x="107.509598" y="69.505"/>
|
||||
<use xlink:href="#glyph1-17" x="116.284715" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="120.511" y="65.167"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="120.511" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="127.66021" y="69.505"/>
|
||||
<use xlink:href="#glyph1-15" x="136.76529" y="69.505"/>
|
||||
<use xlink:href="#glyph1-15" x="141.31783" y="69.505"/>
|
||||
<use xlink:href="#glyph1-2" x="145.87037" y="69.505"/>
|
||||
<use xlink:href="#glyph1-21" x="151.723636" y="69.505"/>
|
||||
<use xlink:href="#glyph1-1" x="155.625813" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="162.296815" y="69.505"/>
|
||||
<use xlink:href="#glyph1-22" x="166.849355" y="69.505"/>
|
||||
<use xlink:href="#glyph1-10" x="170.10117" y="69.505"/>
|
||||
<use xlink:href="#glyph1-23" x="175.304073" y="69.505"/>
|
||||
<use xlink:href="#glyph1-5" x="181.807701" y="69.505"/>
|
||||
<use xlink:href="#glyph1-22" x="186.360242" y="69.505"/>
|
||||
<use xlink:href="#glyph1-12" x="189.612056" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="194.480213" y="69.505"/>
|
||||
<use xlink:href="#glyph1-21" x="200.983842" y="69.505"/>
|
||||
<use xlink:href="#glyph1-24" x="204.88602" y="69.505"/>
|
||||
<use xlink:href="#glyph1-25" x="213.661136" y="69.505"/>
|
||||
<use xlink:href="#glyph1-22" x="220.164765" y="69.505"/>
|
||||
<use xlink:href="#glyph1-26" x="223.41658" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="229.272236" y="69.505"/>
|
||||
<use xlink:href="#glyph1-5" x="234.47514" y="69.505"/>
|
||||
<use xlink:href="#glyph1-9" x="239.02768" y="69.505"/>
|
||||
<use xlink:href="#glyph1-22" x="243.644778" y="69.505"/>
|
||||
<use xlink:href="#glyph1-15" x="246.896592" y="69.505"/>
|
||||
<use xlink:href="#glyph1-7" x="251.449132" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="251.44435" y="69.505"/>
|
||||
<use xlink:href="#glyph1-15" x="257.297616" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-27" x="265.759507" y="69.505"/>
|
||||
<use xlink:href="#glyph1-4" x="274.049243" y="69.505"/>
|
||||
<use xlink:href="#glyph1-28" x="279.902508" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="289.323206" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="296.16158" y="69.505"/>
|
||||
<use xlink:href="#glyph1-5" x="301.364484" y="69.505"/>
|
||||
<use xlink:href="#glyph1-29" x="305.917024" y="69.505"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-30" x="133.281" y="92.95"/>
|
||||
<use xlink:href="#glyph1-4" x="144.007205" y="92.95"/>
|
||||
<use xlink:href="#glyph1-5" x="149.860471" y="92.95"/>
|
||||
<use xlink:href="#glyph1-12" x="154.413012" y="92.95"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="159.293124" y="92.95"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-31" x="169.694148" y="92.95"/>
|
||||
<use xlink:href="#glyph1-32" x="175.547414" y="92.95"/>
|
||||
<use xlink:href="#glyph1-19" x="181.40068" y="92.95"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-33" x="188.54989" y="92.95"/>
|
||||
<use xlink:href="#glyph1-32" x="194.403156" y="92.95"/>
|
||||
<use xlink:href="#glyph1-33" x="200.256421" y="92.95"/>
|
||||
<use xlink:href="#glyph1-32" x="206.109687" y="92.95"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="0.768" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-2" x="24.977213" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="34.853137" y="150.803"/>
|
||||
<use xlink:href="#glyph3-4" x="41.445215" y="150.803"/>
|
||||
<use xlink:href="#glyph3-5" x="50.41159" y="150.803"/>
|
||||
<use xlink:href="#glyph3-6" x="63.861153" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="76.604882" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-4" x="85.126525" y="150.803"/>
|
||||
<use xlink:href="#glyph3-8" x="94.0929" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-9" x="102.614543" y="150.803"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-1" x="0.768" y="174.616"/>
|
||||
<use xlink:href="#glyph4-2" x="7.4928" y="174.616"/>
|
||||
<use xlink:href="#glyph4-1" x="11.2288" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-3" x="31.4032" y="174.616"/>
|
||||
<use xlink:href="#glyph4-4" x="41.918994" y="174.616"/>
|
||||
<use xlink:href="#glyph4-5" x="49.390994" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-6" x="56.492383" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-7" x="66.205983" y="174.616"/>
|
||||
<use xlink:href="#glyph4-8" x="75.919583" y="174.616"/>
|
||||
<use xlink:href="#glyph4-6" x="79.655583" y="174.616"/>
|
||||
<use xlink:href="#glyph4-9" x="84.885983" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-10" x="96.841183" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-11" x="107.862682" y="174.616"/>
|
||||
<use xlink:href="#glyph4-8" x="115.334682" y="174.616"/>
|
||||
<use xlink:href="#glyph4-12" x="119.070682" y="174.616"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-1" x="0.768" y="194.998"/>
|
||||
<use xlink:href="#glyph4-2" x="7.4928" y="194.998"/>
|
||||
<use xlink:href="#glyph4-13" x="11.2288" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-3" x="31.4032" y="194.998"/>
|
||||
<use xlink:href="#glyph4-4" x="41.918994" y="194.998"/>
|
||||
<use xlink:href="#glyph4-5" x="49.390994" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-6" x="56.492383" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-7" x="66.205983" y="194.998"/>
|
||||
<use xlink:href="#glyph4-8" x="75.919583" y="194.998"/>
|
||||
<use xlink:href="#glyph4-6" x="79.655583" y="194.998"/>
|
||||
<use xlink:href="#glyph4-9" x="84.885983" y="194.998"/>
|
||||
<use xlink:href="#glyph4-14" x="92.357983" y="194.998"/>
|
||||
<use xlink:href="#glyph4-4" x="99.082783" y="194.998"/>
|
||||
<use xlink:href="#glyph4-6" x="106.554783" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-10" x="116.268383" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-11" x="127.289882" y="194.998"/>
|
||||
<use xlink:href="#glyph4-8" x="134.761882" y="194.998"/>
|
||||
<use xlink:href="#glyph4-12" x="138.497882" y="194.998"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-1" x="0.768" y="213.388"/>
|
||||
<use xlink:href="#glyph5-2" x="11.00756" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-3" x="16.263828" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-4" x="24.849597" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="31.765634" y="213.388"/>
|
||||
<use xlink:href="#glyph5-6" x="36.746934" y="213.388"/>
|
||||
<use xlink:href="#glyph5-7" x="42.282154" y="213.388"/>
|
||||
<use xlink:href="#glyph5-8" x="45.049764" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-3" x="53.902531" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="58.881838" y="213.388"/>
|
||||
<use xlink:href="#glyph5-6" x="63.863138" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-8" x="72.725867" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="78.251125" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-9" x="86.559934" y="213.388"/>
|
||||
<use xlink:href="#glyph5-2" x="90.434389" y="213.388"/>
|
||||
<use xlink:href="#glyph5-10" x="95.969609" y="213.388"/>
|
||||
<use xlink:href="#glyph5-9" x="100.950909" y="213.388"/>
|
||||
<use xlink:href="#glyph5-11" x="104.825364" y="213.388"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="0.768" y="246.333"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-2" x="24.977213" y="246.333"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="34.853137" y="246.333"/>
|
||||
<use xlink:href="#glyph3-4" x="41.445215" y="246.333"/>
|
||||
<use xlink:href="#glyph3-5" x="50.41159" y="246.333"/>
|
||||
<use xlink:href="#glyph3-6" x="63.861153" y="246.333"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="76.604882" y="246.333"/>
|
||||
<use xlink:href="#glyph3-6" x="83.196961" y="246.333"/>
|
||||
<use xlink:href="#glyph3-11" x="90.560866" y="246.333"/>
|
||||
<use xlink:href="#glyph3-12" x="97.733966" y="246.333"/>
|
||||
<use xlink:href="#glyph3-13" x="102.217153" y="246.333"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="111.642607" y="246.333"/>
|
||||
<use xlink:href="#glyph3-14" x="119.006511" y="246.333"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-12" x="0.768" y="268.154"/>
|
||||
<use xlink:href="#glyph5-3" x="9.900715" y="268.154"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-13" x="18.476522" y="268.154"/>
|
||||
<use xlink:href="#glyph5-10" x="21.521092" y="268.154"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-14" x="26.233402" y="268.154"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="31.212709" y="268.154"/>
|
||||
<use xlink:href="#glyph5-15" x="36.194009" y="268.154"/>
|
||||
<use xlink:href="#glyph5-16" x="40.09636" y="268.154"/>
|
||||
<use xlink:href="#glyph5-9" x="42.86397" y="268.154"/>
|
||||
<use xlink:href="#glyph5-17" x="46.738425" y="268.154"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-15" x="54.48335" y="268.154"/>
|
||||
<use xlink:href="#glyph5-17" x="58.385701" y="268.154"/>
|
||||
<use xlink:href="#glyph5-18" x="62.81308" y="268.154"/>
|
||||
<use xlink:href="#glyph5-16" x="67.24046" y="268.154"/>
|
||||
<use xlink:href="#glyph5-19" x="70.00807" y="268.154"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-17" x="75.822243" y="268.154"/>
|
||||
</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.00153125 0.00103125 L 137.482 0.00103125 " transform="matrix(1,0,0,-1,0.768,499.419)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph6-1" x="11.694" y="506.021"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-1" x="16.011" y="508.833"/>
|
||||
<use xlink:href="#glyph7-2" x="24.706379" y="508.833"/>
|
||||
<use xlink:href="#glyph7-3" x="27.755739" y="508.833"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-4" x="34.340636" y="508.833"/>
|
||||
<use xlink:href="#glyph7-2" x="40.683242" y="508.833"/>
|
||||
<use xlink:href="#glyph7-5" x="43.732602" y="508.833"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-6" x="51.266737" y="508.833"/>
|
||||
<use xlink:href="#glyph7-7" x="57.025932" y="508.833"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-8" x="60.31838" y="508.833"/>
|
||||
<use xlink:href="#glyph7-9" x="64.552894" y="508.833"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-20" x="170.133" y="538.745"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 112 KiB |
694
svg/chapter-03/title-orig.svg
Normal file
@ -0,0 +1,694 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||
<defs>
|
||||
<g>
|
||||
<symbol overflow="visible" id="glyph0-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-1">
|
||||
<path style="stroke:none;" d="M 10.703125 -11.703125 L 0.78125 -11.703125 L 0.484375 -7.90625 L 0.796875 -7.90625 C 1.015625 -10.765625 1.25 -11.265625 3.90625 -11.265625 C 4.21875 -11.265625 4.71875 -11.265625 4.859375 -11.25 C 5.1875 -11.1875 5.1875 -10.984375 5.1875 -10.59375 L 5.1875 -1.25 C 5.1875 -0.640625 5.125 -0.453125 3.703125 -0.453125 L 3.21875 -0.453125 L 3.21875 0 C 4.046875 -0.015625 4.90625 -0.03125 5.75 -0.03125 C 6.59375 -0.03125 7.453125 -0.015625 8.28125 0 L 8.28125 -0.453125 L 7.796875 -0.453125 C 6.375 -0.453125 6.3125 -0.640625 6.3125 -1.25 L 6.3125 -10.59375 C 6.3125 -10.96875 6.3125 -11.171875 6.625 -11.25 C 6.765625 -11.265625 7.265625 -11.265625 7.578125 -11.265625 C 10.203125 -11.265625 10.46875 -10.765625 10.6875 -7.90625 L 11 -7.90625 Z M 10.703125 -11.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 7.140625 -5.234375 C 7.140625 -6.109375 6.96875 -7.546875 4.9375 -7.546875 C 3.53125 -7.546875 2.84375 -6.40625 2.640625 -5.84375 L 2.625 -5.84375 L 2.625 -11.953125 L 0.5625 -11.765625 L 0.5625 -11.3125 C 1.578125 -11.3125 1.734375 -11.203125 1.734375 -10.390625 L 1.734375 -1.1875 C 1.734375 -0.53125 1.671875 -0.453125 0.5625 -0.453125 L 0.5625 0 C 0.984375 -0.03125 1.734375 -0.03125 2.1875 -0.03125 C 2.640625 -0.03125 3.40625 -0.03125 3.828125 0 L 3.828125 -0.453125 C 2.71875 -0.453125 2.65625 -0.515625 2.65625 -1.1875 L 2.65625 -4.5 C 2.65625 -6.078125 3.609375 -7.265625 4.828125 -7.265625 C 6.09375 -7.265625 6.234375 -6.125 6.234375 -5.296875 L 6.234375 -1.1875 C 6.234375 -0.53125 6.171875 -0.453125 5.0625 -0.453125 L 5.0625 0 C 5.46875 -0.03125 6.234375 -0.03125 6.6875 -0.03125 C 7.125 -0.03125 7.90625 -0.03125 8.3125 0 L 8.3125 -0.453125 C 7.21875 -0.453125 7.140625 -0.515625 7.140625 -1.1875 Z M 7.140625 -5.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 6.5625 -4.046875 C 6.625 -4.109375 6.625 -4.15625 6.625 -4.328125 C 6.625 -6.078125 5.703125 -7.609375 3.734375 -7.609375 C 1.90625 -7.609375 0.46875 -5.875 0.46875 -3.75 C 0.46875 -1.515625 2.09375 0.140625 3.921875 0.140625 C 5.859375 0.140625 6.609375 -1.6875 6.609375 -2.046875 C 6.609375 -2.171875 6.515625 -2.171875 6.46875 -2.171875 C 6.359375 -2.171875 6.34375 -2.140625 6.265625 -1.921875 C 5.890625 -0.75 4.9375 -0.171875 4.046875 -0.171875 C 3.3125 -0.171875 2.5625 -0.578125 2.09375 -1.34375 C 1.5625 -2.21875 1.5625 -3.234375 1.5625 -4.046875 Z M 1.578125 -4.3125 C 1.703125 -6.78125 3.03125 -7.328125 3.71875 -7.328125 C 4.890625 -7.328125 5.6875 -6.234375 5.703125 -4.3125 Z M 1.578125 -4.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 14.859375 -10.203125 C 15.015625 -10.671875 15.265625 -11.28125 16.265625 -11.3125 L 16.265625 -11.765625 C 15.984375 -11.75 15.375 -11.71875 15.0625 -11.71875 C 14.640625 -11.71875 13.875 -11.71875 13.46875 -11.765625 L 13.46875 -11.3125 C 14.234375 -11.296875 14.5625 -10.859375 14.5625 -10.453125 C 14.5625 -10.328125 14.546875 -10.265625 14.484375 -10.078125 L 11.8125 -1.5625 L 9 -10.515625 C 8.953125 -10.6875 8.9375 -10.765625 8.9375 -10.828125 C 8.9375 -11.3125 9.6875 -11.3125 10.015625 -11.3125 L 10.015625 -11.765625 C 9.515625 -11.71875 8.65625 -11.71875 8.125 -11.71875 C 7.703125 -11.71875 6.921875 -11.71875 6.53125 -11.765625 L 6.53125 -11.3125 C 7.3125 -11.3125 7.53125 -11.265625 7.703125 -10.953125 C 7.765625 -10.796875 8.046875 -9.90625 8.046875 -9.84375 C 8.046875 -9.78125 8 -9.671875 7.984375 -9.625 L 5.453125 -1.578125 L 2.65625 -10.515625 C 2.5625 -10.765625 2.5625 -10.796875 2.5625 -10.828125 C 2.5625 -11.3125 3.328125 -11.3125 3.671875 -11.3125 L 3.671875 -11.765625 C 3.171875 -11.71875 2.3125 -11.71875 1.78125 -11.71875 C 1.328125 -11.71875 0.5625 -11.71875 0.15625 -11.765625 L 0.15625 -11.3125 C 1.1875 -11.3125 1.25 -11.203125 1.421875 -10.65625 L 4.78125 -0.015625 C 4.875 0.234375 4.875 0.28125 5.03125 0.28125 C 5.171875 0.28125 5.21875 0.234375 5.28125 0 L 8.21875 -9.328125 L 11.140625 0 C 11.203125 0.234375 11.265625 0.28125 11.40625 0.28125 C 11.546875 0.28125 11.546875 0.234375 11.640625 -0.015625 Z M 14.859375 -10.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 7.421875 -3.6875 C 7.421875 -5.890625 5.8125 -7.609375 3.9375 -7.609375 C 2.0625 -7.609375 0.46875 -5.890625 0.46875 -3.6875 C 0.46875 -1.515625 2.0625 0.140625 3.9375 0.140625 C 5.8125 0.140625 7.421875 -1.515625 7.421875 -3.6875 Z M 3.9375 -0.171875 C 3.140625 -0.171875 2.4375 -0.65625 2.046875 -1.328125 C 1.625 -2.09375 1.5625 -3.0625 1.5625 -3.828125 C 1.5625 -4.546875 1.59375 -5.4375 2.046875 -6.21875 C 2.390625 -6.78125 3.0625 -7.328125 3.9375 -7.328125 C 4.71875 -7.328125 5.375 -6.90625 5.78125 -6.296875 C 6.3125 -5.5 6.3125 -4.359375 6.3125 -3.828125 C 6.3125 -3.15625 6.28125 -2.125 5.8125 -1.296875 C 5.34375 -0.5 4.59375 -0.171875 3.9375 -0.171875 Z M 3.9375 -0.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 2.578125 -4.0625 C 2.578125 -5.71875 3.28125 -7.265625 4.578125 -7.265625 C 4.703125 -7.265625 4.828125 -7.25 4.9375 -7.203125 C 4.9375 -7.203125 4.5625 -7.078125 4.5625 -6.625 C 4.5625 -6.21875 4.890625 -6.046875 5.140625 -6.046875 C 5.359375 -6.046875 5.734375 -6.171875 5.734375 -6.640625 C 5.734375 -7.203125 5.1875 -7.546875 4.59375 -7.546875 C 3.28125 -7.546875 2.71875 -6.265625 2.546875 -5.671875 L 2.53125 -5.671875 L 2.53125 -7.546875 L 0.53125 -7.359375 L 0.53125 -6.90625 C 1.546875 -6.90625 1.703125 -6.796875 1.703125 -5.96875 L 1.703125 -1.1875 C 1.703125 -0.53125 1.640625 -0.453125 0.53125 -0.453125 L 0.53125 0 C 0.953125 -0.03125 1.734375 -0.03125 2.1875 -0.03125 C 2.6875 -0.03125 3.5625 -0.03125 4.03125 0 L 4.03125 -0.453125 C 2.796875 -0.453125 2.578125 -0.453125 2.578125 -1.21875 Z M 2.578125 -4.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 2.640625 -11.953125 L 0.578125 -11.765625 L 0.578125 -11.3125 C 1.59375 -11.3125 1.75 -11.203125 1.75 -10.390625 L 1.75 -1.1875 C 1.75 -0.53125 1.6875 -0.453125 0.578125 -0.453125 L 0.578125 0 C 1 -0.03125 1.75 -0.03125 2.1875 -0.03125 C 2.640625 -0.03125 3.390625 -0.03125 3.8125 0 L 3.8125 -0.453125 C 2.703125 -0.453125 2.640625 -0.515625 2.640625 -1.1875 Z M 2.640625 -11.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 5.03125 -11.765625 L 5.03125 -11.3125 C 6.046875 -11.3125 6.203125 -11.203125 6.203125 -10.390625 L 6.203125 -6.359375 C 6.125 -6.4375 5.421875 -7.546875 4.03125 -7.546875 C 2.265625 -7.546875 0.5625 -5.96875 0.5625 -3.703125 C 0.5625 -1.453125 2.171875 0.140625 3.859375 0.140625 C 5.328125 0.140625 6.078125 -1 6.171875 -1.125 L 6.171875 0.140625 L 8.25 0 L 8.25 -0.453125 C 7.234375 -0.453125 7.078125 -0.546875 7.078125 -1.375 L 7.078125 -11.953125 Z M 6.171875 -2.0625 C 6.171875 -1.546875 5.859375 -1.078125 5.453125 -0.734375 C 4.875 -0.21875 4.28125 -0.140625 3.953125 -0.140625 C 3.46875 -0.140625 1.671875 -0.390625 1.671875 -3.6875 C 1.671875 -7.0625 3.671875 -7.265625 4.109375 -7.265625 C 4.90625 -7.265625 5.546875 -6.8125 5.9375 -6.203125 C 6.171875 -5.84375 6.171875 -5.78125 6.171875 -5.46875 Z M 6.171875 -2.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 2.640625 -6.953125 L 4.59375 -6.953125 L 4.59375 -7.40625 L 2.59375 -7.40625 L 2.59375 -9.484375 C 2.59375 -10.921875 3.328125 -11.8125 4.0625 -11.8125 C 4.28125 -11.8125 4.546875 -11.75 4.71875 -11.625 C 4.578125 -11.59375 4.21875 -11.46875 4.21875 -11.03125 C 4.21875 -10.59375 4.5625 -10.453125 4.796875 -10.453125 C 5.046875 -10.453125 5.390625 -10.59375 5.390625 -11.03125 C 5.390625 -11.6875 4.765625 -12.09375 4.078125 -12.09375 C 3.09375 -12.09375 1.75 -11.28125 1.75 -9.453125 L 1.75 -7.40625 L 0.375 -7.40625 L 0.375 -6.953125 L 1.75 -6.953125 L 1.75 -1.1875 C 1.75 -0.53125 1.6875 -0.453125 0.578125 -0.453125 L 0.578125 0 C 1 -0.03125 1.796875 -0.03125 2.234375 -0.03125 C 2.734375 -0.03125 3.609375 -0.03125 4.078125 0 L 4.078125 -0.453125 C 2.84375 -0.453125 2.640625 -0.453125 2.640625 -1.21875 Z M 2.640625 -6.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 5.0625 -7.359375 L 5.0625 -6.90625 C 6.078125 -6.90625 6.234375 -6.796875 6.234375 -5.96875 L 6.234375 -2.84375 C 6.234375 -1.390625 5.453125 -0.140625 4.1875 -0.140625 C 2.765625 -0.140625 2.65625 -0.984375 2.65625 -1.875 L 2.65625 -7.546875 L 0.5625 -7.359375 L 0.5625 -6.90625 C 1.25 -6.90625 1.71875 -6.90625 1.734375 -6.21875 L 1.734375 -2.90625 C 1.734375 -1.75 1.734375 -1.015625 2.1875 -0.53125 C 2.40625 -0.3125 2.84375 0.140625 4.078125 0.140625 C 5.546875 0.140625 6.109375 -1.109375 6.25 -1.46875 L 6.265625 -1.46875 L 6.265625 0.140625 L 8.3125 0 L 8.3125 -0.453125 C 7.296875 -0.453125 7.140625 -0.546875 7.140625 -1.375 L 7.140625 -7.546875 Z M 5.0625 -7.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 11.171875 -11.953125 C 10.984375 -11.921875 10.828125 -11.875 10.609375 -11.828125 C 10.109375 -12.09375 9.453125 -12.09375 9.28125 -12.09375 C 8.484375 -12.09375 7.546875 -11.859375 6.78125 -11.1875 C 6.578125 -11.65625 5.953125 -12.09375 4.953125 -12.09375 C 3.5625 -12.09375 1.703125 -11.296875 1.703125 -9.421875 L 1.703125 -7.40625 L 0.328125 -7.40625 L 0.328125 -6.953125 L 1.703125 -6.953125 L 1.703125 -1.1875 C 1.703125 -0.53125 1.640625 -0.453125 0.53125 -0.453125 L 0.53125 0 C 0.953125 -0.03125 1.703125 -0.03125 2.140625 -0.03125 C 2.578125 -0.03125 3.34375 -0.03125 3.75 0 L 3.75 -0.453125 C 2.65625 -0.453125 2.578125 -0.515625 2.578125 -1.1875 L 2.578125 -6.953125 L 6.015625 -6.953125 L 6.015625 -1.1875 C 6.015625 -0.53125 5.9375 -0.453125 4.84375 -0.453125 L 4.84375 0 C 5.25 -0.03125 6.015625 -0.03125 6.4375 -0.03125 C 6.890625 -0.03125 7.640625 -0.03125 8.0625 0 L 8.0625 -0.453125 C 6.953125 -0.453125 6.890625 -0.515625 6.890625 -1.1875 L 6.890625 -6.953125 L 10.296875 -6.953125 L 10.296875 -1.1875 C 10.296875 -0.53125 10.234375 -0.453125 9.125 -0.453125 L 9.125 0 C 9.546875 -0.03125 10.296875 -0.03125 10.734375 -0.03125 C 11.171875 -0.03125 11.9375 -0.03125 12.34375 0 L 12.34375 -0.453125 C 11.25 -0.453125 11.171875 -0.515625 11.171875 -1.1875 Z M 2.546875 -7.40625 L 2.546875 -9.421875 C 2.546875 -10.96875 3.734375 -11.8125 4.921875 -11.8125 C 5.09375 -11.8125 5.796875 -11.796875 6.265625 -11.375 C 5.859375 -11.34375 5.671875 -11.125 5.671875 -10.796875 C 5.671875 -10.484375 5.859375 -10.296875 6.125 -10.234375 C 6.015625 -9.90625 6.015625 -9.609375 6.015625 -9.421875 L 6.015625 -7.40625 Z M 6.859375 -9.421875 C 6.859375 -10.9375 7.984375 -11.8125 9.25 -11.8125 C 9.328125 -11.8125 10.28125 -11.78125 10.28125 -11.609375 C 10.28125 -11.59375 10.265625 -11.578125 10.171875 -11.484375 C 10.015625 -11.375 9.953125 -11.203125 9.953125 -11.03125 C 9.953125 -10.796875 10.078125 -10.59375 10.296875 -10.5 L 10.296875 -7.40625 L 6.859375 -7.40625 Z M 6.859375 -9.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 5.328125 -7.265625 C 5.328125 -7.578125 5.296875 -7.59375 5.203125 -7.59375 C 5.125 -7.59375 5.109375 -7.578125 4.90625 -7.3125 C 4.859375 -7.25 4.703125 -7.078125 4.65625 -7.015625 C 4.09375 -7.59375 3.328125 -7.609375 3.03125 -7.609375 C 1.125 -7.609375 0.4375 -6.609375 0.4375 -5.609375 C 0.4375 -4.0625 2.1875 -3.703125 2.6875 -3.59375 C 3.765625 -3.375 4.15625 -3.3125 4.515625 -3 C 4.734375 -2.796875 5.109375 -2.40625 5.109375 -1.796875 C 5.109375 -1.0625 4.703125 -0.140625 3.109375 -0.140625 C 1.625 -0.140625 1.078125 -1.28125 0.78125 -2.796875 C 0.71875 -3.03125 0.71875 -3.046875 0.578125 -3.046875 C 0.453125 -3.046875 0.4375 -3.03125 0.4375 -2.6875 L 0.4375 -0.203125 C 0.4375 0.109375 0.453125 0.125 0.546875 0.125 C 0.640625 0.125 0.65625 0.109375 0.734375 -0.03125 C 0.84375 -0.1875 1.109375 -0.609375 1.203125 -0.78125 C 1.546875 -0.3125 2.15625 0.140625 3.109375 0.140625 C 4.828125 0.140625 5.734375 -0.796875 5.734375 -2.140625 C 5.734375 -3.015625 5.265625 -3.484375 5.046875 -3.6875 C 4.53125 -4.21875 3.921875 -4.34375 3.203125 -4.484375 C 2.25 -4.6875 1.046875 -4.921875 1.046875 -5.96875 C 1.046875 -6.421875 1.296875 -7.375 3.03125 -7.375 C 4.875 -7.375 4.96875 -5.640625 5.015625 -5.09375 C 5.03125 -5.015625 5.109375 -5 5.171875 -5 C 5.328125 -5 5.328125 -5.046875 5.328125 -5.34375 Z M 5.328125 -7.265625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-1">
|
||||
<path style="stroke:none;" d="M 6.828125 -8.140625 L 0.484375 -8.140625 L 0.484375 -7.796875 L 0.734375 -7.796875 C 1.59375 -7.796875 1.625 -7.671875 1.625 -7.234375 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.734375 -0.34375 L 0.484375 -0.34375 L 0.484375 0 C 0.78125 -0.03125 1.84375 -0.03125 2.203125 -0.03125 C 2.625 -0.03125 3.671875 -0.03125 4.015625 0 L 4.015625 -0.34375 L 3.65625 -0.34375 C 2.625 -0.34375 2.59375 -0.484375 2.59375 -0.921875 L 2.59375 -3.890625 L 3.640625 -3.890625 C 4.765625 -3.890625 4.890625 -3.5 4.890625 -2.5 L 5.15625 -2.5 L 5.15625 -5.640625 L 4.890625 -5.640625 C 4.890625 -4.640625 4.765625 -4.25 3.640625 -4.25 L 2.59375 -4.25 L 2.59375 -7.3125 C 2.59375 -7.703125 2.625 -7.796875 3.140625 -7.796875 L 4.640625 -7.796875 C 6.359375 -7.796875 6.703125 -7.15625 6.875 -5.46875 L 7.140625 -5.46875 Z M 6.828125 -8.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-2">
|
||||
<path style="stroke:none;" d="M 5.484375 -2.5625 C 5.484375 -4.09375 4.3125 -5.328125 2.921875 -5.328125 C 1.5 -5.328125 0.359375 -4.0625 0.359375 -2.5625 C 0.359375 -1.03125 1.546875 0.125 2.921875 0.125 C 4.328125 0.125 5.484375 -1.046875 5.484375 -2.5625 Z M 2.921875 -0.140625 C 2.484375 -0.140625 1.953125 -0.328125 1.609375 -0.921875 C 1.28125 -1.453125 1.265625 -2.15625 1.265625 -2.671875 C 1.265625 -3.125 1.265625 -3.84375 1.640625 -4.390625 C 1.96875 -4.90625 2.5 -5.09375 2.921875 -5.09375 C 3.375 -5.09375 3.890625 -4.875 4.203125 -4.40625 C 4.578125 -3.859375 4.578125 -3.109375 4.578125 -2.671875 C 4.578125 -2.25 4.578125 -1.5 4.265625 -0.9375 C 3.9375 -0.375 3.375 -0.140625 2.921875 -0.140625 Z M 2.921875 -0.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-3">
|
||||
<path style="stroke:none;" d="M 2 -8.296875 L 0.328125 -8.15625 L 0.328125 -7.8125 C 1.140625 -7.8125 1.25 -7.734375 1.25 -7.140625 L 1.25 0 L 1.5 0 C 1.546875 -0.09375 1.890625 -0.6875 1.9375 -0.78125 C 2.21875 -0.328125 2.71875 0.125 3.484375 0.125 C 4.859375 0.125 6.078125 -1.046875 6.078125 -2.578125 C 6.078125 -4.09375 4.953125 -5.265625 3.625 -5.265625 C 2.96875 -5.265625 2.40625 -4.96875 2 -4.46875 Z M 2.015625 -3.828125 C 2.015625 -4.046875 2.015625 -4.0625 2.15625 -4.25 C 2.4375 -4.6875 2.96875 -5.03125 3.546875 -5.03125 C 3.90625 -5.03125 5.15625 -4.890625 5.15625 -2.59375 C 5.15625 -1.796875 5.046875 -1.296875 4.75 -0.859375 C 4.515625 -0.484375 4.046875 -0.125 3.4375 -0.125 C 2.796875 -0.125 2.375 -0.53125 2.171875 -0.859375 C 2.015625 -1.109375 2.015625 -1.15625 2.015625 -1.359375 Z M 2.015625 -3.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-4">
|
||||
<path style="stroke:none;" d="M 4.609375 -3.1875 C 4.609375 -3.84375 4.609375 -4.3125 4.09375 -4.78125 C 3.671875 -5.15625 3.125 -5.328125 2.609375 -5.328125 C 1.625 -5.328125 0.875 -4.6875 0.875 -3.90625 C 0.875 -3.5625 1.09375 -3.390625 1.375 -3.390625 C 1.65625 -3.390625 1.859375 -3.59375 1.859375 -3.890625 C 1.859375 -4.375 1.4375 -4.375 1.25 -4.375 C 1.53125 -4.875 2.109375 -5.09375 2.578125 -5.09375 C 3.125 -5.09375 3.84375 -4.640625 3.84375 -3.5625 L 3.84375 -3.078125 C 1.4375 -3.046875 0.53125 -2.046875 0.53125 -1.125 C 0.53125 -0.171875 1.625 0.125 2.359375 0.125 C 3.140625 0.125 3.6875 -0.359375 3.90625 -0.9375 C 3.953125 -0.375 4.328125 0.0625 4.84375 0.0625 C 5.09375 0.0625 5.78125 -0.109375 5.78125 -1.0625 L 5.78125 -1.734375 L 5.515625 -1.734375 L 5.515625 -1.0625 C 5.515625 -0.375 5.234375 -0.28125 5.0625 -0.28125 C 4.609375 -0.28125 4.609375 -0.921875 4.609375 -1.09375 Z M 3.84375 -1.6875 C 3.84375 -0.515625 2.96875 -0.125 2.453125 -0.125 C 1.859375 -0.125 1.375 -0.546875 1.375 -1.125 C 1.375 -2.703125 3.40625 -2.84375 3.84375 -2.875 Z M 3.84375 -1.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-5">
|
||||
<path style="stroke:none;" d="M 2 -2.78125 C 2 -3.9375 2.46875 -5.03125 3.390625 -5.03125 C 3.484375 -5.03125 3.515625 -5.03125 3.5625 -5.015625 C 3.46875 -4.96875 3.28125 -4.90625 3.28125 -4.578125 C 3.28125 -4.234375 3.546875 -4.09375 3.734375 -4.09375 C 3.984375 -4.09375 4.21875 -4.25 4.21875 -4.578125 C 4.21875 -4.9375 3.890625 -5.265625 3.375 -5.265625 C 2.359375 -5.265625 2.015625 -4.171875 1.953125 -3.9375 L 1.9375 -3.9375 L 1.9375 -5.265625 L 0.328125 -5.140625 L 0.328125 -4.796875 C 1.140625 -4.796875 1.25 -4.703125 1.25 -4.125 L 1.25 -0.890625 C 1.25 -0.34375 1.109375 -0.34375 0.328125 -0.34375 L 0.328125 0 C 0.671875 -0.03125 1.328125 -0.03125 1.6875 -0.03125 C 2.015625 -0.03125 2.859375 -0.03125 3.125 0 L 3.125 -0.34375 L 2.890625 -0.34375 C 2.015625 -0.34375 2 -0.484375 2 -0.90625 Z M 2 -2.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-6">
|
||||
<path style="stroke:none;" d="M 5.046875 -4.0625 C 6.234375 -4.34375 7.140625 -5.09375 7.140625 -6.015625 C 7.140625 -7.171875 5.796875 -8.15625 4.078125 -8.15625 L 0.5 -8.15625 L 0.5 -7.8125 L 0.734375 -7.8125 C 1.609375 -7.8125 1.640625 -7.703125 1.640625 -7.25 L 1.640625 -0.90625 C 1.640625 -0.46875 1.609375 -0.34375 0.734375 -0.34375 L 0.5 -0.34375 L 0.5 0 C 0.78125 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.453125 -0.03125 3.4375 -0.03125 3.71875 0 L 3.71875 -0.34375 L 3.484375 -0.34375 C 2.625 -0.34375 2.578125 -0.46875 2.578125 -0.90625 L 2.578125 -3.96875 L 3.96875 -3.96875 C 4.4375 -3.96875 4.875 -3.84375 5.203125 -3.5 C 5.609375 -3.046875 5.609375 -2.796875 5.609375 -1.96875 C 5.609375 -1.03125 5.609375 -0.71875 6.125 -0.203125 C 6.3125 -0.03125 6.8125 0.25 7.484375 0.25 C 8.421875 0.25 8.578125 -0.78125 8.578125 -1.046875 C 8.578125 -1.109375 8.578125 -1.21875 8.4375 -1.21875 C 8.3125 -1.21875 8.3125 -1.140625 8.3125 -1.03125 C 8.25 -0.3125 7.90625 0.015625 7.515625 0.015625 C 6.96875 0.015625 6.84375 -0.546875 6.75 -1.1875 C 6.734375 -1.265625 6.671875 -1.78125 6.640625 -2.078125 C 6.546875 -2.671875 6.5 -3.0625 6.140625 -3.4375 C 6.015625 -3.5625 5.703125 -3.890625 5.046875 -4.0625 Z M 3.921875 -4.203125 L 2.578125 -4.203125 L 2.578125 -7.34375 C 2.578125 -7.609375 2.578125 -7.75 2.828125 -7.8125 C 2.9375 -7.8125 3.296875 -7.8125 3.53125 -7.8125 C 4.5 -7.8125 6.03125 -7.8125 6.03125 -6.015625 C 6.03125 -4.96875 5.46875 -4.203125 3.921875 -4.203125 Z M 3.921875 -4.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-7">
|
||||
<path style="stroke:none;" d="M 2.34375 -7.40625 C 2.34375 -7.703125 2.09375 -7.953125 1.796875 -7.953125 C 1.5 -7.953125 1.25 -7.734375 1.25 -7.40625 C 1.25 -7.0625 1.5 -6.84375 1.796875 -6.84375 C 2.09375 -6.84375 2.34375 -7.09375 2.34375 -7.40625 Z M 4.609375 -7.40625 C 4.609375 -7.734375 4.34375 -7.953125 4.046875 -7.953125 C 3.75 -7.953125 3.5 -7.703125 3.5 -7.40625 C 3.5 -7.09375 3.75 -6.84375 4.046875 -6.84375 C 4.34375 -6.84375 4.609375 -7.0625 4.609375 -7.40625 Z M 4.609375 -7.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-8">
|
||||
<path style="stroke:none;" d="M 3.640625 -5.140625 L 3.640625 -4.796875 C 4.453125 -4.796875 4.546875 -4.703125 4.546875 -4.125 L 4.546875 -1.984375 C 4.546875 -0.96875 4 -0.125 3.109375 -0.125 C 2.125 -0.125 2.0625 -0.6875 2.0625 -1.3125 L 2.0625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.296875 -4.796875 1.296875 -4.75 1.296875 -3.6875 L 1.296875 -1.90625 C 1.296875 -1.15625 1.296875 -0.734375 1.65625 -0.328125 C 1.9375 -0.03125 2.421875 0.125 3.03125 0.125 C 3.234375 0.125 3.625 0.125 4.03125 -0.234375 C 4.375 -0.5 4.5625 -0.953125 4.5625 -0.953125 L 4.5625 0.125 L 6.234375 0 L 6.234375 -0.34375 C 5.421875 -0.34375 5.3125 -0.4375 5.3125 -1.015625 L 5.3125 -5.265625 Z M 3.640625 -5.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-9">
|
||||
<path style="stroke:none;" d="M 3.921875 -5.0625 C 3.921875 -5.265625 3.921875 -5.328125 3.796875 -5.328125 C 3.703125 -5.328125 3.484375 -5.0625 3.390625 -4.953125 C 3.03125 -5.265625 2.65625 -5.328125 2.265625 -5.328125 C 0.828125 -5.328125 0.390625 -4.546875 0.390625 -3.890625 C 0.390625 -3.75 0.390625 -3.328125 0.84375 -2.921875 C 1.234375 -2.578125 1.640625 -2.5 2.1875 -2.390625 C 2.84375 -2.265625 3 -2.21875 3.296875 -1.984375 C 3.515625 -1.8125 3.671875 -1.546875 3.671875 -1.203125 C 3.671875 -0.6875 3.375 -0.125 2.3125 -0.125 C 1.53125 -0.125 0.953125 -0.578125 0.6875 -1.765625 C 0.640625 -1.984375 0.640625 -2 0.640625 -2.015625 C 0.609375 -2.0625 0.5625 -2.0625 0.53125 -2.0625 C 0.390625 -2.0625 0.390625 -2 0.390625 -1.78125 L 0.390625 -0.15625 C 0.390625 0.0625 0.390625 0.125 0.515625 0.125 C 0.578125 0.125 0.578125 0.109375 0.78125 -0.140625 C 0.84375 -0.234375 0.84375 -0.25 1.03125 -0.4375 C 1.484375 0.125 2.125 0.125 2.328125 0.125 C 3.578125 0.125 4.203125 -0.578125 4.203125 -1.515625 C 4.203125 -2.15625 3.8125 -2.546875 3.703125 -2.65625 C 3.28125 -3.03125 2.953125 -3.09375 2.15625 -3.234375 C 1.8125 -3.3125 0.9375 -3.484375 0.9375 -4.203125 C 0.9375 -4.5625 1.1875 -5.109375 2.265625 -5.109375 C 3.5625 -5.109375 3.640625 -4 3.65625 -3.640625 C 3.671875 -3.53125 3.75 -3.53125 3.796875 -3.53125 C 3.921875 -3.53125 3.921875 -3.59375 3.921875 -3.8125 Z M 3.921875 -5.0625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-10">
|
||||
<path style="stroke:none;" d="M 4.578125 -2.765625 C 4.84375 -2.765625 4.859375 -2.765625 4.859375 -3 C 4.859375 -4.203125 4.21875 -5.328125 2.765625 -5.328125 C 1.40625 -5.328125 0.359375 -4.09375 0.359375 -2.625 C 0.359375 -1.046875 1.578125 0.125 2.90625 0.125 C 4.328125 0.125 4.859375 -1.171875 4.859375 -1.421875 C 4.859375 -1.5 4.8125 -1.546875 4.734375 -1.546875 C 4.640625 -1.546875 4.609375 -1.484375 4.59375 -1.421875 C 4.28125 -0.421875 3.484375 -0.140625 2.96875 -0.140625 C 2.46875 -0.140625 1.265625 -0.484375 1.265625 -2.546875 L 1.265625 -2.765625 Z M 1.28125 -3 C 1.375 -4.875 2.421875 -5.09375 2.765625 -5.09375 C 4.046875 -5.09375 4.109375 -3.40625 4.125 -3 Z M 1.28125 -3 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-11">
|
||||
<path style="stroke:none;" d="M 2.0625 -8.296875 L 0.390625 -8.15625 L 0.390625 -7.8125 C 1.203125 -7.8125 1.296875 -7.734375 1.296875 -7.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.3125 -0.03125 1.671875 -0.03125 C 2.03125 -0.03125 2.625 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.203125 -0.34375 2.0625 -0.34375 2.0625 -0.890625 Z M 2.0625 -8.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-12">
|
||||
<path style="stroke:none;" d="M 4.328125 -4.421875 C 4.1875 -4.421875 3.734375 -4.421875 3.734375 -3.9375 C 3.734375 -3.640625 3.9375 -3.4375 4.234375 -3.4375 C 4.5 -3.4375 4.734375 -3.609375 4.734375 -3.953125 C 4.734375 -4.75 3.890625 -5.328125 2.921875 -5.328125 C 1.53125 -5.328125 0.421875 -4.09375 0.421875 -2.578125 C 0.421875 -1.046875 1.5625 0.125 2.921875 0.125 C 4.5 0.125 4.859375 -1.3125 4.859375 -1.421875 C 4.859375 -1.53125 4.765625 -1.53125 4.734375 -1.53125 C 4.625 -1.53125 4.609375 -1.5 4.578125 -1.34375 C 4.3125 -0.5 3.671875 -0.140625 3.03125 -0.140625 C 2.296875 -0.140625 1.328125 -0.78125 1.328125 -2.59375 C 1.328125 -4.578125 2.34375 -5.0625 2.9375 -5.0625 C 3.390625 -5.0625 4.046875 -4.890625 4.328125 -4.421875 Z M 4.328125 -4.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-13">
|
||||
<path style="stroke:none;" d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.703125 -5.265625 2.21875 -4.5 2.0625 -4.125 L 2.046875 -4.125 L 2.046875 -8.296875 L 0.375 -8.15625 L 0.375 -7.8125 C 1.1875 -7.8125 1.296875 -7.734375 1.296875 -7.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-14">
|
||||
<path style="stroke:none;" d="M 2.0625 -4.8125 L 3.40625 -4.8125 L 3.40625 -5.15625 L 2.03125 -5.15625 L 2.03125 -6.546875 C 2.03125 -7.625 2.578125 -8.171875 3.078125 -8.171875 C 3.171875 -8.171875 3.34375 -8.15625 3.484375 -8.078125 C 3.4375 -8.0625 3.140625 -7.953125 3.140625 -7.609375 C 3.140625 -7.34375 3.328125 -7.140625 3.609375 -7.140625 C 3.890625 -7.140625 4.09375 -7.34375 4.09375 -7.625 C 4.09375 -8.0625 3.65625 -8.421875 3.078125 -8.421875 C 2.25 -8.421875 1.296875 -7.765625 1.296875 -6.546875 L 1.296875 -5.15625 L 0.375 -5.15625 L 0.375 -4.8125 L 1.296875 -4.8125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.390625 -0.03125 1.75 -0.03125 C 2.0625 -0.03125 2.921875 -0.03125 3.1875 0 L 3.1875 -0.34375 L 2.953125 -0.34375 C 2.078125 -0.34375 2.0625 -0.484375 2.0625 -0.90625 Z M 2.0625 -4.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-15">
|
||||
<path style="stroke:none;" d="M 2.015625 -4.8125 L 3.6875 -4.8125 L 3.6875 -5.15625 L 2.015625 -5.15625 L 2.015625 -7.34375 L 1.75 -7.34375 C 1.734375 -6.234375 1.296875 -5.078125 0.21875 -5.046875 L 0.21875 -4.8125 L 1.234375 -4.8125 L 1.234375 -1.484375 C 1.234375 -0.15625 2.109375 0.125 2.75 0.125 C 3.5 0.125 3.890625 -0.625 3.890625 -1.484375 L 3.890625 -2.15625 L 3.640625 -2.15625 L 3.640625 -1.5 C 3.640625 -0.640625 3.28125 -0.140625 2.828125 -0.140625 C 2.015625 -0.140625 2.015625 -1.25 2.015625 -1.453125 Z M 2.015625 -4.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-16">
|
||||
<path style="stroke:none;" d="M 10.671875 -7 C 10.859375 -7.5625 11.21875 -7.8125 11.8125 -7.8125 L 11.8125 -8.15625 C 11.296875 -8.140625 11.265625 -8.140625 10.75 -8.140625 C 10.4375 -8.140625 9.796875 -8.140625 9.5 -8.15625 L 9.5 -7.8125 C 10.234375 -7.8125 10.453125 -7.421875 10.453125 -7.1875 C 10.453125 -7.125 10.40625 -7.03125 10.390625 -6.9375 L 8.578125 -1.28125 L 6.640625 -7.296875 C 6.625 -7.328125 6.59375 -7.421875 6.59375 -7.453125 C 6.59375 -7.8125 7.234375 -7.8125 7.515625 -7.8125 L 7.515625 -8.15625 C 7.234375 -8.140625 6.34375 -8.140625 6 -8.140625 C 5.65625 -8.140625 4.921875 -8.140625 4.609375 -8.15625 L 4.609375 -7.8125 C 5.25 -7.8125 5.421875 -7.78125 5.546875 -7.5625 C 5.625 -7.40625 5.71875 -7.046875 5.875 -6.609375 L 4.15625 -1.28125 L 2.25 -7.234375 C 2.1875 -7.40625 2.1875 -7.421875 2.1875 -7.453125 C 2.1875 -7.8125 2.796875 -7.8125 3.109375 -7.8125 L 3.109375 -8.15625 C 2.828125 -8.140625 1.921875 -8.140625 1.59375 -8.140625 C 1.25 -8.140625 0.515625 -8.140625 0.203125 -8.15625 L 0.203125 -7.8125 C 0.84375 -7.8125 1.078125 -7.8125 1.21875 -7.359375 L 3.578125 0.03125 C 3.640625 0.203125 3.6875 0.25 3.796875 0.25 C 3.890625 0.25 3.953125 0.21875 4.015625 0.03125 L 6 -6.171875 L 8 0.03125 C 8.0625 0.21875 8.109375 0.25 8.21875 0.25 C 8.3125 0.25 8.359375 0.203125 8.421875 0.03125 Z M 10.671875 -7 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-17">
|
||||
<path style="stroke:none;" d="M 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.53125 -7.8125 L 3.796875 -7.8125 L 3.796875 -8.15625 C 3.5 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.71875 -8.140625 0.4375 -8.15625 L 0.4375 -7.8125 L 0.6875 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.6875 -0.34375 L 0.4375 -0.34375 L 0.4375 0 C 0.71875 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.46875 -0.03125 3.5 -0.03125 3.796875 0 L 3.796875 -0.34375 L 3.53125 -0.34375 C 2.625 -0.34375 2.59375 -0.46875 2.59375 -0.90625 Z M 2.59375 -7.25 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-18">
|
||||
<path style="stroke:none;" d="M 4.625 -8.3125 C 4.578125 -8.46875 4.546875 -8.53125 4.390625 -8.53125 C 4.21875 -8.53125 4.203125 -8.5 4.140625 -8.3125 L 1.640625 -1.15625 C 1.46875 -0.671875 1.140625 -0.359375 0.375 -0.34375 L 0.375 0 C 1.09375 -0.03125 1.125 -0.03125 1.515625 -0.03125 C 1.859375 -0.03125 2.421875 -0.03125 2.734375 0 L 2.734375 -0.34375 C 2.234375 -0.359375 1.9375 -0.609375 1.9375 -0.9375 C 1.9375 -1.015625 1.9375 -1.046875 2 -1.1875 L 2.546875 -2.78125 L 5.5625 -2.78125 L 6.21875 -0.90625 C 6.28125 -0.765625 6.28125 -0.734375 6.28125 -0.703125 C 6.28125 -0.34375 5.671875 -0.34375 5.359375 -0.34375 L 5.359375 0 C 5.640625 -0.03125 6.59375 -0.03125 6.921875 -0.03125 C 7.25 -0.03125 8.109375 -0.03125 8.390625 0 L 8.390625 -0.34375 C 7.609375 -0.34375 7.40625 -0.34375 7.234375 -0.84375 Z M 4.046875 -7.109375 L 5.4375 -3.125 L 2.671875 -3.125 Z M 4.046875 -7.109375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-19">
|
||||
<path style="stroke:none;" d="M 2.328125 0.046875 C 2.328125 -0.6875 2.078125 -1.15625 1.609375 -1.15625 C 1.265625 -1.15625 1.046875 -0.890625 1.046875 -0.578125 C 1.046875 -0.265625 1.265625 0 1.625 0 C 1.8125 0 1.9375 -0.078125 2.015625 -0.140625 C 2.046875 -0.171875 2.0625 -0.171875 2.0625 -0.171875 C 2.09375 -0.171875 2.09375 -0.015625 2.09375 0.046875 C 2.09375 0.8125 1.78125 1.53125 1.25 2.078125 C 1.203125 2.109375 1.1875 2.140625 1.1875 2.1875 C 1.1875 2.25 1.25 2.3125 1.3125 2.3125 C 1.421875 2.3125 2.328125 1.421875 2.328125 0.046875 Z M 2.328125 0.046875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-20">
|
||||
<path style="stroke:none;" d="M 8.453125 -4.046875 C 8.453125 -6.53125 6.640625 -8.421875 4.546875 -8.421875 C 2.421875 -8.421875 0.640625 -6.5 0.640625 -4.046875 C 0.640625 -1.625 2.453125 0.25 4.546875 0.25 C 6.6875 0.25 8.453125 -1.65625 8.453125 -4.046875 Z M 4.546875 -0.03125 C 3.328125 -0.03125 1.75 -1.171875 1.75 -4.234375 C 1.75 -7.15625 3.421875 -8.15625 4.546875 -8.15625 C 5.71875 -8.15625 7.34375 -7.125 7.34375 -4.234375 C 7.34375 -1.125 5.71875 -0.03125 4.546875 -0.03125 Z M 4.546875 -0.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-21">
|
||||
<path style="stroke:none;" d="M 3.234375 -2.265625 L 3.234375 -2.90625 L 0.125 -2.90625 L 0.125 -2.265625 Z M 3.234375 -2.265625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-22">
|
||||
<path style="stroke:none;" d="M 2.078125 -7.359375 C 2.078125 -7.671875 1.828125 -7.953125 1.5 -7.953125 C 1.1875 -7.953125 0.921875 -7.703125 0.921875 -7.375 C 0.921875 -7.015625 1.203125 -6.796875 1.5 -6.796875 C 1.859375 -6.796875 2.078125 -7.09375 2.078125 -7.359375 Z M 0.4375 -5.140625 L 0.4375 -4.796875 C 1.1875 -4.796875 1.296875 -4.71875 1.296875 -4.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.296875 -0.03125 1.65625 -0.03125 C 1.78125 -0.03125 2.46875 -0.03125 2.875 0 L 2.875 -0.34375 C 2.109375 -0.34375 2.0625 -0.40625 2.0625 -0.875 L 2.0625 -5.265625 Z M 0.4375 -5.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-23">
|
||||
<path style="stroke:none;" d="M 3.578125 -8.15625 L 3.578125 -7.8125 C 4.40625 -7.8125 4.5 -7.734375 4.5 -7.140625 L 4.5 -4.5 C 4.25 -4.859375 3.734375 -5.265625 3 -5.265625 C 1.609375 -5.265625 0.421875 -4.09375 0.421875 -2.5625 C 0.421875 -1.046875 1.546875 0.125 2.875 0.125 C 3.78125 0.125 4.296875 -0.484375 4.46875 -0.703125 L 4.46875 0.125 L 6.15625 0 L 6.15625 -0.34375 C 5.34375 -0.34375 5.25 -0.4375 5.25 -1.015625 L 5.25 -8.296875 Z M 4.46875 -1.40625 C 4.46875 -1.1875 4.46875 -1.140625 4.296875 -0.890625 C 4.015625 -0.46875 3.53125 -0.125 2.921875 -0.125 C 2.625 -0.125 1.328125 -0.234375 1.328125 -2.5625 C 1.328125 -3.421875 1.46875 -3.890625 1.734375 -4.296875 C 1.96875 -4.65625 2.453125 -5.03125 3.046875 -5.03125 C 3.796875 -5.03125 4.203125 -4.5 4.328125 -4.296875 C 4.46875 -4.09375 4.46875 -4.078125 4.46875 -3.859375 Z M 4.46875 -1.40625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-24">
|
||||
<path style="stroke:none;" d="M 6.8125 -2.75 C 6.8125 -1.078125 5.671875 -0.09375 4.546875 -0.09375 C 3.84375 -0.09375 2.59375 -0.578125 2.59375 -2.671875 L 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.484375 -7.8125 L 3.734375 -7.8125 L 3.734375 -8.15625 C 3.4375 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.78125 -8.140625 0.484375 -8.15625 L 0.484375 -7.8125 L 0.734375 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -2.734375 C 1.625 -1 3.015625 0.25 4.53125 0.25 C 6.1875 0.25 7.140625 -1.375 7.140625 -2.5625 L 7.140625 -7.09375 C 7.140625 -7.8125 8.0625 -7.8125 8.265625 -7.8125 L 8.265625 -8.15625 C 7.953125 -8.140625 7.3125 -8.140625 6.984375 -8.140625 C 6.640625 -8.140625 5.984375 -8.140625 5.671875 -8.15625 L 5.671875 -7.8125 C 6.8125 -7.8125 6.8125 -7.25 6.8125 -6.9375 Z M 6.8125 -2.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-25">
|
||||
<path style="stroke:none;" d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-26">
|
||||
<path style="stroke:none;" d="M 4.875 -4.015625 C 4.984375 -4.28125 5.1875 -4.796875 5.953125 -4.8125 L 5.953125 -5.15625 C 5.609375 -5.125 5.4375 -5.125 5.0625 -5.125 C 4.8125 -5.125 4.640625 -5.125 4.09375 -5.15625 L 4.09375 -4.8125 C 4.59375 -4.78125 4.65625 -4.421875 4.65625 -4.296875 C 4.65625 -4.1875 4.625 -4.125 4.5625 -3.984375 L 3.34375 -0.890625 L 2.015625 -4.265625 C 1.953125 -4.4375 1.9375 -4.4375 1.9375 -4.5 C 1.9375 -4.8125 2.390625 -4.8125 2.609375 -4.8125 L 2.609375 -5.15625 C 2.3125 -5.125 1.6875 -5.125 1.359375 -5.125 C 0.96875 -5.125 0.9375 -5.125 0.21875 -5.15625 L 0.21875 -4.8125 C 0.890625 -4.8125 1 -4.75 1.140625 -4.390625 L 2.859375 -0.109375 C 2.921875 0.0625 2.9375 0.125 3.078125 0.125 C 3.171875 0.125 3.234375 0.09375 3.328125 -0.109375 Z M 4.875 -4.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-27">
|
||||
<path style="stroke:none;" d="M 0.515625 -8.15625 L 0.515625 -7.8125 L 0.75 -7.8125 C 1.609375 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -0.90625 C 1.65625 -0.46875 1.609375 -0.34375 0.75 -0.34375 L 0.515625 -0.34375 L 0.515625 0 L 5.015625 0 C 6.546875 0 7.625 -1.046875 7.625 -2.1875 C 7.625 -3.15625 6.75 -4.109375 5.328125 -4.265625 C 6.46875 -4.484375 7.296875 -5.25 7.296875 -6.140625 C 7.296875 -7.171875 6.25 -8.15625 4.6875 -8.15625 Z M 2.5625 -4.359375 L 2.5625 -7.34375 C 2.5625 -7.734375 2.578125 -7.8125 3.109375 -7.8125 L 4.609375 -7.8125 C 5.8125 -7.8125 6.234375 -6.796875 6.234375 -6.140625 C 6.234375 -5.359375 5.625 -4.359375 4.296875 -4.359375 Z M 3.109375 -0.34375 C 2.578125 -0.34375 2.5625 -0.4375 2.5625 -0.828125 L 2.5625 -4.125 L 4.796875 -4.125 C 5.9375 -4.125 6.53125 -3.125 6.53125 -2.203125 C 6.53125 -1.234375 5.8125 -0.34375 4.640625 -0.34375 Z M 3.109375 -0.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-28">
|
||||
<path style="stroke:none;" d="M 8.578125 -2.90625 C 8.578125 -4.015625 8.578125 -4.34375 8.296875 -4.734375 C 7.953125 -5.203125 7.390625 -5.265625 6.984375 -5.265625 C 5.984375 -5.265625 5.484375 -4.546875 5.296875 -4.09375 C 5.125 -5.015625 4.484375 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.46875 -0.34375 5.3125 -0.34375 5.3125 -0.890625 L 5.3125 -3.109375 C 5.3125 -4.359375 6.140625 -5.03125 6.890625 -5.03125 C 7.625 -5.03125 7.796875 -4.421875 7.796875 -3.6875 L 7.796875 -0.890625 C 7.796875 -0.34375 7.65625 -0.34375 6.890625 -0.34375 L 6.890625 0 C 7.203125 -0.03125 7.84375 -0.03125 8.171875 -0.03125 C 8.515625 -0.03125 9.171875 -0.03125 9.484375 0 L 9.484375 -0.34375 C 8.875 -0.34375 8.578125 -0.34375 8.578125 -0.703125 Z M 8.578125 -2.90625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-29">
|
||||
<path style="stroke:none;" d="M 1.421875 -2.15625 C 1.984375 -1.796875 2.46875 -1.796875 2.59375 -1.796875 C 3.671875 -1.796875 4.46875 -2.609375 4.46875 -3.53125 C 4.46875 -3.84375 4.375 -4.296875 4 -4.6875 C 4.453125 -5.15625 5.015625 -5.15625 5.078125 -5.15625 C 5.125 -5.15625 5.1875 -5.15625 5.234375 -5.140625 C 5.109375 -5.09375 5.0625 -4.96875 5.0625 -4.84375 C 5.0625 -4.671875 5.171875 -4.53125 5.359375 -4.53125 C 5.46875 -4.53125 5.671875 -4.59375 5.671875 -4.859375 C 5.671875 -5.0625 5.515625 -5.40625 5.09375 -5.40625 C 4.46875 -5.40625 4 -5.015625 3.84375 -4.84375 C 3.484375 -5.109375 3.0625 -5.265625 2.609375 -5.265625 C 1.53125 -5.265625 0.734375 -4.453125 0.734375 -3.53125 C 0.734375 -2.859375 1.140625 -2.421875 1.265625 -2.3125 C 1.125 -2.125 0.90625 -1.78125 0.90625 -1.3125 C 0.90625 -0.625 1.328125 -0.328125 1.421875 -0.265625 C 0.875 -0.109375 0.328125 0.328125 0.328125 0.9375 C 0.328125 1.765625 1.453125 2.453125 2.921875 2.453125 C 4.34375 2.453125 5.515625 1.8125 5.515625 0.921875 C 5.515625 0.625 5.4375 -0.078125 4.71875 -0.453125 C 4.109375 -0.765625 3.515625 -0.765625 2.484375 -0.765625 C 1.75 -0.765625 1.671875 -0.765625 1.453125 -0.984375 C 1.34375 -1.109375 1.234375 -1.34375 1.234375 -1.59375 C 1.234375 -1.796875 1.296875 -2 1.421875 -2.15625 Z M 2.609375 -2.046875 C 1.546875 -2.046875 1.546875 -3.25 1.546875 -3.53125 C 1.546875 -3.734375 1.546875 -4.234375 1.75 -4.546875 C 1.984375 -4.90625 2.34375 -5.015625 2.59375 -5.015625 C 3.640625 -5.015625 3.640625 -3.8125 3.640625 -3.53125 C 3.640625 -3.328125 3.640625 -2.828125 3.4375 -2.515625 C 3.21875 -2.15625 2.859375 -2.046875 2.609375 -2.046875 Z M 2.921875 2.203125 C 1.78125 2.203125 0.90625 1.609375 0.90625 0.9375 C 0.90625 0.84375 0.9375 0.375 1.390625 0.0625 C 1.65625 -0.109375 1.75 -0.109375 2.59375 -0.109375 C 3.578125 -0.109375 4.9375 -0.109375 4.9375 0.9375 C 4.9375 1.640625 4.03125 2.203125 2.921875 2.203125 Z M 2.921875 2.203125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-30">
|
||||
<path style="stroke:none;" d="M 2.75 -7.9375 C 2.671875 -8.15625 2.65625 -8.15625 2.375 -8.15625 L 0.53125 -8.15625 L 0.53125 -7.8125 L 0.765625 -7.8125 C 1.625 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -1.234375 C 1.65625 -0.90625 1.65625 -0.34375 0.53125 -0.34375 L 0.53125 0 C 0.84375 -0.03125 1.46875 -0.03125 1.8125 -0.03125 C 2.140625 -0.03125 2.765625 -0.03125 3.078125 0 L 3.078125 -0.34375 C 1.953125 -0.34375 1.953125 -0.90625 1.953125 -1.234375 L 1.953125 -7.75 L 4.84375 -0.234375 C 4.890625 -0.09375 4.921875 0 5.046875 0 C 5.15625 0 5.171875 -0.0625 5.25 -0.234375 L 8.15625 -7.8125 L 8.15625 -0.90625 C 8.15625 -0.46875 8.125 -0.34375 7.265625 -0.34375 L 7.03125 -0.34375 L 7.03125 0 C 7.296875 -0.03125 8.265625 -0.03125 8.609375 -0.03125 C 8.953125 -0.03125 9.90625 -0.03125 10.1875 0 L 10.1875 -0.34375 L 9.9375 -0.34375 C 9.078125 -0.34375 9.046875 -0.46875 9.046875 -0.90625 L 9.046875 -7.25 C 9.046875 -7.703125 9.078125 -7.8125 9.9375 -7.8125 L 10.1875 -7.8125 L 10.1875 -8.15625 L 8.328125 -8.15625 C 8.0625 -8.15625 8.0625 -8.15625 7.953125 -7.921875 L 5.359375 -1.125 Z M 2.75 -7.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-31">
|
||||
<path style="stroke:none;" d="M 3.4375 -7.65625 C 3.4375 -7.9375 3.4375 -7.953125 3.203125 -7.953125 C 2.921875 -7.625 2.3125 -7.1875 1.09375 -7.1875 L 1.09375 -6.84375 C 1.359375 -6.84375 1.953125 -6.84375 2.625 -7.140625 L 2.625 -0.921875 C 2.625 -0.484375 2.578125 -0.34375 1.53125 -0.34375 L 1.15625 -0.34375 L 1.15625 0 C 1.484375 -0.03125 2.640625 -0.03125 3.03125 -0.03125 C 3.4375 -0.03125 4.578125 -0.03125 4.90625 0 L 4.90625 -0.34375 L 4.53125 -0.34375 C 3.484375 -0.34375 3.4375 -0.484375 3.4375 -0.921875 Z M 3.4375 -7.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-32">
|
||||
<path style="stroke:none;" d="M 5.359375 -3.828125 C 5.359375 -4.8125 5.296875 -5.78125 4.859375 -6.6875 C 4.375 -7.6875 3.515625 -7.953125 2.921875 -7.953125 C 2.234375 -7.953125 1.390625 -7.609375 0.9375 -6.609375 C 0.609375 -5.859375 0.484375 -5.109375 0.484375 -3.828125 C 0.484375 -2.671875 0.578125 -1.796875 1 -0.9375 C 1.46875 -0.03125 2.296875 0.25 2.921875 0.25 C 3.953125 0.25 4.546875 -0.375 4.90625 -1.0625 C 5.328125 -1.953125 5.359375 -3.125 5.359375 -3.828125 Z M 2.921875 0.015625 C 2.53125 0.015625 1.75 -0.203125 1.53125 -1.5 C 1.40625 -2.21875 1.40625 -3.125 1.40625 -3.96875 C 1.40625 -4.953125 1.40625 -5.828125 1.59375 -6.53125 C 1.796875 -7.34375 2.40625 -7.703125 2.921875 -7.703125 C 3.375 -7.703125 4.0625 -7.4375 4.296875 -6.40625 C 4.453125 -5.71875 4.453125 -4.78125 4.453125 -3.96875 C 4.453125 -3.171875 4.453125 -2.265625 4.3125 -1.53125 C 4.09375 -0.21875 3.328125 0.015625 2.921875 0.015625 Z M 2.921875 0.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph1-33">
|
||||
<path style="stroke:none;" d="M 5.265625 -2.015625 L 5 -2.015625 C 4.953125 -1.8125 4.859375 -1.140625 4.75 -0.953125 C 4.65625 -0.84375 3.984375 -0.84375 3.625 -0.84375 L 1.40625 -0.84375 C 1.734375 -1.125 2.46875 -1.890625 2.765625 -2.171875 C 4.59375 -3.84375 5.265625 -4.46875 5.265625 -5.65625 C 5.265625 -7.03125 4.171875 -7.953125 2.78125 -7.953125 C 1.40625 -7.953125 0.578125 -6.765625 0.578125 -5.734375 C 0.578125 -5.125 1.109375 -5.125 1.140625 -5.125 C 1.40625 -5.125 1.703125 -5.3125 1.703125 -5.6875 C 1.703125 -6.03125 1.484375 -6.25 1.140625 -6.25 C 1.046875 -6.25 1.015625 -6.25 0.984375 -6.234375 C 1.203125 -7.046875 1.859375 -7.609375 2.625 -7.609375 C 3.640625 -7.609375 4.265625 -6.75 4.265625 -5.65625 C 4.265625 -4.640625 3.6875 -3.75 3 -2.984375 L 0.578125 -0.28125 L 0.578125 0 L 4.953125 0 Z M 5.265625 -2.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-1">
|
||||
<path style="stroke:none;" d="M 3.296875 -1.046875 C 3.359375 -1 3.390625 -1 3.421875 -1 C 3.546875 -1 3.671875 -1.109375 3.671875 -1.25 C 3.671875 -1.40625 3.578125 -1.4375 3.46875 -1.484375 C 2.9375 -1.734375 2.734375 -1.828125 2.34375 -1.984375 L 3.28125 -2.40625 C 3.34375 -2.4375 3.5 -2.5 3.5625 -2.53125 C 3.640625 -2.578125 3.671875 -2.65625 3.671875 -2.71875 C 3.671875 -2.828125 3.625 -2.96875 3.375 -2.96875 L 2.234375 -2.1875 L 2.34375 -3.375 C 2.359375 -3.5 2.34375 -3.703125 2.109375 -3.703125 C 1.96875 -3.703125 1.859375 -3.578125 1.875 -3.46875 L 1.875 -3.375 L 1.984375 -2.1875 L 0.9375 -2.921875 C 0.859375 -2.96875 0.84375 -2.96875 0.796875 -2.96875 C 0.671875 -2.96875 0.5625 -2.875 0.5625 -2.71875 C 0.5625 -2.578125 0.640625 -2.546875 0.75 -2.484375 C 1.296875 -2.234375 1.484375 -2.15625 1.875 -1.984375 L 0.9375 -1.5625 C 0.875 -1.546875 0.71875 -1.46875 0.65625 -1.453125 C 0.578125 -1.40625 0.5625 -1.328125 0.5625 -1.25 C 0.5625 -1.109375 0.671875 -1 0.796875 -1 C 0.859375 -1 0.875 -1 1.078125 -1.140625 L 1.984375 -1.78125 L 1.875 -0.5 C 1.875 -0.34375 2.015625 -0.265625 2.109375 -0.265625 C 2.21875 -0.265625 2.34375 -0.34375 2.34375 -0.5 C 2.34375 -0.578125 2.3125 -0.84375 2.3125 -0.9375 C 2.28125 -1.203125 2.25 -1.5 2.234375 -1.78125 Z M 3.296875 -1.046875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-1">
|
||||
<path style="stroke:none;" d="M 4.96875 -9 C 4.96875 -9.40625 4.9375 -9.40625 4.46875 -9.40625 C 3.40625 -8.484375 1.828125 -8.484375 1.5 -8.484375 L 1.234375 -8.484375 L 1.234375 -7.875 L 1.5 -7.875 C 2.015625 -7.875 2.765625 -7.953125 3.34375 -8.140625 L 3.34375 -0.609375 L 1.34375 -0.609375 L 1.34375 0 C 1.953125 -0.03125 3.453125 -0.03125 4.125 -0.03125 C 4.8125 -0.03125 6.328125 -0.03125 6.921875 0 L 6.921875 -0.609375 L 4.96875 -0.609375 Z M 4.96875 -9 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-2">
|
||||
<path style="stroke:none;" d="M 10.328125 -9.703125 L 0.875 -9.703125 L 0.59375 -6.3125 L 1.1875 -6.3125 C 1.3125 -7.875 1.4375 -9.09375 3.5 -9.09375 L 4.65625 -9.09375 L 4.65625 -0.609375 L 2.5 -0.609375 L 2.5 0 C 3.640625 -0.03125 5.125 -0.03125 5.609375 -0.03125 C 6.484375 -0.03125 7.578125 -0.03125 8.71875 0 L 8.71875 -0.609375 L 6.5625 -0.609375 L 6.5625 -9.09375 L 7.703125 -9.09375 C 9.765625 -9.09375 9.890625 -7.890625 10.015625 -6.3125 L 10.609375 -6.3125 Z M 10.328125 -9.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-3">
|
||||
<path style="stroke:none;" d="M 2.984375 -3.234375 C 2.984375 -3.703125 3.078125 -5.984375 4.765625 -5.984375 C 4.5625 -5.828125 4.453125 -5.578125 4.453125 -5.328125 C 4.453125 -4.734375 4.9375 -4.484375 5.296875 -4.484375 C 5.65625 -4.484375 6.125 -4.734375 6.125 -5.328125 C 6.125 -6.046875 5.375 -6.453125 4.6875 -6.453125 C 3.5625 -6.453125 3.0625 -5.46875 2.875 -4.859375 L 2.859375 -4.859375 L 2.859375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.90625 -0.03125 2.3125 -0.03125 C 2.71875 -0.03125 3.890625 -0.03125 4.234375 0 L 4.234375 -0.609375 L 2.984375 -0.609375 Z M 2.984375 -3.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-4">
|
||||
<path style="stroke:none;" d="M 5.0625 -6.34375 L 5.0625 -5.71875 C 5.953125 -5.71875 6.046875 -5.71875 6.046875 -5.15625 L 6.046875 -2.359375 C 6.046875 -1.265625 5.40625 -0.390625 4.28125 -0.390625 C 3.21875 -0.390625 3.15625 -0.75 3.15625 -1.53125 L 3.15625 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -1.765625 C 1.59375 -0.328125 2.546875 0.09375 4.09375 0.09375 C 4.4375 0.09375 5.5 0.09375 6.109375 -1.078125 L 6.125 -1.078125 L 6.125 0.09375 L 8.609375 0 L 8.609375 -0.609375 C 7.71875 -0.609375 7.609375 -0.609375 7.609375 -1.171875 L 7.609375 -6.453125 Z M 5.0625 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-5">
|
||||
<path style="stroke:none;" d="M 11.9375 -9.953125 C 11.8125 -9.9375 11.0625 -9.890625 11 -9.890625 C 10.953125 -9.890625 10.9375 -9.890625 10.78125 -9.921875 C 10.40625 -10.046875 9.921875 -10.046875 9.765625 -10.046875 C 9.15625 -10.046875 8 -10 7.015625 -9.46875 C 6.453125 -10.046875 5.53125 -10.046875 5.265625 -10.046875 C 3.640625 -10.046875 1.484375 -9.546875 1.484375 -7.8125 L 1.484375 -6.375 L 0.4375 -6.375 L 0.4375 -5.75 L 1.484375 -5.75 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.84375 -0.03125 2.234375 -0.03125 C 2.625 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 L 2.984375 -0.609375 L 2.984375 -5.75 L 5.96875 -5.75 L 5.96875 -0.609375 L 4.984375 -0.609375 L 4.984375 0 C 5.3125 -0.03125 6.328125 -0.03125 6.71875 -0.03125 C 7.09375 -0.03125 8.125 -0.03125 8.453125 0 L 8.453125 -0.609375 L 7.453125 -0.609375 L 7.453125 -5.75 L 10.4375 -5.75 L 10.4375 -0.609375 L 9.453125 -0.609375 L 9.453125 0 C 9.78125 -0.03125 10.796875 -0.03125 11.1875 -0.03125 C 11.578125 -0.03125 12.59375 -0.03125 12.921875 0 L 12.921875 -0.609375 L 11.9375 -0.609375 Z M 2.90625 -6.375 L 2.90625 -7.796875 C 2.90625 -9.359375 4.421875 -9.5625 5.15625 -9.5625 C 5.671875 -9.5625 6.015625 -9.453125 6.125 -9.40625 C 5.90625 -9.3125 5.6875 -9.046875 5.6875 -8.65625 C 5.6875 -8.328125 5.828125 -8.125 5.96875 -8.015625 L 5.96875 -6.375 Z M 10.4375 -6.375 L 7.390625 -6.375 L 7.390625 -7.796875 C 7.390625 -9.21875 8.65625 -9.5625 9.671875 -9.5625 C 9.75 -9.5625 10.40625 -9.546875 10.40625 -9.484375 C 10.40625 -9.46875 10.40625 -9.453125 10.375 -9.40625 C 10.21875 -9.25 10.15625 -9.046875 10.15625 -8.828125 C 10.15625 -8.75 10.15625 -8.421875 10.4375 -8.203125 Z M 10.4375 -6.375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-6">
|
||||
<path style="stroke:none;" d="M 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 Z M 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 2.171875 -3.578125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-7">
|
||||
<path style="stroke:none;" d="M 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4 -6.453125 3.296875 -5.4375 3.09375 -5 L 3.078125 -5 L 3.078125 -9.953125 L 0.609375 -9.84375 L 0.609375 -9.21875 C 1.484375 -9.21875 1.59375 -9.21875 1.59375 -8.65625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 Z M 7.609375 -4.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-8">
|
||||
<path style="stroke:none;" d="M 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 Z M 7.609375 -4.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-9">
|
||||
<path style="stroke:none;" d="M 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 Z M 3.03125 -5.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-10">
|
||||
<path style="stroke:none;" d="M 7.25 -3.078125 L 6.640625 -3.078125 C 6.59375 -2.78125 6.5 -1.9375 6.28125 -1.796875 C 6.171875 -1.6875 5.046875 -1.6875 4.828125 -1.6875 L 2.609375 -1.6875 C 3.15625 -2.15625 4.453125 -3.234375 4.671875 -3.40625 C 6.265625 -4.59375 7.25 -5.328125 7.25 -6.703125 C 7.25 -8.390625 5.703125 -9.40625 3.8125 -9.40625 C 2.1875 -9.40625 0.796875 -8.484375 0.796875 -7.125 C 0.796875 -6.375 1.421875 -6.15625 1.75 -6.15625 C 2.1875 -6.15625 2.71875 -6.453125 2.71875 -7.109375 C 2.71875 -7.71875 2.265625 -8.015625 1.828125 -8.078125 C 2.390625 -8.734375 3.15625 -8.796875 3.453125 -8.796875 C 4.78125 -8.796875 5.40625 -7.71875 5.40625 -6.6875 C 5.40625 -5.5625 4.640625 -4.53125 4.0625 -3.921875 L 0.953125 -0.65625 C 0.796875 -0.53125 0.796875 -0.5 0.796875 -0.25 L 0.796875 0 L 6.828125 0 Z M 7.25 -3.078125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-11">
|
||||
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.859375 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-12">
|
||||
<path style="stroke:none;" d="M 3.203125 -8.9375 C 3.203125 -9.53125 2.71875 -9.96875 2.171875 -9.96875 C 1.578125 -9.96875 1.140625 -9.484375 1.140625 -8.9375 C 1.140625 -8.390625 1.578125 -7.90625 2.171875 -7.90625 C 2.71875 -7.90625 3.203125 -8.34375 3.203125 -8.9375 Z M 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 Z M 0.671875 -6.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-13">
|
||||
<path style="stroke:none;" d="M 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 Z M 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 Z M 3.0625 -5.015625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph3-14">
|
||||
<path style="stroke:none;" d="M 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 Z M 5.40625 -6.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-1">
|
||||
<path style="stroke:none;" d="M 4.140625 -7.5 C 4.140625 -7.84375 4.109375 -7.84375 3.734375 -7.84375 C 2.84375 -7.078125 1.515625 -7.078125 1.25 -7.078125 L 1.03125 -7.078125 L 1.03125 -6.5625 L 1.25 -6.5625 C 1.671875 -6.5625 2.3125 -6.640625 2.78125 -6.796875 L 2.78125 -0.515625 L 1.125 -0.515625 L 1.125 0 C 1.625 -0.03125 2.875 -0.03125 3.4375 -0.03125 C 4 -0.03125 5.265625 -0.03125 5.765625 0 L 5.765625 -0.515625 L 4.140625 -0.515625 Z M 4.140625 -7.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-2">
|
||||
<path style="stroke:none;" d="M 2.71875 -0.859375 C 2.71875 -1.34375 2.328125 -1.71875 1.859375 -1.71875 C 1.40625 -1.71875 1 -1.34375 1 -0.859375 C 1 -0.375 1.40625 0 1.859375 0 C 2.328125 0 2.71875 -0.375 2.71875 -0.859375 Z M 2.71875 -0.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-3">
|
||||
<path style="stroke:none;" d="M 8.78125 -7.6875 L 10.046875 -7.6875 L 10.046875 -8.203125 C 9.703125 -8.171875 8.421875 -8.171875 8 -8.171875 C 7.5625 -8.171875 6.28125 -8.171875 5.9375 -8.203125 L 5.9375 -7.6875 L 7.203125 -7.6875 L 7.203125 -4.515625 L 3.296875 -4.515625 L 3.296875 -7.6875 L 4.5625 -7.6875 L 4.5625 -8.203125 C 4.21875 -8.171875 2.9375 -8.171875 2.515625 -8.171875 C 2.078125 -8.171875 0.796875 -8.171875 0.453125 -8.203125 L 0.453125 -7.6875 L 1.71875 -7.6875 L 1.71875 -0.515625 L 0.453125 -0.515625 L 0.453125 0 C 0.796875 -0.03125 2.078125 -0.03125 2.515625 -0.03125 C 2.9375 -0.03125 4.21875 -0.03125 4.5625 0 L 4.5625 -0.515625 L 3.296875 -0.515625 L 3.296875 -4 L 7.203125 -4 L 7.203125 -0.515625 L 5.9375 -0.515625 L 5.9375 0 C 6.28125 -0.03125 7.5625 -0.03125 8 -0.03125 C 8.421875 -0.03125 9.703125 -0.03125 10.046875 0 L 10.046875 -0.515625 L 8.78125 -0.515625 Z M 8.78125 -7.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-4">
|
||||
<path style="stroke:none;" d="M 4.21875 -5.28125 L 4.21875 -4.765625 C 4.953125 -4.765625 5.046875 -4.765625 5.046875 -4.296875 L 5.046875 -1.953125 C 5.046875 -1.046875 4.5 -0.328125 3.578125 -0.328125 C 2.671875 -0.328125 2.625 -0.625 2.625 -1.28125 L 2.625 -5.375 L 0.5 -5.28125 L 0.5 -4.765625 C 1.25 -4.765625 1.328125 -4.765625 1.328125 -4.296875 L 1.328125 -1.46875 C 1.328125 -0.28125 2.125 0.078125 3.40625 0.078125 C 3.6875 0.078125 4.578125 0.078125 5.09375 -0.890625 L 5.109375 -0.890625 L 5.109375 0.078125 L 7.171875 0 L 7.171875 -0.515625 C 6.4375 -0.515625 6.34375 -0.515625 6.34375 -0.984375 L 6.34375 -5.375 Z M 4.21875 -5.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-5">
|
||||
<path style="stroke:none;" d="M 6.34375 -3.65625 C 6.34375 -4.796875 5.859375 -5.375 4.546875 -5.375 C 3.6875 -5.375 2.9375 -4.953125 2.53125 -4.0625 L 2.515625 -4.0625 L 2.515625 -5.375 L 0.5 -5.28125 L 0.5 -4.765625 C 1.25 -4.765625 1.328125 -4.765625 1.328125 -4.296875 L 1.328125 -0.515625 L 0.5 -0.515625 L 0.5 0 C 0.78125 -0.03125 1.640625 -0.03125 1.96875 -0.03125 C 2.3125 -0.03125 3.171875 -0.03125 3.453125 0 L 3.453125 -0.515625 L 2.625 -0.515625 L 2.625 -3.0625 C 2.625 -4.34375 3.578125 -4.984375 4.34375 -4.984375 C 4.796875 -4.984375 5.046875 -4.703125 5.046875 -3.796875 L 5.046875 -0.515625 L 4.21875 -0.515625 L 4.21875 0 C 4.5 -0.03125 5.359375 -0.03125 5.6875 -0.03125 C 6.03125 -0.03125 6.890625 -0.03125 7.171875 0 L 7.171875 -0.515625 L 6.34375 -0.515625 Z M 6.34375 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-6">
|
||||
<path style="stroke:none;" d="M 2.515625 -4.796875 L 4.25 -4.796875 L 4.25 -5.3125 L 2.515625 -5.3125 L 2.515625 -7.59375 L 2.015625 -7.59375 C 2.015625 -6.40625 1.4375 -5.21875 0.25 -5.1875 L 0.25 -4.796875 L 1.21875 -4.796875 L 1.21875 -1.46875 C 1.21875 -0.203125 2.203125 0.078125 3.0625 0.078125 C 3.9375 0.078125 4.46875 -0.59375 4.46875 -1.484375 L 4.46875 -2.109375 L 3.96875 -2.109375 L 3.96875 -1.5 C 3.96875 -0.703125 3.609375 -0.359375 3.234375 -0.359375 C 2.515625 -0.359375 2.515625 -1.15625 2.515625 -1.4375 Z M 2.515625 -4.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-7">
|
||||
<path style="stroke:none;" d="M 8.609375 -4.5 C 8.6875 -4.703125 8.71875 -4.796875 9.421875 -4.796875 L 9.421875 -5.3125 C 9.078125 -5.28125 8.921875 -5.28125 8.484375 -5.28125 C 8 -5.28125 7.84375 -5.28125 7.40625 -5.3125 L 7.40625 -4.796875 C 7.515625 -4.796875 8.109375 -4.796875 8.109375 -4.640625 C 8.109375 -4.625 8.109375 -4.609375 8.0625 -4.5 L 6.796875 -1.390625 L 5.421875 -4.796875 L 6.109375 -4.796875 L 6.109375 -5.3125 C 5.828125 -5.28125 5.109375 -5.28125 4.796875 -5.28125 C 4.1875 -5.28125 4.15625 -5.28125 3.5625 -5.3125 L 3.5625 -4.796875 L 4.265625 -4.796875 C 4.296875 -4.703125 4.359375 -4.546875 4.40625 -4.4375 C 4.453125 -4.359375 4.5625 -4.078125 4.5625 -4.015625 C 4.5625 -4 4.53125 -3.90625 4.515625 -3.875 L 3.609375 -1.609375 L 2.3125 -4.796875 L 3 -4.796875 L 3 -5.3125 C 2.71875 -5.28125 1.90625 -5.28125 1.59375 -5.28125 C 1.203125 -5.28125 0.640625 -5.28125 0.28125 -5.3125 L 0.28125 -4.796875 L 0.984375 -4.796875 L 2.8125 -0.234375 C 2.890625 -0.03125 2.9375 0.0625 3.203125 0.0625 C 3.328125 0.0625 3.484375 0.0625 3.578125 -0.171875 L 4.84375 -3.34375 L 6.109375 -0.203125 C 6.21875 0.0625 6.34375 0.0625 6.484375 0.0625 C 6.75 0.0625 6.796875 -0.015625 6.875 -0.234375 Z M 8.609375 -4.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-8">
|
||||
<path style="stroke:none;" d="M 2.671875 -7.453125 C 2.671875 -7.9375 2.265625 -8.3125 1.8125 -8.3125 C 1.3125 -8.3125 0.9375 -7.90625 0.9375 -7.453125 C 0.9375 -7 1.3125 -6.59375 1.8125 -6.59375 C 2.265625 -6.59375 2.671875 -6.953125 2.671875 -7.453125 Z M 0.5625 -5.28125 L 0.5625 -4.765625 C 1.265625 -4.765625 1.34375 -4.765625 1.34375 -4.296875 L 1.34375 -0.515625 L 0.53125 -0.515625 L 0.53125 0 C 0.796875 -0.03125 1.625 -0.03125 1.953125 -0.03125 C 2.28125 -0.03125 3.046875 -0.03125 3.328125 0 L 3.328125 -0.515625 L 2.59375 -0.515625 L 2.59375 -5.375 Z M 0.5625 -5.28125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-9">
|
||||
<path style="stroke:none;" d="M 6.34375 -3.65625 C 6.34375 -4.796875 5.859375 -5.375 4.546875 -5.375 C 3.328125 -5.375 2.75 -4.53125 2.578125 -4.171875 L 2.5625 -4.171875 L 2.5625 -8.296875 L 0.5 -8.203125 L 0.5 -7.6875 C 1.25 -7.6875 1.328125 -7.6875 1.328125 -7.21875 L 1.328125 -0.515625 L 0.5 -0.515625 L 0.5 0 C 0.78125 -0.03125 1.640625 -0.03125 1.96875 -0.03125 C 2.3125 -0.03125 3.171875 -0.03125 3.453125 0 L 3.453125 -0.515625 L 2.625 -0.515625 L 2.625 -3.0625 C 2.625 -4.34375 3.578125 -4.984375 4.34375 -4.984375 C 4.796875 -4.984375 5.046875 -4.703125 5.046875 -3.796875 L 5.046875 -0.515625 L 4.21875 -0.515625 L 4.21875 0 C 4.5 -0.03125 5.359375 -0.03125 5.6875 -0.03125 C 6.03125 -0.03125 6.890625 -0.03125 7.171875 0 L 7.171875 -0.515625 L 6.34375 -0.515625 Z M 6.34375 -3.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-10">
|
||||
<path style="stroke:none;" d="M 5.5 -3.578125 C 5.5 -4.671875 4.625 -5.421875 2.9375 -5.421875 C 2.265625 -5.421875 0.859375 -5.359375 0.859375 -4.34375 C 0.859375 -3.84375 1.25 -3.640625 1.5625 -3.640625 C 1.921875 -3.640625 2.265625 -3.890625 2.265625 -4.34375 C 2.265625 -4.5625 2.1875 -4.78125 1.984375 -4.90625 C 2.375 -5.015625 2.671875 -5.015625 2.890625 -5.015625 C 3.703125 -5.015625 4.203125 -4.5625 4.203125 -3.578125 L 4.203125 -3.109375 C 2.3125 -3.109375 0.40625 -2.578125 0.40625 -1.25 C 0.40625 -0.171875 1.796875 0.078125 2.625 0.078125 C 3.53125 0.078125 4.125 -0.4375 4.359375 -0.953125 C 4.359375 -0.515625 4.359375 0 5.5625 0 L 6.1875 0 C 6.4375 0 6.53125 0 6.53125 -0.265625 C 6.53125 -0.515625 6.421875 -0.515625 6.25 -0.515625 C 5.5 -0.53125 5.5 -0.71875 5.5 -0.984375 Z M 4.203125 -1.65625 C 4.203125 -0.53125 3.1875 -0.328125 2.8125 -0.328125 C 2.21875 -0.328125 1.734375 -0.71875 1.734375 -1.265625 C 1.734375 -2.359375 3.03125 -2.71875 4.203125 -2.78125 Z M 4.203125 -1.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-11">
|
||||
<path style="stroke:none;" d="M 3.375 1.8125 L 2.546875 1.8125 L 2.546875 -0.484375 C 2.84375 -0.234375 3.375 0.078125 4.09375 0.078125 C 5.71875 0.078125 7 -0.921875 7 -2.671875 C 7 -4.3125 5.890625 -5.375 4.28125 -5.375 C 3.578125 -5.375 2.96875 -5.140625 2.484375 -4.75 L 2.484375 -5.375 L 0.421875 -5.28125 L 0.421875 -4.765625 C 1.15625 -4.765625 1.25 -4.765625 1.25 -4.296875 L 1.25 1.8125 L 0.421875 1.8125 L 0.421875 2.3125 C 0.6875 2.296875 1.546875 2.296875 1.890625 2.296875 C 2.21875 2.296875 3.09375 2.296875 3.375 2.3125 Z M 2.546875 -4.1875 C 2.984375 -4.75 3.625 -4.953125 4.09375 -4.953125 C 4.859375 -4.953125 5.5625 -4.25 5.5625 -2.671875 C 5.5625 -0.9375 4.703125 -0.328125 3.9375 -0.328125 C 3.4375 -0.328125 2.921875 -0.578125 2.546875 -1.140625 Z M 2.546875 -4.1875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-12">
|
||||
<path style="stroke:none;" d="M 1.546875 -2.171875 C 2.125 -1.859375 2.796875 -1.859375 2.96875 -1.859375 C 4.625 -1.859375 5.28125 -2.78125 5.28125 -3.625 C 5.28125 -4.234375 4.9375 -4.65625 4.796875 -4.78125 C 5.140625 -4.96875 5.421875 -5.015625 5.625 -5.046875 C 5.59375 -4.984375 5.5625 -4.9375 5.5625 -4.78125 C 5.5625 -4.53125 5.71875 -4.296875 6.03125 -4.296875 C 6.34375 -4.296875 6.515625 -4.53125 6.515625 -4.78125 C 6.515625 -5.0625 6.296875 -5.453125 5.796875 -5.453125 C 5.28125 -5.453125 4.796875 -5.203125 4.546875 -4.984375 C 4.046875 -5.265625 3.578125 -5.375 2.96875 -5.375 C 1.328125 -5.375 0.671875 -4.453125 0.671875 -3.625 C 0.671875 -3.25 0.78125 -2.765625 1.296875 -2.359375 C 1.09375 -2.125 0.875 -1.703125 0.875 -1.28125 C 0.875 -0.765625 1.140625 -0.328125 1.40625 -0.125 C 1.109375 -0.0625 0.375 0.21875 0.375 0.890625 C 0.375 1.609375 1.140625 2.40625 3.34375 2.40625 C 5.328125 2.40625 6.328125 1.75 6.328125 0.859375 C 6.328125 -0.1875 5.640625 -0.53125 5.34375 -0.6875 C 4.765625 -0.96875 4 -0.96875 2.953125 -0.96875 C 2.65625 -0.96875 2.125 -0.96875 2.0625 -0.984375 C 1.546875 -1.0625 1.40625 -1.515625 1.40625 -1.75 C 1.40625 -1.84375 1.421875 -2.015625 1.546875 -2.171875 Z M 2.96875 -2.25 C 1.9375 -2.25 1.9375 -3.078125 1.9375 -3.625 C 1.9375 -4.171875 1.9375 -5 2.96875 -5 C 4.015625 -5 4.015625 -4.171875 4.015625 -3.625 C 4.015625 -3.078125 4.015625 -2.25 2.96875 -2.25 Z M 3.640625 0.125 C 4.515625 0.125 5.359375 0.28125 5.359375 0.90625 C 5.359375 1.328125 4.9375 2.015625 3.359375 2.015625 C 1.78125 2.015625 1.34375 1.34375 1.34375 0.890625 C 1.34375 0.125 2.109375 0.125 2.28125 0.125 Z M 3.640625 0.125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-13">
|
||||
<path style="stroke:none;" d="M 6.03125 -2.5625 L 5.53125 -2.5625 C 5.5 -2.3125 5.421875 -1.609375 5.234375 -1.5 C 5.140625 -1.40625 4.203125 -1.40625 4.03125 -1.40625 L 2.171875 -1.40625 C 2.625 -1.796875 3.71875 -2.703125 3.890625 -2.828125 C 5.21875 -3.828125 6.03125 -4.4375 6.03125 -5.578125 C 6.03125 -7 4.75 -7.84375 3.171875 -7.84375 C 1.828125 -7.84375 0.671875 -7.078125 0.671875 -5.9375 C 0.671875 -5.3125 1.1875 -5.125 1.453125 -5.125 C 1.828125 -5.125 2.265625 -5.375 2.265625 -5.921875 C 2.265625 -6.4375 1.890625 -6.6875 1.515625 -6.734375 C 2 -7.28125 2.625 -7.328125 2.875 -7.328125 C 3.984375 -7.328125 4.5 -6.4375 4.5 -5.5625 C 4.5 -4.640625 3.875 -3.78125 3.375 -3.265625 L 0.78125 -0.546875 C 0.671875 -0.4375 0.671875 -0.421875 0.671875 -0.203125 L 0.671875 0 L 5.6875 0 Z M 6.03125 -2.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph4-14">
|
||||
<path style="stroke:none;" d="M 6.328125 -2.625 C 6.328125 -4.234375 5.234375 -5.421875 3.359375 -5.421875 C 1.40625 -5.421875 0.375 -4.171875 0.375 -2.625 C 0.375 -1.046875 1.46875 0.078125 3.34375 0.078125 C 5.296875 0.078125 6.328125 -1.109375 6.328125 -2.625 Z M 3.359375 -0.359375 C 1.8125 -0.359375 1.8125 -1.75 1.8125 -2.734375 C 1.8125 -3.296875 1.8125 -3.890625 2.03125 -4.328125 C 2.296875 -4.8125 2.828125 -5.015625 3.34375 -5.015625 C 4.03125 -5.015625 4.453125 -4.703125 4.65625 -4.359375 C 4.90625 -3.9375 4.90625 -3.3125 4.90625 -2.734375 C 4.90625 -1.75 4.90625 -0.359375 3.359375 -0.359375 Z M 3.359375 -0.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-1">
|
||||
<path style="stroke:none;" d="M 9.0625 -5.828125 C 9.234375 -6.40625 9.671875 -6.5 10.0625 -6.5 L 10.0625 -6.8125 C 9.765625 -6.78125 9.453125 -6.78125 9.15625 -6.78125 C 8.859375 -6.78125 8.21875 -6.796875 7.96875 -6.8125 L 7.96875 -6.5 C 8.640625 -6.484375 8.828125 -6.15625 8.828125 -5.96875 C 8.828125 -5.90625 8.796875 -5.828125 8.78125 -5.765625 L 7.28125 -1.171875 L 5.6875 -6.046875 C 5.6875 -6.09375 5.65625 -6.15625 5.65625 -6.203125 C 5.65625 -6.5 6.234375 -6.5 6.5 -6.5 L 6.5 -6.8125 C 6.140625 -6.78125 5.46875 -6.78125 5.078125 -6.78125 C 4.703125 -6.78125 4.28125 -6.796875 3.875 -6.8125 L 3.875 -6.5 C 4.4375 -6.5 4.640625 -6.5 4.765625 -6.140625 L 4.984375 -5.4375 L 3.59375 -1.171875 L 2 -6.078125 C 1.984375 -6.09375 1.96875 -6.171875 1.96875 -6.203125 C 1.96875 -6.5 2.546875 -6.5 2.8125 -6.5 L 2.8125 -6.8125 C 2.453125 -6.78125 1.78125 -6.78125 1.390625 -6.78125 C 1.015625 -6.78125 0.59375 -6.796875 0.171875 -6.8125 L 0.171875 -6.5 C 0.921875 -6.5 0.96875 -6.453125 1.09375 -6.078125 L 3.078125 0.03125 C 3.109375 0.125 3.140625 0.21875 3.265625 0.21875 C 3.40625 0.21875 3.421875 0.15625 3.46875 0.015625 L 5.109375 -5.046875 L 6.765625 0.03125 C 6.796875 0.125 6.828125 0.21875 6.953125 0.21875 C 7.09375 0.21875 7.125 0.15625 7.15625 0.015625 Z M 9.0625 -5.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-2">
|
||||
<path style="stroke:none;" d="M 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.75 -3.421875 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 Z M 1.09375 -0.75 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-3">
|
||||
<path style="stroke:none;" d="M 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.140625 -4.265625 3.671875 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.984375 -4.28125 1.328125 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 C 2.4375 0.125 2.296875 0.453125 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 Z M 4.140625 -3.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-4">
|
||||
<path style="stroke:none;" d="M 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 C 5.984375 -4.265625 5.546875 -4.28125 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 C 4.234375 -4.28125 3.734375 -4.265625 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 C 1.890625 -4.28125 1.328125 -4.265625 1.109375 -4.265625 C 1.0625 -4.265625 0.53125 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 Z M 6.171875 -3.34375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-5">
|
||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 Z M 2.5 -0.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-6">
|
||||
<path style="stroke:none;" d="M 3.890625 -0.78125 L 3.890625 0.109375 L 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 Z M 3.890625 -0.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-7">
|
||||
<path style="stroke:none;" d="M 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.6875 -0.03125 2.171875 -0.015625 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 Z M 1.765625 -6.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-8">
|
||||
<path style="stroke:none;" d="M 3.78125 -0.546875 L 3.78125 0.109375 L 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 Z M 3.78125 -3.21875 L 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -3.21875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-9">
|
||||
<path style="stroke:none;" d="M 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 Z M 1.71875 -3.984375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-10">
|
||||
<path style="stroke:none;" d="M 3.3125 -0.75 C 3.359375 -0.359375 3.625 0.0625 4.09375 0.0625 C 4.3125 0.0625 4.921875 -0.078125 4.921875 -0.890625 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.890625 C 4.671875 -0.3125 4.421875 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.9375 -0.703125 3.9375 -0.75 L 3.9375 -2.734375 C 3.9375 -3.15625 3.9375 -3.546875 3.578125 -3.921875 C 3.1875 -4.3125 2.6875 -4.46875 2.21875 -4.46875 C 1.390625 -4.46875 0.703125 -4 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.328125 C 1.625 -3.453125 1.578125 -3.78125 1.109375 -3.78125 C 1.390625 -4.140625 1.875 -4.25 2.1875 -4.25 C 2.6875 -4.25 3.25 -3.859375 3.25 -2.96875 L 3.25 -2.609375 C 2.734375 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.671875 0.109375 3.125 -0.296875 3.3125 -0.75 Z M 3.25 -2.390625 L 3.25 -1.390625 C 3.25 -0.453125 2.53125 -0.109375 2.078125 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.5 1.609375 -2.328125 3.25 -2.390625 Z M 3.25 -2.390625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-11">
|
||||
<path style="stroke:none;" d="M 2.34375 -2.484375 C 2.34375 -3.734375 3.3125 -4.453125 3.65625 -4.703125 C 3.921875 -4.90625 4.140625 -5.265625 4.140625 -5.6875 C 4.140625 -6.265625 3.734375 -7.03125 2.25 -7.03125 C 1.171875 -7.03125 0.5625 -6.34375 0.5625 -5.703125 C 0.5625 -5.359375 0.78125 -5.21875 1.015625 -5.21875 C 1.296875 -5.21875 1.46875 -5.421875 1.46875 -5.6875 C 1.46875 -6.125 1.0625 -6.125 0.921875 -6.125 C 1.21875 -6.65625 1.796875 -6.8125 2.21875 -6.8125 C 3.3125 -6.8125 3.3125 -6.125 3.3125 -5.734375 C 3.3125 -5.15625 3.15625 -4.96875 2.96875 -4.796875 C 2.3125 -4.078125 2.09375 -3.15625 2.09375 -2.546875 L 2.09375 -2.109375 C 2.09375 -1.921875 2.09375 -1.859375 2.21875 -1.859375 C 2.34375 -1.859375 2.34375 -1.953125 2.34375 -2.140625 Z M 2.734375 -0.53125 C 2.734375 -0.8125 2.5 -1.0625 2.21875 -1.0625 C 1.921875 -1.0625 1.6875 -0.8125 1.6875 -0.53125 C 1.6875 -0.234375 1.921875 0 2.21875 0 C 2.5 0 2.734375 -0.234375 2.734375 -0.53125 Z M 2.734375 -0.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-12">
|
||||
<path style="stroke:none;" d="M 2.40625 -6.59375 C 2.3125 -6.8125 2.28125 -6.8125 2.046875 -6.8125 L 0.375 -6.8125 L 0.375 -6.5 L 0.609375 -6.5 C 1.375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -1.046875 C 1.390625 -0.78125 1.390625 -0.3125 0.375 -0.3125 L 0.375 0 C 0.71875 -0.015625 1.203125 -0.03125 1.53125 -0.03125 C 1.859375 -0.03125 2.359375 -0.015625 2.703125 0 L 2.703125 -0.3125 C 1.671875 -0.3125 1.671875 -0.78125 1.671875 -1.046875 L 1.671875 -6.421875 L 1.6875 -6.421875 L 4.09375 -0.21875 C 4.140625 -0.09375 4.1875 0 4.28125 0 C 4.390625 0 4.421875 -0.078125 4.46875 -0.1875 L 6.921875 -6.5 L 6.921875 -0.78125 C 6.921875 -0.421875 6.90625 -0.3125 6.140625 -0.3125 L 5.90625 -0.3125 L 5.90625 0 C 6.265625 -0.03125 6.953125 -0.03125 7.34375 -0.03125 C 7.71875 -0.03125 8.390625 -0.03125 8.765625 0 L 8.765625 -0.3125 L 8.515625 -0.3125 C 7.75 -0.3125 7.734375 -0.421875 7.734375 -0.78125 L 7.734375 -6.03125 C 7.734375 -6.390625 7.75 -6.5 8.515625 -6.5 L 8.765625 -6.5 L 8.765625 -6.8125 L 7.078125 -6.8125 C 6.8125 -6.8125 6.8125 -6.796875 6.75 -6.625 L 4.5625 -1 Z M 2.40625 -6.59375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-13">
|
||||
<path style="stroke:none;" d="M 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 C 0.734375 -0.015625 1.203125 -0.03125 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 Z M 1.75 -4.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-14">
|
||||
<path style="stroke:none;" d="M 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.078125 -4.265625 3.625 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.703125 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.9375 -4.28125 1.390625 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 Z M 4.140625 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-15">
|
||||
<path style="stroke:none;" d="M 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-16">
|
||||
<path style="stroke:none;" d="M 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.640625 -0.015625 1.1875 -0.03125 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.796875 -6.140625 C 1.796875 -6.453125 1.5625 -6.671875 1.28125 -6.671875 C 0.96875 -6.671875 0.75 -6.40625 0.75 -6.140625 C 0.75 -5.875 0.96875 -5.609375 1.28125 -5.609375 C 1.5625 -5.609375 1.796875 -5.828125 1.796875 -6.140625 Z M 1.796875 -6.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-17">
|
||||
<path style="stroke:none;" d="M 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 Z M 1.109375 -2.296875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-18">
|
||||
<path style="stroke:none;" d="M 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.21875 2.515625 -4.21875 C 2.609375 -4.21875 3.234375 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.828125 -2.9375 4.03125 -3.09375 4.03125 -3.40625 C 4.03125 -4.078125 3.265625 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.140625 -1.09375 4.140625 -1.1875 C 4.140625 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.921875 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.59375 -0.265625 2.9375 -0.140625 2.578125 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 Z M 1.171875 -2.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-19">
|
||||
<path style="stroke:none;" d="M 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.921875 1.140625 1.90625 1.390625 1.90625 C 1.671875 1.90625 2.171875 1.921875 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 Z M 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph5-20">
|
||||
<path style="stroke:none;" d="M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph6-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph6-1">
|
||||
<path style="stroke:none;" d="M 2.78125 -0.84375 C 2.9375 -0.734375 2.953125 -0.734375 2.984375 -0.734375 C 3.09375 -0.734375 3.1875 -0.828125 3.1875 -0.953125 C 3.1875 -1.0625 3.09375 -1.09375 3.046875 -1.125 C 2.75 -1.25 2.4375 -1.375 2.125 -1.484375 C 2.734375 -1.734375 2.90625 -1.796875 3.015625 -1.84375 C 3.109375 -1.890625 3.1875 -1.921875 3.1875 -2.046875 C 3.1875 -2.15625 3.09375 -2.25 2.984375 -2.25 C 2.9375 -2.25 2.90625 -2.21875 2.859375 -2.203125 L 2.015625 -1.65625 C 2.015625 -1.734375 2.046875 -1.953125 2.046875 -2.015625 C 2.0625 -2.140625 2.109375 -2.5 2.109375 -2.609375 C 2.109375 -2.703125 2.015625 -2.78125 1.90625 -2.78125 C 1.8125 -2.78125 1.71875 -2.703125 1.71875 -2.609375 C 1.71875 -2.59375 1.765625 -2.046875 1.765625 -2.03125 C 1.78125 -1.96875 1.796875 -1.734375 1.8125 -1.65625 L 0.953125 -2.203125 C 0.90625 -2.21875 0.875 -2.25 0.828125 -2.25 C 0.71875 -2.25 0.625 -2.15625 0.625 -2.046875 C 0.625 -1.921875 0.71875 -1.890625 0.765625 -1.859375 C 1.078125 -1.734375 1.375 -1.609375 1.6875 -1.5 C 1.078125 -1.25 0.90625 -1.1875 0.796875 -1.140625 C 0.71875 -1.09375 0.625 -1.0625 0.625 -0.953125 C 0.625 -0.828125 0.71875 -0.734375 0.828125 -0.734375 C 0.875 -0.734375 0.96875 -0.796875 1.046875 -0.84375 C 1.125 -0.890625 1.328125 -1.03125 1.40625 -1.078125 C 1.609375 -1.203125 1.6875 -1.25 1.8125 -1.328125 C 1.796875 -1.25 1.78125 -1.03125 1.765625 -0.96875 L 1.71875 -0.390625 C 1.71875 -0.28125 1.8125 -0.203125 1.90625 -0.203125 C 2.015625 -0.203125 2.109375 -0.28125 2.109375 -0.390625 C 2.109375 -0.390625 2.046875 -0.921875 2.046875 -0.953125 C 2.046875 -1.015625 2.015625 -1.25 2.015625 -1.328125 Z M 2.78125 -0.84375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-0">
|
||||
<path style="stroke:none;" d=""/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-1">
|
||||
<path style="stroke:none;" d="M 7.734375 -4.640625 C 7.84375 -4.96875 8.0625 -5.171875 8.53125 -5.171875 L 8.53125 -5.4375 C 8.265625 -5.421875 8 -5.421875 7.75 -5.421875 C 7.5 -5.421875 7.265625 -5.421875 6.828125 -5.4375 L 6.828125 -5.171875 C 7.265625 -5.171875 7.484375 -4.96875 7.484375 -4.75 C 7.484375 -4.71875 7.484375 -4.703125 7.453125 -4.59375 L 6.1875 -0.921875 L 4.84375 -4.796875 C 4.8125 -4.890625 4.8125 -4.90625 4.8125 -4.9375 C 4.8125 -5.171875 5.21875 -5.171875 5.453125 -5.171875 L 5.453125 -5.4375 C 4.765625 -5.421875 4.75 -5.421875 4.34375 -5.421875 C 4.046875 -5.421875 3.71875 -5.421875 3.359375 -5.4375 L 3.359375 -5.171875 C 3.78125 -5.171875 3.90625 -5.15625 4 -5.03125 C 4.0625 -4.9375 4.203125 -4.46875 4.203125 -4.453125 C 4.203125 -4.453125 4.171875 -4.359375 4.171875 -4.359375 L 2.984375 -0.921875 L 1.65625 -4.796875 C 1.609375 -4.90625 1.609375 -4.921875 1.609375 -4.9375 C 1.609375 -5.171875 2.03125 -5.171875 2.265625 -5.171875 L 2.265625 -5.4375 C 1.578125 -5.421875 1.5625 -5.421875 1.15625 -5.421875 C 0.859375 -5.421875 0.515625 -5.421875 0.15625 -5.4375 L 0.15625 -5.171875 C 0.625 -5.171875 0.765625 -5.171875 0.875 -4.875 L 2.546875 -0.015625 C 2.59375 0.09375 2.625 0.171875 2.75 0.171875 C 2.859375 0.171875 2.90625 0.09375 2.9375 -0.015625 L 4.34375 -4.078125 L 5.75 -0.015625 C 5.78125 0.078125 5.8125 0.171875 5.9375 0.171875 C 6.0625 0.171875 6.09375 0.09375 6.140625 -0.015625 Z M 7.734375 -4.640625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-2">
|
||||
<path style="stroke:none;" d="M 1.890625 -4.796875 C 1.890625 -5.09375 1.90625 -5.171875 2.546875 -5.171875 L 2.734375 -5.171875 L 2.734375 -5.4375 C 2.09375 -5.421875 2.078125 -5.421875 1.515625 -5.421875 C 0.96875 -5.421875 0.953125 -5.421875 0.3125 -5.4375 L 0.3125 -5.171875 L 0.5 -5.171875 C 1.125 -5.171875 1.15625 -5.09375 1.15625 -4.796875 L 1.15625 -0.640625 C 1.15625 -0.34375 1.125 -0.265625 0.5 -0.265625 L 0.3125 -0.265625 L 0.3125 0 C 0.953125 -0.03125 0.96875 -0.03125 1.515625 -0.03125 C 2.078125 -0.03125 2.09375 -0.03125 2.734375 0 L 2.734375 -0.265625 L 2.546875 -0.265625 C 1.90625 -0.265625 1.890625 -0.34375 1.890625 -0.640625 Z M 1.890625 -4.796875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-3">
|
||||
<path style="stroke:none;" d="M 3.296875 -1.8125 C 3.46875 -1.8125 3.515625 -1.8125 3.515625 -2 C 3.515625 -2.703125 3.125 -3.546875 2 -3.546875 C 1.015625 -3.546875 0.234375 -2.734375 0.234375 -1.75 C 0.234375 -0.71875 1.09375 0.078125 2.109375 0.078125 C 3.109375 0.078125 3.515625 -0.765625 3.515625 -0.953125 C 3.515625 -0.984375 3.484375 -1.0625 3.390625 -1.0625 C 3.296875 -1.0625 3.28125 -1.015625 3.265625 -0.96875 C 2.984375 -0.1875 2.296875 -0.171875 2.15625 -0.171875 C 1.796875 -0.171875 1.421875 -0.328125 1.1875 -0.703125 C 0.953125 -1.0625 0.953125 -1.578125 0.953125 -1.8125 Z M 0.953125 -2.03125 C 1.03125 -3.140625 1.703125 -3.328125 2 -3.328125 C 2.9375 -3.328125 2.96875 -2.203125 2.96875 -2.03125 Z M 0.953125 -2.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-4">
|
||||
<path style="stroke:none;" d="M 3.375 -5.515625 C 3.328125 -5.625 3.3125 -5.6875 3.171875 -5.6875 C 3.03125 -5.6875 3 -5.625 2.96875 -5.515625 L 1.1875 -0.828125 C 1.109375 -0.609375 0.9375 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.546875 -0.03125 0.96875 -0.03125 1.109375 -0.03125 C 1.359375 -0.03125 1.609375 -0.03125 1.984375 0 L 1.984375 -0.265625 C 1.640625 -0.265625 1.4375 -0.4375 1.4375 -0.65625 C 1.4375 -0.71875 1.4375 -0.734375 1.46875 -0.828125 L 1.84375 -1.828125 L 4.015625 -1.828125 L 4.46875 -0.640625 C 4.5 -0.546875 4.5 -0.515625 4.5 -0.5 C 4.5 -0.265625 4.09375 -0.265625 3.859375 -0.265625 L 3.859375 0 C 4.546875 -0.03125 4.5625 -0.03125 5 -0.03125 C 5.4375 -0.03125 5.59375 -0.03125 6.046875 0 L 6.046875 -0.265625 L 5.90625 -0.265625 C 5.40625 -0.265625 5.328125 -0.328125 5.234375 -0.59375 Z M 2.9375 -4.6875 L 3.90625 -2.09375 L 1.9375 -2.09375 Z M 2.9375 -4.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-5">
|
||||
<path style="stroke:none;" d="M 3.875 -2.421875 C 3.875 -3.078125 3.5625 -3.515625 2.734375 -3.515625 C 1.9375 -3.515625 1.578125 -2.9375 1.484375 -2.75 L 1.484375 -3.515625 L 0.328125 -3.421875 L 0.328125 -3.15625 C 0.875 -3.15625 0.9375 -3.109375 0.9375 -2.71875 L 0.9375 -0.625 C 0.9375 -0.265625 0.84375 -0.265625 0.328125 -0.265625 L 0.328125 0 C 0.671875 -0.03125 1.015625 -0.03125 1.234375 -0.03125 C 1.46875 -0.03125 1.796875 -0.03125 2.140625 0 L 2.140625 -0.265625 C 1.640625 -0.265625 1.53125 -0.265625 1.53125 -0.625 L 1.53125 -2.0625 C 1.53125 -2.90625 2.171875 -3.296875 2.65625 -3.296875 C 3.140625 -3.296875 3.265625 -2.953125 3.265625 -2.453125 L 3.265625 -0.625 C 3.265625 -0.265625 3.171875 -0.265625 2.65625 -0.265625 L 2.65625 0 C 3 -0.03125 3.359375 -0.03125 3.5625 -0.03125 C 3.796875 -0.03125 4.140625 -0.03125 4.484375 0 L 4.484375 -0.265625 C 3.96875 -0.265625 3.875 -0.265625 3.875 -0.625 Z M 3.875 -2.421875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-6">
|
||||
<path style="stroke:none;" d="M 1.90625 -2.484375 L 3.359375 -2.484375 C 4.328125 -2.484375 5.28125 -3.109375 5.28125 -3.953125 C 5.28125 -4.734375 4.4375 -5.4375 3.296875 -5.4375 L 0.359375 -5.4375 L 0.359375 -5.171875 L 0.546875 -5.171875 C 1.15625 -5.171875 1.171875 -5.09375 1.171875 -4.796875 L 1.171875 -0.640625 C 1.171875 -0.34375 1.15625 -0.265625 0.546875 -0.265625 L 0.359375 -0.265625 L 0.359375 0 C 1.046875 -0.03125 1.0625 -0.03125 1.53125 -0.03125 C 2.015625 -0.03125 2.03125 -0.03125 2.703125 0 L 2.703125 -0.265625 L 2.53125 -0.265625 C 1.921875 -0.265625 1.90625 -0.34375 1.90625 -0.640625 Z M 1.875 -2.71875 L 1.875 -4.859375 C 1.875 -5.125 1.890625 -5.171875 2.265625 -5.171875 L 3.09375 -5.171875 C 4.453125 -5.171875 4.453125 -4.3125 4.453125 -3.953125 C 4.453125 -3.609375 4.453125 -2.71875 3.09375 -2.71875 Z M 1.875 -2.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-7">
|
||||
<path style="stroke:none;" d="M 1.46875 -1.8125 C 1.46875 -2.421875 1.71875 -3.28125 2.484375 -3.296875 C 2.4375 -3.265625 2.34375 -3.203125 2.34375 -3.015625 C 2.34375 -2.765625 2.546875 -2.65625 2.703125 -2.65625 C 2.890625 -2.65625 3.0625 -2.78125 3.0625 -3.015625 C 3.0625 -3.296875 2.8125 -3.515625 2.453125 -3.515625 C 1.9375 -3.515625 1.578125 -3.125 1.421875 -2.671875 L 1.40625 -2.671875 L 1.40625 -3.515625 L 0.28125 -3.421875 L 0.28125 -3.15625 C 0.828125 -3.15625 0.890625 -3.109375 0.890625 -2.71875 L 0.890625 -0.625 C 0.890625 -0.265625 0.78125 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.59375 -0.03125 1.03125 -0.03125 1.21875 -0.03125 C 1.6875 -0.03125 1.703125 -0.03125 2.21875 0 L 2.21875 -0.265625 L 2.0625 -0.265625 C 1.484375 -0.265625 1.46875 -0.34375 1.46875 -0.640625 Z M 1.46875 -1.8125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-8">
|
||||
<path style="stroke:none;" d="M 3.984375 -1.703125 C 3.984375 -2.6875 3.15625 -3.546875 2.109375 -3.546875 C 1.0625 -3.546875 0.234375 -2.6875 0.234375 -1.703125 C 0.234375 -0.703125 1.09375 0.078125 2.109375 0.078125 C 3.140625 0.078125 3.984375 -0.703125 3.984375 -1.703125 Z M 2.109375 -0.171875 C 1.6875 -0.171875 1.34375 -0.375 1.171875 -0.65625 C 0.96875 -0.984375 0.953125 -1.375 0.953125 -1.765625 C 0.953125 -2.078125 0.953125 -2.546875 1.1875 -2.890625 C 1.40625 -3.171875 1.734375 -3.328125 2.109375 -3.328125 C 2.53125 -3.328125 2.875 -3.125 3.046875 -2.859375 C 3.265625 -2.515625 3.28125 -2.09375 3.28125 -1.765625 C 3.28125 -1.40625 3.265625 -0.96875 3.03125 -0.625 C 2.828125 -0.3125 2.46875 -0.171875 2.109375 -0.171875 Z M 2.109375 -0.171875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph7-9">
|
||||
<path style="stroke:none;" d="M 2.765625 -3.453125 C 2.671875 -3.453125 2.640625 -3.453125 2.625 -3.4375 C 2.609375 -3.4375 2.59375 -3.4375 2.484375 -3.4375 L 1.4375 -3.4375 L 1.4375 -4.296875 C 1.4375 -5.09375 2.1875 -5.390625 2.671875 -5.390625 C 2.921875 -5.390625 3.15625 -5.328125 3.359375 -5.171875 C 3.34375 -5.171875 3.03125 -5.109375 3.03125 -4.796875 C 3.03125 -4.53125 3.234375 -4.40625 3.40625 -4.40625 C 3.515625 -4.40625 3.796875 -4.484375 3.796875 -4.8125 C 3.796875 -5.234375 3.375 -5.609375 2.703125 -5.609375 C 1.921875 -5.609375 0.890625 -5.21875 0.890625 -4.3125 L 0.890625 -3.4375 L 0.234375 -3.4375 L 0.234375 -3.171875 L 0.890625 -3.171875 L 0.890625 -0.625 C 0.890625 -0.265625 0.78125 -0.265625 0.28125 -0.265625 L 0.28125 0 C 0.59375 -0.03125 1.03125 -0.03125 1.171875 -0.03125 C 1.328125 -0.03125 1.765625 -0.03125 2.078125 0 L 2.078125 -0.265625 C 1.5625 -0.265625 1.46875 -0.265625 1.46875 -0.625 L 1.46875 -3.171875 L 2.84375 -3.171875 C 3.171875 -3.171875 3.234375 -3.078125 3.234375 -2.734375 L 3.234375 -0.625 C 3.234375 -0.265625 3.125 -0.265625 2.625 -0.265625 L 2.625 0 C 2.9375 -0.03125 3.375 -0.03125 3.515625 -0.03125 C 3.671875 -0.03125 4.109375 -0.03125 4.421875 0 L 4.421875 -0.265625 C 3.90625 -0.265625 3.8125 -0.265625 3.8125 -0.625 L 3.8125 -3.53125 Z M 2.765625 -3.453125 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="231.226" y="176.608"/>
|
||||
<use xlink:href="#glyph0-2" x="242.719001" y="176.608"/>
|
||||
<use xlink:href="#glyph0-3" x="251.514349" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="263.709738" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="278.781821" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="286.694019" y="176.608"/>
|
||||
<use xlink:href="#glyph0-7" x="292.789992" y="176.608"/>
|
||||
<use xlink:href="#glyph0-8" x="297.086956" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="311.064139" y="176.608"/>
|
||||
<use xlink:href="#glyph0-9" x="318.959121" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="328.90618" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="339.056379" y="176.608"/>
|
||||
<use xlink:href="#glyph0-10" x="345.152353" y="176.608"/>
|
||||
<use xlink:href="#glyph0-11" x="353.9477" y="176.608"/>
|
||||
<use xlink:href="#glyph0-3" x="366.840313" y="176.608"/>
|
||||
<use xlink:href="#glyph0-12" x="373.836652" y="176.608"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="266.378" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="273.037046" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="279.225058" y="205.5"/>
|
||||
<use xlink:href="#glyph1-3" x="285.078324" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-2" x="291.904743" y="205.5"/>
|
||||
<use xlink:href="#glyph1-4" x="297.758009" y="205.5"/>
|
||||
<use xlink:href="#glyph1-5" x="303.611275" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-6" x="312.06121" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-7" x="320.998918" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-8" x="320.671345" y="205.5"/>
|
||||
<use xlink:href="#glyph1-9" x="327.174974" y="205.5"/>
|
||||
<use xlink:href="#glyph1-9" x="331.792072" y="205.5"/>
|
||||
<use xlink:href="#glyph1-10" x="336.409171" y="205.5"/>
|
||||
<use xlink:href="#glyph1-11" x="341.612074" y="205.5"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="166.483" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="173.142046" y="233.395"/>
|
||||
<use xlink:href="#glyph1-12" x="178.995312" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="183.875425" y="233.395"/>
|
||||
<use xlink:href="#glyph1-9" x="190.379054" y="233.395"/>
|
||||
<use xlink:href="#glyph1-12" x="194.996152" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="199.876265" y="233.395"/>
|
||||
<use xlink:href="#glyph1-4" x="206.379893" y="233.395"/>
|
||||
<use xlink:href="#glyph1-14" x="212.233159" y="233.395"/>
|
||||
<use xlink:href="#glyph1-15" x="215.810155" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-16" x="224.260091" y="233.395"/>
|
||||
<use xlink:href="#glyph1-17" x="236.287022" y="233.395"/>
|
||||
<use xlink:href="#glyph1-18" x="240.509598" y="233.395"/>
|
||||
<use xlink:href="#glyph1-17" x="249.284715" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="253.511" y="229.057"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-19" x="253.511" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-20" x="260.66021" y="233.395"/>
|
||||
<use xlink:href="#glyph1-15" x="269.76529" y="233.395"/>
|
||||
<use xlink:href="#glyph1-15" x="274.31783" y="233.395"/>
|
||||
<use xlink:href="#glyph1-2" x="278.87037" y="233.395"/>
|
||||
<use xlink:href="#glyph1-21" x="284.723636" y="233.395"/>
|
||||
<use xlink:href="#glyph1-1" x="288.625813" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-5" x="295.296815" y="233.395"/>
|
||||
<use xlink:href="#glyph1-22" x="299.849355" y="233.395"/>
|
||||
<use xlink:href="#glyph1-10" x="303.10117" y="233.395"/>
|
||||
<use xlink:href="#glyph1-23" x="308.304073" y="233.395"/>
|
||||
<use xlink:href="#glyph1-5" x="314.807701" y="233.395"/>
|
||||
<use xlink:href="#glyph1-22" x="319.360242" y="233.395"/>
|
||||
<use xlink:href="#glyph1-12" x="322.612056" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="327.480213" y="233.395"/>
|
||||
<use xlink:href="#glyph1-21" x="333.983842" y="233.395"/>
|
||||
<use xlink:href="#glyph1-24" x="337.88602" y="233.395"/>
|
||||
<use xlink:href="#glyph1-25" x="346.661136" y="233.395"/>
|
||||
<use xlink:href="#glyph1-22" x="353.164765" y="233.395"/>
|
||||
<use xlink:href="#glyph1-26" x="356.41658" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="362.272236" y="233.395"/>
|
||||
<use xlink:href="#glyph1-5" x="367.47514" y="233.395"/>
|
||||
<use xlink:href="#glyph1-9" x="372.02768" y="233.395"/>
|
||||
<use xlink:href="#glyph1-22" x="376.644778" y="233.395"/>
|
||||
<use xlink:href="#glyph1-15" x="379.896592" y="233.395"/>
|
||||
<use xlink:href="#glyph1-7" x="384.449132" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-4" x="384.44435" y="233.395"/>
|
||||
<use xlink:href="#glyph1-15" x="390.297616" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-27" x="398.759507" y="233.395"/>
|
||||
<use xlink:href="#glyph1-4" x="407.049243" y="233.395"/>
|
||||
<use xlink:href="#glyph1-28" x="412.902508" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-3" x="422.323206" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-10" x="429.16158" y="233.395"/>
|
||||
<use xlink:href="#glyph1-5" x="434.364484" y="233.395"/>
|
||||
<use xlink:href="#glyph1-29" x="438.917024" y="233.395"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-30" x="266.281" y="256.84"/>
|
||||
<use xlink:href="#glyph1-4" x="277.007205" y="256.84"/>
|
||||
<use xlink:href="#glyph1-5" x="282.860471" y="256.84"/>
|
||||
<use xlink:href="#glyph1-12" x="287.413012" y="256.84"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-13" x="292.293124" y="256.84"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-31" x="302.694148" y="256.84"/>
|
||||
<use xlink:href="#glyph1-32" x="308.547414" y="256.84"/>
|
||||
<use xlink:href="#glyph1-19" x="314.40068" y="256.84"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-33" x="321.54989" y="256.84"/>
|
||||
<use xlink:href="#glyph1-32" x="327.403156" y="256.84"/>
|
||||
<use xlink:href="#glyph1-33" x="333.256421" y="256.84"/>
|
||||
<use xlink:href="#glyph1-32" x="339.109687" y="256.84"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-1" x="133.768" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-2" x="157.977213" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="167.853137" y="314.693"/>
|
||||
<use xlink:href="#glyph3-4" x="174.445215" y="314.693"/>
|
||||
<use xlink:href="#glyph3-5" x="183.41159" y="314.693"/>
|
||||
<use xlink:href="#glyph3-6" x="196.861153" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-7" x="209.604882" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-4" x="218.126525" y="314.693"/>
|
||||
<use xlink:href="#glyph3-8" x="227.0929" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-9" x="235.614543" y="314.693"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-1" x="133.768" y="338.506"/>
|
||||
<use xlink:href="#glyph4-2" x="140.4928" y="338.506"/>
|
||||
<use xlink:href="#glyph4-1" x="144.2288" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-3" x="164.4032" y="338.506"/>
|
||||
<use xlink:href="#glyph4-4" x="174.918994" y="338.506"/>
|
||||
<use xlink:href="#glyph4-5" x="182.390994" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-6" x="189.492383" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-7" x="199.205983" y="338.506"/>
|
||||
<use xlink:href="#glyph4-8" x="208.919583" y="338.506"/>
|
||||
<use xlink:href="#glyph4-6" x="212.655583" y="338.506"/>
|
||||
<use xlink:href="#glyph4-9" x="217.885983" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-10" x="229.841183" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-11" x="240.862682" y="338.506"/>
|
||||
<use xlink:href="#glyph4-8" x="248.334682" y="338.506"/>
|
||||
<use xlink:href="#glyph4-12" x="252.070682" y="338.506"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-1" x="133.768" y="358.888"/>
|
||||
<use xlink:href="#glyph4-2" x="140.4928" y="358.888"/>
|
||||
<use xlink:href="#glyph4-13" x="144.2288" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-3" x="164.4032" y="358.888"/>
|
||||
<use xlink:href="#glyph4-4" x="174.918994" y="358.888"/>
|
||||
<use xlink:href="#glyph4-5" x="182.390994" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-6" x="189.492383" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-7" x="199.205983" y="358.888"/>
|
||||
<use xlink:href="#glyph4-8" x="208.919583" y="358.888"/>
|
||||
<use xlink:href="#glyph4-6" x="212.655583" y="358.888"/>
|
||||
<use xlink:href="#glyph4-9" x="217.885983" y="358.888"/>
|
||||
<use xlink:href="#glyph4-14" x="225.357983" y="358.888"/>
|
||||
<use xlink:href="#glyph4-4" x="232.082783" y="358.888"/>
|
||||
<use xlink:href="#glyph4-6" x="239.554783" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-10" x="249.268383" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph4-11" x="260.289882" y="358.888"/>
|
||||
<use xlink:href="#glyph4-8" x="267.761882" y="358.888"/>
|
||||
<use xlink:href="#glyph4-12" x="271.497882" y="358.888"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-1" x="133.768" y="377.278"/>
|
||||
<use xlink:href="#glyph5-2" x="144.00756" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-3" x="149.263828" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-4" x="157.849597" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="164.765634" y="377.278"/>
|
||||
<use xlink:href="#glyph5-6" x="169.746934" y="377.278"/>
|
||||
<use xlink:href="#glyph5-7" x="175.282154" y="377.278"/>
|
||||
<use xlink:href="#glyph5-8" x="178.049764" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-3" x="186.902531" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="191.881838" y="377.278"/>
|
||||
<use xlink:href="#glyph5-6" x="196.863138" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-8" x="205.725867" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="211.251125" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-9" x="219.559934" y="377.278"/>
|
||||
<use xlink:href="#glyph5-2" x="223.434389" y="377.278"/>
|
||||
<use xlink:href="#glyph5-10" x="228.969609" y="377.278"/>
|
||||
<use xlink:href="#glyph5-9" x="233.950909" y="377.278"/>
|
||||
<use xlink:href="#glyph5-11" x="237.825364" y="377.278"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-10" x="133.768" y="410.223"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-2" x="157.977213" y="410.223"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="167.853137" y="410.223"/>
|
||||
<use xlink:href="#glyph3-4" x="174.445215" y="410.223"/>
|
||||
<use xlink:href="#glyph3-5" x="183.41159" y="410.223"/>
|
||||
<use xlink:href="#glyph3-6" x="196.861153" y="410.223"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-3" x="209.604882" y="410.223"/>
|
||||
<use xlink:href="#glyph3-6" x="216.196961" y="410.223"/>
|
||||
<use xlink:href="#glyph3-11" x="223.560866" y="410.223"/>
|
||||
<use xlink:href="#glyph3-12" x="230.733966" y="410.223"/>
|
||||
<use xlink:href="#glyph3-13" x="235.217153" y="410.223"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph3-6" x="244.642607" y="410.223"/>
|
||||
<use xlink:href="#glyph3-14" x="252.006511" y="410.223"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-12" x="133.768" y="432.044"/>
|
||||
<use xlink:href="#glyph5-3" x="142.900715" y="432.044"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-13" x="151.476522" y="432.044"/>
|
||||
<use xlink:href="#glyph5-10" x="154.521092" y="432.044"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-14" x="159.233402" y="432.044"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-5" x="164.212709" y="432.044"/>
|
||||
<use xlink:href="#glyph5-15" x="169.194009" y="432.044"/>
|
||||
<use xlink:href="#glyph5-16" x="173.09636" y="432.044"/>
|
||||
<use xlink:href="#glyph5-9" x="175.86397" y="432.044"/>
|
||||
<use xlink:href="#glyph5-17" x="179.738425" y="432.044"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-15" x="187.48335" y="432.044"/>
|
||||
<use xlink:href="#glyph5-17" x="191.385701" y="432.044"/>
|
||||
<use xlink:href="#glyph5-18" x="195.81308" y="432.044"/>
|
||||
<use xlink:href="#glyph5-16" x="200.24046" y="432.044"/>
|
||||
<use xlink:href="#glyph5-19" x="203.00807" y="432.044"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-17" x="208.822243" y="432.044"/>
|
||||
</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.00153125 0.00040625 L 137.482 0.00040625 " transform="matrix(1,0,0,-1,133.768,663.309)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph6-1" x="144.694" y="669.911"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-1" x="149.011" y="672.723"/>
|
||||
<use xlink:href="#glyph7-2" x="157.706379" y="672.723"/>
|
||||
<use xlink:href="#glyph7-3" x="160.755739" y="672.723"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-4" x="167.340636" y="672.723"/>
|
||||
<use xlink:href="#glyph7-2" x="173.683242" y="672.723"/>
|
||||
<use xlink:href="#glyph7-5" x="176.732602" y="672.723"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-6" x="184.266737" y="672.723"/>
|
||||
<use xlink:href="#glyph7-7" x="190.025932" y="672.723"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph7-8" x="193.31838" y="672.723"/>
|
||||
<use xlink:href="#glyph7-9" x="197.552894" y="672.723"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph5-20" x="303.133" y="702.635"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 112 KiB |
17
svg/chapter-03/title.tex
Normal file
@ -0,0 +1,17 @@
|
||||
\documentclass{article}
|
||||
\usepackage{babel}
|
||||
\title{The World of Truffles}
|
||||
\author{Fooboar Rüssel \\\\ Fachschaft
|
||||
WIAI\thanks{WIe AIn Profi},
|
||||
Otto-Friedrich-Universität Bamberg}
|
||||
\date{\today}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{Truffle hunt}
|
||||
\subsection{Hunt with a pig}
|
||||
\subsection{Hunt without a pig}
|
||||
Why would you do that?
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\end{document}
|
||||
|
||||