\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Algebra
functions
New Random

Graph the function \(\displaystyle f(x)=\begin{cases} \frac{4 x}{5} + 8,& x \leq -2\\ 9 - \frac{\left(x - 5\right)^{2}}{5},& -2 < x < 5\\ \frac{3 x}{5} + 3,& x \geq 5 \\ \end{cases}\)


The graph has three parts. It is a line on \(\displaystyle (-\infty, -2]\), a parabola on \(\displaystyle (-2,5)\), and a line on \(\displaystyle [5, \infty)\). Graphing each part gives:

Download Tikz \( \LaTeX \)

\begin{tikzpicture}[font=\Large, scale=.4]
	\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
	\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
	\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
	\foreach \x in { -10,-8,...,10 }{
		\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
		\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
		}
	\foreach \y in { -10,-8,...,10 }{
		\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
		\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
		}
	\draw[thick, color=blue, domain={-10.0}:{-2.0}, latex-, samples =350] plot(\x, {4*(\x)/5 + 8});
	\draw[thick, color=blue, domain={-2.0}:{5.0}, samples =350] plot(\x, {9 - ((\x) - 5)^2/5});
	\draw[thick, color=blue, domain={5.0}:{10.0}, -latex, samples =350] plot(\x, {3*(\x)/5 + 3});
		\draw[fill=black] (-2,32/5) circle (5pt);
		\draw[fill=white] (-2,-4/5) circle (5pt);
		\draw[fill=white] (5,9) circle (5pt);
		\draw[fill=black] (5,6) circle (5pt);
\end{tikzpicture}

Download \(\LaTeX\)

\begin{question}Graph the function $f(x)=\begin{cases} \frac{4 x}{5} + 8,& x \leq -2\\ 9 - \frac{\left(x - 5\right)^{2}}{5},& -2 < x < 5\\ \frac{3 x}{5} + 3,& x \geq 5 \\ \end{cases}$\newline
\begin{tikzpicture}[font=\Large, scale=.4]
	\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
	\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
	\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
	\foreach \x in { -10,-8,...,10 }{
		\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
		\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
		}
	\foreach \y in { -10,-8,...,10 }{
		\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
		\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
		}
\end{tikzpicture}

    \soln{0cm}{The graph has three parts. It is a line on $(-\infty, -2]$, a parabola on $(-2,5)$, and a line on $[5, \infty)$.  Graphing each part gives:\newline
\begin{tikzpicture}[font=\Large, scale=.4]
	\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
	\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
	\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
	\foreach \x in { -10,-8,...,10 }{
		\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
		\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
		}
	\foreach \y in { -10,-8,...,10 }{
		\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
		\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
		}
	\draw[thick, color=blue, domain={-10.0}:{-2.0}, latex-, samples =350] plot(\x, {4*(\x)/5 + 8});
	\draw[thick, color=blue, domain={-2.0}:{5.0}, samples =350] plot(\x, {9 - ((\x) - 5)^2/5});
	\draw[thick, color=blue, domain={5.0}:{10.0}, -latex, samples =350] plot(\x, {3*(\x)/5 + 3});
		\draw[fill=black] (-2,32/5) circle (5pt);
		\draw[fill=white] (-2,-4/5) circle (5pt);
		\draw[fill=white] (5,9) circle (5pt);
		\draw[fill=black] (5,6) circle (5pt);
\end{tikzpicture}
}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Graph the function  <img class="equation_image" title=" \displaystyle f(x)=\begin{cases} \frac{4 x}{5} + 8,& x \leq -2\\ 9 - \frac{\left(x - 5\right)^{2}}{5},& -2 < x < 5\\ \frac{3 x}{5} + 3,& x \geq 5 \\ \end{cases} " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%3D%5Cbegin%7Bcases%7D%20%5Cfrac%7B4%20x%7D%7B5%7D%20%2B%208%2C%26%20x%20%5Cleq%20-2%5C%5C%209%20-%20%5Cfrac%7B%5Cleft%28x%20-%205%5Cright%29%5E%7B2%7D%7D%7B5%7D%2C%26%20-2%20%3C%20x%20%3C%205%5C%5C%20%5Cfrac%7B3%20x%7D%7B5%7D%20%2B%203%2C%26%20x%20%5Cgeq%205%20%5C%5C%20%5Cend%7Bcases%7D%20" alt="LaTeX:  \displaystyle f(x)=\begin{cases} \frac{4 x}{5} + 8,& x \leq -2\\ 9 - \frac{\left(x - 5\right)^{2}}{5},& -2 < x < 5\\ \frac{3 x}{5} + 3,& x \geq 5 \\ \end{cases} " data-equation-content=" \displaystyle f(x)=\begin{cases} \frac{4 x}{5} + 8,& x \leq -2\\ 9 - \frac{\left(x - 5\right)^{2}}{5},& -2 < x < 5\\ \frac{3 x}{5} + 3,& x \geq 5 \\ \end{cases} " /> <br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</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 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</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 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</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 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</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 -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
  <use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</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 -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</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 -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</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 -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</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 -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</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 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</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 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</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 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</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 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</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 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
  <use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</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 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
  <use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</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 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</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 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</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 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</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 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</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 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</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 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</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 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</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 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="116.496" y="48.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 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
  <use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
</g>
</svg>
</p> </p>
HTML for Canvas
<p> <p>The graph has three parts. It is a line on  <img class="equation_image" title=" \displaystyle (-\infty, -2] " src="/equation_images/%20%5Cdisplaystyle%20%28-%5Cinfty%2C%20-2%5D%20" alt="LaTeX:  \displaystyle (-\infty, -2] " data-equation-content=" \displaystyle (-\infty, -2] " /> , a parabola on  <img class="equation_image" title=" \displaystyle (-2,5) " src="/equation_images/%20%5Cdisplaystyle%20%28-2%2C5%29%20" alt="LaTeX:  \displaystyle (-2,5) " data-equation-content=" \displaystyle (-2,5) " /> , and a line on  <img class="equation_image" title=" \displaystyle [5, \infty) " src="/equation_images/%20%5Cdisplaystyle%20%5B5%2C%20%5Cinfty%29%20" alt="LaTeX:  \displaystyle [5, \infty) " data-equation-content=" \displaystyle [5, \infty) " /> .  Graphing each part gives:<br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</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 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</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 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</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 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</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 -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
  <use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</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 -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</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 -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</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 -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</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 -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</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 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</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 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</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 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</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 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</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 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
  <use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</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 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
  <use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</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 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</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 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</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 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</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 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</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 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</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 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</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 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</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 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="116.496" y="48.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 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
  <use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -109.7445 2.913063 L -113.127313 0.206031 L -112.865594 0.416969 L -112.607781 0.624 L -112.084344 1.038063 L -111.826531 1.249 L -111.564813 1.456031 L -111.307 1.663063 L -111.045281 1.870094 L -110.787469 2.077125 L -110.52575 2.288063 L -110.267938 2.495094 L -110.006219 2.702125 L -109.748406 2.909156 L -109.486688 3.120094 L -109.228875 3.327125 L -108.967156 3.534156 L -108.709344 3.741188 L -108.447625 3.948219 L -108.189813 4.159156 L -107.928094 4.366188 L -107.670281 4.573219 L -107.408563 4.78025 L -107.146844 4.991188 L -106.889031 5.198219 L -106.627313 5.40525 L -106.3695 5.612281 L -106.107781 5.819313 L -105.849969 6.03025 L -105.58825 6.237281 L -105.330438 6.444313 L -105.068719 6.651344 L -104.810906 6.862281 L -104.549188 7.069313 L -104.291375 7.276344 L -104.029656 7.483375 L -103.771844 7.690406 L -103.510125 7.901344 L -103.252313 8.108375 L -102.990594 8.315406 L -102.732781 8.522438 L -102.471063 8.733375 L -102.21325 8.940406 L -101.689813 9.354469 L -101.432 9.5615 L -101.170281 9.772438 L -100.912469 9.979469 L -100.65075 10.1865 L -100.392938 10.393531 L -100.131219 10.604469 L -99.873406 10.8115 L -99.611688 11.018531 L -99.353875 11.225563 L -99.092156 11.432594 L -98.834344 11.643531 L -98.572625 11.850563 L -98.314813 12.057594 L -98.053094 12.264625 L -97.795281 12.471656 L -97.533563 12.682594 L -97.27575 12.889625 L -96.752313 13.303688 L -96.4945 13.514625 L -96.232781 13.721656 L -95.974969 13.928688 L -95.71325 14.135719 L -95.455438 14.34275 L -95.193719 14.553688 L -94.935906 14.760719 L -94.674188 14.96775 L -94.416375 15.174781 L -94.154656 15.385719 L -93.896844 15.59275 L -93.635125 15.799781 L -93.377313 16.006813 L -93.115594 16.213844 L -92.857781 16.424781 L -92.596063 16.631813 L -92.33825 16.838844 L -92.076531 17.045875 L -91.814813 17.256813 L -91.557 17.463844 L -91.295281 17.670875 L -91.037469 17.877906 L -90.77575 18.084938 L -90.517938 18.295875 L -90.256219 18.502906 L -89.998406 18.709938 L -89.736688 18.916969 L -89.478875 19.127906 L -89.217156 19.334938 L -88.959344 19.541969 L -88.697625 19.749 L -88.439813 19.956031 L -88.178094 20.166969 L -87.920281 20.374 L -87.658563 20.581031 L -87.40075 20.788063 L -87.139031 20.999 L -86.881219 21.206031 L -86.357781 21.620094 L -86.099969 21.827125 L -85.83825 22.038063 L -85.580438 22.245094 L -85.318719 22.452125 L -85.060906 22.659156 L -84.799188 22.866188 L -84.541375 23.077125 L -84.279656 23.284156 L -84.021844 23.491188 L -83.760125 23.698219 L -83.502313 23.909156 L -83.240594 24.116188 L -82.982781 24.323219 L -82.721063 24.53025 L -82.46325 24.737281 L -82.201531 24.948219 L -81.943719 25.15525 L -81.420281 25.569313 L -81.162469 25.78025 L -80.90075 25.987281 L -80.642938 26.194313 L -80.381219 26.401344 L -80.123406 26.608375 L -79.861688 26.819313 L -79.603875 27.026344 L -79.342156 27.233375 L -79.084344 27.440406 L -78.822625 27.651344 L -78.564813 27.858375 L -78.303094 28.065406 L -78.045281 28.272438 L -77.783563 28.479469 L -77.52575 28.690406 L -77.264031 28.897438 L -77.006219 29.104469 L -76.7445 29.3115 L -76.482781 29.522438 L -76.224969 29.729469 L -75.96325 29.9365 L -75.705438 30.143531 L -75.443719 30.350563 L -75.185906 30.5615 L -74.924188 30.768531 L -74.666375 30.975563 L -74.404656 31.182594 L -74.146844 31.393531 L -73.885125 31.600563 L -73.627313 31.807594 L -73.365594 32.014625 L -73.107781 32.221656 L -72.846063 32.432594 L -72.58825 32.639625 L -72.326531 32.846656 L -72.068719 33.053688 L -71.807 33.264625 L -71.549188 33.471656 L -71.02575 33.885719 L -70.767938 34.09275 L -70.506219 34.303688 L -70.248406 34.510719 L -69.986688 34.71775 L -69.728875 34.924781 L -69.467156 35.135719 L -69.209344 35.34275 L -68.947625 35.549781 L -68.689813 35.756813 L -68.428094 35.963844 L -68.170281 36.174781 L -67.908563 36.381813 L -67.65075 36.588844 L -67.389031 36.795875 L -67.131219 37.002906 L -66.8695 37.213844 L -66.611688 37.420875 L -66.08825 37.834938 L -65.830438 38.045875 L -65.568719 38.252906 L -65.310906 38.459938 L -65.049188 38.666969 L -64.791375 38.874 L -64.529656 39.084938 L -64.271844 39.291969 L -64.010125 39.499 L -63.752313 39.706031 L -63.490594 39.916969 L -63.232781 40.124 L -62.971063 40.331031 L -62.71325 40.538063 L -62.451531 40.745094 L -62.193719 40.956031 L -61.932 41.163063 L -61.674188 41.370094 L -61.412469 41.577125 L -61.15075 41.788063 L -60.892938 41.995094 L -60.631219 42.202125 L -60.373406 42.409156 L -60.111688 42.616188 L -59.853875 42.827125 L -59.592156 43.034156 L -59.334344 43.241188 L -59.072625 43.448219 L -58.814813 43.659156 L -58.553094 43.866188 L -58.295281 44.073219 L -58.033563 44.28025 L -57.77575 44.487281 L -57.514031 44.698219 L -57.256219 44.90525 L -56.9945 45.112281 L -56.736688 45.319313 L -56.474969 45.53025 L -56.217156 45.737281 L -55.693719 46.151344 L -55.435906 46.358375 L -55.174188 46.569313 L -54.916375 46.776344 L -54.654656 46.983375 L -54.396844 47.190406 L -54.135125 47.397438 L -53.877313 47.608375 L -53.615594 47.815406 L -53.357781 48.022438 L -53.096063 48.229469 L -52.83825 48.440406 L -52.576531 48.647438 L -52.318719 48.854469 L -52.057 49.0615 L -51.799188 49.272438 L -51.537469 49.479469 L -51.279656 49.6865 L -50.756219 50.100563 L -50.498406 50.3115 L -50.236688 50.518531 L -49.978875 50.725563 L -49.717156 50.932594 L -49.459344 51.139625 L -49.197625 51.350563 L -48.939813 51.557594 L -48.678094 51.764625 L -48.420281 51.971656 L -48.158563 52.182594 L -47.90075 52.389625 L -47.639031 52.596656 L -47.381219 52.803688 L -47.1195 53.010719 L -46.861688 53.221656 L -46.599969 53.428688 L -46.342156 53.635719 L -46.080438 53.84275 L -45.818719 54.053688 L -45.560906 54.260719 L -45.299188 54.46775 L -45.041375 54.674781 L -44.779656 54.881813 L -44.521844 55.09275 L -44.260125 55.299781 L -44.002313 55.506813 L -43.740594 55.713844 L -43.482781 55.924781 L -43.221063 56.131813 L -42.96325 56.338844 L -42.701531 56.545875 L -42.443719 56.752906 L -42.182 56.963844 L -41.924188 57.170875 L -41.662469 57.377906 L -41.404656 57.584938 L -41.142938 57.795875 L -40.885125 58.002906 L -40.361688 58.416969 L -40.103875 58.624 L -39.842156 58.834938 L -39.584344 59.041969 L -39.322625 59.249 L -39.064813 59.456031 L -38.803094 59.666969 L -38.545281 59.874 L -38.283563 60.081031 L -38.02575 60.288063 L -37.764031 60.495094 L -37.506219 60.706031 L -37.2445 60.913063 L -36.986688 61.120094 L -36.724969 61.327125 L -36.467156 61.534156 L -36.205438 61.745094 L -35.947625 61.952125 L -35.424188 62.366188 L -35.166375 62.577125 L -34.904656 62.784156 L -34.646844 62.991188 L -34.385125 63.198219 L -34.127313 63.40525 L -33.865594 63.616188 L -33.607781 63.823219 L -33.346063 64.03025 L -33.08825 64.237281 L -32.826531 64.448219 L -32.568719 64.65525 L -32.307 64.862281 L -32.049188 65.069313 L -31.787469 65.276344 L -31.529656 65.487281 L -31.267938 65.694313 L -31.010125 65.901344 L -30.748406 66.108375 L -30.486688 66.319313 L -30.228875 66.526344 L -29.967156 66.733375 L -29.709344 66.940406 L -29.447625 67.147438 L -29.189813 67.358375 L -28.928094 67.565406 L -28.670281 67.772438 L -28.408563 67.979469 L -28.15075 68.190406 L -27.889031 68.397438 L -27.631219 68.604469 L -27.3695 68.8115 L -27.111688 69.018531 L -26.849969 69.229469 L -26.592156 69.4365 L -26.330438 69.643531 L -26.072625 69.850563 L -25.810906 70.0615 L -25.553094 70.268531 L -25.029656 70.682594 L -24.771844 70.889625 L -24.510125 71.100563 L -24.252313 71.307594 L -23.990594 71.514625 L -23.732781 71.721656 L -23.471063 71.932594 L -23.21325 72.139625 L -22.951531 72.346656 L -22.693719 72.553688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 15.921875 134.125 C 17.160156 133.464844 19.398438 132.667969 21.179688 132.402344 L 18.753906 129.371094 C 18.105469 131.050781 16.839844 133.058594 15.921875 134.125 "/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 -9.071312 L -22.451531 -8.434594 L -22.221063 -7.801781 L -21.9945 -7.168969 L -21.541375 -5.911156 L -21.314813 -5.286156 L -21.084344 -4.661156 L -20.857781 -4.036156 L -20.631219 -3.415062 L -20.178094 -2.180687 L -19.947625 -1.5635 L -19.4945 -0.336937 L -19.041375 0.881813 L -18.810906 1.487281 L -18.584344 2.09275 L -18.131219 3.295875 L -17.904656 3.893531 L -17.674188 4.491188 L -17.447625 5.088844 L -17.221063 5.682594 L -16.767938 6.862281 L -16.537469 7.452125 L -16.084344 8.624 L -15.857781 9.206031 L -15.631219 9.784156 L -15.40075 10.366188 L -15.174188 10.944313 L -14.721063 12.09275 L -14.4945 12.663063 L -14.264031 13.233375 L -13.584344 14.932594 L -13.357781 15.495094 L -13.127313 16.057594 L -12.90075 16.616188 L -12.674188 17.170875 L -12.447625 17.729469 L -12.221063 18.28025 L -11.990594 18.834938 L -11.764031 19.381813 L -11.537469 19.932594 L -11.310906 20.479469 L -11.084344 21.022438 L -10.853875 21.565406 L -10.174188 23.182594 L -9.947625 23.71775 L -9.717156 24.249 L -9.490594 24.784156 L -8.810906 26.366188 L -8.580438 26.889625 L -8.353875 27.413063 L -7.674188 28.971656 L -7.443719 29.487281 L -6.764031 31.022438 L -6.537469 31.53025 L -6.307 32.034156 L -5.853875 33.041969 L -5.40075 34.041969 L -5.170281 34.538063 L -4.943719 35.034156 L -4.490594 36.018531 L -4.264031 36.506813 L -4.033563 36.995094 L -3.807 37.483375 L -3.580438 37.96775 L -3.127313 38.928688 L -2.896844 39.409156 L -2.443719 40.362281 L -1.990594 41.307594 L -1.760125 41.776344 L -1.533563 42.245094 L -1.080438 43.174781 L -0.853875 43.635719 L -0.623406 44.096656 L 0.0562812 45.46775 L 0.282844 45.920875 L 0.513312 46.374 L 0.739875 46.823219 L 0.966437 47.268531 L 1.193 47.71775 L 1.419562 48.159156 L 1.650031 48.604469 L 1.876594 49.041969 L 2.103156 49.483375 L 2.329719 49.916969 L 2.556281 50.354469 L 2.782844 50.788063 L 3.013312 51.21775 L 3.466437 52.077125 L 3.693 52.502906 L 3.919562 52.924781 L 4.150031 53.346656 L 4.376594 53.768531 L 4.829719 54.604469 L 5.056281 55.018531 L 5.28675 55.432594 L 5.966437 56.663063 L 6.193 57.065406 L 6.423469 57.471656 L 6.650031 57.874 L 7.329719 59.069313 L 7.560187 59.463844 L 7.78675 59.858375 L 8.239875 60.639625 L 8.466437 61.026344 L 8.696906 61.413063 L 9.150031 62.178688 L 9.603156 62.9365 L 9.833625 63.315406 L 10.060187 63.690406 L 10.739875 64.803688 L 10.970344 65.170875 L 11.196906 65.534156 L 11.423469 65.901344 L 11.650031 66.260719 L 11.876594 66.624 L 12.107062 66.979469 L 12.333625 67.338844 L 12.560187 67.690406 L 12.78675 68.045875 L 13.013312 68.397438 L 13.243781 68.745094 L 13.696906 69.440406 L 13.923469 69.784156 L 14.150031 70.124 L 14.3805 70.463844 L 14.607062 70.803688 L 15.060187 71.475563 L 15.28675 71.807594 L 15.517219 72.139625 L 15.970344 72.795875 L 16.423469 73.444313 L 16.653937 73.768531 L 16.8805 74.088844 L 17.560187 75.038063 L 17.790656 75.350563 L 18.017219 75.663063 L 18.470344 76.28025 L 18.696906 76.584938 L 18.927375 76.889625 L 19.3805 77.491188 L 19.833625 78.084938 L 20.064094 78.377906 L 20.517219 78.963844 L 20.970344 79.541969 L 21.200812 79.827125 L 21.8805 80.670875 L 22.107062 80.948219 L 22.337531 81.225563 L 23.017219 82.045875 L 23.243781 82.315406 L 23.47425 82.581031 L 23.927375 83.112281 L 24.153937 83.374 L 24.3805 83.631813 L 24.610969 83.889625 L 24.837531 84.147438 L 25.290656 84.65525 L 25.517219 84.90525 L 25.747687 85.15525 L 26.200812 85.647438 L 26.653937 86.131813 L 26.884406 86.374 L 27.110969 86.612281 L 27.790656 87.315406 L 28.247687 87.772438 L 28.47425 88.002906 L 28.700812 88.225563 L 28.927375 88.452125 L 29.157844 88.670875 L 29.384406 88.893531 L 29.610969 89.108375 L 29.837531 89.327125 L 30.064094 89.541969 L 30.294562 89.752906 L 30.747687 90.174781 L 30.97425 90.381813 L 31.200812 90.584938 L 31.431281 90.788063 L 31.657844 90.991188 L 32.110969 91.389625 L 32.337531 91.584938 L 32.568 91.78025 L 33.021125 92.163063 L 33.47425 92.538063 L 33.704719 92.725563 L 33.931281 92.909156 L 34.610969 93.448219 L 34.841437 93.624 L 35.068 93.795875 L 35.294562 93.971656 L 35.521125 94.139625 L 35.747687 94.3115 L 35.978156 94.475563 L 36.204719 94.643531 L 36.431281 94.803688 L 36.657844 94.96775 L 36.884406 95.127906 L 37.110969 95.284156 L 37.341437 95.440406 L 37.568 95.596656 L 37.794562 95.749 L 38.247687 96.045875 L 38.478156 96.194313 L 38.931281 96.483375 L 39.384406 96.764625 L 39.614875 96.901344 L 39.841437 97.038063 L 40.521125 97.4365 L 40.751594 97.565406 L 41.431281 97.940406 L 41.657844 98.0615 L 41.888312 98.178688 L 42.114875 98.299781 L 42.341437 98.413063 L 42.568 98.53025 L 42.794562 98.639625 L 43.025031 98.752906 L 43.251594 98.858375 L 43.478156 98.96775 L 43.704719 99.073219 L 43.931281 99.174781 L 44.16175 99.276344 L 44.388312 99.377906 L 44.614875 99.475563 L 45.068 99.663063 L 45.298469 99.756813 L 45.751594 99.9365 L 46.204719 100.108375 L 46.435187 100.190406 L 46.66175 100.272438 L 47.341437 100.506813 L 47.571906 100.581031 L 48.251594 100.791969 L 48.478156 100.858375 L 48.708625 100.920875 L 48.935187 100.987281 L 49.614875 101.163063 L 49.845344 101.21775 L 50.298469 101.327125 L 50.525031 101.377906 L 50.751594 101.424781 L 50.982062 101.471656 L 51.66175 101.600563 L 51.888312 101.639625 L 52.118781 101.678688 L 52.571906 101.749 L 53.025031 101.8115 L 53.2555 101.838844 L 53.482062 101.866188 L 53.935187 101.913063 L 54.16175 101.932594 L 54.392219 101.952125 L 54.618781 101.971656 L 54.845344 101.987281 L 55.071906 101.999 L 55.298469 102.014625 L 55.528937 102.022438 L 55.982062 102.038063 L 56.435187 102.045875 L 56.665656 102.045875 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.693 68.03025 L 56.853156 68.127906 L 57.181281 68.323219 L 57.341437 68.420875 L 57.5055 68.518531 L 57.665656 68.616188 L 57.829719 68.713844 L 57.989875 68.8115 L 58.153937 68.909156 L 58.314094 69.006813 L 58.478156 69.100563 L 58.638312 69.198219 L 58.966437 69.393531 L 59.126594 69.491188 L 59.290656 69.588844 L 59.450812 69.6865 L 59.614875 69.784156 L 59.775031 69.881813 L 59.939094 69.979469 L 60.09925 70.077125 L 60.263312 70.174781 L 60.423469 70.272438 L 60.587531 70.370094 L 60.751594 70.463844 L 60.91175 70.5615 L 61.075812 70.659156 L 61.235969 70.756813 L 61.400031 70.854469 L 61.560187 70.952125 L 61.72425 71.049781 L 61.884406 71.147438 L 62.048469 71.245094 L 62.208625 71.34275 L 62.53675 71.538063 L 62.696906 71.635719 L 62.860969 71.729469 L 63.021125 71.827125 L 63.185187 71.924781 L 63.345344 72.022438 L 63.509406 72.120094 L 63.669562 72.21775 L 63.833625 72.315406 L 63.993781 72.413063 L 64.321906 72.608375 L 64.482062 72.706031 L 64.646125 72.803688 L 64.806281 72.901344 L 64.970344 72.999 L 65.1305 73.09275 L 65.294562 73.190406 L 65.454719 73.288063 L 65.618781 73.385719 L 65.778937 73.483375 L 66.107062 73.678688 L 66.267219 73.776344 L 66.431281 73.874 L 66.591437 73.971656 L 66.7555 74.069313 L 66.915656 74.166969 L 67.079719 74.264625 L 67.239875 74.362281 L 67.403937 74.456031 L 67.564094 74.553688 L 67.892219 74.749 L 68.052375 74.846656 L 68.216437 74.944313 L 68.376594 75.041969 L 68.540656 75.139625 L 68.700812 75.237281 L 68.864875 75.334938 L 69.025031 75.432594 L 69.189094 75.53025 L 69.34925 75.627906 L 69.513312 75.721656 L 69.677375 75.819313 L 69.837531 75.916969 L 70.001594 76.014625 L 70.16175 76.112281 L 70.325812 76.209938 L 70.485969 76.307594 L 70.650031 76.40525 L 70.810187 76.502906 L 70.97425 76.600563 L 71.134406 76.698219 L 71.462531 76.893531 L 71.622687 76.991188 L 71.78675 77.084938 L 71.946906 77.182594 L 72.110969 77.28025 L 72.271125 77.377906 L 72.435187 77.475563 L 72.595344 77.573219 L 72.759406 77.670875 L 72.919562 77.768531 L 73.247687 77.963844 L 73.407844 78.0615 L 73.571906 78.159156 L 73.732062 78.256813 L 73.896125 78.354469 L 74.056281 78.448219 L 74.220344 78.545875 L 74.3805 78.643531 L 74.544562 78.741188 L 74.704719 78.838844 L 75.032844 79.034156 L 75.193 79.131813 L 75.357062 79.229469 L 75.517219 79.327125 L 75.681281 79.424781 L 75.841437 79.522438 L 76.0055 79.620094 L 76.165656 79.71775 L 76.329719 79.8115 L 76.489875 79.909156 L 76.818 80.104469 L 76.978156 80.202125 L 77.142219 80.299781 L 77.302375 80.397438 L 77.466437 80.495094 L 77.626594 80.59275 L 77.790656 80.690406 L 77.950812 80.788063 L 78.114875 80.885719 L 78.275031 80.983375 L 78.439094 81.077125 L 78.603156 81.174781 L 78.763312 81.272438 L 78.927375 81.370094 L 79.087531 81.46775 L 79.251594 81.565406 L 79.41175 81.663063 L 79.575812 81.760719 L 79.735969 81.858375 L 79.900031 81.956031 L 80.060187 82.053688 L 80.388312 82.249 L 80.548469 82.346656 L 80.712531 82.440406 L 80.872687 82.538063 L 81.03675 82.635719 L 81.196906 82.733375 L 81.360969 82.831031 L 81.521125 82.928688 L 81.685187 83.026344 L 81.845344 83.124 L 82.173469 83.319313 L 82.333625 83.416969 L 82.497687 83.514625 L 82.657844 83.612281 L 82.821906 83.706031 L 82.982062 83.803688 L 83.146125 83.901344 L 83.306281 83.999 L 83.470344 84.096656 L 83.6305 84.194313 L 83.958625 84.389625 L 84.118781 84.487281 L 84.282844 84.584938 L 84.443 84.682594 L 84.607062 84.78025 L 84.767219 84.877906 L 84.931281 84.975563 L 85.091437 85.073219 L 85.2555 85.166969 L 85.415656 85.264625 L 85.743781 85.459938 L 85.903937 85.557594 L 86.068 85.65525 L 86.228156 85.752906 L 86.392219 85.850563 L 86.552375 85.948219 L 86.716437 86.045875 L 86.876594 86.143531 L 87.040656 86.241188 L 87.200812 86.338844 L 87.364875 86.432594 L 87.528937 86.53025 L 87.689094 86.627906 L 87.853156 86.725563 L 88.013312 86.823219 L 88.177375 86.920875 L 88.337531 87.018531 L 88.501594 87.116188 L 88.66175 87.213844 L 88.825812 87.3115 L 88.985969 87.409156 L 89.314094 87.604469 L 89.47425 87.702125 L 89.638312 87.795875 L 89.798469 87.893531 L 89.962531 87.991188 L 90.122687 88.088844 L 90.28675 88.1865 L 90.446906 88.284156 L 90.610969 88.381813 L 90.771125 88.479469 L 91.09925 88.674781 L 91.259406 88.772438 L 91.423469 88.870094 L 91.583625 88.96775 L 91.747687 89.0615 L 91.907844 89.159156 L 92.071906 89.256813 L 92.232062 89.354469 L 92.396125 89.452125 L 92.556281 89.549781 L 92.884406 89.745094 L 93.044562 89.84275 L 93.208625 89.940406 L 93.368781 90.038063 L 93.532844 90.135719 L 93.693 90.233375 L 93.857062 90.331031 L 94.017219 90.424781 L 94.181281 90.522438 L 94.341437 90.620094 L 94.5055 90.71775 L 94.665656 90.815406 L 94.993781 91.010719 L 95.153937 91.108375 L 95.318 91.206031 L 95.478156 91.303688 L 95.642219 91.401344 L 95.802375 91.499 L 95.966437 91.596656 L 96.126594 91.694313 L 96.290656 91.788063 L 96.450812 91.885719 L 96.778937 92.081031 L 96.939094 92.178688 L 97.103156 92.276344 L 97.263312 92.374 L 97.427375 92.471656 L 97.587531 92.569313 L 97.751594 92.666969 L 97.91175 92.764625 L 98.075812 92.862281 L 98.235969 92.959938 L 98.400031 93.057594 L 98.564094 93.151344 L 98.72425 93.249 L 98.888312 93.346656 L 99.048469 93.444313 L 99.212531 93.541969 L 99.372687 93.639625 L 99.53675 93.737281 L 99.696906 93.834938 L 99.860969 93.932594 L 100.021125 94.03025 L 100.34925 94.225563 L 100.509406 94.323219 L 100.673469 94.416969 L 100.833625 94.514625 L 100.997687 94.612281 L 101.157844 94.709938 L 101.321906 94.807594 L 101.482062 94.90525 L 101.646125 95.002906 L 101.806281 95.100563 L 102.134406 95.295875 L 102.294562 95.393531 L 102.458625 95.491188 L 102.618781 95.588844 L 102.782844 95.6865 L 102.943 95.78025 L 103.107062 95.877906 L 103.267219 95.975563 L 103.431281 96.073219 L 103.591437 96.170875 L 103.919562 96.366188 L 104.079719 96.463844 L 104.243781 96.5615 L 104.403937 96.659156 L 104.568 96.756813 L 104.728156 96.854469 L 104.892219 96.952125 L 105.052375 97.049781 L 105.216437 97.143531 L 105.376594 97.241188 L 105.704719 97.4365 L 105.864875 97.534156 L 106.028937 97.631813 L 106.189094 97.729469 L 106.353156 97.827125 L 106.513312 97.924781 L 106.677375 98.022438 L 106.837531 98.120094 L 107.001594 98.21775 L 107.16175 98.315406 L 107.325812 98.409156 L 107.489875 98.506813 L 107.650031 98.604469 L 107.814094 98.702125 L 107.97425 98.799781 L 108.138312 98.897438 L 108.298469 98.995094 L 108.462531 99.09275 L 108.622687 99.190406 L 108.78675 99.288063 L 108.946906 99.385719 L 109.275031 99.581031 L 109.435187 99.678688 L 109.59925 99.772438 L 109.759406 99.870094 L 109.923469 99.96775 L 110.083625 100.065406 L 110.247687 100.163063 L 110.407844 100.260719 L 110.571906 100.358375 L 110.732062 100.456031 L 111.060187 100.651344 L 111.220344 100.749 L 111.384406 100.846656 L 111.544562 100.944313 L 111.708625 101.041969 L 111.868781 101.135719 L 112.032844 101.233375 L 112.193 101.331031 L 112.357062 101.428688 L 112.517219 101.526344 L 112.845344 101.721656 L 113.0055 101.819313 L 113.169562 101.916969 L 109.333625 99.616188 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 242.636719 32.109375 C 241.320312 32.597656 238.996094 33.089844 237.195312 33.109375 L 239.195312 36.441406 C 240.0625 34.863281 241.585938 33.042969 242.636719 32.109375 "/>
<path style="fill-rule:nonzero;fill:rgb(0%,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 -20.685906 72.565406 C -20.685906 73.666969 -21.576531 74.557594 -22.678094 74.557594 C -23.77575 74.557594 -24.670281 73.666969 -24.670281 72.565406 C -24.670281 71.46775 -23.77575 70.573219 -22.678094 70.573219 C -21.576531 70.573219 -20.685906 71.46775 -20.685906 72.565406 Z M -20.685906 72.565406 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 -20.685906 -9.071312 C -20.685906 -7.96975 -21.576531 -7.079125 -22.678094 -7.079125 C -23.77575 -7.079125 -24.670281 -7.96975 -24.670281 -9.071312 C -24.670281 -10.172875 -23.77575 -11.0635 -22.678094 -11.0635 C -21.576531 -11.0635 -20.685906 -10.172875 -20.685906 -9.071312 Z M -20.685906 -9.071312 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<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 58.685187 102.045875 C 58.685187 103.147438 57.794562 104.038063 56.693 104.038063 C 55.591437 104.038063 54.700812 103.147438 54.700812 102.045875 C 54.700812 100.948219 55.591437 100.053688 56.693 100.053688 C 57.794562 100.053688 58.685187 100.948219 58.685187 102.045875 Z M 58.685187 102.045875 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,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 58.685187 68.03025 C 58.685187 69.131813 57.794562 70.022438 56.693 70.022438 C 55.591437 70.022438 54.700812 69.131813 54.700812 68.03025 C 54.700812 66.932594 55.591437 66.038063 56.693 66.038063 C 57.794562 66.038063 58.685187 66.932594 58.685187 68.03025 Z M 58.685187 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
</g>
</svg>
</p> </p>