Compare commits
	
		
			32 Commits
		
	
	
		
			49ebcd33d3
			...
			printed
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 60950797a2 | |||
| 6930beb9bb | |||
| 2e3115bf49 | |||
| 61a74a1730 | |||
| 7b2f38625b | |||
| 503c99a599 | |||
| 50cc4dfade | |||
| ca778a7824 | |||
| 2c431f46d8 | |||
| 8d337688fb | |||
| 4237edf1f6 | |||
| e8f1d98504 | |||
| e9591959c0 | |||
| b0839454e4 | |||
| a4fac73780 | |||
| ae41f80b24 | |||
| 67e1d2f419 | |||
| 2a3046690e | |||
| 22380bd4ec | |||
| 8cdcf87bce | |||
| c8b9ee19ce | |||
| b649a01619 | |||
| 7b718dabda | |||
| 76b1f435ce | |||
| ce583cc987 | |||
| ed6f59cf50 | |||
| 2b4f9ff6fe | |||
| 1d17fad50f | |||
| 6b9fc5f51c | |||
| 31a973a926 | |||
| 58b4d7fd33 | |||
| 1763a4bdca | 
@@ -11,6 +11,9 @@
 | 
			
		||||
 | 
			
		||||
\DeclareSIUnit\px{px}
 | 
			
		||||
\DeclareSIUnit\rms{rms}
 | 
			
		||||
\DeclareSIUnit\rad{rad}
 | 
			
		||||
 | 
			
		||||
\usepackage{upgreek} % useful for "mu" in units
 | 
			
		||||
 | 
			
		||||
\usepackage{amssymb}
 | 
			
		||||
\usepackage{amsmath}
 | 
			
		||||
@@ -37,3 +40,7 @@
 | 
			
		||||
 | 
			
		||||
\setabbreviationstyle[acronym]{long-short}
 | 
			
		||||
\setglossarystyle{long-name-desc}
 | 
			
		||||
 | 
			
		||||
% https://tex.stackexchange.com/questions/318694/glossaries-acronyms-avoid-additional-entries-in-number-list-with-indexonlyfirs
 | 
			
		||||
% Used to avoid many warnings
 | 
			
		||||
\renewcommand*{\acrshort}[1][]{\glsxtrshort[noindex,#1]}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,10 +7,9 @@
 | 
			
		||||
\usepackage{subcaption}
 | 
			
		||||
\captionsetup{subrefformat=simple}
 | 
			
		||||
 | 
			
		||||
\captionsetup[figure]{labelfont=bf}
 | 
			
		||||
\captionsetup[subfigure]{labelfont=bf}
 | 
			
		||||
\captionsetup[listing]{labelfont=bf}
 | 
			
		||||
\captionsetup[table]{labelfont=bf}
 | 
			
		||||
\captionsetup{labelfont=bf, skip=0pt}
 | 
			
		||||
 | 
			
		||||
\AtBeginEnvironment{minipage}{\captionsetup{skip=6pt}}
 | 
			
		||||
 | 
			
		||||
\usepackage[olditem,oldenum]{paralist}
 | 
			
		||||
 | 
			
		||||
@@ -27,6 +26,8 @@
 | 
			
		||||
\usepackage{floatrow}
 | 
			
		||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
 | 
			
		||||
 | 
			
		||||
 % \usepackage[bottom=2.5cm]{geometry}
 | 
			
		||||
 | 
			
		||||
\clubpenalty         = 10000
 | 
			
		||||
\widowpenalty        = 10000
 | 
			
		||||
\displaywidowpenalty = 10000
 | 
			
		||||
@@ -92,6 +93,9 @@
 | 
			
		||||
\setlength{\mtcindent}{0pt}
 | 
			
		||||
% \usepackage[nottoc]{tocbibind}
 | 
			
		||||
 | 
			
		||||
% Only Chapters and Sections for main TOC
 | 
			
		||||
\setcounter{tocdepth}{1}
 | 
			
		||||
 | 
			
		||||
\ifxetexorluatex
 | 
			
		||||
  % \usepackage{unicode-math} % It seems I don't need that as I don't want to use unicode char
 | 
			
		||||
  \usepackage{fontspec}
 | 
			
		||||
@@ -238,7 +242,7 @@
 | 
			
		||||
 | 
			
		||||
\usepackage{bookmark}
 | 
			
		||||
 | 
			
		||||
\bookmarksetup{depth=2}
 | 
			
		||||
\bookmarksetup{depth=3}
 | 
			
		||||
 | 
			
		||||
\makeindex
 | 
			
		||||
\makeglossaries
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										475
									
								
								example-phd.org
									
									
									
									
									
								
							
							
						
						@@ -1,475 +0,0 @@
 | 
			
		||||
#+TITLE: PhD Thesis
 | 
			
		||||
:DRAWER:
 | 
			
		||||
#+SUBTITLE: My subtitle
 | 
			
		||||
 | 
			
		||||
#+LANGUAGE: en
 | 
			
		||||
#+EMAIL: dehaeze.thomas@gmail.com
 | 
			
		||||
#+AUTHOR: Dehaeze Thomas
 | 
			
		||||
 | 
			
		||||
#+STARTUP: overview
 | 
			
		||||
#+DATE: {{{time(%Y-%m-%d)}}}
 | 
			
		||||
 | 
			
		||||
#+LATEX_CLASS: scrreprt
 | 
			
		||||
#+LATEX_CLASS_OPTIONS: [a4paper, twoside, 11pt, onecolumn, bibliography=totoc, openright, appendixprefix=true]
 | 
			
		||||
 | 
			
		||||
#+OPTIONS: num:t toc:nil ':t *:t -:t ::t <:nil author:t date:t tags:nil todo:nil |:t H:4 title:nil
 | 
			
		||||
 | 
			
		||||
#+SELECT_TAGS: export
 | 
			
		||||
#+EXCLUDE_TAGS: noexport
 | 
			
		||||
 | 
			
		||||
#+BIND: org-latex-bib-compiler "biber"
 | 
			
		||||
 | 
			
		||||
#+LATEX_HEADER: \input{config.tex}
 | 
			
		||||
#+LATEX_HEADER_EXTRA: \input{config_extra.tex}
 | 
			
		||||
#+LATEX_HEADER_EXTRA: \addbibresource{ref.bib}
 | 
			
		||||
 | 
			
		||||
#+PROPERTY: header-args:latex  :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/tikz/org/}{config.tex}")
 | 
			
		||||
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes
 | 
			
		||||
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
 | 
			
		||||
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100
 | 
			
		||||
#+PROPERTY: header-args:latex+ :results file raw replace
 | 
			
		||||
#+PROPERTY: header-args:latex+ :buffer no
 | 
			
		||||
#+PROPERTY: header-args:latex+ :eval no-export
 | 
			
		||||
#+PROPERTY: header-args:latex+ :exports results
 | 
			
		||||
#+PROPERTY: header-args:latex+ :mkdirp yes
 | 
			
		||||
#+PROPERTY: header-args:latex+ :output-dir figs
 | 
			
		||||
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
 | 
			
		||||
:END:
 | 
			
		||||
 | 
			
		||||
* Build                                                             :noexport:
 | 
			
		||||
#+NAME: startblock
 | 
			
		||||
#+BEGIN_SRC emacs-lisp :results none
 | 
			
		||||
(add-to-list 'org-latex-classes
 | 
			
		||||
             '("scrreprt"
 | 
			
		||||
               "\\documentclass{scrreprt}"
 | 
			
		||||
               ("\\chapter{%s}" . "\\chapter*{%s}")
 | 
			
		||||
               ("\\section{%s}" . "\\section*{%s}")
 | 
			
		||||
               ("\\subsection{%s}" . "\\subsection*{%s}")
 | 
			
		||||
               ("\\paragraph{%s}" . "\\paragraph*{%s}")
 | 
			
		||||
               ))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;; Remove automatic org heading labels
 | 
			
		||||
(defun my-latex-filter-removeOrgAutoLabels (text backend info)
 | 
			
		||||
  "Org-mode automatically generates labels for headings despite explicit use of `#+LABEL`. This filter forcibly removes all automatically generated org-labels in headings."
 | 
			
		||||
  (when (org-export-derived-backend-p backend 'latex)
 | 
			
		||||
    (replace-regexp-in-string "\\\\label{sec:org[a-f0-9]+}\n" "" text)))
 | 
			
		||||
(add-to-list 'org-export-filter-headline-functions
 | 
			
		||||
             'my-latex-filter-removeOrgAutoLabels)
 | 
			
		||||
 | 
			
		||||
;; Remove all org comments in the output LaTeX file
 | 
			
		||||
(defun delete-org-comments (backend)
 | 
			
		||||
  (loop for comment in (reverse (org-element-map (org-element-parse-buffer)
 | 
			
		||||
                                    'comment 'identity))
 | 
			
		||||
        do
 | 
			
		||||
        (setf (buffer-substring (org-element-property :begin comment)
 | 
			
		||||
                                (org-element-property :end comment))
 | 
			
		||||
              "")))
 | 
			
		||||
(add-hook 'org-export-before-processing-hook 'delete-org-comments)
 | 
			
		||||
 | 
			
		||||
;; Use no package by default
 | 
			
		||||
(setq org-latex-packages-alist nil)
 | 
			
		||||
(setq org-latex-default-packages-alist nil)
 | 
			
		||||
 | 
			
		||||
;; Do not include the subtitle inside the title
 | 
			
		||||
(setq org-latex-subtitle-separate t)
 | 
			
		||||
(setq org-latex-subtitle-format "\\subtitle{%s}")
 | 
			
		||||
 | 
			
		||||
(setq org-export-before-parsing-hook '(org-ref-glossary-before-parsing
 | 
			
		||||
                                       org-ref-acronyms-before-parsing))
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
* Glossary and Acronyms - Tables                                      :ignore:
 | 
			
		||||
 | 
			
		||||
#+name: glossary
 | 
			
		||||
| label | name              | description           |
 | 
			
		||||
|-------+-------------------+-----------------------|
 | 
			
		||||
| ka    | \ensuremath{k_a}  | Actuator Stiffness in |
 | 
			
		||||
| phi   | \ensuremath{\phi} | A woody bush          |
 | 
			
		||||
 | 
			
		||||
#+name: acronyms
 | 
			
		||||
| key  | abbreviation | full form                        |
 | 
			
		||||
|------+--------------+----------------------------------|
 | 
			
		||||
| mimo | MIMO         | Multiple-Inputs Multiple-Outputs |
 | 
			
		||||
| siso | SISO         | Single-Input Single-Output       |
 | 
			
		||||
| nass | NASS         | Nano Active Stabilization System |
 | 
			
		||||
| lti  | LTI          | Linear Time Invariant            |
 | 
			
		||||
 | 
			
		||||
* Title Page                                                          :ignore:
 | 
			
		||||
 | 
			
		||||
#+begin_export latex
 | 
			
		||||
\begin{titlepage}
 | 
			
		||||
  \vspace*{5cm}
 | 
			
		||||
  \makeatletter
 | 
			
		||||
  \begin{center}
 | 
			
		||||
    \begin{Huge}
 | 
			
		||||
      \@title
 | 
			
		||||
    \end{Huge}\\[0.1cm]
 | 
			
		||||
    %
 | 
			
		||||
    \begin{Large}
 | 
			
		||||
      \@subtitle
 | 
			
		||||
    \end{Large}\\
 | 
			
		||||
    %
 | 
			
		||||
    \emph{by}\\
 | 
			
		||||
    \@author
 | 
			
		||||
    %
 | 
			
		||||
    \vfill
 | 
			
		||||
    A document submitted in partial fulfillment
 | 
			
		||||
    of the requirements for the degree of\\
 | 
			
		||||
    \emph{Technical Report}\\
 | 
			
		||||
    at\\
 | 
			
		||||
    \textsc{Miskatonic University}
 | 
			
		||||
  \end{center}
 | 
			
		||||
  \makeatother
 | 
			
		||||
\end{titlepage}
 | 
			
		||||
 | 
			
		||||
\newpage
 | 
			
		||||
\null
 | 
			
		||||
\thispagestyle{empty}
 | 
			
		||||
\newpage
 | 
			
		||||
#+end_export
 | 
			
		||||
 | 
			
		||||
* Abstract
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:UNNUMBERED: notoc
 | 
			
		||||
:END:
 | 
			
		||||
 | 
			
		||||
* Résumé
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:UNNUMBERED: notoc
 | 
			
		||||
:END:
 | 
			
		||||
 | 
			
		||||
* Acknowledgments
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:UNNUMBERED: notoc
 | 
			
		||||
:END:
 | 
			
		||||
 | 
			
		||||
* Table of Contents                                                   :ignore:
 | 
			
		||||
 | 
			
		||||
#+begin_export latex
 | 
			
		||||
\dominitoc
 | 
			
		||||
\tableofcontents
 | 
			
		||||
 | 
			
		||||
\listoftables
 | 
			
		||||
\listoffigures
 | 
			
		||||
#+end_export
 | 
			
		||||
 | 
			
		||||
* Introduction
 | 
			
		||||
* Test
 | 
			
		||||
\minitoc
 | 
			
		||||
**** Abstract
 | 
			
		||||
 | 
			
		||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
 | 
			
		||||
 | 
			
		||||
** Test
 | 
			
		||||
A list:
 | 
			
		||||
- acronyms acrshort:nass acrshort:mimo acrshort:lti [[acrfull:siso][Single-Input Single-Output (SISO)]]
 | 
			
		||||
- glossary terms gls:ka, gls:phi.
 | 
			
		||||
- Bibliography citations: [[cite:&dehaeze21_activ_dampin_rotat_platf_using;&dehaeze21_mechat_approac_devel_nano_activ_stabil_system]].
 | 
			
		||||
 | 
			
		||||
A definition list:
 | 
			
		||||
- this :: means that
 | 
			
		||||
- that :: means this
 | 
			
		||||
 | 
			
		||||
Some Footnote[fn:1]
 | 
			
		||||
 | 
			
		||||
** Section
 | 
			
		||||
*** Sub section
 | 
			
		||||
 | 
			
		||||
This is a sub section.
 | 
			
		||||
 | 
			
		||||
*** Sub section
 | 
			
		||||
Start of the sub section
 | 
			
		||||
**** Paragraph
 | 
			
		||||
This is a paragraph
 | 
			
		||||
**** lksdfjasd
 | 
			
		||||
 | 
			
		||||
**** lksdfjasd
 | 
			
		||||
 | 
			
		||||
** blabla
 | 
			
		||||
* Source Blocks
 | 
			
		||||
\minitoc
 | 
			
		||||
** Matlab Init                                             :noexport:ignore:
 | 
			
		||||
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
 | 
			
		||||
<<matlab-dir>>
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :exports none :results silent :noweb yes
 | 
			
		||||
<<matlab-init>>
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
** Figures
 | 
			
		||||
#+begin_src matlab
 | 
			
		||||
t = 0:0.01:5; % Time [s]
 | 
			
		||||
x = sin(2*pi*t); % Output Voltage [V]
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab
 | 
			
		||||
figure;
 | 
			
		||||
plot(t, x);
 | 
			
		||||
xlabel('Time [s]'); ylabel('Voltage [V]');
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :tangle no :exports results :results file replace
 | 
			
		||||
exportFig('figs/matlab_fig_example.pdf', 'width', 'wide', 'height', 'normal');
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+name: fig:matlab_fig_example
 | 
			
		||||
#+caption: Matlab Figure
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
[[file:figs/matlab_fig_example.png]]
 | 
			
		||||
 | 
			
		||||
** Table Result
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab
 | 
			
		||||
x = 1:10;
 | 
			
		||||
y = x.^2;
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :exports results :results value table replace :tangle no :post addhdr(*this*)
 | 
			
		||||
data2orgtable([x', y'], {}, {'$x$', '$y = x^2$'}, ' %.0f ');
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+name: tab:table_name
 | 
			
		||||
#+caption: Table caption
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
| $x$ | $y = x^2$ |
 | 
			
		||||
|-----+-----------|
 | 
			
		||||
|   1 |         1 |
 | 
			
		||||
|   2 |         4 |
 | 
			
		||||
|   3 |         9 |
 | 
			
		||||
|   4 |        16 |
 | 
			
		||||
|   5 |        25 |
 | 
			
		||||
|   6 |        36 |
 | 
			
		||||
|   7 |        49 |
 | 
			
		||||
|   8 |        64 |
 | 
			
		||||
|   9 |        81 |
 | 
			
		||||
|  10 |       100 |
 | 
			
		||||
 | 
			
		||||
** Inline Results
 | 
			
		||||
 | 
			
		||||
Results can be automatically outputed as shown below.
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :results value replace
 | 
			
		||||
sqrt(2)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
: 1.4142
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :results output replace
 | 
			
		||||
y
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
: y =
 | 
			
		||||
:      1     4     9    16    25    36    49    64    81   100
 | 
			
		||||
 | 
			
		||||
** Caption and Reference
 | 
			
		||||
 | 
			
		||||
Captions can be added to code blocks.
 | 
			
		||||
Moreover, we can link to specific bode blocks (Listing [[lst:matlab_figure]] or [[lst:matlab_svd]]).
 | 
			
		||||
 | 
			
		||||
#+name: lst:matlab_figure
 | 
			
		||||
#+caption: Code to produce a nice contour plot
 | 
			
		||||
#+begin_src matlab
 | 
			
		||||
figure;
 | 
			
		||||
[X,Y,Z] = peaks;
 | 
			
		||||
contour(X,Y,Z,20)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src matlab :tangle no :exports results :results file replace
 | 
			
		||||
exportFig('figs/matlab_logo.pdf', 'width', 'small', 'height', 'normal');
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+name: fig:matlab_logo
 | 
			
		||||
#+caption: Obtained Contour Plot
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
[[file:figs/matlab_logo.png]]
 | 
			
		||||
 | 
			
		||||
#+name: lst:matlab_svd
 | 
			
		||||
#+caption: Code to compute the Singular Value Decomposition
 | 
			
		||||
#+begin_src matlab :results output replace
 | 
			
		||||
A = [1 2; 3 4; 5 6; 7 8]
 | 
			
		||||
[U,S,V] = svd(A)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+RESULTS:
 | 
			
		||||
#+begin_example
 | 
			
		||||
A = [1 2; 3 4; 5 6; 7 8]
 | 
			
		||||
A =
 | 
			
		||||
     1     2
 | 
			
		||||
     3     4
 | 
			
		||||
     5     6
 | 
			
		||||
     7     8
 | 
			
		||||
[U,S,V] = svd(A)
 | 
			
		||||
U =
 | 
			
		||||
        -0.152483233310201         -0.82264747222566        -0.394501022283829        -0.379959133877596
 | 
			
		||||
        -0.349918371807964         -0.42137528768458         0.242796545704357         0.800655879510063
 | 
			
		||||
        -0.547353510305727       -0.0201031031435029         0.697909975442776        -0.461434357387336
 | 
			
		||||
         -0.74478864880349         0.381169081397575        -0.546205498863303        0.0407376117548695
 | 
			
		||||
S =
 | 
			
		||||
          14.2690954992615                         0
 | 
			
		||||
                         0         0.626828232417541
 | 
			
		||||
                         0                         0
 | 
			
		||||
                         0                         0
 | 
			
		||||
V =
 | 
			
		||||
        -0.641423027995072         0.767187395072177
 | 
			
		||||
        -0.767187395072177        -0.641423027995072
 | 
			
		||||
#+end_example
 | 
			
		||||
 | 
			
		||||
** Source Blocks with Line Numbers
 | 
			
		||||
 | 
			
		||||
Citation [[cite:&taghirad13_paral;&dehaeze21_activ_dampin_rotat_platf_using]]
 | 
			
		||||
 | 
			
		||||
The Listing [[lst:matlab_line_numbers]] has line numbers as the =-n= option was used.
 | 
			
		||||
 | 
			
		||||
Specific lines of codes can be referenced.
 | 
			
		||||
For instance, the code used to specify the wanted the vertical label is on line [[(test)]].
 | 
			
		||||
 | 
			
		||||
#+name: lst:matlab_line_numbers
 | 
			
		||||
#+caption: Specify Labels
 | 
			
		||||
#+begin_src matlab +n -r
 | 
			
		||||
figure;
 | 
			
		||||
plot(t, x)
 | 
			
		||||
xlabel('Time [s]');
 | 
			
		||||
ylabel('Output [V]'); (ref:test)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
Numbering can be continued by using =+n= option as shown below.
 | 
			
		||||
#+begin_src matlab +n
 | 
			
		||||
figure;
 | 
			
		||||
plot(t, u)
 | 
			
		||||
xlabel('Time [s]');
 | 
			
		||||
ylabel('Input [V]');
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
* Images
 | 
			
		||||
\minitoc
 | 
			
		||||
** Normal Image
 | 
			
		||||
 | 
			
		||||
Figure [[fig:general_control_names]] shows the results of the Tikz code of listing [[lst:tikz_test]].
 | 
			
		||||
 | 
			
		||||
#+name: lst:tikz_test
 | 
			
		||||
#+caption: Tikz code that is used to generate Figure [[fig:general_control_names]]
 | 
			
		||||
#+begin_src latex :file general_control_names.pdf :exports both
 | 
			
		||||
  \begin{tikzpicture}
 | 
			
		||||
 | 
			
		||||
    % Blocs
 | 
			
		||||
    \node[block={2.0cm}{2.0cm}] (P) {$P$};
 | 
			
		||||
    \node[block={1.5cm}{1.5cm}, below=0.7 of P] (K) {$K$};
 | 
			
		||||
 | 
			
		||||
    % Input and outputs coordinates
 | 
			
		||||
    \coordinate[] (inputw)  at ($(P.south west)!0.75!(P.north west)$);
 | 
			
		||||
    \coordinate[] (inputu)  at ($(P.south west)!0.25!(P.north west)$);
 | 
			
		||||
    \coordinate[] (outputz) at ($(P.south east)!0.75!(P.north east)$);
 | 
			
		||||
    \coordinate[] (outputv) at ($(P.south east)!0.25!(P.north east)$);
 | 
			
		||||
 | 
			
		||||
    % Connections and labels
 | 
			
		||||
    \draw[<-] (inputw) -- ++(-1.5, 0);
 | 
			
		||||
    \draw[<-] (inputu) -- ++(-0.8, 0) |- (K.west);
 | 
			
		||||
 | 
			
		||||
    \draw[->] (outputz) -- ++(1.5, 0);
 | 
			
		||||
    \draw[->] (outputv) -- ++(0.8, 0) |- (K.east);
 | 
			
		||||
  \end{tikzpicture}
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+name: fig:general_control_names
 | 
			
		||||
#+caption: General Control Configuration
 | 
			
		||||
#+RESULTS: lst:tikz_test
 | 
			
		||||
[[file:figs/general_control_names.png]]
 | 
			
		||||
 | 
			
		||||
** Sub Images
 | 
			
		||||
 | 
			
		||||
Link to subfigure [[fig:general_control_names_1]].
 | 
			
		||||
 | 
			
		||||
#+name: fig:subfigure
 | 
			
		||||
#+caption: Subfigure Caption
 | 
			
		||||
#+attr_latex: :environment subfigure :width 0.49\linewidth :align c
 | 
			
		||||
| file:figs/general_control_names.png                | file:figs/general_control_names.png                |
 | 
			
		||||
| <<fig:general_control_names_1>> sub figure caption | <<fig:general_control_names_2>> sub figure caption |
 | 
			
		||||
 | 
			
		||||
* Tables
 | 
			
		||||
\minitoc
 | 
			
		||||
 | 
			
		||||
Table [[tab:table_with_equations]] shows a table with some mathematics inside.
 | 
			
		||||
 | 
			
		||||
#+name: tab:table_with_equations
 | 
			
		||||
#+caption: A Simple table with included math
 | 
			
		||||
| $N$ | $N^2$ | $N^3$ | $N^4$ | $\sqrt n$ | $\sqrt[4]N$ |
 | 
			
		||||
|-----+-------+-------+-------+-----------+-------------|
 | 
			
		||||
|   1 |     1 |     1 |     1 |         1 |           1 |
 | 
			
		||||
|   2 |     4 |     8 |    16 | 1.4142136 |   1.1892071 |
 | 
			
		||||
|   3 |     9 |    27 |    81 | 1.7320508 |   1.3160740 |
 | 
			
		||||
#+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
 | 
			
		||||
 | 
			
		||||
#+name: tab:table_without_head
 | 
			
		||||
#+caption: Table without Head
 | 
			
		||||
|     | *1* | *2* | *3* | *4* | *5* |
 | 
			
		||||
| *1* |   1 |   2 |   3 |   4 |   5 |
 | 
			
		||||
| *2* |   2 |   4 |   6 |   8 |  10 |
 | 
			
		||||
| *3* |   3 |   6 |   9 |  12 |  15 |
 | 
			
		||||
| *4* |   4 |   8 |  12 |  16 |  20 |
 | 
			
		||||
| *5* |   5 |  10 |  15 |  20 |  25 |
 | 
			
		||||
 | 
			
		||||
#+name: tab:table_multiple_heads
 | 
			
		||||
#+ATTR_LATEX: :font \footnotesize
 | 
			
		||||
#+caption: Table with multiples groups
 | 
			
		||||
|                         |        *Classical Control*         |           *Modern Control*           |
 | 
			
		||||
| <l>                     |                <c>                 |                 <c>                  |
 | 
			
		||||
|-------------------------+------------------------------------+--------------------------------------|
 | 
			
		||||
| *Date*                  |               1930-                |                1960-                 |
 | 
			
		||||
|-------------------------+------------------------------------+--------------------------------------|
 | 
			
		||||
| *Tools*                 |         Transfer Functions         |       State Space formulation        |
 | 
			
		||||
|                         |           Nyquist Plots            |          Riccati Equations           |
 | 
			
		||||
|                         |             Bode Plots             |                                      |
 | 
			
		||||
|                         |       Phase and Gain margins       |                                      |
 | 
			
		||||
|-------------------------+------------------------------------+--------------------------------------|
 | 
			
		||||
| *Control Architectures* | Proportional, Integral, Derivative |         Full State Feedback          |
 | 
			
		||||
|                         |            Leads, Lags             |               LQR, LQG               |
 | 
			
		||||
|                         |                                    |            Kalman Filters            |
 | 
			
		||||
|-------------------------+------------------------------------+--------------------------------------|
 | 
			
		||||
| *Advantages*            |          Study Stability           |         Automatic Synthesis          |
 | 
			
		||||
|                         |               Simple               |                 MIMO                 |
 | 
			
		||||
|                         |              Natural               |         Optimization Problem         |
 | 
			
		||||
|                         |                                    |                                      |
 | 
			
		||||
|                         |                                    |                                      |
 | 
			
		||||
|-------------------------+------------------------------------+--------------------------------------|
 | 
			
		||||
| *Disadvantages*         |           Manual Method            |       No Guaranteed Robustness       |
 | 
			
		||||
|                         |             Only SISO              | Difficult Rejection of Perturbations |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
* Appendix                                                            :ignore:
 | 
			
		||||
#+latex: \appendix
 | 
			
		||||
 | 
			
		||||
* Mathematical formulas
 | 
			
		||||
* Comments on something
 | 
			
		||||
* Bibliography                                                        :ignore:
 | 
			
		||||
#+latex: \printbibliography[heading=bibintoc,title={Bibliography}]
 | 
			
		||||
 | 
			
		||||
* List of Publications
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:UNNUMBERED: notoc
 | 
			
		||||
:END:
 | 
			
		||||
 | 
			
		||||
#+begin_export latex
 | 
			
		||||
\begin{refsection}[ref.bib]
 | 
			
		||||
  % List all papers even if not cited
 | 
			
		||||
  \nocite{*}
 | 
			
		||||
  % Sort by year
 | 
			
		||||
  \newrefcontext[sorting=ynt]
 | 
			
		||||
  % Articles
 | 
			
		||||
  \printbibliography[keyword={publication},heading={subbibliography},title={Articles},env=mypubs,type={article}]
 | 
			
		||||
  % Proceedings
 | 
			
		||||
  \printbibliography[keyword={publication},heading={subbibliography},title={In Proceedings},env=mypubs,type={inproceedings}]
 | 
			
		||||
\end{refsection}
 | 
			
		||||
#+end_export
 | 
			
		||||
 | 
			
		||||
* Glossary                                                            :ignore:
 | 
			
		||||
#+latex: \printglossary[type=\acronymtype]
 | 
			
		||||
#+latex: \printglossary
 | 
			
		||||
 | 
			
		||||
* Footnotes
 | 
			
		||||
 | 
			
		||||
[fn:1]this is a footnote with citation [[cite:&dehaeze21_mechat_approac_devel_nano_activ_stabil_system]].
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 1.1 MiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/conclusion_maglev_dyck15.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 191 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/conclusion_maglev_heyman23.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 87 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/conclusion_nass_architecture.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/conclusion_nass_architecture.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 43 KiB  | 
| 
		 Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_apa.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_apa.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 72 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_enc_plates.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 497 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_encoders_plates.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 303 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_fem_plate_mode.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 114 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_fem_rigid_body_mode.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 38 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_fem_strut_mode.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 25 KiB  | 
| 
		 Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 54 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_flexible_joint.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_flexible_joint.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 68 KiB  | 
| 
		 Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 75 KiB  | 
| 
		 Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 72 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_nano_hexapod_elements.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_nano_hexapod_elements.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 374 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 6.6 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_disp.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_disp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 10 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_plates.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_plates.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 175 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_struts.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_encoder_struts.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 200 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_model_flexible_joint.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_simscape_model_flexible_joint.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 44 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_strut_with_enc.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_strut_with_enc.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 67 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_strut_without_enc.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_strut_without_enc.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 46 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_top_plate.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								figs/detail_design_top_plate.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 98 KiB  | 
| 
		 Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 740 KiB  | 
| 
		 Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB  | 
| 
		 Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 89 KiB  | 
| 
		 Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB  | 
| 
		 Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB  | 
| 
		 Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB  | 
| 
		 Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 107 KiB  | 
| 
		 Before Width: | Height: | Size: 932 KiB After Width: | Height: | Size: 932 KiB  | 
| 
		 Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 295 KiB  | 
| 
		 Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 265 KiB  | 
@@ -7,7 +7,7 @@
 | 
			
		||||
   viewBox="0 0 158.30945 114.03174"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
 | 
			
		||||
   sodipodi:docname="chapter1_overview.svg"
 | 
			
		||||
   xml:space="preserve"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
@@ -25,11 +25,11 @@
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:zoom="3.3640326"
 | 
			
		||||
     inkscape:cx="498.65747"
 | 
			
		||||
     inkscape:cy="145.95578"
 | 
			
		||||
     inkscape:cx="166.02098"
 | 
			
		||||
     inkscape:cy="271.1032"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-x="2571"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
@@ -3037,14 +3037,14 @@
 | 
			
		||||
         y="113.7408">Multi-Body Model</tspan></text><text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';stroke-width:0.264583"
 | 
			
		||||
       x="43.176926"
 | 
			
		||||
       x="54.679256"
 | 
			
		||||
       y="113.7602"
 | 
			
		||||
       id="text1-49"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan1-93"
 | 
			
		||||
         style="font-size:3.52778px;stroke-width:0.264583"
 | 
			
		||||
         x="43.176926"
 | 
			
		||||
         y="113.7602">Nano-Hexapod</tspan></text><text
 | 
			
		||||
         style="font-size:3.52778px;text-align:center;text-anchor:middle;stroke-width:0.264583"
 | 
			
		||||
         x="54.679256"
 | 
			
		||||
         y="113.7602">Active Platform</tspan></text><text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';stroke-width:0.264583"
 | 
			
		||||
       x="157.02332"
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 649 KiB After Width: | Height: | Size: 649 KiB  | 
							
								
								
									
										564
									
								
								figs/inkscape/conclusion_nass_architecture.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,564 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   width="124.2932mm"
 | 
			
		||||
   height="32.720951mm"
 | 
			
		||||
   viewBox="0 0 124.29321 32.720951"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   sodipodi:docname="conclusion_nass_architecture.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg">
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="namedview1"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     showguides="false"
 | 
			
		||||
     inkscape:zoom="3.0538918"
 | 
			
		||||
     inkscape:cx="271.78435"
 | 
			
		||||
     inkscape:cy="128.03335"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1440"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="layer1" />
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs1">
 | 
			
		||||
    <clipPath
 | 
			
		||||
       id="clip4">
 | 
			
		||||
      <path
 | 
			
		||||
         d="m 76,4 h 36 V 156.37891 H 76 Z m 0,0"
 | 
			
		||||
         id="path61" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-2-7"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path4560-28-3" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path1-6" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker2"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path2" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-2-7-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path4560-28-3-1" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-2-7-4"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path4560-28-3-9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-2-7-1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       viewBox="0 0 6.5555267 4.8212658"
 | 
			
		||||
       markerWidth="6.5555267"
 | 
			
		||||
       markerHeight="4.8212657"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
 | 
			
		||||
         id="path4560-28-3-15" />
 | 
			
		||||
    </marker>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     transform="translate(-17.144676,-98.841577)">
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 89.677697,128.78272 -5.6411,-11.83718"
 | 
			
		||||
       id="path96-4"
 | 
			
		||||
       inkscape:transform-center-x="-63.539164"
 | 
			
		||||
       inkscape:transform-center-y="127.90798"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 73.802701,128.78272 5.676295,-11.82399"
 | 
			
		||||
       id="path8"
 | 
			
		||||
       inkscape:transform-center-x="63.793793"
 | 
			
		||||
       inkscape:transform-center-y="127.77875"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#fbeed0;fill-opacity:1;stroke:#000000;stroke-width:0.349605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect9"
 | 
			
		||||
       width="33.142132"
 | 
			
		||||
       height="5.8049302"
 | 
			
		||||
       x="65.122719"
 | 
			
		||||
       y="114.43472" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#eed9f2;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.349603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="m 89.598784,111.6889 4.017051,0.003 v -1.19173 l -23.8247,-0.0131 v 1.19172 l 4.014285,0.003 -0.0059,4.37499 15.793329,0.008 0.0059,-4.37499 z"
 | 
			
		||||
       id="path78"
 | 
			
		||||
       inkscape:transform-center-x="0.035983723"
 | 
			
		||||
       inkscape:transform-center-y="42.485667"
 | 
			
		||||
       sodipodi:nodetypes="cccccccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#fbeed0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.349604;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="m 50.587822,131.32451 0.0057,-2.57672 62.223208,0.0665 -0.009,2.57326 z"
 | 
			
		||||
       id="path82"
 | 
			
		||||
       inkscape:transform-center-x="0.16040427"
 | 
			
		||||
       inkscape:transform-center-y="161.00828"
 | 
			
		||||
       sodipodi:nodetypes="ccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 52.711518,128.75497 5.676295,-11.82399"
 | 
			
		||||
       id="path90"
 | 
			
		||||
       inkscape:transform-center-x="63.793793"
 | 
			
		||||
       inkscape:transform-center-y="127.77875"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 110.69877,128.80715 -5.6411,-11.83718"
 | 
			
		||||
       id="path96"
 | 
			
		||||
       inkscape:transform-center-x="-63.539164"
 | 
			
		||||
       inkscape:transform-center-y="127.90798"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="display:inline;fill:#e8f4d7;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 75.761603,109.14304 v -9.651334 h 11.926274 v 9.651334 z"
 | 
			
		||||
       id="path114"
 | 
			
		||||
       inkscape:transform-center-x="-0.0008607126"
 | 
			
		||||
       inkscape:transform-center-y="0.010200673"
 | 
			
		||||
       sodipodi:nodetypes="ccccc" />
 | 
			
		||||
    <g
 | 
			
		||||
       style="fill:#000000;fill-opacity:1"
 | 
			
		||||
       id="g194"
 | 
			
		||||
       transform="matrix(0.35277777,0,0,0.35277777,87.408536,96.226111)">
 | 
			
		||||
      <text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-size:10px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#a2142f;stroke-width:0.75"
 | 
			
		||||
         x="128.36696"
 | 
			
		||||
         y="14.243925"
 | 
			
		||||
         id="text3875"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           style="font-size:10px;fill:#a2142f;stroke-width:0.75"
 | 
			
		||||
           x="128.36696"
 | 
			
		||||
           y="14.243925"
 | 
			
		||||
           id="tspan3877">X-ray</tspan></text>
 | 
			
		||||
    </g>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#a2142f;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 137.49902,102.13356 -49.657569,0.37233 v 0.0269 0.05 l 49.657559,0.3698 z"
 | 
			
		||||
       id="path3"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#a2142f;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:0.264583, 0.264583;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m 87.666622,102.54308 -5.963137,8.8e-4"
 | 
			
		||||
       id="path15"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <g
 | 
			
		||||
       id="g1"
 | 
			
		||||
       transform="matrix(1.3305752,0,0,1.3411271,-27.010086,-35.094612)"
 | 
			
		||||
       style="stroke-width:0.748592">
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 91.178787,115.0331 -9.474725,-4.78437"
 | 
			
		||||
         id="path110"
 | 
			
		||||
         inkscape:transform-center-x="-13.410506"
 | 
			
		||||
         inkscape:transform-center-y="27.096458" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 81.698604,115.02464 7.69442,-4.76795"
 | 
			
		||||
         id="path102"
 | 
			
		||||
         inkscape:transform-center-x="-10.871772"
 | 
			
		||||
         inkscape:transform-center-y="27.095738" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="M 81.698604,115.02464 74.013723,110.2407"
 | 
			
		||||
         id="path104"
 | 
			
		||||
         inkscape:transform-center-x="10.925664"
 | 
			
		||||
         inkscape:transform-center-y="27.073075" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 72.218496,115.0148 1.795227,-4.7741"
 | 
			
		||||
         id="path106"
 | 
			
		||||
         inkscape:transform-center-x="24.362038"
 | 
			
		||||
         inkscape:transform-center-y="27.059124" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 72.218496,115.0148 9.485566,-4.76607"
 | 
			
		||||
         id="path108"
 | 
			
		||||
         inkscape:transform-center-x="13.462345"
 | 
			
		||||
         inkscape:transform-center-y="27.070507" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#0072bd;stroke-width:0.26171;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 91.178785,115.03311 -1.785761,-4.77642"
 | 
			
		||||
         id="path112"
 | 
			
		||||
         inkscape:transform-center-x="-24.308249"
 | 
			
		||||
         inkscape:transform-center-y="27.107738" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:#ccebff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.26171;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 70.952791,115.81253 0.0017,-0.79905 21.488322,0.0209 -0.0018,0.80042 z"
 | 
			
		||||
         id="path98"
 | 
			
		||||
         inkscape:transform-center-x="0.035990301"
 | 
			
		||||
         inkscape:transform-center-y="35.545193"
 | 
			
		||||
         sodipodi:nodetypes="ccccc" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:#ccebff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.26171;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         d="m 72.751409,110.23939 v -0.79905 l 17.905565,0.0186 v 0.79904 z"
 | 
			
		||||
         id="path100"
 | 
			
		||||
         inkscape:transform-center-x="0.017787793"
 | 
			
		||||
         inkscape:transform-center-y="18.623611"
 | 
			
		||||
         sodipodi:nodetypes="ccccc" />
 | 
			
		||||
    </g>
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 95.742585,109.14304 -0.496335,0.9637 H 68.20323 l -0.496335,-0.9637 z"
 | 
			
		||||
       id="path4"
 | 
			
		||||
       sodipodi:nodetypes="ccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#fbeed0;fill-opacity:1;stroke:#000000;stroke-width:0.349604;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 100.83787,122.7698 v -5.79983 h 6.35 v -2.53526 h -8.923021 v 5.80493 H 81.693783 65.122718 v -5.80493 h -8.923021 v 2.49624 h 6.35 v 5.83882 h 19.144086 z"
 | 
			
		||||
       id="path5"
 | 
			
		||||
       sodipodi:nodetypes="ccccccccccccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="M 64.242572,128.78272 59.446147,116.93098"
 | 
			
		||||
       id="path88"
 | 
			
		||||
       inkscape:transform-center-x="27.950573"
 | 
			
		||||
       inkscape:transform-center-y="127.81807"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#77ab2f;stroke:#000000;stroke-width:0.349659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
       d="m 99.167568,128.78272 4.831762,-11.81275"
 | 
			
		||||
       id="path86"
 | 
			
		||||
       inkscape:transform-center-x="-27.695696"
 | 
			
		||||
       inkscape:transform-center-y="127.87332"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       d="M 51.379754,118.16176 81.718871,102.53604 Z"
 | 
			
		||||
       style="font-variation-settings:normal;fill:#faddd1;fill-opacity:1;stroke:#d95319;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.264583, 0.132292, 0.264583;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="path1"
 | 
			
		||||
       sodipodi:nodetypes="ccc" />
 | 
			
		||||
    <g
 | 
			
		||||
       clip-path="url(#clip4)"
 | 
			
		||||
       clip-rule="nonzero"
 | 
			
		||||
       id="g150"
 | 
			
		||||
       inkscape:transform-center-x="0.06816778"
 | 
			
		||||
       inkscape:transform-center-y="67.692818"
 | 
			
		||||
       transform="matrix(0.35227505,0.01882661,-0.01882661,0.35227505,50.396393,60.184128)">
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#000000;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.97347, 2.97347;stroke-opacity:1"
 | 
			
		||||
         d="m 95.406945,118.19151 2.010075,40.27553"
 | 
			
		||||
         id="path148"
 | 
			
		||||
         sodipodi:nodetypes="cc" />
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g6261"
 | 
			
		||||
       transform="matrix(0.35277777,0,0,0.35277777,49.997854,72.162859)">
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#000000;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
         d="m 85.940088,93.556975 c -4.082593,0.560267 -5.559478,2.210365 -3.298788,3.680763 2.26048,1.474298 7.404288,2.210794 11.482981,1.650318 4.082803,-0.564168 5.559478,-2.210365 3.298997,-3.684664 -0.0909,-0.05571 -0.185505,-0.115533 -0.284213,-0.171662"
 | 
			
		||||
         id="path152"
 | 
			
		||||
         inkscape:transform-center-x="0.058051402"
 | 
			
		||||
         inkscape:transform-center-y="77.553103" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
 | 
			
		||||
         d="m 94.385068,94.008299 2.874149,4.264931 -0.371766,-2.852029 2.635648,-1.153958"
 | 
			
		||||
         id="path154"
 | 
			
		||||
         inkscape:transform-center-x="-6.863793"
 | 
			
		||||
         inkscape:transform-center-y="77.377487" />
 | 
			
		||||
    </g>
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect10"
 | 
			
		||||
       width="0.67388618"
 | 
			
		||||
       height="1.95716"
 | 
			
		||||
       x="68.462059"
 | 
			
		||||
       y="110.63224" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect11"
 | 
			
		||||
       width="0.67388618"
 | 
			
		||||
       height="1.95716"
 | 
			
		||||
       x="128.23257"
 | 
			
		||||
       y="-9.6291695"
 | 
			
		||||
       transform="rotate(62.772333)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
 | 
			
		||||
       id="rect10-6"
 | 
			
		||||
       width="0.67388618"
 | 
			
		||||
       height="1.95716"
 | 
			
		||||
       x="94.284363"
 | 
			
		||||
       y="110.5863" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264584;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stop-color:#000000"
 | 
			
		||||
       id="rect5760"
 | 
			
		||||
       width="1.2041308"
 | 
			
		||||
       height="2.7059748"
 | 
			
		||||
       x="128.02145"
 | 
			
		||||
       y="7.0035439"
 | 
			
		||||
       transform="matrix(0.45427174,0.89086317,-0.89221074,0.45161931,0,0)" />
 | 
			
		||||
    <path
 | 
			
		||||
       d="M 112.10605,118.16967 81.766935,102.54395 Z"
 | 
			
		||||
       style="font-variation-settings:normal;fill:#faddd1;fill-opacity:1;stroke:#d95319;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.264583, 0.132292, 0.264583;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="path12"
 | 
			
		||||
       sodipodi:nodetypes="ccc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect12"
 | 
			
		||||
       width="0.67388618"
 | 
			
		||||
       height="1.95716"
 | 
			
		||||
       x="53.449966"
 | 
			
		||||
       y="135.71744"
 | 
			
		||||
       transform="matrix(-0.45752736,0.88919554,0.88919554,0.45752736,0,0)" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
       x="122.1268"
 | 
			
		||||
       y="118.0056"
 | 
			
		||||
       id="text13"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan13"
 | 
			
		||||
         style="font-size:3.52778px;text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
         x="122.1268"
 | 
			
		||||
         y="118.0056">Long Stroke</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         style="font-size:3.52778px;text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
         x="122.1268"
 | 
			
		||||
         y="122.41532"
 | 
			
		||||
         id="tspan17">Metrology</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
       x="122.11269"
 | 
			
		||||
       y="108.12162"
 | 
			
		||||
       id="text13-4"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan13-9"
 | 
			
		||||
         style="font-size:3.52778px;text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
         x="122.11269"
 | 
			
		||||
         y="108.12162">Short Stroke</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         style="font-size:3.52778px;text-align:start;text-anchor:start;fill:#d95319;stroke-width:0.264583"
 | 
			
		||||
         x="122.11269"
 | 
			
		||||
         y="112.53134"
 | 
			
		||||
         id="tspan17-2">Metrology</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:end;text-anchor:end;fill:#0072bd;stroke-width:0.264583"
 | 
			
		||||
       x="43.673584"
 | 
			
		||||
       y="112.60812"
 | 
			
		||||
       id="text15"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan15"
 | 
			
		||||
         style="font-size:3.52778px;text-align:end;text-anchor:end;fill:#0072bd;stroke-width:0.264583"
 | 
			
		||||
         x="43.673584"
 | 
			
		||||
         y="112.60812">Stabilization</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         style="font-size:3.52778px;text-align:end;text-anchor:end;fill:#0072bd;stroke-width:0.264583"
 | 
			
		||||
         x="43.673584"
 | 
			
		||||
         y="117.01785"
 | 
			
		||||
         id="tspan16">Platform</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2-7)"
 | 
			
		||||
       d="M 44.613877,113.59138 H 70.276396"
 | 
			
		||||
       id="path16"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#7e2f8e;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2-7-1)"
 | 
			
		||||
       d="m 44.613877,107.00514 h 22.037147 l 3.096984,3.23389"
 | 
			
		||||
       id="path16-7"
 | 
			
		||||
       sodipodi:nodetypes="ccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#77ac30;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2-7)"
 | 
			
		||||
       d="M 44.613877,100.57117 H 74.708216"
 | 
			
		||||
       id="path18"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#77ac30;stroke-width:0.264583"
 | 
			
		||||
       x="43.70533"
 | 
			
		||||
       y="101.46998"
 | 
			
		||||
       id="text19"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan19"
 | 
			
		||||
         style="font-size:3.52778px;text-align:end;text-anchor:end;fill:#77ac30;stroke-width:0.264583"
 | 
			
		||||
         x="43.70533"
 | 
			
		||||
         y="101.46998">Sample</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95319;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2-7)"
 | 
			
		||||
       d="m 120.88,119.32774 h -4.88888"
 | 
			
		||||
       id="path19"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:end;text-anchor:end;stroke-width:0.264583"
 | 
			
		||||
       x="43.673584"
 | 
			
		||||
       y="124.19606"
 | 
			
		||||
       id="text12"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan12"
 | 
			
		||||
         style="font-size:3.52778px;text-align:end;text-anchor:end;fill:#edb120;stroke-width:0.264583"
 | 
			
		||||
         x="43.673584"
 | 
			
		||||
         y="124.19606">Long Stroke</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         style="font-size:3.52778px;text-align:end;text-anchor:end;fill:#edb120;stroke-width:0.264583"
 | 
			
		||||
         x="43.673584"
 | 
			
		||||
         y="128.60579"
 | 
			
		||||
         id="tspan14">Stewart Platform</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;text-anchor:middle;fill:#7e2f8e;stroke-width:0.264583"
 | 
			
		||||
       x="38.018551"
 | 
			
		||||
       y="107.72367"
 | 
			
		||||
       id="text18"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan18"
 | 
			
		||||
         style="font-size:3.52778px;fill:#7e2f8e;stroke-width:0.264583"
 | 
			
		||||
         x="38.018551"
 | 
			
		||||
         y="107.72367">Spindle</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 55.811172,114.9276 -1.231848,0.63668 0.943437,0.46491 -0.173188,1.04203 1.23865,-0.64019 z"
 | 
			
		||||
       id="path21"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 54.579324,115.56428 0.770249,1.50694"
 | 
			
		||||
       id="path22" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
 | 
			
		||||
       d="m 107.57639,114.88492 1.23186,0.63668 -0.94345,0.46491 0.17319,1.04203 -1.23865,-0.64019 z"
 | 
			
		||||
       id="path21-2"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 108.80825,115.5216 -0.77026,1.50694"
 | 
			
		||||
       id="path22-7" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264584;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stop-color:#000000"
 | 
			
		||||
       id="rect22"
 | 
			
		||||
       width="1.2041308"
 | 
			
		||||
       height="2.7059748"
 | 
			
		||||
       x="54.201168"
 | 
			
		||||
       y="153.55298"
 | 
			
		||||
       transform="matrix(-0.45427174,0.89086317,0.89221074,0.45161931,0,0)" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d95319;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-end:url(#Arrow2Mend-2-7);stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="M 120.88,109.44376 H 99.882977"
 | 
			
		||||
       id="path23"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#edb120;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-end:url(#Arrow2Mend-2-7);stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="M 44.613876,125.19873 H 52.88945"
 | 
			
		||||
       id="path24" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
 | 
			
		||||
       d="m 104.859,116.97726 -0.0119,1.38661 -0.84078,-0.63192 -0.8516,0.62499 0.012,-1.39426 z"
 | 
			
		||||
       id="path25"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264584;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stop-color:#000000"
 | 
			
		||||
       id="rect25"
 | 
			
		||||
       width="1.2041308"
 | 
			
		||||
       height="2.7059748"
 | 
			
		||||
       x="-104.59452"
 | 
			
		||||
       y="120.58891"
 | 
			
		||||
       transform="matrix(-0.9999951,-0.00313092,-1.5580901e-4,0.99999999,0,0)" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
 | 
			
		||||
       d="m 60.220837,116.93824 -0.0119,1.38661 -0.84078,-0.63192 -0.8516,0.62499 0.012,-1.39426 z"
 | 
			
		||||
       id="path26"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:0.264584;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stop-color:#000000"
 | 
			
		||||
       id="rect26"
 | 
			
		||||
       width="1.2041308"
 | 
			
		||||
       height="2.7059748"
 | 
			
		||||
       x="-59.956158"
 | 
			
		||||
       y="120.68964"
 | 
			
		||||
       transform="matrix(-0.9999951,-0.00313092,-1.5580901e-4,0.99999999,0,0)" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 28 KiB  | 
							
								
								
									
										1360
									
								
								figs/inkscape/conclusion_nass_concept_schematic.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 101 KiB  | 
							
								
								
									
										161
									
								
								figs/inkscape/detail_design_apa.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 896 KiB  | 
@@ -2,11 +2,11 @@
 | 
			
		||||
<svg
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg4897"
 | 
			
		||||
   width="558.96759"
 | 
			
		||||
   height="429.13095"
 | 
			
		||||
   viewBox="0 0 558.96759 429.13095"
 | 
			
		||||
   sodipodi:docname="test_nhexa_fixation_flexible_joints.svg"
 | 
			
		||||
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
 | 
			
		||||
   width="263.72751"
 | 
			
		||||
   height="202.46906"
 | 
			
		||||
   viewBox="0 0 263.72751 202.46906"
 | 
			
		||||
   sodipodi:docname="detail_design_fixation_flexible_joints.svg"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
@@ -91,6 +91,60 @@
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <clipPath
 | 
			
		||||
       clipPathUnits="userSpaceOnUse"
 | 
			
		||||
       id="clipPath1-3">
 | 
			
		||||
      <rect
 | 
			
		||||
         style="fill:none;stroke:#000000"
 | 
			
		||||
         id="rect2-5"
 | 
			
		||||
         width="558.96759"
 | 
			
		||||
         height="429.13095"
 | 
			
		||||
         x="126.3054"
 | 
			
		||||
         y="30.953075"
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <clipPath
 | 
			
		||||
       clipPathUnits="userSpaceOnUse"
 | 
			
		||||
       id="clipPath1-2">
 | 
			
		||||
      <rect
 | 
			
		||||
         style="fill:none;stroke:#000000"
 | 
			
		||||
         id="rect2-9"
 | 
			
		||||
         width="558.96759"
 | 
			
		||||
         height="429.13095"
 | 
			
		||||
         x="559.10815"
 | 
			
		||||
         y="354.43854"
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker13702"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path13700" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker13702-3"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path13700-6" />
 | 
			
		||||
    </marker>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
@@ -105,12 +159,12 @@
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     id="namedview4899"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:zoom="1.6789951"
 | 
			
		||||
     inkscape:cx="308.51787"
 | 
			
		||||
     inkscape:cy="229.60162"
 | 
			
		||||
     inkscape:zoom="1.1872288"
 | 
			
		||||
     inkscape:cx="424.93914"
 | 
			
		||||
     inkscape:cy="176.8825"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="g4905"
 | 
			
		||||
     inkscape:document-rotation="0"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
@@ -120,7 +174,7 @@
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     inkscape:label="Image"
 | 
			
		||||
     id="g4905"
 | 
			
		||||
     transform="translate(-15.958595)">
 | 
			
		||||
     transform="translate(-203.7534,-116.92834)">
 | 
			
		||||
    <image
 | 
			
		||||
       width="629.42133"
 | 
			
		||||
       height="429.13095"
 | 
			
		||||
@@ -129,38 +183,46 @@
 | 
			
		||||
       id="image4907"
 | 
			
		||||
       x="0"
 | 
			
		||||
       y="0"
 | 
			
		||||
       clip-path="url(#clipPath1)" />
 | 
			
		||||
       clip-path="url(#clipPath1)"
 | 
			
		||||
       transform="matrix(0.47181183,0,0,0.47181183,196.22395,116.92834)"
 | 
			
		||||
       style="stroke-width:2.1195" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 242.31675,222.28212 29.7926,-60.0582"
 | 
			
		||||
       style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3.00001, 3.00001;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       d="m 310.55184,221.80366 14.05651,-28.33617"
 | 
			
		||||
       id="path5470" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 260.89252,279.14844 39.55467,19.90499"
 | 
			
		||||
       style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3.00001, 3.00001;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       d="m 319.31611,248.63385 18.66236,9.39141"
 | 
			
		||||
       id="path5472" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="101.46403"
 | 
			
		||||
       y="192.71341"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="268.12863"
 | 
			
		||||
       y="194.69875"
 | 
			
		||||
       id="text6298"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan6296"
 | 
			
		||||
         x="101.46403"
 | 
			
		||||
         y="192.71341">Reference Surfaces</tspan></text>
 | 
			
		||||
         x="268.12863"
 | 
			
		||||
         y="194.69875"
 | 
			
		||||
         style="font-size:13.3333px;text-align:end;text-anchor:end">Reference</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         x="268.12863"
 | 
			
		||||
         y="211.36537"
 | 
			
		||||
         style="font-size:13.3333px;text-align:end;text-anchor:end"
 | 
			
		||||
         id="tspan10">Surfaces</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
 | 
			
		||||
       d="m 181.91024,189.07538 h 54.3765 l 13.04275,13.04274"
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
 | 
			
		||||
       d="m 272.09939,198.97873 h 31.43374 l 7.5397,7.53969"
 | 
			
		||||
       id="path6300" />
 | 
			
		||||
    <circle
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3.00001, 3.00001;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="path7279"
 | 
			
		||||
       cx="303.74594"
 | 
			
		||||
       cy="233.67171"
 | 
			
		||||
       r="5.1419153" />
 | 
			
		||||
       cx="339.53485"
 | 
			
		||||
       cy="227.17741"
 | 
			
		||||
       r="2.4260163" />
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="matrix(2.0461552,0,0,2.0461552,-309.04795,50.176721)"
 | 
			
		||||
       transform="matrix(2.0461552,0,0,2.0461552,-273.16339,27.883864)"
 | 
			
		||||
       id="g5356">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g9769">
 | 
			
		||||
@@ -188,5 +250,8 @@
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g8218"
 | 
			
		||||
       transform="translate(520.9586,-111.51433)" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 363 KiB  | 
							
								
								
									
										285
									
								
								figs/inkscape/detail_design_flexible_joint.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 960 KiB  | 
@@ -2,11 +2,11 @@
 | 
			
		||||
<svg
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg6414"
 | 
			
		||||
   width="558.96759"
 | 
			
		||||
   height="429.13095"
 | 
			
		||||
   viewBox="0 0 558.96759 429.13095"
 | 
			
		||||
   sodipodi:docname="test_nhexa_location_bot_flex.svg"
 | 
			
		||||
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
 | 
			
		||||
   width="271.7919"
 | 
			
		||||
   height="208.66025"
 | 
			
		||||
   viewBox="0 0 271.7919 208.66025"
 | 
			
		||||
   sodipodi:docname="detail_design_location_bot_flex.svg"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
@@ -57,21 +57,6 @@
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path2321" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mstart"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path2318" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g2719">
 | 
			
		||||
      <symbol
 | 
			
		||||
@@ -120,6 +105,61 @@
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker13702-3"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path13700-6" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <clipPath
 | 
			
		||||
       clipPathUnits="userSpaceOnUse"
 | 
			
		||||
       id="clipPath1-2">
 | 
			
		||||
      <rect
 | 
			
		||||
         style="fill:none;stroke:#000000"
 | 
			
		||||
         id="rect2-9"
 | 
			
		||||
         width="558.96759"
 | 
			
		||||
         height="429.13095"
 | 
			
		||||
         x="559.10815"
 | 
			
		||||
         y="354.43854"
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker13702-2"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path13700-7" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker13702-3-0"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mstart"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path13700-6-9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
@@ -134,12 +174,12 @@
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     id="namedview6416"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:zoom="1"
 | 
			
		||||
     inkscape:cx="127"
 | 
			
		||||
     inkscape:cy="117.5"
 | 
			
		||||
     inkscape:zoom="2.8284271"
 | 
			
		||||
     inkscape:cx="50.027805"
 | 
			
		||||
     inkscape:cy="39.951533"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="g6422"
 | 
			
		||||
     inkscape:document-rotation="0"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
@@ -149,7 +189,7 @@
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     inkscape:label="Image"
 | 
			
		||||
     id="g6422"
 | 
			
		||||
     transform="translate(-559.10815,-354.43854)">
 | 
			
		||||
     transform="translate(-739.90681,-540.87801)">
 | 
			
		||||
    <image
 | 
			
		||||
       width="800.85083"
 | 
			
		||||
       height="567.24713"
 | 
			
		||||
@@ -158,97 +198,98 @@
 | 
			
		||||
       id="image6424"
 | 
			
		||||
       x="352.07458"
 | 
			
		||||
       y="249.37642"
 | 
			
		||||
       clip-path="url(#clipPath1)" />
 | 
			
		||||
    <g
 | 
			
		||||
       id="g7013"
 | 
			
		||||
       transform="translate(-117.81275,-90.37868)"
 | 
			
		||||
       style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none">
 | 
			
		||||
       clip-path="url(#clipPath1-2)"
 | 
			
		||||
       transform="matrix(0.48623909,0,0,0.48623909,468.04657,368.53614)"
 | 
			
		||||
       style="stroke-width:2.0566" />
 | 
			
		||||
    <path
 | 
			
		||||
         style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8, 4, 2, 4;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
         d="M 779.23495,537.82188 1203.6466,861.30687"
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:4, 2, 1, 2;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="M 789.6559,586.10051 996.02141,743.39156"
 | 
			
		||||
       id="path6989" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
         style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
         x="1024.0381"
 | 
			
		||||
         y="593.67004"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
 | 
			
		||||
       x="945.62036"
 | 
			
		||||
       y="605.82349"
 | 
			
		||||
       id="text7017"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan7015"
 | 
			
		||||
           x="1024.0381"
 | 
			
		||||
           y="593.67004">Gap</tspan></text>
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#Arrow2Mend)"
 | 
			
		||||
         d="m 1007.9341,596.78349 11.1118,8.63738"
 | 
			
		||||
         id="path7019"
 | 
			
		||||
         sodipodi:nodetypes="cc" />
 | 
			
		||||
         x="945.62036"
 | 
			
		||||
         y="605.82349"
 | 
			
		||||
         style="font-size:13.3333px">Gap</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
         style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
         x="1312.7673"
 | 
			
		||||
         y="-83.945869"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
 | 
			
		||||
       x="1165.2855"
 | 
			
		||||
       y="-47.818295"
 | 
			
		||||
       id="text7087"
 | 
			
		||||
       transform="rotate(38.642503)"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan7085"
 | 
			
		||||
           x="1312.7673"
 | 
			
		||||
           y="-83.945869">Fixed Orientation</tspan></text>
 | 
			
		||||
         x="1165.2855"
 | 
			
		||||
         y="-47.818295"
 | 
			
		||||
         style="font-size:13.3333px">Fixed Orientation</tspan></text>
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
         transform="matrix(1.9952863,0,0,1.9952863,244.22037,394.06514)"
 | 
			
		||||
         id="g6348">
 | 
			
		||||
       transform="matrix(1.9952863,0,0,1.9952863,221.90798,417.91117)"
 | 
			
		||||
       id="g6348"
 | 
			
		||||
       style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g808">
 | 
			
		||||
        <g
 | 
			
		||||
           style="fill:#000000;fill-opacity:1"
 | 
			
		||||
           id="g6866">
 | 
			
		||||
            <use
 | 
			
		||||
               xlink:href="#symbol9968"
 | 
			
		||||
               x="301.70801"
 | 
			
		||||
               y="93.917999"
 | 
			
		||||
          <g
 | 
			
		||||
             id="use5966"
 | 
			
		||||
               width="100%"
 | 
			
		||||
               height="100%" />
 | 
			
		||||
             transform="translate(301.70801,93.917999)">
 | 
			
		||||
            <path
 | 
			
		||||
               style="stroke:none"
 | 
			
		||||
               d="M 3.71875,-3.765625 C 3.53125,-4.140625 3.25,-4.40625 2.796875,-4.40625 c -1.15625,0 -2.390625,1.46875 -2.390625,2.921875 0,0.9375 0.546875,1.59375 1.3125,1.59375 0.203125,0 0.703125,-0.046875 1.296875,-0.75 0.078125,0.421875 0.4375,0.75 0.90625,0.75 0.359375,0 0.578125,-0.234375 0.75,-0.546875 0.15625,-0.359375 0.296875,-0.96875 0.296875,-0.984375 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.640625 -0.34375,1.234375 -0.75,1.234375 -0.28125,0 -0.296875,-0.265625 -0.296875,-0.453125 0,-0.21875 0.015625,-0.3125 0.125,-0.75 C 3.890625,-1.71875 3.90625,-1.828125 4,-2.203125 L 4.359375,-3.59375 c 0.0625,-0.28125 0.0625,-0.296875 0.0625,-0.34375 0,-0.171875 -0.109375,-0.265625 -0.28125,-0.265625 -0.25,0 -0.390625,0.21875 -0.421875,0.4375 z M 3.078125,-1.1875 C 3.015625,-1 3.015625,-0.984375 2.875,-0.8125 2.4375,-0.265625 2.03125,-0.109375 1.75,-0.109375 c -0.5,0 -0.640625,-0.546875 -0.640625,-0.9375 0,-0.5 0.3125,-1.71875 0.546875,-2.1875 0.3125,-0.578125 0.75,-0.953125 1.15625,-0.953125 0.640625,0 0.78125,0.8125 0.78125,0.875 0,0.0625 -0.015625,0.125 -0.03125,0.171875 z m 0,0"
 | 
			
		||||
               id="path3" />
 | 
			
		||||
          </g>
 | 
			
		||||
        </g>
 | 
			
		||||
        <g
 | 
			
		||||
           style="fill:#000000;fill-opacity:1"
 | 
			
		||||
           id="g5926">
 | 
			
		||||
            <use
 | 
			
		||||
               xlink:href="#symbol3070"
 | 
			
		||||
               x="306.97501"
 | 
			
		||||
               y="95.412003"
 | 
			
		||||
          <g
 | 
			
		||||
             id="use2670"
 | 
			
		||||
               width="100%"
 | 
			
		||||
               height="100%" />
 | 
			
		||||
             transform="translate(306.97501,95.412003)">
 | 
			
		||||
            <path
 | 
			
		||||
               style="stroke:none"
 | 
			
		||||
               d="m 2.265625,-4.359375 c 0,-0.109375 -0.09375,-0.265625 -0.28125,-0.265625 -0.1875,0 -0.390625,0.1875 -0.390625,0.390625 0,0.109375 0.078125,0.265625 0.28125,0.265625 0.1875,0 0.390625,-0.203125 0.390625,-0.390625 z M 0.84375,-0.8125 c -0.03125,0.09375 -0.0625,0.171875 -0.0625,0.296875 0,0.328125 0.265625,0.578125 0.65625,0.578125 0.6875,0 1,-0.953125 1,-1.0625 0,-0.09375 -0.09375,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.109375,0.046875 -0.140625,0.125 -0.15625,0.5625 -0.453125,0.84375 -0.734375,0.84375 -0.140625,0 -0.171875,-0.09375 -0.171875,-0.25 0,-0.15625 0.046875,-0.28125 0.109375,-0.4375 C 1.46875,-1 1.546875,-1.1875 1.609375,-1.375 1.671875,-1.546875 1.9375,-2.171875 1.953125,-2.265625 1.984375,-2.328125 2,-2.40625 2,-2.484375 2,-2.8125 1.71875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.75,-2.625 1.0625,-2.875 1.3125,-2.875 c 0.109375,0 0.171875,0.046875 0.171875,0.234375 0,0.171875 -0.03125,0.265625 -0.203125,0.703125 z m 0,0"
 | 
			
		||||
               id="path4" />
 | 
			
		||||
          </g>
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <circle
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
         id="path7279"
 | 
			
		||||
         cx="846.19025"
 | 
			
		||||
         cy="588.84576"
 | 
			
		||||
         r="5.1419153" />
 | 
			
		||||
    </g>
 | 
			
		||||
       id="path7279-1"
 | 
			
		||||
       cx="822.21222"
 | 
			
		||||
       cy="610.91034"
 | 
			
		||||
       r="2.5002003" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="965.06482"
 | 
			
		||||
       y="400.98392"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="941.39813"
 | 
			
		||||
       y="555.76843"
 | 
			
		||||
       id="text13688"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan13686"
 | 
			
		||||
         x="965.06482"
 | 
			
		||||
         y="400.98392"
 | 
			
		||||
         style="text-align:start;text-anchor:start">0.2mm gap</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         x="965.06482"
 | 
			
		||||
         y="424.31729"
 | 
			
		||||
         x="941.39813"
 | 
			
		||||
         y="555.76843"
 | 
			
		||||
         id="tspan13690"
 | 
			
		||||
         style="text-align:start;text-anchor:start">(mechanical stop)</tspan></text>
 | 
			
		||||
         style="font-size:13.3333px;text-align:start;text-anchor:start">Mechanical</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         x="941.39813"
 | 
			
		||||
         y="572.43506"
 | 
			
		||||
         style="font-size:13.3333px;text-align:start;text-anchor:start"
 | 
			
		||||
         id="tspan1">Stop</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker13702)"
 | 
			
		||||
       d="m 910.28592,425.51936 30.03067,-30.03067 h 21.86126"
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker13702-2)"
 | 
			
		||||
       d="m 910.66315,575.44029 14.6021,-14.60209 h 10.6298"
 | 
			
		||||
       id="path13692" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker13702-3-0)"
 | 
			
		||||
       d="m 905.02397,615.39582 14.6021,-14.60209 h 10.6298"
 | 
			
		||||
       id="path13692-5" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 526 KiB After Width: | Height: | Size: 530 KiB  | 
@@ -2,11 +2,11 @@
 | 
			
		||||
<svg
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg5612"
 | 
			
		||||
   width="558.96759"
 | 
			
		||||
   height="429.13095"
 | 
			
		||||
   viewBox="0 0 558.96759 429.13095"
 | 
			
		||||
   sodipodi:docname="test_nhexa_location_top_flexible_joints.svg"
 | 
			
		||||
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
 | 
			
		||||
   width="271.7919"
 | 
			
		||||
   height="208.66025"
 | 
			
		||||
   viewBox="0 0 271.7919 208.66025"
 | 
			
		||||
   sodipodi:docname="detail_design_location_top_flexible_joints.svg"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
@@ -279,6 +279,19 @@
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
    <clipPath
 | 
			
		||||
       clipPathUnits="userSpaceOnUse"
 | 
			
		||||
       id="clipPath1-3">
 | 
			
		||||
      <rect
 | 
			
		||||
         style="fill:none;stroke:#000000"
 | 
			
		||||
         id="rect2-5"
 | 
			
		||||
         width="558.96759"
 | 
			
		||||
         height="429.13095"
 | 
			
		||||
         x="126.3054"
 | 
			
		||||
         y="30.953075"
 | 
			
		||||
         rx="0.28769675"
 | 
			
		||||
         ry="0.28769675" />
 | 
			
		||||
    </clipPath>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
@@ -295,12 +308,12 @@
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:snap-intersection-paths="true"
 | 
			
		||||
     inkscape:snap-smooth-nodes="true"
 | 
			
		||||
     inkscape:zoom="1.1090606"
 | 
			
		||||
     inkscape:cx="162.29952"
 | 
			
		||||
     inkscape:cy="322.34487"
 | 
			
		||||
     inkscape:zoom="1.5684485"
 | 
			
		||||
     inkscape:cx="200.51662"
 | 
			
		||||
     inkscape:cy="-80.334162"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="g5620"
 | 
			
		||||
     inkscape:document-rotation="0"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
@@ -310,7 +323,7 @@
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     inkscape:label="Image"
 | 
			
		||||
     id="g5620"
 | 
			
		||||
     transform="translate(-126.3054,-30.953075)">
 | 
			
		||||
     transform="translate(-49.305403,-466.95308)">
 | 
			
		||||
    <image
 | 
			
		||||
       width="712.34576"
 | 
			
		||||
       height="527.52594"
 | 
			
		||||
@@ -319,70 +332,76 @@
 | 
			
		||||
       id="image5622"
 | 
			
		||||
       x="82.379982"
 | 
			
		||||
       y="30.453075"
 | 
			
		||||
       clip-path="url(#clipPath1)" />
 | 
			
		||||
       clip-path="url(#clipPath1-3)"
 | 
			
		||||
       transform="matrix(0.4862391,0,0,0.4862391,-12.10922,451.90248)"
 | 
			
		||||
       style="stroke-width:2.0566" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="245.12457"
 | 
			
		||||
       y="506.81546"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="-284.63123"
 | 
			
		||||
       y="506.24878"
 | 
			
		||||
       id="text6187"
 | 
			
		||||
       transform="rotate(-52.834417)"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan6185"
 | 
			
		||||
         x="245.12457"
 | 
			
		||||
         y="506.81546">Reference Surface</tspan></text>
 | 
			
		||||
         x="-284.63123"
 | 
			
		||||
         y="506.24878"
 | 
			
		||||
         style="font-size:13.3333px">Reference Surface</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="M 315.83399,434.8343 575.8813,93.457835"
 | 
			
		||||
       style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3.00001, 3.00001;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       d="M 141.46162,663.33594 267.9068,497.34536"
 | 
			
		||||
       id="path6189" />
 | 
			
		||||
    <path
 | 
			
		||||
       id="path7257-6"
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8, 4, 2, 4;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m 207.60391,98.29015 225.4412,172.15639 m 0,0 225.4412,172.15639" />
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:4.00001, 2, 1, 2;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m 88.83593,499.69501 109.61833,83.70917 m 0,0 109.61833,83.70918" />
 | 
			
		||||
    <circle
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="path7279"
 | 
			
		||||
       cx="560.41052"
 | 
			
		||||
       cy="367.5726"
 | 
			
		||||
       r="5.1419153" />
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6.00002, 6.00002;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="path7279-6"
 | 
			
		||||
       cx="260.08264"
 | 
			
		||||
       cy="630.46625"
 | 
			
		||||
       r="2.4517488" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:18.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="304.35056"
 | 
			
		||||
       y="-54.464024"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle"
 | 
			
		||||
       x="425.71222"
 | 
			
		||||
       y="341.80328"
 | 
			
		||||
       id="text7290"
 | 
			
		||||
       transform="rotate(36.976629)"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan7288"
 | 
			
		||||
         x="304.35056"
 | 
			
		||||
         y="-54.464024">Fixed Orientation</tspan></text>
 | 
			
		||||
         x="425.71222"
 | 
			
		||||
         y="341.80328"
 | 
			
		||||
         style="font-size:13.3333px">Fixed Orientation</tspan></text>
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="matrix(2.9799703,0,0,2.9799703,-359.07333,113.08282)"
 | 
			
		||||
       id="g5614">
 | 
			
		||||
       transform="matrix(2.0461552,0,0,2.0461552,-357.79833,431.44636)"
 | 
			
		||||
       id="g7">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g8814">
 | 
			
		||||
         id="g6">
 | 
			
		||||
        <g
 | 
			
		||||
           style="fill:#000000;fill-opacity:1"
 | 
			
		||||
           id="g150">
 | 
			
		||||
          <use
 | 
			
		||||
             xlink:href="#symbol8485"
 | 
			
		||||
             x="302.20401"
 | 
			
		||||
             y="93.917999"
 | 
			
		||||
             id="use9472"
 | 
			
		||||
             width="100%"
 | 
			
		||||
             height="100%" />
 | 
			
		||||
           id="g4">
 | 
			
		||||
          <g
 | 
			
		||||
             id="use4"
 | 
			
		||||
             transform="translate(302.20401,93.917999)">
 | 
			
		||||
            <path
 | 
			
		||||
               style="stroke:none"
 | 
			
		||||
               d="m 2.375,-6.8125 c 0,0 0,-0.109375 -0.125,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.1875 0,0.125 0.09375,0.125 0.25,0.125 0.46875,0 0.484375,0.0625 0.484375,0.171875 0,0.0625 -0.078125,0.40625 -0.125,0.609375 l -0.828125,3.25 c -0.109375,0.5 -0.15625,0.671875 -0.15625,1.015625 0,0.9375 0.53125,1.5625 1.265625,1.5625 1.171875,0 2.40625,-1.484375 2.40625,-2.921875 0,-0.90625 -0.53125,-1.59375 -1.328125,-1.59375 -0.453125,0 -0.875,0.296875 -1.171875,0.59375 z M 1.453125,-3.046875 C 1.5,-3.265625 1.5,-3.28125 1.59375,-3.390625 2.078125,-4.03125 2.53125,-4.1875 2.796875,-4.1875 c 0.359375,0 0.625,0.296875 0.625,0.9375 0,0.59375 -0.328125,1.734375 -0.515625,2.109375 -0.328125,0.671875 -0.78125,1.03125 -1.171875,1.03125 -0.34375,0 -0.671875,-0.265625 -0.671875,-1 0,-0.203125 0,-0.390625 0.15625,-1.015625 z m 0,0"
 | 
			
		||||
               id="path1" />
 | 
			
		||||
          </g>
 | 
			
		||||
        </g>
 | 
			
		||||
        <g
 | 
			
		||||
           style="fill:#000000;fill-opacity:1"
 | 
			
		||||
           id="g8656">
 | 
			
		||||
          <use
 | 
			
		||||
             xlink:href="#symbol1517"
 | 
			
		||||
             x="306.479"
 | 
			
		||||
             y="95.412003"
 | 
			
		||||
             id="use2422"
 | 
			
		||||
             width="100%"
 | 
			
		||||
             height="100%" />
 | 
			
		||||
           id="g5">
 | 
			
		||||
          <g
 | 
			
		||||
             id="use5"
 | 
			
		||||
             transform="translate(306.479,95.412003)">
 | 
			
		||||
            <path
 | 
			
		||||
               style="stroke:none"
 | 
			
		||||
               d="m 2.265625,-4.359375 c 0,-0.109375 -0.09375,-0.265625 -0.28125,-0.265625 -0.1875,0 -0.390625,0.1875 -0.390625,0.390625 0,0.109375 0.078125,0.265625 0.28125,0.265625 0.1875,0 0.390625,-0.203125 0.390625,-0.390625 z M 0.84375,-0.8125 c -0.03125,0.09375 -0.0625,0.171875 -0.0625,0.296875 0,0.328125 0.265625,0.578125 0.65625,0.578125 0.6875,0 1,-0.953125 1,-1.0625 0,-0.09375 -0.09375,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.109375,0.046875 -0.140625,0.125 -0.15625,0.5625 -0.453125,0.84375 -0.734375,0.84375 -0.140625,0 -0.171875,-0.09375 -0.171875,-0.25 0,-0.15625 0.046875,-0.28125 0.109375,-0.4375 C 1.46875,-1 1.546875,-1.1875 1.609375,-1.375 1.671875,-1.546875 1.9375,-2.171875 1.953125,-2.265625 1.984375,-2.328125 2,-2.40625 2,-2.484375 2,-2.8125 1.71875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.75,-2.625 1.0625,-2.875 1.3125,-2.875 c 0.109375,0 0.171875,0.046875 0.171875,0.234375 0,0.171875 -0.03125,0.265625 -0.203125,0.703125 z m 0,0"
 | 
			
		||||
               id="path2" />
 | 
			
		||||
          </g>
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 629 KiB After Width: | Height: | Size: 632 KiB  | 
							
								
								
									
										762
									
								
								figs/inkscape/detail_design_nano_hexapod_elements.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 528 KiB  | 
							
								
								
									
										480
									
								
								figs/inkscape/detail_design_simscape_encoder.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,480 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<svg
 | 
			
		||||
   width="48.992821mm"
 | 
			
		||||
   height="23.312943mm"
 | 
			
		||||
   viewBox="0 0 48.992821 23.312942"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg8"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   sodipodi:docname="detail_design_simscape_encoder.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs2">
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker2627"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path2625" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-5"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-4" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-8"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-1" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-9"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-3" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-8" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-0" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-85"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-0" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-5-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-4-4" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-8-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-1-2" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-9-5"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-3-8" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-8-2" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6-6-1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:0.365295;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:0.365295"
 | 
			
		||||
         id="path874-7-8-2-9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path1" />
 | 
			
		||||
    </marker>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="7.919596"
 | 
			
		||||
     inkscape:cx="84.284602"
 | 
			
		||||
     inkscape:cy="85.35789"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     inkscape:document-rotation="0"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:snap-midpoints="true"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata5">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title />
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     transform="translate(-29.72634,-20.364195)">
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#0072bd;fill-opacity:0.202289;stroke:#000000;stroke-width:0.264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="rect833"
 | 
			
		||||
       width="43.039017"
 | 
			
		||||
       height="11.334747"
 | 
			
		||||
       x="35.415562"
 | 
			
		||||
       y="23.512739" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
 | 
			
		||||
       x="42.047787"
 | 
			
		||||
       y="22.812475"
 | 
			
		||||
       id="text837"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan835"
 | 
			
		||||
         x="42.047787"
 | 
			
		||||
         y="22.812475"
 | 
			
		||||
         style="font-size:3.52778px;stroke-width:0.264583">Encoder</tspan></text>
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#d95218;fill-opacity:0.202289;stroke:#000000;stroke-width:0.264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="rect839"
 | 
			
		||||
       width="48.728237"
 | 
			
		||||
       height="2.0129547"
 | 
			
		||||
       x="29.858631"
 | 
			
		||||
       y="41.531891" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
 | 
			
		||||
       d="m 56.935068,34.847487 h 4.617146"
 | 
			
		||||
       id="path845" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Mend-4)"
 | 
			
		||||
       d="M 56.935069,34.847488 V 30.230342"
 | 
			
		||||
       id="path845-7" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95218;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1)"
 | 
			
		||||
       d="M 47.33985,41.531891 H 51.957"
 | 
			
		||||
       id="path845-2-9" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95218;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1)"
 | 
			
		||||
       d="m 47.33986,41.531891 v -4.61714"
 | 
			
		||||
       id="path845-7-8-0" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1)"
 | 
			
		||||
       d="m 57.017752,41.531891 h 4.61715"
 | 
			
		||||
       id="path845-0-8-6" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:none;fill-opacity:1;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-end:url(#marker1);stop-color:#000000"
 | 
			
		||||
       d="m 57.017752,41.531891 v -4.61714"
 | 
			
		||||
       id="path845-7-2-1-9" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
 | 
			
		||||
       x="34.326565"
 | 
			
		||||
       y="40.792824"
 | 
			
		||||
       id="text843-9"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan841-1"
 | 
			
		||||
         x="34.326565"
 | 
			
		||||
         y="40.792824"
 | 
			
		||||
         style="font-size:3.52778px;stroke-width:0.264583">Ruler</tspan></text>
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(51.75624,37.617681)"
 | 
			
		||||
       id="g2">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g3"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-41.4979,-2.09047)">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use2"
 | 
			
		||||
           transform="translate(117.288,11.457)">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 4.28125,-5.296875 c 0.015625,-0.015625 0.03125,-0.109375 0.03125,-0.125 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.03125,0 -0.28125,0.03125 -0.453125,0.046875 l -0.453125,0.03125 c -0.171875,0.015625 -0.25,0.015625 -0.25,0.15625 0,0.125 0.109375,0.125 0.203125,0.125 0.390625,0 0.390625,0.046875 0.390625,0.109375 0,0.046875 -0.078125,0.3125 -0.109375,0.46875 L 3.125,-3.03125 C 3.046875,-3.171875 2.828125,-3.515625 2.328125,-3.515625 c -0.9375,0 -1.984375,1.109375 -1.984375,2.28125 0,0.84375 0.53125,1.3125 1.140625,1.3125 0.515625,0 0.953125,-0.40625 1.09375,-0.5625 0.140625,0.546875 0.6875,0.5625 0.78125,0.5625 0.375,0 0.546875,-0.296875 0.609375,-0.4375 C 4.140625,-0.640625 4.25,-1.109375 4.25,-1.140625 4.25,-1.1875 4.21875,-1.25 4.125,-1.25 c -0.09375,0 -0.109375,0.0625 -0.171875,0.25 -0.109375,0.4375 -0.25,0.859375 -0.5625,0.859375 -0.1875,0 -0.265625,-0.15625 -0.265625,-0.375 0,-0.15625 0.03125,-0.234375 0.046875,-0.34375 z m -1.703125,4.4375 c -0.390625,0.546875 -0.8125,0.71875 -1.0625,0.71875 -0.375,0 -0.546875,-0.34375 -0.546875,-0.75 0,-0.375 0.203125,-1.234375 0.390625,-1.578125 0.21875,-0.484375 0.609375,-0.828125 0.984375,-0.828125 0.515625,0 0.671875,0.59375 0.671875,0.6875 0,0.03125 -0.203125,0.8125 -0.25,1.015625 -0.109375,0.375 -0.109375,0.390625 -0.1875,0.734375 z m 0,0"
 | 
			
		||||
             id="path4" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-41.4979,-2.09047)">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3"
 | 
			
		||||
           transform="translate(121.645,12.672)">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 2.078125,-3.734375 C 2.078125,-3.875 1.96875,-3.96875 1.84375,-3.96875 1.671875,-3.96875 1.5,-3.8125 1.5,-3.640625 1.5,-3.5 1.609375,-3.40625 1.734375,-3.40625 c 0.203125,0 0.34375,-0.171875 0.34375,-0.328125 z M 1.71875,-1.640625 C 1.75,-1.703125 1.796875,-1.84375 1.828125,-1.90625 1.84375,-1.953125 1.859375,-2.015625 1.859375,-2.125 c 0,-0.328125 -0.296875,-0.515625 -0.59375,-0.515625 -0.609375,0 -0.90625,0.796875 -0.90625,0.921875 0,0.03125 0.03125,0.078125 0.109375,0.078125 0.09375,0 0.109375,-0.03125 0.125,-0.078125 C 0.765625,-2.296875 1.078125,-2.4375 1.25,-2.4375 c 0.109375,0 0.15625,0.078125 0.15625,0.21875 0,0.109375 -0.03125,0.203125 -0.046875,0.25 l -0.3125,0.765625 c -0.078125,0.171875 -0.078125,0.1875 -0.15625,0.390625 -0.078125,0.171875 -0.09375,0.25 -0.09375,0.359375 0,0.296875 0.265625,0.515625 0.59375,0.515625 0.609375,0 0.90625,-0.796875 0.90625,-0.921875 0,-0.015625 0,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.09375,0.03125 -0.125,0.15625 C 1.96875,-0.5 1.71875,-0.140625 1.40625,-0.140625 1.296875,-0.140625 1.25,-0.203125 1.25,-0.359375 1.25,-0.46875 1.28125,-0.5625 1.359375,-0.75 Z m 0,0"
 | 
			
		||||
             id="path5" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.265, 0.53;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m 47.33986,41.531891 c 1.30473,-1.53529 7.917232,-1.82301 9.677892,0"
 | 
			
		||||
       id="path2617"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(41.752565,37.905747)"
 | 
			
		||||
       id="g7"
 | 
			
		||||
       style="fill:#d95319">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3-1"
 | 
			
		||||
           transform="translate(113.6,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
             id="path6"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g5"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use4"
 | 
			
		||||
           transform="translate(117.83451,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 3.09375,-4.890625 C 3.15625,-5.15625 3.171875,-5.171875 3.5,-5.171875 h 0.640625 c 0.65625,0 1.265625,0.15625 1.265625,0.8125 0,0.34375 -0.171875,0.90625 -0.546875,1.15625 -0.375,0.28125 -0.828125,0.359375 -1.296875,0.359375 H 2.578125 Z m 1.359375,2.1875 c 0.96875,-0.25 1.734375,-0.84375 1.734375,-1.53125 0,-0.6875 -0.78125,-1.203125 -1.890625,-1.203125 h -2.34375 c -0.140625,0 -0.25,0 -0.25,0.140625 0,0.125 0.109375,0.125 0.234375,0.125 0.265625,0 0.5,0 0.5,0.125 0,0.03125 -0.015625,0.03125 -0.03125,0.140625 L 1.328125,-0.625 C 1.265625,-0.328125 1.25,-0.265625 0.65625,-0.265625 c -0.15625,0 -0.25,0 -0.25,0.15625 C 0.40625,-0.078125 0.4375,0 0.53125,0 0.6875,0 0.875,-0.015625 1.03125,-0.03125 H 1.515625 C 2.265625,-0.03125 2.5,0 2.546875,0 c 0.046875,0 0.15625,0 0.15625,-0.15625 0,-0.109375 -0.109375,-0.109375 -0.234375,-0.109375 -0.03125,0 -0.171875,0 -0.3125,-0.015625 -0.171875,-0.015625 -0.1875,-0.03125 -0.1875,-0.109375 0,-0.046875 0.015625,-0.09375 0.03125,-0.125 l 0.515625,-2.09375 h 1.03125 c 0.71875,0 0.953125,0.375 0.953125,0.703125 0,0.109375 -0.0625,0.34375 -0.09375,0.5 C 4.328125,-1.171875 4.25,-0.859375 4.25,-0.703125 c 0,0.609375 0.53125,0.875 1.125,0.875 0.6875,0 1.015625,-0.78125 1.015625,-0.9375 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.0625 -0.125,0.109375 C 5.96875,-0.21875 5.625,-0.0625 5.390625,-0.0625 5.09375,-0.0625 5.0625,-0.28125 5.0625,-0.546875 c 0,-0.265625 0.046875,-0.609375 0.078125,-0.875 0.03125,-0.234375 0.03125,-0.28125 0.03125,-0.359375 0,-0.484375 -0.296875,-0.765625 -0.71875,-0.921875 z m 0,0"
 | 
			
		||||
             id="path7"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g6"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use5"
 | 
			
		||||
           transform="translate(124.26001,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
             id="path8"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(57.637038,37.905747)"
 | 
			
		||||
       id="g8"
 | 
			
		||||
       style="fill:#0072bd">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4-1-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3-1-1"
 | 
			
		||||
           transform="translate(113.487,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
             id="path6-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g5-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use4-1"
 | 
			
		||||
           transform="translate(117.72151,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 5.96875,-1.84375 C 5.984375,-1.875 6,-1.921875 6,-1.953125 c 0,-0.015625 0,-0.125 -0.125,-0.125 -0.078125,0 -0.09375,0.03125 -0.171875,0.203125 -0.5,1.171875 -0.875,1.609375 -2.1875,1.609375 h -1.4375 C 2,-0.28125 1.96875,-0.28125 1.96875,-0.328125 c 0,-0.0625 0.015625,-0.140625 0.046875,-0.1875 L 2.5625,-2.6875 h 0.84375 c 0.59375,0 0.703125,0.09375 0.703125,0.359375 0,0 0,0.125 -0.046875,0.359375 -0.015625,0.03125 -0.03125,0.078125 -0.03125,0.109375 0,0 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.1875 L 4.71875,-3.609375 C 4.71875,-3.625 4.75,-3.75 4.75,-3.765625 4.75,-3.84375 4.6875,-3.875 4.625,-3.875 c -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.625 -0.375,0.734375 -1.0625,0.734375 H 2.625 l 0.46875,-1.90625 C 3.171875,-5.140625 3.171875,-5.15625 3.5,-5.15625 h 1.25 c 0.953125,0 1.265625,0.1875 1.265625,0.890625 0,0.171875 -0.046875,0.375 -0.046875,0.515625 0,0.09375 0.0625,0.140625 0.125,0.140625 0.109375,0 0.109375,-0.078125 0.125,-0.203125 L 6.359375,-5.171875 C 6.375,-5.21875 6.375,-5.265625 6.375,-5.3125 6.375,-5.421875 6.28125,-5.421875 6.140625,-5.421875 H 1.9375 c -0.15625,0 -0.25,0 -0.25,0.15625 0,0.109375 0.109375,0.109375 0.234375,0.109375 0.03125,0 0.171875,0 0.3125,0.015625 0.171875,0.015625 0.1875,0.046875 0.1875,0.109375 0,0.046875 -0.015625,0.09375 -0.03125,0.125 l -1.0625,4.28125 c -0.078125,0.296875 -0.09375,0.359375 -0.6875,0.359375 -0.140625,0 -0.25,0 -0.25,0.15625 C 0.390625,0 0.5,0 0.640625,0 h 4.3125 c 0.1875,0 0.203125,0 0.265625,-0.140625 z m 0,0"
 | 
			
		||||
             id="path7-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g6-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use5-1"
 | 
			
		||||
           transform="translate(124.37416,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
             id="path8-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 26 KiB  | 
							
								
								
									
										576
									
								
								figs/inkscape/detail_design_simscape_encoder_disp.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,576 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<svg
 | 
			
		||||
   width="48.992821mm"
 | 
			
		||||
   height="23.164688mm"
 | 
			
		||||
   viewBox="0 0 48.99282 23.164688"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg3140"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   sodipodi:docname="detail_design_simscape_encoder_disp.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/">
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="5.6"
 | 
			
		||||
     inkscape:cx="82.410714"
 | 
			
		||||
     inkscape:cy="78.928571"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     inkscape:document-rotation="0"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1" />
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs3134">
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-0" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-85"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-0" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-5-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-4-4" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-8-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-1-2" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-9-5"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-3-8" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-8-2" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6-6-1"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:0.365295;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:0.365295"
 | 
			
		||||
         id="path874-7-8-2-9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-5"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-4" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-8"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#d95218;fill-opacity:1;fill-rule:evenodd;stroke:#d95218;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-1" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-9"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-3" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4-6"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7-8" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-9-5-7"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-3-8-5" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker1-0"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path1-9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend-4"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874-7" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="Arrow2Mend"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto"
 | 
			
		||||
       inkscape:stockid="Arrow2Mend"
 | 
			
		||||
       inkscape:isstock="true">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(-0.6)"
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         style="fill:#0072bd;fill-opacity:1;fill-rule:evenodd;stroke:#0072bd;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
 | 
			
		||||
         id="path874" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker1-2"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path1-3" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker1-22"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path1-8" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g2732">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g4406">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 4.28125,-5.296875 c 0.015625,-0.015625 0.03125,-0.109375 0.03125,-0.125 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.03125,0 -0.28125,0.03125 -0.453125,0.046875 l -0.453125,0.03125 c -0.171875,0.015625 -0.25,0.015625 -0.25,0.15625 0,0.125 0.109375,0.125 0.203125,0.125 0.390625,0 0.390625,0.046875 0.390625,0.109375 0,0.046875 -0.078125,0.3125 -0.109375,0.46875 L 3.125,-3.03125 C 3.046875,-3.171875 2.828125,-3.515625 2.328125,-3.515625 c -0.9375,0 -1.984375,1.109375 -1.984375,2.28125 0,0.84375 0.53125,1.3125 1.140625,1.3125 0.515625,0 0.953125,-0.40625 1.09375,-0.5625 0.140625,0.546875 0.6875,0.5625 0.78125,0.5625 0.375,0 0.546875,-0.296875 0.609375,-0.4375 C 4.140625,-0.640625 4.25,-1.109375 4.25,-1.140625 4.25,-1.1875 4.21875,-1.25 4.125,-1.25 c -0.09375,0 -0.109375,0.0625 -0.171875,0.25 -0.109375,0.4375 -0.25,0.859375 -0.5625,0.859375 -0.1875,0 -0.265625,-0.15625 -0.265625,-0.375 0,-0.15625 0.03125,-0.234375 0.046875,-0.34375 z m -1.703125,4.4375 c -0.390625,0.546875 -0.8125,0.71875 -1.0625,0.71875 -0.375,0 -0.546875,-0.34375 -0.546875,-0.75 0,-0.375 0.203125,-1.234375 0.390625,-1.578125 0.21875,-0.484375 0.609375,-0.828125 0.984375,-0.828125 0.515625,0 0.671875,0.59375 0.671875,0.6875 0,0.03125 -0.203125,0.8125 -0.25,1.015625 -0.109375,0.375 -0.109375,0.390625 -0.1875,0.734375 z m 0,0"
 | 
			
		||||
           id="path49" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g8200">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 2.078125,-3.734375 C 2.078125,-3.875 1.96875,-3.96875 1.84375,-3.96875 1.671875,-3.96875 1.5,-3.8125 1.5,-3.640625 1.5,-3.5 1.609375,-3.40625 1.734375,-3.40625 c 0.203125,0 0.34375,-0.171875 0.34375,-0.328125 z M 1.71875,-1.640625 C 1.75,-1.703125 1.796875,-1.84375 1.828125,-1.90625 1.84375,-1.953125 1.859375,-2.015625 1.859375,-2.125 c 0,-0.328125 -0.296875,-0.515625 -0.59375,-0.515625 -0.609375,0 -0.90625,0.796875 -0.90625,0.921875 0,0.03125 0.03125,0.078125 0.109375,0.078125 0.09375,0 0.109375,-0.03125 0.125,-0.078125 C 0.765625,-2.296875 1.078125,-2.4375 1.25,-2.4375 c 0.109375,0 0.15625,0.078125 0.15625,0.21875 0,0.109375 -0.03125,0.203125 -0.046875,0.25 l -0.3125,0.765625 c -0.078125,0.171875 -0.078125,0.1875 -0.15625,0.390625 -0.078125,0.171875 -0.09375,0.25 -0.09375,0.359375 0,0.296875 0.265625,0.515625 0.59375,0.515625 0.609375,0 0.90625,-0.796875 0.90625,-0.921875 0,-0.015625 0,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.09375,0.03125 -0.125,0.15625 C 1.96875,-0.5 1.71875,-0.140625 1.40625,-0.140625 1.296875,-0.140625 1.25,-0.203125 1.25,-0.359375 1.25,-0.46875 1.28125,-0.5625 1.359375,-0.75 Z m 0,0"
 | 
			
		||||
           id="path8330" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g9552">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g9148">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
           id="path8782" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g585">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
           id="path9862" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g2525">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.09375,-4.890625 C 3.15625,-5.15625 3.171875,-5.171875 3.5,-5.171875 h 0.640625 c 0.65625,0 1.265625,0.15625 1.265625,0.8125 0,0.34375 -0.171875,0.90625 -0.546875,1.15625 -0.375,0.28125 -0.828125,0.359375 -1.296875,0.359375 H 2.578125 Z m 1.359375,2.1875 c 0.96875,-0.25 1.734375,-0.84375 1.734375,-1.53125 0,-0.6875 -0.78125,-1.203125 -1.890625,-1.203125 h -2.34375 c -0.140625,0 -0.25,0 -0.25,0.140625 0,0.125 0.109375,0.125 0.234375,0.125 0.265625,0 0.5,0 0.5,0.125 0,0.03125 -0.015625,0.03125 -0.03125,0.140625 L 1.328125,-0.625 C 1.265625,-0.328125 1.25,-0.265625 0.65625,-0.265625 c -0.15625,0 -0.25,0 -0.25,0.15625 C 0.40625,-0.078125 0.4375,0 0.53125,0 0.6875,0 0.875,-0.015625 1.03125,-0.03125 H 1.515625 C 2.265625,-0.03125 2.5,0 2.546875,0 c 0.046875,0 0.15625,0 0.15625,-0.15625 0,-0.109375 -0.109375,-0.109375 -0.234375,-0.109375 -0.03125,0 -0.171875,0 -0.3125,-0.015625 -0.171875,-0.015625 -0.1875,-0.03125 -0.1875,-0.109375 0,-0.046875 0.015625,-0.09375 0.03125,-0.125 l 0.515625,-2.09375 h 1.03125 c 0.71875,0 0.953125,0.375 0.953125,0.703125 0,0.109375 -0.0625,0.34375 -0.09375,0.5 C 4.328125,-1.171875 4.25,-0.859375 4.25,-0.703125 c 0,0.609375 0.53125,0.875 1.125,0.875 0.6875,0 1.015625,-0.78125 1.015625,-0.9375 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.0625 -0.125,0.109375 C 5.96875,-0.21875 5.625,-0.0625 5.390625,-0.0625 5.09375,-0.0625 5.0625,-0.28125 5.0625,-0.546875 c 0,-0.265625 0.046875,-0.609375 0.078125,-0.875 0.03125,-0.234375 0.03125,-0.28125 0.03125,-0.359375 0,-0.484375 -0.296875,-0.765625 -0.71875,-0.921875 z m 0,0"
 | 
			
		||||
           id="path5050" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g624">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g7038">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
           id="path4994" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g4694">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
           id="path4197" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g83">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 5.96875,-1.84375 C 5.984375,-1.875 6,-1.921875 6,-1.953125 c 0,-0.015625 0,-0.125 -0.125,-0.125 -0.078125,0 -0.09375,0.03125 -0.171875,0.203125 -0.5,1.171875 -0.875,1.609375 -2.1875,1.609375 h -1.4375 C 2,-0.28125 1.96875,-0.28125 1.96875,-0.328125 c 0,-0.0625 0.015625,-0.140625 0.046875,-0.1875 L 2.5625,-2.6875 h 0.84375 c 0.59375,0 0.703125,0.09375 0.703125,0.359375 0,0 0,0.125 -0.046875,0.359375 -0.015625,0.03125 -0.03125,0.078125 -0.03125,0.109375 0,0 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.1875 L 4.71875,-3.609375 C 4.71875,-3.625 4.75,-3.75 4.75,-3.765625 4.75,-3.84375 4.6875,-3.875 4.625,-3.875 c -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.625 -0.375,0.734375 -1.0625,0.734375 H 2.625 l 0.46875,-1.90625 C 3.171875,-5.140625 3.171875,-5.15625 3.5,-5.15625 h 1.25 c 0.953125,0 1.265625,0.1875 1.265625,0.890625 0,0.171875 -0.046875,0.375 -0.046875,0.515625 0,0.09375 0.0625,0.140625 0.125,0.140625 0.109375,0 0.109375,-0.078125 0.125,-0.203125 L 6.359375,-5.171875 C 6.375,-5.21875 6.375,-5.265625 6.375,-5.3125 6.375,-5.421875 6.28125,-5.421875 6.140625,-5.421875 H 1.9375 c -0.15625,0 -0.25,0 -0.25,0.15625 0,0.109375 0.109375,0.109375 0.234375,0.109375 0.03125,0 0.171875,0 0.3125,0.015625 0.171875,0.015625 0.1875,0.046875 0.1875,0.109375 0,0.046875 -0.015625,0.09375 -0.03125,0.125 l -1.0625,4.28125 c -0.078125,0.296875 -0.09375,0.359375 -0.6875,0.359375 -0.140625,0 -0.25,0 -0.25,0.15625 C 0.390625,0 0.5,0 0.640625,0 h 4.3125 c 0.1875,0 0.203125,0 0.265625,-0.140625 z m 0,0"
 | 
			
		||||
           id="path6117" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata3137">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title />
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     transform="translate(236.31605,-344.85376)">
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#0072bd;fill-opacity:0.202289;stroke:#000000;stroke-width:0.264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="rect833-8-9"
 | 
			
		||||
       width="43.039017"
 | 
			
		||||
       height="11.334747"
 | 
			
		||||
       x="-278.02576"
 | 
			
		||||
       y="315.69278"
 | 
			
		||||
       transform="rotate(-7.9026174)" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
 | 
			
		||||
       x="-272.33954"
 | 
			
		||||
       y="313.64908"
 | 
			
		||||
       id="text837-4-2"
 | 
			
		||||
       transform="rotate(-8.1559333)"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan835-7-0"
 | 
			
		||||
         x="-272.33954"
 | 
			
		||||
         y="313.64908"
 | 
			
		||||
         style="font-size:3.52778px;stroke-width:0.264583">Encoder</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-2)"
 | 
			
		||||
       d="m -209.10725,359.18879 4.5733,-0.63481"
 | 
			
		||||
       id="path845-6-5" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-2)"
 | 
			
		||||
       d="m -209.10725,359.18879 -0.63481,-4.5733"
 | 
			
		||||
       id="path845-7-29-9" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#d95218;fill-opacity:0.202289;stroke:#000000;stroke-width:0.264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
 | 
			
		||||
       id="rect839-6"
 | 
			
		||||
       width="48.728237"
 | 
			
		||||
       height="2.0129547"
 | 
			
		||||
       x="-236.18376"
 | 
			
		||||
       y="365.8732" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95218;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-0)"
 | 
			
		||||
       d="m -218.70254,365.87319 h 4.61715"
 | 
			
		||||
       id="path845-2-9-2" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95218;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-0)"
 | 
			
		||||
       d="m -218.70253,365.87319 v -4.61714"
 | 
			
		||||
       id="path845-7-8-0-6" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52778px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
 | 
			
		||||
       x="-231.71582"
 | 
			
		||||
       y="365.13412"
 | 
			
		||||
       id="text843-9"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan841-1"
 | 
			
		||||
         x="-231.71582"
 | 
			
		||||
         y="365.13412"
 | 
			
		||||
         style="font-size:3.52778px;stroke-width:0.264583">Ruler</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-22)"
 | 
			
		||||
       d="m -208.17939,365.87319 4.5733,-0.63481"
 | 
			
		||||
       id="path845-0-8-7" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#0072bd;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1-22)"
 | 
			
		||||
       d="m -208.17939,365.87319 -0.63481,-4.5733"
 | 
			
		||||
       id="path845-7-2-1-3" />
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(-214.28615,361.95898)"
 | 
			
		||||
       id="g2">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g3"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-41.4979,-2.09047)">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use2"
 | 
			
		||||
           transform="translate(117.288,11.457)">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 4.28125,-5.296875 c 0.015625,-0.015625 0.03125,-0.109375 0.03125,-0.125 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.03125,0 -0.28125,0.03125 -0.453125,0.046875 l -0.453125,0.03125 c -0.171875,0.015625 -0.25,0.015625 -0.25,0.15625 0,0.125 0.109375,0.125 0.203125,0.125 0.390625,0 0.390625,0.046875 0.390625,0.109375 0,0.046875 -0.078125,0.3125 -0.109375,0.46875 L 3.125,-3.03125 C 3.046875,-3.171875 2.828125,-3.515625 2.328125,-3.515625 c -0.9375,0 -1.984375,1.109375 -1.984375,2.28125 0,0.84375 0.53125,1.3125 1.140625,1.3125 0.515625,0 0.953125,-0.40625 1.09375,-0.5625 0.140625,0.546875 0.6875,0.5625 0.78125,0.5625 0.375,0 0.546875,-0.296875 0.609375,-0.4375 C 4.140625,-0.640625 4.25,-1.109375 4.25,-1.140625 4.25,-1.1875 4.21875,-1.25 4.125,-1.25 c -0.09375,0 -0.109375,0.0625 -0.171875,0.25 -0.109375,0.4375 -0.25,0.859375 -0.5625,0.859375 -0.1875,0 -0.265625,-0.15625 -0.265625,-0.375 0,-0.15625 0.03125,-0.234375 0.046875,-0.34375 z m -1.703125,4.4375 c -0.390625,0.546875 -0.8125,0.71875 -1.0625,0.71875 -0.375,0 -0.546875,-0.34375 -0.546875,-0.75 0,-0.375 0.203125,-1.234375 0.390625,-1.578125 0.21875,-0.484375 0.609375,-0.828125 0.984375,-0.828125 0.515625,0 0.671875,0.59375 0.671875,0.6875 0,0.03125 -0.203125,0.8125 -0.25,1.015625 -0.109375,0.375 -0.109375,0.390625 -0.1875,0.734375 z m 0,0"
 | 
			
		||||
             id="path4" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-41.4979,-2.09047)">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3"
 | 
			
		||||
           transform="translate(121.645,12.672)">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 2.078125,-3.734375 C 2.078125,-3.875 1.96875,-3.96875 1.84375,-3.96875 1.671875,-3.96875 1.5,-3.8125 1.5,-3.640625 1.5,-3.5 1.609375,-3.40625 1.734375,-3.40625 c 0.203125,0 0.34375,-0.171875 0.34375,-0.328125 z M 1.71875,-1.640625 C 1.75,-1.703125 1.796875,-1.84375 1.828125,-1.90625 1.84375,-1.953125 1.859375,-2.015625 1.859375,-2.125 c 0,-0.328125 -0.296875,-0.515625 -0.59375,-0.515625 -0.609375,0 -0.90625,0.796875 -0.90625,0.921875 0,0.03125 0.03125,0.078125 0.109375,0.078125 0.09375,0 0.109375,-0.03125 0.125,-0.078125 C 0.765625,-2.296875 1.078125,-2.4375 1.25,-2.4375 c 0.109375,0 0.15625,0.078125 0.15625,0.21875 0,0.109375 -0.03125,0.203125 -0.046875,0.25 l -0.3125,0.765625 c -0.078125,0.171875 -0.078125,0.1875 -0.15625,0.390625 -0.078125,0.171875 -0.09375,0.25 -0.09375,0.359375 0,0.296875 0.265625,0.515625 0.59375,0.515625 0.609375,0 0.90625,-0.796875 0.90625,-0.921875 0,-0.015625 0,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.09375,0.03125 -0.125,0.15625 C 1.96875,-0.5 1.71875,-0.140625 1.40625,-0.140625 1.296875,-0.140625 1.25,-0.203125 1.25,-0.359375 1.25,-0.46875 1.28125,-0.5625 1.359375,-0.75 Z m 0,0"
 | 
			
		||||
             id="path5" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.265, 0.53;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m -218.70253,365.87319 c 1.30473,-1.53529 8.76248,-1.82301 10.52314,0"
 | 
			
		||||
       id="path2617"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(-224.28923,362.24705)"
 | 
			
		||||
       id="g7"
 | 
			
		||||
       style="fill:#d95319">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3-1"
 | 
			
		||||
           transform="translate(113.6,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
             id="path6"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g5"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use4"
 | 
			
		||||
           transform="translate(117.83451,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 3.09375,-4.890625 C 3.15625,-5.15625 3.171875,-5.171875 3.5,-5.171875 h 0.640625 c 0.65625,0 1.265625,0.15625 1.265625,0.8125 0,0.34375 -0.171875,0.90625 -0.546875,1.15625 -0.375,0.28125 -0.828125,0.359375 -1.296875,0.359375 H 2.578125 Z m 1.359375,2.1875 c 0.96875,-0.25 1.734375,-0.84375 1.734375,-1.53125 0,-0.6875 -0.78125,-1.203125 -1.890625,-1.203125 h -2.34375 c -0.140625,0 -0.25,0 -0.25,0.140625 0,0.125 0.109375,0.125 0.234375,0.125 0.265625,0 0.5,0 0.5,0.125 0,0.03125 -0.015625,0.03125 -0.03125,0.140625 L 1.328125,-0.625 C 1.265625,-0.328125 1.25,-0.265625 0.65625,-0.265625 c -0.15625,0 -0.25,0 -0.25,0.15625 C 0.40625,-0.078125 0.4375,0 0.53125,0 0.6875,0 0.875,-0.015625 1.03125,-0.03125 H 1.515625 C 2.265625,-0.03125 2.5,0 2.546875,0 c 0.046875,0 0.15625,0 0.15625,-0.15625 0,-0.109375 -0.109375,-0.109375 -0.234375,-0.109375 -0.03125,0 -0.171875,0 -0.3125,-0.015625 -0.171875,-0.015625 -0.1875,-0.03125 -0.1875,-0.109375 0,-0.046875 0.015625,-0.09375 0.03125,-0.125 l 0.515625,-2.09375 h 1.03125 c 0.71875,0 0.953125,0.375 0.953125,0.703125 0,0.109375 -0.0625,0.34375 -0.09375,0.5 C 4.328125,-1.171875 4.25,-0.859375 4.25,-0.703125 c 0,0.609375 0.53125,0.875 1.125,0.875 0.6875,0 1.015625,-0.78125 1.015625,-0.9375 0,-0.03125 -0.03125,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.0625 -0.125,0.109375 C 5.96875,-0.21875 5.625,-0.0625 5.390625,-0.0625 5.09375,-0.0625 5.0625,-0.28125 5.0625,-0.546875 c 0,-0.265625 0.046875,-0.609375 0.078125,-0.875 0.03125,-0.234375 0.03125,-0.28125 0.03125,-0.359375 0,-0.484375 -0.296875,-0.765625 -0.71875,-0.921875 z m 0,0"
 | 
			
		||||
             id="path7"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g6"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.285,-1.93613)"
 | 
			
		||||
         style="fill:#d95319">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use5"
 | 
			
		||||
           transform="translate(124.26001,11.457)"
 | 
			
		||||
           style="fill:#d95319">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
             id="path8"
 | 
			
		||||
             style="fill:#d95319" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="rotate(-8.1203758,2444.3758,1646.4597)"
 | 
			
		||||
       id="g8"
 | 
			
		||||
       style="fill:#0072bd">
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g4-1-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use3-1-1"
 | 
			
		||||
           transform="translate(113.487,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.828125 c 0,-0.203125 0,-0.40625 0.265625,-0.65625 C 2.75,-5.515625 2.984375,-5.71875 3.46875,-5.75 3.5625,-5.765625 3.640625,-5.765625 3.640625,-5.859375 c 0,-0.109375 -0.09375,-0.109375 -0.203125,-0.109375 -0.859375,0 -1.609375,0.390625 -1.625,1 v 2.03125 c -0.015625,0.40625 -0.40625,0.796875 -1.0625,0.828125 -0.09375,0.015625 -0.15625,0.015625 -0.15625,0.125 0,0.09375 0.0625,0.09375 0.125,0.109375 0.765625,0.046875 1.015625,0.453125 1.078125,0.671875 0.015625,0.09375 0.015625,0.109375 0.015625,0.40625 v 1.625 c 0,0.25 0,0.609375 0.515625,0.90625 0.34375,0.1875 0.828125,0.25 1.109375,0.25 0.109375,0 0.203125,0 0.203125,-0.109375 C 3.640625,1.78125 3.5625,1.78125 3.5,1.765625 2.75,1.71875 2.5,1.34375 2.4375,1.09375 2.421875,1.015625 2.421875,1 2.421875,0.71875 v -1.671875 c 0,-0.203125 0,-0.765625 -0.9375,-1.03125 C 2.09375,-2.171875 2.3125,-2.46875 2.390625,-2.75 c 0.03125,-0.109375 0.03125,-0.15625 0.03125,-0.40625 z m 0,0"
 | 
			
		||||
             id="path6-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g5-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use4-1"
 | 
			
		||||
           transform="translate(117.72151,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="M 5.96875,-1.84375 C 5.984375,-1.875 6,-1.921875 6,-1.953125 c 0,-0.015625 0,-0.125 -0.125,-0.125 -0.078125,0 -0.09375,0.03125 -0.171875,0.203125 -0.5,1.171875 -0.875,1.609375 -2.1875,1.609375 h -1.4375 C 2,-0.28125 1.96875,-0.28125 1.96875,-0.328125 c 0,-0.0625 0.015625,-0.140625 0.046875,-0.1875 L 2.5625,-2.6875 h 0.84375 c 0.59375,0 0.703125,0.09375 0.703125,0.359375 0,0 0,0.125 -0.046875,0.359375 -0.015625,0.03125 -0.03125,0.078125 -0.03125,0.109375 0,0 0.015625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.140625,-0.1875 L 4.71875,-3.609375 C 4.71875,-3.625 4.75,-3.75 4.75,-3.765625 4.75,-3.84375 4.6875,-3.875 4.625,-3.875 c -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.625 -0.375,0.734375 -1.0625,0.734375 H 2.625 l 0.46875,-1.90625 C 3.171875,-5.140625 3.171875,-5.15625 3.5,-5.15625 h 1.25 c 0.953125,0 1.265625,0.1875 1.265625,0.890625 0,0.171875 -0.046875,0.375 -0.046875,0.515625 0,0.09375 0.0625,0.140625 0.125,0.140625 0.109375,0 0.109375,-0.078125 0.125,-0.203125 L 6.359375,-5.171875 C 6.375,-5.21875 6.375,-5.265625 6.375,-5.3125 6.375,-5.421875 6.28125,-5.421875 6.140625,-5.421875 H 1.9375 c -0.15625,0 -0.25,0 -0.25,0.15625 0,0.109375 0.109375,0.109375 0.234375,0.109375 0.03125,0 0.171875,0 0.3125,0.015625 0.171875,0.015625 0.1875,0.046875 0.1875,0.109375 0,0.046875 -0.015625,0.09375 -0.03125,0.125 l -1.0625,4.28125 c -0.078125,0.296875 -0.09375,0.359375 -0.6875,0.359375 -0.140625,0 -0.25,0 -0.25,0.15625 C 0.390625,0 0.5,0 0.640625,0 h 4.3125 c 0.1875,0 0.203125,0 0.265625,-0.140625 z m 0,0"
 | 
			
		||||
             id="path7-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         fill="#000000"
 | 
			
		||||
         fill-opacity="1"
 | 
			
		||||
         id="g6-1"
 | 
			
		||||
         transform="matrix(0.352778,0,0,0.352778,-40.2452,-1.93613)"
 | 
			
		||||
         style="fill:#0072bd">
 | 
			
		||||
        <g
 | 
			
		||||
           id="use5-1"
 | 
			
		||||
           transform="translate(124.37416,11.457)"
 | 
			
		||||
           style="fill:#0072bd">
 | 
			
		||||
          <path
 | 
			
		||||
             d="m 2.421875,-4.8125 c 0,-0.234375 0,-0.5625 -0.4375,-0.859375 C 1.65625,-5.890625 1.125,-5.96875 0.78125,-5.96875 c -0.109375,0 -0.1875,0 -0.1875,0.109375 0,0.09375 0.0625,0.09375 0.125,0.109375 0.734375,0.046875 1.015625,0.390625 1.078125,0.6875 0.015625,0.078125 0.015625,0.140625 0.015625,0.25 v 1.671875 c 0,0.359375 0,0.875 0.921875,1.15625 -0.4375,0.125 -0.78125,0.34375 -0.890625,0.75 C 1.8125,-1.125 1.8125,-1.078125 1.8125,-0.828125 v 1.4375 c 0,0.53125 0,0.609375 -0.265625,0.875 C 1.53125,1.5 1.3125,1.734375 0.75,1.765625 0.640625,1.78125 0.59375,1.78125 0.59375,1.875 c 0,0.109375 0.078125,0.109375 0.1875,0.109375 0.859375,0 1.625,-0.375 1.640625,-1 v -1.59375 c 0,-0.546875 0,-0.734375 0.234375,-0.953125 C 2.921875,-1.796875 3.203125,-1.859375 3.46875,-1.875 3.578125,-1.890625 3.640625,-1.890625 3.640625,-1.984375 3.640625,-2.09375 3.5625,-2.09375 3.5,-2.109375 2.609375,-2.15625 2.421875,-2.703125 2.421875,-2.9375 Z m 0,0"
 | 
			
		||||
             id="path8-1"
 | 
			
		||||
             style="fill:#0072bd" />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 37 KiB  | 
							
								
								
									
										4928
									
								
								figs/inkscape/detail_design_simscape_model_flexible_joint.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 299 KiB  | 
							
								
								
									
										122
									
								
								figs/inkscape/detail_design_strut_with_enc.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 196 KiB  | 
							
								
								
									
										85
									
								
								figs/inkscape/detail_design_strut_without_enc.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 188 KiB  | 
							
								
								
									
										171
									
								
								figs/inkscape/detail_design_top_plate.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 898 KiB  | 
@@ -8,7 +8,7 @@
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   xml:space="preserve"
 | 
			
		||||
   inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
 | 
			
		||||
   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
 | 
			
		||||
   sodipodi:docname="detail_fem_apa95ml_mesh.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
@@ -24,12 +24,12 @@
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:zoom="4.1930159"
 | 
			
		||||
     inkscape:cx="64.869775"
 | 
			
		||||
     inkscape:cy="85.976302"
 | 
			
		||||
     inkscape:zoom="11.85964"
 | 
			
		||||
     inkscape:cx="81.157608"
 | 
			
		||||
     inkscape:cy="95.281139"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-x="2571"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="layer1" /><defs
 | 
			
		||||
@@ -747,7 +747,7 @@
 | 
			
		||||
       ry="2.1179492"
 | 
			
		||||
       rx="2.1179492" /><g
 | 
			
		||||
       inkscape:label=""
 | 
			
		||||
       transform="translate(71.924559,34.806448)"
 | 
			
		||||
       transform="translate(71.924559,34.072194)"
 | 
			
		||||
       id="g10"
 | 
			
		||||
       style="fill:#d95319"><g
 | 
			
		||||
   fill="#000000"
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 217 KiB  | 
@@ -8,7 +8,7 @@
 | 
			
		||||
   height="203.74638"
 | 
			
		||||
   viewBox="0 0 272.10916 203.74638"
 | 
			
		||||
   sodipodi:docname="introduction_endstation_id16b.svg"
 | 
			
		||||
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
@@ -23,13 +23,13 @@
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:zoom="11.298159"
 | 
			
		||||
     inkscape:cx="209.50315"
 | 
			
		||||
     inkscape:cy="75.80881"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:zoom="2.8245398"
 | 
			
		||||
     inkscape:cx="-15.931799"
 | 
			
		||||
     inkscape:cy="137.01347"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1440"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="g37" />
 | 
			
		||||
  <defs
 | 
			
		||||
@@ -99,14 +99,14 @@
 | 
			
		||||
       id="rect4"
 | 
			
		||||
       width="9.1338348"
 | 
			
		||||
       height="14.071574"
 | 
			
		||||
       x="20.819199"
 | 
			
		||||
       x="20.635653"
 | 
			
		||||
       y="215.86287" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#ffffff;stroke:none;stroke-width:0.999991;stroke-dasharray:3, 0.999999"
 | 
			
		||||
       id="rect5"
 | 
			
		||||
       width="29.89917"
 | 
			
		||||
       height="15.756372"
 | 
			
		||||
       x="20.819199"
 | 
			
		||||
       x="20.635651"
 | 
			
		||||
       y="120.95171" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-start:url(#ConcaveTriangle-0);marker-end:url(#ConcaveTriangle-0);stop-color:#000000;stop-opacity:1"
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB  | 
| 
		 Before Width: | Height: | Size: 6.5 MiB After Width: | Height: | Size: 5.1 MiB  | 
| 
		 Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.2 MiB  | 
@@ -2,12 +2,12 @@
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   width="111.06322mm"
 | 
			
		||||
   width="119.357mm"
 | 
			
		||||
   height="55.626705mm"
 | 
			
		||||
   viewBox="0 0 111.06322 55.626707"
 | 
			
		||||
   viewBox="0 0 119.35701 55.626707"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg2597"
 | 
			
		||||
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
 | 
			
		||||
   inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
 | 
			
		||||
   sodipodi:docname="rotating_nass_model.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
@@ -26,12 +26,12 @@
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:zoom="2.3786088"
 | 
			
		||||
     inkscape:cx="208.10484"
 | 
			
		||||
     inkscape:cy="88.707316"
 | 
			
		||||
     inkscape:window-width="1920"
 | 
			
		||||
     inkscape:window-height="1200"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="0"
 | 
			
		||||
     inkscape:cx="225.1316"
 | 
			
		||||
     inkscape:cy="88.707315"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     inkscape:window-x="11"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="layer1" />
 | 
			
		||||
  <defs
 | 
			
		||||
@@ -193,7 +193,7 @@
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     transform="translate(-145.98789,25.978399)">
 | 
			
		||||
     transform="translate(-145.9879,25.978399)">
 | 
			
		||||
    <image
 | 
			
		||||
       width="54.30558"
 | 
			
		||||
       height="55.626705"
 | 
			
		||||
@@ -213,7 +213,7 @@
 | 
			
		||||
         id="tspan241"
 | 
			
		||||
         x="233.32686"
 | 
			
		||||
         y="-6.8292742"
 | 
			
		||||
         style="font-size:3.52777px;stroke-width:0.264583">Micro-Hexapod</tspan></text>
 | 
			
		||||
         style="font-size:3.52777px;stroke-width:0.264583">Positioning-Hexapod</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52777px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, ';stroke-width:0.264583"
 | 
			
		||||
@@ -224,7 +224,7 @@
 | 
			
		||||
         id="tspan241-6"
 | 
			
		||||
         x="233.34099"
 | 
			
		||||
         y="-16.449074"
 | 
			
		||||
         style="font-size:3.52777px;stroke-width:0.264583">Nano-Hexapod</tspan></text>
 | 
			
		||||
         style="font-size:3.52777px;stroke-width:0.264583">Active Platform</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:3.52777px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, ';stroke-width:0.264583"
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB  | 
@@ -1,20 +1,45 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="184.90903pt"
 | 
			
		||||
   height="173.2384pt"
 | 
			
		||||
   viewBox="0 0 184.90903 173.2384"
 | 
			
		||||
   version="1.2"
 | 
			
		||||
   id="svg1836"
 | 
			
		||||
   sodipodi:docname="root_locus_pure_iff.svg"
 | 
			
		||||
   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
 | 
			
		||||
   sodipodi:docname="rotating_root_locus_iff_pure_int.svg"
 | 
			
		||||
   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/">
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1"
 | 
			
		||||
     objecttolerance="10"
 | 
			
		||||
     gridtolerance="10"
 | 
			
		||||
     guidetolerance="10"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:window-width="2534"
 | 
			
		||||
     inkscape:window-height="1367"
 | 
			
		||||
     id="namedview1838"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:zoom="1.9671429"
 | 
			
		||||
     inkscape:cx="137.50908"
 | 
			
		||||
     inkscape:cy="120.4793"
 | 
			
		||||
     inkscape:window-x="2571"
 | 
			
		||||
     inkscape:window-y="60"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="svg1836"
 | 
			
		||||
     inkscape:snap-global="false"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:document-units="pt" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata1840">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
@@ -26,27 +51,6 @@
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1"
 | 
			
		||||
     objecttolerance="10"
 | 
			
		||||
     gridtolerance="10"
 | 
			
		||||
     guidetolerance="10"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:window-width="2536"
 | 
			
		||||
     inkscape:window-height="1371"
 | 
			
		||||
     id="namedview1838"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     inkscape:zoom="7.8685714"
 | 
			
		||||
     inkscape:cx="182.85993"
 | 
			
		||||
     inkscape:cy="166.61564"
 | 
			
		||||
     inkscape:window-x="12"
 | 
			
		||||
     inkscape:window-y="57"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:current-layer="svg1836"
 | 
			
		||||
     inkscape:snap-global="false" />
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs1391">
 | 
			
		||||
    <inkscape:path-effect
 | 
			
		||||
@@ -482,6 +486,111 @@
 | 
			
		||||
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
 | 
			
		||||
         transform="scale(0.6)" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g8151">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g2389">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 2.25,-1.625 c 0.125,-0.125 0.453125,-0.390625 0.59375,-0.5 0.484375,-0.453125 0.953125,-0.890625 0.953125,-1.609375 0,-0.953125 -0.796875,-1.5625 -1.78125,-1.5625 -0.96875,0 -1.59375,0.71875 -1.59375,1.4375 0,0.390625 0.3125,0.4375 0.421875,0.4375 0.171875,0 0.421875,-0.109375 0.421875,-0.421875 0,-0.40625 -0.40625,-0.40625 -0.5,-0.40625 C 1,-4.84375 1.53125,-5.03125 1.921875,-5.03125 c 0.734375,0 1.125,0.625 1.125,1.296875 0,0.828125 -0.578125,1.4375 -1.53125,2.390625 l -1,1.046875 C 0.421875,-0.21875 0.421875,-0.203125 0.421875,0 H 3.5625 l 0.234375,-1.421875 h -0.25 C 3.53125,-1.265625 3.46875,-0.875 3.375,-0.71875 c -0.046875,0.0625 -0.65625,0.0625 -0.78125,0.0625 H 1.171875 Z m 0,0"
 | 
			
		||||
           id="path7027" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g4230">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 5.109375,-2.921875 c 0,-0.234375 -0.078125,-0.59375 -0.390625,-0.59375 -0.203125,0 -0.421875,0.1875 -0.421875,0.421875 0,0.109375 0.09375,0.1875 0.1875,0.265625 0.109375,0.125 0.234375,0.328125 0.234375,0.625 0,0.53125 -0.546875,1.65625 -1.34375,1.65625 -0.421875,0 -0.703125,-0.234375 -0.796875,-0.625 C 2.703125,-1.4375 2.875,-1.875 2.875,-2.109375 c 0,-0.125 -0.0625,-0.234375 -0.21875,-0.234375 -0.359375,0 -0.40625,0.890625 -0.40625,1.140625 -0.28125,0.328125 -0.609375,0.65625 -1.078125,0.65625 -0.5,0 -0.734375,-0.40625 -0.734375,-0.875 0,-0.375 0.09375,-0.703125 0.25,-1.015625 0.234375,-0.46875 0.546875,-0.765625 0.546875,-0.890625 0,-0.09375 -0.078125,-0.15625 -0.15625,-0.15625 -0.15625,0 -0.265625,0.234375 -0.359375,0.375 -0.34375,0.5625 -0.59375,1.3125 -0.59375,1.96875 0,0.609375 0.234375,1.21875 0.9375,1.21875 0.6875,0 1.078125,-0.5625 1.25,-0.78125 0.125,0.4375 0.4375,0.78125 0.9375,0.78125 0.640625,0 0.96875,-0.421875 1.296875,-0.96875 0.265625,-0.421875 0.5625,-1.53125 0.5625,-2.03125 z m 0,0"
 | 
			
		||||
           id="path6399" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g1110">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 3.296875,-1.90625 c 0,-0.4375 0,-2.078125 -1.46875,-2.078125 -1.46875,0 -1.46875,1.640625 -1.46875,2.078125 0,0.421875 0,2.03125 1.46875,2.03125 1.46875,0 1.46875,-1.609375 1.46875,-2.03125 z m -1.46875,1.84375 c -0.25,0 -0.65625,-0.125 -0.8125,-0.625 -0.09375,-0.34375 -0.09375,-0.921875 -0.09375,-1.296875 0,-0.40625 0,-0.859375 0.09375,-1.1875 0.140625,-0.53125 0.59375,-0.609375 0.8125,-0.609375 0.265625,0 0.671875,0.125 0.796875,0.578125 0.09375,0.3125 0.09375,0.75 0.09375,1.21875 0,0.375 0,0.984375 -0.09375,1.3125 C 2.453125,-0.140625 2.015625,-0.0625 1.828125,-0.0625 Z m 0,0"
 | 
			
		||||
           id="path6737" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g8534">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g9181">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 1.265625,-0.765625 1.0625,-1.03125 c 1.546875,-1.375 2.140625,-1.90625 2.140625,-2.90625 0,-1.140625 -0.890625,-1.9375 -2.109375,-1.9375 -1.125,0 -1.859375,0.921875 -1.859375,1.8125 0,0.546875 0.5,0.546875 0.53125,0.546875 0.171875,0 0.515625,-0.109375 0.515625,-0.53125 0,-0.25 -0.1875,-0.515625 -0.53125,-0.515625 -0.078125,0 -0.09375,0 -0.125,0.015625 0.21875,-0.65625 0.765625,-1.015625 1.34375,-1.015625 0.90625,0 1.328125,0.8125 1.328125,1.625 C 3.5625,-3.90625 3.078125,-3.125 2.515625,-2.5 l -1.90625,2.125 C 0.5,-0.265625 0.5,-0.234375 0.5,0 H 4.203125 L 4.46875,-1.734375 H 4.234375 C 4.171875,-1.4375 4.109375,-1 4,-0.84375 3.9375,-0.765625 3.28125,-0.765625 3.0625,-0.765625 Z m 0,0"
 | 
			
		||||
           id="path1691-1" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g33">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path9050" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g1026">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path5285" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g2114">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g2912">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
 | 
			
		||||
           id="path7370" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g6865">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 1.265625,-0.765625 1.0625,-1.03125 c 1.546875,-1.375 2.140625,-1.90625 2.140625,-2.90625 0,-1.140625 -0.890625,-1.9375 -2.109375,-1.9375 -1.125,0 -1.859375,0.921875 -1.859375,1.8125 0,0.546875 0.5,0.546875 0.53125,0.546875 0.171875,0 0.515625,-0.109375 0.515625,-0.53125 0,-0.25 -0.1875,-0.515625 -0.53125,-0.515625 -0.078125,0 -0.09375,0 -0.125,0.015625 0.21875,-0.65625 0.765625,-1.015625 1.34375,-1.015625 0.90625,0 1.328125,0.8125 1.328125,1.625 C 3.5625,-3.90625 3.078125,-3.125 2.515625,-2.5 l -1.90625,2.125 C 0.5,-0.265625 0.5,-0.234375 0.5,0 H 4.203125 L 4.46875,-1.734375 H 4.234375 C 4.171875,-1.4375 4.109375,-1 4,-0.84375 3.9375,-0.765625 3.28125,-0.765625 3.0625,-0.765625 Z m 0,0"
 | 
			
		||||
           id="path2969" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g5008">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path7024" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g5670">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path8141" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g6194">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g6973">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
 | 
			
		||||
           id="path1763" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g1077">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path3715" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g8739">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path6169" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       id="g9128">
 | 
			
		||||
      <g
 | 
			
		||||
         id="g2224">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path4802" />
 | 
			
		||||
      </g>
 | 
			
		||||
      <g
 | 
			
		||||
         id="g1476">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path8290" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <circle
 | 
			
		||||
     style="fill:#ffffff;stroke-width:1.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.33;stop-color:#000000"
 | 
			
		||||
@@ -597,114 +706,6 @@
 | 
			
		||||
     style="fill:none;stroke:#000000;stroke-width:0.500001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
     d="m 173.76064,4.2562662 v 1.425781"
 | 
			
		||||
     id="path1445" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-1"
 | 
			
		||||
     x="26.927738"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1447"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-2"
 | 
			
		||||
     x="30.261066"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1451"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-1"
 | 
			
		||||
     x="51.54039"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1455"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-3"
 | 
			
		||||
     x="54.873718"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1459"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="59.873734"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1463"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="62.65152"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1467"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-1"
 | 
			
		||||
     x="83.93084"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1471"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-3"
 | 
			
		||||
     x="87.264168"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1475"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-1"
 | 
			
		||||
     x="108.5435"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1479"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-6"
 | 
			
		||||
     x="111.87683"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1483"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="116.87685"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1487"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="119.65463"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1491"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-6"
 | 
			
		||||
     x="142.60063"
 | 
			
		||||
@@ -714,33 +715,6 @@
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-6"
 | 
			
		||||
     x="167.21329"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1499"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="172.2133"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1503"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="174.99109"
 | 
			
		||||
     y="159.07964"
 | 
			
		||||
     id="use1507"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph1-1"
 | 
			
		||||
     x="79.110832"
 | 
			
		||||
@@ -878,105 +852,6 @@
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-6"
 | 
			
		||||
     x="14.316596"
 | 
			
		||||
     y="120.57808"
 | 
			
		||||
     id="use1575"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="19.31661"
 | 
			
		||||
     y="120.57808"
 | 
			
		||||
     id="use1579"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="22.094397"
 | 
			
		||||
     y="120.57808"
 | 
			
		||||
     id="use1583"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-3"
 | 
			
		||||
     x="22.094397"
 | 
			
		||||
     y="92.07653"
 | 
			
		||||
     id="use1587"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-3"
 | 
			
		||||
     x="14.316596"
 | 
			
		||||
     y="63.57497"
 | 
			
		||||
     id="use1591"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="19.31661"
 | 
			
		||||
     y="63.57497"
 | 
			
		||||
     id="use1595"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="22.094397"
 | 
			
		||||
     y="63.57497"
 | 
			
		||||
     id="use1599"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-2"
 | 
			
		||||
     x="22.094397"
 | 
			
		||||
     y="35.073414"
 | 
			
		||||
     id="use1603"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-2"
 | 
			
		||||
     x="14.316596"
 | 
			
		||||
     y="6.5718589"
 | 
			
		||||
     id="use1607"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-4"
 | 
			
		||||
     x="19.31661"
 | 
			
		||||
     y="6.5718589"
 | 
			
		||||
     id="use1611"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph0-5"
 | 
			
		||||
     x="22.094397"
 | 
			
		||||
     y="6.5718589"
 | 
			
		||||
     id="use1615"
 | 
			
		||||
     width="100%"
 | 
			
		||||
     height="100%"
 | 
			
		||||
     style="fill:#000000;fill-opacity:1"
 | 
			
		||||
     transform="translate(0.15907192,0.08439112)" />
 | 
			
		||||
  <use
 | 
			
		||||
     xlink:href="#glyph2-1"
 | 
			
		||||
     x="7.356555"
 | 
			
		||||
@@ -1525,4 +1400,180 @@
 | 
			
		||||
     style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 1.5;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Arrow2Mstart-3-3)"
 | 
			
		||||
     d="m 146.40133,145.60541 13.38731,-10.8277 17.16066,-0.10814"
 | 
			
		||||
     id="path3634-8" />
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label=""
 | 
			
		||||
     transform="translate(14.621692,28.368646)"
 | 
			
		||||
     id="g3">
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g4-1"
 | 
			
		||||
       transform="translate(-180.69,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use3-1"
 | 
			
		||||
         transform="translate(180.19,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 1.265625,-0.765625 1.0625,-1.03125 c 1.546875,-1.375 2.140625,-1.90625 2.140625,-2.90625 0,-1.140625 -0.890625,-1.9375 -2.109375,-1.9375 -1.125,0 -1.859375,0.921875 -1.859375,1.8125 0,0.546875 0.5,0.546875 0.53125,0.546875 0.171875,0 0.515625,-0.109375 0.515625,-0.53125 0,-0.25 -0.1875,-0.515625 -0.53125,-0.515625 -0.078125,0 -0.09375,0 -0.125,0.015625 0.21875,-0.65625 0.765625,-1.015625 1.34375,-1.015625 0.90625,0 1.328125,0.8125 1.328125,1.625 C 3.5625,-3.90625 3.078125,-3.125 2.515625,-2.5 l -1.90625,2.125 C 0.5,-0.265625 0.5,-0.234375 0.5,0 H 4.203125 L 4.46875,-1.734375 H 4.234375 C 4.171875,-1.4375 4.109375,-1 4,-0.84375 3.9375,-0.765625 3.28125,-0.765625 3.0625,-0.765625 Z m 0,0"
 | 
			
		||||
           id="path6-1" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g5-1"
 | 
			
		||||
       transform="translate(-180.69,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use4-1"
 | 
			
		||||
         transform="translate(185.1713,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path7-1" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g6-1"
 | 
			
		||||
       transform="translate(-180.69,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use5-1"
 | 
			
		||||
         transform="translate(191.373,15.442)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path8-1" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label=""
 | 
			
		||||
     transform="translate(18.908005,151.80766)"
 | 
			
		||||
     id="g4">
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g5"
 | 
			
		||||
       transform="translate(-177.144,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use4"
 | 
			
		||||
         transform="translate(176.31599,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
 | 
			
		||||
           id="path8" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g6"
 | 
			
		||||
       transform="translate(-177.144,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use5"
 | 
			
		||||
         transform="translate(184.06491,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 1.265625,-0.765625 1.0625,-1.03125 c 1.546875,-1.375 2.140625,-1.90625 2.140625,-2.90625 0,-1.140625 -0.890625,-1.9375 -2.109375,-1.9375 -1.125,0 -1.859375,0.921875 -1.859375,1.8125 0,0.546875 0.5,0.546875 0.53125,0.546875 0.171875,0 0.515625,-0.109375 0.515625,-0.53125 0,-0.25 -0.1875,-0.515625 -0.53125,-0.515625 -0.078125,0 -0.09375,0 -0.125,0.015625 0.21875,-0.65625 0.765625,-1.015625 1.34375,-1.015625 0.90625,0 1.328125,0.8125 1.328125,1.625 C 3.5625,-3.90625 3.078125,-3.125 2.515625,-2.5 l -1.90625,2.125 C 0.5,-0.265625 0.5,-0.234375 0.5,0 H 4.203125 L 4.46875,-1.734375 H 4.234375 C 4.171875,-1.4375 4.109375,-1 4,-0.84375 3.9375,-0.765625 3.28125,-0.765625 3.0625,-0.765625 Z m 0,0"
 | 
			
		||||
           id="path9" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g7"
 | 
			
		||||
       transform="translate(-177.144,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use6"
 | 
			
		||||
         transform="translate(189.0462,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path10" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g8"
 | 
			
		||||
       transform="translate(-177.144,-7.30738)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use7"
 | 
			
		||||
         transform="translate(195.24699,15.442)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path11" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label=""
 | 
			
		||||
     transform="translate(79.898793,152.92484)"
 | 
			
		||||
     id="g9">
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g4-1-1"
 | 
			
		||||
       transform="translate(-179.634,-9.54175)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use3"
 | 
			
		||||
         transform="translate(178.806,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.5625,-2.296875 c 0.171875,0 0.359375,0 0.359375,-0.203125 0,-0.1875 -0.1875,-0.1875 -0.359375,-0.1875 H 1.171875 c -0.171875,0 -0.34375,0 -0.34375,0.1875 0,0.203125 0.171875,0.203125 0.34375,0.203125 z m 0,0"
 | 
			
		||||
           id="path6" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g5-1-1"
 | 
			
		||||
       transform="translate(-179.634,-9.54175)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use4-1-1"
 | 
			
		||||
         transform="translate(186.55492,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path7" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g6-1-1"
 | 
			
		||||
       transform="translate(-179.634,-9.54175)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use5-1-1"
 | 
			
		||||
         transform="translate(192.756,15.442)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path8-1-1" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label=""
 | 
			
		||||
     transform="translate(19.277901,86.489734)"
 | 
			
		||||
     id="g10">
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g3-1"
 | 
			
		||||
       transform="translate(-182.806,-9.54175)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use2"
 | 
			
		||||
         transform="translate(182.681,13.948)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="m 6.03125,-3.703125 c 0,-0.453125 -0.171875,-0.703125 -0.40625,-0.703125 -0.25,0 -0.515625,0.234375 -0.515625,0.46875 0,0.09375 0.046875,0.203125 0.140625,0.296875 0.171875,0.15625 0.359375,0.421875 0.359375,0.84375 0,0.390625 -0.203125,0.96875 -0.5,1.421875 C 4.8125,-0.953125 4.4375,-0.609375 3.96875,-0.609375 3.40625,-0.609375 3.09375,-0.96875 3,-1.5 c 0.109375,-0.265625 0.34375,-0.90625 0.34375,-1.1875 0,-0.109375 -0.046875,-0.21875 -0.1875,-0.21875 -0.078125,0 -0.1875,0.03125 -0.265625,0.171875 C 2.78125,-2.53125 2.65625,-1.890625 2.65625,-1.53125 2.328125,-1.0625 1.9375,-0.609375 1.3125,-0.609375 c -0.671875,0 -0.875,-0.59375 -0.875,-1.140625 0,-1.25 1.015625,-2.296875 1.015625,-2.421875 0,-0.109375 -0.078125,-0.1875 -0.1875,-0.1875 -0.125,0 -0.203125,0.125 -0.265625,0.21875 -0.5,0.734375 -0.875,1.921875 -0.875,2.828125 0,0.6875 0.21875,1.421875 1.046875,1.421875 0.703125,0 1.171875,-0.5 1.53125,-1.046875 0.09375,0.578125 0.484375,1.046875 1.09375,1.046875 0.78125,0 1.25,-0.609375 1.609375,-1.359375 0.25,-0.484375 0.625,-1.84375 0.625,-2.453125 z m 0,0"
 | 
			
		||||
           id="path4" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
    <g
 | 
			
		||||
       fill="#000000"
 | 
			
		||||
       fill-opacity="1"
 | 
			
		||||
       id="g4-1-1-1"
 | 
			
		||||
       transform="translate(-182.806,-9.54175)">
 | 
			
		||||
      <g
 | 
			
		||||
         id="use3-1-1"
 | 
			
		||||
         transform="translate(188.882,15.442)">
 | 
			
		||||
        <path
 | 
			
		||||
           d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
 | 
			
		||||
           id="path5" />
 | 
			
		||||
      </g>
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 213 KiB  | 
							
								
								
									
										1996
									
								
								figs/inkscape/test_id31_cf_control.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 180 KiB  | 
| 
		 Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 163 KiB  | 
| 
		 Before Width: | Height: | Size: 203 KiB  | 
| 
		 Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB  | 
@@ -1,5 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="488.983" height="202.876" viewBox="0 0 488.983 202.876">
 | 
			
		||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="488.983pt" height="202.876pt" viewBox="0 0 488.983 202.876">
 | 
			
		||||
<defs>
 | 
			
		||||
<g>
 | 
			
		||||
<g id="glyph-0-0">
 | 
			
		||||
@@ -48,19 +48,19 @@
 | 
			
		||||
<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-15">
 | 
			
		||||
<path d="M 7.125 -6.484375 L 7.125 -6.796875 L 5.96875 -6.765625 L 4.796875 -6.796875 L 4.796875 -6.484375 C 5.828125 -6.484375 5.828125 -6.015625 5.828125 -5.75 L 5.828125 -1.5 L 2.3125 -6.671875 C 2.21875 -6.78125 2.203125 -6.796875 2.015625 -6.796875 L 0.328125 -6.796875 L 0.328125 -6.484375 L 0.609375 -6.484375 C 0.765625 -6.484375 0.96875 -6.484375 1.109375 -6.46875 C 1.34375 -6.4375 1.359375 -6.421875 1.359375 -6.234375 L 1.359375 -1.046875 C 1.359375 -0.78125 1.359375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.5 -0.03125 L 2.65625 0 L 2.65625 -0.3125 C 1.625 -0.3125 1.625 -0.78125 1.625 -1.046875 L 1.625 -6.21875 C 1.6875 -6.171875 1.6875 -6.15625 1.734375 -6.09375 L 5.796875 -0.125 C 5.875 -0.015625 5.890625 0 5.96875 0 C 6.09375 0 6.09375 -0.0625 6.09375 -0.265625 L 6.09375 -5.75 C 6.09375 -6.015625 6.09375 -6.484375 7.125 -6.484375 Z M 7.125 -6.484375 "/>
 | 
			
		||||
<path d="M 7.140625 0 L 7.140625 -0.3125 L 6.953125 -0.3125 C 6.359375 -0.3125 6.21875 -0.375 6.109375 -0.703125 L 3.96875 -6.921875 C 3.90625 -7.0625 3.890625 -7.125 3.734375 -7.125 C 3.578125 -7.125 3.546875 -7.0625 3.5 -6.921875 L 1.4375 -0.96875 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.734375 -0.953125 1.75 -0.96875 L 2.203125 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.203125 -0.703125 5.21875 -0.640625 5.21875 -0.609375 C 5.21875 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.75 -0.03125 5.453125 -0.03125 5.828125 -0.03125 Z M 4.5625 -2.578125 L 2.3125 -2.578125 L 3.4375 -5.8125 Z M 4.5625 -2.578125 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-16">
 | 
			
		||||
<path d="M 7.125 0 L 7.125 -0.3125 L 6.890625 -0.3125 C 6.125 -0.3125 6.09375 -0.421875 6.09375 -0.78125 L 6.09375 -6.015625 C 6.09375 -6.375 6.125 -6.484375 6.890625 -6.484375 L 7.125 -6.484375 L 7.125 -6.796875 C 6.78125 -6.765625 6.046875 -6.765625 5.65625 -6.765625 C 5.28125 -6.765625 4.53125 -6.765625 4.1875 -6.796875 L 4.1875 -6.484375 L 4.421875 -6.484375 C 5.203125 -6.484375 5.21875 -6.375 5.21875 -6.015625 L 5.21875 -3.6875 L 2.234375 -3.6875 L 2.234375 -6.015625 C 2.234375 -6.375 2.265625 -6.484375 3.03125 -6.484375 L 3.265625 -6.484375 L 3.265625 -6.796875 C 2.921875 -6.765625 2.1875 -6.765625 1.796875 -6.765625 C 1.421875 -6.765625 0.671875 -6.765625 0.328125 -6.796875 L 0.328125 -6.484375 L 0.5625 -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.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.40625 -0.03125 1.796875 -0.03125 C 2.171875 -0.03125 2.921875 -0.03125 3.265625 0 L 3.265625 -0.3125 L 3.03125 -0.3125 C 2.265625 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -3.390625 L 5.21875 -3.390625 L 5.21875 -0.78125 C 5.21875 -0.421875 5.203125 -0.3125 4.421875 -0.3125 L 4.1875 -0.3125 L 4.1875 0 C 4.53125 -0.03125 5.28125 -0.03125 5.65625 -0.03125 C 6.03125 -0.03125 6.78125 -0.03125 7.125 0 Z M 7.125 0 "/>
 | 
			
		||||
<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-17">
 | 
			
		||||
<path d="M 5.140625 0 L 5.140625 -0.3125 C 4.59375 -0.3125 4.421875 -0.328125 4.1875 -0.609375 L 2.859375 -2.34375 C 3.15625 -2.71875 3.53125 -3.203125 3.765625 -3.46875 C 4.078125 -3.828125 4.484375 -3.96875 4.953125 -3.984375 L 4.953125 -4.296875 C 4.703125 -4.265625 4.40625 -4.265625 4.140625 -4.265625 C 3.84375 -4.265625 3.3125 -4.28125 3.1875 -4.296875 L 3.1875 -3.984375 C 3.390625 -3.96875 3.46875 -3.828125 3.46875 -3.671875 C 3.46875 -3.515625 3.375 -3.390625 3.328125 -3.328125 L 2.703125 -2.546875 L 1.9375 -3.546875 C 1.84375 -3.65625 1.84375 -3.671875 1.84375 -3.734375 C 1.84375 -3.875 1.984375 -3.96875 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 C 0.90625 -4.265625 0.4375 -4.265625 0.171875 -4.296875 L 0.171875 -3.984375 C 0.859375 -3.984375 0.875 -3.96875 1.34375 -3.375 L 2.328125 -2.09375 C 1.859375 -1.5 1.859375 -1.46875 1.390625 -0.90625 C 0.921875 -0.328125 0.328125 -0.3125 0.125 -0.3125 L 0.125 0 C 0.375 -0.015625 0.6875 -0.03125 0.953125 -0.03125 L 1.890625 0 L 1.890625 -0.3125 C 1.671875 -0.34375 1.609375 -0.46875 1.609375 -0.609375 C 1.609375 -0.84375 1.890625 -1.171875 2.5 -1.875 L 3.25 -0.890625 C 3.328125 -0.78125 3.46875 -0.609375 3.46875 -0.5625 C 3.46875 -0.46875 3.375 -0.3125 3.109375 -0.3125 L 3.109375 0 L 4.1875 -0.03125 C 4.453125 -0.03125 4.84375 -0.015625 5.140625 0 Z M 5.140625 0 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-18">
 | 
			
		||||
<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-18">
 | 
			
		||||
<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.8125 -3.96875 3.921875 -3.75 3.921875 -3.546875 C 3.921875 -3.46875 3.90625 -3.421875 3.859375 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.546875 C 1.671875 -3.6875 1.671875 -3.71875 1.671875 -3.71875 C 1.671875 -3.984375 2.0625 -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.8125 -3.984375 0.859375 -3.921875 0.984375 -3.609375 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.75 0.109375 2.796875 0.015625 2.84375 -0.078125 L 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.96875 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-19">
 | 
			
		||||
<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 "/>
 | 
			
		||||
<path d="M 3.546875 -6.3125 C 3.546875 -6.6875 3.1875 -7.015625 2.65625 -7.015625 C 1.953125 -7.015625 1.109375 -6.484375 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.765625 -0.421875 1.765625 -0.78125 L 1.765625 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.734375 -4.296875 L 1.734375 -5.4375 C 1.734375 -6.3125 2.21875 -6.796875 2.65625 -6.796875 C 2.6875 -6.796875 2.84375 -6.796875 2.984375 -6.734375 C 2.859375 -6.6875 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.078125 2.84375 -5.875 3.109375 -5.875 C 3.40625 -5.875 3.546875 -6.078125 3.546875 -6.3125 Z M 3.546875 -6.3125 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-20">
 | 
			
		||||
<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 "/>
 | 
			
		||||
@@ -75,12 +75,9 @@
 | 
			
		||||
<path d="M 7.28125 -0.875 C 7.28125 -0.9375 7.28125 -1.046875 7.15625 -1.046875 C 7.046875 -1.046875 7.046875 -0.953125 7.03125 -0.890625 C 6.984375 -0.171875 6.625 0 6.375 0 C 5.890625 0 5.8125 -0.5 5.671875 -1.4375 L 5.546875 -2.234375 C 5.359375 -2.859375 4.875 -3.1875 4.328125 -3.390625 C 5.296875 -3.625 6.078125 -4.234375 6.078125 -5 C 6.078125 -5.96875 4.9375 -6.796875 3.46875 -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.40625 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.890625 -0.03125 3.25 0 L 3.25 -0.3125 L 3.015625 -0.3125 C 2.25 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -3.296875 L 3.375 -3.296875 C 3.53125 -3.296875 3.953125 -3.296875 4.296875 -2.953125 C 4.671875 -2.59375 4.671875 -2.296875 4.671875 -1.625 C 4.671875 -0.96875 4.671875 -0.578125 5.09375 -0.203125 C 5.5 0.15625 6.046875 0.21875 6.34375 0.21875 C 7.109375 0.21875 7.28125 -0.59375 7.28125 -0.875 Z M 5.046875 -5 C 5.046875 -4.3125 4.8125 -3.515625 3.328125 -3.515625 L 2.234375 -3.515625 L 2.234375 -6.09375 C 2.234375 -6.3125 2.234375 -6.4375 2.453125 -6.46875 C 2.546875 -6.484375 2.84375 -6.484375 3.03125 -6.484375 C 3.9375 -6.484375 5.046875 -6.453125 5.046875 -5 Z M 5.046875 -5 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-24">
 | 
			
		||||
<path d="M 3.546875 -6.3125 C 3.546875 -6.6875 3.1875 -7.015625 2.65625 -7.015625 C 1.953125 -7.015625 1.109375 -6.484375 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.765625 -0.421875 1.765625 -0.78125 L 1.765625 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.734375 -4.296875 L 1.734375 -5.4375 C 1.734375 -6.3125 2.21875 -6.796875 2.65625 -6.796875 C 2.6875 -6.796875 2.84375 -6.796875 2.984375 -6.734375 C 2.859375 -6.6875 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.078125 2.84375 -5.875 3.109375 -5.875 C 3.40625 -5.875 3.546875 -6.078125 3.546875 -6.3125 Z M 3.546875 -6.3125 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-0-25">
 | 
			
		||||
<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-26">
 | 
			
		||||
<g id="glyph-0-25">
 | 
			
		||||
<path d="M 6.484375 -2.5625 L 6.234375 -2.5625 C 5.984375 -1.03125 5.765625 -0.3125 4.046875 -0.3125 L 2.734375 -0.3125 C 2.265625 -0.3125 2.234375 -0.375 2.234375 -0.703125 L 2.234375 -3.359375 L 3.140625 -3.359375 C 4.09375 -3.359375 4.203125 -3.046875 4.203125 -2.203125 L 4.453125 -2.203125 L 4.453125 -4.84375 L 4.203125 -4.84375 C 4.203125 -3.984375 4.09375 -3.671875 3.140625 -3.671875 L 2.234375 -3.671875 L 2.234375 -6.0625 C 2.234375 -6.390625 2.265625 -6.453125 2.734375 -6.453125 L 4.015625 -6.453125 C 5.53125 -6.453125 5.796875 -5.90625 5.96875 -4.53125 L 6.203125 -4.53125 L 5.9375 -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 L 6.078125 0 Z M 6.484375 -2.5625 "/>
 | 
			
		||||
</g>
 | 
			
		||||
<g id="glyph-1-0">
 | 
			
		||||
@@ -244,29 +241,32 @@
 | 
			
		||||
</g>
 | 
			
		||||
<path fill-rule="nonzero" fill="rgb(79.998779%, 88.941956%, 94.822693%)" 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.347259 -74.698384 L 28.347528 -74.698384 L 28.347528 -18.003596 L -28.347259 -18.003596 Z M -28.347259 -74.698384 " transform="matrix(0.999389, 0, 0, -0.999389, 141.560413, 59.11287)"/>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-15" x="130.083427" y="101.922704"/>
 | 
			
		||||
<use xlink:href="#glyph-0-2" x="137.550813" y="101.922704"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="142.529071" y="101.922704"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="148.06091" y="101.922704"/>
 | 
			
		||||
<use xlink:href="#glyph-0-15" x="127.731865" y="102.891112"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-16" x="122.200246" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="129.667632" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="134.093302" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-2" x="139.348351" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-7" x="144.326608" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-16" x="134.920468" y="102.891112"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="139.346139" y="102.891112"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="143.218227" y="102.891112"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="145.984147" y="102.891112"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="150.13723" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="150.960413" y="102.891112"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-9" x="155.394269" y="113.871401"/>
 | 
			
		||||
<use xlink:href="#glyph-0-0" x="122.256212" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-1" x="129.032615" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-2" x="131.798535" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="136.776792" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-19" x="140.648881" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="143.691592" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-11" x="148.669849" y="114.838809"/>
 | 
			
		||||
<use xlink:href="#glyph-0-6" x="152.569815" y="114.838809"/>
 | 
			
		||||
</g>
 | 
			
		||||
<path fill-rule="nonzero" fill="rgb(79.998779%, 88.941956%, 94.822693%)" 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 -42.519979 -121.050917 L 42.520248 -121.050917 L 42.520248 -78.528849 L -42.519979 -78.528849 Z M -42.519979 -121.050917 " transform="matrix(0.999389, 0, 0, -0.999389, 141.560413, 59.11287)"/>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-10" x="128.963112" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="138.090249" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-19" x="140.856169" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="138.090249" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-16" x="140.856169" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-11" x="145.281839" y="156.295471"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="149.181806" y="156.295471"/>
 | 
			
		||||
</g>
 | 
			
		||||
@@ -275,7 +275,7 @@
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="131.327887" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-2" x="135.199976" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="140.178233" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="144.050322" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="144.050322" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="146.816241" y="168.243168"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="151.794499" y="168.243168"/>
 | 
			
		||||
</g>
 | 
			
		||||
@@ -287,7 +287,7 @@
 | 
			
		||||
<use xlink:href="#glyph-2-0" x="197.513214" y="92.059732"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-3-0" x="203.73641" y="92.059732"/>
 | 
			
		||||
<use xlink:href="#glyph-3-0" x="203.736316" y="92.059732"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-4-0" x="196.510826" y="99.24534"/>
 | 
			
		||||
@@ -308,12 +308,12 @@
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-23" x="254.739236" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="262.068227" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-24" x="266.493897" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-19" x="266.493897" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="269.536608" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-11" x="273.962279" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="277.862246" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="282.287916" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-19" x="287.819756" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-16" x="287.819756" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="292.245426" y="162.269819"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
@@ -321,10 +321,10 @@
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="264.541838" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-25" x="269.520095" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="273.44794" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-24" x="269.520095" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="273.44794" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="276.21386" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="280.085948" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="280.085948" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="282.851868" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="287.830125" y="174.217516"/>
 | 
			
		||||
</g>
 | 
			
		||||
@@ -339,7 +339,7 @@
 | 
			
		||||
<use xlink:href="#glyph-0-8" x="371.508886" y="150.322121"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-26" x="344.2935" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-25" x="344.2935" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-11" x="351.069904" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-11" x="354.96987" y="162.269819"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="358.869837" y="162.269819"/>
 | 
			
		||||
@@ -350,10 +350,10 @@
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="344.858747" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-25" x="349.837004" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="353.764849" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-24" x="349.837004" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="353.764849" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="356.530769" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="360.402858" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="360.402858" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="363.168777" y="174.217516"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="368.147035" y="174.217516"/>
 | 
			
		||||
</g>
 | 
			
		||||
@@ -380,10 +380,10 @@
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="344.858747" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-25" x="349.837004" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="353.764849" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-24" x="349.837004" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="353.764849" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-4" x="356.530769" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-18" x="360.402858" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-17" x="360.402858" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-12" x="363.168777" y="93.900607"/>
 | 
			
		||||
<use xlink:href="#glyph-0-3" x="368.147035" y="93.900607"/>
 | 
			
		||||
</g>
 | 
			
		||||
@@ -439,7 +439,7 @@
 | 
			
		||||
<use xlink:href="#glyph-8-0" x="174.203461" y="52.447943"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-7-1" x="177.019739" y="52.447943"/>
 | 
			
		||||
<use xlink:href="#glyph-7-1" x="177.019163" y="52.447943"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-4-2" x="185.262701" y="53.94203"/>
 | 
			
		||||
@@ -518,7 +518,7 @@
 | 
			
		||||
<use xlink:href="#glyph-1-3" x="389.286999" y="155.024248"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-9-1" x="394.099058" y="155.024248"/>
 | 
			
		||||
<use xlink:href="#glyph-9-1" x="394.098983" y="155.024248"/>
 | 
			
		||||
</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 295.459909 -99.787928 L 341.851528 -99.787928 " transform="matrix(0.999389, 0, 0, -0.999389, 141.560413, 59.11287)"/>
 | 
			
		||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 486.414062 158.839844 L 481.972656 157.160156 L 483.449219 158.839844 L 481.972656 160.523438 Z M 486.414062 158.839844 "/>
 | 
			
		||||
@@ -529,7 +529,7 @@
 | 
			
		||||
<use xlink:href="#glyph-1-3" x="471.351841" y="155.024248"/>
 | 
			
		||||
</g>
 | 
			
		||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
 | 
			
		||||
<use xlink:href="#glyph-9-0" x="476.163899" y="155.024248"/>
 | 
			
		||||
<use xlink:href="#glyph-9-0" x="476.163824" y="155.024248"/>
 | 
			
		||||
</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.843925 -57.887334 L 319.173613 -57.887334 " transform="matrix(0.999389, 0, 0, -0.999389, 141.560413, 59.11287)"/>
 | 
			
		||||
<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.052613 0.00177608 L 1.608492 1.68249 L 3.085957 0.00177608 L 1.608492 -1.682847 Z M 6.052613 0.00177608 " transform="matrix(0.999389, 0, 0, -0.999389, 457.701084, 116.966619)"/>
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 94 KiB  | 
| 
		 Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 149 KiB  |