release
This commit is contained in:
parent
0ea383ec9d
commit
c7152affdc
@ -104,6 +104,19 @@
|
||||
\vec{b_3} &= \frac{2\pi}{V_c} \vec{a_1} \times \vec{a_2}
|
||||
}
|
||||
\end{formula}
|
||||
|
||||
\Subsection[
|
||||
\eng{Scattering processes}
|
||||
\ger{Streuprozesse}
|
||||
]{scatter}
|
||||
\begin{formula}{matthiessen}
|
||||
\desc{Matthiessen's rule}{Approximation, only holds if the processes are independent of each other}{$\mu$ mobility, $\tau$ scattering time}
|
||||
\desc[german]{Matthiessensche Regel}{Näherung, nur gültig wenn die einzelnen Streuprozesse von einander unabhängig sind}{$\mu$ Moblitiät, $\tau$ Streuzeit}
|
||||
\eq{
|
||||
\frac{1}{\mu} &= \sum_{i = \textrm{\GT{\fqname}}} \frac{1}{\mu_i} \\
|
||||
\frac{1}{\tau} &= \sum_{i = \textrm{\GT{\fqname}}} \frac{1}{\tau_i}
|
||||
}
|
||||
\end{formula}
|
||||
|
||||
|
||||
\Section[
|
||||
@ -341,8 +354,44 @@
|
||||
}
|
||||
\end{minipagetable}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{img/cm_cvd_english.pdf}
|
||||
|
||||
\end{minipage}
|
||||
|
||||
|
||||
\Subsection[
|
||||
\eng{Epitaxy}
|
||||
\ger{Epitaxie}
|
||||
]{epitaxy}
|
||||
\begin{ttext}
|
||||
\eng{A type of crystal groth in which new layers are formed with well-defined orientations with respect to the crystalline seed layer.}
|
||||
\ger{Eine Art des Kristallwachstums, bei der mindestens eine kristallographische Ordnung der wachsenden Schicht der des Substrates entspricht.}
|
||||
\end{ttext}
|
||||
|
||||
\begin{minipagetable}{mbe}
|
||||
\entry{name}{
|
||||
\eng{Molecular Beam Epitaxy (MBE)}
|
||||
\ger{Molekularstrahlepitaxie (MBE)}
|
||||
}
|
||||
\entry{how}{
|
||||
\eng{In a ultra-high vacuum, the elements are heated until they slowly sublime. The gases then condensate on the substrate surface}
|
||||
\ger{Die Elemente werden in einem Ultrahochvakuum erhitzt, bis sie langsam sublimieren. Die entstandenen Gase kondensieren dann auf der Oberfläche des Substrats}
|
||||
}
|
||||
\entry{application}{
|
||||
\eng{
|
||||
\begin{itemize}
|
||||
\item Gallium arsenide \ce{GaAs}
|
||||
\end{itemize}
|
||||
\TODO{Link to GaAs}
|
||||
}
|
||||
\ger{
|
||||
\begin{itemize}
|
||||
\item Galliumarsenid \ce{GaAs}
|
||||
\end{itemize}
|
||||
}
|
||||
}
|
||||
\end{minipagetable}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{img/cm_mbe_english.pdf}
|
||||
\end{minipage}
|
||||
|
@ -207,7 +207,7 @@
|
||||
\Section[
|
||||
\eng{Dipole-stuff}
|
||||
\ger{Dipol-zeug}
|
||||
]{dipole}
|
||||
]{dipole}
|
||||
|
||||
\begin{formula}{poynting}
|
||||
\desc{Dipole radiation Poynting vector}{}{}
|
||||
|
@ -55,8 +55,8 @@
|
||||
\desc{Addition theorems}{}{}
|
||||
\desc[german]{Additionstheoreme}{}{}
|
||||
\eq{
|
||||
\sin(x\pm y) &= \sin x \cos x \pm \cos x \sin y \\
|
||||
\cos(x\pm y) &= \cos x \cos x \mp \sin x \sin y \\
|
||||
\sin(x\pm y) &= \sin x \cos y \pm \cos x \sin y \\
|
||||
\cos(x\pm y) &= \cos x \cos y \mp \sin x \sin y \\
|
||||
\tan(x\pm y) &= \frac{\sin(x \pm y)}{\cos(x \pm y)} = \frac{\tan x\pm \tan y}{1\mp \tan x \tan y}
|
||||
}
|
||||
\end{formula}
|
||||
|
@ -47,6 +47,15 @@
|
||||
|
||||
]{zeug}
|
||||
|
||||
\begin{formula}{inverse_2x2}
|
||||
\desc{Inverse $2\times 2$ matrix}{}{}
|
||||
\desc[german]{Inverse $2\times 2$ Matrix}{}{}
|
||||
\eq{
|
||||
\begin{pmatrix} a & b\\ c & d \end{pmatrix}^{-1} =
|
||||
\frac{1}{ad-bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}
|
||||
}
|
||||
\end{formula}
|
||||
|
||||
\begin{formula}{unitary}
|
||||
\desc{Unitary matrix}{}{}
|
||||
\desc[german]{Unitäre Matrix}{}{}
|
||||
|
@ -1,6 +1,6 @@
|
||||
\documentclass[11pt, a4paper]{article}
|
||||
% \usepackage[utf8]{inputenc}
|
||||
\usepackage[german]{babel}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
|
||||
% ENVIRONMENTS etc
|
||||
\usepackage{adjustbox}
|
||||
@ -18,6 +18,7 @@
|
||||
\usepackage{float}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{subcaption}
|
||||
|
||||
\usepackage[shortlabels]{enumitem} % easily change enum symbols to i), a. etc
|
||||
\hypersetup{colorlinks = true, % Colours links instead of ugly boxes
|
||||
urlcolor = blue, % Colour for external hyperlinks
|
||||
@ -163,11 +164,11 @@
|
||||
|
||||
\input{condensed_matter.tex}
|
||||
|
||||
\input{topo.tex}
|
||||
% \input{topo.tex}
|
||||
|
||||
\input{quantum_computing.tex}
|
||||
% \input{quantum_computing.tex}
|
||||
|
||||
\input{many-body-simulations.tex}
|
||||
% \input{many-body-simulations.tex}
|
||||
|
||||
%\newpage
|
||||
% \bibliographystyle{plain}
|
||||
|
@ -347,8 +347,8 @@
|
||||
\GT{see_also} \ref{sec:qm:hosc:c_a_ops}
|
||||
|
||||
\Subsection[
|
||||
\ger{Erzeugungs und Vernichtungsoperatoren}
|
||||
\eng{Creation and Annihilation operators}
|
||||
\ger{Erzeugungs und Vernichtungsoperatoren / Leiteroperatoren}
|
||||
\eng{Creation and Annihilation operators / Ladder operators}
|
||||
]{c_a_ops}
|
||||
\begin{formula}{c_a_ops_def}
|
||||
\desc{Particle number operator/occupation number operator}{}{$\ket{n}$ = Fock states, $\hat{a}$ = Annihilation operator, $\hat{a}^\dagger$ = Creation operator}
|
||||
|
@ -9,7 +9,8 @@ fluxonium = scq.Fluxonium(EJ=9, EC=3, EL=0.5, flux=1, cutoff=100)
|
||||
|
||||
def _plot_transmon_n_wavefunctions(qubit: scq.Transmon, fig_ax, which=[0,1]):
|
||||
fig, ax = fig_ax
|
||||
ax.set_ylabel(r"$|\psi_i(n)|^2$")
|
||||
# ax.set_ylabel(r"$|\psi_i(n)|^2$")
|
||||
ax.set_ylabel(r"$\psi_i(n)$")
|
||||
ax.set_xlabel(r"$n$")
|
||||
colors = "brgy"
|
||||
for i in which:
|
||||
|
788
src/svgs/cm_mbe_english.svg
Normal file
788
src/svgs/cm_mbe_english.svg
Normal file
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2013pt" height="2452pt" viewBox="0 0 2013 2452" version="1.1"><!--latexit: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
|
||||
5A==
|
||||
-->
|
||||
<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 33.171875 -33.71875 L 2.734375 -33.71875 L 1.796875 -22.515625 L 3.03125 -22.515625 C 3.734375 -30.53125 4.484375 -32.171875 12 -32.171875 C 12.90625 -32.171875 14.203125 -32.171875 14.6875 -32.078125 C 15.734375 -31.875 15.734375 -31.328125 15.734375 -30.1875 L 15.734375 -3.9375 C 15.734375 -2.234375 15.734375 -1.546875 10.515625 -1.546875 L 8.515625 -1.546875 L 8.515625 0 C 10.5625 -0.15625 15.640625 -0.15625 17.9375 -0.15625 C 20.21875 -0.15625 25.359375 -0.15625 27.390625 0 L 27.390625 -1.546875 L 25.40625 -1.546875 C 20.171875 -1.546875 20.171875 -2.234375 20.171875 -3.9375 L 20.171875 -30.1875 C 20.171875 -31.1875 20.171875 -31.875 21.078125 -32.078125 C 21.625 -32.171875 22.96875 -32.171875 23.90625 -32.171875 C 31.4375 -32.171875 32.171875 -30.53125 32.875 -22.515625 L 34.125 -22.515625 Z M 33.171875 -33.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-2">
|
||||
<path style="stroke:none;" d="M 23.46875 -10.65625 C 23.46875 -17.03125 18.484375 -22.3125 12.453125 -22.3125 C 6.234375 -22.3125 1.390625 -16.890625 1.390625 -10.65625 C 1.390625 -4.234375 6.578125 0.546875 12.40625 0.546875 C 18.4375 0.546875 23.46875 -4.328125 23.46875 -10.65625 Z M 12.453125 -0.703125 C 10.3125 -0.703125 8.125 -1.75 6.78125 -4.03125 C 5.53125 -6.234375 5.53125 -9.265625 5.53125 -11.0625 C 5.53125 -13 5.53125 -15.6875 6.71875 -17.875 C 8.0625 -20.171875 10.40625 -21.21875 12.40625 -21.21875 C 14.59375 -21.21875 16.734375 -20.125 18.03125 -17.984375 C 19.328125 -15.84375 19.328125 -12.953125 19.328125 -11.0625 C 19.328125 -9.265625 19.328125 -6.578125 18.234375 -4.390625 C 17.140625 -2.140625 14.9375 -0.703125 12.453125 -0.703125 Z M 12.453125 -0.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-3">
|
||||
<path style="stroke:none;" d="M 8.5625 -18.78125 L 8.5625 -34.5625 L 1.390625 -34.015625 L 1.390625 -32.484375 C 4.875 -32.484375 5.28125 -32.125 5.28125 -29.6875 L 5.28125 0 L 6.53125 0 C 6.578125 -0.046875 6.96875 -0.75 8.3125 -3.09375 C 9.0625 -1.9375 11.15625 0.546875 14.84375 0.546875 C 20.765625 0.546875 25.953125 -4.328125 25.953125 -10.765625 C 25.953125 -17.078125 21.078125 -22.015625 15.390625 -22.015625 C 11.5 -22.015625 9.359375 -19.671875 8.5625 -18.78125 Z M 8.71875 -5.671875 L 8.71875 -15.9375 C 8.71875 -16.890625 8.71875 -16.9375 9.265625 -17.734375 C 11.203125 -20.515625 13.953125 -20.921875 15.140625 -20.921875 C 17.390625 -20.921875 19.171875 -19.625 20.375 -17.734375 C 21.671875 -15.6875 21.8125 -12.859375 21.8125 -10.8125 C 21.8125 -8.96875 21.71875 -5.984375 20.28125 -3.734375 C 19.234375 -2.1875 17.328125 -0.546875 14.640625 -0.546875 C 12.40625 -0.546875 10.609375 -1.75 9.421875 -3.59375 C 8.71875 -4.625 8.71875 -4.78125 8.71875 -5.671875 Z M 8.71875 -5.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-4">
|
||||
<path style="stroke:none;" d="M 19.484375 -3.9375 L 19.484375 0.546875 L 26.65625 0 L 26.65625 -1.546875 C 23.15625 -1.546875 22.765625 -1.890625 22.765625 -4.328125 L 22.765625 -22.015625 L 15.4375 -21.46875 L 15.4375 -19.921875 C 18.921875 -19.921875 19.328125 -19.578125 19.328125 -17.140625 L 19.328125 -8.265625 C 19.328125 -3.9375 16.9375 -0.546875 13.296875 -0.546875 C 9.109375 -0.546875 8.921875 -2.890625 8.921875 -5.484375 L 8.921875 -22.015625 L 1.59375 -21.46875 L 1.59375 -19.921875 C 5.484375 -19.921875 5.484375 -19.78125 5.484375 -15.34375 L 5.484375 -7.875 C 5.484375 -3.984375 5.484375 0.546875 13.046875 0.546875 C 15.84375 0.546875 18.03125 -0.84375 19.484375 -3.9375 Z M 19.484375 -3.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-5">
|
||||
<path style="stroke:none;" d="M 5.578125 -12.546875 C 5.875 -19.96875 10.0625 -21.21875 11.75 -21.21875 C 16.890625 -21.21875 17.390625 -14.5 17.390625 -12.546875 Z M 5.53125 -11.5 L 19.421875 -11.5 C 20.515625 -11.5 20.671875 -11.5 20.671875 -12.546875 C 20.671875 -17.484375 17.984375 -22.3125 11.75 -22.3125 C 5.984375 -22.3125 1.390625 -17.1875 1.390625 -10.953125 C 1.390625 -4.28125 6.625 0.546875 12.359375 0.546875 C 18.4375 0.546875 20.671875 -4.984375 20.671875 -5.921875 C 20.671875 -6.421875 20.28125 -6.53125 20.03125 -6.53125 C 19.578125 -6.53125 19.484375 -6.234375 19.375 -5.828125 C 17.640625 -0.703125 13.15625 -0.703125 12.65625 -0.703125 C 10.15625 -0.703125 8.171875 -2.1875 7.03125 -4.03125 C 5.53125 -6.421875 5.53125 -9.71875 5.53125 -11.5 Z M 5.53125 -11.5 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-6">
|
||||
<path style="stroke:none;" d="M 8.3125 -16.53125 L 8.3125 -22.015625 L 1.390625 -21.46875 L 1.390625 -19.921875 C 4.875 -19.921875 5.28125 -19.578125 5.28125 -17.140625 L 5.28125 -3.78125 C 5.28125 -1.546875 4.734375 -1.546875 1.390625 -1.546875 L 1.390625 0 C 3.34375 -0.046875 5.671875 -0.15625 7.078125 -0.15625 C 9.0625 -0.15625 11.40625 -0.15625 13.40625 0 L 13.40625 -1.546875 L 12.359375 -1.546875 C 8.671875 -1.546875 8.5625 -2.09375 8.5625 -3.890625 L 8.5625 -11.5625 C 8.5625 -16.484375 10.65625 -20.921875 14.453125 -20.921875 C 14.796875 -20.921875 14.890625 -20.921875 15 -20.875 C 14.84375 -20.828125 13.84375 -20.21875 13.84375 -18.921875 C 13.84375 -17.53125 14.890625 -16.78125 15.984375 -16.78125 C 16.890625 -16.78125 18.125 -17.390625 18.125 -18.984375 C 18.125 -20.578125 16.59375 -22.015625 14.453125 -22.015625 C 10.8125 -22.015625 9.015625 -18.6875 8.3125 -16.53125 Z M 8.3125 -16.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-7">
|
||||
<path style="stroke:none;" d="M 5.828125 -10.859375 C 5.828125 -18.984375 9.90625 -21.078125 12.546875 -21.078125 C 13 -21.078125 16.140625 -21.015625 17.875 -19.234375 C 15.84375 -19.078125 15.546875 -17.578125 15.546875 -16.9375 C 15.546875 -15.640625 16.4375 -14.640625 17.828125 -14.640625 C 19.125 -14.640625 20.125 -15.484375 20.125 -16.984375 C 20.125 -20.375 16.34375 -22.3125 12.5 -22.3125 C 6.28125 -22.3125 1.6875 -16.9375 1.6875 -10.765625 C 1.6875 -4.390625 6.625 0.546875 12.40625 0.546875 C 19.078125 0.546875 20.671875 -5.421875 20.671875 -5.921875 C 20.671875 -6.421875 20.171875 -6.421875 20.03125 -6.421875 C 19.578125 -6.421875 19.484375 -6.234375 19.375 -5.921875 C 17.9375 -1.296875 14.6875 -0.703125 12.859375 -0.703125 C 10.21875 -0.703125 5.828125 -2.84375 5.828125 -10.859375 Z M 5.828125 -10.859375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-8">
|
||||
<path style="stroke:none;" d="M 5.484375 -3.78125 C 5.484375 -1.546875 4.9375 -1.546875 1.59375 -1.546875 L 1.59375 0 C 3.34375 -0.046875 5.875 -0.15625 7.21875 -0.15625 C 8.515625 -0.15625 11.109375 -0.046875 12.796875 0 L 12.796875 -1.546875 C 9.46875 -1.546875 8.921875 -1.546875 8.921875 -3.78125 L 8.921875 -12.953125 C 8.921875 -18.125 12.453125 -20.921875 15.640625 -20.921875 C 18.78125 -20.921875 19.328125 -18.234375 19.328125 -15.390625 L 19.328125 -3.78125 C 19.328125 -1.546875 18.78125 -1.546875 15.4375 -1.546875 L 15.4375 0 C 17.1875 -0.046875 19.71875 -0.15625 21.078125 -0.15625 C 22.359375 -0.15625 24.953125 -0.046875 26.65625 0 L 26.65625 -1.546875 C 24.0625 -1.546875 22.8125 -1.546875 22.765625 -3.03125 L 22.765625 -12.546875 C 22.765625 -16.84375 22.765625 -18.375 21.21875 -20.171875 C 20.515625 -21.015625 18.875 -22.015625 15.984375 -22.015625 C 11.8125 -22.015625 9.609375 -19.03125 8.765625 -17.140625 L 8.765625 -34.5625 L 1.59375 -34.015625 L 1.59375 -32.484375 C 5.078125 -32.484375 5.484375 -32.125 5.484375 -29.6875 Z M 5.484375 -3.78125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-9">
|
||||
<path style="stroke:none;" d="M 16.59375 -3.78125 C 16.78125 -1.796875 18.125 0.296875 20.46875 0.296875 C 21.515625 0.296875 24.5625 -0.40625 24.5625 -4.4375 L 24.5625 -7.21875 L 23.3125 -7.21875 L 23.3125 -4.4375 C 23.3125 -1.546875 22.0625 -1.25 21.515625 -1.25 C 19.875 -1.25 19.671875 -3.484375 19.671875 -3.734375 L 19.671875 -13.703125 C 19.671875 -15.796875 19.671875 -17.734375 17.875 -19.578125 C 15.9375 -21.515625 13.453125 -22.3125 11.0625 -22.3125 C 6.96875 -22.3125 3.53125 -19.96875 3.53125 -16.6875 C 3.53125 -15.1875 4.53125 -14.34375 5.828125 -14.34375 C 7.21875 -14.34375 8.125 -15.34375 8.125 -16.640625 C 8.125 -17.234375 7.875 -18.875 5.578125 -18.921875 C 6.921875 -20.671875 9.359375 -21.21875 10.953125 -21.21875 C 13.40625 -21.21875 16.234375 -19.28125 16.234375 -14.84375 L 16.234375 -13 C 13.703125 -12.859375 10.21875 -12.703125 7.078125 -11.203125 C 3.34375 -9.515625 2.09375 -6.921875 2.09375 -4.734375 C 2.09375 -0.703125 6.921875 0.546875 10.0625 0.546875 C 13.34375 0.546875 15.640625 -1.4375 16.59375 -3.78125 Z M 16.234375 -11.953125 L 16.234375 -6.96875 C 16.234375 -2.234375 12.65625 -0.546875 10.40625 -0.546875 C 7.96875 -0.546875 5.921875 -2.296875 5.921875 -4.78125 C 5.921875 -7.515625 8.015625 -11.65625 16.234375 -11.953125 Z M 16.234375 -11.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-10">
|
||||
<path style="stroke:none;" d="M 5.484375 -17.140625 L 5.484375 -3.78125 C 5.484375 -1.546875 4.9375 -1.546875 1.59375 -1.546875 L 1.59375 0 C 3.34375 -0.046875 5.875 -0.15625 7.21875 -0.15625 C 8.515625 -0.15625 11.109375 -0.046875 12.796875 0 L 12.796875 -1.546875 C 9.46875 -1.546875 8.921875 -1.546875 8.921875 -3.78125 L 8.921875 -12.953125 C 8.921875 -18.125 12.453125 -20.921875 15.640625 -20.921875 C 18.78125 -20.921875 19.328125 -18.234375 19.328125 -15.390625 L 19.328125 -3.78125 C 19.328125 -1.546875 18.78125 -1.546875 15.4375 -1.546875 L 15.4375 0 C 17.1875 -0.046875 19.71875 -0.15625 21.078125 -0.15625 C 22.359375 -0.15625 24.953125 -0.046875 26.65625 0 L 26.65625 -1.546875 C 23.3125 -1.546875 22.765625 -1.546875 22.765625 -3.78125 L 22.765625 -12.953125 C 22.765625 -18.125 26.296875 -20.921875 29.484375 -20.921875 C 32.625 -20.921875 33.171875 -18.234375 33.171875 -15.390625 L 33.171875 -3.78125 C 33.171875 -1.546875 32.625 -1.546875 29.296875 -1.546875 L 29.296875 0 C 31.03125 -0.046875 33.578125 -0.15625 34.921875 -0.15625 C 36.21875 -0.15625 38.796875 -0.046875 40.5 0 L 40.5 -1.546875 C 37.90625 -1.546875 36.65625 -1.546875 36.609375 -3.03125 L 36.609375 -12.546875 C 36.609375 -16.84375 36.609375 -18.375 35.0625 -20.171875 C 34.375 -21.015625 32.734375 -22.015625 29.84375 -22.015625 C 25.65625 -22.015625 23.46875 -19.03125 22.609375 -17.140625 C 21.921875 -21.46875 18.234375 -22.015625 15.984375 -22.015625 C 12.359375 -22.015625 10.015625 -19.875 8.625 -16.78125 L 8.625 -22.015625 L 1.59375 -21.46875 L 1.59375 -19.921875 C 5.078125 -19.921875 5.484375 -19.578125 5.484375 -17.140625 Z M 5.484375 -17.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-11">
|
||||
<path style="stroke:none;" d="M 8.8125 -22.015625 L 1.84375 -21.46875 L 1.84375 -19.921875 C 5.078125 -19.921875 5.53125 -19.625 5.53125 -17.1875 L 5.53125 -3.78125 C 5.53125 -1.546875 4.984375 -1.546875 1.640625 -1.546875 L 1.640625 0 C 3.234375 -0.046875 5.921875 -0.15625 7.125 -0.15625 C 8.859375 -0.15625 10.609375 -0.046875 12.296875 0 L 12.296875 -1.546875 C 9.015625 -1.546875 8.8125 -1.796875 8.8125 -3.734375 Z M 9.015625 -30.6875 C 9.015625 -32.28125 7.765625 -33.328125 6.375 -33.328125 C 4.828125 -33.328125 3.734375 -31.984375 3.734375 -30.6875 C 3.734375 -29.34375 4.828125 -28.046875 6.375 -28.046875 C 7.765625 -28.046875 9.015625 -29.09375 9.015625 -30.6875 Z M 9.015625 -30.6875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-12">
|
||||
<path style="stroke:none;" d="M 5.484375 -17.140625 L 5.484375 -3.78125 C 5.484375 -1.546875 4.9375 -1.546875 1.59375 -1.546875 L 1.59375 0 C 3.34375 -0.046875 5.875 -0.15625 7.21875 -0.15625 C 8.515625 -0.15625 11.109375 -0.046875 12.796875 0 L 12.796875 -1.546875 C 9.46875 -1.546875 8.921875 -1.546875 8.921875 -3.78125 L 8.921875 -12.953125 C 8.921875 -18.125 12.453125 -20.921875 15.640625 -20.921875 C 18.78125 -20.921875 19.328125 -18.234375 19.328125 -15.390625 L 19.328125 -3.78125 C 19.328125 -1.546875 18.78125 -1.546875 15.4375 -1.546875 L 15.4375 0 C 17.1875 -0.046875 19.71875 -0.15625 21.078125 -0.15625 C 22.359375 -0.15625 24.953125 -0.046875 26.65625 0 L 26.65625 -1.546875 C 24.0625 -1.546875 22.8125 -1.546875 22.765625 -3.03125 L 22.765625 -12.546875 C 22.765625 -16.84375 22.765625 -18.375 21.21875 -20.171875 C 20.515625 -21.015625 18.875 -22.015625 15.984375 -22.015625 C 12.359375 -22.015625 10.015625 -19.875 8.625 -16.78125 L 8.625 -22.015625 L 1.59375 -21.46875 L 1.59375 -19.921875 C 5.078125 -19.921875 5.484375 -19.578125 5.484375 -17.140625 Z M 5.484375 -17.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-13">
|
||||
<path style="stroke:none;" d="M 19.421875 -19.96875 C 19.875 -20.515625 19.875 -20.625 19.875 -20.828125 C 19.875 -21.46875 19.484375 -21.46875 18.578125 -21.46875 L 2.640625 -21.46875 L 2.09375 -13.453125 L 3.34375 -13.453125 C 3.640625 -18.53125 4.578125 -20.375 10.0625 -20.375 L 15.734375 -20.375 L 1.84375 -1.59375 C 1.390625 -1.046875 1.390625 -0.953125 1.390625 -0.703125 C 1.390625 0 1.75 0 2.6875 0 L 19.125 0 L 19.96875 -9.3125 L 18.734375 -9.3125 C 18.28125 -3.4375 17.234375 -1.25 11.453125 -1.25 L 5.578125 -1.25 Z M 19.421875 -19.96875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-14">
|
||||
<path style="stroke:none;" d="M 8.625 -19.921875 L 15.734375 -19.921875 L 15.734375 -21.46875 L 8.625 -21.46875 L 8.625 -30.640625 L 7.375 -30.640625 C 7.328125 -26.546875 5.828125 -21.21875 0.953125 -21.015625 L 0.953125 -19.921875 L 5.1875 -19.921875 L 5.1875 -6.171875 C 5.1875 -0.046875 9.8125 0.546875 11.609375 0.546875 C 15.140625 0.546875 16.53125 -2.984375 16.53125 -6.171875 L 16.53125 -9.015625 L 15.296875 -9.015625 L 15.296875 -6.28125 C 15.296875 -2.59375 13.796875 -0.703125 11.953125 -0.703125 C 8.625 -0.703125 8.625 -5.234375 8.625 -6.078125 Z M 8.625 -19.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-15">
|
||||
<path style="stroke:none;" d="M 11.0625 -8.5625 C 6.71875 -8.5625 6.71875 -13.546875 6.71875 -14.6875 C 6.71875 -16.046875 6.78125 -17.640625 7.515625 -18.875 C 7.921875 -19.484375 9.0625 -20.875 11.0625 -20.875 C 15.390625 -20.875 15.390625 -15.890625 15.390625 -14.75 C 15.390625 -13.40625 15.34375 -11.8125 14.59375 -10.5625 C 14.203125 -9.96875 13.046875 -8.5625 11.0625 -8.5625 Z M 5.28125 -6.625 C 5.28125 -6.828125 5.28125 -7.96875 6.125 -8.96875 C 8.0625 -7.578125 10.109375 -7.421875 11.0625 -7.421875 C 15.6875 -7.421875 19.125 -10.859375 19.125 -14.6875 C 19.125 -16.53125 18.328125 -18.375 17.078125 -19.53125 C 18.875 -21.21875 20.671875 -21.46875 21.5625 -21.46875 C 21.671875 -21.46875 21.921875 -21.46875 22.0625 -21.421875 C 21.515625 -21.21875 21.265625 -20.671875 21.265625 -20.078125 C 21.265625 -19.234375 21.921875 -18.625 22.71875 -18.625 C 23.21875 -18.625 24.15625 -18.984375 24.15625 -20.125 C 24.15625 -20.96875 23.5625 -22.5625 21.625 -22.5625 C 20.625 -22.5625 18.4375 -22.265625 16.34375 -20.21875 C 14.25 -21.875 12.15625 -22.015625 11.0625 -22.015625 C 6.421875 -22.015625 2.984375 -18.578125 2.984375 -14.75 C 2.984375 -12.546875 4.078125 -10.65625 5.328125 -9.609375 C 4.6875 -8.859375 3.78125 -7.21875 3.78125 -5.484375 C 3.78125 -3.9375 4.4375 -2.046875 5.984375 -1.046875 C 2.984375 -0.203125 1.390625 1.9375 1.390625 3.9375 C 1.390625 7.515625 6.328125 10.265625 12.40625 10.265625 C 18.28125 10.265625 23.46875 7.71875 23.46875 3.828125 C 23.46875 2.09375 22.765625 -0.453125 20.21875 -1.84375 C 17.578125 -3.234375 14.6875 -3.234375 11.65625 -3.234375 C 10.40625 -3.234375 8.265625 -3.234375 7.921875 -3.28125 C 6.328125 -3.484375 5.28125 -5.03125 5.28125 -6.625 Z M 12.453125 9.109375 C 7.421875 9.109375 3.984375 6.578125 3.984375 3.9375 C 3.984375 1.640625 5.875 -0.203125 8.0625 -0.34375 L 11.015625 -0.34375 C 15.296875 -0.34375 20.875 -0.34375 20.875 3.9375 C 20.875 6.625 17.328125 9.109375 12.453125 9.109375 Z M 12.453125 9.109375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-16">
|
||||
<path style="stroke:none;" d="M 30.53125 -30.140625 C 30.53125 -31.9375 30.640625 -32.484375 34.46875 -32.484375 L 35.671875 -32.484375 L 35.671875 -34.015625 C 33.921875 -33.875 30.234375 -33.875 28.34375 -33.875 C 26.453125 -33.875 22.71875 -33.875 20.96875 -34.015625 L 20.96875 -32.484375 L 22.171875 -32.484375 C 26 -32.484375 26.109375 -31.9375 26.109375 -30.140625 L 26.109375 -18.484375 L 11.203125 -18.484375 L 11.203125 -30.140625 C 11.203125 -31.9375 11.3125 -32.484375 15.140625 -32.484375 L 16.34375 -32.484375 L 16.34375 -34.015625 C 14.59375 -33.875 10.90625 -33.875 9.015625 -33.875 C 7.125 -33.875 3.390625 -33.875 1.640625 -34.015625 L 1.640625 -32.484375 L 2.84375 -32.484375 C 6.671875 -32.484375 6.78125 -31.9375 6.78125 -30.140625 L 6.78125 -3.890625 C 6.78125 -2.09375 6.671875 -1.546875 2.84375 -1.546875 L 1.640625 -1.546875 L 1.640625 0 C 3.390625 -0.15625 7.078125 -0.15625 8.96875 -0.15625 C 10.859375 -0.15625 14.59375 -0.15625 16.34375 0 L 16.34375 -1.546875 L 15.140625 -1.546875 C 11.3125 -1.546875 11.203125 -2.09375 11.203125 -3.890625 L 11.203125 -16.9375 L 26.109375 -16.9375 L 26.109375 -3.890625 C 26.109375 -2.09375 26 -1.546875 22.171875 -1.546875 L 20.96875 -1.546875 L 20.96875 0 C 22.71875 -0.15625 26.40625 -0.15625 28.296875 -0.15625 C 30.1875 -0.15625 33.921875 -0.15625 35.671875 0 L 35.671875 -1.546875 L 34.46875 -1.546875 C 30.640625 -1.546875 30.53125 -2.09375 30.53125 -3.890625 Z M 30.53125 -30.140625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-17">
|
||||
<path style="stroke:none;" d="M 8.8125 -34.5625 L 1.640625 -34.015625 L 1.640625 -32.484375 C 5.125 -32.484375 5.53125 -32.125 5.53125 -29.6875 L 5.53125 -3.78125 C 5.53125 -1.546875 4.984375 -1.546875 1.640625 -1.546875 L 1.640625 0 C 3.28125 -0.046875 5.921875 -0.15625 7.171875 -0.15625 C 8.421875 -0.15625 10.859375 -0.046875 12.703125 0 L 12.703125 -1.546875 C 9.359375 -1.546875 8.8125 -1.546875 8.8125 -3.78125 Z M 8.8125 -34.5625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-18">
|
||||
<path style="stroke:none;" d="M 10.359375 -9.65625 C 11.453125 -9.46875 15.546875 -8.671875 15.546875 -5.078125 C 15.546875 -2.546875 13.796875 -0.546875 9.90625 -0.546875 C 5.734375 -0.546875 3.9375 -3.390625 2.984375 -7.625 C 2.84375 -8.265625 2.796875 -8.46875 2.296875 -8.46875 C 1.640625 -8.46875 1.640625 -8.125 1.640625 -7.21875 L 1.640625 -0.640625 C 1.640625 0.203125 1.640625 0.546875 2.1875 0.546875 C 2.4375 0.546875 2.484375 0.5 3.4375 -0.453125 C 3.53125 -0.546875 3.53125 -0.640625 4.4375 -1.59375 C 6.625 0.5 8.859375 0.546875 9.90625 0.546875 C 15.640625 0.546875 17.9375 -2.796875 17.9375 -6.375 C 17.9375 -9.015625 16.4375 -10.515625 15.84375 -11.109375 C 14.203125 -12.703125 12.25 -13.09375 10.15625 -13.5 C 7.375 -14.046875 4.03125 -14.6875 4.03125 -17.578125 C 4.03125 -19.328125 5.328125 -21.375 9.609375 -21.375 C 15.09375 -21.375 15.34375 -16.890625 15.4375 -15.34375 C 15.484375 -14.890625 15.9375 -14.890625 16.046875 -14.890625 C 16.6875 -14.890625 16.6875 -15.140625 16.6875 -16.09375 L 16.6875 -21.125 C 16.6875 -21.96875 16.6875 -22.3125 16.140625 -22.3125 C 15.890625 -22.3125 15.796875 -22.3125 15.140625 -21.71875 C 15 -21.515625 14.5 -21.078125 14.296875 -20.921875 C 12.40625 -22.3125 10.359375 -22.3125 9.609375 -22.3125 C 3.53125 -22.3125 1.640625 -18.984375 1.640625 -16.1875 C 1.640625 -14.453125 2.4375 -13.046875 3.78125 -11.953125 C 5.375 -10.65625 6.78125 -10.359375 10.359375 -9.65625 Z M 10.359375 -9.65625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-19">
|
||||
<path style="stroke:none;" d="M 11.15625 -17.578125 L 11.15625 -30.484375 C 11.15625 -31.625 11.15625 -32.234375 12.25 -32.375 C 12.75 -32.484375 14.203125 -32.484375 15.1875 -32.484375 C 19.671875 -32.484375 25.25 -32.28125 25.25 -25.0625 C 25.25 -21.625 24.0625 -17.578125 16.6875 -17.578125 Z M 21.671875 -16.9375 C 26.5 -18.125 30.390625 -21.171875 30.390625 -25.0625 C 30.390625 -29.84375 24.703125 -34.015625 17.390625 -34.015625 L 1.75 -34.015625 L 1.75 -32.484375 L 2.9375 -32.484375 C 6.78125 -32.484375 6.875 -31.9375 6.875 -30.140625 L 6.875 -3.890625 C 6.875 -2.09375 6.78125 -1.546875 2.9375 -1.546875 L 1.75 -1.546875 L 1.75 0 C 3.53125 -0.15625 7.078125 -0.15625 9.015625 -0.15625 C 10.953125 -0.15625 14.5 -0.15625 16.28125 0 L 16.28125 -1.546875 L 15.09375 -1.546875 C 11.25 -1.546875 11.15625 -2.09375 11.15625 -3.890625 L 11.15625 -16.484375 L 16.890625 -16.484375 C 17.6875 -16.484375 19.78125 -16.484375 21.515625 -14.796875 C 23.40625 -13 23.40625 -11.453125 23.40625 -8.125 C 23.40625 -4.875 23.40625 -2.890625 25.453125 -1 C 27.5 0.796875 30.234375 1.09375 31.734375 1.09375 C 35.609375 1.09375 36.46875 -2.984375 36.46875 -4.390625 C 36.46875 -4.6875 36.46875 -5.234375 35.8125 -5.234375 C 35.265625 -5.234375 35.265625 -4.78125 35.21875 -4.4375 C 34.921875 -0.890625 33.171875 0 31.9375 0 C 29.484375 0 29.09375 -2.546875 28.390625 -7.171875 L 27.75 -11.15625 C 26.84375 -14.34375 24.40625 -15.984375 21.671875 -16.9375 Z M 21.671875 -16.9375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-20">
|
||||
<path style="stroke:none;" d="M 6.78125 -3.890625 C 6.78125 -2.09375 6.671875 -1.546875 2.84375 -1.546875 L 1.640625 -1.546875 L 1.640625 0 L 30.390625 0 L 32.484375 -12.859375 L 31.234375 -12.859375 C 29.984375 -5.1875 28.84375 -1.546875 20.28125 -1.546875 L 13.65625 -1.546875 C 11.3125 -1.546875 11.203125 -1.890625 11.203125 -3.53125 L 11.203125 -16.84375 L 15.6875 -16.84375 C 20.515625 -16.84375 21.078125 -15.25 21.078125 -11.015625 L 22.3125 -11.015625 L 22.3125 -24.203125 L 21.078125 -24.203125 C 21.078125 -19.921875 20.515625 -18.375 15.6875 -18.375 L 11.203125 -18.375 L 11.203125 -30.328125 C 11.203125 -31.984375 11.3125 -32.328125 13.65625 -32.328125 L 20.078125 -32.328125 C 27.703125 -32.328125 29.046875 -29.59375 29.84375 -22.671875 L 31.078125 -22.671875 L 29.6875 -33.875 L 1.640625 -33.875 L 1.640625 -32.328125 L 2.84375 -32.328125 C 6.671875 -32.328125 6.78125 -31.78125 6.78125 -29.984375 Z M 6.78125 -3.890625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-21">
|
||||
<path style="stroke:none;" d="M 1.75 -34.015625 L 1.75 -32.484375 L 2.9375 -32.484375 C 6.78125 -32.484375 6.875 -31.9375 6.875 -30.140625 L 6.875 -3.890625 C 6.875 -2.09375 6.78125 -1.546875 2.9375 -1.546875 L 1.75 -1.546875 L 1.75 0 L 19.96875 0 C 28.34375 0 35.21875 -7.375 35.21875 -16.734375 C 35.21875 -26.203125 28.5 -34.015625 19.96875 -34.015625 Z M 13.59375 -1.546875 C 11.25 -1.546875 11.15625 -1.890625 11.15625 -3.53125 L 11.15625 -30.484375 C 11.15625 -32.125 11.25 -32.484375 13.59375 -32.484375 L 18.578125 -32.484375 C 21.671875 -32.484375 25.109375 -31.375 27.640625 -27.84375 C 29.78125 -24.90625 30.234375 -20.625 30.234375 -16.734375 C 30.234375 -11.203125 29.296875 -8.21875 27.5 -5.78125 C 26.5 -4.4375 23.65625 -1.546875 18.625 -1.546875 Z M 13.59375 -1.546875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-22">
|
||||
<path style="stroke:none;" d="M 2.796875 -17.03125 C 2.796875 -6.71875 10.859375 1.09375 20.125 1.09375 C 28.25 1.09375 33.125 -5.828125 33.125 -11.609375 C 33.125 -12.109375 33.125 -12.453125 32.484375 -12.453125 C 31.9375 -12.453125 31.9375 -12.15625 31.875 -11.65625 C 31.484375 -4.53125 26.15625 -0.453125 20.71875 -0.453125 C 17.6875 -0.453125 7.921875 -2.140625 7.921875 -16.984375 C 7.921875 -31.875 17.640625 -33.578125 20.671875 -33.578125 C 26.109375 -33.578125 30.53125 -29.046875 31.53125 -21.765625 C 31.625 -21.078125 31.625 -20.921875 32.328125 -20.921875 C 33.125 -20.921875 33.125 -21.078125 33.125 -22.109375 L 33.125 -33.921875 C 33.125 -34.765625 33.125 -35.125 32.578125 -35.125 C 32.375 -35.125 32.171875 -35.125 31.78125 -34.515625 L 29.296875 -30.828125 C 27.453125 -32.625 24.90625 -35.125 20.125 -35.125 C 10.8125 -35.125 2.796875 -27.203125 2.796875 -17.03125 Z M 2.796875 -17.03125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-23">
|
||||
<path style="stroke:none;" d="M 20.671875 -16.734375 C 21.96875 -19.875 24.5 -19.921875 25.3125 -19.921875 L 25.3125 -21.46875 C 24.15625 -21.375 22.71875 -21.3125 21.5625 -21.3125 C 20.671875 -21.3125 18.328125 -21.421875 17.234375 -21.46875 L 17.234375 -19.921875 C 18.78125 -19.875 19.578125 -19.03125 19.578125 -17.78125 C 19.578125 -17.28125 19.53125 -17.1875 19.28125 -16.59375 L 14.25 -4.328125 L 8.71875 -17.734375 C 8.515625 -18.234375 8.421875 -18.4375 8.421875 -18.625 C 8.421875 -19.921875 10.265625 -19.921875 11.203125 -19.921875 L 11.203125 -21.46875 C 9.90625 -21.421875 6.625 -21.3125 5.78125 -21.3125 C 4.4375 -21.3125 2.4375 -21.375 0.953125 -21.46875 L 0.953125 -19.921875 C 3.34375 -19.921875 4.28125 -19.921875 4.984375 -18.1875 L 12.453125 0 C 12.203125 0.640625 11.5 2.296875 11.203125 2.9375 C 10.109375 5.671875 8.71875 9.109375 5.53125 9.109375 C 5.28125 9.109375 4.140625 9.109375 3.1875 8.21875 C 4.734375 8.015625 5.125 6.921875 5.125 6.125 C 5.125 4.828125 4.1875 4.03125 3.03125 4.03125 C 2.046875 4.03125 0.953125 4.6875 0.953125 6.171875 C 0.953125 8.421875 3.03125 10.21875 5.53125 10.21875 C 8.671875 10.21875 10.703125 7.375 11.90625 4.53125 Z M 20.671875 -16.734375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-24">
|
||||
<path style="stroke:none;" d="M 8.5625 -18.734375 L 8.5625 -22.015625 L 1.390625 -21.46875 L 1.390625 -19.921875 C 4.9375 -19.921875 5.28125 -19.625 5.28125 -17.4375 L 5.28125 5.875 C 5.28125 8.125 4.734375 8.125 1.390625 8.125 L 1.390625 9.65625 C 3.09375 9.609375 5.671875 9.515625 6.96875 9.515625 C 8.3125 9.515625 10.859375 9.609375 12.609375 9.65625 L 12.609375 8.125 C 9.265625 8.125 8.71875 8.125 8.71875 5.875 L 8.71875 -2.9375 C 8.96875 -2.140625 11.0625 0.546875 14.84375 0.546875 C 20.765625 0.546875 25.953125 -4.328125 25.953125 -10.765625 C 25.953125 -17.078125 21.125 -22.015625 15.546875 -22.015625 C 11.65625 -22.015625 9.5625 -19.828125 8.5625 -18.734375 Z M 8.71875 -5.671875 L 8.71875 -16.78125 C 10.15625 -19.328125 12.609375 -20.765625 15.140625 -20.765625 C 18.78125 -20.765625 21.8125 -16.390625 21.8125 -10.765625 C 21.8125 -4.734375 18.328125 -0.546875 14.640625 -0.546875 C 12.65625 -0.546875 10.765625 -1.546875 9.421875 -3.59375 C 8.71875 -4.625 8.71875 -4.6875 8.71875 -5.671875 Z M 8.71875 -5.671875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-25">
|
||||
<path style="stroke:none;" d="M 11.0625 -18.234375 L 11.0625 -30.484375 C 11.0625 -32.125 11.15625 -32.484375 13.5 -32.484375 L 19.671875 -32.484375 C 24.5 -32.484375 26.25 -28.25 26.25 -25.609375 C 26.25 -22.421875 23.8125 -18.234375 18.28125 -18.234375 Z M 22.8125 -17.78125 C 27.640625 -18.734375 31.078125 -21.921875 31.078125 -25.609375 C 31.078125 -29.9375 26.5 -34.015625 20.03125 -34.015625 L 1.796875 -34.015625 L 1.796875 -32.484375 L 2.984375 -32.484375 C 6.828125 -32.484375 6.921875 -31.9375 6.921875 -30.140625 L 6.921875 -3.890625 C 6.921875 -2.09375 6.828125 -1.546875 2.984375 -1.546875 L 1.796875 -1.546875 L 1.796875 0 L 21.3125 0 C 27.9375 0 32.421875 -4.4375 32.421875 -9.109375 C 32.421875 -13.453125 28.34375 -17.1875 22.8125 -17.78125 Z M 19.71875 -1.546875 L 13.5 -1.546875 C 11.15625 -1.546875 11.0625 -1.890625 11.0625 -3.53125 L 11.0625 -17.140625 L 20.421875 -17.140625 C 25.359375 -17.140625 27.453125 -12.5 27.453125 -9.171875 C 27.453125 -5.625 24.859375 -1.546875 19.71875 -1.546875 Z M 19.71875 -1.546875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-26">
|
||||
<path style="stroke:none;" d="M 28.984375 -33.875 L 1.640625 -33.875 L 1.640625 -32.328125 L 2.84375 -32.328125 C 6.671875 -32.328125 6.78125 -31.78125 6.78125 -29.984375 L 6.78125 -3.890625 C 6.78125 -2.09375 6.671875 -1.546875 2.84375 -1.546875 L 1.640625 -1.546875 L 1.640625 0 C 3.390625 -0.15625 7.265625 -0.15625 9.21875 -0.15625 C 11.25 -0.15625 15.796875 -0.15625 17.578125 0 L 17.578125 -1.546875 L 15.9375 -1.546875 C 11.203125 -1.546875 11.203125 -2.1875 11.203125 -3.9375 L 11.203125 -16.1875 L 15.484375 -16.1875 C 20.28125 -16.1875 20.765625 -14.59375 20.765625 -10.359375 L 22.015625 -10.359375 L 22.015625 -23.5625 L 20.765625 -23.5625 C 20.765625 -19.375 20.28125 -17.734375 15.484375 -17.734375 L 11.203125 -17.734375 L 11.203125 -30.328125 C 11.203125 -31.984375 11.3125 -32.328125 13.65625 -32.328125 L 19.625 -32.328125 C 27.09375 -32.328125 28.34375 -29.53125 29.140625 -22.671875 L 30.390625 -22.671875 Z M 28.984375 -33.875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-27">
|
||||
<path style="stroke:none;" d="M 14.296875 -11.703125 C 15.796875 -13.59375 17.6875 -16.046875 18.875 -17.328125 C 20.421875 -19.125 22.46875 -19.875 24.8125 -19.921875 L 24.8125 -21.46875 C 23.515625 -21.375 22.015625 -21.3125 20.71875 -21.3125 C 19.234375 -21.3125 16.59375 -21.421875 15.9375 -21.46875 L 15.9375 -19.921875 C 16.984375 -19.828125 17.390625 -19.171875 17.390625 -18.375 C 17.390625 -17.578125 16.890625 -16.9375 16.640625 -16.640625 L 13.546875 -12.75 L 9.65625 -17.78125 C 9.21875 -18.28125 9.21875 -18.375 9.21875 -18.6875 C 9.21875 -19.421875 9.96875 -19.875 10.953125 -19.921875 L 10.953125 -21.46875 C 9.65625 -21.421875 6.375 -21.3125 5.578125 -21.3125 C 4.53125 -21.3125 2.1875 -21.375 0.84375 -21.46875 L 0.84375 -19.921875 C 4.328125 -19.921875 4.390625 -19.875 6.71875 -16.890625 L 11.65625 -10.453125 L 6.96875 -4.53125 C 4.578125 -1.640625 1.640625 -1.546875 0.59375 -1.546875 L 0.59375 0 C 1.890625 -0.09375 3.4375 -0.15625 4.734375 -0.15625 C 6.171875 -0.15625 8.265625 -0.046875 9.46875 0 L 9.46875 -1.546875 C 8.375 -1.6875 8.015625 -2.34375 8.015625 -3.09375 C 8.015625 -4.1875 9.46875 -5.828125 12.5 -9.421875 L 16.28125 -4.4375 C 16.6875 -3.890625 17.328125 -3.09375 17.328125 -2.796875 C 17.328125 -2.34375 16.890625 -1.59375 15.546875 -1.546875 L 15.546875 0 C 17.03125 -0.046875 19.828125 -0.15625 20.921875 -0.15625 C 22.265625 -0.15625 24.203125 -0.09375 25.703125 0 L 25.703125 -1.546875 C 23.015625 -1.546875 22.109375 -1.640625 20.96875 -3.09375 Z M 14.296875 -11.703125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-28">
|
||||
<path style="stroke:none;" d="M 12 -32.921875 C 11.5625 -34.015625 11.40625 -34.015625 10.265625 -34.015625 L 1.84375 -34.015625 L 1.84375 -32.484375 L 3.03125 -32.484375 C 6.875 -32.484375 6.96875 -31.9375 6.96875 -30.140625 L 6.96875 -5.234375 C 6.96875 -3.890625 6.96875 -1.546875 1.84375 -1.546875 L 1.84375 0 C 3.59375 -0.046875 6.03125 -0.15625 7.671875 -0.15625 C 9.3125 -0.15625 11.75 -0.046875 13.5 0 L 13.5 -1.546875 C 8.375 -1.546875 8.375 -3.890625 8.375 -5.234375 L 8.375 -32.078125 L 8.421875 -32.078125 L 20.421875 -1.09375 C 20.671875 -0.453125 20.921875 0 21.421875 0 C 21.96875 0 22.109375 -0.40625 22.3125 -0.953125 L 34.5625 -32.484375 L 34.625 -32.484375 L 34.625 -3.890625 C 34.625 -2.09375 34.515625 -1.546875 30.6875 -1.546875 L 29.484375 -1.546875 L 29.484375 0 C 31.328125 -0.15625 34.71875 -0.15625 36.65625 -0.15625 C 38.609375 -0.15625 41.9375 -0.15625 43.78125 0 L 43.78125 -1.546875 L 42.59375 -1.546875 C 38.75 -1.546875 38.65625 -2.09375 38.65625 -3.890625 L 38.65625 -30.140625 C 38.65625 -31.9375 38.75 -32.484375 42.59375 -32.484375 L 43.78125 -32.484375 L 43.78125 -34.015625 L 35.359375 -34.015625 C 34.078125 -34.015625 34.078125 -33.96875 33.71875 -33.078125 L 22.8125 -5.03125 Z M 12 -32.921875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-29">
|
||||
<path style="stroke:none;" d="M 17.390625 -19.328125 L 11.015625 -20.875 C 7.921875 -21.625 5.984375 -24.3125 5.984375 -27.203125 C 5.984375 -30.6875 8.671875 -33.71875 12.546875 -33.71875 C 20.875 -33.71875 21.96875 -25.546875 22.265625 -23.3125 C 22.3125 -23.015625 22.3125 -22.71875 22.859375 -22.71875 C 23.515625 -22.71875 23.515625 -22.96875 23.515625 -23.90625 L 23.515625 -33.921875 C 23.515625 -34.765625 23.515625 -35.125 22.96875 -35.125 C 22.609375 -35.125 22.5625 -35.0625 22.21875 -34.46875 L 20.46875 -31.625 C 18.984375 -33.078125 16.9375 -35.125 12.5 -35.125 C 6.96875 -35.125 2.796875 -30.734375 2.796875 -25.453125 C 2.796875 -21.3125 5.421875 -17.6875 9.3125 -16.34375 C 9.859375 -16.140625 12.40625 -15.546875 15.890625 -14.6875 C 17.234375 -14.34375 18.734375 -14 20.125 -12.15625 C 21.171875 -10.859375 21.671875 -9.21875 21.671875 -7.578125 C 21.671875 -4.03125 19.171875 -0.453125 15 -0.453125 C 13.546875 -0.453125 9.765625 -0.703125 7.125 -3.140625 C 4.234375 -5.828125 4.078125 -9.015625 4.03125 -10.8125 C 3.984375 -11.3125 3.59375 -11.3125 3.4375 -11.3125 C 2.796875 -11.3125 2.796875 -10.953125 2.796875 -10.0625 L 2.796875 -0.09375 C 2.796875 0.75 2.796875 1.09375 3.34375 1.09375 C 3.6875 1.09375 3.734375 1 4.078125 0.453125 C 4.078125 0.40625 4.234375 0.25 5.875 -2.390625 C 7.421875 -0.703125 10.609375 1.09375 15.046875 1.09375 C 20.875 1.09375 24.859375 -3.78125 24.859375 -9.265625 C 24.859375 -14.25 21.5625 -18.328125 17.390625 -19.328125 Z M 17.390625 -19.328125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-30">
|
||||
<path style="stroke:none;" d="M 16.484375 11.953125 C 16.484375 11.8125 16.484375 11.703125 15.640625 10.859375 C 9.421875 4.578125 7.828125 -4.828125 7.828125 -12.453125 C 7.828125 -21.125 9.71875 -29.78125 15.84375 -36.015625 C 16.484375 -36.609375 16.484375 -36.71875 16.484375 -36.859375 C 16.484375 -37.203125 16.28125 -37.359375 15.984375 -37.359375 C 15.484375 -37.359375 11.015625 -33.96875 8.0625 -27.640625 C 5.53125 -22.171875 4.9375 -16.640625 4.9375 -12.453125 C 4.9375 -8.5625 5.484375 -2.546875 8.21875 3.09375 C 11.203125 9.21875 15.484375 12.453125 15.984375 12.453125 C 16.28125 12.453125 16.484375 12.296875 16.484375 11.953125 Z M 16.484375 11.953125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-31">
|
||||
<path style="stroke:none;" d="M 14.390625 -12.453125 C 14.390625 -16.34375 13.84375 -22.359375 11.109375 -28 C 8.125 -34.125 3.828125 -37.359375 3.34375 -37.359375 C 3.03125 -37.359375 2.84375 -37.15625 2.84375 -36.859375 C 2.84375 -36.71875 2.84375 -36.609375 3.78125 -35.71875 C 8.671875 -30.78125 11.5 -22.859375 11.5 -12.453125 C 11.5 -3.9375 9.65625 4.828125 3.484375 11.109375 C 2.84375 11.703125 2.84375 11.8125 2.84375 11.953125 C 2.84375 12.25 3.03125 12.453125 3.34375 12.453125 C 3.828125 12.453125 8.3125 9.0625 11.25 2.734375 C 13.796875 -2.734375 14.390625 -8.265625 14.390625 -12.453125 Z M 14.390625 -12.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-32">
|
||||
<path style="stroke:none;" d="M 18.921875 -2.734375 L 18.921875 0.546875 L 26.25 0 L 26.25 -1.546875 C 22.765625 -1.546875 22.359375 -1.890625 22.359375 -4.328125 L 22.359375 -34.5625 L 15.1875 -34.015625 L 15.1875 -32.484375 C 18.6875 -32.484375 19.078125 -32.125 19.078125 -29.6875 L 19.078125 -18.921875 C 17.640625 -20.71875 15.484375 -22.015625 12.796875 -22.015625 C 6.921875 -22.015625 1.6875 -17.140625 1.6875 -10.703125 C 1.6875 -4.390625 6.578125 0.546875 12.25 0.546875 C 15.4375 0.546875 17.6875 -1.140625 18.921875 -2.734375 Z M 18.921875 -16.09375 L 18.921875 -5.875 C 18.921875 -4.984375 18.921875 -4.875 18.375 -4.03125 C 16.890625 -1.640625 14.640625 -0.546875 12.5 -0.546875 C 10.265625 -0.546875 8.46875 -1.84375 7.265625 -3.734375 C 5.984375 -5.78125 5.828125 -8.625 5.828125 -10.65625 C 5.828125 -12.5 5.921875 -15.484375 7.375 -17.734375 C 8.421875 -19.28125 10.3125 -20.921875 13 -20.921875 C 14.75 -20.921875 16.84375 -20.171875 18.375 -17.9375 C 18.921875 -17.078125 18.921875 -16.984375 18.921875 -16.09375 Z M 18.921875 -16.09375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-33">
|
||||
<path style="stroke:none;" d="M 8.71875 -21.46875 L 8.71875 -27.25 C 8.71875 -31.625 11.109375 -34.015625 13.296875 -34.015625 C 13.453125 -34.015625 14.203125 -34.015625 14.9375 -33.671875 C 14.34375 -33.46875 13.453125 -32.828125 13.453125 -31.578125 C 13.453125 -30.4375 14.25 -29.4375 15.59375 -29.4375 C 17.03125 -29.4375 17.78125 -30.4375 17.78125 -31.625 C 17.78125 -33.46875 15.9375 -35.125 13.296875 -35.125 C 9.8125 -35.125 5.578125 -32.484375 5.578125 -27.203125 L 5.578125 -21.46875 L 1.640625 -21.46875 L 1.640625 -19.921875 L 5.578125 -19.921875 L 5.578125 -3.78125 C 5.578125 -1.546875 5.03125 -1.546875 1.6875 -1.546875 L 1.6875 0 C 3.640625 -0.046875 5.984375 -0.15625 7.375 -0.15625 C 9.359375 -0.15625 11.703125 -0.15625 13.703125 0 L 13.703125 -1.546875 L 12.65625 -1.546875 C 8.96875 -1.546875 8.859375 -2.09375 8.859375 -3.890625 L 8.859375 -19.921875 L 14.546875 -19.921875 L 14.546875 -21.46875 Z M 8.71875 -21.46875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph0-34">
|
||||
<path style="stroke:none;" d="M 19.828125 -34.671875 C 19.578125 -35.3125 19.484375 -35.671875 18.6875 -35.671875 C 17.875 -35.671875 17.734375 -35.359375 17.484375 -34.671875 L 7.171875 -4.875 C 6.28125 -2.34375 4.28125 -1.59375 1.59375 -1.546875 L 1.59375 0 C 2.734375 -0.046875 4.875 -0.15625 6.671875 -0.15625 C 8.21875 -0.15625 10.8125 -0.046875 12.40625 0 L 12.40625 -1.546875 C 9.90625 -1.546875 8.671875 -2.796875 8.671875 -4.078125 C 8.671875 -4.234375 8.71875 -4.734375 8.765625 -4.828125 L 11.0625 -11.359375 L 23.359375 -11.359375 L 26 -3.734375 C 26.046875 -3.53125 26.15625 -3.234375 26.15625 -3.03125 C 26.15625 -1.546875 23.359375 -1.546875 22.015625 -1.546875 L 22.015625 0 C 23.8125 -0.15625 27.296875 -0.15625 29.1875 -0.15625 C 31.328125 -0.15625 33.625 -0.09375 35.71875 0 L 35.71875 -1.546875 L 34.8125 -1.546875 C 31.828125 -1.546875 31.140625 -1.890625 30.578125 -3.53125 Z M 17.1875 -29.09375 L 22.8125 -12.90625 L 11.609375 -12.90625 Z M 17.1875 -29.09375 "/>
|
||||
</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 22.3125 -19.921875 L 28.046875 -19.921875 L 28.046875 -21.46875 L 22.171875 -21.46875 L 22.171875 -27.25 C 22.171875 -31.6875 24.5625 -34.015625 26.796875 -34.015625 C 26.953125 -34.015625 27.703125 -34.015625 28.4375 -33.671875 C 27.84375 -33.46875 26.953125 -32.828125 26.953125 -31.578125 C 26.953125 -30.4375 27.75 -29.4375 29.09375 -29.4375 C 30.53125 -29.4375 31.28125 -30.4375 31.28125 -31.625 C 31.28125 -33.421875 29.53125 -35.125 26.75 -35.125 C 23.8125 -35.125 21.625 -33.21875 21.375 -33.03125 C 19.921875 -34.875 17.140625 -35.125 15.796875 -35.125 C 11.0625 -35.125 5.28125 -32.53125 5.28125 -27.140625 L 5.28125 -21.46875 L 1.34375 -21.46875 L 1.34375 -19.921875 L 5.28125 -19.921875 L 5.28125 -3.78125 C 5.28125 -1.546875 4.734375 -1.546875 1.390625 -1.546875 L 1.390625 0 C 3.03125 -0.046875 5.671875 -0.15625 6.921875 -0.15625 C 8.171875 -0.15625 10.609375 -0.046875 12.453125 0 L 12.453125 -1.546875 C 9.109375 -1.546875 8.5625 -1.546875 8.5625 -3.78125 L 8.5625 -19.921875 L 19.03125 -19.921875 L 19.03125 -3.78125 C 19.03125 -1.546875 18.484375 -1.546875 15.140625 -1.546875 L 15.140625 0 C 17.078125 -0.046875 19.421875 -0.15625 20.828125 -0.15625 C 22.8125 -0.15625 25.15625 -0.15625 27.140625 0 L 27.140625 -1.546875 L 26.109375 -1.546875 C 22.421875 -1.546875 22.3125 -2.09375 22.3125 -3.890625 Z M 8.421875 -21.46875 L 8.421875 -27.09375 C 8.421875 -31.9375 12.5 -34.015625 15.734375 -34.015625 C 18.1875 -34.015625 19.578125 -33.078125 19.625 -33.078125 L 19.625 -33.03125 C 18.78125 -32.921875 17.78125 -32.28125 17.78125 -30.890625 C 17.78125 -30.578125 17.828125 -29.34375 19.171875 -28.890625 C 19.03125 -28.25 19.03125 -27.796875 19.03125 -27.203125 L 19.03125 -21.46875 Z M 8.421875 -21.46875 "/>
|
||||
</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 -32.921875 -12 C -34.015625 -11.5625 -34.015625 -11.40625 -34.015625 -10.265625 L -34.015625 -1.84375 L -32.484375 -1.84375 L -32.484375 -3.03125 C -32.484375 -6.875 -31.9375 -6.96875 -30.140625 -6.96875 L -5.234375 -6.96875 C -3.890625 -6.96875 -1.546875 -6.96875 -1.546875 -1.84375 L 0 -1.84375 C -0.046875 -3.59375 -0.15625 -6.03125 -0.15625 -7.671875 C -0.15625 -9.3125 -0.046875 -11.75 0 -13.5 L -1.546875 -13.5 C -1.546875 -8.375 -3.890625 -8.375 -5.234375 -8.375 L -32.078125 -8.375 L -32.078125 -8.421875 L -1.09375 -20.421875 C -0.453125 -20.671875 0 -20.921875 0 -21.421875 C 0 -21.96875 -0.40625 -22.109375 -0.953125 -22.3125 L -32.484375 -34.5625 L -32.484375 -34.625 L -3.890625 -34.625 C -2.09375 -34.625 -1.546875 -34.515625 -1.546875 -30.6875 L -1.546875 -29.484375 L 0 -29.484375 C -0.15625 -31.328125 -0.15625 -34.71875 -0.15625 -36.65625 C -0.15625 -38.609375 -0.15625 -41.9375 0 -43.78125 L -1.546875 -43.78125 L -1.546875 -42.59375 C -1.546875 -38.75 -2.09375 -38.65625 -3.890625 -38.65625 L -30.140625 -38.65625 C -31.9375 -38.65625 -32.484375 -38.75 -32.484375 -42.59375 L -32.484375 -43.78125 L -34.015625 -43.78125 L -34.015625 -35.359375 C -34.015625 -34.078125 -33.96875 -34.078125 -33.078125 -33.71875 L -5.03125 -22.8125 Z M -32.921875 -12 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-2">
|
||||
<path style="stroke:none;" d="M -3.78125 -16.59375 C -1.796875 -16.78125 0.296875 -18.125 0.296875 -20.46875 C 0.296875 -21.515625 -0.40625 -24.5625 -4.4375 -24.5625 L -7.21875 -24.5625 L -7.21875 -23.3125 L -4.4375 -23.3125 C -1.546875 -23.3125 -1.25 -22.0625 -1.25 -21.515625 C -1.25 -19.875 -3.484375 -19.671875 -3.734375 -19.671875 L -13.703125 -19.671875 C -15.796875 -19.671875 -17.734375 -19.671875 -19.578125 -17.875 C -21.515625 -15.9375 -22.3125 -13.453125 -22.3125 -11.0625 C -22.3125 -6.96875 -19.96875 -3.53125 -16.6875 -3.53125 C -15.1875 -3.53125 -14.34375 -4.53125 -14.34375 -5.828125 C -14.34375 -7.21875 -15.34375 -8.125 -16.640625 -8.125 C -17.234375 -8.125 -18.875 -7.875 -18.921875 -5.578125 C -20.671875 -6.921875 -21.21875 -9.359375 -21.21875 -10.953125 C -21.21875 -13.40625 -19.28125 -16.234375 -14.84375 -16.234375 L -13 -16.234375 C -12.859375 -13.703125 -12.703125 -10.21875 -11.203125 -7.078125 C -9.515625 -3.34375 -6.921875 -2.09375 -4.734375 -2.09375 C -0.703125 -2.09375 0.546875 -6.921875 0.546875 -10.0625 C 0.546875 -13.34375 -1.4375 -15.640625 -3.78125 -16.59375 Z M -11.953125 -16.234375 L -6.96875 -16.234375 C -2.234375 -16.234375 -0.546875 -12.65625 -0.546875 -10.40625 C -0.546875 -7.96875 -2.296875 -5.921875 -4.78125 -5.921875 C -7.515625 -5.921875 -11.65625 -8.015625 -11.953125 -16.234375 Z M -11.953125 -16.234375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-3">
|
||||
<path style="stroke:none;" d="M -9.65625 -10.359375 C -9.46875 -11.453125 -8.671875 -15.546875 -5.078125 -15.546875 C -2.546875 -15.546875 -0.546875 -13.796875 -0.546875 -9.90625 C -0.546875 -5.734375 -3.390625 -3.9375 -7.625 -2.984375 C -8.265625 -2.84375 -8.46875 -2.796875 -8.46875 -2.296875 C -8.46875 -1.640625 -8.125 -1.640625 -7.21875 -1.640625 L -0.640625 -1.640625 C 0.203125 -1.640625 0.546875 -1.640625 0.546875 -2.1875 C 0.546875 -2.4375 0.5 -2.484375 -0.453125 -3.4375 C -0.546875 -3.53125 -0.640625 -3.53125 -1.59375 -4.4375 C 0.5 -6.625 0.546875 -8.859375 0.546875 -9.90625 C 0.546875 -15.640625 -2.796875 -17.9375 -6.375 -17.9375 C -9.015625 -17.9375 -10.515625 -16.4375 -11.109375 -15.84375 C -12.703125 -14.203125 -13.09375 -12.25 -13.5 -10.15625 C -14.046875 -7.375 -14.6875 -4.03125 -17.578125 -4.03125 C -19.328125 -4.03125 -21.375 -5.328125 -21.375 -9.609375 C -21.375 -15.09375 -16.890625 -15.34375 -15.34375 -15.4375 C -14.890625 -15.484375 -14.890625 -15.9375 -14.890625 -16.046875 C -14.890625 -16.6875 -15.140625 -16.6875 -16.09375 -16.6875 L -21.125 -16.6875 C -21.96875 -16.6875 -22.3125 -16.6875 -22.3125 -16.140625 C -22.3125 -15.890625 -22.3125 -15.796875 -21.71875 -15.140625 C -21.515625 -15 -21.078125 -14.5 -20.921875 -14.296875 C -22.3125 -12.40625 -22.3125 -10.359375 -22.3125 -9.609375 C -22.3125 -3.53125 -18.984375 -1.640625 -16.1875 -1.640625 C -14.453125 -1.640625 -13.046875 -2.4375 -11.953125 -3.78125 C -10.65625 -5.375 -10.359375 -6.78125 -9.65625 -10.359375 Z M -9.65625 -10.359375 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-4">
|
||||
<path style="stroke:none;" d="M -18.734375 -8.5625 L -22.015625 -8.5625 L -21.46875 -1.390625 L -19.921875 -1.390625 C -19.921875 -4.9375 -19.625 -5.28125 -17.4375 -5.28125 L 5.875 -5.28125 C 8.125 -5.28125 8.125 -4.734375 8.125 -1.390625 L 9.65625 -1.390625 C 9.609375 -3.09375 9.515625 -5.671875 9.515625 -6.96875 C 9.515625 -8.3125 9.609375 -10.859375 9.65625 -12.609375 L 8.125 -12.609375 C 8.125 -9.265625 8.125 -8.71875 5.875 -8.71875 L -2.9375 -8.71875 C -2.140625 -8.96875 0.546875 -11.0625 0.546875 -14.84375 C 0.546875 -20.765625 -4.328125 -25.953125 -10.765625 -25.953125 C -17.078125 -25.953125 -22.015625 -21.125 -22.015625 -15.546875 C -22.015625 -11.65625 -19.828125 -9.5625 -18.734375 -8.5625 Z M -5.671875 -8.71875 L -16.78125 -8.71875 C -19.328125 -10.15625 -20.765625 -12.609375 -20.765625 -15.140625 C -20.765625 -18.78125 -16.390625 -21.8125 -10.765625 -21.8125 C -4.734375 -21.8125 -0.546875 -18.328125 -0.546875 -14.640625 C -0.546875 -12.65625 -1.546875 -10.765625 -3.59375 -9.421875 C -4.625 -8.71875 -4.6875 -8.71875 -5.671875 -8.71875 Z M -5.671875 -8.71875 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-5">
|
||||
<path style="stroke:none;" d="M -12.546875 -5.578125 C -19.96875 -5.875 -21.21875 -10.0625 -21.21875 -11.75 C -21.21875 -16.890625 -14.5 -17.390625 -12.546875 -17.390625 Z M -11.5 -5.53125 L -11.5 -19.421875 C -11.5 -20.515625 -11.5 -20.671875 -12.546875 -20.671875 C -17.484375 -20.671875 -22.3125 -17.984375 -22.3125 -11.75 C -22.3125 -5.984375 -17.1875 -1.390625 -10.953125 -1.390625 C -4.28125 -1.390625 0.546875 -6.625 0.546875 -12.359375 C 0.546875 -18.4375 -4.984375 -20.671875 -5.921875 -20.671875 C -6.421875 -20.671875 -6.53125 -20.28125 -6.53125 -20.03125 C -6.53125 -19.578125 -6.234375 -19.484375 -5.828125 -19.375 C -0.703125 -17.640625 -0.703125 -13.15625 -0.703125 -12.65625 C -0.703125 -10.15625 -2.1875 -8.171875 -4.03125 -7.03125 C -6.421875 -5.53125 -9.71875 -5.53125 -11.5 -5.53125 Z M -11.5 -5.53125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-6">
|
||||
<path style="stroke:none;" d="M -10.859375 -5.828125 C -18.984375 -5.828125 -21.078125 -9.90625 -21.078125 -12.546875 C -21.078125 -13 -21.015625 -16.140625 -19.234375 -17.875 C -19.078125 -15.84375 -17.578125 -15.546875 -16.9375 -15.546875 C -15.640625 -15.546875 -14.640625 -16.4375 -14.640625 -17.828125 C -14.640625 -19.125 -15.484375 -20.125 -16.984375 -20.125 C -20.375 -20.125 -22.3125 -16.34375 -22.3125 -12.5 C -22.3125 -6.28125 -16.9375 -1.6875 -10.765625 -1.6875 C -4.390625 -1.6875 0.546875 -6.625 0.546875 -12.40625 C 0.546875 -19.078125 -5.421875 -20.671875 -5.921875 -20.671875 C -6.421875 -20.671875 -6.421875 -20.171875 -6.421875 -20.03125 C -6.421875 -19.578125 -6.234375 -19.484375 -5.921875 -19.375 C -1.296875 -17.9375 -0.703125 -14.6875 -0.703125 -12.859375 C -0.703125 -10.21875 -2.84375 -5.828125 -10.859375 -5.828125 Z M -10.859375 -5.828125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-7">
|
||||
<path style="stroke:none;" d="M -19.921875 -8.625 L -19.921875 -15.734375 L -21.46875 -15.734375 L -21.46875 -8.625 L -30.640625 -8.625 L -30.640625 -7.375 C -26.546875 -7.328125 -21.21875 -5.828125 -21.015625 -0.953125 L -19.921875 -0.953125 L -19.921875 -5.1875 L -6.171875 -5.1875 C -0.046875 -5.1875 0.546875 -9.8125 0.546875 -11.609375 C 0.546875 -15.140625 -2.984375 -16.53125 -6.171875 -16.53125 L -9.015625 -16.53125 L -9.015625 -15.296875 L -6.28125 -15.296875 C -2.59375 -15.296875 -0.703125 -13.796875 -0.703125 -11.953125 C -0.703125 -8.625 -5.234375 -8.625 -6.078125 -8.625 Z M -19.921875 -8.625 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-8">
|
||||
<path style="stroke:none;" d="M -16.53125 -8.3125 L -22.015625 -8.3125 L -21.46875 -1.390625 L -19.921875 -1.390625 C -19.921875 -4.875 -19.578125 -5.28125 -17.140625 -5.28125 L -3.78125 -5.28125 C -1.546875 -5.28125 -1.546875 -4.734375 -1.546875 -1.390625 L 0 -1.390625 C -0.046875 -3.34375 -0.15625 -5.671875 -0.15625 -7.078125 C -0.15625 -9.0625 -0.15625 -11.40625 0 -13.40625 L -1.546875 -13.40625 L -1.546875 -12.359375 C -1.546875 -8.671875 -2.09375 -8.5625 -3.890625 -8.5625 L -11.5625 -8.5625 C -16.484375 -8.5625 -20.921875 -10.65625 -20.921875 -14.453125 C -20.921875 -14.796875 -20.921875 -14.890625 -20.875 -15 C -20.828125 -14.84375 -20.21875 -13.84375 -18.921875 -13.84375 C -17.53125 -13.84375 -16.78125 -14.890625 -16.78125 -15.984375 C -16.78125 -16.890625 -17.390625 -18.125 -18.984375 -18.125 C -20.578125 -18.125 -22.015625 -16.59375 -22.015625 -14.453125 C -22.015625 -10.8125 -18.6875 -9.015625 -16.53125 -8.3125 Z M -16.53125 -8.3125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-9">
|
||||
<path style="stroke:none;" d="M -10.65625 -23.46875 C -17.03125 -23.46875 -22.3125 -18.484375 -22.3125 -12.453125 C -22.3125 -6.234375 -16.890625 -1.390625 -10.65625 -1.390625 C -4.234375 -1.390625 0.546875 -6.578125 0.546875 -12.40625 C 0.546875 -18.4375 -4.328125 -23.46875 -10.65625 -23.46875 Z M -0.703125 -12.453125 C -0.703125 -10.3125 -1.75 -8.125 -4.03125 -6.78125 C -6.234375 -5.53125 -9.265625 -5.53125 -11.0625 -5.53125 C -13 -5.53125 -15.6875 -5.53125 -17.875 -6.71875 C -20.171875 -8.0625 -21.21875 -10.40625 -21.21875 -12.40625 C -21.21875 -14.59375 -20.125 -16.734375 -17.984375 -18.03125 C -15.84375 -19.328125 -12.953125 -19.328125 -11.0625 -19.328125 C -9.265625 -19.328125 -6.578125 -19.328125 -4.390625 -18.234375 C -2.140625 -17.140625 -0.703125 -14.9375 -0.703125 -12.453125 Z M -0.703125 -12.453125 "/>
|
||||
</symbol>
|
||||
<symbol overflow="visible" id="glyph2-10">
|
||||
<path style="stroke:none;" d="M -17.140625 -5.484375 L -3.78125 -5.484375 C -1.546875 -5.484375 -1.546875 -4.9375 -1.546875 -1.59375 L 0 -1.59375 C -0.046875 -3.34375 -0.15625 -5.875 -0.15625 -7.21875 C -0.15625 -8.515625 -0.046875 -11.109375 0 -12.796875 L -1.546875 -12.796875 C -1.546875 -9.46875 -1.546875 -8.921875 -3.78125 -8.921875 L -12.953125 -8.921875 C -18.125 -8.921875 -20.921875 -12.453125 -20.921875 -15.640625 C -20.921875 -18.78125 -18.234375 -19.328125 -15.390625 -19.328125 L -3.78125 -19.328125 C -1.546875 -19.328125 -1.546875 -18.78125 -1.546875 -15.4375 L 0 -15.4375 C -0.046875 -17.1875 -0.15625 -19.71875 -0.15625 -21.078125 C -0.15625 -22.359375 -0.046875 -24.953125 0 -26.65625 L -1.546875 -26.65625 C -1.546875 -23.3125 -1.546875 -22.765625 -3.78125 -22.765625 L -12.953125 -22.765625 C -18.125 -22.765625 -20.921875 -26.296875 -20.921875 -29.484375 C -20.921875 -32.625 -18.234375 -33.171875 -15.390625 -33.171875 L -3.78125 -33.171875 C -1.546875 -33.171875 -1.546875 -32.625 -1.546875 -29.296875 L 0 -29.296875 C -0.046875 -31.03125 -0.15625 -33.578125 -0.15625 -34.921875 C -0.15625 -36.21875 -0.046875 -38.796875 0 -40.5 L -1.546875 -40.5 C -1.546875 -37.90625 -1.546875 -36.65625 -3.03125 -36.609375 L -12.546875 -36.609375 C -16.84375 -36.609375 -18.375 -36.609375 -20.171875 -35.0625 C -21.015625 -34.375 -22.015625 -32.734375 -22.015625 -29.84375 C -22.015625 -25.65625 -19.03125 -23.46875 -17.140625 -22.609375 C -21.46875 -21.921875 -22.015625 -18.234375 -22.015625 -15.984375 C -22.015625 -12.359375 -19.875 -10.015625 -16.78125 -8.625 L -22.015625 -8.625 L -21.46875 -1.59375 L -19.921875 -1.59375 C -19.921875 -5.078125 -19.578125 -5.484375 -17.140625 -5.484375 Z M -17.140625 -5.484375 "/>
|
||||
</symbol>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<path style="fill-rule:nonzero;fill:rgb(80.000305%,80.000305%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -2.267789 -158.742638 L -2.267789 -170.0817 C 0.00018 -317.485606 229.043149 -317.485606 229.043149 -170.0817 L 229.043149 -158.742638 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(50.196838%,50.196838%,50.196838%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 88.442368 45.355019 L 88.442368 2.267519 L -2.267789 2.267519 L -2.267789 -161.010606 C 0.00018 -297.07545 229.043149 -297.07545 229.043149 -161.010606 L 229.043149 2.267519 L 138.332992 2.267519 L 138.332992 45.355019 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 157.072055 79.547988 C 157.072055 103.671425 137.517368 123.226113 113.39393 123.226113 C 89.270493 123.226113 69.715024 103.671425 69.715024 79.547988 C 69.715024 55.42455 89.270493 35.869081 113.39393 35.869081 C 137.517368 35.869081 157.072055 55.42455 157.072055 79.547988 Z M 157.072055 79.547988 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-1" x="697.124" y="239.214"/>
|
||||
<use xlink:href="#glyph0-2" x="728.96447" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="770.468661" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="798.124839" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="825.811" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="854.867" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="877.003897" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="913.103378" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="933.895325" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="961.571427" y="239.214"/>
|
||||
<use xlink:href="#glyph0-10" x="986.477927" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="1026.592336" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1055.663203" y="239.214"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="1077.8001" y="239.214"/>
|
||||
</g>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.710336 45.355019 L 90.710336 0.00033125 L 0.00018 0.00033125 L 0.00018 -158.742638 C 0.00018 -294.808263 226.77518 -294.808263 226.77518 -158.742638 L 226.77518 0.00033125 L 136.065024 0.00033125 L 136.065024 45.355019 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(80.000305%,80.000305%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.354868 -136.065294 L 45.354868 -74.835606 L 54.425961 -74.835606 L 54.425961 -136.065294 Z M 45.354868 -61.229356 L 45.354868 -22.677794 L 181.420493 -22.677794 L 181.420493 -136.065294 L 172.349399 -136.065294 L 172.349399 -31.748106 L 54.425961 -31.748106 L 54.425961 -61.229356 L 45.354868 -61.229356 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.710336 -65.764512 L 90.710336 -52.158262 L 102.048618 -52.158262 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 102.048618 -52.158262 C 102.297836 -49.946544 102.724399 -48.173106 103.194711 -48.173106 C 103.665024 -48.173106 104.091586 -49.946544 104.340024 -52.158262 C 104.589243 -54.369981 104.661118 -56.143419 104.689243 -56.143419 C 104.716586 -56.143419 104.788461 -54.369981 105.03768 -52.158262 C 105.286899 -49.946544 105.713461 -48.173106 106.183774 -48.173106 C 106.653305 -48.173106 107.079868 -49.946544 107.329086 -52.158262 C 107.578305 -54.369981 107.65018 -56.143419 107.677524 -56.143419 C 107.705649 -56.143419 107.777524 -54.369981 108.026743 -52.158262 C 108.275961 -49.946544 108.701743 -48.173106 109.172055 -48.173106 C 109.642368 -48.173106 110.06893 -49.946544 110.318149 -52.158262 C 110.567368 -54.369981 110.638461 -56.143419 110.666586 -56.143419 C 110.694711 -56.143419 110.765805 -54.369981 111.015024 -52.158262 C 111.264243 -49.946544 111.690805 -48.173106 112.161118 -48.173106 C 112.63143 -48.173106 113.057993 -49.946544 113.30643 -52.158262 L 113.38768 -52.158262 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(50.196838%,50.196838%,50.196838%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -18.142007 -61.229356 L -18.142007 -74.835606 L 0.00018 -74.835606 L 0.00018 -61.229356 Z M 0.00018 -65.764512 L 0.00018 -70.30045 L 106.584555 -70.30045 L 106.584555 -65.764512 Z M 111.119711 -72.567637 L 111.119711 -136.065294 L 115.655649 -136.065294 L 115.655649 -72.567637 Z M 90.710336 -136.065294 L 90.710336 -141.734825 L 136.065024 -141.734825 L 136.065024 -136.065294 Z M 90.710336 -136.065294 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(50.196838%,50.196838%,50.196838%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 105.794711 -60.555919 L 105.794711 -76.430137 L 110.330649 -71.8942 L 110.330649 -65.091075 L 105.794711 -60.555919 M 117.133774 -71.8942 L 110.330649 -71.8942 L 105.794711 -76.430137 L 121.66893 -76.430137 L 117.133774 -71.8942 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00018 -22.677794 L 11.338461 -22.677794 L 11.338461 -34.016075 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.338461 -34.016075 C 13.55018 -34.265294 15.323618 -34.691856 15.323618 -35.162169 C 15.323618 -35.632481 13.55018 -36.058262 11.338461 -36.307481 C 9.126743 -36.5567 7.353305 -36.628575 7.353305 -36.655919 C 7.353305 -36.684044 9.126743 -36.755919 11.338461 -37.005137 C 13.55018 -37.254356 15.323618 -37.680919 15.323618 -38.15045 C 15.323618 -38.620762 13.55018 -39.047325 11.338461 -39.296544 C 9.126743 -39.545762 7.353305 -39.617637 7.353305 -39.644981 C 7.353305 -39.673106 9.126743 -39.744981 11.338461 -39.993419 C 13.55018 -40.242637 15.323618 -40.6692 15.323618 -41.139512 C 15.323618 -41.609825 13.55018 -42.036387 11.338461 -42.285606 C 9.126743 -42.534044 7.353305 -42.605919 7.353305 -42.634044 C 7.353305 -42.661387 9.126743 -42.733262 11.338461 -42.982481 C 13.55018 -43.2317 15.323618 -43.658262 15.323618 -44.128575 C 15.323618 -44.598887 13.55018 -45.02545 11.338461 -45.273887 L 11.338461 -45.355137 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.640024 -29.105137 C 27.805649 -15.849669 40.174399 -9.991856 56.69393 -11.338731 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195192 1.593867 C -1.096039 0.996095 0.000269443 0.09971 0.299094 -0.000253147 C 0.000402116 -0.0995282 -1.095798 -0.996089 -1.195883 -1.593992 " transform="matrix(-2.8456,4.11535,4.11535,2.8456,423.4498,765.18)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="631.314" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="645.152051" y="688.139"/>
|
||||
<use xlink:href="#glyph0-12" x="670.058551" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="697.734654" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-13" x="711.572706" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="733.709603" y="688.139"/>
|
||||
<use xlink:href="#glyph0-14" x="758.616103" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="777.988379" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="791.82643" y="688.139"/>
|
||||
<use xlink:href="#glyph0-12" x="816.73293" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="860.996762" y="688.139"/>
|
||||
<use xlink:href="#glyph0-9" x="885.903262" y="688.139"/>
|
||||
<use xlink:href="#glyph0-4" x="910.809762" y="688.139"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="938.485865" y="688.139"/>
|
||||
<use xlink:href="#glyph0-5" x="963.392364" y="688.139"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 136.065024 -90.709825 C 136.065024 -113.38795 90.710336 -113.38795 90.710336 -91.666856 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.9564;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.912756 2.550565 C -1.753381 1.594315 -0.00025625 0.159159 0.477869 -0.00021625 C -0.00025625 -0.159591 -1.753381 -1.593966 -1.912756 -2.550216 " transform="matrix(0,-5,-5,0,783.7997,1077.987)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.936899 -138.899669 C 91.26893 -138.346544 91.911118 -137.903575 92.630649 -137.903575 C 93.349399 -137.903575 93.991586 -138.346544 94.323618 -138.899669 C 94.65643 -139.452794 94.677524 -139.895762 94.622836 -139.895762 C 94.568149 -139.895762 94.589243 -139.452794 94.921274 -138.899669 C 95.254086 -138.346544 95.896274 -137.903575 96.615805 -137.903575 C 97.334555 -137.903575 97.976743 -138.346544 98.308774 -138.899669 C 98.640805 -139.452794 98.66268 -139.895762 98.607993 -139.895762 C 98.553305 -139.895762 98.574399 -139.452794 98.90643 -138.899669 C 99.239243 -138.346544 99.88143 -137.903575 100.600961 -137.903575 C 101.319711 -137.903575 101.961899 -138.346544 102.29393 -138.899669 C 102.625961 -139.452794 102.647836 -139.895762 102.593149 -139.895762 C 102.53768 -139.895762 102.559555 -139.452794 102.891586 -138.899669 C 103.224399 -138.346544 103.866586 -137.903575 104.585336 -137.903575 C 105.304868 -137.903575 105.947055 -138.346544 106.279086 -138.899669 C 106.611118 -139.452794 106.632993 -139.895762 106.578305 -139.895762 C 106.522836 -139.895762 106.544711 -139.452794 106.876743 -138.899669 C 107.209555 -138.346544 107.851743 -137.903575 108.570493 -137.903575 C 109.290024 -137.903575 109.932211 -138.346544 110.264243 -138.899669 C 110.596274 -139.452794 110.618149 -139.895762 110.563461 -139.895762 C 110.507993 -139.895762 110.529868 -139.452794 110.861899 -138.899669 C 111.194711 -138.346544 111.836899 -137.903575 112.555649 -137.903575 C 113.27518 -137.903575 113.917368 -138.346544 114.249399 -138.899669 C 114.58143 -139.452794 114.603305 -139.895762 114.548618 -139.895762 C 114.493149 -139.895762 114.515024 -139.452794 114.847055 -138.899669 C 115.179868 -138.346544 115.822055 -137.903575 116.540805 -137.903575 C 117.260336 -137.903575 117.902524 -138.346544 118.234555 -138.899669 C 118.566586 -139.452794 118.588461 -139.895762 118.533774 -139.895762 C 118.478305 -139.895762 118.50018 -139.452794 118.832211 -138.899669 C 119.164243 -138.346544 119.807211 -137.903575 120.525961 -137.903575 C 121.245493 -137.903575 121.88768 -138.346544 122.219711 -138.899669 C 122.551743 -139.452794 122.573618 -139.895762 122.518149 -139.895762 C 122.463461 -139.895762 122.485336 -139.452794 122.817368 -138.899669 C 123.149399 -138.346544 123.792368 -137.903575 124.511118 -137.903575 C 125.230649 -137.903575 125.872836 -138.346544 126.204868 -138.899669 C 126.536899 -139.452794 126.558774 -139.895762 126.504086 -139.895762 C 126.448618 -139.895762 126.470493 -139.452794 126.802524 -138.899669 C 127.134555 -138.346544 127.777524 -137.903575 128.496274 -137.903575 C 129.215805 -137.903575 129.857993 -138.346544 130.190024 -138.899669 C 130.522055 -139.452794 130.54393 -139.895762 130.488461 -139.895762 C 130.433774 -139.895762 130.455649 -139.452794 130.78768 -138.899669 C 131.119711 -138.346544 131.76268 -137.903575 132.48143 -137.903575 C 133.200961 -137.903575 133.843149 -138.346544 134.17518 -138.899669 L 135.838461 -138.899669 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 103.213461 -346.948106 L 118.599399 -346.948106 L 118.599399 -258.723106 L 103.213461 -258.723106 Z M 103.213461 -346.948106 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-1" x="896.949" y="2337.769"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-2" x="896.949" y="2292.105423"/>
|
||||
<use xlink:href="#glyph2-3" x="896.949" y="2267.198923"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="896.949" y="2247.552676"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-3" x="896.949" y="2211.3187"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-4" x="896.949" y="2191.672452"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-5" x="896.949" y="2162.601586"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-6" x="896.949" y="2140.464688"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="896.949" y="2118.327791"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="896.949" y="2098.955515"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-9" x="896.949" y="2079.443763"/>
|
||||
<use xlink:href="#glyph2-10" x="896.949" y="2054.537263"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-5" x="896.949" y="2013.02809"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-7" x="896.949" y="1990.891193"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-5" x="896.949" y="1971.518918"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph2-8" x="896.949" y="1949.38202"/>
|
||||
</g>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 137.480649 -258.088731 L 157.026743 -311.789513 L 178.336118 -304.033262 L 158.790805 -250.332481 Z M 137.480649 -258.088731 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,80.000305%,80.000305%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 140.676742 -256.92545 L 156.344711 -299.971544 L 171.261899 -294.541856 L 155.59393 -251.495763 Z M 140.676742 -256.92545 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 136.51893 -256.255919 L 125.407211 -237.009825 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.433774 -278.235606 L 156.344711 -299.971544 L 171.261899 -294.541856 L 163.350961 -272.805919 Z M 148.433774 -278.235606 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.741586 -282.111387 L 170.230649 -280.43795 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 147.293149 -286.373106 L 171.782211 -284.699669 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84393 -290.634825 L 173.333774 -288.961388 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.395492 -294.897325 L 174.884555 -293.223106 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 151.946274 -299.159044 L 176.436118 -297.485606 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,60.00061%,60.00061%);fill-opacity:0.5;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.5;stroke-miterlimit:10;" d="M 140.684555 -256.938731 L 95.245493 -141.734825 L 131.529868 -142.868419 L 155.602524 -251.509044 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 65.268149 -249.798887 L 45.722055 -303.50045 L 67.032211 -311.2567 L 86.577524 -257.555138 Z M 65.268149 -249.798887 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(80.000305%,80.000305%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.464242 -250.962169 L 52.796274 -294.008263 L 67.713461 -299.43795 L 83.38143 -256.391856 Z M 68.464242 -250.962169 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.032211 -249.452794 L 56.920493 -230.2067 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.707993 -272.272325 L 52.796274 -294.008263 L 67.713461 -299.43795 L 75.62518 -277.702012 Z M 60.707993 -272.272325 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.154868 -273.511388 L 75.990024 -287.970762 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 54.603305 -277.773106 L 74.439243 -292.232481 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.052524 -282.034825 L 72.88768 -296.494981 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 51.500961 -286.297325 L 71.336118 -300.7567 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 49.949399 -290.559044 L 69.785336 -305.018419 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(60.00061%,60.00061%,100%);fill-opacity:0.5;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.5;stroke-miterlimit:10;" d="M 68.468149 -250.97545 L 95.245493 -141.734825 L 131.529868 -142.868419 L 83.386117 -256.405137 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 187.558774 -237.75045 L 224.292368 -281.527013 L 241.663461 -266.95045 L 204.930649 -223.173887 Z M 187.558774 -237.75045 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(80.000305%,100%,80.000305%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 190.165024 -235.563731 L 219.609555 -270.654356 L 231.769711 -260.45045 L 202.32518 -225.359825 Z M 190.165024 -235.563731 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 185.955649 -235.846544 L 164.069711 -231.987169 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(0%,100%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 204.741586 -252.935606 L 219.609555 -270.654356 L 231.769711 -260.45045 L 216.901743 -242.7317 Z M 204.741586 -252.935606 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 203.53768 -257.498106 L 225.976743 -247.549669 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 206.452524 -260.972325 L 228.892367 -251.023888 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 209.368149 -264.446544 L 231.807211 -254.498887 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 212.282992 -267.920762 L 234.722836 -257.973106 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 215.198618 -271.394981 L 237.638461 -261.447325 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 227.366586 -246.383263 C 228.179086 -246.190294 229.121274 -246.53795 229.920493 -247.492638 L 232.544711 -250.623887 C 233.344711 -251.577794 234.286117 -251.926231 235.098617 -251.732481 C 234.765805 -252.498887 234.94393 -253.487169 235.74393 -254.441856 L 238.368149 -257.572325 C 239.168149 -258.527013 239.346274 -259.515294 239.013461 -260.2817 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="1518.1591" y="1895.109"/>
|
||||
<use xlink:href="#glyph0-5" x="1555.51885" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="1577.655747" y="1895.109"/>
|
||||
<use xlink:href="#glyph0-14" x="1602.562247" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="1621.934523" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="1635.772574" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="1663.448677" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="1704.942906" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="1727.079803" y="1895.109"/>
|
||||
<use xlink:href="#glyph0-11" x="1751.986303" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="1765.824355" y="1895.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="1779.662406" y="1895.109"/>
|
||||
</g>
|
||||
<path style="fill-rule:nonzero;fill:rgb(60.00061%,100%,60.00061%);fill-opacity:0.5;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,100%,0%);stroke-opacity:0.5;stroke-miterlimit:10;" d="M 190.174399 -235.576231 L 95.245493 -141.734825 L 131.529868 -142.868419 L 202.335336 -225.371544 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.844711 -223.173887 L -14.888101 -266.95045 L 2.482993 -281.527013 L 39.215805 -237.75045 Z M 21.844711 -223.173887 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,98.979187%,80.000305%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 23.184555 -221.929356 L 40.208774 -236.214513 M 24.45018 -225.359825 L -4.994351 -260.45045 L 7.165805 -270.654356 L 36.610336 -235.563731 Z M 24.45018 -225.359825 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,94.898987%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.873618 -242.7317 L -4.994351 -260.45045 L 7.165805 -270.654356 L 22.033774 -252.935606 Z M 9.873618 -242.7317 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.171274 -242.338731 L 18.865024 -262.709825 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.255649 -245.81295 L 15.949399 -266.184044 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.659195 -249.287169 L 13.034555 -269.658262 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -3.57482 -252.761388 L 10.11893 -273.132481 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.098267%,65.098572%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -6.489664 -256.235606 L 7.204086 -276.6067 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.652524 -176.198887 L -10.011539 -178.998887 L -6.306851 -194.434044 L 5.357993 -191.633263 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 224.507211 -187.089513 L 113.38768 -142.868419 L -4.535757 -185.955919 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 222.701743 -180.398888 L 218.823618 -191.054356 L 263.574399 -207.342637 L 267.452524 -196.687169 Z M 222.701743 -180.398888 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-19" x="1667.6941" y="1668.529"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="1704.361449" y="1668.529"/>
|
||||
<use xlink:href="#glyph0-20" x="1741.721199" y="1668.529"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-20" x="1775.623927" y="1668.529"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-21" x="1809.526655" y="1668.529"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="1864.166535" y="1668.529"/>
|
||||
<use xlink:href="#glyph0-4" x="1889.073035" y="1668.529"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="1916.749137" y="1668.529"/>
|
||||
</g>
|
||||
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -10.011539 -178.998887 L -6.306851 -194.434044 L -4.101382 -193.904356 L -7.806851 -178.4692 Z M -4.101382 -193.904356 L 4.939243 -191.734044 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-19" x="372.5441" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="409.211449" y="1595.329"/>
|
||||
<use xlink:href="#glyph0-20" x="446.571199" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-20" x="480.473927" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-21" x="514.376655" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="569.016535" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="588.662782" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="610.799679" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="630.311431" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="652.448328" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="674.585226" y="1595.329"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-20" x="754.729" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph1-1" x="788.632" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="817.6875" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="845.363603" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="865.00985" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="878.847901" y="2451.129"/>
|
||||
<use xlink:href="#glyph0-12" x="903.754401" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="948.018233" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="970.15513" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="992.292028" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="1006.130079" y="2451.129"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="1019.96813" y="2451.129"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 81.38143 -362.859825 C 39.516586 -352.0692 14.071274 -327.111387 2.60643 -285.902794 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195498 1.594205 C -1.095706 0.995932 -0.000133804 0.0995833 0.29913 0.000140183 C 0.00028697 -0.0996052 -1.095671 -0.996409 -1.19561 -1.594143 " transform="matrix(-1.34295,-4.8271,-4.8271,1.34295,343.2813,2049.1664)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.405649 -355.880137 L 156.907211 -316.166075 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195146 1.594252 C -1.095912 0.996672 0.0000973234 0.100388 0.298462 0.000198589 C 0.000278908 -0.099137 -1.095712 -0.995803 -1.195038 -1.594095 " transform="matrix(1.3944,-4.81485,-4.81485,-1.3944,1114.784,2200.4842)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.405649 -362.859825 C 187.271274 -352.0692 212.715805 -327.111387 224.180649 -285.902794 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195648 1.594279 C -1.095709 0.996545 0.000249189 0.099741 0.299093 -0.00000438418 C -0.000171585 -0.0994475 -1.095535 -0.996548 -1.195536 -1.594069 " transform="matrix(1.34295,-4.8271,-4.8271,-1.34295,1451.153,2049.1664)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 81.38143 -355.880137 L 67.18768 -315.623887 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195433 1.593845 C -1.095585 0.996617 0.000267583 0.0995719 0.298782 0.000126013 C -0.000441729 -0.0996602 -1.096269 -0.996308 -1.195177 -1.593822 " transform="matrix(-1.66375,-4.71925,-4.71925,1.66375,666.1891,2197.7731)"/>
|
||||
<path style="fill-rule:nonzero;fill:rgb(39.99939%,100%,39.99939%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 95.245493 -142.868419 L 131.529868 -142.868419 L 131.529868 -141.734825 L 95.245493 -141.734825 Z M 95.245493 -142.868419 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-22" x="-1.826" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="34.148949" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-23" x="53.660701" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="78.557238" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-24" x="120.10128" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="147.72757" y="1199.039"/>
|
||||
<use xlink:href="#glyph0-12" x="172.63407" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="200.310173" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="222.44707" y="1199.039"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="236.285121" y="1199.039"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -11.339664 -113.393419 C 22.779868 -102.297325 42.440024 -80.451231 49.795493 -45.803575 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195694 1.594032 C -1.096006 0.996515 0.000425488 0.0996599 0.298568 0.0000922011 C 0.000475482 -0.0999029 -1.096154 -0.996057 -1.195103 -1.594227 " transform="matrix(1.03865,-4.89325,-4.89325,-1.03865,579.2255,848.672)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -11.339664 -113.393419 L 49.460336 -90.8692 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195701 1.594381 C -1.095855 0.995947 -0.000209815 0.0994185 0.298779 0.000318347 C 0.00012779 -0.0997946 -1.095951 -0.996564 -1.195508 -1.593599 " transform="matrix(4.68935,-1.7372,-1.7372,-4.68935,577.5526,1074.001)"/>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -40.639664 -121.341856 C -41.076382 -157.370762 -26.447476 -183.436387 4.140805 -201.595762 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195625 1.594033 C -1.095827 0.996544 -0.0000351291 0.0995472 0.298477 0.0000918198 C 0.000367102 -0.0997739 -1.095682 -0.996249 -1.195205 -1.594141 " transform="matrix(4.30635,2.5564,2.5564,-4.30635,350.9527,1627.6319)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-25" x="1538.4039" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1573.686448" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="1595.823345" y="977.109"/>
|
||||
<use xlink:href="#glyph0-10" x="1620.729845" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-26" x="1678.826747" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="1711.344673" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="1725.182725" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-27" x="1752.858828" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-28" x="1795.787671" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="1841.451248" y="977.109"/>
|
||||
<use xlink:href="#glyph0-12" x="1866.357748" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="1894.033851" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="1907.871902" y="977.109"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="1927.244178" y="977.109"/>
|
||||
<use xlink:href="#glyph0-6" x="1952.150678" y="977.109"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 238.126742 -68.036387 L 120.888461 -52.680919 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195591 1.594682 C -1.095963 0.996375 -0.0000826826 0.0999614 0.29893 0.000463361 C 0.0000209336 -0.0993456 -1.095803 -0.996022 -1.195583 -1.593659 " transform="matrix(-4.95825,-0.64935,-0.64935,4.95825,934.6895,883.059)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-29" x="1538.4039" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-4" x="1566.080003" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="1593.756106" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="1621.432208" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="1641.078456" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="1660.450731" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="1679.962483" y="1282.534"/>
|
||||
<use xlink:href="#glyph0-14" x="1704.868983" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1724.241259" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-30" x="1762.965885" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="1782.338161" y="1282.534"/>
|
||||
<use xlink:href="#glyph0-6" x="1807.244661" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1826.756413" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1848.89331" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="1871.030207" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-31" x="1898.70631" y="1282.534"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-16" x="1538.4039" y="1342.314"/>
|
||||
<use xlink:href="#glyph0-5" x="1575.76365" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="1597.900547" y="1342.314"/>
|
||||
<use xlink:href="#glyph0-14" x="1622.807047" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="1642.179323" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="1656.017374" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="1683.693477" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1725.187706" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="1747.324603" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1761.162655" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="1783.299552" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1824.808725" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-12" x="1846.945622" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="1873.276774" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-30" x="1909.236778" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="1928.609054" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="1948.120806" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-32" x="1970.257703" y="1342.314"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-31" x="1997.933806" y="1342.314"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 238.126742 -136.072325 L 140.05018 -138.8942 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195443 1.594239 C -1.096205 0.995956 0.00013179 0.0994349 0.298903 0.000206302 C -0.000124 -0.0998164 -1.095618 -0.995866 -1.195632 -1.593893 " transform="matrix(-4.999,0.14365,0.14365,4.999,1030.502,1314.124)"/>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-28" x="66.629" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="112.292577" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="134.429474" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="155.171608" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="182.84771" y="500.174"/>
|
||||
<use xlink:href="#glyph0-12" x="207.75421" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-11" x="235.430313" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-7" x="249.268365" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="271.405262" y="500.174"/>
|
||||
<use xlink:href="#glyph0-17" x="296.311762" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-33" x="326.737542" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="341.960395" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="364.097292" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-32" x="386.284002" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-14" x="413.910292" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-8" x="433.282568" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-6" x="460.958671" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="480.470423" y="500.174"/>
|
||||
<use xlink:href="#glyph0-4" x="505.376923" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-15" x="533.053026" y="500.174"/>
|
||||
<use xlink:href="#glyph0-8" x="557.959526" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-33" x="602.27317" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-2" x="617.496023" y="500.174"/>
|
||||
<use xlink:href="#glyph0-6" x="642.402523" y="500.174"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-22" x="66.629" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-34" x="102.603949" y="559.9485"/>
|
||||
<use xlink:href="#glyph0-19" x="139.963699" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-9" x="193.218777" y="559.9485"/>
|
||||
<use xlink:href="#glyph0-18" x="218.125277" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-18" x="237.771524" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-5" x="257.417771" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-10" x="279.554669" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-3" x="319.71889" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-17" x="347.394993" y="559.9485"/>
|
||||
</g>
|
||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||
<use xlink:href="#glyph0-23" x="361.233045" y="559.9485"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -9.089664 -57.254356 L -11.338882 0.00033125 " transform="matrix(5,0,0,-5,330.2491,619.654)"/>
|
||||
<path style="fill:none;stroke-width:0.31879;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.195812 1.594148 C -1.0958 0.99621 -0.0000375144 0.0996816 0.298511 -0.000361712 C -0.0000477811 -0.0996245 -1.095872 -0.99607 -1.195165 -1.593999 " transform="matrix(0.19625,4.9978,4.9978,-0.19625,284.8026,905.926)"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 103 KiB |
Loading…
Reference in New Issue
Block a user