All written reports are pasted and it compiles
192
config.tex
@ -1,37 +1,3 @@
|
||||
\usepackage[french,english]{babel}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{figs/}}
|
||||
|
||||
\usepackage{subcaption}
|
||||
\captionsetup{subrefformat=parens}
|
||||
|
||||
\usepackage[ %
|
||||
acronym, % Separate acronyms and glossary
|
||||
toc, % appear in ToC
|
||||
automake, % auto-use the makeglossaries command (requires shell-escape)
|
||||
nonumberlist, % don't back reference pages
|
||||
nogroupskip, % don't group by letter
|
||||
nopostdot % don't add a dot at the end of each element
|
||||
]{glossaries}
|
||||
|
||||
\usepackage[stylemods=longextra]{glossaries-extra}
|
||||
|
||||
\setabbreviationstyle[acronym]{long-short}
|
||||
\setglossarystyle{long-name-desc}
|
||||
|
||||
\usepackage[olditem,oldenum]{paralist}
|
||||
|
||||
\RequirePackage{setspace}
|
||||
\onehalfspacing
|
||||
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
|
||||
\usepackage[binary-units=true]{siunitx}
|
||||
|
||||
\sisetup{%
|
||||
@ -48,6 +14,7 @@
|
||||
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsthm}
|
||||
\usepackage{bm}
|
||||
\usepackage{dsfont}
|
||||
|
||||
\let\originalleft\left
|
||||
@ -55,151 +22,16 @@
|
||||
\renewcommand{\left}{\mathopen{}\mathclose\bgroup\originalleft}
|
||||
\renewcommand{\right}{\aftergroup\egroup\originalright}
|
||||
|
||||
\clubpenalty = 10000
|
||||
\widowpenalty = 10000
|
||||
\displaywidowpenalty = 10000
|
||||
\usepackage[ %
|
||||
acronym, % Separate acronyms and glossary
|
||||
toc, % appear in ToC
|
||||
automake, % auto-use the makeglossaries command (requires shell-escape)
|
||||
nonumberlist, % don't back reference pages
|
||||
nogroupskip, % don't group by letter
|
||||
nopostdot % don't add a dot at the end of each element
|
||||
]{glossaries}
|
||||
|
||||
\usepackage{scrlayer-scrpage}
|
||||
\usepackage[stylemods=longextra]{glossaries-extra}
|
||||
|
||||
\pagestyle{scrheadings}
|
||||
|
||||
\renewcommand{\partformat}{\huge\partname~\thepart\autodot}
|
||||
\renewcommand{\raggedpart}{\flushleft}
|
||||
|
||||
\setkomafont{part}{\normalfont\huge\scshape}
|
||||
|
||||
\setkomafont{sectioning}{\normalfont\scshape}
|
||||
\setkomafont{descriptionlabel}{\normalfont\bfseries}
|
||||
|
||||
\setkomafont{caption}{\small}
|
||||
\setkomafont{captionlabel}{\usekomafont{caption}}
|
||||
|
||||
\setcounter{secnumdepth}{\subsubsectionnumdepth}
|
||||
|
||||
\makeatletter
|
||||
\renewcommand*{\chapterformat}{ \mbox{\chapappifchapterprefix{\nobreakspace}{\color{BrickRed}\fontsize{40}{45}\selectfont\thechapter}\autodot\enskip}}
|
||||
% Section with color
|
||||
% \renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
|
||||
\renewcommand\@seccntformat[1]{{\csname the#1\endcsname}\hspace{0.3em}}
|
||||
\makeatother
|
||||
|
||||
\renewcommand{\floatpagefraction}{.8}%
|
||||
|
||||
\usepackage{etoolbox}
|
||||
|
||||
\usepackage[ %
|
||||
colorlinks=true, %
|
||||
citecolor=BrickRed, %
|
||||
linkcolor=BrickRed, %
|
||||
urlcolor=BrickRed, %
|
||||
unicode %
|
||||
]{hyperref}
|
||||
|
||||
\usepackage{bookmark}
|
||||
|
||||
\bookmarksetup{depth=2}
|
||||
|
||||
\usepackage{xpatch} % Recommanded for biblatex
|
||||
\usepackage[ % use biblatex for bibliography
|
||||
backend=biber, % use biber backend (bibtex replacement) or bibtex
|
||||
style=ieee, % bib style
|
||||
hyperref=true, % activate hyperref support
|
||||
backref=true, % activate backrefs
|
||||
isbn=false, % don't show isbn tags
|
||||
url=false, % don't show url tags
|
||||
doi=false, % don't show doi tags
|
||||
urldate=long, % display type for dates
|
||||
maxnames=3, %
|
||||
minnames=1, %
|
||||
maxbibnames=5, %
|
||||
minbibnames=3, %
|
||||
maxcitenames=2, %
|
||||
mincitenames=1 %
|
||||
]{biblatex}
|
||||
|
||||
\defbibenvironment{mypubs}
|
||||
{\list
|
||||
{}
|
||||
{\setlength{\leftmargin}{\bibhang}%
|
||||
\setlength{\itemindent}{-\leftmargin}%
|
||||
\setlength{\itemsep}{\bibitemsep}%
|
||||
\setlength{\parsep}{\bibparsep}}}
|
||||
{\endlist}
|
||||
{\item}
|
||||
|
||||
\AtEveryBibitem{%
|
||||
\clearfield{urlyear}
|
||||
\clearfield{urlmonth}
|
||||
\clearfield{note}
|
||||
\clearfield{issn} % Remove issn
|
||||
\clearfield{doi} % Remove doi
|
||||
\ifentrytype{online}{}{% Remove url except for @online
|
||||
\clearfield{url}
|
||||
}
|
||||
}
|
||||
|
||||
\setlength\bibitemsep{1.1\itemsep}
|
||||
|
||||
\renewcommand*{\bibfont}{\footnotesize}
|
||||
|
||||
\usepackage{minitoc}
|
||||
% Change section font
|
||||
\renewcommand{\mtcSfont}{\small}
|
||||
% Change indentation
|
||||
\setlength{\mtcindent}{0pt}
|
||||
% \usepackage[nottoc]{tocbibind}
|
||||
|
||||
\ifxetexorluatex
|
||||
\usepackage{unicode-math}
|
||||
\setmainfont{EB Garamond}
|
||||
\setmathfont{Garamond Math}
|
||||
|
||||
% Load some missing symbols from another font.
|
||||
\setmathfont{STIX Two Math}[%
|
||||
range = {
|
||||
\sharp,
|
||||
\natural,
|
||||
\flat,
|
||||
\clubsuit,
|
||||
\spadesuit,
|
||||
\checkmark
|
||||
}
|
||||
]
|
||||
\setmonofont[Scale=MatchLowercase]{Source Code Pro}
|
||||
\else
|
||||
\usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
|
||||
\usepackage[oldstyle,scale=0.7]{sourcecodepro} % https://tug.org/FontCatalogue/sourcecodepro/
|
||||
\singlespacing
|
||||
\fi
|
||||
|
||||
\usepackage[usenames,dvipsnames]{xcolor}
|
||||
|
||||
\usepackage{csquotes}
|
||||
|
||||
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip1em
|
||||
\hbox{}\nobreak\hfill #1%
|
||||
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
|
||||
|
||||
\newsavebox\mybox
|
||||
\newenvironment{aquote}[1]
|
||||
{\savebox\mybox{#1}\begin{quote}\openautoquote\hspace*{-.7ex}}
|
||||
{\unskip\closeautoquote\vspace*{1mm}\signed{\usebox\mybox}\end{quote}}
|
||||
|
||||
\usepackage{setspace}
|
||||
\setstretch{1.25}
|
||||
|
||||
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
|
||||
|
||||
\numberwithin{equation}{chapter}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{minted}
|
||||
\setminted{autogobble=true,fontsize=\small,baselinestretch=0.8}
|
||||
\setminted[python]{python3=true,tabsize=4}
|
||||
\usemintedstyle{trac}
|
||||
\lstset{abovecaptionskip=0}
|
||||
\renewcommand{\listingscaption}{Code Snippet}
|
||||
|
||||
\AtEndEnvironment{listing}{\vspace{-16pt}}
|
||||
|
||||
\usepackage{scrhack}
|
||||
\setabbreviationstyle[acronym]{long-short}
|
||||
\setglossarystyle{long-name-desc}
|
||||
|
209
config_extra.tex
@ -1,2 +1,211 @@
|
||||
\usepackage[french,english]{babel}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{figs/}}
|
||||
|
||||
\usepackage{caption}
|
||||
\usepackage{subcaption}
|
||||
\captionsetup{subrefformat=parens}
|
||||
|
||||
\captionsetup[figure]{labelfont=bf}
|
||||
\captionsetup[subfigure]{labelfont=bf}
|
||||
\captionsetup[listing]{labelfont=bf}
|
||||
\captionsetup[table]{labelfont=bf}
|
||||
|
||||
\usepackage[olditem,oldenum]{paralist}
|
||||
|
||||
\RequirePackage{setspace}
|
||||
\onehalfspacing
|
||||
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
|
||||
\clubpenalty = 10000
|
||||
\widowpenalty = 10000
|
||||
\displaywidowpenalty = 10000
|
||||
|
||||
\usepackage{scrlayer-scrpage}
|
||||
|
||||
\pagestyle{scrheadings}
|
||||
|
||||
\renewcommand{\partformat}{\huge\partname~\thepart\autodot}
|
||||
\renewcommand{\raggedpart}{\flushleft}
|
||||
|
||||
\setkomafont{part}{\normalfont\huge\scshape}
|
||||
|
||||
\setkomafont{sectioning}{\normalfont\scshape}
|
||||
\setkomafont{descriptionlabel}{\normalfont\bfseries}
|
||||
|
||||
\setkomafont{caption}{\small}
|
||||
\setkomafont{captionlabel}{\usekomafont{caption}}
|
||||
|
||||
\setcounter{secnumdepth}{\subsubsectionnumdepth}
|
||||
|
||||
\makeatletter
|
||||
\renewcommand*{\chapterformat}{ \mbox{\chapappifchapterprefix{\nobreakspace}{\color{BrickRed}\fontsize{40}{45}\selectfont\thechapter}\autodot\enskip}}
|
||||
% Section with color
|
||||
% \renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
|
||||
\renewcommand\@seccntformat[1]{{\csname the#1\endcsname}\hspace{0.3em}}
|
||||
\makeatother
|
||||
|
||||
\renewcommand{\floatpagefraction}{.8}%
|
||||
|
||||
\usepackage{etoolbox}
|
||||
|
||||
\pretocmd{\section}{\clearpage}{}{}
|
||||
|
||||
\usepackage[ %
|
||||
colorlinks=true, %
|
||||
citecolor=BrickRed, %
|
||||
linkcolor=BrickRed, %
|
||||
urlcolor=BrickRed, %
|
||||
unicode %
|
||||
]{hyperref}
|
||||
|
||||
\usepackage{hypcap}
|
||||
|
||||
\usepackage{bookmark}
|
||||
|
||||
\bookmarksetup{depth=2}
|
||||
|
||||
\makeatletter
|
||||
\preto\Gin@extensions{png,}
|
||||
\DeclareGraphicsRule{.png}{pdf}{.pdf}{\noexpand\Gin@base.pdf}
|
||||
\preto\Gin@extensions{gif,}
|
||||
\DeclareGraphicsRule{.gif}{png}{.png}{\noexpand\Gin@base.png}
|
||||
\makeatother
|
||||
|
||||
\usepackage{xpatch} % Recommanded for biblatex
|
||||
\usepackage[ % use biblatex for bibliography
|
||||
backend=biber, % use biber backend (bibtex replacement) or bibtex
|
||||
style=ieee, % bib style
|
||||
hyperref=true, % activate hyperref support
|
||||
backref=true, % activate backrefs
|
||||
isbn=false, % don't show isbn tags
|
||||
url=false, % don't show url tags
|
||||
doi=false, % don't show doi tags
|
||||
urldate=long, % display type for dates
|
||||
maxnames=3, %
|
||||
minnames=1, %
|
||||
maxbibnames=5, %
|
||||
minbibnames=3, %
|
||||
maxcitenames=2, %
|
||||
mincitenames=1 %
|
||||
]{biblatex}
|
||||
|
||||
\defbibenvironment{mypubs}
|
||||
{\list
|
||||
{}
|
||||
{\setlength{\leftmargin}{\bibhang}%
|
||||
\setlength{\itemindent}{-\leftmargin}%
|
||||
\setlength{\itemsep}{\bibitemsep}%
|
||||
\setlength{\parsep}{\bibparsep}}}
|
||||
{\endlist}
|
||||
{\item}
|
||||
|
||||
\AtEveryBibitem{%
|
||||
\clearfield{urlyear}
|
||||
\clearfield{urlmonth}
|
||||
\clearfield{note}
|
||||
\clearfield{issn} % Remove issn
|
||||
\clearfield{doi} % Remove doi
|
||||
\ifentrytype{online}{}{% Remove url except for @online
|
||||
\clearfield{url}
|
||||
}
|
||||
}
|
||||
|
||||
\setlength\bibitemsep{1.1\itemsep}
|
||||
|
||||
\renewcommand*{\bibfont}{\footnotesize}
|
||||
|
||||
\usepackage{minitoc}
|
||||
% Change section font
|
||||
\renewcommand{\mtcSfont}{\small}
|
||||
% Change indentation
|
||||
\setlength{\mtcindent}{0pt}
|
||||
% \usepackage[nottoc]{tocbibind}
|
||||
|
||||
\ifxetexorluatex
|
||||
% \usepackage{unicode-math} % It seems I don't need that as I don't want to use unicode char
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{EB Garamond}
|
||||
% \setmathfont{Garamond Math}
|
||||
|
||||
% % Load some missing symbols from another font.
|
||||
% \setmathfont{STIX Two Math}[%
|
||||
% range = {
|
||||
% \sharp,
|
||||
% \natural,
|
||||
% \flat,
|
||||
% \clubsuit,
|
||||
% \spadesuit,
|
||||
% \checkmark
|
||||
% }
|
||||
% ]
|
||||
% \setmonofont[Scale=MatchLowercase]{Source Code Pro}
|
||||
\else
|
||||
% \usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
|
||||
\usepackage[oldstyle,scale=0.7]{sourcecodepro} % https://tug.org/FontCatalogue/sourcecodepro/
|
||||
\singlespacing
|
||||
\fi
|
||||
|
||||
\usepackage[usenames,dvipsnames]{xcolor}
|
||||
|
||||
\definecolor{my-blue}{HTML}{6b7adb}
|
||||
\definecolor{my-pale-blue}{HTML}{e6e9f9}
|
||||
\definecolor{my-red}{HTML}{db6b6b}
|
||||
\definecolor{my-pale-red}{HTML}{f9e6e6}
|
||||
\definecolor{my-green}{HTML}{6bdbb6}
|
||||
\definecolor{my-pale-green}{HTML}{e6f9f3}
|
||||
\definecolor{my-yellow}{HTML}{dbd26b}
|
||||
\definecolor{my-pale-yellow}{HTML}{f9f7e6}
|
||||
\definecolor{my-orange}{HTML}{dba76b}
|
||||
\definecolor{my-pale-orange}{HTML}{f9f0e6}
|
||||
\definecolor{my-grey}{HTML}{a3a3a3}
|
||||
\definecolor{my-pale-grey}{HTML}{f0f0f0}
|
||||
\definecolor{my-turq}{HTML}{6bc7db}
|
||||
\definecolor{my-pale-turq}{HTML}{e6f6f9}
|
||||
|
||||
\usepackage{csquotes}
|
||||
|
||||
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip1em
|
||||
\hbox{}\nobreak\hfill #1%
|
||||
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
|
||||
|
||||
\newsavebox\mybox
|
||||
\newenvironment{aquote}[1]
|
||||
{\savebox\mybox{#1}\begin{quote}\openautoquote\hspace*{-.7ex}}
|
||||
{\unskip\closeautoquote\vspace*{1mm}\signed{\usebox\mybox}\end{quote}}
|
||||
|
||||
\usepackage{setspace}
|
||||
\setstretch{1.25}
|
||||
|
||||
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
|
||||
|
||||
\numberwithin{equation}{chapter}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{minted}
|
||||
\setminted{autogobble=true,fontsize=\small,baselinestretch=0.8}
|
||||
\setminted[python]{python3=true,tabsize=4}
|
||||
\usemintedstyle{trac}
|
||||
\lstset{abovecaptionskip=0}
|
||||
\renewcommand{\listingscaption}{Code Snippet}
|
||||
|
||||
\AtEndEnvironment{listing}{\vspace{-16pt}}
|
||||
|
||||
\usepackage{scrhack}
|
||||
|
||||
\usepackage{float}
|
||||
\usepackage{enumitem}
|
||||
|
||||
% highlight
|
||||
\usepackage{soul}
|
||||
\sethlcolor{my-pale-grey}
|
||||
|
||||
\makeindex
|
||||
\makeglossaries
|
||||
|
Before Width: | Height: | Size: 84 KiB |
@ -1,324 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256.686" height="254.806" viewBox="0 0 256.686 254.806">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 5.765625 -3.5625 C 5.75 -3.609375 5.703125 -3.703125 5.578125 -3.65625 C 5.46875 -3.59375 5.5 -3.53125 5.53125 -3.46875 C 5.734375 -2.9375 5.5625 -2.640625 5.3125 -2.515625 C 5.046875 -2.390625 4.90625 -2.515625 4.75 -2.625 C 4.609375 -2.78125 4.28125 -3.265625 4.0625 -3.625 C 3.765625 -4.09375 3.4375 -4.609375 2.40625 -4.46875 C 3.0625 -5.046875 3.46875 -5.828125 3.171875 -6.453125 C 2.796875 -7.265625 1.53125 -7.453125 0.34375 -6.890625 L -2.25 -5.6875 L -2.140625 -5.453125 L -1.953125 -5.53125 C -1.328125 -5.828125 -1.28125 -5.734375 -1.140625 -5.4375 L 0.84375 -1.171875 C 0.984375 -0.875 1.015625 -0.78125 0.390625 -0.484375 L 0.203125 -0.40625 L 0.328125 -0.15625 C 0.6875 -0.359375 1.109375 -0.546875 1.484375 -0.734375 C 1.875 -0.921875 2.28125 -1.09375 2.6875 -1.25 L 2.5625 -1.5 L 2.375 -1.40625 C 1.75 -1.125 1.703125 -1.203125 1.5625 -1.5 L 0.609375 -3.53125 L 1.578125 -4 C 2.15625 -4.265625 2.578125 -4.078125 2.625 -4.0625 C 3.015625 -3.875 3.0625 -3.75 3.328125 -3.171875 C 3.578125 -2.640625 3.75 -2.265625 4.28125 -2.15625 C 4.796875 -2.015625 5.296875 -2.25 5.375 -2.28125 C 6.046875 -2.59375 5.859375 -3.375 5.765625 -3.5625 Z M 2.359375 -6.0625 C 2.6875 -5.375 2.5625 -4.703125 1.453125 -4.1875 L 0.515625 -3.734375 L -0.453125 -5.8125 C -0.546875 -6.03125 -0.5625 -6.109375 -0.421875 -6.203125 C -0.375 -6.28125 -0.109375 -6.40625 0.0625 -6.484375 C 0.765625 -6.796875 1.796875 -7.28125 2.359375 -6.0625 Z M 2.359375 -6.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 3.109375 -3.5625 C 2.625 -4.625 1.390625 -5.078125 0.375 -4.609375 C -0.65625 -4.125 -1.046875 -2.875 -0.578125 -1.84375 C -0.09375 -0.8125 1.125 -0.421875 2.125 -0.890625 C 3.140625 -1.375 3.578125 -2.5625 3.109375 -3.5625 Z M 2.390625 -3.296875 C 2.53125 -3 2.75 -2.53125 2.71875 -2.09375 C 2.65625 -1.609375 2.359375 -1.265625 2.015625 -1.109375 C 1.625 -0.921875 1.1875 -0.96875 0.84375 -1.1875 C 0.46875 -1.421875 0.265625 -1.875 0.09375 -2.234375 C -0.046875 -2.53125 -0.25 -3 -0.21875 -3.4375 C -0.171875 -3.953125 0.1875 -4.25 0.484375 -4.390625 C 0.9375 -4.609375 1.390625 -4.515625 1.671875 -4.3125 C 2.03125 -4.046875 2.234375 -3.640625 2.390625 -3.296875 Z M 2.390625 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3">
|
||||
<path d="M 2.3125 -2.296875 L 2.09375 -2.765625 L 1.859375 -2.65625 L 2.0625 -2.21875 C 2.34375 -1.609375 2.234375 -1.203125 1.953125 -1.078125 C 1.390625 -0.828125 1.0625 -1.53125 0.984375 -1.671875 L -0.0625 -3.9375 L 1.125 -4.484375 L 1.015625 -4.734375 L -0.171875 -4.1875 L -0.875 -5.671875 L -1.09375 -5.5625 C -0.765625 -4.890625 -0.6875 -3.90625 -1.453125 -3.53125 L -1.359375 -3.328125 L -0.65625 -3.65625 L 0.390625 -1.40625 C 0.8125 -0.5 1.5625 -0.625 2 -0.828125 C 2.546875 -1.078125 2.578125 -1.71875 2.3125 -2.296875 Z M 2.3125 -2.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4">
|
||||
<path d="M 3.6875 -2.59375 L 3.484375 -3.046875 L 3.265625 -2.953125 L 3.46875 -2.515625 C 3.515625 -2.421875 3.703125 -2.015625 3.40625 -1.875 C 3.109375 -1.734375 2.921875 -2.125 2.875 -2.25 L 2.203125 -3.6875 C 1.984375 -4.140625 1.859375 -4.421875 1.34375 -4.578125 C 0.90625 -4.703125 0.46875 -4.65625 0.046875 -4.453125 C -0.625 -4.140625 -1.015625 -3.53125 -0.78125 -3.015625 C -0.65625 -2.75 -0.421875 -2.6875 -0.21875 -2.796875 C 0.015625 -2.890625 0.078125 -3.140625 -0.015625 -3.359375 C -0.1875 -3.6875 -0.5625 -3.5625 -0.5625 -3.5625 C -0.4375 -3.875 -0.078125 -4.125 0.140625 -4.234375 C 0.5625 -4.421875 1.171875 -4.34375 1.5 -3.625 L 1.625 -3.359375 C 1.203125 -3.140625 0.609375 -2.8125 0.171875 -2.3125 C -0.265625 -1.765625 -0.25 -1.25 -0.109375 -0.921875 C 0.203125 -0.25 1.09375 -0.40625 1.640625 -0.671875 C 2.3125 -0.984375 2.40625 -1.5625 2.421875 -1.828125 C 2.625 -1.515625 2.984375 -1.34375 3.328125 -1.5 C 3.546875 -1.59375 4 -1.953125 3.6875 -2.59375 Z M 2.09375 -2.359375 C 2.453125 -1.578125 1.96875 -1.046875 1.609375 -0.875 C 1.234375 -0.703125 0.734375 -0.8125 0.546875 -1.21875 C 0.296875 -1.75 0.484375 -2.53125 1.71875 -3.171875 Z M 2.09375 -2.359375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5">
|
||||
<path d="M 2.046875 -0.953125 L 1.921875 -1.203125 C 1.40625 -0.96875 1.34375 -0.984375 1.203125 -1.296875 L -0.1875 -4.265625 L -1.296875 -3.65625 L -1.1875 -3.40625 C -0.671875 -3.640625 -0.578125 -3.625 -0.390625 -3.21875 L 0.625 -1.046875 C 0.796875 -0.671875 0.703125 -0.640625 0.171875 -0.390625 L 0.296875 -0.140625 C 0.65625 -0.3125 0.8125 -0.421875 1.171875 -0.578125 C 1.296875 -0.640625 1.640625 -0.796875 2.046875 -0.953125 Z M -0.6875 -5.65625 C -0.796875 -5.890625 -1.078125 -5.984375 -1.328125 -5.875 C -1.5625 -5.75 -1.671875 -5.484375 -1.5625 -5.25 C -1.453125 -4.984375 -1.15625 -4.875 -0.921875 -5 C -0.671875 -5.109375 -0.578125 -5.390625 -0.6875 -5.65625 Z M -0.6875 -5.65625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-6">
|
||||
<path d="M 4.4375 -2.0625 L 4.3125 -2.3125 C 3.890625 -2.125 3.703125 -2.03125 3.578125 -2.296875 L 2.84375 -3.84375 C 2.53125 -4.515625 2.421875 -4.75 2.0625 -4.921875 C 1.78125 -5.0625 1.421875 -5.015625 1.015625 -4.828125 C 0.25 -4.46875 0.1875 -3.765625 0.15625 -3.484375 L 0.140625 -3.484375 L -0.21875 -4.265625 L -1.34375 -3.625 L -1.234375 -3.375 C -0.6875 -3.640625 -0.578125 -3.609375 -0.390625 -3.21875 L 0.609375 -1.046875 C 0.78125 -0.671875 0.703125 -0.640625 0.15625 -0.375 L 0.28125 -0.125 C 0.671875 -0.328125 0.8125 -0.421875 1.1875 -0.59375 C 1.578125 -0.78125 1.703125 -0.8125 2.140625 -1 L 2.015625 -1.25 C 1.46875 -1 1.390625 -0.953125 1.21875 -1.328125 L 0.53125 -2.796875 C 0.140625 -3.65625 0.546875 -4.375 1.0625 -4.625 C 1.515625 -4.84375 1.828125 -4.484375 2.0625 -4 L 2.921875 -2.125 C 3.09375 -1.75 3 -1.703125 2.46875 -1.453125 L 2.59375 -1.203125 C 2.96875 -1.40625 3.109375 -1.484375 3.5 -1.671875 C 3.890625 -1.859375 4 -1.890625 4.4375 -2.0625 Z M 4.4375 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-7">
|
||||
<path d="M 2.515625 -5.15625 C 2.453125 -5.3125 2.21875 -5.515625 1.890625 -5.375 C 1.65625 -5.265625 1.34375 -4.984375 1.203125 -4.578125 C 0.875 -4.640625 0.515625 -4.609375 0.1875 -4.4375 C -0.59375 -4.078125 -0.90625 -3.265625 -0.609375 -2.625 C -0.421875 -2.21875 -0.046875 -2.03125 0.125 -1.984375 C 0.125 -1.9375 0.03125 -1.5625 0.203125 -1.1875 C 0.328125 -0.921875 0.59375 -0.671875 0.90625 -0.640625 C 0.546875 -0.3125 0.359375 0.140625 0.53125 0.53125 C 0.796875 1.09375 1.8125 1.1875 2.859375 0.703125 C 3.859375 0.234375 4.5 -0.578125 4.21875 -1.203125 C 4.046875 -1.546875 3.734375 -1.828125 3.34375 -1.890625 C 2.765625 -1.953125 2.296875 -1.734375 1.515625 -1.375 C 1.359375 -1.296875 1.109375 -1.1875 1.015625 -1.15625 C 0.75 -1.109375 0.515625 -1.25 0.390625 -1.515625 C 0.328125 -1.65625 0.3125 -1.78125 0.328125 -1.921875 C 0.609375 -1.875 0.90625 -1.890625 1.28125 -2.0625 C 2.0625 -2.421875 2.390625 -3.25 2.09375 -3.890625 C 1.90625 -4.296875 1.53125 -4.46875 1.375 -4.515625 C 1.5625 -4.953125 1.9375 -5.125 2.046875 -5.171875 C 2.015625 -5.140625 1.96875 -5.0625 2.046875 -4.90625 C 2.078125 -4.828125 2.21875 -4.703125 2.40625 -4.796875 C 2.515625 -4.84375 2.59375 -4.984375 2.515625 -5.15625 Z M 1.46875 -3.59375 C 1.546875 -3.40625 1.921875 -2.625 1.1875 -2.28125 C 0.46875 -1.9375 0.09375 -2.71875 0.015625 -2.90625 C -0.09375 -3.140625 -0.203125 -3.421875 -0.15625 -3.6875 C -0.109375 -3.90625 0.03125 -4.125 0.265625 -4.234375 C 1 -4.578125 1.375 -3.78125 1.46875 -3.59375 Z M 3.765625 -1 C 3.984375 -0.53125 3.53125 0.125 2.765625 0.484375 C 1.96875 0.859375 1.1875 0.75 0.984375 0.296875 C 0.921875 0.171875 0.75 -0.40625 1.453125 -0.734375 L 2.1875 -1.078125 C 2.46875 -1.203125 3.453125 -1.65625 3.765625 -1 Z M 3.765625 -1 "/>
|
||||
</g>
|
||||
<g id="glyph-0-8">
|
||||
<path d="M 3.453125 -3.4375 C 3.234375 -3.90625 2.921875 -4.1875 2.609375 -4.328125 C 2.046875 -4.625 1.640625 -4.53125 1.046875 -4.40625 L 0.265625 -4.265625 C -0.46875 -4.09375 -0.921875 -4.53125 -1.078125 -4.890625 C -1.328125 -5.421875 -1.140625 -6.15625 -0.46875 -6.484375 C 0.578125 -6.96875 1.359375 -6.375 1.875 -5.609375 C 1.953125 -5.46875 1.984375 -5.4375 2.09375 -5.484375 C 2.203125 -5.53125 2.171875 -5.578125 2.09375 -5.75 L 1.359375 -7.328125 C 1.28125 -7.484375 1.25 -7.546875 1.15625 -7.5 C 1.09375 -7.46875 1.109375 -7.453125 1.078125 -7.359375 C 1.046875 -7.140625 1.078125 -7.296875 1 -6.75 C 0.796875 -6.84375 0.1875 -7.046875 -0.578125 -6.703125 C -1.53125 -6.25 -1.859375 -5.203125 -1.46875 -4.375 C -1.171875 -3.75 -0.609375 -3.515625 -0.5625 -3.5 C -0.03125 -3.3125 0.15625 -3.34375 1.203125 -3.578125 C 1.9375 -3.71875 2.03125 -3.734375 2.421875 -3.59375 C 2.421875 -3.59375 2.84375 -3.421875 3.0625 -2.9375 C 3.328125 -2.390625 3.21875 -1.59375 2.46875 -1.25 C 1.859375 -0.953125 0.59375 -0.671875 -0.09375 -2 C -0.15625 -2.109375 -0.171875 -2.15625 -0.28125 -2.109375 C -0.390625 -2.0625 -0.359375 -1.984375 -0.28125 -1.828125 L 0.453125 -0.265625 C 0.515625 -0.109375 0.546875 -0.03125 0.640625 -0.078125 C 0.703125 -0.109375 0.703125 -0.125 0.71875 -0.234375 C 0.765625 -0.453125 0.71875 -0.296875 0.796875 -0.84375 C 1.515625 -0.59375 2.203125 -0.796875 2.59375 -0.984375 C 3.59375 -1.453125 3.859375 -2.578125 3.453125 -3.4375 Z M 3.453125 -3.4375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-9">
|
||||
<path d="M 3.015625 -2.59375 C 3 -2.640625 2.921875 -2.671875 2.859375 -2.640625 C 2.765625 -2.609375 2.78125 -2.53125 2.796875 -2.5 C 2.875 -1.53125 2.171875 -1.1875 2.0625 -1.125 C 1.671875 -0.953125 1.234375 -1.015625 0.90625 -1.203125 C 0.453125 -1.46875 0.234375 -1.953125 0.078125 -2.296875 L 2.390625 -3.375 C 2.5625 -3.453125 2.609375 -3.484375 2.53125 -3.65625 C 2.140625 -4.484375 1.3125 -5.046875 0.265625 -4.5625 C -0.71875 -4.109375 -1.0625 -2.90625 -0.59375 -1.890625 C -0.109375 -0.828125 1.140625 -0.4375 2.125 -0.890625 C 3.125 -1.359375 3.109375 -2.40625 3.015625 -2.59375 Z M 1.96875 -3.40625 L -0.015625 -2.484375 C -0.515625 -3.765625 0.140625 -4.234375 0.375 -4.34375 C 0.828125 -4.546875 1.46875 -4.453125 1.96875 -3.40625 Z M 1.96875 -3.40625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-10">
|
||||
<path d="M 4.4375 -2.0625 L 4.3125 -2.3125 C 3.75 -2.0625 3.671875 -2.09375 3.484375 -2.484375 L 2.140625 -5.359375 L 0.96875 -4.703125 L 1.078125 -4.453125 C 1.625 -4.71875 1.734375 -4.6875 1.921875 -4.296875 L 2.578125 -2.859375 C 2.921875 -2.140625 2.75 -1.421875 2.171875 -1.140625 C 1.5 -0.828125 1.296875 -1.171875 1.09375 -1.609375 L -0.15625 -4.28125 L -1.34375 -3.625 L -1.234375 -3.375 C -0.609375 -3.671875 -0.59375 -3.640625 -0.25 -2.921875 L 0.3125 -1.703125 C 0.5625 -1.171875 0.71875 -0.828125 1.21875 -0.71875 C 1.53125 -0.671875 1.90625 -0.78125 2.234375 -0.9375 C 2.640625 -1.125 2.9375 -1.484375 2.96875 -2.078125 L 2.984375 -2.09375 L 3.296875 -1.4375 Z M 4.4375 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-11">
|
||||
<path d="M 2.515625 -2.4375 C 2.34375 -2.8125 2.078125 -2.953125 1.8125 -3.046875 C 1.40625 -3.1875 1.09375 -3.125 0.4375 -2.9375 C 0.21875 -2.890625 -0.421875 -2.71875 -0.640625 -3.1875 C -0.765625 -3.4375 -0.734375 -3.859375 0 -4.203125 C 0.890625 -4.609375 1.25 -3.984375 1.359375 -3.765625 C 1.421875 -3.6875 1.4375 -3.640625 1.53125 -3.6875 C 1.65625 -3.734375 1.640625 -3.796875 1.5625 -3.9375 L 1.203125 -4.71875 C 1.140625 -4.859375 1.09375 -4.9375 0.984375 -4.890625 C 0.9375 -4.875 0.9375 -4.875 0.875 -4.734375 C 0.875 -4.703125 0.828125 -4.59375 0.796875 -4.515625 C 0.46875 -4.578125 0.1875 -4.53125 -0.09375 -4.390625 C -1.171875 -3.890625 -1.15625 -3.171875 -0.96875 -2.765625 C -0.84375 -2.484375 -0.609375 -2.34375 -0.34375 -2.25 C 0.03125 -2.125 0.375 -2.21875 0.828125 -2.328125 C 1.28125 -2.4375 1.4375 -2.46875 1.671875 -2.4375 C 1.78125 -2.390625 2.0625 -2.34375 2.203125 -2.03125 C 2.546875 -1.3125 1.71875 -0.9375 1.609375 -0.875 C 0.78125 -0.5 0.25 -1.109375 -0.046875 -1.5 C -0.109375 -1.546875 -0.15625 -1.59375 -0.25 -1.5625 C -0.375 -1.5 -0.34375 -1.421875 -0.28125 -1.28125 L 0.203125 -0.25 C 0.265625 -0.109375 0.3125 -0.046875 0.421875 -0.09375 C 0.46875 -0.125 0.46875 -0.125 0.546875 -0.34375 C 0.546875 -0.40625 0.578125 -0.5625 0.609375 -0.609375 C 1.109375 -0.421875 1.5 -0.609375 1.703125 -0.6875 C 2.6875 -1.15625 2.765625 -1.90625 2.515625 -2.4375 Z M 2.515625 -2.4375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-12">
|
||||
<path d="M 3.53125 -3.78125 C 3.046875 -4.8125 1.875 -5.234375 0.921875 -4.78125 C 0.484375 -4.578125 0.15625 -4.21875 0 -3.75 L -0.234375 -4.25 L -1.390625 -3.609375 L -1.28125 -3.359375 C -0.6875 -3.640625 -0.640625 -3.609375 -0.46875 -3.25 L 1.296875 0.546875 C 1.46875 0.90625 1.390625 0.953125 0.84375 1.203125 L 0.96875 1.46875 C 1.34375 1.265625 1.5 1.1875 1.890625 1 C 2.28125 0.828125 2.375 0.796875 2.828125 0.59375 L 2.703125 0.328125 C 2.171875 0.59375 2.078125 0.625 1.90625 0.265625 L 1.28125 -1.078125 C 1.609375 -0.96875 2 -0.828125 2.546875 -1.078125 C 3.5 -1.53125 4.015625 -2.71875 3.53125 -3.78125 Z M 2.84375 -3.453125 C 3.265625 -2.53125 3.046875 -1.5625 2.390625 -1.25 C 2.03125 -1.078125 1.609375 -1.15625 1.296875 -1.34375 C 1.109375 -1.453125 1.09375 -1.484375 1.03125 -1.625 L 0.1875 -3.421875 C 0.234375 -4.015625 0.625 -4.390625 0.96875 -4.546875 C 1.59375 -4.828125 2.421875 -4.34375 2.84375 -3.453125 Z M 2.84375 -3.453125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-13">
|
||||
<path d="M 4.375 -2.046875 L 4.25 -2.296875 C 3.703125 -2.03125 3.609375 -2.0625 3.421875 -2.453125 L 1.125 -7.390625 L -0.03125 -6.71875 L 0.078125 -6.484375 C 0.625 -6.75 0.75 -6.71875 0.921875 -6.328125 L 1.734375 -4.578125 C 1.671875 -4.625 1.109375 -4.875 0.46875 -4.578125 C -0.53125 -4.109375 -1.03125 -2.921875 -0.546875 -1.859375 C -0.078125 -0.859375 1.140625 -0.4375 2.09375 -0.875 C 2.6875 -1.15625 2.890625 -1.65625 2.953125 -1.890625 L 3.203125 -1.390625 Z M 2.703125 -2.453125 C 2.765625 -2.296875 2.78125 -2.28125 2.734375 -2.046875 C 2.671875 -1.5625 2.359375 -1.234375 2.03125 -1.078125 C 1.6875 -0.921875 1.28125 -0.96875 0.90625 -1.21875 C 0.515625 -1.453125 0.296875 -1.921875 0.171875 -2.1875 C 0 -2.578125 -0.171875 -3.015625 -0.109375 -3.453125 C -0.03125 -3.78125 0.15625 -4.203125 0.609375 -4.40625 C 0.9375 -4.5625 1.34375 -4.546875 1.703125 -4.328125 C 1.859375 -4.25 1.875 -4.234375 1.9375 -4.09375 Z M 2.703125 -2.453125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-14">
|
||||
<path d="M 3.328125 -6.453125 C 2.9375 -7.265625 1.78125 -7.5625 0.671875 -7.046875 L -2.25 -5.6875 L -2.140625 -5.453125 L -1.953125 -5.53125 C -1.328125 -5.828125 -1.28125 -5.734375 -1.140625 -5.4375 L 0.84375 -1.171875 C 0.984375 -0.875 1.015625 -0.78125 0.390625 -0.484375 L 0.203125 -0.40625 L 0.328125 -0.15625 C 0.671875 -0.359375 1.125 -0.5625 1.5 -0.734375 C 1.875 -0.921875 2.328125 -1.125 2.703125 -1.265625 L 2.578125 -1.515625 L 2.390625 -1.421875 C 1.765625 -1.140625 1.734375 -1.21875 1.59375 -1.515625 L 0.703125 -3.421875 L 2.0625 -4.0625 C 3.1875 -4.59375 3.6875 -5.671875 3.328125 -6.453125 Z M 2.5 -6.078125 C 2.671875 -5.71875 3.078125 -4.828125 1.734375 -4.1875 L 0.5625 -3.640625 L -0.453125 -5.8125 C -0.578125 -6.09375 -0.59375 -6.171875 -0.21875 -6.34375 L 0.5625 -6.703125 C 1.90625 -7.34375 2.328125 -6.453125 2.5 -6.078125 Z M 2.5 -6.078125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-15">
|
||||
<path d="M 2.125 -0.984375 L 2 -1.234375 C 1.46875 -0.984375 1.359375 -0.9375 1.1875 -1.3125 L -1.140625 -6.328125 L -2.28125 -5.671875 L -2.171875 -5.4375 C -1.625 -5.6875 -1.515625 -5.65625 -1.34375 -5.265625 L 0.625 -1.046875 C 0.796875 -0.671875 0.703125 -0.640625 0.171875 -0.390625 L 0.296875 -0.140625 C 0.6875 -0.328125 0.8125 -0.421875 1.1875 -0.59375 C 1.578125 -0.765625 1.71875 -0.8125 2.125 -0.984375 Z M 2.125 -0.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-16">
|
||||
<path d="M 0.578125 -6.53125 C 0.421875 -6.84375 -0.015625 -6.953125 -0.46875 -6.75 C -1.078125 -6.453125 -1.515625 -5.65625 -1.140625 -4.859375 L -0.703125 -3.921875 L -1.359375 -3.625 L -1.25 -3.375 L -0.59375 -3.671875 L 0.625 -1.046875 C 0.796875 -0.671875 0.703125 -0.640625 0.171875 -0.390625 L 0.296875 -0.140625 C 0.71875 -0.359375 0.8125 -0.421875 1.234375 -0.609375 L 2.265625 -1.0625 L 2.140625 -1.3125 L 1.984375 -1.234375 C 1.390625 -0.953125 1.328125 -1.03125 1.1875 -1.328125 L -0.03125 -3.9375 L 0.921875 -4.390625 L 0.8125 -4.640625 L -0.15625 -4.1875 L -0.59375 -5.109375 C -0.9375 -5.84375 -0.703125 -6.390625 -0.375 -6.546875 C -0.28125 -6.578125 -0.1875 -6.609375 -0.078125 -6.625 C -0.15625 -6.546875 -0.234375 -6.390625 -0.140625 -6.1875 C -0.046875 -5.96875 0.1875 -5.890625 0.390625 -5.984375 C 0.59375 -6.078125 0.671875 -6.3125 0.578125 -6.53125 Z M 0.578125 -6.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-17">
|
||||
<path d="M 1.59375 -4.5 C 1.46875 -4.75 1.125 -4.875 0.75 -4.703125 C 0.25 -4.46875 0.078125 -3.984375 0.125 -3.40625 L -0.265625 -4.234375 L -1.390625 -3.609375 L -1.28125 -3.359375 C -0.71875 -3.625 -0.625 -3.59375 -0.4375 -3.203125 L 0.5625 -1.03125 C 0.734375 -0.65625 0.65625 -0.609375 0.109375 -0.359375 L 0.234375 -0.109375 C 0.6875 -0.328125 0.765625 -0.390625 1.171875 -0.578125 L 2.21875 -1.03125 L 2.09375 -1.28125 L 1.9375 -1.21875 C 1.34375 -0.9375 1.28125 -1.015625 1.140625 -1.3125 L 0.578125 -2.53125 C 0.40625 -2.859375 -0.046875 -4.109375 0.890625 -4.546875 L 0.890625 -4.53125 C 0.859375 -4.515625 0.78125 -4.34375 0.875 -4.15625 C 0.984375 -3.9375 1.21875 -3.875 1.40625 -3.96875 C 1.578125 -4.046875 1.703125 -4.25 1.59375 -4.5 Z M 1.59375 -4.5 "/>
|
||||
</g>
|
||||
<g id="glyph-0-18">
|
||||
<path d="M 6.75 -3.15625 L 6.625 -3.40625 C 6.21875 -3.203125 6.015625 -3.109375 5.890625 -3.375 L 5.15625 -4.921875 C 4.84375 -5.625 4.734375 -5.84375 4.328125 -6.03125 C 4.0625 -6.140625 3.6875 -6.078125 3.328125 -5.90625 C 2.75 -5.640625 2.5 -5.125 2.484375 -4.578125 C 2.171875 -5.015625 1.703125 -5.15625 1.015625 -4.828125 C 0.375 -4.53125 0.171875 -3.921875 0.171875 -3.484375 L 0.15625 -3.484375 L -0.21875 -4.265625 L -1.34375 -3.625 L -1.234375 -3.375 C -0.6875 -3.640625 -0.578125 -3.609375 -0.390625 -3.21875 L 0.609375 -1.046875 C 0.78125 -0.671875 0.703125 -0.640625 0.15625 -0.375 L 0.28125 -0.125 C 0.671875 -0.328125 0.8125 -0.421875 1.1875 -0.59375 C 1.578125 -0.78125 1.703125 -0.8125 2.140625 -1 L 2.015625 -1.25 C 1.46875 -1 1.390625 -0.953125 1.21875 -1.328125 L 0.53125 -2.796875 C 0.125 -3.671875 0.5625 -4.390625 1.0625 -4.625 C 1.5 -4.828125 1.78125 -4.578125 2.0625 -4 L 2.921875 -2.125 C 3.09375 -1.75 3 -1.703125 2.46875 -1.453125 L 2.59375 -1.203125 C 2.96875 -1.40625 3.109375 -1.484375 3.515625 -1.671875 C 3.890625 -1.859375 4.015625 -1.890625 4.453125 -2.078125 L 4.328125 -2.328125 C 3.78125 -2.078125 3.703125 -2.03125 3.53125 -2.40625 L 2.84375 -3.875 C 2.4375 -4.75 2.875 -5.46875 3.359375 -5.6875 C 3.796875 -5.90625 4.09375 -5.65625 4.375 -5.078125 L 5.234375 -3.203125 C 5.40625 -2.828125 5.3125 -2.78125 4.78125 -2.546875 L 4.90625 -2.296875 C 5.296875 -2.484375 5.421875 -2.5625 5.8125 -2.75 C 6.203125 -2.9375 6.328125 -2.96875 6.75 -3.15625 Z M 6.75 -3.15625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-19">
|
||||
<path d="M 2.703125 -5.21875 L 2.59375 -5.46875 C 2.34375 -5.3125 2.078125 -5.203125 1.96875 -5.140625 C 1.75 -5.046875 1.5 -4.9375 1.28125 -4.859375 L 1.390625 -4.609375 C 1.765625 -4.765625 1.90625 -4.46875 1.90625 -4.4375 C 1.953125 -4.34375 1.96875 -4.25 1.953125 -4.171875 L 2.03125 -1.84375 L 0.140625 -3.546875 C 0.046875 -3.640625 0.03125 -3.703125 0.03125 -3.703125 C -0.078125 -3.921875 0.1875 -4.046875 0.359375 -4.125 L 0.25 -4.375 L -0.640625 -3.921875 C -0.671875 -3.90625 -1.140625 -3.6875 -1.453125 -3.578125 L -1.34375 -3.328125 C -0.984375 -3.5 -0.8125 -3.5625 -0.609375 -3.390625 L 2.0625 -0.96875 L 2.09375 -0.390625 C 2.109375 0.125 2.140625 0.765625 1.609375 1.03125 C 1.40625 1.109375 1.21875 1.09375 1.1875 1.078125 C 1.25 1.03125 1.4375 0.875 1.3125 0.59375 C 1.203125 0.390625 0.984375 0.328125 0.8125 0.421875 C 0.609375 0.515625 0.515625 0.703125 0.625 0.90625 C 0.796875 1.28125 1.28125 1.421875 1.6875 1.234375 C 2.21875 0.96875 2.34375 0.34375 2.34375 -0.1875 L 2.21875 -4.3125 C 2.1875 -4.5625 2.203125 -4.953125 2.703125 -5.21875 Z M 2.703125 -5.21875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0">
|
||||
</g>
|
||||
<g id="glyph-1-1">
|
||||
<path d="M 4.40625 -2.484375 C 4.40625 -3.546875 3.53125 -4.421875 2.484375 -4.421875 C 1.40625 -4.421875 0.5625 -3.53125 0.5625 -2.484375 C 0.5625 -1.421875 1.4375 -0.5625 2.484375 -0.5625 C 3.5625 -0.5625 4.40625 -1.4375 4.40625 -2.484375 Z M 4.40625 -2.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-0">
|
||||
</g>
|
||||
<g id="glyph-2-1">
|
||||
<path d="M 4.5625 -7.390625 L 3.984375 -9.03125 C 3.90625 -9.28125 3.859375 -9.265625 3.640625 -9.15625 L -0.78125 -7.09375 C -0.96875 -7.015625 -1.046875 -6.96875 -0.953125 -6.796875 C -0.921875 -6.6875 -0.84375 -6.734375 -0.671875 -6.8125 C -0.34375 -6.953125 -0.09375 -7.078125 -0.015625 -6.921875 C 0 -6.890625 0.015625 -6.875 0.046875 -6.703125 L 1.09375 -1.359375 C 1.15625 -0.984375 1.171875 -0.890625 0.46875 -0.5625 C 0.3125 -0.484375 0.21875 -0.4375 0.296875 -0.265625 C 0.34375 -0.15625 0.453125 -0.21875 0.484375 -0.21875 L 1.65625 -0.8125 L 3.015625 -1.40625 C 3.09375 -1.4375 3.203125 -1.5 3.125 -1.671875 C 3.09375 -1.734375 3.015625 -1.734375 3.015625 -1.734375 C 2.984375 -1.734375 2.96875 -1.734375 2.765625 -1.625 C 2.5625 -1.53125 2.515625 -1.515625 2.28125 -1.421875 C 2.015625 -1.34375 1.96875 -1.359375 1.921875 -1.484375 C 1.921875 -1.484375 1.890625 -1.546875 1.875 -1.703125 L 1.375 -4.21875 L 2.25 -4.625 C 2.9375 -4.9375 3.0625 -4.828125 3.1875 -4.546875 C 3.203125 -4.5 3.265625 -4.375 3.328125 -4.078125 C 3.328125 -4.046875 3.34375 -3.96875 3.34375 -3.96875 C 3.375 -3.890625 3.4375 -3.890625 3.5 -3.921875 C 3.578125 -3.953125 3.5625 -3.96875 3.53125 -4.15625 L 3.140625 -6.359375 C 3.109375 -6.46875 3.109375 -6.484375 3.09375 -6.5 C 3.09375 -6.5 3.03125 -6.609375 2.9375 -6.5625 C 2.84375 -6.515625 2.859375 -6.46875 2.875 -6.3125 C 3.03125 -5.515625 2.890625 -5.265625 2.125 -4.90625 L 1.296875 -4.53125 L 0.828125 -7.09375 C 0.75 -7.4375 0.734375 -7.46875 1.125 -7.640625 L 2.328125 -8.203125 C 3.4375 -8.71875 3.78125 -8.515625 4.109375 -7.828125 C 4.203125 -7.625 4.21875 -7.578125 4.296875 -7.328125 C 4.34375 -7.21875 4.359375 -7.1875 4.359375 -7.15625 C 4.390625 -7.109375 4.4375 -7.078125 4.515625 -7.109375 C 4.625 -7.15625 4.609375 -7.203125 4.5625 -7.390625 Z M 4.5625 -7.390625 "/>
|
||||
</g>
|
||||
<g id="glyph-2-2">
|
||||
<path d="M 3.828125 -3.34375 C 3.78125 -3.4375 3.6875 -3.390625 3.671875 -3.375 C 3.578125 -3.34375 3.578125 -3.3125 3.625 -3.171875 C 3.75 -2.421875 3.75 -1.859375 3.359375 -1.671875 C 3.1875 -1.59375 3.015625 -1.65625 2.859375 -1.984375 C 2.796875 -2.140625 2.734375 -2.34375 2.703125 -2.515625 C 2.671875 -2.671875 2.65625 -2.71875 2.609375 -2.796875 C 2.328125 -3.390625 1.640625 -3.390625 0.84375 -3.125 C 1.046875 -3.4375 1.1875 -3.84375 1.296875 -4.15625 C 1.515625 -4.84375 1.75 -5.4375 2.1875 -5.640625 C 2.234375 -5.671875 2.234375 -5.671875 2.265625 -5.65625 C 2.390625 -5.6875 2.40625 -5.703125 2.484375 -5.671875 C 2.515625 -5.671875 2.515625 -5.671875 2.5625 -5.65625 C 2.125 -5.421875 2.203125 -5.046875 2.25 -4.9375 C 2.3125 -4.796875 2.5 -4.671875 2.75 -4.78125 C 2.96875 -4.890625 3.15625 -5.21875 3 -5.546875 C 2.875 -5.84375 2.515625 -6.046875 2.109375 -5.84375 C 1.84375 -5.734375 1.46875 -5.4375 1.15625 -4.421875 C 1.015625 -3.9375 0.84375 -3.4375 0.5625 -3.109375 L -0.28125 -7.359375 C -0.28125 -7.359375 -0.328125 -7.46875 -0.4375 -7.421875 C -0.65625 -7.328125 -1.296875 -6.9375 -1.5 -6.8125 C -1.578125 -6.765625 -1.65625 -6.703125 -1.59375 -6.546875 C -1.53125 -6.4375 -1.453125 -6.46875 -1.3125 -6.53125 C -0.875 -6.734375 -0.84375 -6.6875 -0.796875 -6.59375 L -0.75 -6.40625 L 0.359375 -0.609375 C 0.390625 -0.46875 0.40625 -0.453125 0.421875 -0.390625 C 0.53125 -0.171875 0.734375 -0.21875 0.8125 -0.265625 C 0.921875 -0.3125 1 -0.453125 1.015625 -0.578125 C 1.03125 -0.6875 0.65625 -2.546875 0.609375 -2.796875 C 0.921875 -2.921875 1.734375 -3.109375 2.015625 -2.515625 C 2.046875 -2.453125 2.0625 -2.421875 2.078125 -2.3125 C 2.109375 -2.203125 2.125 -2.078125 2.171875 -1.984375 C 2.421875 -1.4375 2.96875 -1.265625 3.4375 -1.484375 C 3.703125 -1.609375 3.875 -1.859375 3.921875 -2.28125 C 3.953125 -2.796875 3.828125 -3.34375 3.828125 -3.34375 Z M 3.828125 -3.34375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-3">
|
||||
<path d="M 3.421875 -2.78125 C 3.40625 -2.828125 3.328125 -2.859375 3.265625 -2.828125 C 3.21875 -2.8125 3.203125 -2.796875 3.1875 -2.6875 C 2.90625 -1.46875 1.90625 -1 1.8125 -0.953125 C 1.234375 -0.6875 0.78125 -1.015625 0.53125 -1.5625 C 0.34375 -1.9375 0.140625 -2.890625 0.1875 -3.609375 C 0.21875 -4.25 0.53125 -4.859375 1.03125 -5.09375 C 1.328125 -5.25 1.734375 -5.28125 1.96875 -5.078125 C 1.828125 -5.015625 1.703125 -4.953125 1.640625 -4.78125 C 1.546875 -4.578125 1.609375 -4.421875 1.640625 -4.359375 C 1.734375 -4.140625 1.9375 -4.125 2.109375 -4.203125 C 2.375 -4.328125 2.53125 -4.640625 2.359375 -5.015625 C 2.15625 -5.453125 1.5625 -5.59375 0.9375 -5.296875 C -0.28125 -4.734375 -0.875 -2.859375 -0.296875 -1.609375 C 0.09375 -0.78125 0.9375 -0.328125 1.875 -0.765625 C 3.15625 -1.359375 3.46875 -2.671875 3.421875 -2.78125 Z M 3.421875 -2.78125 "/>
|
||||
</g>
|
||||
<g id="glyph-2-4">
|
||||
<path d="M 3.046875 -8.171875 C 3.015625 -8.265625 2.9375 -8.28125 2.84375 -8.28125 C 2.578125 -8.328125 2.40625 -8.46875 2.234375 -8.640625 C 2.171875 -8.71875 2.078125 -8.8125 1.953125 -8.75 C 1.828125 -8.6875 1.828125 -8.5625 1.875 -8.484375 C 1.890625 -8.4375 2.09375 -8.1875 2.328125 -8.046875 L -0.71875 -6.625 C -0.875 -6.5625 -1.03125 -6.484375 -0.953125 -6.3125 C -0.859375 -6.125 -0.703125 -6.203125 -0.546875 -6.265625 L 2.34375 -7.625 C 2.265625 -7.453125 2.09375 -7.0625 2.171875 -6.890625 C 2.203125 -6.8125 2.328125 -6.75 2.4375 -6.796875 C 2.515625 -6.84375 2.53125 -6.921875 2.546875 -6.984375 C 2.59375 -7.1875 2.671875 -7.53125 2.984375 -7.921875 C 3.03125 -7.984375 3.109375 -8.0625 3.046875 -8.171875 Z M 3.046875 -8.171875 "/>
|
||||
</g>
|
||||
<g id="glyph-2-5">
|
||||
<path d="M -0.0625 -6.828125 C -0.15625 -7 -0.34375 -7.109375 -0.5625 -7 C -0.796875 -6.890625 -0.9375 -6.53125 -0.828125 -6.296875 C -0.734375 -6.125 -0.53125 -6.03125 -0.328125 -6.125 C -0.109375 -6.21875 0.0625 -6.546875 -0.0625 -6.828125 Z M 2.046875 -2.515625 C 2 -2.609375 1.921875 -2.5625 1.890625 -2.5625 C 1.8125 -2.515625 1.8125 -2.5 1.828125 -2.328125 C 1.9375 -1.703125 1.890625 -1 1.421875 -0.78125 C 1.28125 -0.71875 1.1875 -0.78125 1.078125 -0.984375 C 0.96875 -1.21875 0.96875 -1.359375 0.921875 -2.015625 L 0.828125 -3.125 C 0.8125 -3.421875 0.8125 -3.4375 0.78125 -3.75 C 0.78125 -3.953125 0.75 -4.109375 0.671875 -4.28125 C 0.484375 -4.6875 0.03125 -4.890625 -0.40625 -4.6875 C -1.25 -4.28125 -1 -2.796875 -0.953125 -2.71875 C -0.921875 -2.625 -0.796875 -2.671875 -0.796875 -2.671875 C -0.71875 -2.71875 -0.703125 -2.734375 -0.734375 -2.90625 C -0.875 -3.875 -0.640625 -4.3125 -0.328125 -4.46875 C -0.265625 -4.5 -0.109375 -4.5625 0.03125 -4.265625 C 0.109375 -4.078125 0.140625 -3.84375 0.15625 -3.75 C 0.171875 -3.484375 0.265625 -2.25 0.296875 -1.796875 C 0.296875 -1.53125 0.328125 -1.171875 0.421875 -0.984375 C 0.625 -0.5625 1.078125 -0.390625 1.5 -0.59375 C 2.359375 -0.984375 2.078125 -2.4375 2.046875 -2.515625 Z M 2.046875 -2.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-3-0">
|
||||
</g>
|
||||
<g id="glyph-3-1">
|
||||
<path d="M 3.546875 -2.75 C 3.5 -2.828125 3.40625 -2.796875 3.390625 -2.78125 C 3.296875 -2.734375 3.3125 -2.71875 3.34375 -2.53125 C 3.40625 -2.203125 3.484375 -1.75 3.203125 -1.625 C 3.046875 -1.5625 2.921875 -1.671875 2.84375 -1.84375 C 2.796875 -1.953125 2.734375 -2.21875 2.71875 -2.390625 L 2.46875 -3.640625 C 2.4375 -3.828125 2.390625 -4.15625 2.375 -4.171875 C 2.3125 -4.296875 2.171875 -4.328125 2.0625 -4.265625 C 1.828125 -4.171875 1.859375 -3.953125 1.90625 -3.75 L 2.203125 -2.265625 C 2.21875 -2.125 2.28125 -1.859375 2.28125 -1.859375 C 2.234375 -1.59375 2.140625 -1.140625 1.765625 -0.953125 C 1.328125 -0.75 1.125 -1.171875 1.078125 -1.28125 C 0.90625 -1.640625 0.859375 -2.171875 0.84375 -2.734375 C 0.8125 -2.875 0.8125 -2.984375 0.765625 -3.078125 C 0.609375 -3.421875 0.234375 -3.515625 -0.078125 -3.359375 C -0.71875 -3.0625 -0.59375 -2.0625 -0.546875 -1.953125 C -0.515625 -1.875 -0.4375 -1.90625 -0.40625 -1.921875 C -0.3125 -1.96875 -0.328125 -2 -0.328125 -2.09375 C -0.421875 -2.65625 -0.265625 -3.046875 -0.03125 -3.15625 C 0.078125 -3.21875 0.15625 -3.15625 0.234375 -3.015625 C 0.296875 -2.859375 0.3125 -2.71875 0.3125 -2.546875 C 0.375 -1.515625 0.46875 -1.328125 0.546875 -1.15625 C 0.59375 -1.0625 0.734375 -0.765625 1.078125 -0.671875 C 1.3125 -0.59375 1.59375 -0.65625 1.8125 -0.765625 C 2.21875 -0.953125 2.3125 -1.265625 2.4375 -1.578125 C 2.78125 -1.21875 3.1875 -1.40625 3.28125 -1.453125 C 3.484375 -1.546875 3.59375 -1.75 3.609375 -2.015625 C 3.625 -2.34375 3.5625 -2.71875 3.546875 -2.75 Z M 3.546875 -2.75 "/>
|
||||
</g>
|
||||
<g id="glyph-3-2">
|
||||
<path d="M 2.3125 -3.875 C 2.078125 -4.375 1.78125 -4.234375 1.765625 -4.21875 C 1.59375 -4.140625 1.5 -3.890625 1.578125 -3.71875 C 1.625 -3.609375 1.71875 -3.59375 1.75 -3.578125 C 1.921875 -3.53125 2.125 -3.4375 2.25 -3.171875 C 2.375 -2.890625 2.59375 -1.34375 1.84375 -0.984375 C 1.328125 -0.75 1.109375 -1.203125 1.0625 -1.328125 C 0.921875 -1.609375 0.875 -2 0.84375 -2.71875 C 0.8125 -2.875 0.8125 -2.984375 0.765625 -3.078125 C 0.609375 -3.421875 0.234375 -3.515625 -0.078125 -3.359375 C -0.71875 -3.0625 -0.59375 -2.0625 -0.546875 -1.953125 C -0.515625 -1.875 -0.4375 -1.90625 -0.40625 -1.921875 C -0.3125 -1.96875 -0.328125 -2 -0.328125 -2.09375 C -0.421875 -2.65625 -0.28125 -3.046875 -0.03125 -3.15625 C 0.078125 -3.21875 0.15625 -3.15625 0.234375 -3.015625 C 0.296875 -2.859375 0.3125 -2.71875 0.3125 -2.546875 C 0.375 -1.71875 0.421875 -1.40625 0.53125 -1.1875 C 0.828125 -0.5625 1.421875 -0.578125 1.90625 -0.8125 C 2.96875 -1.296875 2.546875 -3.34375 2.3125 -3.875 Z M 2.3125 -3.875 "/>
|
||||
</g>
|
||||
<g id="glyph-3-3">
|
||||
<path d="M 3.859375 -4.59375 C 3.640625 -5.0625 3.359375 -4.96875 3.3125 -4.953125 C 3.15625 -4.875 3.046875 -4.609375 3.125 -4.4375 C 3.171875 -4.328125 3.265625 -4.3125 3.3125 -4.3125 C 3.53125 -4.25 3.703125 -4.109375 3.796875 -3.90625 C 3.828125 -3.828125 4.296875 -2.140625 3.5 -1.765625 C 2.984375 -1.515625 2.765625 -1.96875 2.71875 -2.09375 C 2.640625 -2.25 2.625 -2.375 2.53125 -2.765625 L 2.390625 -3.5625 C 2.359375 -3.765625 2.28125 -4.109375 2.265625 -4.125 C 2.203125 -4.25 2.078125 -4.28125 1.96875 -4.21875 C 1.84375 -4.171875 1.765625 -4.046875 1.765625 -3.90625 C 1.796875 -3.875 1.84375 -3.5625 1.859375 -3.390625 C 1.953125 -2.984375 1.953125 -2.984375 2.015625 -2.578125 C 2.109375 -2.1875 2.125 -2.125 2.1875 -1.953125 C 2.28125 -1.84375 2.28125 -1.6875 2.21875 -1.4375 C 2.1875 -1.296875 2.125 -1.125 1.90625 -1.015625 C 1.65625 -0.90625 1.296875 -0.84375 1.0625 -1.328125 C 0.921875 -1.65625 0.875 -2.203125 0.84375 -2.59375 C 0.828125 -2.921875 0.8125 -2.984375 0.765625 -3.09375 C 0.625 -3.390625 0.265625 -3.515625 -0.078125 -3.359375 C -0.71875 -3.0625 -0.59375 -2.0625 -0.546875 -1.953125 C -0.515625 -1.875 -0.4375 -1.90625 -0.40625 -1.921875 C -0.3125 -1.96875 -0.328125 -2 -0.328125 -2.09375 C -0.421875 -2.671875 -0.265625 -3.046875 -0.015625 -3.171875 C 0.078125 -3.21875 0.171875 -3.171875 0.25 -3.03125 C 0.3125 -2.875 0.3125 -2.71875 0.34375 -2.625 C 0.390625 -1.53125 0.453125 -1.40625 0.546875 -1.203125 C 0.890625 -0.453125 1.625 -0.671875 1.953125 -0.828125 C 2.078125 -0.890625 2.375 -1.03125 2.46875 -1.59375 C 2.765625 -1.375 3.15625 -1.390625 3.546875 -1.578125 C 4.109375 -1.84375 4.15625 -2.453125 4.171875 -2.78125 C 4.203125 -3.4375 3.984375 -4.296875 3.859375 -4.59375 Z M 3.859375 -4.59375 "/>
|
||||
</g>
|
||||
<g id="glyph-4-0">
|
||||
</g>
|
||||
<g id="glyph-4-1">
|
||||
<path d="M 6.21875 -6.125 C 6.21875 -6.21875 6.15625 -6.265625 6.078125 -6.3125 C 5.859375 -6.46875 5.75 -6.65625 5.671875 -6.890625 C 5.65625 -6.984375 5.609375 -7.109375 5.46875 -7.109375 C 5.328125 -7.109375 5.28125 -6.984375 5.28125 -6.890625 C 5.28125 -6.84375 5.359375 -6.53125 5.515625 -6.3125 L 2.15625 -6.3125 C 1.984375 -6.3125 1.8125 -6.3125 1.8125 -6.125 C 1.8125 -5.921875 1.984375 -5.921875 2.15625 -5.921875 L 5.34375 -5.921875 C 5.203125 -5.796875 4.875 -5.515625 4.875 -5.328125 C 4.875 -5.234375 4.96875 -5.140625 5.078125 -5.140625 C 5.171875 -5.140625 5.21875 -5.203125 5.265625 -5.265625 C 5.390625 -5.421875 5.609375 -5.6875 6.046875 -5.90625 C 6.125 -5.953125 6.21875 -6 6.21875 -6.125 Z M 6.21875 -6.125 "/>
|
||||
</g>
|
||||
<g id="glyph-4-2">
|
||||
<path d="M 2.828125 -6.21875 C 2.828125 -6.421875 2.6875 -6.578125 2.453125 -6.578125 C 2.1875 -6.578125 1.921875 -6.3125 1.921875 -6.046875 C 1.921875 -5.859375 2.0625 -5.6875 2.296875 -5.6875 C 2.53125 -5.6875 2.828125 -5.921875 2.828125 -6.21875 Z M 2.921875 -1.421875 C 2.921875 -1.515625 2.828125 -1.515625 2.796875 -1.515625 C 2.703125 -1.515625 2.703125 -1.5 2.640625 -1.34375 C 2.46875 -0.71875 2.140625 -0.109375 1.625 -0.109375 C 1.46875 -0.109375 1.390625 -0.203125 1.390625 -0.4375 C 1.390625 -0.6875 1.453125 -0.828125 1.6875 -1.4375 L 2.0625 -2.484375 C 2.1875 -2.765625 2.1875 -2.78125 2.296875 -3.0625 C 2.375 -3.25 2.421875 -3.390625 2.421875 -3.578125 C 2.421875 -4.03125 2.09375 -4.40625 1.609375 -4.40625 C 0.671875 -4.40625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.953125 C 0.84375 -3.875 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.859375 C 1.828125 -3.65625 1.75 -3.4375 1.71875 -3.34375 C 1.625 -3.078125 1.1875 -1.9375 1.03125 -1.5 C 0.921875 -1.25 0.796875 -0.921875 0.796875 -0.703125 C 0.796875 -0.234375 1.140625 0.109375 1.609375 0.109375 C 2.546875 0.109375 2.921875 -1.328125 2.921875 -1.421875 Z M 2.921875 -1.421875 "/>
|
||||
</g>
|
||||
<g id="glyph-4-3">
|
||||
<path d="M 4.53125 -4.96875 C 4.53125 -5.640625 4.34375 -7.015625 3.328125 -7.015625 C 1.953125 -7.015625 0.421875 -4.203125 0.421875 -1.9375 C 0.421875 -1 0.703125 0.109375 1.609375 0.109375 C 3.015625 0.109375 4.53125 -2.75 4.53125 -4.96875 Z M 3.546875 -3.609375 L 1.46875 -3.609375 C 1.640625 -4.25 1.84375 -5.046875 2.234375 -5.75 C 2.515625 -6.234375 2.875 -6.796875 3.328125 -6.796875 C 3.8125 -6.796875 3.875 -6.15625 3.875 -5.59375 C 3.875 -5.109375 3.796875 -4.59375 3.546875 -3.609375 Z M 3.46875 -3.296875 C 3.359375 -2.84375 3.140625 -1.984375 2.765625 -1.28125 C 2.421875 -0.59375 2.046875 -0.109375 1.609375 -0.109375 C 1.28125 -0.109375 1.078125 -0.390625 1.078125 -1.328125 C 1.078125 -1.734375 1.140625 -2.3125 1.390625 -3.296875 Z M 3.46875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-5-0">
|
||||
</g>
|
||||
<g id="glyph-5-1">
|
||||
<path d="M 3.90625 -1 C 3.90625 -1.09375 3.8125 -1.09375 3.796875 -1.09375 C 3.6875 -1.09375 3.6875 -1.046875 3.65625 -0.96875 C 3.515625 -0.484375 3.09375 -0.125 2.703125 -0.125 C 2.421875 -0.125 2.28125 -0.3125 2.28125 -0.578125 C 2.28125 -0.765625 2.453125 -1.390625 2.640625 -2.171875 C 2.78125 -2.703125 3.09375 -2.875 3.328125 -2.875 C 3.328125 -2.875 3.546875 -2.875 3.703125 -2.78125 C 3.484375 -2.71875 3.390625 -2.515625 3.390625 -2.390625 C 3.390625 -2.25 3.515625 -2.140625 3.671875 -2.140625 C 3.828125 -2.140625 4.0625 -2.265625 4.0625 -2.5625 C 4.0625 -2.953125 3.609375 -3.078125 3.34375 -3.078125 C 2.984375 -3.078125 2.703125 -2.84375 2.5625 -2.578125 C 2.4375 -2.859375 2.109375 -3.078125 1.71875 -3.078125 C 0.9375 -3.078125 0.5 -2.21875 0.5 -2 C 0.5 -1.921875 0.59375 -1.921875 0.609375 -1.921875 C 0.703125 -1.921875 0.703125 -1.9375 0.75 -2.03125 C 0.921875 -2.578125 1.359375 -2.875 1.703125 -2.875 C 1.9375 -2.875 2.125 -2.75 2.125 -2.421875 C 2.125 -2.28125 2.03125 -1.9375 1.96875 -1.6875 L 1.734375 -0.734375 C 1.671875 -0.5 1.4375 -0.125 1.078125 -0.125 C 1.0625 -0.125 0.84375 -0.125 0.703125 -0.21875 C 0.984375 -0.3125 1.015625 -0.5625 1.015625 -0.609375 C 1.015625 -0.765625 0.890625 -0.859375 0.734375 -0.859375 C 0.53125 -0.859375 0.328125 -0.703125 0.328125 -0.4375 C 0.328125 -0.09375 0.71875 0.0625 1.0625 0.0625 C 1.390625 0.0625 1.671875 -0.125 1.84375 -0.421875 C 2.015625 -0.0625 2.390625 0.0625 2.671875 0.0625 C 3.484375 0.0625 3.90625 -0.796875 3.90625 -1 Z M 3.90625 -1 "/>
|
||||
</g>
|
||||
<g id="glyph-5-2">
|
||||
<path d="M 3.875 -2.625 C 3.90625 -2.71875 3.90625 -2.734375 3.90625 -2.78125 C 3.90625 -2.921875 3.796875 -3 3.671875 -3 C 3.59375 -3 3.46875 -2.96875 3.390625 -2.84375 C 3.359375 -2.796875 3.3125 -2.578125 3.28125 -2.4375 L 3.125 -1.859375 L 2.84375 -0.734375 C 2.84375 -0.734375 2.53125 -0.125 2 -0.125 C 1.515625 -0.125 1.515625 -0.578125 1.515625 -0.703125 C 1.515625 -1.078125 1.671875 -1.515625 1.890625 -2.0625 C 1.96875 -2.28125 2 -2.359375 2 -2.484375 C 2 -2.8125 1.71875 -3.078125 1.34375 -3.078125 C 0.640625 -3.078125 0.328125 -2.125 0.328125 -2 C 0.328125 -1.921875 0.421875 -1.921875 0.453125 -1.921875 C 0.546875 -1.921875 0.546875 -1.953125 0.578125 -2.03125 C 0.75 -2.609375 1.046875 -2.875 1.328125 -2.875 C 1.4375 -2.875 1.5 -2.796875 1.5 -2.640625 C 1.5 -2.46875 1.4375 -2.328125 1.40625 -2.234375 C 1.0625 -1.375 1 -1.125 1 -0.8125 C 1 -0.703125 1 -0.375 1.265625 -0.140625 C 1.484375 0.03125 1.78125 0.0625 1.96875 0.0625 C 2.25 0.0625 2.5 -0.03125 2.71875 -0.25 C 2.640625 0.140625 2.5625 0.4375 2.265625 0.78125 C 2.078125 1 1.796875 1.21875 1.421875 1.21875 C 1.375 1.21875 1.046875 1.21875 0.90625 1 C 1.28125 0.953125 1.28125 0.609375 1.28125 0.609375 C 1.28125 0.390625 1.078125 0.34375 1.015625 0.34375 C 0.84375 0.34375 0.609375 0.484375 0.609375 0.8125 C 0.609375 1.15625 0.9375 1.421875 1.4375 1.421875 C 2.140625 1.421875 3 0.875 3.21875 0 Z M 3.875 -2.625 "/>
|
||||
</g>
|
||||
<g id="glyph-5-3">
|
||||
<path d="M 3.46875 -1.015625 C 3.46875 -1.09375 3.390625 -1.09375 3.359375 -1.09375 C 3.265625 -1.09375 3.25 -1.0625 3.21875 -0.984375 C 3.09375 -0.640625 2.6875 -0.46875 2.34375 -0.46875 C 2.1875 -0.46875 2 -0.515625 1.828125 -0.546875 C 1.515625 -0.625 1.453125 -0.625 1.328125 -0.625 C 1.328125 -0.625 1.21875 -0.625 1.171875 -0.609375 C 1.359375 -0.796875 1.484375 -0.921875 2.0625 -1.40625 C 2.21875 -1.515625 2.734375 -1.9375 2.9375 -2.125 C 3.359375 -2.546875 3.625 -2.90625 3.625 -2.984375 C 3.625 -3.078125 3.546875 -3.078125 3.515625 -3.078125 C 3.453125 -3.078125 3.421875 -3.0625 3.390625 -3 C 3.171875 -2.6875 3.03125 -2.578125 2.859375 -2.578125 C 2.78125 -2.578125 2.671875 -2.578125 2.46875 -2.78125 C 2.234375 -3.03125 2.078125 -3.078125 1.921875 -3.078125 C 1.359375 -3.078125 0.984375 -2.46875 0.984375 -2.265625 C 0.984375 -2.1875 1.046875 -2.171875 1.09375 -2.171875 C 1.1875 -2.171875 1.203125 -2.1875 1.21875 -2.265625 C 1.328125 -2.515625 1.71875 -2.53125 1.828125 -2.53125 C 2 -2.53125 2.171875 -2.484375 2.265625 -2.46875 C 2.65625 -2.390625 2.703125 -2.390625 2.875 -2.390625 C 2.703125 -2.1875 2.578125 -2.0625 1.90625 -1.546875 C 1.359375 -1.109375 1.171875 -0.9375 1.046875 -0.796875 C 0.625 -0.390625 0.421875 -0.078125 0.421875 -0.015625 C 0.421875 0.0625 0.515625 0.0625 0.546875 0.0625 C 0.609375 0.0625 0.625 0.0625 0.65625 0 C 0.84375 -0.265625 1.0625 -0.421875 1.296875 -0.421875 C 1.390625 -0.421875 1.484375 -0.421875 1.671875 -0.25 C 1.890625 -0.03125 2.03125 0.0625 2.265625 0.0625 C 3 0.0625 3.46875 -0.78125 3.46875 -1.015625 Z M 3.46875 -1.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-6-0">
|
||||
</g>
|
||||
<g id="glyph-6-1">
|
||||
<path d="M 6.734375 -1.609375 L 6.484375 -1.609375 C 6.4375 -1.359375 6.40625 -1.125 6.3125 -0.890625 C 6.265625 -0.734375 6.234375 -0.640625 5.65625 -0.640625 L 4.859375 -0.640625 C 4.984375 -1.203125 5.296875 -1.6875 5.75 -2.34375 C 6.203125 -3.046875 6.625 -3.734375 6.625 -4.515625 C 6.625 -5.90625 5.28125 -7.015625 3.59375 -7.015625 C 1.875 -7.015625 0.5625 -5.875 0.5625 -4.515625 C 0.5625 -3.734375 0.96875 -3.046875 1.4375 -2.34375 C 1.875 -1.6875 2.1875 -1.203125 2.3125 -0.640625 L 1.515625 -0.640625 C 0.953125 -0.640625 0.921875 -0.734375 0.859375 -0.875 C 0.78125 -1.109375 0.734375 -1.359375 0.6875 -1.609375 L 0.4375 -1.609375 L 0.765625 0 L 2.359375 0 C 2.578125 0 2.609375 0 2.609375 -0.203125 C 2.609375 -0.90625 2.296875 -1.78125 2.0625 -2.421875 C 1.859375 -3 1.578125 -3.78125 1.578125 -4.53125 C 1.578125 -6.125 2.671875 -6.796875 3.578125 -6.796875 C 4.53125 -6.796875 5.59375 -6.078125 5.59375 -4.53125 C 5.59375 -3.78125 5.328125 -3.03125 5.03125 -2.203125 C 4.890625 -1.796875 4.5625 -0.890625 4.5625 -0.203125 C 4.5625 0 4.59375 0 4.828125 0 L 6.40625 0 Z M 6.734375 -1.609375 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 0 0.0585938 L 256.371094 0.0585938 L 256.371094 254.554688 L 0 254.554688 Z M 0 0.0585938 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-1">
|
||||
<path clip-rule="nonzero" d="M 2 217 L 39 217 L 39 254.554688 L 2 254.554688 Z M 2 217 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path fill-rule="nonzero" fill="rgb(39.99939%, 39.99939%, 39.99939%)" fill-opacity="1" d="M 255.378906 122.796875 C 255.378906 55.558594 200.871094 1.054688 133.632812 1.054688 C 66.398438 1.054688 11.890625 55.558594 11.890625 122.796875 C 11.890625 190.035156 66.398438 244.539062 133.632812 244.539062 C 200.871094 244.539062 255.378906 190.035156 255.378906 122.796875 Z M 255.378906 122.796875 "/>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 121.893307 -0.000240399 C 121.893307 67.320292 67.318816 121.890872 -0.00171655 121.890872 C -67.318338 121.890872 -121.892829 67.320292 -121.892829 -0.000240399 C -121.892829 -67.320773 -67.318338 -121.891353 -0.00171655 -121.891353 C 67.318816 -121.891353 121.893307 -67.320773 121.893307 -0.000240399 Z M 121.893307 -0.000240399 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 107.71974 -0.000240399 C 107.71974 59.490413 59.492848 107.717305 -0.00171655 107.717305 C -59.49237 107.717305 -107.719262 59.490413 -107.719262 -0.000240399 C -107.719262 -59.490894 -59.49237 -107.717786 -0.00171655 -107.717786 C 59.492848 -107.717786 107.71974 -59.490894 107.71974 -0.000240399 Z M 107.71974 -0.000240399 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="70.530721" y="59.453122"/>
|
||||
<use xlink:href="#glyph-0-2" x="76.669973" y="56.590337"/>
|
||||
<use xlink:href="#glyph-0-3" x="80.840996" y="54.645354"/>
|
||||
<use xlink:href="#glyph-0-4" x="84.085124" y="53.132589"/>
|
||||
<use xlink:href="#glyph-0-3" x="88.256147" y="51.187606"/>
|
||||
<use xlink:href="#glyph-0-5" x="91.500276" y="49.674842"/>
|
||||
<use xlink:href="#glyph-0-6" x="93.817511" y="48.594295"/>
|
||||
<use xlink:href="#glyph-0-7" x="98.451981" y="46.433203"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8" x="105.406932" y="43.190051"/>
|
||||
<use xlink:href="#glyph-0-3" x="110.041401" y="41.028958"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4" x="113.277414" y="39.519978"/>
|
||||
<use xlink:href="#glyph-0-7" x="117.448437" y="37.574995"/>
|
||||
<use xlink:href="#glyph-0-9" x="121.619459" y="35.630012"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(79.998779%, 79.998779%, 79.998779%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -35.64683 -97.944126 L -97.945602 35.648784 L 35.647308 97.943645 L 97.94608 -35.649265 Z M -35.64683 -97.944126 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8" x="43.485804" y="94.628093"/>
|
||||
<use xlink:href="#glyph-0-10" x="48.120274" y="92.467001"/>
|
||||
<use xlink:href="#glyph-0-11" x="52.754744" y="90.305908"/>
|
||||
<use xlink:href="#glyph-0-12" x="56.045136" y="88.771571"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9" x="60.914982" y="86.500721"/>
|
||||
<use xlink:href="#glyph-0-6" x="64.625804" y="84.770333"/>
|
||||
<use xlink:href="#glyph-0-13" x="69.260274" y="82.60924"/>
|
||||
<use xlink:href="#glyph-0-9" x="73.894744" y="80.448148"/>
|
||||
<use xlink:href="#glyph-0-13" x="77.605566" y="78.71776"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-14" x="85.015848" y="75.262284"/>
|
||||
<use xlink:href="#glyph-0-15" x="90.692464" y="72.615229"/>
|
||||
<use xlink:href="#glyph-0-4" x="93.009699" y="71.534683"/>
|
||||
<use xlink:href="#glyph-0-3" x="97.180722" y="69.5897"/>
|
||||
<use xlink:href="#glyph-0-16" x="100.424851" y="68.076935"/>
|
||||
<use xlink:href="#glyph-0-2" x="102.973403" y="66.888524"/>
|
||||
<use xlink:href="#glyph-0-17" x="107.144426" y="64.943541"/>
|
||||
<use xlink:href="#glyph-0-18" x="110.407223" y="63.422071"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -13.709871 -37.671266 L -37.672743 13.711825 L 13.710349 37.670786 L 37.66931 -13.712306 Z M -13.709871 -37.671266 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-14" x="121.048923" y="153.77474"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4" x="126.490164" y="151.237443"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-19" x="130.433927" y="149.398433"/>
|
||||
<use xlink:href="#glyph-0-15" x="134.836267" y="147.345585"/>
|
||||
<use xlink:href="#glyph-0-2" x="137.153502" y="146.265039"/>
|
||||
<use xlink:href="#glyph-0-4" x="141.324525" y="144.320056"/>
|
||||
<use xlink:href="#glyph-0-13" x="145.495548" y="142.375072"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1" x="105.486959" y="136.973293"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.689351 -11.979721 L -30.828443 -14.377181 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -21.246423 -34.929636 L -40.414374 6.175274 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1" x="143.111933" y="150.666542"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 11.981675 -25.691786 L 14.375224 -30.830878 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -6.17723 -40.412897 L 34.927679 -21.244947 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -45.72555 -49.470839 L -30.312187 -42.28628 L -32.709648 -37.147189 L -48.123011 -44.335659 Z M -45.72555 -49.470839 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.446868 -36.889061 L -31.059194 -39.505539 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052049 0.00154613 L 1.610697 1.684127 L 3.086296 -0.000785306 L 1.60819 -1.6807 Z M 6.052049 0.00154613 " transform="matrix(0.905193, -0.422084, -0.422084, -0.905193, 105.651288, 160.837121)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -52.98833 -49.732878 L -47.376004 -47.112489 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.051849 0.000390099 L 1.610498 1.682971 L 3.087749 0.00160334 L 1.60799 -1.681856 Z M 6.051849 0.000390099 " transform="matrix(-0.905193, 0.422084, 0.422084, 0.905193, 83.278706, 171.269479)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1" x="86.996578" y="160.958952"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-1" x="93.42593" y="159.607328"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -40.414374 6.175274 L -45.553465 3.781724 L -45.854614 0.891474 L -50.66909 4.14545 L -51.271389 -1.63505 L -56.085865 1.618925 L -56.688163 -4.161575 L -61.502639 -0.907599 L -62.104937 -6.688099 L -66.919413 -3.434123 L -67.525623 -9.214623 L -69.930905 -7.587636 L -76.380191 -10.595216 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2" x="71.249841" y="119.966097"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -58.960471 -22.656828 L -46.679841 -16.931083 L -42.976097 -24.878292 L -55.256727 -30.604038 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -53.78618 -22.441722 L -51.764178 -26.775141 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.828443 -14.377181 L -44.829925 -20.904687 M -52.773223 -24.608431 L -66.794261 -31.147671 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-3" x="78.873515" y="139.891723"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.472793 -45.727985 L 42.284323 -30.310711 L 37.145232 -32.708171 L 44.333702 -48.121535 Z M 49.472793 -45.727985 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 36.887104 -25.445392 L 39.503582 -31.057717 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052561 -0.000848746 L 1.607665 1.683385 L 3.088461 0.000364491 L 1.608702 -1.683095 Z M 6.052561 -0.000848746 " transform="matrix(-0.422084, -0.905193, -0.905193, 0.422084, 171.675013, 150.779873)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.730921 -52.990765 L 47.114443 -47.374528 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054882 0.00113212 L 1.608333 1.681821 L 3.089129 -0.00119931 L 1.60937 -1.684659 Z M 6.054882 0.00113212 " transform="matrix(0.422084, 0.905193, 0.905193, -0.422084, 182.107371, 173.152455)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1" x="164.566688" y="170.654092"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-2" x="170.996945" y="169.302046"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -6.17723 -40.412897 L -3.77977 -45.551989 L -0.893431 -45.853138 L -4.143496 -50.667614 L 1.633093 -51.269912 L -1.616971 -56.084388 L 4.159618 -56.690598 L 0.909553 -61.501163 L 6.686142 -62.107372 L 3.436077 -66.921848 L 9.212666 -67.524147 L 7.585679 -69.929429 L 10.59326 -76.382626 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2" x="128.955251" y="188.144696"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.658782 -58.958994 L 16.933037 -46.682276 L 24.876335 -42.974621 L 30.602081 -55.25525 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.443676 -53.784704 L 26.777095 -51.762702 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 14.375224 -30.830878 L 20.902731 -44.828449 M 24.610386 -52.775658 L 31.145714 -66.796695 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-3" x="147.172966" y="176.880475"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -113.386342 -113.388777 L -61.326643 -113.388777 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.053923 -0.00153737 L 1.607083 1.684116 L 3.089363 -0.00153737 L 1.607083 -1.68328 Z M 6.053923 -0.00153737 " transform="matrix(0.998778, 0, 0, -0.998778, 69.547224, 236.04534)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-1" x="71.252838" y="246.96674"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-2" x="72.791955" y="249.244953"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1" x="76.219762" y="250.738126"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -113.386342 -113.388777 L -113.386342 -61.329078 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.051488 -0.000897507 L 1.608559 1.684756 L 3.086928 -0.000897507 L 1.608559 -1.68264 Z M 6.051488 -0.000897507 " transform="matrix(0, -0.998778, -0.998778, 0, 20.385822, 186.883938)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-1" x="6.823653" y="180.412155"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-2" x="8.361771" y="182.690368"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-2" x="11.790577" y="184.182542"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -111.685045 -113.388777 C -111.685045 -112.44622 -112.447696 -111.68748 -113.386342 -111.68748 C -114.324989 -111.68748 -115.08764 -112.44622 -115.08764 -113.388777 C -115.08764 -114.327424 -114.324989 -115.086164 -113.386342 -115.086164 C -112.447696 -115.086164 -111.685045 -114.327424 -111.685045 -113.388777 Z M -111.685045 -113.388777 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g clip-path="url(#clip-1)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -109.135055 -113.388777 C -109.135055 -111.038249 -111.039725 -109.133578 -113.386342 -109.133578 C -115.736871 -109.133578 -117.63763 -111.038249 -117.63763 -113.388777 C -117.63763 -115.735394 -115.736871 -117.640065 -113.386342 -117.640065 C -111.039725 -117.640065 -109.135055 -115.735394 -109.135055 -113.388777 Z M -109.135055 -113.388777 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-1" x="2.277214" y="237.713059"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-2" x="3.816332" y="239.991273"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-3" x="7.244138" y="241.483447"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.00171655 -0.000240399 L 47.180931 22.003206 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.051833 0.000637619 L 1.610482 1.683218 L 3.087733 0.00185086 L 1.607974 -1.681609 Z M 6.051833 0.000637619 " transform="matrix(0.905193, -0.422084, -0.422084, -0.905193, 178.190163, 102.019801)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-4" x="116.632705" y="122.356138"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-5" x="118.990441" y="123.770444"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-3" x="122.727719" y="123.674157"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-4" x="176.441542" y="94.466255"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-5" x="178.799278" y="95.880561"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-1" x="182.536556" y="95.784274"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.00171655 -0.000240399 L -22.001252 47.182407 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.053998 0.00178742 L 1.607449 1.682476 L 3.088245 -0.000544017 L 1.608486 -1.684004 Z M 6.053998 0.00178742 " transform="matrix(-0.422084, -0.905193, -0.905193, 0.422084, 112.857693, 78.240999)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-4" x="98.166295" y="78.699542"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-5" x="100.524031" y="80.113848"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-2" x="104.261731" y="80.018466"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 1.699581 -0.000240399 C 1.699581 0.938406 0.940841 1.701057 -0.00171655 1.701057 C -0.940363 1.701057 -1.699103 0.938406 -1.699103 -0.000240399 C -1.699103 -0.938887 -0.940363 -1.701538 -0.00171655 -1.701538 C 0.940841 -1.701538 1.699581 -0.938887 1.699581 -0.000240399 Z M 1.699581 -0.000240399 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 4.253482 -0.000240399 C 4.253482 2.350288 2.348812 4.251048 -0.00171655 4.251048 C -2.348334 4.251048 -4.253004 2.350288 -4.253004 -0.000240399 C -4.253004 -2.346857 -2.348334 -4.251528 -0.00171655 -4.251528 C 2.348812 -4.251528 4.253482 -2.346857 4.253482 -0.000240399 Z M 4.253482 -0.000240399 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" 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 -0.00171655 -0.000240399 L 56.692552 -0.000240399 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 42.518985 -0.000240399 C 42.518985 6.206562 41.157947 12.346876 38.537558 17.970935 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-3" x="178.908144" y="117.060652"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 99.213253 -0.000240399 C 99.213253 21.776366 92.048249 42.907653 78.89546 60.155288 " transform="matrix(0.998778, 0, 0, -0.998778, 133.634527, 122.796635)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054999 -0.00109799 L 1.608902 1.680577 L 3.085091 -0.000478407 L 1.608483 -1.684544 Z M 6.054999 -0.00109799 " transform="matrix(-0.622289, -0.781144, -0.781144, 0.622289, 214.192881, 64.937543)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-1" x="215.750076" y="92.331902"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 263 KiB |
Before Width: | Height: | Size: 836 KiB |
Before Width: | Height: | Size: 3.0 KiB |
@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="144.725" height="122.047" viewBox="0 0 144.725 122.047">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 7.453125 -5.265625 C 7.453125 -6.015625 6.8125 -6.75 5.515625 -6.75 L 2.296875 -6.75 C 2.109375 -6.75 2 -6.75 2 -6.5625 C 2 -6.453125 2.09375 -6.453125 2.296875 -6.453125 C 2.421875 -6.453125 2.59375 -6.4375 2.71875 -6.421875 C 2.875 -6.40625 2.9375 -6.375 2.9375 -6.265625 C 2.9375 -6.234375 2.921875 -6.203125 2.890625 -6.078125 L 1.578125 -0.765625 C 1.46875 -0.390625 1.453125 -0.3125 0.671875 -0.3125 C 0.5 -0.3125 0.390625 -0.3125 0.390625 -0.125 C 0.390625 0 0.515625 0 0.546875 0 L 1.796875 -0.03125 L 2.4375 -0.015625 C 2.65625 -0.015625 2.875 0 3.078125 0 C 3.140625 0 3.28125 0 3.28125 -0.203125 C 3.28125 -0.3125 3.1875 -0.3125 3 -0.3125 C 2.625 -0.3125 2.359375 -0.3125 2.359375 -0.484375 C 2.359375 -0.546875 2.375 -0.59375 2.390625 -0.65625 L 3 -3.125 L 4.671875 -3.125 C 6.078125 -3.125 7.453125 -4.15625 7.453125 -5.265625 Z M 6.53125 -5.5 C 6.53125 -5.109375 6.34375 -4.265625 5.953125 -3.90625 C 5.453125 -3.46875 4.859375 -3.375 4.4375 -3.375 L 3.03125 -3.375 L 3.703125 -6.078125 C 3.796875 -6.421875 3.8125 -6.453125 4.25 -6.453125 L 5.1875 -6.453125 C 6.015625 -6.453125 6.53125 -6.1875 6.53125 -5.5 Z M 6.53125 -5.5 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 7.3125 -0.203125 C 7.3125 -0.3125 7.203125 -0.3125 7.125 -0.3125 C 6.71875 -0.3125 6.59375 -0.40625 6.4375 -0.75 L 5.03125 -4 C 5.03125 -4.03125 4.984375 -4.109375 4.984375 -4.140625 C 4.984375 -4.140625 5.15625 -4.28125 5.265625 -4.359375 L 7 -5.703125 C 7.9375 -6.375 8.3125 -6.421875 8.609375 -6.453125 C 8.6875 -6.453125 8.796875 -6.46875 8.796875 -6.640625 C 8.796875 -6.6875 8.765625 -6.75 8.6875 -6.75 C 8.46875 -6.75 8.21875 -6.71875 7.984375 -6.71875 C 7.625 -6.71875 7.234375 -6.75 6.890625 -6.75 C 6.8125 -6.75 6.703125 -6.75 6.703125 -6.5625 C 6.703125 -6.484375 6.75 -6.453125 6.8125 -6.453125 C 7.03125 -6.421875 7.125 -6.375 7.125 -6.234375 C 7.125 -6.0625 6.828125 -5.828125 6.765625 -5.78125 L 2.90625 -2.8125 L 3.703125 -6 C 3.78125 -6.34375 3.8125 -6.453125 4.53125 -6.453125 C 4.78125 -6.453125 4.859375 -6.453125 4.859375 -6.640625 C 4.859375 -6.734375 4.78125 -6.75 4.734375 -6.75 L 3.46875 -6.71875 L 2.1875 -6.75 C 2.109375 -6.75 1.984375 -6.75 1.984375 -6.5625 C 1.984375 -6.453125 2.078125 -6.453125 2.28125 -6.453125 C 2.40625 -6.453125 2.578125 -6.4375 2.703125 -6.421875 C 2.859375 -6.40625 2.921875 -6.375 2.921875 -6.265625 C 2.921875 -6.234375 2.90625 -6.203125 2.875 -6.078125 L 1.546875 -0.765625 C 1.453125 -0.390625 1.4375 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.375 -0.3125 0.375 -0.125 C 0.375 0 0.5 0 0.53125 0 L 1.78125 -0.03125 L 2.40625 -0.015625 C 2.625 -0.015625 2.84375 0 3.0625 0 C 3.125 0 3.25 0 3.25 -0.203125 C 3.25 -0.3125 3.171875 -0.3125 2.984375 -0.3125 C 2.609375 -0.3125 2.328125 -0.3125 2.328125 -0.484375 C 2.328125 -0.546875 2.390625 -0.765625 2.421875 -0.921875 L 2.8125 -2.46875 L 4.296875 -3.625 L 5.4375 -0.953125 C 5.5625 -0.6875 5.5625 -0.671875 5.5625 -0.609375 C 5.5625 -0.3125 5.140625 -0.3125 5.046875 -0.3125 C 4.9375 -0.3125 4.828125 -0.3125 4.828125 -0.109375 C 4.828125 0 4.96875 0 4.96875 0 C 5.359375 0 5.78125 -0.03125 6.171875 -0.03125 C 6.390625 -0.03125 6.921875 0 7.140625 0 C 7.1875 0 7.3125 0 7.3125 -0.203125 Z M 7.3125 -0.203125 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 0.425781 14 L 40 14 L 40 16 L 0.425781 16 Z M 0.425781 14 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-1">
|
||||
<path clip-rule="nonzero" d="M 123 0 L 144.027344 0 L 144.027344 31 L 123 31 Z M 123 0 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -28.347549 -28.345161 L 28.345614 -28.345161 L 28.345614 28.348002 L -28.347549 28.348002 Z M -28.347549 -28.345161 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="68.365709" y="32.49427"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -21.261396 -91.707182 L 21.259461 -91.707182 L 21.259461 -49.186325 L -21.261396 -49.186325 Z M -21.261396 -91.707182 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-2" x="67.674109" y="102.393464"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -33.477136 14.423711 L -71.364436 14.423711 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052253 0.00124058 L 1.60766 1.682234 L 3.087879 0.00124058 L 1.60766 -1.683689 Z M 6.052253 0.00124058 " transform="matrix(0.992252, 0, 0, -0.992252, 36.189952, 14.805918)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -33.477136 -14.42087 L -51.523207 -14.42087 L -51.523207 -70.444785 L -21.757426 -70.444785 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052253 0.00159996 L 1.60766 1.682593 L 3.087879 0.00159996 L 1.60766 -1.68333 Z M 6.052253 0.00159996 " transform="matrix(0.992252, 0, 0, -0.992252, 36.189952, 43.427369)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 28.845582 14.423711 L 66.732881 14.423711 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 141.628906 14.804688 L 137.21875 13.136719 L 138.6875 14.804688 L 137.21875 16.476562 Z M 141.628906 14.804688 "/>
|
||||
<g clip-path="url(#clip-1)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052221 0.00124058 L 1.607628 1.682234 L 3.087847 0.00124058 L 1.607628 -1.683689 Z M 6.052221 0.00124058 " transform="matrix(0.992252, 0, 0, -0.992252, 135.623578, 14.805918)"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 28.845582 -14.42087 L 51.521272 -14.42087 L 51.521272 -70.444785 L 26.392985 -70.444785 " transform="matrix(0.992252, 0, 0, -0.992252, 72.225569, 29.116644)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.053661 -0.00106474 L 1.609068 1.683865 L 3.089287 -0.00106474 L 1.609068 -1.682058 Z M 6.053661 -0.00106474 " transform="matrix(-0.992252, 0, 0, 0.992252, 101.229414, 99.016681)"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 44 KiB |
@ -1,238 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="455.539" height="193.683" viewBox="0 0 455.539 193.683">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 4.96875 -1.84375 C 4.96875 -2.84375 4.3125 -3.65625 3.46875 -3.859375 L 2.203125 -4.171875 C 1.578125 -4.3125 1.1875 -4.859375 1.1875 -5.4375 C 1.1875 -6.125 1.734375 -6.734375 2.515625 -6.734375 C 4.171875 -6.734375 4.390625 -5.109375 4.453125 -4.65625 C 4.453125 -4.59375 4.453125 -4.53125 4.5625 -4.53125 C 4.703125 -4.53125 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.015625 4.59375 -7.015625 C 4.515625 -7.015625 4.515625 -7 4.4375 -6.890625 L 4.09375 -6.3125 C 3.796875 -6.609375 3.390625 -7.015625 2.5 -7.015625 C 1.390625 -7.015625 0.5625 -6.140625 0.5625 -5.09375 C 0.5625 -4.265625 1.078125 -3.53125 1.859375 -3.265625 C 1.96875 -3.21875 2.484375 -3.109375 3.171875 -2.9375 C 3.4375 -2.859375 3.75 -2.796875 4.015625 -2.421875 C 4.234375 -2.171875 4.328125 -1.84375 4.328125 -1.515625 C 4.328125 -0.8125 3.828125 -0.09375 3 -0.09375 C 2.703125 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.84375 Z M 4.96875 -1.84375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 4.8125 -0.890625 L 4.8125 -1.4375 L 4.5625 -1.4375 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.828125 -0.703125 3.828125 -0.75 L 3.828125 -2.734375 C 3.828125 -3.15625 3.828125 -3.546875 3.46875 -3.90625 C 3.078125 -4.296875 2.59375 -4.453125 2.109375 -4.453125 C 1.296875 -4.453125 0.609375 -3.984375 0.609375 -3.328125 C 0.609375 -3.03125 0.8125 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.0625 1.515625 -3.328125 C 1.515625 -3.4375 1.46875 -3.765625 1.015625 -3.78125 C 1.28125 -4.125 1.765625 -4.234375 2.09375 -4.234375 C 2.578125 -4.234375 3.140625 -3.859375 3.140625 -2.96875 L 3.140625 -2.59375 C 2.640625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.03125 -0.28125 3.21875 -0.75 C 3.25 -0.359375 3.515625 0.0625 3.984375 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.140625 -1.390625 C 3.140625 -0.453125 2.421875 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.328125 3.140625 -2.390625 Z M 3.140625 -1.390625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3">
|
||||
<path d="M 8.09375 0 L 8.09375 -0.3125 C 7.578125 -0.3125 7.328125 -0.3125 7.3125 -0.609375 L 7.3125 -2.515625 C 7.3125 -3.359375 7.3125 -3.671875 7 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.125 -4.40625 4.6875 -3.796875 4.515625 -3.421875 C 4.375 -4.296875 3.640625 -4.40625 3.1875 -4.40625 C 2.46875 -4.40625 2 -3.96875 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.484375 -4.1875 3.125 -4.1875 C 3.75 -4.1875 3.859375 -3.640625 3.859375 -3.078125 L 3.859375 -0.75 C 3.859375 -0.3125 3.75 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.65625 -0.3125 4.546875 -0.3125 4.546875 -0.75 L 4.546875 -2.59375 C 4.546875 -3.625 5.25 -4.1875 5.890625 -4.1875 C 6.515625 -4.1875 6.625 -3.640625 6.625 -3.078125 L 6.625 -0.75 C 6.625 -0.3125 6.515625 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.09375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4">
|
||||
<path d="M 5.1875 -2.15625 C 5.1875 -3.40625 4.21875 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 L 1.390625 1.90625 L 2.515625 1.9375 L 2.515625 1.625 C 1.84375 1.625 1.734375 1.625 1.734375 1.171875 L 1.734375 -0.59375 C 1.796875 -0.421875 2.203125 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.859375 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -0.953125 3.65625 -0.109375 2.921875 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.9375 1.734375 -1.140625 L 1.734375 -3.359375 C 2.03125 -3.859375 2.515625 -4.15625 3.03125 -4.15625 C 3.75 -4.15625 4.359375 -3.28125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5">
|
||||
<path d="M 2.53125 0 L 2.53125 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.90625 L 0.328125 -6.796875 L 0.328125 -6.484375 C 1.03125 -6.484375 1.109375 -6.421875 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.53125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-6">
|
||||
<path d="M 4.125 -1.1875 C 4.125 -1.28125 4.046875 -1.296875 4 -1.296875 C 3.90625 -1.296875 3.890625 -1.25 3.875 -1.171875 C 3.515625 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.875 -2.296875 C 4.09375 -2.296875 4.125 -2.296875 4.125 -2.515625 C 4.125 -3.5 3.59375 -4.453125 2.34375 -4.453125 C 1.1875 -4.453125 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.125 -1 4.125 -1.1875 Z M 3.46875 -2.515625 L 1.109375 -2.515625 C 1.171875 -3.984375 2.015625 -4.234375 2.34375 -4.234375 C 3.375 -4.234375 3.46875 -2.890625 3.46875 -2.515625 Z M 3.46875 -2.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-7">
|
||||
<path d="M 7.21875 0 L 7.21875 -0.3125 L 7.03125 -0.3125 C 6.515625 -0.3125 6.3125 -0.359375 6.09375 -0.671875 L 4 -3.84375 L 5.359375 -5.84375 C 5.578125 -6.15625 5.921875 -6.484375 6.8125 -6.484375 L 6.8125 -6.796875 L 5.703125 -6.765625 C 5.3125 -6.765625 4.828125 -6.765625 4.421875 -6.796875 L 4.421875 -6.484375 C 4.828125 -6.484375 5.046875 -6.265625 5.046875 -6.03125 C 5.046875 -5.9375 5.03125 -5.90625 4.953125 -5.796875 L 3.828125 -4.125 L 2.53125 -6.046875 C 2.515625 -6.078125 2.46875 -6.15625 2.46875 -6.1875 C 2.46875 -6.3125 2.6875 -6.484375 3.109375 -6.484375 L 3.109375 -6.796875 C 2.765625 -6.765625 2.046875 -6.765625 1.65625 -6.765625 L 0.375 -6.796875 L 0.375 -6.484375 L 0.5625 -6.484375 C 1.109375 -6.484375 1.296875 -6.421875 1.484375 -6.140625 L 3.3125 -3.375 L 1.6875 -0.96875 C 1.546875 -0.765625 1.25 -0.3125 0.234375 -0.3125 L 0.234375 0 L 1.34375 -0.03125 C 1.71875 -0.03125 2.265625 -0.03125 2.625 0 L 2.625 -0.3125 C 2.15625 -0.3125 1.984375 -0.59375 1.984375 -0.765625 C 1.984375 -0.859375 2.015625 -0.890625 2.09375 -1 L 3.5 -3.09375 L 5.078125 -0.71875 C 5.09375 -0.671875 5.125 -0.640625 5.125 -0.609375 C 5.125 -0.484375 4.90625 -0.3125 4.484375 -0.3125 L 4.484375 0 C 4.828125 -0.03125 5.546875 -0.03125 5.9375 -0.03125 Z M 7.21875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-8">
|
||||
<path d="M 2.75 -1.859375 L 2.75 -2.4375 L 0.109375 -2.4375 L 0.109375 -1.859375 Z M 2.75 -1.859375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-9">
|
||||
<path d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.65625 -3.296875 L 1.65625 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.96875 -3.984375 1.0625 -3.90625 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.125 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.96875 -4.1875 3 -4.171875 C 2.96875 -4.15625 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.5 2.96875 -3.359375 3.1875 -3.359375 C 3.375 -3.359375 3.625 -3.46875 3.625 -3.796875 Z M 3.625 -3.796875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-10">
|
||||
<path d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.265625 4.53125 -4.265625 4.3125 -4.265625 L 3.4375 -4.296875 L 3.4375 -3.984375 C 3.75 -3.96875 3.90625 -3.796875 3.90625 -3.546875 C 3.90625 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.859375 L 1.734375 -3.546875 C 1.703125 -3.640625 1.6875 -3.6875 1.6875 -3.71875 C 1.6875 -3.984375 2.046875 -3.984375 2.234375 -3.984375 L 2.234375 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.265625 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.484375 0 L 2.234375 0.59375 C 2.015625 1.140625 1.734375 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.125 -3.34375 C 4.390625 -3.96875 4.890625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-11">
|
||||
<path d="M 6.203125 -4.953125 C 6.203125 -5.921875 5.21875 -6.796875 3.859375 -6.796875 L 0.34375 -6.796875 L 0.34375 -6.484375 L 0.59375 -6.484375 C 1.359375 -6.484375 1.375 -6.375 1.375 -6.015625 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.4375 -0.03125 1.8125 -0.03125 C 2.1875 -0.03125 2.9375 -0.03125 3.28125 0 L 3.28125 -0.3125 L 3.046875 -0.3125 C 2.28125 -0.3125 2.265625 -0.421875 2.265625 -0.78125 L 2.265625 -3.140625 L 3.9375 -3.140625 C 5.140625 -3.140625 6.203125 -3.953125 6.203125 -4.953125 Z M 5.1875 -4.953125 C 5.1875 -4.484375 5.1875 -3.40625 3.609375 -3.40625 L 2.234375 -3.40625 L 2.234375 -6.09375 C 2.234375 -6.421875 2.25 -6.484375 2.71875 -6.484375 L 3.609375 -6.484375 C 5.1875 -6.484375 5.1875 -5.4375 5.1875 -4.953125 Z M 5.1875 -4.953125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-12">
|
||||
<path d="M 4.6875 -2.125 C 4.6875 -3.40625 3.6875 -4.453125 2.484375 -4.453125 C 1.25 -4.453125 0.28125 -3.375 0.28125 -2.125 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.859375 4.6875 -2.125 Z M 3.859375 -2.203125 C 3.859375 -1.84375 3.859375 -1.3125 3.640625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.484375 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.84375 1.109375 -2.203125 C 1.109375 -2.59375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.234375 2.484375 -4.234375 C 2.921875 -4.234375 3.34375 -4.015625 3.609375 -3.59375 C 3.859375 -3.171875 3.859375 -2.59375 3.859375 -2.203125 Z M 3.859375 -2.203125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-13">
|
||||
<path d="M 3.578125 -1.28125 C 3.578125 -1.796875 3.28125 -2.09375 3.171875 -2.21875 C 2.84375 -2.53125 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.859375 1.0625 -4.265625 1.921875 -4.265625 C 3.015625 -4.265625 3.0625 -3.375 3.078125 -3.0625 C 3.09375 -2.96875 3.203125 -2.96875 3.203125 -2.96875 C 3.328125 -2.96875 3.328125 -3.03125 3.328125 -3.21875 L 3.328125 -4.21875 C 3.328125 -4.390625 3.328125 -4.453125 3.21875 -4.453125 C 3.171875 -4.453125 3.15625 -4.453125 3.03125 -4.34375 C 3 -4.296875 2.890625 -4.203125 2.859375 -4.1875 C 2.484375 -4.453125 2.0625 -4.453125 1.921875 -4.453125 C 0.703125 -4.453125 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.125 1.359375 -2.0625 2.0625 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.5 2.75 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.515625 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.4375 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.765625 0.109375 1.984375 0.109375 C 3.125 0.109375 3.578125 -0.5625 3.578125 -1.28125 Z M 3.578125 -1.28125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-14">
|
||||
<path d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.125 -0.015625 2.453125 0 Z M 1.90625 -6.015625 C 1.90625 -6.28125 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.484375 1.375 -5.484375 C 1.71875 -5.484375 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-15">
|
||||
<path d="M 3.296875 -1.234375 L 3.296875 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.75 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.140625 -3.984375 L 3.140625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.234375 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.03125 0.109375 3.296875 -0.59375 3.296875 -1.234375 Z M 3.296875 -1.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-16">
|
||||
<path d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.546875 -0.609375 L 4.546875 -2.515625 C 4.546875 -3.359375 4.546875 -3.671875 4.234375 -4.03125 C 4.09375 -4.203125 3.765625 -4.40625 3.1875 -4.40625 C 2.46875 -4.40625 2 -3.96875 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.484375 -4.1875 3.125 -4.1875 C 3.75 -4.1875 3.859375 -3.640625 3.859375 -3.078125 L 3.859375 -0.75 C 3.859375 -0.3125 3.75 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 Z M 5.328125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-17">
|
||||
<path d="M 4.828125 -4.015625 C 4.828125 -4.1875 4.703125 -4.515625 4.3125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.421875 -4.40625 2.203125 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.125 1.0625 -1.921875 C 0.9375 -1.765625 0.75 -1.4375 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.1875 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.546875 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.015625 -1.484375 2.203125 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.296875 3.65625 -3.671875 3.40625 -3.90625 C 3.765625 -4.234375 4.125 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.296875 -4.234375 4.25 -4.125 4.25 -4.015625 C 4.25 -3.84375 4.375 -3.71875 4.53125 -3.71875 C 4.640625 -3.71875 4.828125 -3.796875 4.828125 -4.015625 Z M 3.078125 -2.953125 C 3.078125 -2.671875 3.0625 -2.359375 2.921875 -2.109375 C 2.84375 -1.984375 2.609375 -1.71875 2.203125 -1.71875 C 1.34375 -1.71875 1.34375 -2.703125 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.515625 1.5 -3.765625 C 1.578125 -3.890625 1.8125 -4.171875 2.203125 -4.171875 C 3.078125 -4.171875 3.078125 -3.171875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.484375 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-18">
|
||||
<path d="M 7.3125 -2.40625 L 7.3125 -2.71875 L 6.09375 -2.6875 C 5.703125 -2.6875 4.859375 -2.6875 4.5 -2.71875 L 4.5 -2.40625 L 4.8125 -2.40625 C 5.71875 -2.40625 5.75 -2.296875 5.75 -1.9375 L 5.75 -1.296875 C 5.75 -0.171875 4.484375 -0.09375 4.203125 -0.09375 C 3.546875 -0.09375 1.578125 -0.4375 1.578125 -3.40625 C 1.578125 -6.375 3.546875 -6.703125 4.140625 -6.703125 C 5.203125 -6.703125 6.109375 -5.8125 6.3125 -4.34375 C 6.328125 -4.203125 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.203125 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.015625 6.515625 -7.015625 C 6.484375 -7.015625 6.4375 -7.015625 6.359375 -6.890625 L 5.859375 -6.15625 C 5.546875 -6.484375 5 -7.015625 4.015625 -7.015625 C 2.171875 -7.015625 0.5625 -5.4375 0.5625 -3.40625 C 0.5625 -1.359375 2.15625 0.21875 4.046875 0.21875 C 4.765625 0.21875 5.5625 -0.046875 5.90625 -0.625 C 6.03125 -0.40625 6.421875 -0.015625 6.546875 -0.015625 C 6.625 -0.015625 6.625 -0.09375 6.625 -0.234375 L 6.625 -1.96875 C 6.625 -2.359375 6.671875 -2.40625 7.3125 -2.40625 Z M 7.3125 -2.40625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-19">
|
||||
<path d="M 6.078125 -4.53125 L 5.796875 -6.765625 L 0.328125 -6.765625 L 0.328125 -6.453125 L 0.5625 -6.453125 C 1.328125 -6.453125 1.359375 -6.34375 1.359375 -5.984375 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.453125 -0.03125 1.84375 -0.03125 C 2.25 -0.03125 3.15625 -0.03125 3.515625 0 L 3.515625 -0.3125 L 3.1875 -0.3125 C 2.234375 -0.3125 2.234375 -0.4375 2.234375 -0.78125 L 2.234375 -3.234375 L 3.09375 -3.234375 C 4.046875 -3.234375 4.15625 -2.921875 4.15625 -2.0625 L 4.40625 -2.0625 L 4.40625 -4.703125 L 4.15625 -4.703125 C 4.15625 -3.875 4.046875 -3.546875 3.09375 -3.546875 L 2.234375 -3.546875 L 2.234375 -6.0625 C 2.234375 -6.390625 2.265625 -6.453125 2.734375 -6.453125 L 3.921875 -6.453125 C 5.421875 -6.453125 5.65625 -5.90625 5.828125 -4.53125 Z M 6.078125 -4.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-20">
|
||||
<path d="M 4.125 -1.1875 C 4.125 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.90625 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.578125 -0.265625 2.9375 -0.140625 2.5625 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.203125 2.515625 -4.203125 C 2.59375 -4.203125 3.21875 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.28125 -2.921875 3.5625 -2.921875 C 3.828125 -2.921875 4.015625 -3.09375 4.015625 -3.390625 C 4.015625 -4.078125 3.265625 -4.453125 2.5 -4.453125 C 1.25 -4.453125 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.125 -1.078125 4.125 -1.1875 Z M 4.125 -1.1875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-21">
|
||||
<path d="M 5.328125 0 L 5.328125 -0.3125 C 4.625 -0.3125 4.546875 -0.375 4.546875 -0.859375 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 C 3.78125 -3.984375 3.859375 -3.90625 3.859375 -3.421875 L 3.859375 -1.65625 C 3.859375 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.0625 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-22">
|
||||
<path d="M 7.171875 -3.375 C 7.171875 -5.40625 5.671875 -7.015625 3.859375 -7.015625 C 2.078125 -7.015625 0.5625 -5.421875 0.5625 -3.375 C 0.5625 -1.328125 2.09375 0.21875 3.859375 0.21875 C 5.671875 0.21875 7.171875 -1.359375 7.171875 -3.375 Z M 6.15625 -3.515625 C 6.15625 -0.875 4.78125 -0.046875 3.875 -0.046875 C 2.921875 -0.046875 1.578125 -0.921875 1.578125 -3.515625 C 1.578125 -6.09375 3.03125 -6.765625 3.859375 -6.765625 C 4.734375 -6.765625 6.15625 -6.0625 6.15625 -3.515625 Z M 6.15625 -3.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-23">
|
||||
<path d="M 3.3125 0 L 3.3125 -0.3125 L 3.0625 -0.3125 C 2.265625 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -6.015625 C 2.234375 -6.375 2.265625 -6.484375 3.0625 -6.484375 L 3.3125 -6.484375 L 3.3125 -6.796875 C 2.96875 -6.765625 2.1875 -6.765625 1.796875 -6.765625 C 1.40625 -6.765625 0.625 -6.765625 0.28125 -6.796875 L 0.28125 -6.484375 L 0.53125 -6.484375 C 1.328125 -6.484375 1.359375 -6.375 1.359375 -6.015625 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.53125 -0.3125 L 0.28125 -0.3125 L 0.28125 0 C 0.625 -0.03125 1.40625 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.96875 -0.03125 3.3125 0 Z M 3.3125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0">
|
||||
</g>
|
||||
<g id="glyph-1-1">
|
||||
<path d="M 4.328125 -1.421875 C 4.328125 -1.46875 4.296875 -1.515625 4.203125 -1.515625 C 4.125 -1.515625 4.09375 -1.46875 4.078125 -1.390625 C 3.84375 -0.75 3.203125 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.5 -0.609375 2.296875 -0.6875 C 1.953125 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.328125 -0.828125 C 1.859375 -1.40625 2.15625 -1.65625 2.515625 -1.953125 C 2.515625 -1.953125 3.125 -2.5 3.484375 -2.859375 C 4.421875 -3.78125 4.640625 -4.265625 4.640625 -4.296875 C 4.640625 -4.40625 4.53125 -4.40625 4.53125 -4.40625 C 4.46875 -4.40625 4.4375 -4.375 4.390625 -4.296875 C 4.09375 -3.8125 3.875 -3.65625 3.640625 -3.65625 C 3.40625 -3.65625 3.28125 -3.796875 3.140625 -3.96875 C 2.953125 -4.203125 2.78125 -4.40625 2.453125 -4.40625 C 1.703125 -4.40625 1.25 -3.46875 1.25 -3.265625 C 1.25 -3.21875 1.28125 -3.15625 1.359375 -3.15625 C 1.453125 -3.15625 1.46875 -3.203125 1.5 -3.265625 C 1.6875 -3.71875 2.265625 -3.734375 2.34375 -3.734375 C 2.546875 -3.734375 2.734375 -3.65625 2.96875 -3.578125 C 3.359375 -3.4375 3.46875 -3.4375 3.734375 -3.4375 C 3.375 -3 2.53125 -2.296875 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.484375 0.109375 2.765625 0.109375 C 3.75 0.109375 4.328125 -1.15625 4.328125 -1.421875 Z M 4.328125 -1.421875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-2">
|
||||
<path d="M 4.9375 -1.421875 C 4.9375 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.734375 -1.515625 4.703125 -1.484375 4.6875 -1.40625 C 4.359375 -0.34375 3.6875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.984375 -1.640625 L 3.328125 -3 C 3.390625 -3.265625 3.609375 -4.1875 4.3125 -4.1875 C 4.359375 -4.1875 4.59375 -4.1875 4.8125 -4.046875 C 4.53125 -4 4.328125 -3.75 4.328125 -3.515625 C 4.328125 -3.359375 4.4375 -3.171875 4.703125 -3.171875 C 4.921875 -3.171875 5.25 -3.34375 5.25 -3.75 C 5.25 -4.265625 4.65625 -4.40625 4.3125 -4.40625 C 3.75 -4.40625 3.390625 -3.875 3.28125 -3.640625 C 3.03125 -4.296875 2.484375 -4.40625 2.203125 -4.40625 C 1.171875 -4.40625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.9375 1.84375 -4.1875 2.1875 -4.1875 C 2.375 -4.1875 2.71875 -4.09375 2.71875 -3.515625 C 2.71875 -3.203125 2.546875 -2.53125 2.1875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.953125 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.84375 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.59375 2.265625 -0.640625 C 2.390625 -0.28125 2.75 0.109375 3.34375 0.109375 C 4.375 0.109375 4.9375 -1.171875 4.9375 -1.421875 Z M 4.9375 -1.421875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-3">
|
||||
<path d="M 4.84375 -3.796875 C 4.875 -3.9375 4.875 -3.953125 4.875 -4.015625 C 4.875 -4.203125 4.734375 -4.296875 4.59375 -4.296875 C 4.484375 -4.296875 4.328125 -4.234375 4.234375 -4.078125 C 4.21875 -4.03125 4.140625 -3.71875 4.09375 -3.546875 L 3.90625 -2.75 L 3.453125 -0.953125 C 3.40625 -0.8125 2.984375 -0.109375 2.328125 -0.109375 C 1.828125 -0.109375 1.71875 -0.546875 1.71875 -0.921875 C 1.71875 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.28125 2.421875 -3.390625 2.421875 -3.578125 C 2.421875 -4.03125 2.09375 -4.40625 1.609375 -4.40625 C 0.65625 -4.40625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.953125 C 0.84375 -3.875 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.859375 C 1.828125 -3.609375 1.71875 -3.359375 1.65625 -3.171875 C 1.25 -2.109375 1.078125 -1.546875 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.296875 0.109375 C 2.671875 0.109375 3.015625 -0.0625 3.296875 -0.34375 C 3.171875 0.171875 3.046875 0.671875 2.640625 1.1875 C 2.390625 1.53125 2.015625 1.828125 1.546875 1.828125 C 1.40625 1.828125 0.96875 1.796875 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.328125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.0625 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.046875 1.546875 2.046875 C 2.578125 2.046875 3.609375 1.140625 3.875 0.015625 Z M 4.84375 -3.796875 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 0.140625 163 L 454.9375 163 L 454.9375 193 L 0.140625 193 Z M 0.140625 163 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 69.999695%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 28.30716 46.207646 L 45.295857 47.099729 L 44.732437 57.855585 L -34.533805 53.700358 L -33.966471 42.944502 L -16.981687 43.836584 L -15.201434 9.867015 L 30.087413 12.238077 Z M 28.30716 46.207646 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(39.99939%, 39.99939%, 39.99939%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -61.769715 31.836507 C -54.719132 28.244701 -47.351624 25.267179 -39.780659 22.950894 L 53.164183 27.822135 C 60.453438 30.917036 67.464894 34.645785 74.10465 38.957518 L 73.036499 59.338477 L 47.561278 58.004266 L 48.273379 44.415655 L -36.650545 39.96698 L -37.362646 53.551678 L -62.837867 52.217466 Z M -61.769715 31.836507 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -32.268384 53.82165 L -32.659649 61.294799 L 42.075752 65.211355 L 42.467016 57.738206 Z M -32.268384 53.82165 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -26.931539 82.031809 L -27.252376 88.14727 L 33.890502 91.351725 L 34.211339 85.236263 Z M -26.931539 82.031809 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 4.706095 63.251121 L 27.219445 84.868475 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 4.706095 63.251121 L -19.939645 82.399597 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.667755 61.658675 L -19.939645 82.399597 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.667755 61.658675 L 3.637944 83.63208 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 35.079946 64.843566 L 3.637944 83.63208 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 35.079946 64.843566 L 27.219445 84.868475 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -13.667678 88.859371 L -15.447931 122.828941 L 18.525552 124.609193 L 20.305804 90.639624 Z M -13.667678 88.859371 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="214.216682" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-2" x="219.742858" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-3" x="224.716018" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-4" x="233.004287" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-5" x="238.530463" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-6" x="241.293551" y="41.578948"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.042118 -10.204846 L -85.042118 -5.102759 L 85.040488 -5.102759 L 85.040488 -10.204846 Z M -85.042118 -10.204846 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.99939%, 89.99939%, 89.99939%)" fill-opacity="0.5" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.042118 -3.400759 L -85.042118 40.819936 L 85.040488 40.819936 L 85.040488 -3.400759 L 59.530054 -3.400759 L 59.530054 17.007589 L -59.52777 17.007589 L -59.52777 -3.400759 Z M -85.042118 -3.400759 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -65.482814 6.803415 C -65.482814 10.559553 -68.52685 13.607502 -72.282988 13.607502 C -76.043038 13.607502 -79.087074 10.559553 -79.087074 6.803415 C -79.087074 3.047277 -76.043038 -0.000671732 -72.282988 -0.000671732 C -68.52685 -0.000671732 -65.482814 3.047277 -65.482814 6.803415 Z M -65.482814 6.803415 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 79.089358 6.803415 C 79.089358 10.559553 76.041409 13.607502 72.285271 13.607502 C 68.529133 13.607502 65.481184 10.559553 65.481184 6.803415 C 65.481184 3.047277 68.529133 -0.000671732 72.285271 -0.000671732 C 76.041409 -0.000671732 79.089358 3.047277 79.089358 6.803415 Z M 79.089358 6.803415 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -40.774471 19.699487 C -50.869091 22.786563 -60.592009 27.016131 -69.731944 32.290374 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 40.776754 19.699487 C 50.867461 22.786563 60.594293 27.016131 69.734228 32.290374 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 2.428937 106.732326 L 206.524151 106.732326 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -6.053417 -0.000234063 L -1.608654 1.682203 L -3.087633 -0.000234063 L -1.608654 -1.682671 Z M -6.053417 -0.000234063 " transform="matrix(0.998366, 0, 0, -0.998366, 291.094307, 47.323985)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="1" d="M 231.457031 47.324219 C 231.457031 46.5 230.789062 45.832031 229.964844 45.832031 C 229.140625 45.832031 228.472656 46.5 228.472656 47.324219 C 228.472656 48.148438 229.140625 48.816406 229.964844 48.816406 C 230.789062 48.816406 231.457031 48.148438 231.457031 47.324219 Z M 231.457031 47.324219 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7" x="278.785003" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-8" x="286.244744" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-9" x="289.559853" y="41.578948"/>
|
||||
<use xlink:href="#glyph-0-2" x="293.455827" y="41.578948"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-10" x="298.15049" y="41.578948"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -59.52777 102.048892 L -59.52777 120.094003 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052533 -0.00156957 L 1.60777 1.68478 L 3.086749 -0.00156957 L 1.60777 -1.684006 Z M 6.052533 -0.00156957 " transform="matrix(0, -0.998366, -0.998366, 0, 168.107808, 36.819987)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1" x="171.920907" y="31.50244"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -59.52777 102.048892 L -77.572882 102.048892 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054274 -0.000591859 L 1.609512 1.681845 L 3.088491 -0.000591859 L 1.609512 -1.683028 Z M 6.054274 -0.000591859 " transform="matrix(-0.998366, 0, 0, 0.998366, 152.927194, 52.000591)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-2" x="142.625854" y="48.189129"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -58.397017 102.048892 C -58.397017 102.674915 -58.901747 103.183558 -59.52777 103.183558 C -60.153793 103.183558 -60.662437 102.674915 -60.662437 102.048892 C -60.662437 101.422869 -60.153793 100.914225 -59.52777 100.914225 C -58.901747 100.914225 -58.397017 101.422869 -58.397017 102.048892 Z M -58.397017 102.048892 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -54.993017 102.048892 C -54.993017 104.552984 -57.023679 106.583645 -59.52777 106.583645 C -62.035775 106.583645 -64.066437 104.552984 -64.066437 102.048892 C -64.066437 99.5448 -62.035775 97.514138 -59.52777 97.514138 C -57.023679 97.514138 -54.993017 99.5448 -54.993017 102.048892 Z M -54.993017 102.048892 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-3" x="176.945683" y="53.175967"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -102.050378 -17.008932 L 102.048749 -17.008932 L 102.048749 136.065413 L -102.050378 136.065413 Z M -102.050378 -17.008932 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11" x="185.86209" y="11.797691"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-12" x="192.353059" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-13" x="197.326219" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-14" x="201.250043" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-15" x="204.013131" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-14" x="207.881255" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-12" x="210.644343" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-16" x="215.617503" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-14" x="221.143679" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-16" x="223.906767" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-17" x="229.432943" y="11.797691"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="237.718228" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-15" x="243.244404" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-2" x="247.112528" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-15" x="252.085689" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-14" x="255.953813" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-12" x="258.716901" y="11.797691"/>
|
||||
<use xlink:href="#glyph-0-16" x="263.690061" y="11.797691"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 69.999695%)" fill-opacity="1" d="M 1.136719 192.371094 L 1.136719 164.070312 L 453.945312 164.070312 L 453.945312 192.371094 Z M 1.136719 192.371094 "/>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -226.77371 -38.551947 L -226.77371 -10.204846 L 226.775993 -10.204846 L 226.775993 -38.551947 Z M -226.77371 -38.551947 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-18" x="195.635094" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-9" x="203.439972" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-2" x="207.335946" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-16" x="212.309107" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-14" x="217.835282" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-15" x="220.59837" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-6" x="224.466495" y="181.645701"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-19" x="232.199759" y="181.645701"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9" x="237.867173" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-2" x="241.763147" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-3" x="246.736307" y="181.645701"/>
|
||||
<use xlink:href="#glyph-0-6" x="255.024576" y="181.645701"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(79.998779%, 79.998779%, 79.998779%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 184.253386 74.836457 L 184.253386 131.530659 L 155.906285 131.530659 L 155.906285 74.836457 Z M 184.253386 74.836457 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 170.081791 -10.204846 L 170.081791 -4.535425 L 167.589438 -3.040796 L 172.570232 -0.0515361 L 167.589438 2.937723 L 172.570232 5.926983 L 167.589438 8.91233 L 172.570232 11.901589 L 167.589438 14.890849 L 172.570232 17.880108 L 167.589438 20.869368 L 172.570232 23.858627 L 167.589438 26.847887 L 172.570232 29.837146 L 167.589438 32.826406 L 172.570232 35.811753 L 167.589438 38.801012 L 172.570232 41.790272 L 167.589438 44.779531 L 172.570232 47.768791 L 167.589438 50.75805 L 172.570232 53.74731 L 167.589438 56.736569 L 172.570232 59.725829 L 167.589438 62.711176 L 172.570232 65.700435 L 170.081791 67.195065 L 170.081791 74.836457 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 147.404111 -15.874266 L 192.759472 -15.874266 L 192.759472 137.20008 L 147.404111 137.20008 Z M 147.404111 -15.874266 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-19" x="362.541919" y="10.665544"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-12" x="368.209332" y="10.665544"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-20" x="373.451043" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-21" x="377.872183" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-13" x="383.398359" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-14" x="387.322183" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-16" x="390.085271" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-17" x="395.611446" y="10.665544"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-22" x="403.906678" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-4" x="411.642926" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-15" x="417.169102" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-14" x="421.037227" y="10.665544"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-20" x="423.790368" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-13" x="428.211508" y="10.665544"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(79.998779%, 79.998779%, 79.998779%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -184.255015 74.836457 L -184.255015 131.530659 L -155.907914 131.530659 L -155.907914 74.836457 Z M -184.255015 74.836457 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -170.079508 -10.204846 L -170.079508 -4.535425 L -172.571862 -3.040796 L -167.591067 -0.0515361 L -172.571862 2.937723 L -167.591067 5.926983 L -172.571862 8.91233 L -167.591067 11.901589 L -172.571862 14.890849 L -167.591067 17.880108 L -172.571862 20.869368 L -167.591067 23.858627 L -172.571862 26.847887 L -167.591067 29.837146 L -172.571862 32.826406 L -167.591067 35.811753 L -172.571862 38.801012 L -167.591067 41.790272 L -172.571862 44.779531 L -167.591067 47.768791 L -172.571862 50.75805 L -167.591067 53.74731 L -172.571862 56.736569 L -167.591067 59.725829 L -172.571862 62.711176 L -167.591067 65.700435 L -170.079508 67.195065 L -170.079508 74.836457 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -192.757189 -15.874266 L -147.401827 -15.874266 L -147.401827 137.20008 L -192.757189 137.20008 Z M -192.757189 -15.874266 " transform="matrix(0.998366, 0, 0, -0.998366, 227.539876, 153.882142)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-23" x="22.747059" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-3" x="26.338676" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-2" x="34.626945" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-17" x="39.600105" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-6" x="44.573266" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-9" x="48.994405" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-10" x="52.890379" y="10.665544"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="61.452172" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-10" x="66.978348" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-13" x="72.228016" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-15" x="76.15184" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-6" x="80.019964" y="10.665544"/>
|
||||
<use xlink:href="#glyph-0-3" x="84.441104" y="10.665544"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 329 KiB |
Before Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 905 KiB |
Before Width: | Height: | Size: 12 KiB |
@ -1,218 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="113.419" height="172.075" viewBox="0 0 113.419 172.075">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 6.84375 -3.6875 C 6.84375 -4.234375 6.578125 -4.375 6.40625 -4.375 C 6.15625 -4.375 5.90625 -4.125 5.90625 -3.90625 C 5.90625 -3.78125 5.96875 -3.71875 6.0625 -3.640625 C 6.171875 -3.53125 6.421875 -3.265625 6.421875 -2.796875 C 6.421875 -2.453125 6.125 -1.484375 5.875 -0.984375 C 5.609375 -0.453125 5.265625 -0.109375 4.78125 -0.109375 C 4.3125 -0.109375 4.046875 -0.40625 4.046875 -0.96875 C 4.046875 -1.25 4.125 -1.5625 4.15625 -1.6875 L 4.578125 -3.359375 C 4.625 -3.578125 4.71875 -3.9375 4.71875 -4 C 4.71875 -4.1875 4.59375 -4.265625 4.4375 -4.265625 C 4.3125 -4.265625 4.140625 -4.1875 4.078125 -4 C 4.046875 -3.921875 3.578125 -2.03125 3.5 -1.765625 C 3.4375 -1.46875 3.421875 -1.296875 3.421875 -1.125 C 3.421875 -1.015625 3.421875 -0.984375 3.421875 -0.9375 C 3.203125 -0.421875 2.90625 -0.109375 2.515625 -0.109375 C 1.71875 -0.109375 1.71875 -0.84375 1.71875 -1.015625 C 1.71875 -1.328125 1.765625 -1.71875 2.234375 -2.9375 C 2.34375 -3.234375 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4.015625 2.078125 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.859375 1.21875 -4.15625 1.5625 -4.15625 C 1.65625 -4.15625 1.8125 -4.15625 1.8125 -3.828125 C 1.8125 -3.59375 1.703125 -3.3125 1.640625 -3.140625 C 1.203125 -1.96875 1.078125 -1.515625 1.078125 -1.140625 C 1.078125 -0.234375 1.75 0.109375 2.484375 0.109375 C 2.65625 0.109375 3.125 0.109375 3.515625 -0.578125 C 3.78125 0.046875 4.453125 0.109375 4.75 0.109375 C 5.5 0.109375 5.9375 -0.515625 6.1875 -1.109375 C 6.53125 -1.875 6.84375 -3.203125 6.84375 -3.6875 Z M 6.84375 -3.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 5.46875 -6.296875 C 5.46875 -6.75 5.015625 -6.984375 4.609375 -6.984375 C 4.265625 -6.984375 3.640625 -6.8125 3.34375 -5.828125 C 3.28125 -5.609375 3.265625 -5.515625 3.015625 -4.265625 L 2.34375 -4.265625 C 2.15625 -4.265625 2.046875 -4.265625 2.046875 -4.078125 C 2.046875 -3.96875 2.125 -3.96875 2.3125 -3.96875 L 2.96875 -3.96875 L 2.234375 -0.046875 C 2.046875 0.90625 1.875 1.8125 1.359375 1.8125 C 1.328125 1.8125 1.078125 1.8125 0.890625 1.640625 C 1.34375 1.609375 1.4375 1.25 1.4375 1.09375 C 1.4375 0.875 1.265625 0.75 1.0625 0.75 C 0.8125 0.75 0.53125 0.96875 0.53125 1.34375 C 0.53125 1.796875 0.953125 2.03125 1.359375 2.03125 C 1.90625 2.03125 2.3125 1.453125 2.484375 1.0625 C 2.796875 0.453125 3.03125 -0.75 3.046875 -0.828125 L 3.640625 -3.96875 L 4.484375 -3.96875 C 4.6875 -3.96875 4.78125 -3.96875 4.78125 -4.15625 C 4.78125 -4.265625 4.6875 -4.265625 4.515625 -4.265625 L 3.6875 -4.265625 C 3.796875 -4.84375 3.796875 -4.828125 3.90625 -5.40625 C 3.9375 -5.609375 4.078125 -6.3125 4.140625 -6.421875 C 4.234375 -6.625 4.390625 -6.765625 4.609375 -6.765625 C 4.640625 -6.765625 4.90625 -6.765625 5.09375 -6.59375 C 4.65625 -6.546875 4.5625 -6.203125 4.5625 -6.046875 C 4.5625 -5.828125 4.734375 -5.703125 4.921875 -5.703125 C 5.1875 -5.703125 5.46875 -5.921875 5.46875 -6.296875 Z M 5.46875 -6.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3">
|
||||
<path d="M 4.9375 -1.421875 C 4.9375 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.71875 -1.515625 4.703125 -1.46875 4.671875 -1.34375 C 4.5 -0.6875 4.328125 -0.109375 3.921875 -0.109375 C 3.65625 -0.109375 3.625 -0.359375 3.625 -0.5625 C 3.625 -0.796875 3.640625 -0.875 3.6875 -1.046875 L 5.109375 -6.765625 C 5.109375 -6.765625 5.109375 -6.875 4.984375 -6.875 C 4.828125 -6.875 3.890625 -6.78125 3.71875 -6.765625 C 3.640625 -6.75 3.59375 -6.703125 3.59375 -6.578125 C 3.59375 -6.453125 3.671875 -6.453125 3.828125 -6.453125 C 4.296875 -6.453125 4.3125 -6.390625 4.3125 -6.296875 L 4.296875 -6.09375 L 3.6875 -3.75 C 3.515625 -4.109375 3.234375 -4.375 2.78125 -4.375 C 1.625 -4.375 0.390625 -2.921875 0.390625 -1.46875 C 0.390625 -0.546875 0.9375 0.109375 1.71875 0.109375 C 1.90625 0.109375 2.40625 0.0625 3 -0.640625 C 3.078125 -0.21875 3.421875 0.109375 3.90625 0.109375 C 4.25 0.109375 4.484375 -0.125 4.640625 -0.4375 C 4.796875 -0.796875 4.9375 -1.421875 4.9375 -1.421875 Z M 3.546875 -3.125 L 3.046875 -1.171875 C 3 -1 3 -0.984375 2.859375 -0.8125 C 2.421875 -0.265625 2.015625 -0.109375 1.734375 -0.109375 C 1.234375 -0.109375 1.09375 -0.65625 1.09375 -1.046875 C 1.09375 -1.53125 1.421875 -2.75 1.640625 -3.203125 C 1.953125 -3.796875 2.390625 -4.15625 2.796875 -4.15625 C 3.4375 -4.15625 3.578125 -3.34375 3.578125 -3.28125 C 3.578125 -3.234375 3.5625 -3.171875 3.546875 -3.125 Z M 3.546875 -3.125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4">
|
||||
<path d="M 7.328125 -0.203125 C 7.328125 -0.3125 7.21875 -0.3125 7.125 -0.3125 C 6.71875 -0.3125 6.59375 -0.40625 6.453125 -0.75 L 5.046875 -4 C 5.03125 -4.03125 5 -4.109375 5 -4.140625 C 5 -4.140625 5.171875 -4.296875 5.28125 -4.375 L 7.015625 -5.703125 C 7.9375 -6.390625 8.328125 -6.421875 8.625 -6.453125 C 8.703125 -6.46875 8.8125 -6.484375 8.8125 -6.65625 C 8.8125 -6.703125 8.78125 -6.765625 8.703125 -6.765625 C 8.484375 -6.765625 8.234375 -6.734375 8 -6.734375 C 7.640625 -6.734375 7.25 -6.765625 6.890625 -6.765625 C 6.828125 -6.765625 6.703125 -6.765625 6.703125 -6.5625 C 6.703125 -6.5 6.75 -6.46875 6.828125 -6.453125 C 7.046875 -6.4375 7.125 -6.390625 7.125 -6.25 C 7.125 -6.078125 6.828125 -5.84375 6.78125 -5.796875 L 2.90625 -2.828125 L 3.703125 -6 C 3.796875 -6.359375 3.8125 -6.453125 4.53125 -6.453125 C 4.78125 -6.453125 4.875 -6.453125 4.875 -6.65625 C 4.875 -6.75 4.796875 -6.765625 4.734375 -6.765625 L 3.46875 -6.734375 L 2.1875 -6.765625 C 2.125 -6.765625 1.984375 -6.765625 1.984375 -6.578125 C 1.984375 -6.453125 2.078125 -6.453125 2.28125 -6.453125 C 2.40625 -6.453125 2.578125 -6.453125 2.703125 -6.4375 C 2.859375 -6.421875 2.921875 -6.390625 2.921875 -6.28125 C 2.921875 -6.234375 2.90625 -6.21875 2.875 -6.09375 L 1.5625 -0.765625 C 1.453125 -0.390625 1.4375 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.375 -0.3125 0.375 -0.125 C 0.375 0 0.5 0 0.53125 0 L 1.78125 -0.03125 L 2.421875 -0.015625 C 2.640625 -0.015625 2.859375 0 3.0625 0 C 3.125 0 3.265625 0 3.265625 -0.203125 C 3.265625 -0.3125 3.171875 -0.3125 2.984375 -0.3125 C 2.609375 -0.3125 2.34375 -0.3125 2.34375 -0.484375 C 2.34375 -0.5625 2.390625 -0.765625 2.421875 -0.921875 L 2.828125 -2.484375 L 4.296875 -3.625 L 5.453125 -0.953125 C 5.5625 -0.6875 5.5625 -0.671875 5.5625 -0.609375 C 5.5625 -0.3125 5.140625 -0.3125 5.046875 -0.3125 C 4.9375 -0.3125 4.828125 -0.3125 4.828125 -0.109375 C 4.828125 0 4.96875 0 4.96875 0 C 5.375 0 5.78125 -0.03125 6.1875 -0.03125 C 6.40625 -0.03125 6.9375 0 7.15625 0 C 7.203125 0 7.328125 0 7.328125 -0.203125 Z M 7.328125 -0.203125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5">
|
||||
<path d="M 5.375 -1.421875 C 5.375 -1.515625 5.296875 -1.515625 5.265625 -1.515625 C 5.15625 -1.515625 5.15625 -1.46875 5.125 -1.34375 C 4.984375 -0.78125 4.796875 -0.109375 4.375 -0.109375 C 4.171875 -0.109375 4.078125 -0.234375 4.078125 -0.5625 C 4.078125 -0.78125 4.1875 -1.25 4.265625 -1.59375 L 4.546875 -2.671875 C 4.578125 -2.8125 4.671875 -3.1875 4.71875 -3.34375 C 4.765625 -3.5625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.1875 4.71875 -4.265625 4.578125 -4.265625 C 4.53125 -4.265625 4.265625 -4.265625 4.1875 -3.921875 L 3.453125 -0.9375 C 3.4375 -0.90625 3.046875 -0.109375 2.3125 -0.109375 C 1.796875 -0.109375 1.703125 -0.5625 1.703125 -0.921875 C 1.703125 -1.46875 1.984375 -2.265625 2.234375 -2.9375 C 2.359375 -3.234375 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4.015625 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.78125 0.5625 -2.9375 C 0.8125 -3.796875 1.1875 -4.15625 1.5625 -4.15625 C 1.65625 -4.15625 1.8125 -4.15625 1.8125 -3.828125 C 1.8125 -3.59375 1.703125 -3.3125 1.640625 -3.15625 C 1.28125 -2.171875 1.0625 -1.5625 1.0625 -1.078125 C 1.0625 -0.140625 1.75 0.109375 2.28125 0.109375 C 2.9375 0.109375 3.296875 -0.34375 3.46875 -0.5625 C 3.578125 -0.15625 3.921875 0.109375 4.34375 0.109375 C 4.703125 0.109375 4.921875 -0.125 5.078125 -0.4375 C 5.25 -0.796875 5.375 -1.421875 5.375 -1.421875 Z M 5.375 -1.421875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0">
|
||||
</g>
|
||||
<g id="glyph-1-1">
|
||||
<path d="M 3.78125 -2.78125 C 3.78125 -2.9375 3.65625 -3.125 3.375 -3.125 C 3.265625 -3.125 2.890625 -3.109375 2.5625 -2.8125 C 2.359375 -2.96875 2.0625 -3.0625 1.765625 -3.0625 C 1.046875 -3.0625 0.53125 -2.578125 0.53125 -2.046875 C 0.53125 -1.765625 0.671875 -1.515625 0.859375 -1.34375 C 0.8125 -1.28125 0.65625 -1.046875 0.65625 -0.78125 C 0.65625 -0.6875 0.671875 -0.359375 0.9375 -0.15625 C 0.625 -0.0625 0.265625 0.171875 0.265625 0.53125 C 0.265625 1.046875 1.03125 1.421875 1.96875 1.421875 C 2.84375 1.421875 3.671875 1.078125 3.671875 0.515625 C 3.671875 0.3125 3.59375 -0.0625 3.203125 -0.265625 C 2.796875 -0.484375 2.390625 -0.484375 1.71875 -0.484375 C 1.5625 -0.484375 1.3125 -0.484375 1.25 -0.5 C 1.03125 -0.546875 0.90625 -0.75 0.90625 -0.953125 C 0.90625 -1.125 0.953125 -1.171875 1 -1.234375 C 1.109375 -1.171875 1.359375 -1.015625 1.75 -1.015625 C 2.46875 -1.015625 2.984375 -1.5 2.984375 -2.046875 C 2.984375 -2.3125 2.859375 -2.53125 2.703125 -2.703125 C 3.015625 -2.921875 3.28125 -2.9375 3.40625 -2.9375 C 3.375 -2.90625 3.34375 -2.875 3.34375 -2.765625 C 3.34375 -2.625 3.4375 -2.546875 3.5625 -2.546875 C 3.65625 -2.546875 3.78125 -2.609375 3.78125 -2.78125 Z M 2.4375 -2.046875 C 2.4375 -1.921875 2.4375 -1.65625 2.296875 -1.46875 C 2.203125 -1.359375 2.015625 -1.234375 1.765625 -1.234375 C 1.078125 -1.234375 1.078125 -1.890625 1.078125 -2.046875 C 1.078125 -2.15625 1.078125 -2.421875 1.21875 -2.609375 C 1.3125 -2.71875 1.5 -2.84375 1.75 -2.84375 C 2.4375 -2.84375 2.4375 -2.1875 2.4375 -2.046875 Z M 3.25 0.53125 C 3.25 0.890625 2.703125 1.21875 1.96875 1.21875 C 1.234375 1.21875 0.6875 0.890625 0.6875 0.53125 C 0.6875 0.28125 0.921875 -0.015625 1.359375 -0.015625 L 1.765625 -0.015625 C 2.375 -0.015625 3.25 -0.015625 3.25 0.53125 Z M 3.25 0.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-1-2">
|
||||
<path d="M 2.828125 -2.609375 C 2.828125 -2.84375 2.609375 -3.0625 2.28125 -3.0625 C 1.921875 -3.0625 1.546875 -2.84375 1.34375 -2.3125 L 1.328125 -2.3125 L 1.328125 -3.0625 L 0.34375 -2.984375 L 0.34375 -2.734375 C 0.8125 -2.734375 0.859375 -2.6875 0.859375 -2.34375 L 0.859375 -0.546875 C 0.859375 -0.25 0.796875 -0.25 0.34375 -0.25 L 0.34375 0 C 0.375 0 0.84375 -0.03125 1.125 -0.03125 L 2.03125 0 L 2.03125 -0.25 L 1.890625 -0.25 C 1.375 -0.25 1.375 -0.328125 1.375 -0.5625 L 1.375 -1.578125 C 1.375 -2.171875 1.65625 -2.859375 2.3125 -2.859375 C 2.25 -2.8125 2.1875 -2.71875 2.1875 -2.609375 C 2.1875 -2.390625 2.375 -2.296875 2.5 -2.296875 C 2.671875 -2.296875 2.828125 -2.40625 2.828125 -2.609375 Z M 2.828125 -2.609375 "/>
|
||||
</g>
|
||||
<g id="glyph-1-3">
|
||||
<path d="M 3.78125 -0.625 L 3.78125 -1 L 3.53125 -1 L 3.53125 -0.625 C 3.53125 -0.5625 3.53125 -0.234375 3.28125 -0.234375 C 3.03125 -0.234375 3.03125 -0.5625 3.03125 -0.640625 L 3.03125 -1.859375 C 3.03125 -2.234375 3.03125 -2.484375 2.703125 -2.75 C 2.421875 -2.984375 2.09375 -3.09375 1.671875 -3.09375 C 1.015625 -3.09375 0.5625 -2.84375 0.5625 -2.421875 C 0.5625 -2.203125 0.703125 -2.078125 0.890625 -2.078125 C 1.078125 -2.078125 1.21875 -2.21875 1.21875 -2.40625 C 1.21875 -2.53125 1.15625 -2.671875 0.96875 -2.71875 C 1.21875 -2.90625 1.625 -2.90625 1.671875 -2.90625 C 2.046875 -2.90625 2.484375 -2.640625 2.484375 -2.0625 L 2.484375 -1.84375 C 2.09375 -1.828125 1.640625 -1.8125 1.125 -1.625 C 0.5 -1.390625 0.3125 -1.015625 0.3125 -0.703125 C 0.3125 -0.109375 1.03125 0.0625 1.53125 0.0625 C 2.078125 0.0625 2.40625 -0.25 2.546875 -0.515625 C 2.578125 -0.234375 2.765625 0.03125 3.09375 0.03125 C 3.09375 0.03125 3.78125 0.03125 3.78125 -0.625 Z M 2.484375 -0.984375 C 2.484375 -0.3125 1.890625 -0.125 1.578125 -0.125 C 1.234375 -0.125 0.890625 -0.359375 0.890625 -0.703125 C 0.890625 -1.078125 1.234375 -1.609375 2.484375 -1.671875 Z M 2.484375 -0.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-1-4">
|
||||
<path d="M 4.09375 0 L 4.09375 -0.25 C 3.640625 -0.25 3.578125 -0.25 3.578125 -0.546875 L 3.578125 -2.109375 C 3.578125 -2.703125 3.28125 -3.0625 2.53125 -3.0625 C 1.96875 -3.0625 1.59375 -2.75 1.40625 -2.390625 L 1.390625 -2.390625 L 1.390625 -3.0625 L 0.375 -2.984375 L 0.375 -2.734375 C 0.84375 -2.734375 0.890625 -2.6875 0.890625 -2.34375 L 0.890625 -0.546875 C 0.890625 -0.25 0.828125 -0.25 0.375 -0.25 L 0.375 0 C 0.375 0 0.875 -0.03125 1.171875 -0.03125 C 1.421875 -0.03125 1.90625 0 1.96875 0 L 1.96875 -0.25 C 1.515625 -0.25 1.4375 -0.25 1.4375 -0.546875 L 1.4375 -1.796875 C 1.4375 -2.53125 2.015625 -2.859375 2.484375 -2.859375 C 2.96875 -2.859375 3.03125 -2.484375 3.03125 -2.125 L 3.03125 -0.546875 C 3.03125 -0.25 2.953125 -0.25 2.5 -0.25 L 2.5 0 C 2.5 0 3 -0.03125 3.296875 -0.03125 C 3.546875 -0.03125 4.03125 0 4.09375 0 Z M 4.09375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-1-5">
|
||||
<path d="M 1.90625 0 L 1.90625 -0.25 C 1.5 -0.25 1.421875 -0.25 1.421875 -0.546875 L 1.421875 -3.0625 L 0.40625 -2.984375 L 0.40625 -2.734375 C 0.84375 -2.734375 0.90625 -2.6875 0.90625 -2.359375 L 0.90625 -0.546875 C 0.90625 -0.25 0.84375 -0.25 0.390625 -0.25 L 0.390625 0 C 0.390625 0 0.890625 -0.03125 1.171875 -0.03125 C 1.40625 -0.03125 1.65625 -0.015625 1.90625 0 Z M 1.515625 -4.171875 C 1.515625 -4.390625 1.34375 -4.578125 1.125 -4.578125 C 0.890625 -4.578125 0.734375 -4.390625 0.734375 -4.1875 C 0.734375 -3.96875 0.90625 -3.78125 1.125 -3.78125 C 1.359375 -3.78125 1.515625 -3.96875 1.515625 -4.171875 Z M 1.515625 -4.171875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-6">
|
||||
<path d="M 2.609375 -0.875 L 2.609375 -1.25 L 2.359375 -1.25 L 2.359375 -0.875 C 2.359375 -0.40625 2.140625 -0.15625 1.875 -0.15625 C 1.390625 -0.15625 1.390625 -0.734375 1.390625 -0.859375 L 1.390625 -2.734375 L 2.484375 -2.734375 L 2.484375 -2.984375 L 1.390625 -2.984375 L 1.390625 -4.265625 L 1.15625 -4.265625 C 1.15625 -3.640625 0.875 -2.953125 0.203125 -2.9375 L 0.203125 -2.734375 L 0.84375 -2.734375 L 0.84375 -0.875 C 0.84375 -0.09375 1.421875 0.0625 1.8125 0.0625 C 2.28125 0.0625 2.609375 -0.328125 2.609375 -0.875 Z M 2.609375 -0.875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-7">
|
||||
<path d="M 3.25 -0.828125 C 3.25 -0.859375 3.234375 -0.921875 3.125 -0.921875 C 3.03125 -0.921875 3.03125 -0.890625 3 -0.8125 C 2.78125 -0.25 2.265625 -0.15625 2.015625 -0.15625 C 1.6875 -0.15625 1.375 -0.296875 1.171875 -0.5625 C 0.90625 -0.890625 0.90625 -1.3125 0.90625 -1.578125 L 3.046875 -1.578125 C 3.203125 -1.578125 3.25 -1.578125 3.25 -1.734375 C 3.25 -2.34375 2.90625 -3.09375 1.875 -3.09375 C 0.96875 -3.09375 0.265625 -2.375 0.265625 -1.515625 C 0.265625 -0.640625 1.046875 0.0625 1.96875 0.0625 C 2.90625 0.0625 3.25 -0.6875 3.25 -0.828125 Z M 2.765625 -1.765625 L 0.90625 -1.765625 C 0.984375 -2.734375 1.609375 -2.90625 1.875 -2.90625 C 2.71875 -2.90625 2.75 -1.9375 2.765625 -1.765625 Z M 2.765625 -1.765625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-8">
|
||||
<path d="M 2.171875 -1.25 L 2.171875 -1.734375 L 0.140625 -1.734375 L 0.140625 -1.25 Z M 2.171875 -1.25 "/>
|
||||
</g>
|
||||
<g id="glyph-1-9">
|
||||
<path d="M 2.828125 -0.90625 C 2.828125 -1.171875 2.703125 -1.375 2.53125 -1.546875 C 2.265625 -1.796875 1.9375 -1.84375 1.703125 -1.890625 C 1.140625 -1.984375 0.6875 -2.0625 0.6875 -2.4375 C 0.6875 -2.65625 0.875 -2.921875 1.546875 -2.921875 C 2.34375 -2.921875 2.375 -2.359375 2.390625 -2.171875 C 2.40625 -2.09375 2.484375 -2.09375 2.515625 -2.09375 C 2.625 -2.09375 2.625 -2.140625 2.625 -2.265625 L 2.625 -2.90625 C 2.625 -3.03125 2.625 -3.09375 2.53125 -3.09375 C 2.5 -3.09375 2.484375 -3.09375 2.390625 -3.015625 C 2.375 -3 2.3125 -2.9375 2.265625 -2.90625 C 2.0625 -3.046875 1.796875 -3.09375 1.546875 -3.09375 C 0.546875 -3.09375 0.3125 -2.578125 0.3125 -2.234375 C 0.3125 -2 0.40625 -1.828125 0.578125 -1.6875 C 0.84375 -1.453125 1.109375 -1.40625 1.53125 -1.34375 C 1.875 -1.28125 2.4375 -1.171875 2.4375 -0.71875 C 2.4375 -0.4375 2.25 -0.125 1.59375 -0.125 C 0.921875 -0.125 0.6875 -0.5625 0.5625 -1.03125 C 0.53125 -1.125 0.53125 -1.15625 0.4375 -1.15625 C 0.3125 -1.15625 0.3125 -1.109375 0.3125 -0.96875 L 0.3125 -0.109375 C 0.3125 0 0.3125 0.0625 0.40625 0.0625 C 0.46875 0.0625 0.609375 -0.078125 0.75 -0.234375 C 1.046875 0.0625 1.421875 0.0625 1.59375 0.0625 C 2.484375 0.0625 2.828125 -0.421875 2.828125 -0.90625 Z M 2.828125 -0.90625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-10">
|
||||
<path d="M 3.671875 -1.484375 C 3.671875 -2.34375 2.921875 -3.09375 1.96875 -3.09375 C 1.015625 -3.09375 0.265625 -2.34375 0.265625 -1.484375 C 0.265625 -0.625 1.03125 0.0625 1.96875 0.0625 C 2.90625 0.0625 3.671875 -0.625 3.671875 -1.484375 Z M 3.03125 -1.546875 C 3.03125 -1.203125 3.015625 -0.84375 2.8125 -0.5625 C 2.625 -0.296875 2.3125 -0.15625 1.96875 -0.15625 C 1.71875 -0.15625 1.34375 -0.234375 1.109375 -0.578125 C 0.921875 -0.859375 0.90625 -1.21875 0.90625 -1.546875 C 0.90625 -1.84375 0.90625 -2.25 1.15625 -2.546875 C 1.328125 -2.75 1.609375 -2.90625 1.96875 -2.90625 C 2.375 -2.90625 2.671875 -2.703125 2.828125 -2.484375 C 3.015625 -2.21875 3.03125 -1.875 3.03125 -1.546875 Z M 3.03125 -1.546875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-11">
|
||||
<path d="M 4.09375 0 L 4.09375 -0.25 C 3.640625 -0.25 3.578125 -0.25 3.578125 -0.546875 L 3.578125 -2.109375 C 3.578125 -2.703125 3.28125 -3.0625 2.53125 -3.0625 C 1.921875 -3.0625 1.578125 -2.6875 1.421875 -2.421875 L 1.421875 -4.8125 L 0.375 -4.734375 L 0.375 -4.484375 C 0.84375 -4.484375 0.890625 -4.4375 0.890625 -4.09375 L 0.890625 -0.546875 C 0.890625 -0.25 0.828125 -0.25 0.375 -0.25 L 0.375 0 C 0.375 0 0.875 -0.03125 1.171875 -0.03125 C 1.421875 -0.03125 1.90625 0 1.96875 0 L 1.96875 -0.25 C 1.515625 -0.25 1.4375 -0.25 1.4375 -0.546875 L 1.4375 -1.796875 C 1.4375 -2.53125 2.015625 -2.859375 2.484375 -2.859375 C 2.96875 -2.859375 3.03125 -2.484375 3.03125 -2.125 L 3.03125 -0.546875 C 3.03125 -0.25 2.953125 -0.25 2.5 -0.25 L 2.5 0 C 2.5 0 3 -0.03125 3.296875 -0.03125 C 3.546875 -0.03125 4.03125 0 4.09375 0 Z M 4.09375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-1-12">
|
||||
<path d="M 3.984375 0 L 3.984375 -0.25 C 3.515625 -0.25 3.46875 -0.296875 3.296875 -0.46875 L 2.359375 -1.546875 L 2.296875 -1.625 C 2.296875 -1.640625 2.75 -2.140625 2.8125 -2.203125 C 3.0625 -2.46875 3.296875 -2.734375 3.84375 -2.734375 L 3.84375 -2.984375 C 3.65625 -2.96875 3.453125 -2.96875 3.265625 -2.96875 C 3.0625 -2.96875 2.78125 -2.96875 2.578125 -2.984375 L 2.578125 -2.734375 C 2.703125 -2.71875 2.71875 -2.640625 2.71875 -2.578125 C 2.71875 -2.578125 2.71875 -2.46875 2.609375 -2.34375 L 2.125 -1.796875 L 1.546875 -2.453125 C 1.484375 -2.53125 1.484375 -2.5625 1.484375 -2.59375 C 1.484375 -2.703125 1.578125 -2.734375 1.671875 -2.734375 L 1.671875 -2.984375 C 1.40625 -2.96875 1.140625 -2.96875 0.890625 -2.96875 C 0.6875 -2.96875 0.421875 -2.96875 0.21875 -2.984375 L 0.21875 -2.734375 C 0.53125 -2.734375 0.71875 -2.734375 0.890625 -2.53125 L 1.765625 -1.53125 L 1.8125 -1.46875 C 1.8125 -1.4375 1.296875 -0.875 1.234375 -0.796875 C 0.96875 -0.515625 0.734375 -0.265625 0.1875 -0.25 L 0.1875 0 C 0.390625 -0.015625 0.546875 -0.03125 0.75 -0.03125 C 0.96875 -0.03125 1.234375 -0.015625 1.453125 0 L 1.453125 -0.25 C 1.359375 -0.265625 1.3125 -0.3125 1.3125 -0.40625 C 1.3125 -0.546875 1.390625 -0.625 1.5 -0.75 L 1.984375 -1.28125 L 2.59375 -0.59375 C 2.71875 -0.453125 2.71875 -0.4375 2.71875 -0.390625 C 2.71875 -0.25 2.5625 -0.25 2.53125 -0.25 L 2.53125 0 C 2.59375 0 3.09375 -0.03125 3.3125 -0.03125 C 3.53125 -0.03125 3.765625 -0.015625 3.984375 0 Z M 3.984375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-1-13">
|
||||
<path d="M 4.046875 -1.5 C 4.046875 -2.359375 3.34375 -3.0625 2.46875 -3.0625 C 2.0625 -3.0625 1.671875 -2.90625 1.375 -2.640625 L 1.375 -3.0625 L 0.34375 -2.984375 L 0.34375 -2.734375 C 0.828125 -2.734375 0.859375 -2.703125 0.859375 -2.40625 L 0.859375 0.796875 C 0.859375 1.09375 0.796875 1.09375 0.34375 1.09375 L 0.34375 1.34375 C 0.34375 1.34375 0.84375 1.3125 1.125 1.3125 C 1.390625 1.3125 1.859375 1.34375 1.921875 1.34375 L 1.921875 1.09375 C 1.484375 1.09375 1.40625 1.09375 1.40625 0.796875 L 1.40625 -0.328125 C 1.4375 -0.296875 1.765625 0.0625 2.359375 0.0625 C 3.265625 0.0625 4.046875 -0.625 4.046875 -1.5 Z M 3.421875 -1.5 C 3.421875 -0.703125 2.90625 -0.125 2.3125 -0.125 C 1.703125 -0.125 1.421875 -0.65625 1.40625 -0.703125 L 1.40625 -2.3125 C 1.609375 -2.65625 2.015625 -2.84375 2.390625 -2.84375 C 2.96875 -2.84375 3.421875 -2.234375 3.421875 -1.5 Z M 3.421875 -1.5 "/>
|
||||
</g>
|
||||
<g id="glyph-1-14">
|
||||
<path d="M 4.03125 0 L 4.03125 -0.25 C 3.5625 -0.25 3.515625 -0.296875 3.515625 -0.640625 L 3.515625 -4.8125 L 2.46875 -4.734375 L 2.46875 -4.484375 C 2.9375 -4.484375 2.984375 -4.4375 2.984375 -4.09375 L 2.984375 -2.65625 C 2.734375 -2.90625 2.40625 -3.0625 2.015625 -3.0625 C 1.09375 -3.0625 0.3125 -2.359375 0.3125 -1.484375 C 0.3125 -0.625 1.046875 0.0625 1.9375 0.0625 C 2.5 0.0625 2.84375 -0.234375 2.96875 -0.359375 L 2.96875 0.0625 Z M 2.96875 -0.734375 C 2.78125 -0.40625 2.421875 -0.125 1.984375 -0.125 C 1.59375 -0.125 1.3125 -0.359375 1.171875 -0.5625 C 1.03125 -0.765625 0.953125 -1.046875 0.953125 -1.484375 C 0.953125 -1.640625 0.953125 -2.171875 1.234375 -2.484375 C 1.515625 -2.796875 1.859375 -2.859375 2.046875 -2.859375 C 2.390625 -2.859375 2.6875 -2.71875 2.875 -2.46875 C 2.96875 -2.359375 2.96875 -2.34375 2.96875 -2.21875 Z M 2.96875 -0.734375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-0">
|
||||
</g>
|
||||
<g id="glyph-2-1">
|
||||
<path d="M 4.484375 -0.984375 C 4.484375 -1.078125 4.390625 -1.078125 4.375 -1.078125 C 4.28125 -1.078125 4.265625 -1.046875 4.21875 -0.875 C 4.140625 -0.53125 4 -0.125 3.71875 -0.125 C 3.53125 -0.125 3.484375 -0.28125 3.484375 -0.46875 C 3.484375 -0.578125 3.53125 -0.828125 3.59375 -1.015625 L 3.734375 -1.640625 L 3.90625 -2.25 C 3.9375 -2.421875 4.015625 -2.734375 4.015625 -2.765625 C 4.015625 -2.90625 3.90625 -2.984375 3.78125 -2.984375 C 3.71875 -2.984375 3.578125 -2.953125 3.5 -2.828125 C 3.484375 -2.78125 3.421875 -2.5625 3.390625 -2.421875 L 3.25 -1.84375 L 3.03125 -0.984375 C 2.984375 -0.8125 2.984375 -0.796875 2.921875 -0.703125 C 2.703125 -0.390625 2.40625 -0.125 2 -0.125 C 1.4375 -0.125 1.4375 -0.625 1.4375 -0.75 C 1.4375 -0.921875 1.453125 -1.015625 1.546875 -1.390625 L 1.703125 -2.015625 L 1.796875 -2.40625 C 1.84375 -2.546875 1.90625 -2.8125 1.90625 -2.84375 C 1.90625 -2.96875 1.8125 -3.0625 1.671875 -3.0625 C 1.421875 -3.0625 1.359375 -2.8125 1.34375 -2.734375 L 0.375 1.109375 C 0.34375 1.21875 0.34375 1.265625 0.34375 1.265625 C 0.34375 1.421875 0.46875 1.484375 0.578125 1.484375 C 0.828125 1.484375 0.890625 1.25 0.921875 1.140625 C 0.921875 1.109375 1.0625 0.546875 1.234375 -0.125 C 1.453125 0.015625 1.734375 0.0625 1.984375 0.0625 C 2.578125 0.0625 2.96875 -0.421875 2.96875 -0.4375 C 3.109375 0.046875 3.59375 0.0625 3.6875 0.0625 C 3.9375 0.0625 4.109375 -0.078125 4.234375 -0.296875 C 4.390625 -0.5625 4.484375 -0.96875 4.484375 -0.984375 Z M 4.484375 -0.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-2">
|
||||
<path d="M 2.59375 -0.984375 C 2.59375 -1.078125 2.5 -1.078125 2.484375 -1.078125 C 2.40625 -1.078125 2.390625 -1.0625 2.34375 -0.953125 C 2.140625 -0.515625 1.796875 -0.125 1.40625 -0.125 C 1.265625 -0.125 1.171875 -0.21875 1.171875 -0.46875 C 1.171875 -0.53125 1.1875 -0.6875 1.203125 -0.75 L 1.703125 -2.734375 L 2.421875 -2.734375 C 2.546875 -2.734375 2.640625 -2.734375 2.640625 -2.890625 C 2.640625 -2.984375 2.546875 -2.984375 2.421875 -2.984375 L 1.765625 -2.984375 L 2.03125 -4.015625 C 2.03125 -4.046875 2.046875 -4.09375 2.046875 -4.109375 C 2.046875 -4.234375 1.953125 -4.34375 1.8125 -4.34375 C 1.640625 -4.34375 1.53125 -4.21875 1.484375 -4.03125 C 1.4375 -3.859375 1.53125 -4.203125 1.21875 -2.984375 L 0.515625 -2.984375 C 0.375 -2.984375 0.296875 -2.984375 0.296875 -2.84375 C 0.296875 -2.734375 0.375 -2.734375 0.5 -2.734375 L 1.15625 -2.734375 L 0.75 -1.109375 C 0.703125 -0.921875 0.640625 -0.6875 0.640625 -0.59375 C 0.640625 -0.1875 0.984375 0.0625 1.390625 0.0625 C 2.15625 0.0625 2.59375 -0.90625 2.59375 -0.984375 Z M 2.59375 -0.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-3">
|
||||
<path d="M 4.078125 -2.84375 C 4.078125 -2.96875 3.96875 -3.0625 3.84375 -3.0625 C 3.59375 -3.0625 3.546875 -2.859375 3.484375 -2.671875 C 3.203125 -1.6875 2.28125 -0.625 1.09375 -0.28125 L 1.734375 -2.859375 C 1.75 -2.890625 1.75 -2.921875 1.75 -2.96875 C 1.75 -2.96875 1.75 -3.0625 1.640625 -3.0625 C 1.640625 -3.0625 1.234375 -3.03125 1.1875 -3.03125 C 1.0625 -3.015625 0.9375 -3 0.8125 -2.984375 C 0.6875 -2.984375 0.609375 -2.96875 0.609375 -2.828125 C 0.609375 -2.734375 0.703125 -2.734375 0.796875 -2.734375 C 1.125 -2.734375 1.125 -2.6875 1.125 -2.625 C 1.125 -2.59375 1.09375 -2.453125 1.0625 -2.359375 L 0.71875 -0.953125 C 0.546875 -0.265625 0.5 -0.125 0.5 -0.09375 C 0.5 0 0.609375 0 0.640625 0 L 0.75 0 C 1.359375 -0.09375 2.25 -0.421875 2.984375 -1.078125 C 3.9375 -1.921875 4.078125 -2.84375 4.078125 -2.84375 Z M 4.078125 -2.84375 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 51 146 L 83 146 L 83 171.15625 L 51 171.15625 Z M 51 146 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-1">
|
||||
<path clip-rule="nonzero" d="M 0.015625 125 L 25 125 L 25 171.15625 L 0.015625 171.15625 Z M 0.015625 125 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-2">
|
||||
<path clip-rule="nonzero" d="M 54 113 L 112.828125 113 L 112.828125 115 L 54 115 Z M 54 113 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-3">
|
||||
<path clip-rule="nonzero" d="M 0.015625 68 L 25 68 L 25 125 L 0.015625 125 Z M 0.015625 68 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-4">
|
||||
<path clip-rule="nonzero" d="M 54 0 L 112.828125 0 L 112.828125 2 L 54 2 Z M 54 0 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-5">
|
||||
<path clip-rule="nonzero" d="M 0.015625 12 L 25 12 L 25 69 L 0.015625 69 Z M 0.015625 12 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-6">
|
||||
<path clip-rule="nonzero" d="M 93 93 L 112.828125 93 L 112.828125 127 L 93 127 Z M 93 93 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-7">
|
||||
<path clip-rule="nonzero" d="M 93 0 L 112.828125 0 L 112.828125 21 L 93 21 Z M 93 0 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.510793 -0.00179014 L 25.512017 -0.00179014 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.99628" 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 25.512017 -0.00179014 L 39.685456 -0.00179014 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 36.849983 -0.00179014 L 36.849983 6.70595 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 66.722656 160.296875 L 65.050781 164.714844 L 66.722656 163.246094 L 68.398438 164.714844 Z M 66.722656 160.296875 "/>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.051969 0.000937398 L 1.610251 1.6818 L 3.086897 0.000937398 L 1.610251 -1.683852 Z M 6.051969 0.000937398 " transform="matrix(0, -0.994653, -0.994653, 0, 66.723589, 166.316485)"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="70.521254" y="161.017441"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.510793 34.016035 L -25.510793 56.691966 L 25.512017 56.691966 L 25.512017 34.016035 Z M -25.510793 34.016035 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1" x="17.95085" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-2" x="21.9005" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-3" x="24.996959" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-4" x="28.946609" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-5" x="33.323548" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-6" x="35.566816" y="126.559671"/>
|
||||
<use xlink:href="#glyph-1-7" x="38.663275" y="126.559671"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-1)">
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -19.843774 -0.00179014 L -19.843774 5.669156 L -22.333649 7.165438 L -17.353898 10.154074 L -22.333649 13.14271 L -17.353898 16.131346 L -22.333649 19.119982 L -17.353898 22.108618 L -22.333649 25.097254 L -19.843774 26.589608 L -19.843774 34.016035 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.374536 20.694808 L 6.374536 15.114189 L -6.377239 15.114189 L -6.377239 20.694808 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 3.58619 18.900056 L -3.584966 18.900056 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00061187 -0.00179014 L 0.00061187 15.114189 M 0.00061187 18.900056 L 0.00061187 34.016035 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<g clip-path="url(#clip-2)">
|
||||
<path fill="none" stroke-width="0.99628" 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 25.512017 56.691966 L 82.205773 56.691966 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.510793 90.709791 L -25.510793 113.385723 L 25.512017 113.385723 L 25.512017 90.709791 Z M -25.510793 90.709791 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1" x="14.398943" y="70.169798"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-8" x="19.217043" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-9" x="21.886907" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-6" x="25.026372" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-3" x="28.122831" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-6" x="32.072481" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-5" x="35.16894" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-10" x="37.412209" y="70.169798"/>
|
||||
<use xlink:href="#glyph-1-4" x="41.361859" y="70.169798"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-3)">
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -19.843774 56.691966 L -19.843774 62.362913 L -22.333649 63.859194 L -17.353898 66.84783 L -22.333649 69.836466 L -17.353898 72.825102 L -22.333649 75.813738 L -17.353898 78.802374 L -22.333649 81.79101 L -19.843774 83.283364 L -19.843774 90.709791 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.374536 77.388565 L 6.374536 71.807945 L -6.377239 71.807945 L -6.377239 77.388565 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 3.58619 75.593812 L -3.584966 75.593812 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00061187 56.691966 L 0.00061187 71.807945 M 0.00061187 75.593812 L 0.00061187 90.709791 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 17.009524 80.789562 L 17.009524 66.616123 L 22.676544 66.616123 L 22.676544 80.789562 Z M 17.009524 80.789562 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 19.84107 61.326119 L 19.84107 66.117362 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.05205 -0.00159975 L 1.610332 1.68319 L 3.086977 -0.00159975 L 1.610332 -1.682462 Z M 6.05205 -0.00159975 " transform="matrix(0, 0.994653, 0.994653, 0, 49.806279, 106.339684)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 19.84107 86.075638 L 19.84107 81.288322 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054444 0.00159975 L 1.608799 1.682462 L 3.089372 0.00159975 L 1.608799 -1.68319 Z M 6.054444 0.00159975 " transform="matrix(0, -0.994653, -0.994653, 0, 49.806279, 87.369729)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-2" x="56.324569" y="99.333029"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2" x="61.176487" y="100.819041"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -25.510793 147.403547 L -25.510793 170.079479 L 25.512017 170.079479 L 25.512017 147.403547 Z M -25.510793 147.403547 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-3" x="11.945134" y="13.985818"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-8" x="16.380292" y="13.985818"/>
|
||||
<use xlink:href="#glyph-1-11" x="19.050156" y="13.985818"/>
|
||||
<use xlink:href="#glyph-1-7" x="23.427095" y="13.985818"/>
|
||||
<use xlink:href="#glyph-1-12" x="26.95015" y="13.985818"/>
|
||||
<use xlink:href="#glyph-1-3" x="31.113444" y="13.985818"/>
|
||||
<use xlink:href="#glyph-1-13" x="35.063095" y="13.985818"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-10" x="39.655066" y="13.985818"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-14" x="43.819748" y="13.985818"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-4)">
|
||||
<path fill="none" stroke-width="0.99628" 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 25.512017 170.079479 L 82.205773 170.079479 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-5)">
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -19.843774 113.385723 L -19.843774 119.056669 L -22.333649 120.549023 L -17.353898 123.541587 L -22.333649 126.530223 L -17.353898 129.518859 L -22.333649 132.507495 L -17.353898 135.49613 L -22.333649 138.484766 L -19.843774 139.977121 L -19.843774 147.403547 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.374536 134.082321 L 6.374536 128.501701 L -6.377239 128.501701 L -6.377239 134.082321 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 3.58619 132.287569 L -3.584966 132.287569 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00061187 113.385723 L 0.00061187 128.501701 M 0.00061187 132.287569 L 0.00061187 147.403547 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 17.009524 137.483318 L 17.009524 123.309879 L 22.676544 123.309879 L 22.676544 137.483318 Z M 17.009524 137.483318 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 19.84107 118.019876 L 19.84107 122.811118 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.051914 -0.00159975 L 1.610196 1.68319 L 3.086841 -0.00159975 L 1.610196 -1.682462 Z M 6.051914 -0.00159975 " transform="matrix(0, 0.994653, 0.994653, 0, 49.806279, 49.949195)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 19.84107 142.769394 L 19.84107 137.978151 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054581 0.00159975 L 1.608936 1.682462 L 3.085581 0.00159975 L 1.608936 -1.68319 Z M 6.054581 0.00159975 " transform="matrix(0, -0.994653, -0.994653, 0, 49.806279, 30.979239)"/>
|
||||
<path fill="none" stroke-width="0.99628" 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 79.3703 61.326119 L 79.3703 165.445326 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 109.015625 112.359375 L 110.691406 107.941406 L 109.015625 109.410156 L 107.34375 107.941406 Z M 109.015625 112.359375 "/>
|
||||
<g clip-path="url(#clip-6)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.05207 -0.000410131 L 1.610352 1.684379 L 3.086997 -0.000410131 L 1.610352 -1.681272 Z M 6.05207 -0.000410131 " transform="matrix(0, 0.994653, 0.994653, 0, 109.016033, 106.339664)"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 109.015625 2.402344 L 107.34375 6.824219 L 109.015625 5.351562 L 110.691406 6.824219 Z M 109.015625 2.402344 "/>
|
||||
<g clip-path="url(#clip-7)">
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052962 0.000410131 L 1.607317 1.681272 L 3.08789 0.000410131 L 1.607317 -1.684379 Z M 6.052962 0.000410131 " transform="matrix(0, -0.994653, -0.994653, 0, 109.016033, 8.422942)"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3" x="100.058475" y="109.973829"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 43.01969 94.578131 L 62.94262 94.578131 L 62.94262 109.52131 L 43.01969 109.52131 Z M 43.01969 94.578131 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4" x="78.203955" y="72.045714"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 66.547834 63.973085 L 52.979191 63.973085 L 52.979191 89.445217 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.055253 0.00190866 L 1.609608 1.682771 L 3.086254 0.00190866 L 1.609608 -1.682881 Z M 6.055253 0.00190866 " transform="matrix(0, -0.994653, -0.994653, 0, 82.767523, 84.018971)"/>
|
||||
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 52.979191 110.020071 L 52.979191 130.394635 L 27.310696 130.394635 " transform="matrix(0.994653, 0, 0, -0.994653, 30.069704, 170.162282)"/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.05532 0.000625066 L 1.609675 1.681487 L 3.08632 0.000625066 L 1.609675 -1.684164 Z M 6.05532 0.000625066 " transform="matrix(-0.994653, 0, 0, 0.994653, 60.058099, 40.464222)"/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5" x="56.424035" y="36.667889"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 249 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 28 KiB |
525
phd-thesis.bib
@ -1,54 +1,102 @@
|
||||
@phdthesis{li01_simul_fault_vibrat_isolat_point,
|
||||
author = {Li, Xiaochun},
|
||||
keywords = {parallel robot},
|
||||
school = {University of Wyoming},
|
||||
title = {Simultaneous, Fault-tolerant Vibration Isolation and
|
||||
Pointing Control of Flexure Jointed Hexapods},
|
||||
year = 2001,
|
||||
@article{collette12_review,
|
||||
author = {C. Collette and S. Janssens and P. Fernandez-Carmona and K.
|
||||
Artoos and M. Guinchard and C. Hauviller and A. Preumont},
|
||||
title = {Review: Inertial Sensors for Low-Frequency Seismic
|
||||
Vibration Measurement},
|
||||
journal = {Bulletin of the Seismological Society of America},
|
||||
volume = 102,
|
||||
number = 4,
|
||||
pages = {1289-1300},
|
||||
year = 2012,
|
||||
doi = {10.1785/0120110223},
|
||||
url = {https://doi.org/10.1785/0120110223},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{bishop02_devel_precis_point_contr_vibrat,
|
||||
author = {Bishop Jr, Ronald M},
|
||||
school = {Naval Postgraduate School, Monterey, California},
|
||||
title = {Development of Precision Pointing Controllers with and
|
||||
without Vibration Suppression for the {NPS} Precision Pointing
|
||||
Hexapod},
|
||||
@inproceedings{preumont91_activ,
|
||||
author = {Andre Preumont and Jean-Paul Dufour and Christian Malekian},
|
||||
title = {Active damping by a local force feedback with piezoelectric
|
||||
actuators},
|
||||
booktitle = {32nd Structures, Structural Dynamics, and Materials
|
||||
Conference},
|
||||
year = 1991,
|
||||
doi = {10.2514/6.1991-989},
|
||||
url = {https://doi.org/10.2514/6.1991-989},
|
||||
month = {apr},
|
||||
publisher = {American Institute of Aeronautics and Astronautics},
|
||||
keywords = {active damping},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@book{preumont18_vibrat_contr_activ_struc_fourt_edition,
|
||||
author = {Andre Preumont},
|
||||
title = {Vibration Control of Active Structures - Fourth Edition},
|
||||
year = 2018,
|
||||
publisher = {Springer International Publishing},
|
||||
url = {https://doi.org/10.1007/978-3-319-72296-2},
|
||||
doi = {10.1007/978-3-319-72296-2},
|
||||
keywords = {favorite, parallel robot},
|
||||
series = {Solid Mechanics and Its Applications},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{karnopp74_vibrat_contr_using_semi_activ_force_gener,
|
||||
author = {Karnopp, Dean and Crosby, Michael J and Harwood, RA},
|
||||
title = {Vibration Control Using Semi-Active Force Generators},
|
||||
journal = {Journal of Engineering for Industry},
|
||||
volume = 96,
|
||||
pages = {619-626},
|
||||
year = 1974,
|
||||
doi = {10.1115/1.3438373},
|
||||
url = {https://doi.org/10.1115/1.3438373},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{serrand00_multic_feedb_contr_isolat_base_excit_vibrat,
|
||||
author = {Serrand, M and Elliott, SJ},
|
||||
title = {Multichannel Feedback Control for the Isolation of
|
||||
Base-Excited Vibration},
|
||||
journal = {Journal of Sound and Vibration},
|
||||
volume = 234,
|
||||
number = 4,
|
||||
pages = {681--704},
|
||||
year = 2000,
|
||||
publisher = {Elsevier},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{preumont02_force_feedb_versus_accel_feedb,
|
||||
author = {A. Preumont and A. Fran{\c{c}}ois and F. Bossens and A.
|
||||
Abu-Hanieh},
|
||||
title = {Force Feedback Versus Acceleration Feedback in Active
|
||||
Vibration Isolation},
|
||||
journal = {Journal of Sound and Vibration},
|
||||
volume = 257,
|
||||
number = 4,
|
||||
pages = {605-613},
|
||||
year = 2002,
|
||||
keywords = {parallel robot},
|
||||
doi = {10.1006/jsvi.2002.5047},
|
||||
url = {https://doi.org/10.1006/jsvi.2002.5047},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{hanieh03_activ_stewar,
|
||||
author = {Hanieh, Ahmed Abu},
|
||||
keywords = {parallel robot},
|
||||
school = {Universit{\'e} Libre de Bruxelles, Brussels, Belgium},
|
||||
title = {Active isolation and damping of vibrations via Stewart
|
||||
platform},
|
||||
year = 2003,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{afzali-far16_vibrat_dynam_isotr_hexap_analy_studies,
|
||||
author = {Afzali-Far, Behrouz},
|
||||
school = {Lund University},
|
||||
title = {Vibrations and Dynamic Isotropy in Hexapods-Analytical
|
||||
Studies},
|
||||
year = 2016,
|
||||
keywords = {parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{naves20_desig,
|
||||
author = {Mark Naves},
|
||||
school = {Univeristy of Twente},
|
||||
title = {Design and optimization of large stroke flexure mechanisms},
|
||||
year = 2020,
|
||||
keywords = {flexure},
|
||||
@article{collette15_sensor_fusion_method_high_perfor,
|
||||
author = {C. Collette and F. Matichard},
|
||||
title = {Sensor Fusion Methods for High Performance Active Vibration
|
||||
Isolation Systems},
|
||||
journal = {Journal of Sound and Vibration},
|
||||
volume = 342,
|
||||
pages = {1-21},
|
||||
year = 2015,
|
||||
doi = {10.1016/j.jsv.2015.01.006},
|
||||
url = {https://doi.org/10.1016/j.jsv.2015.01.006},
|
||||
keywords = {complementary filters},
|
||||
}
|
||||
|
||||
|
||||
@ -64,26 +112,6 @@
|
||||
|
||||
|
||||
|
||||
@phdthesis{monkhorst04_dynam_error_budget,
|
||||
author = {Wouter Monkhorst},
|
||||
school = {Delft University},
|
||||
title = {Dynamic Error Budgeting, a design approach},
|
||||
year = 2004,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{jabben07_mechat,
|
||||
author = {Jabben, Leon},
|
||||
school = {Delft University},
|
||||
title = {Mechatronic design of a magnetically suspended rotating
|
||||
platform},
|
||||
year = 2007,
|
||||
keywords = {maglev},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@inproceedings{dehaeze20_activ_dampin_rotat_platf_integ_force_feedb,
|
||||
author = {Dehaeze, T. and Collette, C.},
|
||||
title = {Active Damping of Rotating Platforms using Integral Force
|
||||
@ -109,33 +137,358 @@
|
||||
|
||||
|
||||
|
||||
@inproceedings{brumund21_multib_simul_reduc_order_flexib_bodies_fea,
|
||||
author = {Philipp Brumund and Thomas Dehaeze},
|
||||
title = {Multibody Simulations with Reduced Order Flexible Bodies
|
||||
obtained by FEA},
|
||||
booktitle = {MEDSI'20},
|
||||
year = 2021,
|
||||
language = {english},
|
||||
publisher = {JACoW Publishing},
|
||||
series = {Mechanical Engineering Design of Synchrotron Radiation
|
||||
Equipment and Instrumentation},
|
||||
venue = {Chicago, USA},
|
||||
keywords = {nass, esrf},
|
||||
@article{collette11_review_activ_vibrat_isolat_strat,
|
||||
author = {Christophe Collette and Stef Janssens and Kurt Artoos},
|
||||
title = {Review of Active Vibration Isolation Strategies},
|
||||
journal = {Recent Patents on Mechanical Engineeringe},
|
||||
volume = 4,
|
||||
number = 3,
|
||||
pages = {212-219},
|
||||
year = 2011,
|
||||
doi = {10.2174/2212797611104030212},
|
||||
url = {https://doi.org/10.2174/2212797611104030212},
|
||||
keywords = {favorite},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@inproceedings{dehaeze21_mechat_approac_devel_nano_activ_stabil_system,
|
||||
author = {Dehaeze, T. and Bonnefoy, J. and Collette, C.},
|
||||
title = {Mechatronics Approach for the Development of a
|
||||
Nano-Active-Stabilization-System},
|
||||
booktitle = {MEDSI'20},
|
||||
year = 2021,
|
||||
language = {english},
|
||||
publisher = {JACoW Publishing},
|
||||
series = {Mechanical Engineering Design of Synchrotron Radiation
|
||||
Equipment and Instrumentation},
|
||||
venue = {Chicago, USA},
|
||||
keywords = {nass, esrf},
|
||||
@article{lin06_distur_atten_precis_hexap_point,
|
||||
author = {Haomin Lin and John E. McInroy},
|
||||
title = {Disturbance Attenuation in Precise Hexapod Pointing Using
|
||||
Positive Force Feedback},
|
||||
journal = {Control Engineering Practice},
|
||||
volume = 14,
|
||||
number = 11,
|
||||
pages = {1377-1386},
|
||||
year = 2006,
|
||||
doi = {10.1016/j.conengprac.2005.10.002},
|
||||
url = {https://doi.org/10.1016/j.conengprac.2005.10.002},
|
||||
keywords = {parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{fanson90_posit_posit_feedb_contr_large_space_struc,
|
||||
author = {Fanson, JL and Caughey, T Kv},
|
||||
title = {Positive Position Feedback Control for Large Space
|
||||
Structures},
|
||||
journal = {AIAA journal},
|
||||
volume = 28,
|
||||
number = 4,
|
||||
pages = {717--724},
|
||||
year = 1990,
|
||||
keywords = {active damping},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{preumont08_trans_zeros_struc_contr_with,
|
||||
author = {Preumont, Andr{\'e} and De Marneffe, Bruno and Krenk,
|
||||
Steen},
|
||||
title = {Transmission Zeros in Structural Control With Collocated
|
||||
Multi-Input/multi-Output Pairs},
|
||||
journal = {Journal of guidance, control, and dynamics},
|
||||
volume = 31,
|
||||
number = 2,
|
||||
pages = {428--432},
|
||||
year = 2008,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{teo15_optim_integ_force_feedb_activ_vibrat_contr,
|
||||
author = {Yik R. Teo and Andrew J. Fleming},
|
||||
title = {Optimal Integral Force Feedback for Active Vibration
|
||||
Control},
|
||||
journal = {Journal of Sound and Vibration},
|
||||
volume = 356,
|
||||
pages = {20--33},
|
||||
year = 2015,
|
||||
doi = {10.1016/j.jsv.2015.06.046},
|
||||
url = {https://doi.org/10.1016/j.jsv.2015.06.046},
|
||||
month = {nov},
|
||||
publisher = {Elsevier {BV}},
|
||||
keywords = {iff},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{chesne16_enhan_dampin_flexib_struc_using_force_feedb,
|
||||
author = {Simon Chesn{\'e} and Ariston Milhomem and Christophe
|
||||
Collette},
|
||||
title = {Enhanced Damping of Flexible Structures Using Force
|
||||
Feedback},
|
||||
journal = {Journal of Guidance, Control, and Dynamics},
|
||||
volume = 39,
|
||||
number = 7,
|
||||
pages = {1654-1658},
|
||||
year = 2016,
|
||||
doi = {10.2514/1.g001620},
|
||||
url = {https://doi.org/10.2514/1.g001620},
|
||||
keywords = {active damping, integral force feedback},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{zhao19_optim_integ_force_feedb_contr,
|
||||
author = {Zhao, Guoying and Paknejad, A and Deraemaeker, Arnaud and
|
||||
Collette, Christophe},
|
||||
title = {$\mathcal{H}_\infty$ Optimization of an Integral Force
|
||||
Feedback Controller},
|
||||
journal = {Journal of Vibration and Control},
|
||||
volume = 25,
|
||||
number = 17,
|
||||
pages = {2330--2339},
|
||||
year = 2019,
|
||||
publisher = {SAGE Publications Sage UK: London, England},
|
||||
keywords = {iff},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@book{skogestad07_multiv_feedb_contr,
|
||||
author = {Skogestad, Sigurd and Postlethwaite, Ian},
|
||||
title = {Multivariable Feedback Control: Analysis and Design -
|
||||
Second Edition},
|
||||
year = 2007,
|
||||
publisher = {John Wiley},
|
||||
isbn = 978-0470011683,
|
||||
keywords = {favorite},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@phdthesis{marneffe07_activ_passiv_vibrat_isolat_dampin_shunt_trans,
|
||||
author = {de Marneffe, Bruno},
|
||||
school = {Universit{\'e} Libre de Bruxelles, Brussels, Belgium},
|
||||
title = {Active and Passive Vibration Isolation and Damping via
|
||||
Shunted Transducers},
|
||||
year = 2007,
|
||||
keywords = {parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@book{ewins00_modal,
|
||||
author = {Ewins, DJ},
|
||||
title = {Modal testing: theory, practice and application},
|
||||
year = 2000,
|
||||
publisher = {Wiley-Blackwell},
|
||||
address = {Baldock, Hertfordshire, England Philadelphia, PA},
|
||||
isbn = 0863802184,
|
||||
journal = {Research studies Pre, 2nd ed., ISBN-13},
|
||||
keywords = {favorite, identification},
|
||||
pages = {978--0863802188},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@book{preumont94_random_vibrat_spect_analy,
|
||||
author = {Andr{\'e} Preumont},
|
||||
title = {Random Vibration and Spectral Analysis},
|
||||
year = 1994,
|
||||
publisher = {Springer Netherlands},
|
||||
url = {https://doi.org/10.1007/978-94-017-2840-9},
|
||||
doi = {10.1007/978-94-017-2840-9},
|
||||
series = {Solid Mechanics and Its Applications},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{wehrsdorfer95_large_signal_measur_piezoel_stack,
|
||||
author = {Wehrsdorfer, E and Borchhardt, G and Karthe, W and Helke,
|
||||
G},
|
||||
title = {Large Signal Measurements on Piezoelectric Stacks},
|
||||
journal = {Ferroelectrics},
|
||||
volume = 174,
|
||||
number = 1,
|
||||
pages = {259--275},
|
||||
year = 1995,
|
||||
publisher = {Taylor \& Francis},
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@book{fleming14_desig_model_contr_nanop_system,
|
||||
author = {Andrew J. Fleming and Kam K. Leang},
|
||||
title = {Design, Modeling and Control of Nanopositioning Systems},
|
||||
year = 2014,
|
||||
publisher = {Springer International Publishing},
|
||||
url = {https://doi.org/10.1007/978-3-319-06617-2},
|
||||
doi = {10.1007/978-3-319-06617-2},
|
||||
series = {Advances in Industrial Control},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@book{reza06_piezoel_trans_vibrat_contr_dampin,
|
||||
author = {Reza, Moheimani and Andrew, Fleming},
|
||||
title = {Piezoelectric Transducers for Vibration Control and
|
||||
Damping},
|
||||
year = 2006,
|
||||
publisher = {Springer},
|
||||
address = {London},
|
||||
isbn = 9781846283314,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@inproceedings{spanos95_soft_activ_vibrat_isolat,
|
||||
author = {J. Spanos and Z. Rahman and G. Blackwood},
|
||||
title = {A Soft 6-axis Active Vibration Isolator},
|
||||
booktitle = {Proceedings of 1995 American Control Conference - ACC'95},
|
||||
year = 1995,
|
||||
doi = {10.1109/acc.1995.529280},
|
||||
url = {https://doi.org/10.1109/acc.1995.529280},
|
||||
keywords = {parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{thayer02_six_axis_vibrat_isolat_system,
|
||||
author = {Doug Thayer and Mark Campbell and Juris Vagners and Andrew
|
||||
von Flotow},
|
||||
title = {Six-Axis Vibration Isolation System Using Soft Actuators
|
||||
and Multiple Sensors},
|
||||
journal = {Journal of Spacecraft and Rockets},
|
||||
volume = 39,
|
||||
number = 2,
|
||||
pages = {206-212},
|
||||
year = 2002,
|
||||
doi = {10.2514/2.3821},
|
||||
url = {https://doi.org/10.2514/2.3821},
|
||||
keywords = {parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{hauge04_sensor_contr_space_based_six,
|
||||
author = {G.S. Hauge and M.E. Campbell},
|
||||
title = {Sensors and Control of a Space-Based Six-Axis Vibration
|
||||
Isolation System},
|
||||
journal = {Journal of Sound and Vibration},
|
||||
volume = 269,
|
||||
number = {3-5},
|
||||
pages = {913-931},
|
||||
year = 2004,
|
||||
doi = {10.1016/s0022-460x(03)00206-2},
|
||||
url = {https://doi.org/10.1016/s0022-460x(03)00206-2},
|
||||
keywords = {parallel robot, favorite},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{souleille18_concep_activ_mount_space_applic,
|
||||
author = {Souleille, Adrien and Lampert, Thibault and Lafarga, V and
|
||||
Hellegouarch, Sylvain and Rondineau, Alan and Rodrigues,
|
||||
Gon{\c{c}}alo and Collette, Christophe},
|
||||
title = {A Concept of Active Mount for Space Applications},
|
||||
journal = {CEAS Space Journal},
|
||||
volume = 10,
|
||||
number = 2,
|
||||
pages = {157--165},
|
||||
year = 2018,
|
||||
publisher = {Springer},
|
||||
keywords = {parallel robot, iff},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{fleming10_integ_strain_force_feedb_high,
|
||||
author = {Fleming, Andrew J and Leang, Kam K},
|
||||
title = {Integrated Strain and Force Feedback for High-Performance
|
||||
Control of Piezoelectric Actuators},
|
||||
journal = {Sensors and Actuators A: Physical},
|
||||
volume = 161,
|
||||
number = {1-2},
|
||||
pages = {256--265},
|
||||
year = 2010,
|
||||
publisher = {Elsevier},
|
||||
keywords = {flexure,nanostage},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{watchi18_review_compac_inter,
|
||||
author = {Watchi, Jennifer and Cooper, Sam and Ding, Binlei and
|
||||
Mow-Lowry, Conor M. and Collette, Christophe},
|
||||
title = {A Review of Compact Interferometers},
|
||||
journal = {CoRR},
|
||||
year = 2018,
|
||||
url = {http://arxiv.org/abs/1808.04175v1},
|
||||
eprint = {1808.04175},
|
||||
keywords = {metrology},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@inproceedings{dehaeze22_fastj_uhv,
|
||||
author = {Thomas Dehaeze and Ludovic Ducott{\'e}},
|
||||
title = {The Fastjack - A robust, UHV compatible and high
|
||||
performance linear actuator},
|
||||
year = 2022,
|
||||
organization = {EUSPEN},
|
||||
}
|
||||
|
||||
|
||||
@book{taghirad13_paral,
|
||||
author = {Taghirad, Hamid},
|
||||
title = {Parallel robots : mechanics and control},
|
||||
year = 2013,
|
||||
publisher = {CRC Press},
|
||||
address = {Boca Raton, FL},
|
||||
isbn = 9781466555778,
|
||||
keywords = {favorite, parallel robot},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{gustavsen99_ration_approx_frequen_domain_respon,
|
||||
author = {Gustavsen, B.; Semlyen, A.},
|
||||
title = {Rational Approximation of Frequency Domain Responses By
|
||||
Vector Fitting},
|
||||
journal = {IEEE Transactions on Power Delivery},
|
||||
volume = 14,
|
||||
year = 1999,
|
||||
doi = {10.1109/61.772353},
|
||||
url = {https://doi.org/10.1109/61.772353},
|
||||
issne = {1937-4208},
|
||||
issnp = {0885-8977},
|
||||
issue = 3,
|
||||
month = 7,
|
||||
page = {1052--1061},
|
||||
publisher = {IEEE},
|
||||
keywords = {Motors},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{janvier13_icepap,
|
||||
author = {Janvier, N and Clement, JM and Fajardo, P and Cun{\'\i}, G},
|
||||
title = {Icepap: an Advanced Motor Controller for Scientific
|
||||
Applications in Large User Facilities},
|
||||
journal = {TUPPC081, ICALEPCS2013, San Francisco},
|
||||
volume = 2016,
|
||||
year = 2013,
|
||||
keywords = {esrf},
|
||||
}
|
||||
|
||||
|
||||
|
||||
@article{hino18_posit_encod_proces_unit,
|
||||
author = {Ricardo Hino and Pablo Fajardo and Nicolas Janvier and
|
||||
Thierry Le Ca{\"e}r and Fabien Le Mentec},
|
||||
title = {A Position Encoder Processing Unit},
|
||||
journal = {Proceedings of the 16th Int. Conf. on Accelerator and Large
|
||||
Experimental Control Systems},
|
||||
volume = {ICALEPCS2017},
|
||||
number = {nil},
|
||||
pages = {Spain},
|
||||
year = 2018,
|
||||
doi = {10.18429/JACOW-ICALEPCS2017-THPHA072},
|
||||
url =
|
||||
{http://jacow.org/icalepcs2017/doi/JACoW-ICALEPCS2017-THPHA072.html},
|
||||
}
|
||||
|
||||
|
||||
|
8293
phd-thesis.org
BIN
phd-thesis.pdf
7545
phd-thesis.tex
260
setup.org
@ -1,71 +1,11 @@
|
||||
#+TITLE: Setup file
|
||||
#+PROPERTY: header-args:latex :tangle config.tex
|
||||
|
||||
* Babel
|
||||
#+begin_src latex
|
||||
\usepackage[french,english]{babel}
|
||||
#+end_src
|
||||
|
||||
* Figures
|
||||
#+begin_src latex
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{figs/}}
|
||||
#+end_src
|
||||
|
||||
* Captions
|
||||
#+begin_src latex
|
||||
\usepackage{subcaption}
|
||||
\captionsetup{subrefformat=parens}
|
||||
#+end_src
|
||||
|
||||
* Glossary
|
||||
#+begin_src latex
|
||||
\usepackage[ %
|
||||
acronym, % Separate acronyms and glossary
|
||||
toc, % appear in ToC
|
||||
automake, % auto-use the makeglossaries command (requires shell-escape)
|
||||
nonumberlist, % don't back reference pages
|
||||
nogroupskip, % don't group by letter
|
||||
nopostdot % don't add a dot at the end of each element
|
||||
]{glossaries}
|
||||
|
||||
\usepackage[stylemods=longextra]{glossaries-extra}
|
||||
|
||||
\setabbreviationstyle[acronym]{long-short}
|
||||
\setglossarystyle{long-name-desc}
|
||||
#+end_src
|
||||
|
||||
#+begin_src latex :tangle config_extra.tex
|
||||
\makeindex
|
||||
\makeglossaries
|
||||
#+end_src
|
||||
|
||||
* Lists
|
||||
Do not modify itemize/enumerate environments by default
|
||||
#+begin_src latex
|
||||
\usepackage[olditem,oldenum]{paralist}
|
||||
#+end_src
|
||||
|
||||
* Spacing
|
||||
#+begin_src latex
|
||||
\RequirePackage{setspace}
|
||||
\onehalfspacing
|
||||
#+end_src
|
||||
|
||||
* Tables
|
||||
#+begin_src latex
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
#+end_src
|
||||
|
||||
I reduce the size of tables so that longer tables can still fit into an A4 (reduce font and make sans serif).
|
||||
#+begin_src latex
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
#+end_src
|
||||
|
||||
* Units
|
||||
* Config
|
||||
:PROPERTIES:
|
||||
:header-args:latex: :tangle config.tex
|
||||
:END:
|
||||
** Units
|
||||
#+begin_src latex
|
||||
\usepackage[binary-units=true]{siunitx}
|
||||
|
||||
@ -82,10 +22,11 @@ I reduce the size of tables so that longer tables can still fit into an A4 (redu
|
||||
\DeclareSIUnit\rms{rms}
|
||||
#+end_src
|
||||
|
||||
* Mathematics
|
||||
** Mathematics
|
||||
#+begin_src latex
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsthm}
|
||||
\usepackage{bm}
|
||||
\usepackage{dsfont}
|
||||
#+end_src
|
||||
|
||||
@ -98,25 +39,94 @@ Use these with the proper bracket in order to ensure that they scale automatical
|
||||
\renewcommand{\right}{\aftergroup\egroup\originalright}
|
||||
#+end_src
|
||||
|
||||
* Geometry
|
||||
** Glossary
|
||||
#+begin_src latex
|
||||
\usepackage[ %
|
||||
acronym, % Separate acronyms and glossary
|
||||
toc, % appear in ToC
|
||||
automake, % auto-use the makeglossaries command (requires shell-escape)
|
||||
nonumberlist, % don't back reference pages
|
||||
nogroupskip, % don't group by letter
|
||||
nopostdot % don't add a dot at the end of each element
|
||||
]{glossaries}
|
||||
|
||||
\usepackage[stylemods=longextra]{glossaries-extra}
|
||||
|
||||
\setabbreviationstyle[acronym]{long-short}
|
||||
\setglossarystyle{long-name-desc}
|
||||
#+end_src
|
||||
|
||||
* Config Extra
|
||||
:PROPERTIES:
|
||||
:header-args:latex: :tangle config_extra.tex
|
||||
:END:
|
||||
** Babel
|
||||
#+begin_src latex
|
||||
\usepackage[french,english]{babel}
|
||||
#+end_src
|
||||
|
||||
** Figures
|
||||
#+begin_src latex
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{figs/}}
|
||||
#+end_src
|
||||
|
||||
** Captions
|
||||
#+begin_src latex
|
||||
\usepackage{caption}
|
||||
\usepackage{subcaption}
|
||||
\captionsetup{subrefformat=parens}
|
||||
|
||||
\captionsetup[figure]{labelfont=bf}
|
||||
\captionsetup[subfigure]{labelfont=bf}
|
||||
\captionsetup[listing]{labelfont=bf}
|
||||
\captionsetup[table]{labelfont=bf}
|
||||
#+end_src
|
||||
|
||||
** Lists
|
||||
Do not modify itemize/enumerate environments by default
|
||||
#+begin_src latex
|
||||
\usepackage[olditem,oldenum]{paralist}
|
||||
#+end_src
|
||||
|
||||
** Spacing
|
||||
#+begin_src latex
|
||||
\RequirePackage{setspace}
|
||||
\onehalfspacing
|
||||
#+end_src
|
||||
|
||||
** Tables
|
||||
#+begin_src latex
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
#+end_src
|
||||
|
||||
I reduce the size of tables so that longer tables can still fit into an A4 (reduce font and make sans serif).
|
||||
#+begin_src latex
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
#+end_src
|
||||
|
||||
** Geometry
|
||||
|
||||
# \usepackage[paperheight=24.41cm,paperwidth=17.21cm,bottom=3cm,left=1.4cm,right=2cm,heightrounded]{geometry}
|
||||
|
||||
* Penalties
|
||||
** Penalties
|
||||
#+begin_src latex
|
||||
\clubpenalty = 10000
|
||||
\widowpenalty = 10000
|
||||
\displaywidowpenalty = 10000
|
||||
#+end_src
|
||||
|
||||
* Headers
|
||||
** Headers
|
||||
#+begin_src latex
|
||||
\usepackage{scrlayer-scrpage}
|
||||
|
||||
\pagestyle{scrheadings}
|
||||
#+end_src
|
||||
|
||||
* Section/Figure format
|
||||
** Section/Figure format
|
||||
#+begin_src latex
|
||||
\renewcommand{\partformat}{\huge\partname~\thepart\autodot}
|
||||
\renewcommand{\raggedpart}{\flushleft}
|
||||
@ -143,8 +153,7 @@ The following commands make chapter numbers BrickRed.
|
||||
\makeatother
|
||||
#+end_src
|
||||
|
||||
|
||||
* Floating images configuration
|
||||
** Floating images configuration
|
||||
By default, if a figure consumes 60% of the page it will get its own float-page.
|
||||
To change that we have to adjust the value of the =floatpagefraction= derivative.
|
||||
#+begin_src latex
|
||||
@ -153,12 +162,14 @@ To change that we have to adjust the value of the =floatpagefraction= derivative
|
||||
|
||||
See more information [[https://tex.stackexchange.com/questions/68516/avoid-that-figure-gets-its-own-page][here]].
|
||||
|
||||
* Etoolbox package
|
||||
** Etoolbox package
|
||||
#+begin_src latex
|
||||
\usepackage{etoolbox}
|
||||
|
||||
\pretocmd{\section}{\clearpage}{}{}
|
||||
#+end_src
|
||||
|
||||
* Hyperref and Bookmarks
|
||||
** Hyperref and Bookmarks
|
||||
#+begin_src latex
|
||||
\usepackage[ %
|
||||
colorlinks=true, %
|
||||
@ -167,6 +178,8 @@ See more information [[https://tex.stackexchange.com/questions/68516/avoid-that-
|
||||
urlcolor=BrickRed, %
|
||||
unicode %
|
||||
]{hyperref}
|
||||
|
||||
\usepackage{hypcap}
|
||||
#+end_src
|
||||
|
||||
The bookmark package implements a new bookmark (outline) organisation for package hyperref.
|
||||
@ -178,7 +191,17 @@ This lets us change the "tree-navigation" associated with the generated pdf and
|
||||
\bookmarksetup{depth=2}
|
||||
#+end_src
|
||||
|
||||
* Bibliography
|
||||
** Use pdf instead of png
|
||||
#+begin_src latex
|
||||
\makeatletter
|
||||
\preto\Gin@extensions{png,}
|
||||
\DeclareGraphicsRule{.png}{pdf}{.pdf}{\noexpand\Gin@base.pdf}
|
||||
\preto\Gin@extensions{gif,}
|
||||
\DeclareGraphicsRule{.gif}{png}{.png}{\noexpand\Gin@base.png}
|
||||
\makeatother
|
||||
#+end_src
|
||||
|
||||
** Bibliography
|
||||
|
||||
#+begin_src latex
|
||||
\usepackage{xpatch} % Recommanded for biblatex
|
||||
@ -236,7 +259,7 @@ Also reduce the font-size
|
||||
\renewcommand*{\bibfont}{\footnotesize}
|
||||
#+end_src
|
||||
|
||||
* Table of Contents for each chapter
|
||||
** Table of Contents for each chapter
|
||||
Note that this is marked as deprecated for koma-script.
|
||||
#+begin_src latex
|
||||
\usepackage{minitoc}
|
||||
@ -247,39 +270,55 @@ Note that this is marked as deprecated for koma-script.
|
||||
% \usepackage[nottoc]{tocbibind}
|
||||
#+end_src
|
||||
|
||||
* Fonts
|
||||
** TODO Fonts
|
||||
|
||||
#+begin_src latex
|
||||
\ifxetexorluatex
|
||||
\usepackage{unicode-math}
|
||||
% \usepackage{unicode-math} % It seems I don't need that as I don't want to use unicode char
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{EB Garamond}
|
||||
\setmathfont{Garamond Math}
|
||||
% \setmathfont{Garamond Math}
|
||||
|
||||
% Load some missing symbols from another font.
|
||||
\setmathfont{STIX Two Math}[%
|
||||
range = {
|
||||
\sharp,
|
||||
\natural,
|
||||
\flat,
|
||||
\clubsuit,
|
||||
\spadesuit,
|
||||
\checkmark
|
||||
}
|
||||
]
|
||||
\setmonofont[Scale=MatchLowercase]{Source Code Pro}
|
||||
% % Load some missing symbols from another font.
|
||||
% \setmathfont{STIX Two Math}[%
|
||||
% range = {
|
||||
% \sharp,
|
||||
% \natural,
|
||||
% \flat,
|
||||
% \clubsuit,
|
||||
% \spadesuit,
|
||||
% \checkmark
|
||||
% }
|
||||
% ]
|
||||
% \setmonofont[Scale=MatchLowercase]{Source Code Pro}
|
||||
\else
|
||||
\usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
|
||||
% \usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
|
||||
\usepackage[oldstyle,scale=0.7]{sourcecodepro} % https://tug.org/FontCatalogue/sourcecodepro/
|
||||
\singlespacing
|
||||
\fi
|
||||
#+end_src
|
||||
|
||||
* Colors
|
||||
** Colors
|
||||
#+begin_src latex
|
||||
\usepackage[usenames,dvipsnames]{xcolor}
|
||||
|
||||
\definecolor{my-blue}{HTML}{6b7adb}
|
||||
\definecolor{my-pale-blue}{HTML}{e6e9f9}
|
||||
\definecolor{my-red}{HTML}{db6b6b}
|
||||
\definecolor{my-pale-red}{HTML}{f9e6e6}
|
||||
\definecolor{my-green}{HTML}{6bdbb6}
|
||||
\definecolor{my-pale-green}{HTML}{e6f9f3}
|
||||
\definecolor{my-yellow}{HTML}{dbd26b}
|
||||
\definecolor{my-pale-yellow}{HTML}{f9f7e6}
|
||||
\definecolor{my-orange}{HTML}{dba76b}
|
||||
\definecolor{my-pale-orange}{HTML}{f9f0e6}
|
||||
\definecolor{my-grey}{HTML}{a3a3a3}
|
||||
\definecolor{my-pale-grey}{HTML}{f0f0f0}
|
||||
\definecolor{my-turq}{HTML}{6bc7db}
|
||||
\definecolor{my-pale-turq}{HTML}{e6f6f9}
|
||||
#+end_src
|
||||
|
||||
* CS Quotes
|
||||
** CS Quotes
|
||||
The [[https://ctan.org/pkg/csquotes][csquotes]] package offers context sensitive quotation facilities, improving the typesetting of inline quotes.
|
||||
|
||||
#+begin_src latex
|
||||
@ -310,28 +349,28 @@ And then use quotes as:
|
||||
|
||||
Note that org-ref links won't work here because the attr latex will be pasted as-is in the .tex file.
|
||||
|
||||
* Setspace for controlling line spacing
|
||||
** Setspace for controlling line spacing
|
||||
|
||||
#+begin_src latex
|
||||
\usepackage{setspace}
|
||||
\setstretch{1.25}
|
||||
#+end_src
|
||||
|
||||
* Parskip
|
||||
** Parskip
|
||||
|
||||
Fine tuning of spacing between paragraphs. See [[https://tex.stackexchange.com/questions/161254/smaller-parskip-than-half-for-koma-script][thread here]].
|
||||
#+begin_src latex
|
||||
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
|
||||
#+end_src
|
||||
|
||||
* Possible Equation improvements
|
||||
** Possible Equation improvements
|
||||
|
||||
Make the equation numbers follow the chapter, not the whole thesis.
|
||||
#+begin_src latex
|
||||
\numberwithin{equation}{chapter}
|
||||
#+end_src
|
||||
|
||||
* Minted
|
||||
** Minted
|
||||
|
||||
The minted package is used for highlighting source code.
|
||||
#+begin_src latex
|
||||
@ -349,14 +388,19 @@ And reduce the distance between a minted listing and its caption.
|
||||
\AtEndEnvironment{listing}{\vspace{-16pt}}
|
||||
#+end_src
|
||||
|
||||
* Scrhack
|
||||
#+begin_src matlab
|
||||
\let\OldTexttt\texttt
|
||||
\renewcommand{\texttt}[1]{{\ttfamily\hl{\mbox{\,#1\,}}}}
|
||||
#+end_src
|
||||
|
||||
** Scrhack
|
||||
|
||||
This package fixes some incompatibility errors between KOMAScript and other packages (namely minted). It has to be loaded at the end.
|
||||
#+begin_src latex
|
||||
\usepackage{scrhack}
|
||||
#+end_src
|
||||
|
||||
* Background cover page
|
||||
** Background cover page
|
||||
|
||||
Add the cover image as background to the first page. Only do so when outputting a final version, because it significantly slows down the compilation times.
|
||||
#+begin_src latex :tangle no
|
||||
@ -371,3 +415,19 @@ Add the cover image as background to the first page. Only do so when outputting
|
||||
}%
|
||||
}
|
||||
#+end_src
|
||||
|
||||
** Various
|
||||
#+begin_src latex
|
||||
\usepackage{float}
|
||||
\usepackage{enumitem}
|
||||
|
||||
% highlight
|
||||
\usepackage{soul}
|
||||
\sethlcolor{my-pale-grey}
|
||||
#+end_src
|
||||
|
||||
** Index and glossaries
|
||||
#+begin_src latex
|
||||
\makeindex
|
||||
\makeglossaries
|
||||
#+end_src
|
||||
|