Export to html

This commit is contained in:
Thomas Dehaeze 2022-02-15 14:19:04 +01:00
parent 5c609777f1
commit 431f8e66eb
19 changed files with 3892 additions and 1249 deletions

2134
dcm-simscape-model.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@
#+begin_export html
<hr>
<p>This report is also available as a <a href="./dcm-simscape.pdf">pdf</a>.</p>
<p>This report is also available as a <a href="./dcm-simscape-model.pdf">pdf</a>.</p>
<hr>
#+end_export
@ -107,7 +107,7 @@ d_z = \frac{d_{\text{off}}}{2 \cos \theta_b}
#+begin_src matlab :exports none
%% Tested bragg angles
bragg = linspace(5, 80, 1000); % Bragg angle [deg]
bragg = linspace(5, 80, 5000); % Bragg angle [deg]
d_off = 10.5e-3; % Wanted offset between x-rays [m]
#+end_src
@ -148,7 +148,7 @@ ans = 1e3*(dz(end) - dz(1))
*** Introduction :ignore:
The reference frame is taken at the center of the 311 second crystal.
*** Interferometers - 311 Crystal
*** Interferometers - 311 secondary Crystal
Three interferometers are pointed to the bottom surface of the 311 crystal.
@ -284,6 +284,142 @@ data2orgtable(inv(J_s_311), {}, {}, ' %.2f ');
| 7.14 | 0.0 | -7.14 |
| -16.67 | 33.33 | -16.67 |
*** Interferometers - 311 primary Crystal
Three interferometers are pointed to the bottom surface of the 311 crystal.
The position of the measurement points are shown in Figure [[fig:sensor_311_crystal_points_primary]] as well as the origin where the motion of the crystal is computed.
#+begin_src latex :file sensor_311_crystal_points_primary.pdf
\begin{tikzpicture}
% Crystal
\draw (-15/2, -3.5/2) rectangle (15/2, 3.5/2);
% Measurement Points
\node[branch] (a1) at (-7, -1.5){};
\node[branch] (a2) at ( 0, 1.5){};
\node[branch] (a3) at ( 7, -1.5){};
% Labels
\node[right] at (a1) {$\mathcal{O}_1 = (-0.07, -0.015)$};
\node[right] at (a2) {$\mathcal{O}_2 = ( 0, 0.015)$};
\node[left] at (a3) {$\mathcal{O}_3 = ( 0.07, -0.015)$};
% Origin
\draw[->] (0, 0) node[] -- ++(1, 0) node[right]{$x$};
\draw[->] (0, 0) -- ++(0, 1) node[right]{$y$};
\draw[fill, color=black] (0, 0) circle (0.05);
\node[left] at (0,0) {$\mathcal{O}_{311}$};
\end{tikzpicture}
#+end_src
#+name: fig:sensor_311_crystal_points_primary
#+caption: Top view of the primary crystal 311. Position of the measurement points.
#+RESULTS:
[[file:figs/sensor_311_crystal_points_primary.png]]
The inverse kinematics consisting of deriving the interferometer measurements from the motion of the crystal (see Figure [[fig:schematic_sensor_jacobian_inverse_kinematics_311]]):
\begin{equation}
\begin{bmatrix}
x_1 \\ x_2 \\ x_3
\end{bmatrix}
=
\bm{J}_{s,311}
\begin{bmatrix}
d_z \\ r_y \\ r_x
\end{bmatrix}
\end{equation}
#+begin_src latex :file schematic_sensor_jacobian_inverse_kinematics_311.pdf
\begin{tikzpicture}
% Blocs
\node[block] (Js) {$\bm{J}_{s,311}$};
% Connections and labels
\draw[->] ($(Js.west)+(-1.5,0)$) node[above right]{$\begin{bmatrix} d_z \\ r_y \\ r_x \end{bmatrix}$} -- (Js.west);
\draw[->] (Js.east) -- ++(1.5, 0) node[above left]{$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$};
\end{tikzpicture}
#+end_src
#+name: fig:schematic_sensor_jacobian_inverse_kinematics_311
#+caption: Inverse Kinematics - Interferometers
#+RESULTS:
[[file:figs/schematic_sensor_jacobian_inverse_kinematics_311.png]]
From the Figure [[fig:sensor_311_crystal_points]], the inverse kinematics can be solved as follow (for small motion):
\begin{equation}
\bm{J}_{s,311}
=
\begin{bmatrix}
-1 & -0.07 & 0.015 \\
-1 & 0 & -0.015 \\
-1 & 0.07 & 0.015
\end{bmatrix}
\end{equation}
#+begin_src matlab
%% Sensor Jacobian matrix for 311 crystal
J_s_311_1 = [-1, 0.07, -0.015
-1, 0, 0.015
-1, -0.07, -0.015];
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(J_s_311_1, {}, {}, ' %.3f ');
#+end_src
#+name: tab:jacobian_sensor_311_1
#+caption: Sensor Jacobian - Primary Crystal - $\bm{J}_{s,311}$
#+attr_latex: :environment tabularx :width 0.3\linewidth :align ccc
#+attr_latex: :center t :booktabs t
#+RESULTS:
| -1.0 | 0.07 | -0.015 |
| -1.0 | 0.0 | 0.015 |
| -1.0 | -0.07 | -0.015 |
The forward kinematics is solved by inverting the Jacobian matrix (see Figure [[fig:schematic_sensor_jacobian_forward_kinematics_311]]).
\begin{equation}
\begin{bmatrix}
d_z \\ r_y \\ r_x
\end{bmatrix}
=
\bm{J}_{s,311}^{-1}
\begin{bmatrix}
x_1 \\ x_2 \\ x_3
\end{bmatrix}
\end{equation}
#+begin_src latex :file schematic_sensor_jacobian_forward_kinematics_311.pdf
\begin{tikzpicture}
% Blocs
\node[block] (Js_inv) {$\bm{J}_{s,311}^{-1}$};
% Connections and labels
\draw[->] ($(Js_inv.west)+(-1.5,0)$) node[above right]{$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$} -- (Js_inv.west);
\draw[->] (Js_inv.east) -- ++(1.5, 0) node[above left]{$\begin{bmatrix} d_z \\ r_y \\ r_x \end{bmatrix}$};
\end{tikzpicture}
#+end_src
#+name: fig:schematic_sensor_jacobian_forward_kinematics_311
#+caption: Forward Kinematics - Interferometers
#+RESULTS:
[[file:figs/schematic_sensor_jacobian_forward_kinematics_311.png]]
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(inv(J_s_311_1), {}, {}, ' %.2f ');
#+end_src
#+name: tab:inverse_jacobian_sensor_311
#+caption: Inverse of the sensor Jacobian $\bm{J}_{s,311}^{-1}$
#+attr_latex: :environment tabularx :width 0.3\linewidth :align ccc
#+attr_latex: :center t :booktabs t
#+RESULTS:
| -0.25 | -0.5 | -0.25 |
| 7.14 | 0.0 | -7.14 |
| -16.67 | 33.33 | -16.67 |
*** Piezo - 311 Crystal
The location of the actuators with respect with the center of the 311 second crystal are shown in Figure [[fig:actuator_jacobian_311_points]].
@ -397,7 +533,7 @@ data2orgtable(inv(J_a_311), {}, {}, ' %.4f ');
*** Introduction :ignore:
The reference frame is taken at the center of the 111 second crystal.
*** Interferometers - 111 Crystal
*** Interferometers - 111 secondary Crystal
Three interferometers are pointed to the bottom surface of the 111 crystal.
@ -533,6 +669,142 @@ data2orgtable(inv(J_s_111), {}, {}, ' %.2f ');
| 7.14 | 0.0 | -7.14 |
| 16.67 | -33.33 | 16.67 |
*** Interferometers - 111 primary Crystal
Three interferometers are pointed to the bottom surface of the 111 crystal.
The position of the measurement points are shown in Figure [[fig:sensor_111_crystal_points_primary]] as well as the origin where the motion of the crystal is computed.
#+begin_src latex :file sensor_111_crystal_points_primary.pdf
\begin{tikzpicture}
% Crystal
\draw (-7.5/2, -3.5/2) rectangle (7.5/2, 3.5/2);
% Measurement Points
\node[branch] (a1) at (-3.6, 1.5){};
\node[branch] (a2) at ( 0, -1.5){};
\node[branch] (a3) at ( 3.6, 1.5){};
% Labels
\node[right] at (a1) {$\mathcal{O}_1 = (-0.036, 0.015)$};
\node[right] at (a2) {$\mathcal{O}_2 = ( 0, -0.015)$};
\node[left] at (a3) {$\mathcal{O}_3 = ( 0.036, 0.015)$};
% Origin
\draw[->] (0, 0) node[] -- ++(1, 0) node[right]{$x$};
\draw[->] (0, 0) -- ++(0, 1) node[right]{$y$};
\draw[fill, color=black] (0, 0) circle (0.05);
\node[left] at (0,0) {$\mathcal{O}_{111}$};
\end{tikzpicture}
#+end_src
#+name: fig:sensor_111_crystal_points_primary
#+caption: Top view of the primary crystal 111. Position of the measurement points.
#+RESULTS:
[[file:figs/sensor_111_crystal_points_primary.png]]
The inverse kinematics consisting of deriving the interferometer measurements from the motion of the crystal (see Figure [[fig:schematic_sensor_jacobian_inverse_kinematics_111]]):
\begin{equation}
\begin{bmatrix}
x_1 \\ x_2 \\ x_3
\end{bmatrix}
=
\bm{J}_{s,111}
\begin{bmatrix}
d_z \\ r_y \\ r_x
\end{bmatrix}
\end{equation}
#+begin_src latex :file schematic_sensor_jacobian_inverse_kinematics_111.pdf
\begin{tikzpicture}
% Blocs
\node[block] (Js) {$\bm{J}_{s,111}$};
% Connections and labels
\draw[->] ($(Js.west)+(-1.5,0)$) node[above right]{$\begin{bmatrix} d_z \\ r_y \\ r_x \end{bmatrix}$} -- (Js.west);
\draw[->] (Js.east) -- ++(1.5, 0) node[above left]{$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$};
\end{tikzpicture}
#+end_src
#+name: fig:schematic_sensor_jacobian_inverse_kinematics_111
#+caption: Inverse Kinematics - Interferometers
#+RESULTS:
[[file:figs/schematic_sensor_jacobian_inverse_kinematics_111.png]]
From the Figure [[fig:sensor_111_crystal_points]], the inverse kinematics can be solved as follow (for small motion):
\begin{equation}
\bm{J}_{s,111}
=
\begin{bmatrix}
1 & -0.036 & -0.015 \\
1 & 0 & 0.015 \\
1 & 0.036 & -0.015
\end{bmatrix}
\end{equation}
#+begin_src matlab
%% Sensor Jacobian matrix for 111 crystal
J_s_111_1 = [-1, -0.036, -0.015
-1, 0, 0.015
-1, 0.036, -0.015];
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(J_s_111_1, {}, {}, ' %.3f ');
#+end_src
#+name: tab:jacobian_sensor_111_primary
#+caption: Sensor Jacobian $\bm{J}_{s,111}$
#+attr_latex: :environment tabularx :width 0.3\linewidth :align ccc
#+attr_latex: :center t :booktabs t
#+RESULTS:
| -1.0 | -0.036 | -0.015 |
| -1.0 | 0.0 | 0.015 |
| -1.0 | 0.036 | -0.015 |
The forward kinematics is solved by inverting the Jacobian matrix (see Figure [[fig:schematic_sensor_jacobian_forward_kinematics_111]]).
\begin{equation}
\begin{bmatrix}
d_z \\ r_y \\ r_x
\end{bmatrix}
=
\bm{J}_{s,111}^{-1}
\begin{bmatrix}
x_1 \\ x_2 \\ x_3
\end{bmatrix}
\end{equation}
#+begin_src latex :file schematic_sensor_jacobian_forward_kinematics_111.pdf
\begin{tikzpicture}
% Blocs
\node[block] (Js_inv) {$\bm{J}_{s,111}^{-1}$};
% Connections and labels
\draw[->] ($(Js_inv.west)+(-1.5,0)$) node[above right]{$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$} -- (Js_inv.west);
\draw[->] (Js_inv.east) -- ++(1.5, 0) node[above left]{$\begin{bmatrix} d_z \\ r_y \\ r_x \end{bmatrix}$};
\end{tikzpicture}
#+end_src
#+name: fig:schematic_sensor_jacobian_forward_kinematics_111
#+caption: Forward Kinematics - Interferometers
#+RESULTS:
[[file:figs/schematic_sensor_jacobian_forward_kinematics_111.png]]
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(inv(J_s_111_1), {}, {}, ' %.2f ');
#+end_src
#+name: tab:inverse_jacobian_sensor_111
#+caption: Inverse of the sensor Jacobian $\bm{J}_{s,111}^{-1}$
#+attr_latex: :environment tabularx :width 0.3\linewidth :align ccc
#+attr_latex: :center t :booktabs t
#+RESULTS:
| -0.25 | -0.5 | -0.25 |
| -13.89 | 0.0 | 13.89 |
| -16.67 | 33.33 | -16.67 |
*** Piezo - 111 Crystal
The location of the actuators with respect with the center of the 111 second crystal are shown in Figure [[fig:actuator_jacobian_111_points]].
@ -575,16 +847,16 @@ Based on the geometry in Figure [[fig:actuator_jacobian_111_points]], we obtain:
\bm{J}_{a,111}
=
\begin{bmatrix}
1 & 0.14 & -0.1525 \\
1 & 0.14 & 0.0675 \\
1 & 0.14 & -0.0675 \\
1 & 0.14 & 0.1525 \\
1 & -0.14 & 0.0425
\end{bmatrix}
\end{equation}
#+begin_src matlab
%% Actuator Jacobian - 111 crystal
J_a_111 = [1, 0.14, -0.1525
1, 0.14, 0.0675
J_a_111 = [1, 0.14, -0.0675
1, 0.14, 0.1525
1, -0.14, 0.0425];
#+end_src
@ -642,6 +914,121 @@ data2orgtable(inv(J_a_111), {}, {}, ' %.4f ');
| 0.4058 | 3.1656 | -3.5714 |
| -4.5455 | 4.5455 | 0.0 |
** Kinematics (Metrology Frame)
#+name: fig:jacobian_metrology_frame
#+caption: Top View - Top metrology frame
[[file:figs/jacobian_metrology_frame.png]]
#+begin_src matlab
%% Sensor Jacobian matrix for 111 crystal
J_m = [1, 0.102, 0
1, -0.088, 0.1275
1, -0.088, -0.1275];
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(J_m, {}, {}, ' %.4f ');
#+end_src
#+RESULTS:
| 1.0 | 0.102 | 0.0 |
| 1.0 | -0.088 | 0.1275 |
| 1.0 | -0.088 | -0.1275 |
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(inv(J_m), {}, {}, ' %.3f ');
#+end_src
#+RESULTS:
| 0.463 | 0.268 | 0.268 |
| 5.263 | -2.632 | -2.632 |
| 0.0 | 3.922 | -3.922 |
** Verification
#+begin_src matlab
mdl = 'coordinate_transform';
%% Input/Output definition
clear io; io_i = 1;
%% Inputs
io(io_i) = linio([mdl, '/interferometers'], 1, 'openinput'); io_i = io_i + 1;
%% Outputs
io(io_i) = linio([mdl, '/xtal_111'], 1, 'openoutput'); io_i = io_i + 1;
#+end_src
#+begin_src matlab
%% Extraction of the dynamics
G_311 = linearize(mdl, io);
G_311 = G_311(:,[1 2 3 7 8 9 13 14 15]);
#+end_src
#+begin_src matlab
mdl = 'coordinate_transform';
%% Input/Output definition
clear io; io_i = 1;
%% Inputs
io(io_i) = linio([mdl, '/interferometers'], 1, 'openinput'); io_i = io_i + 1;
%% Outputs
io(io_i) = linio([mdl, '/xtal_111'], 1, 'openoutput'); io_i = io_i + 1;
#+end_src
#+begin_src matlab
G_111 = linearize(mdl, io);
G_111 = G_111(:,[4 5 6 10 11 12 13 14 15]);
#+end_src
#+begin_src matlab
%% Sensor Jacobian matrix for 1st 111 crystal
J_s_111_1 = [-1, -0.036, -0.015
-1, 0, 0.015
-1, 0.036, -0.015];
#+end_src
#+begin_src matlab
%% Sensor Jacobian matrix for 2nd 111 crystal
J_s_111_2 = [1, 0.07, 0.015
1, 0, -0.015
1, -0.07, 0.015];
#+end_src
#+begin_src matlab
%% Sensor Jacobian matrix for 111 crystal
J_m = [1, 0.102, 0
1, -0.088, 0.1275
1, -0.088, -0.1275];
#+end_src
#+begin_src matlab
G_111_t = [-inv(J_s_111_1), inv(J_s_111_2), -inv(J_m)]
G_111_t(1,:) = -G_111_t(1,:);
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(G_111_t, {}, {}, ' %.3f ');
#+end_src
#+RESULTS:
| -0.25 | -0.5 | -0.25 | -0.25 | -0.5 | -0.25 | 0.463 | 0.268 | 0.268 |
| 13.889 | 0.0 | -13.889 | 7.143 | 0.0 | -7.143 | -5.263 | 2.632 | 2.632 |
| 16.667 | -33.333 | 16.667 | 16.667 | -33.333 | 16.667 | 0.0 | -3.922 | 3.922 |
#+begin_src matlab :exports results :results value table replace :tangle no
data2orgtable(dcgain(G_111), {}, {}, ' %.3f ');
#+end_src
#+RESULTS:
| -0.25 | -0.5 | -0.25 | -0.25 | -0.5 | -0.25 | 0.333 | 0.333 | 0.333 |
| 13.889 | 0.0 | -13.889 | 7.143 | 0.0 | -7.143 | -5.263 | 2.632 | 2.632 |
| 16.667 | -33.333 | 16.667 | 16.667 | -33.333 | 16.667 | 0.0 | -3.922 | 3.922 |
** TODO Inputs and Outputs :noexport:
Disturbances:
@ -786,7 +1173,7 @@ Using the forward and inverse kinematics, we can computed the dynamics from piez
#+begin_src matlab
%% Compute the system in the frame of the fastjacks
G_pz = J_a_111*inv(J_s_111)*G;
G_pz = J_a_311*inv(J_s_311)*G;
#+end_src
The DC gain of the new system shows that the system is well decoupled at low frequency.
@ -805,8 +1192,13 @@ dcgain(G_pz)
The bode plot of $\bm{G}_{\text{fj}}(s)$ is shown in Figure [[fig:bode_plot_plant_fj]].
#+begin_src matlab
G_pz = diag(1./diag(dcgain(G_pz)))*G_pz;
#+end_src
#+begin_src matlab :exports none
%% Bode plot for the plant
freqs = logspace(0,3,1000);
figure;
tiledlayout(3, 1, 'TileSpacing', 'Compact', 'Padding', 'None');
@ -828,7 +1220,7 @@ hold off;
set(gca, 'XScale', 'log'); set(gca, 'YScale', 'log');
ylabel('Amplitude [m/N]'); set(gca, 'XTickLabel',[]);
legend('location', 'southeast', 'FontSize', 8, 'NumColumns', 3);
ylim([1e-13, 1e-6]);
ylim([1e-2, 1e2]);
ax2 = nexttile;
hold on;
@ -843,11 +1235,11 @@ yticks(-360:90:360);
ylim([-180, 180]);
linkaxes([ax1,ax2],'x');
xlim([freqs(1), freqs(end)]);
xlim([1, 1e3]);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/bode_plot_plant_fj.pdf', 'width', 'wide', 'height', 'tall');
exportFig('figs/bode_plot_plant_fj_pres.pdf', 'width', 'full', 'height', 'tall');
#+end_src
#+name: fig:bode_plot_plant_fj
@ -1703,6 +2095,34 @@ exportFig('figs/comp_damped_undamped_plant_iff_bode_plot.pdf', 'width', 'wide',
The Integral Force Feedback control strategy is very effective in damping the modes present in the plant.
#+end_important
* Feedback Control
#+begin_src latex :file schematic_jacobian_frame_fastjack_feedback.pdf
\begin{tikzpicture}
% Blocs
\node[block={1.5cm}{1.5cm}] (G) at (0,0) {$\bm{G}(s)$};
\node[block, right=1.2 of G] (Js) {$\bm{J}_{s}^{-1}$};
\node[block, left=1.2 of G] (Khac) {$\bm{K}(s)$};
\node[block, left=1.2 of Khac] (Ja) {$\bm{J}_{a}$};
\node[addb={+}{}{}{}{-}, left=1.0 of Ja] (subL) {};
% Connections and labels
\draw[->] (Khac.east) -- node[midway, above]{$\begin{bmatrix} u_{u_r} \\ u_{u_h} \\ u_d \end{bmatrix}$} (G.west);
\draw[->] (G.east) -- node[midway, above]{$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$} (Js.west);
\draw[->] (Js.east) -- ++(1.0, 0);
\draw[->] ($(subL.west) + (-1.0, 0)$) -- node[midway, above]{$\begin{bmatrix} r_{d_z} \\ r_{r_y} \\ r_{r_x} \end{bmatrix}$} (subL.west);
\draw[->] (subL.east) -- node[midway, above]{$\begin{bmatrix} \epsilon_{d_z} \\ \epsilon_{r_y} \\ \epsilon_{r_x} \end{bmatrix}$} (Ja.west);
\draw[->] (Ja.east) -- node[midway, above]{$\begin{bmatrix} \epsilon_{d_{u_r}} \\ \epsilon_{d_{u_h}} \\ \epsilon_{d_d} \end{bmatrix}$} (Khac.west);
\draw[->] ($(Js.east) + (0.6, 0)$)node[branch]{}node[above]{$\begin{bmatrix} d_z \\ r_y \\ r_x \end{bmatrix}$} -- ++(0, -1.0) -| (subL.south);
\end{tikzpicture}
#+end_src
#+RESULTS:
[[file:figs/schematic_jacobian_frame_fastjack_feedback.png]]
* HAC-LAC (IFF) architecture
:PROPERTIES:
:header-args:matlab+: :tangle matlab/dcm_hac_iff.m

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,448 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="362.491pt" height="73.497pt" viewBox="0 0 362.491 73.497" version="1.2">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 7.125 -2.59375 C 7.125 -2.65625 7.078125 -2.703125 7 -2.703125 C 6.78125 -2.703125 6.1875 -2.671875 5.96875 -2.671875 L 4.578125 -2.703125 C 4.484375 -2.703125 4.375 -2.703125 4.375 -2.5 C 4.375 -2.390625 4.453125 -2.390625 4.671875 -2.390625 C 4.671875 -2.390625 4.96875 -2.390625 5.1875 -2.375 C 5.453125 -2.34375 5.5 -2.3125 5.5 -2.1875 C 5.5 -2.09375 5.390625 -1.65625 5.296875 -1.28125 C 5.015625 -0.203125 3.734375 -0.09375 3.375 -0.09375 C 2.4375 -0.09375 1.390625 -0.65625 1.390625 -2.171875 C 1.390625 -2.46875 1.5 -4.109375 2.53125 -5.390625 C 3.0625 -6.0625 4.03125 -6.671875 5 -6.671875 C 6.015625 -6.671875 6.59375 -5.90625 6.59375 -4.75 C 6.59375 -4.359375 6.5625 -4.359375 6.5625 -4.25 C 6.5625 -4.15625 6.671875 -4.15625 6.71875 -4.15625 C 6.84375 -4.15625 6.84375 -4.171875 6.890625 -4.359375 L 7.515625 -6.875 C 7.515625 -6.90625 7.5 -6.96875 7.40625 -6.96875 C 7.375 -6.96875 7.375 -6.96875 7.265625 -6.859375 L 6.5625 -6.09375 C 6.484375 -6.234375 6.015625 -6.96875 4.921875 -6.96875 C 2.71875 -6.96875 0.5 -4.78125 0.5 -2.5 C 0.5 -0.921875 1.59375 0.21875 3.1875 0.21875 C 3.625 0.21875 4.078125 0.125 4.4375 -0.015625 C 4.921875 -0.21875 5.109375 -0.421875 5.296875 -0.625 C 5.375 -0.375 5.640625 -0.015625 5.734375 -0.015625 C 5.78125 -0.015625 5.8125 -0.046875 5.8125 -0.046875 C 5.828125 -0.0625 5.921875 -0.4375 5.96875 -0.65625 L 6.15625 -1.421875 C 6.203125 -1.578125 6.25 -1.75 6.296875 -1.921875 C 6.40625 -2.359375 6.40625 -2.390625 6.96875 -2.390625 C 7.015625 -2.390625 7.125 -2.40625 7.125 -2.59375 Z M 7.125 -2.59375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.921875 -1.53125 C 3.921875 -1.890625 3.734375 -2.140625 3.609375 -2.25 C 3.34375 -2.53125 3.0625 -2.578125 2.625 -2.671875 C 2.265625 -2.75 1.875 -2.8125 1.875 -3.265625 C 1.875 -3.546875 2.109375 -4.15625 2.984375 -4.15625 C 3.21875 -4.15625 3.71875 -4.078125 3.875 -3.703125 C 3.59375 -3.6875 3.390625 -3.46875 3.390625 -3.25 C 3.390625 -3.109375 3.484375 -2.96875 3.703125 -2.96875 C 3.921875 -2.96875 4.15625 -3.140625 4.15625 -3.515625 C 4.15625 -3.96875 3.734375 -4.375 2.984375 -4.375 C 1.671875 -4.375 1.3125 -3.359375 1.3125 -2.921875 C 1.3125 -2.15625 2.03125 -2 2.328125 -1.953125 C 2.84375 -1.84375 3.359375 -1.734375 3.359375 -1.203125 C 3.359375 -0.9375 3.125 -0.109375 1.9375 -0.109375 C 1.796875 -0.109375 1.03125 -0.109375 0.8125 -0.640625 C 1.1875 -0.578125 1.4375 -0.875 1.4375 -1.15625 C 1.4375 -1.390625 1.28125 -1.5 1.0625 -1.5 C 0.8125 -1.5 0.515625 -1.296875 0.515625 -0.84375 C 0.515625 -0.28125 1.078125 0.109375 1.921875 0.109375 C 3.53125 0.109375 3.921875 -1.09375 3.921875 -1.53125 Z M 3.921875 -1.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 6.265625 -6.640625 C 6.265625 -6.71875 6.203125 -6.75 6.125 -6.75 C 5.875 -6.75 5.265625 -6.71875 5.03125 -6.71875 L 3.578125 -6.75 C 3.484375 -6.75 3.359375 -6.75 3.359375 -6.5625 C 3.359375 -6.453125 3.4375 -6.453125 3.703125 -6.453125 C 3.921875 -6.453125 4.03125 -6.453125 4.265625 -6.421875 C 4.515625 -6.40625 4.578125 -6.375 4.578125 -6.234375 C 4.578125 -6.171875 4.5625 -6.109375 4.546875 -6.015625 L 3.40625 -1.484375 C 3.171875 -0.53125 2.5 0 1.984375 0 C 1.71875 0 1.203125 -0.09375 1.03125 -0.609375 C 1.0625 -0.609375 1.15625 -0.609375 1.15625 -0.609375 C 1.546875 -0.609375 1.796875 -0.9375 1.796875 -1.234375 C 1.796875 -1.546875 1.53125 -1.65625 1.359375 -1.65625 C 1.1875 -1.65625 0.703125 -1.53125 0.703125 -0.859375 C 0.703125 -0.25 1.21875 0.21875 2 0.21875 C 2.921875 0.21875 3.953125 -0.4375 4.1875 -1.421875 L 5.34375 -6.03125 C 5.4375 -6.359375 5.453125 -6.453125 6 -6.453125 C 6.15625 -6.453125 6.265625 -6.453125 6.265625 -6.640625 Z M 6.265625 -6.640625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 7.3125 -0.203125 C 7.3125 -0.3125 7.203125 -0.3125 7.125 -0.3125 C 6.71875 -0.3125 6.59375 -0.40625 6.4375 -0.75 L 5.03125 -4 C 5.03125 -4.03125 4.984375 -4.109375 4.984375 -4.140625 C 4.984375 -4.140625 5.15625 -4.28125 5.265625 -4.359375 L 7 -5.703125 C 7.9375 -6.375 8.3125 -6.421875 8.609375 -6.453125 C 8.6875 -6.453125 8.796875 -6.46875 8.796875 -6.640625 C 8.796875 -6.6875 8.765625 -6.75 8.6875 -6.75 C 8.46875 -6.75 8.21875 -6.71875 7.984375 -6.71875 C 7.625 -6.71875 7.234375 -6.75 6.890625 -6.75 C 6.8125 -6.75 6.703125 -6.75 6.703125 -6.5625 C 6.703125 -6.484375 6.75 -6.453125 6.8125 -6.453125 C 7.03125 -6.421875 7.125 -6.375 7.125 -6.234375 C 7.125 -6.0625 6.828125 -5.828125 6.765625 -5.78125 L 2.90625 -2.8125 L 3.703125 -6 C 3.78125 -6.34375 3.8125 -6.453125 4.53125 -6.453125 C 4.78125 -6.453125 4.859375 -6.453125 4.859375 -6.640625 C 4.859375 -6.734375 4.78125 -6.75 4.734375 -6.75 L 3.46875 -6.71875 L 2.1875 -6.75 C 2.109375 -6.75 1.984375 -6.75 1.984375 -6.5625 C 1.984375 -6.453125 2.078125 -6.453125 2.28125 -6.453125 C 2.40625 -6.453125 2.578125 -6.4375 2.703125 -6.421875 C 2.859375 -6.40625 2.921875 -6.375 2.921875 -6.265625 C 2.921875 -6.234375 2.90625 -6.203125 2.875 -6.078125 L 1.546875 -0.765625 C 1.453125 -0.390625 1.4375 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.375 -0.3125 0.375 -0.125 C 0.375 0 0.5 0 0.53125 0 L 1.78125 -0.03125 L 2.40625 -0.015625 C 2.625 -0.015625 2.84375 0 3.0625 0 C 3.125 0 3.25 0 3.25 -0.203125 C 3.25 -0.3125 3.171875 -0.3125 2.984375 -0.3125 C 2.609375 -0.3125 2.328125 -0.3125 2.328125 -0.484375 C 2.328125 -0.546875 2.390625 -0.765625 2.421875 -0.921875 L 2.8125 -2.46875 L 4.296875 -3.625 L 5.4375 -0.953125 C 5.5625 -0.6875 5.5625 -0.671875 5.5625 -0.609375 C 5.5625 -0.3125 5.140625 -0.3125 5.046875 -0.3125 C 4.9375 -0.3125 4.828125 -0.3125 4.828125 -0.109375 C 4.828125 0 4.96875 0 4.96875 0 C 5.359375 0 5.78125 -0.03125 6.171875 -0.03125 C 6.390625 -0.03125 6.921875 0 7.140625 0 C 7.1875 0 7.3125 0 7.3125 -0.203125 Z M 7.3125 -0.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 5.375 -1.421875 C 5.375 -1.515625 5.28125 -1.515625 5.25 -1.515625 C 5.15625 -1.515625 5.140625 -1.46875 5.109375 -1.328125 C 4.96875 -0.78125 4.78125 -0.109375 4.375 -0.109375 C 4.15625 -0.109375 4.0625 -0.234375 4.0625 -0.5625 C 4.0625 -0.78125 4.1875 -1.25 4.265625 -1.59375 L 4.546875 -2.65625 C 4.5625 -2.8125 4.671875 -3.1875 4.703125 -3.328125 C 4.75 -3.5625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.171875 4.71875 -4.265625 4.5625 -4.265625 C 4.515625 -4.265625 4.265625 -4.25 4.1875 -3.921875 L 3.4375 -0.9375 C 3.4375 -0.90625 3.03125 -0.109375 2.3125 -0.109375 C 1.796875 -0.109375 1.703125 -0.546875 1.703125 -0.921875 C 1.703125 -1.46875 1.984375 -2.25 2.234375 -2.9375 C 2.359375 -3.234375 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.84375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.765625 0.5625 -2.921875 C 0.8125 -3.78125 1.1875 -4.15625 1.5625 -4.15625 C 1.65625 -4.15625 1.8125 -4.140625 1.8125 -3.828125 C 1.8125 -3.59375 1.703125 -3.296875 1.640625 -3.15625 C 1.28125 -2.171875 1.0625 -1.5625 1.0625 -1.078125 C 1.0625 -0.140625 1.75 0.109375 2.28125 0.109375 C 2.9375 0.109375 3.296875 -0.34375 3.46875 -0.546875 C 3.578125 -0.140625 3.921875 0.109375 4.34375 0.109375 C 4.6875 0.109375 4.921875 -0.125 5.078125 -0.4375 C 5.234375 -0.796875 5.375 -1.421875 5.375 -1.421875 Z M 5.375 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 4.90625 -1.421875 C 4.90625 -1.515625 4.8125 -1.515625 4.78125 -1.515625 C 4.703125 -1.515625 4.671875 -1.46875 4.65625 -1.40625 C 4.328125 -0.34375 3.65625 -0.109375 3.34375 -0.109375 C 2.953125 -0.109375 2.796875 -0.421875 2.796875 -0.765625 C 2.796875 -0.984375 2.859375 -1.203125 2.96875 -1.625 L 3.296875 -2.984375 C 3.359375 -3.25 3.59375 -4.15625 4.28125 -4.15625 C 4.328125 -4.15625 4.5625 -4.15625 4.78125 -4.03125 C 4.5 -3.96875 4.296875 -3.734375 4.296875 -3.484375 C 4.296875 -3.328125 4.40625 -3.140625 4.671875 -3.140625 C 4.890625 -3.140625 5.21875 -3.328125 5.21875 -3.71875 C 5.21875 -4.234375 4.625 -4.375 4.296875 -4.375 C 3.71875 -4.375 3.375 -3.84375 3.25 -3.625 C 3 -4.265625 2.46875 -4.375 2.1875 -4.375 C 1.15625 -4.375 0.59375 -3.09375 0.59375 -2.84375 C 0.59375 -2.75 0.71875 -2.75 0.71875 -2.75 C 0.796875 -2.75 0.828125 -2.765625 0.84375 -2.859375 C 1.171875 -3.90625 1.828125 -4.15625 2.171875 -4.15625 C 2.359375 -4.15625 2.703125 -4.0625 2.703125 -3.484375 C 2.703125 -3.1875 2.53125 -2.515625 2.171875 -1.140625 C 2 -0.53125 1.65625 -0.109375 1.21875 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.765625 C 1.203125 -1.03125 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.21875 -0.578125 2.25 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.34375 0.109375 4.90625 -1.171875 4.90625 -1.421875 Z M 4.90625 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 4.3125 -3.734375 C 4.3125 -4.078125 4 -4.375 3.484375 -4.375 C 2.84375 -4.375 2.40625 -3.890625 2.21875 -3.609375 C 2.140625 -4.0625 1.796875 -4.375 1.328125 -4.375 C 0.875 -4.375 0.6875 -3.984375 0.59375 -3.8125 C 0.421875 -3.46875 0.28125 -2.875 0.28125 -2.84375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.765625 0.578125 -2.984375 C 0.734375 -3.671875 0.9375 -4.15625 1.296875 -4.15625 C 1.46875 -4.15625 1.609375 -4.078125 1.609375 -3.703125 C 1.609375 -3.484375 1.578125 -3.375 1.4375 -2.875 L 0.875 -0.578125 C 0.84375 -0.4375 0.78125 -0.203125 0.78125 -0.15625 C 0.78125 0.015625 0.921875 0.109375 1.0625 0.109375 C 1.1875 0.109375 1.359375 0.03125 1.4375 -0.171875 C 1.453125 -0.203125 1.796875 -1.546875 1.828125 -1.734375 L 2.140625 -3.015625 C 2.1875 -3.140625 2.46875 -3.609375 2.703125 -3.828125 C 2.78125 -3.890625 3.0625 -4.15625 3.484375 -4.15625 C 3.75 -4.15625 3.90625 -4.03125 3.90625 -4.03125 C 3.609375 -3.984375 3.390625 -3.75 3.390625 -3.484375 C 3.390625 -3.328125 3.5 -3.140625 3.765625 -3.140625 C 4.03125 -3.140625 4.3125 -3.375 4.3125 -3.734375 Z M 4.3125 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 3.546875 -0.390625 C 3.546875 -0.421875 3.53125 -0.53125 3.4375 -0.53125 C 3.4375 -0.53125 3.40625 -0.53125 3.3125 -0.46875 C 3 -0.28125 2.640625 -0.109375 2.28125 -0.109375 C 1.703125 -0.109375 1.203125 -0.53125 1.203125 -1.390625 C 1.203125 -1.734375 1.28125 -2.109375 1.3125 -2.234375 L 2.953125 -2.234375 C 3.109375 -2.234375 3.28125 -2.234375 3.28125 -2.40625 C 3.28125 -2.546875 3.171875 -2.546875 3 -2.546875 L 1.390625 -2.546875 C 1.625 -3.375 2.1875 -3.953125 3.078125 -3.953125 L 3.390625 -3.953125 C 3.5625 -3.953125 3.71875 -3.953125 3.71875 -4.125 C 3.71875 -4.265625 3.59375 -4.265625 3.421875 -4.265625 L 3.078125 -4.265625 C 1.796875 -4.265625 0.46875 -3.28125 0.46875 -1.765625 C 0.46875 -0.671875 1.203125 0.109375 2.25 0.109375 C 2.890625 0.109375 3.546875 -0.28125 3.546875 -0.390625 Z M 3.546875 -0.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.703125 -1.515625 4.703125 -1.46875 4.671875 -1.328125 C 4.5 -0.6875 4.328125 -0.109375 3.921875 -0.109375 C 3.65625 -0.109375 3.625 -0.359375 3.625 -0.5625 C 3.625 -0.796875 3.640625 -0.875 3.671875 -1.03125 L 5.109375 -6.75 C 5.109375 -6.75 5.109375 -6.859375 4.96875 -6.859375 C 4.828125 -6.859375 3.890625 -6.78125 3.71875 -6.75 C 3.640625 -6.75 3.578125 -6.703125 3.578125 -6.5625 C 3.578125 -6.453125 3.671875 -6.453125 3.8125 -6.453125 C 4.296875 -6.453125 4.3125 -6.375 4.3125 -6.28125 L 4.28125 -6.078125 L 3.6875 -3.734375 C 3.515625 -4.109375 3.21875 -4.375 2.78125 -4.375 C 1.625 -4.375 0.390625 -2.921875 0.390625 -1.46875 C 0.390625 -0.546875 0.9375 0.109375 1.71875 0.109375 C 1.90625 0.109375 2.40625 0.0625 3 -0.640625 C 3.078125 -0.21875 3.421875 0.109375 3.890625 0.109375 C 4.25 0.109375 4.46875 -0.125 4.625 -0.4375 C 4.796875 -0.796875 4.921875 -1.421875 4.921875 -1.421875 Z M 3.546875 -3.109375 L 3.046875 -1.171875 C 3 -1 3 -0.984375 2.84375 -0.8125 C 2.40625 -0.265625 2 -0.109375 1.734375 -0.109375 C 1.234375 -0.109375 1.09375 -0.65625 1.09375 -1.03125 C 1.09375 -1.53125 1.421875 -2.75 1.640625 -3.203125 C 1.953125 -3.78125 2.390625 -4.15625 2.796875 -4.15625 C 3.4375 -4.15625 3.578125 -3.34375 3.578125 -3.28125 C 3.578125 -3.21875 3.546875 -3.171875 3.546875 -3.109375 Z M 3.546875 -3.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 3.28125 2.375 C 3.28125 2.34375 3.28125 2.328125 3.109375 2.15625 C 1.875 0.90625 1.546875 -0.953125 1.546875 -2.46875 C 1.546875 -4.1875 1.921875 -5.921875 3.140625 -7.15625 C 3.28125 -7.265625 3.28125 -7.296875 3.28125 -7.3125 C 3.28125 -7.390625 3.234375 -7.421875 3.171875 -7.421875 C 3.078125 -7.421875 2.1875 -6.75 1.609375 -5.484375 C 1.09375 -4.40625 0.984375 -3.296875 0.984375 -2.46875 C 0.984375 -1.703125 1.09375 -0.5 1.625 0.609375 C 2.21875 1.828125 3.078125 2.46875 3.171875 2.46875 C 3.234375 2.46875 3.28125 2.4375 3.28125 2.375 Z M 3.28125 2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 2.859375 -2.46875 C 2.859375 -3.25 2.75 -4.4375 2.203125 -5.5625 C 1.609375 -6.78125 0.765625 -7.421875 0.65625 -7.421875 C 0.609375 -7.421875 0.5625 -7.375 0.5625 -7.3125 C 0.5625 -7.296875 0.5625 -7.265625 0.75 -7.09375 C 1.71875 -6.109375 2.28125 -4.546875 2.28125 -2.46875 C 2.28125 -0.78125 1.921875 0.953125 0.6875 2.203125 C 0.5625 2.328125 0.5625 2.34375 0.5625 2.375 C 0.5625 2.4375 0.609375 2.46875 0.65625 2.46875 C 0.765625 2.46875 1.65625 1.796875 2.234375 0.546875 C 2.734375 -0.546875 2.859375 -1.640625 2.859375 -2.46875 Z M 2.859375 -2.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 5.421875 -1.734375 C 5.421875 -1.90625 5.265625 -1.90625 5.171875 -1.90625 L 1 -1.90625 C 0.90625 -1.90625 0.75 -1.90625 0.75 -1.734375 C 0.75 -1.5625 0.90625 -1.5625 1 -1.5625 L 5.171875 -1.5625 C 5.265625 -1.5625 5.421875 -1.5625 5.421875 -1.734375 Z M 5.421875 -1.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 3.28125 0 L 3.28125 -0.25 L 3.015625 -0.25 C 2.3125 -0.25 2.3125 -0.34375 2.3125 -0.5625 L 2.3125 -4.40625 C 2.3125 -4.59375 2.3125 -4.59375 2.109375 -4.59375 C 1.671875 -4.15625 1.03125 -4.15625 0.75 -4.15625 L 0.75 -3.90625 C 0.921875 -3.90625 1.375 -3.90625 1.765625 -4.09375 L 1.765625 -0.5625 C 1.765625 -0.34375 1.765625 -0.25 1.0625 -0.25 L 0.796875 -0.25 L 0.796875 0 L 2.03125 -0.03125 Z M 3.28125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 3.5 -1.265625 L 3.265625 -1.265625 C 3.234375 -1.109375 3.171875 -0.703125 3.078125 -0.625 C 3.03125 -0.59375 2.484375 -0.59375 2.390625 -0.59375 L 1.125 -0.59375 C 1.84375 -1.234375 2.09375 -1.421875 2.5 -1.75 C 3.015625 -2.15625 3.5 -2.59375 3.5 -3.25 C 3.5 -4.078125 2.765625 -4.59375 1.875 -4.59375 C 1.015625 -4.59375 0.4375 -4 0.4375 -3.359375 C 0.4375 -3 0.734375 -2.96875 0.796875 -2.96875 C 0.96875 -2.96875 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.453125 1.125 -3.703125 0.765625 -3.703125 C 0.96875 -4.1875 1.453125 -4.34375 1.765625 -4.34375 C 2.46875 -4.34375 2.828125 -3.8125 2.828125 -3.25 C 2.828125 -2.640625 2.390625 -2.171875 2.171875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.28125 0 Z M 3.5 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 3.5625 -1.203125 C 3.5625 -1.734375 3.109375 -2.28125 2.359375 -2.4375 C 3.078125 -2.703125 3.34375 -3.21875 3.34375 -3.640625 C 3.34375 -4.1875 2.71875 -4.59375 1.9375 -4.59375 C 1.171875 -4.59375 0.59375 -4.21875 0.59375 -3.671875 C 0.59375 -3.4375 0.734375 -3.296875 0.953125 -3.296875 C 1.15625 -3.296875 1.296875 -3.453125 1.296875 -3.65625 C 1.296875 -3.859375 1.15625 -4 0.953125 -4.015625 C 1.1875 -4.3125 1.671875 -4.390625 1.921875 -4.390625 C 2.234375 -4.390625 2.671875 -4.25 2.671875 -3.640625 C 2.671875 -3.34375 2.578125 -3.03125 2.390625 -2.8125 C 2.171875 -2.546875 1.96875 -2.546875 1.625 -2.515625 C 1.453125 -2.5 1.4375 -2.5 1.40625 -2.5 C 1.40625 -2.5 1.328125 -2.484375 1.328125 -2.40625 C 1.328125 -2.3125 1.390625 -2.3125 1.515625 -2.3125 L 1.890625 -2.3125 C 2.421875 -2.3125 2.8125 -1.9375 2.8125 -1.203125 C 2.8125 -0.34375 2.3125 -0.078125 1.921875 -0.078125 C 1.640625 -0.078125 1.03125 -0.15625 0.734375 -0.5625 C 1.0625 -0.578125 1.140625 -0.8125 1.140625 -0.953125 C 1.140625 -1.171875 0.96875 -1.328125 0.765625 -1.328125 C 0.5625 -1.328125 0.375 -1.21875 0.375 -0.9375 C 0.375 -0.28125 1.09375 0.140625 1.9375 0.140625 C 2.890625 0.140625 3.5625 -0.5 3.5625 -1.203125 Z M 3.5625 -1.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph4-1">
<path style="stroke:none;" d="M 3.109375 -1.078125 C 3.109375 -1.703125 2.421875 -1.828125 2.15625 -1.875 C 2.09375 -1.890625 1.921875 -1.921875 1.875 -1.9375 C 1.625 -1.984375 1.5 -2.125 1.5 -2.28125 C 1.5 -2.4375 1.625 -2.625 1.78125 -2.734375 C 1.96875 -2.84375 2.203125 -2.859375 2.328125 -2.859375 C 2.46875 -2.859375 2.828125 -2.84375 2.984375 -2.609375 C 2.796875 -2.5625 2.6875 -2.421875 2.6875 -2.28125 C 2.6875 -2.125 2.828125 -2.0625 2.921875 -2.0625 C 2.984375 -2.0625 3.25 -2.09375 3.25 -2.453125 C 3.25 -2.90625 2.75 -3.046875 2.328125 -3.046875 C 1.25 -3.046875 1.0625 -2.25 1.0625 -2.046875 C 1.0625 -1.78125 1.203125 -1.625 1.296875 -1.53125 C 1.484375 -1.390625 1.609375 -1.375 2.078125 -1.28125 C 2.234375 -1.265625 2.671875 -1.171875 2.671875 -0.828125 C 2.671875 -0.71875 2.59375 -0.453125 2.3125 -0.28125 C 2.03125 -0.125 1.703125 -0.125 1.609375 -0.125 C 1.328125 -0.125 0.9375 -0.1875 0.78125 -0.421875 C 1.015625 -0.4375 1.15625 -0.609375 1.15625 -0.8125 C 1.15625 -0.984375 1.03125 -1.0625 0.890625 -1.0625 C 0.6875 -1.0625 0.484375 -0.90625 0.484375 -0.609375 C 0.484375 -0.1875 0.9375 0.0625 1.609375 0.0625 C 2.875 0.0625 3.109375 -0.796875 3.109375 -1.078125 Z M 3.109375 -1.078125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-2">
<path style="stroke:none;" d="M 3.953125 -0.984375 C 3.953125 -1.078125 3.859375 -1.078125 3.84375 -1.078125 C 3.75 -1.078125 3.734375 -1.046875 3.6875 -0.859375 C 3.609375 -0.53125 3.46875 -0.125 3.1875 -0.125 C 3 -0.125 2.953125 -0.28125 2.953125 -0.46875 C 2.953125 -0.578125 3.015625 -0.828125 3.0625 -1.015625 L 3.21875 -1.640625 C 3.28125 -1.890625 3.28125 -1.9375 3.34375 -2.15625 C 3.390625 -2.34375 3.46875 -2.671875 3.46875 -2.703125 C 3.46875 -2.859375 3.34375 -2.921875 3.234375 -2.921875 C 3.125 -2.921875 2.96875 -2.84375 2.921875 -2.640625 C 2.78125 -2.875 2.546875 -3.046875 2.203125 -3.046875 C 1.328125 -3.046875 0.421875 -2.078125 0.421875 -1.078125 C 0.421875 -0.40625 0.875 0.0625 1.46875 0.0625 C 1.84375 0.0625 2.171875 -0.140625 2.453125 -0.421875 C 2.578125 0 2.984375 0.0625 3.15625 0.0625 C 3.40625 0.0625 3.578125 -0.078125 3.703125 -0.296875 C 3.859375 -0.5625 3.953125 -0.96875 3.953125 -0.984375 Z M 2.796875 -2.15625 L 2.484375 -0.859375 C 2.421875 -0.671875 2.28125 -0.53125 2.125 -0.40625 C 2.0625 -0.34375 1.78125 -0.125 1.484375 -0.125 C 1.234375 -0.125 0.984375 -0.296875 0.984375 -0.796875 C 0.984375 -1.15625 1.1875 -1.921875 1.34375 -2.203125 C 1.65625 -2.75 2.015625 -2.859375 2.203125 -2.859375 C 2.6875 -2.859375 2.828125 -2.328125 2.828125 -2.25 C 2.828125 -2.234375 2.8125 -2.1875 2.796875 -2.15625 Z M 2.796875 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph4-3">
<path style="stroke:none;" d="M 4.34375 -0.984375 C 4.34375 -1.078125 4.25 -1.078125 4.234375 -1.078125 C 4.125 -1.078125 4.125 -1.046875 4.078125 -0.859375 C 4 -0.546875 3.859375 -0.125 3.578125 -0.125 C 3.390625 -0.125 3.34375 -0.28125 3.34375 -0.46875 C 3.34375 -0.578125 3.40625 -0.828125 3.453125 -1.015625 L 3.59375 -1.640625 L 3.765625 -2.25 C 3.796875 -2.421875 3.875 -2.734375 3.875 -2.765625 C 3.875 -2.90625 3.765625 -2.984375 3.640625 -2.984375 C 3.390625 -2.984375 3.34375 -2.78125 3.28125 -2.5625 L 2.921875 -1.125 C 2.890625 -0.984375 2.828125 -0.71875 2.8125 -0.71875 C 2.6875 -0.5 2.40625 -0.125 1.984375 -0.125 C 1.5 -0.125 1.5 -0.578125 1.5 -0.703125 C 1.5 -1.109375 1.703125 -1.59375 1.890625 -2.109375 C 1.9375 -2.25 1.984375 -2.34375 1.984375 -2.453125 C 1.984375 -2.8125 1.6875 -3.046875 1.328125 -3.046875 C 0.640625 -3.046875 0.328125 -2.109375 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.9375 0.5625 -2.015625 C 0.734375 -2.578125 1.03125 -2.859375 1.3125 -2.859375 C 1.421875 -2.859375 1.484375 -2.78125 1.484375 -2.609375 C 1.484375 -2.453125 1.421875 -2.3125 1.359375 -2.15625 C 0.984375 -1.203125 0.984375 -1 0.984375 -0.8125 C 0.984375 -0.6875 0.984375 -0.375 1.234375 -0.15625 C 1.4375 0.015625 1.703125 0.0625 1.953125 0.0625 C 2.390625 0.0625 2.625 -0.171875 2.859375 -0.390625 C 3 0.0625 3.46875 0.0625 3.546875 0.0625 C 3.78125 0.0625 3.96875 -0.0625 4.09375 -0.296875 C 4.25 -0.5625 4.34375 -0.96875 4.34375 -0.984375 Z M 4.34375 -0.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph4-4">
<path style="stroke:none;" d="M 3.953125 -0.984375 C 3.953125 -1.078125 3.859375 -1.078125 3.84375 -1.078125 C 3.75 -1.078125 3.734375 -1.046875 3.6875 -0.859375 C 3.609375 -0.53125 3.46875 -0.125 3.1875 -0.125 C 3 -0.125 2.953125 -0.28125 2.953125 -0.46875 C 2.953125 -0.59375 2.96875 -0.65625 2.984375 -0.75 L 3.953125 -4.59375 C 3.953125 -4.609375 3.984375 -4.703125 3.984375 -4.703125 C 3.984375 -4.734375 3.953125 -4.796875 3.875 -4.796875 C 3.734375 -4.796875 3.15625 -4.75 2.984375 -4.734375 C 2.921875 -4.734375 2.828125 -4.71875 2.828125 -4.578125 C 2.828125 -4.484375 2.921875 -4.484375 3.015625 -4.484375 C 3.34375 -4.484375 3.34375 -4.4375 3.34375 -4.375 C 3.34375 -4.328125 3.328125 -4.28125 3.3125 -4.21875 L 2.921875 -2.640625 C 2.78125 -2.875 2.546875 -3.046875 2.203125 -3.046875 C 1.328125 -3.046875 0.421875 -2.078125 0.421875 -1.078125 C 0.421875 -0.40625 0.875 0.0625 1.46875 0.0625 C 1.84375 0.0625 2.171875 -0.140625 2.453125 -0.421875 C 2.578125 0 2.984375 0.0625 3.15625 0.0625 C 3.40625 0.0625 3.578125 -0.078125 3.703125 -0.296875 C 3.859375 -0.5625 3.953125 -0.96875 3.953125 -0.984375 Z M 2.796875 -2.15625 L 2.484375 -0.859375 C 2.421875 -0.671875 2.28125 -0.53125 2.125 -0.40625 C 2.0625 -0.34375 1.78125 -0.125 1.484375 -0.125 C 1.234375 -0.125 0.984375 -0.296875 0.984375 -0.796875 C 0.984375 -1.15625 1.1875 -1.921875 1.34375 -2.203125 C 1.65625 -2.75 2.015625 -2.859375 2.203125 -2.859375 C 2.6875 -2.859375 2.828125 -2.328125 2.828125 -2.25 C 2.828125 -2.234375 2.8125 -2.1875 2.796875 -2.15625 Z M 2.796875 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph4-5">
<path style="stroke:none;" d="M 3.546875 -2.546875 C 3.546875 -2.90625 3.15625 -3.046875 2.8125 -3.046875 C 2.453125 -3.046875 2.140625 -2.90625 1.828125 -2.5625 C 1.703125 -2.984375 1.28125 -3.046875 1.125 -3.046875 C 0.859375 -3.046875 0.6875 -2.890625 0.578125 -2.703125 C 0.421875 -2.421875 0.328125 -2.03125 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.921875 0.59375 -2.109375 C 0.703125 -2.53125 0.828125 -2.859375 1.09375 -2.859375 C 1.28125 -2.859375 1.328125 -2.703125 1.328125 -2.515625 C 1.328125 -2.390625 1.265625 -2.125 1.21875 -1.9375 L 1.0625 -1.328125 L 0.84375 -0.4375 C 0.8125 -0.34375 0.78125 -0.171875 0.78125 -0.15625 C 0.78125 0 0.90625 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.25 0 1.3125 -0.125 C 1.328125 -0.171875 1.390625 -0.484375 1.4375 -0.65625 L 1.625 -1.390625 C 1.640625 -1.4375 1.796875 -2.0625 1.8125 -2.09375 C 1.828125 -2.15625 2.015625 -2.5 2.25 -2.671875 C 2.3125 -2.71875 2.5 -2.859375 2.796875 -2.859375 C 2.875 -2.859375 3.046875 -2.859375 3.1875 -2.765625 C 2.96875 -2.703125 2.875 -2.5 2.875 -2.375 C 2.875 -2.234375 3 -2.125 3.15625 -2.125 C 3.3125 -2.125 3.546875 -2.25 3.546875 -2.546875 Z M 3.546875 -2.546875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-6">
<path style="stroke:none;" d="M 3.453125 -1 C 3.453125 -1.09375 3.375 -1.09375 3.328125 -1.09375 C 3.25 -1.09375 3.234375 -1.0625 3.203125 -0.984375 C 3.078125 -0.640625 2.671875 -0.46875 2.328125 -0.46875 C 2.171875 -0.46875 2 -0.5 1.828125 -0.546875 C 1.5 -0.609375 1.453125 -0.609375 1.328125 -0.609375 C 1.328125 -0.609375 1.203125 -0.609375 1.15625 -0.609375 C 1.34375 -0.796875 1.46875 -0.921875 2.0625 -1.390625 C 2.203125 -1.515625 2.71875 -1.921875 2.921875 -2.125 C 3.34375 -2.53125 3.609375 -2.890625 3.609375 -2.96875 C 3.609375 -3.046875 3.515625 -3.046875 3.484375 -3.046875 C 3.421875 -3.046875 3.40625 -3.03125 3.375 -2.984375 C 3.15625 -2.671875 3.015625 -2.5625 2.84375 -2.5625 C 2.765625 -2.5625 2.65625 -2.5625 2.453125 -2.765625 C 2.21875 -3 2.0625 -3.046875 1.90625 -3.046875 C 1.34375 -3.046875 0.96875 -2.453125 0.96875 -2.25 C 0.96875 -2.1875 1.046875 -2.15625 1.09375 -2.15625 C 1.171875 -2.15625 1.1875 -2.1875 1.21875 -2.25 C 1.328125 -2.5 1.703125 -2.515625 1.828125 -2.515625 C 1.984375 -2.515625 2.15625 -2.46875 2.25 -2.453125 C 2.640625 -2.375 2.6875 -2.375 2.859375 -2.375 C 2.671875 -2.1875 2.546875 -2.0625 1.890625 -1.53125 C 1.359375 -1.09375 1.171875 -0.921875 1.03125 -0.796875 C 0.625 -0.375 0.421875 -0.078125 0.421875 -0.015625 C 0.421875 0.0625 0.515625 0.0625 0.546875 0.0625 C 0.609375 0.0625 0.625 0.0625 0.65625 0 C 0.84375 -0.265625 1.0625 -0.421875 1.296875 -0.421875 C 1.375 -0.421875 1.484375 -0.421875 1.671875 -0.25 C 1.875 -0.03125 2.015625 0.0625 2.25 0.0625 C 2.984375 0.0625 3.453125 -0.765625 3.453125 -1 Z M 3.453125 -1 "/>
</symbol>
<symbol overflow="visible" id="glyph4-7">
<path style="stroke:none;" d="M 3.84375 -2.609375 C 3.875 -2.703125 3.875 -2.71875 3.875 -2.765625 C 3.875 -2.90625 3.765625 -2.984375 3.640625 -2.984375 C 3.578125 -2.984375 3.4375 -2.953125 3.359375 -2.8125 C 3.34375 -2.78125 3.28125 -2.546875 3.25 -2.421875 L 3.109375 -1.84375 L 2.828125 -0.734375 C 2.828125 -0.734375 2.515625 -0.125 1.984375 -0.125 C 1.515625 -0.125 1.515625 -0.578125 1.515625 -0.703125 C 1.515625 -1.078125 1.671875 -1.515625 1.875 -2.046875 C 1.953125 -2.265625 2 -2.34375 2 -2.46875 C 2 -2.796875 1.703125 -3.046875 1.328125 -3.046875 C 0.640625 -3.046875 0.328125 -2.109375 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.9375 0.5625 -2.015625 C 0.734375 -2.59375 1.03125 -2.859375 1.3125 -2.859375 C 1.4375 -2.859375 1.484375 -2.78125 1.484375 -2.609375 C 1.484375 -2.453125 1.421875 -2.3125 1.390625 -2.21875 C 1.0625 -1.375 0.984375 -1.109375 0.984375 -0.8125 C 0.984375 -0.6875 0.984375 -0.359375 1.265625 -0.140625 C 1.46875 0.03125 1.765625 0.0625 1.953125 0.0625 C 2.234375 0.0625 2.484375 -0.03125 2.703125 -0.25 C 2.609375 0.140625 2.546875 0.421875 2.25 0.78125 C 2.0625 0.984375 1.78125 1.21875 1.421875 1.21875 C 1.375 1.21875 1.046875 1.21875 0.90625 0.984375 C 1.28125 0.953125 1.28125 0.609375 1.28125 0.609375 C 1.28125 0.390625 1.078125 0.34375 1 0.34375 C 0.828125 0.34375 0.609375 0.484375 0.609375 0.796875 C 0.609375 1.15625 0.9375 1.40625 1.421875 1.40625 C 2.125 1.40625 2.96875 0.875 3.1875 0 Z M 3.84375 -2.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph4-8">
<path style="stroke:none;" d="M 3.875 -0.984375 C 3.875 -1.078125 3.78125 -1.078125 3.765625 -1.078125 C 3.671875 -1.078125 3.65625 -1.046875 3.640625 -0.96875 C 3.484375 -0.484375 3.078125 -0.125 2.6875 -0.125 C 2.40625 -0.125 2.265625 -0.3125 2.265625 -0.578125 C 2.265625 -0.75 2.421875 -1.390625 2.625 -2.15625 C 2.765625 -2.6875 3.078125 -2.859375 3.296875 -2.859375 C 3.296875 -2.859375 3.53125 -2.859375 3.671875 -2.765625 C 3.453125 -2.703125 3.375 -2.5 3.375 -2.375 C 3.375 -2.234375 3.484375 -2.125 3.640625 -2.125 C 3.8125 -2.125 4.03125 -2.25 4.03125 -2.546875 C 4.03125 -2.9375 3.59375 -3.046875 3.3125 -3.046875 C 2.96875 -3.046875 2.6875 -2.828125 2.546875 -2.5625 C 2.421875 -2.84375 2.09375 -3.046875 1.703125 -3.046875 C 0.9375 -3.046875 0.484375 -2.203125 0.484375 -2 C 0.484375 -1.90625 0.59375 -1.90625 0.609375 -1.90625 C 0.703125 -1.90625 0.703125 -1.9375 0.734375 -2.015625 C 0.90625 -2.5625 1.34375 -2.859375 1.6875 -2.859375 C 1.921875 -2.859375 2.109375 -2.734375 2.109375 -2.40625 C 2.109375 -2.265625 2.015625 -1.921875 1.953125 -1.6875 L 1.71875 -0.734375 C 1.65625 -0.5 1.421875 -0.125 1.078125 -0.125 C 1.046875 -0.125 0.84375 -0.125 0.703125 -0.21875 C 0.984375 -0.3125 1 -0.5625 1 -0.609375 C 1 -0.75 0.890625 -0.859375 0.734375 -0.859375 C 0.53125 -0.859375 0.328125 -0.6875 0.328125 -0.4375 C 0.328125 -0.09375 0.71875 0.0625 1.0625 0.0625 C 1.375 0.0625 1.65625 -0.125 1.828125 -0.421875 C 2 -0.0625 2.375 0.0625 2.65625 0.0625 C 3.453125 0.0625 3.875 -0.796875 3.875 -0.984375 Z M 3.875 -0.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph5-1">
<path style="stroke:none;" d="M 11.5 -4.25 C 11.5 -4.5625 11.234375 -4.5625 10.96875 -4.5625 L 6.4375 -4.5625 L 6.4375 -9.09375 C 6.4375 -9.328125 6.4375 -9.625 6.15625 -9.625 C 5.84375 -9.625 5.84375 -9.34375 5.84375 -9.09375 L 5.84375 -4.5625 L 1.3125 -4.5625 C 1.078125 -4.5625 0.78125 -4.5625 0.78125 -4.265625 C 0.78125 -3.96875 1.0625 -3.96875 1.3125 -3.96875 L 5.84375 -3.96875 L 5.84375 0.5625 C 5.84375 0.796875 5.84375 1.09375 6.140625 1.09375 C 6.4375 1.09375 6.4375 0.828125 6.4375 0.5625 L 6.4375 -3.96875 L 10.96875 -3.96875 C 11.21875 -3.96875 11.5 -3.96875 11.5 -4.25 Z M 11.5 -4.25 "/>
</symbol>
<symbol overflow="visible" id="glyph6-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph6-1">
<path style="stroke:none;" d="M 6.859375 -2.46875 C 6.859375 -2.671875 6.671875 -2.671875 6.53125 -2.671875 L 1.140625 -2.671875 C 1.015625 -2.671875 0.828125 -2.671875 0.828125 -2.46875 C 0.828125 -2.28125 1.015625 -2.28125 1.140625 -2.28125 L 6.53125 -2.28125 C 6.671875 -2.28125 6.859375 -2.28125 6.859375 -2.46875 Z M 6.859375 -2.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph7-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph7-1">
<path style="stroke:none;" d="M 6.515625 0.296875 L 6.515625 -0.390625 L 3.21875 -0.390625 L 3.21875 17.40625 L 3.90625 17.40625 L 3.90625 0.296875 Z M 6.515625 0.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph7-2">
<path style="stroke:none;" d="M 6.515625 17.390625 L 6.515625 16.71875 L 3.90625 16.71875 L 3.90625 -0.390625 L 3.21875 -0.390625 L 3.21875 17.390625 Z M 6.515625 17.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph7-3">
<path style="stroke:none;" d="M 3.359375 17.40625 L 3.359375 -0.390625 L 0.0625 -0.390625 L 0.0625 0.296875 L 2.6875 0.296875 L 2.6875 17.40625 Z M 3.359375 17.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph7-4">
<path style="stroke:none;" d="M 3.359375 17.390625 L 3.359375 -0.390625 L 2.6875 -0.390625 L 2.6875 16.71875 L 0.0625 16.71875 L 0.0625 17.390625 Z M 3.359375 17.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph8-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph8-1">
<path style="stroke:none;" d="M 3.234375 -1.78125 C 3.234375 -2.15625 2.703125 -2.1875 2.46875 -2.1875 C 2.34375 -2.1875 2.015625 -2.1875 1.671875 -1.796875 C 1.609375 -2.0625 1.328125 -2.1875 1.078125 -2.1875 C 0.921875 -2.1875 0.765625 -2.109375 0.640625 -1.921875 C 0.515625 -1.703125 0.453125 -1.453125 0.453125 -1.421875 C 0.453125 -1.359375 0.53125 -1.359375 0.5625 -1.359375 C 0.640625 -1.359375 0.640625 -1.359375 0.671875 -1.484375 C 0.765625 -1.796875 0.875 -2.015625 1.0625 -2.015625 C 1.234375 -2.015625 1.265625 -1.859375 1.265625 -1.765625 C 1.265625 -1.6875 1.21875 -1.5 1.1875 -1.375 L 1.078125 -0.921875 L 0.953125 -0.484375 C 0.9375 -0.359375 0.875 -0.140625 0.875 -0.125 C 0.875 -0.015625 0.96875 0.046875 1.0625 0.046875 C 1.140625 0.046875 1.234375 0.015625 1.28125 -0.078125 C 1.296875 -0.109375 1.34375 -0.265625 1.359375 -0.375 L 1.46875 -0.8125 C 1.484375 -0.890625 1.546875 -1.078125 1.5625 -1.15625 L 1.609375 -1.359375 C 1.640625 -1.453125 1.796875 -1.703125 1.953125 -1.84375 C 2.125 -1.984375 2.28125 -2.015625 2.453125 -2.015625 C 2.515625 -2.015625 2.75 -2.015625 2.90625 -1.9375 C 2.703125 -1.859375 2.703125 -1.65625 2.703125 -1.65625 C 2.703125 -1.5625 2.765625 -1.453125 2.921875 -1.453125 C 3.0625 -1.453125 3.234375 -1.5625 3.234375 -1.78125 Z M 3.234375 -1.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph8-2">
<path style="stroke:none;" d="M 3.65625 -0.71875 C 3.65625 -0.78125 3.5625 -0.78125 3.546875 -0.78125 C 3.46875 -0.78125 3.453125 -0.765625 3.421875 -0.671875 C 3.34375 -0.390625 3.125 -0.109375 2.875 -0.109375 C 2.765625 -0.109375 2.71875 -0.1875 2.71875 -0.296875 C 2.71875 -0.40625 2.78125 -0.546875 2.828125 -0.65625 C 2.875 -0.796875 3.09375 -1.34375 3.09375 -1.59375 C 3.09375 -1.9375 2.875 -2.1875 2.359375 -2.1875 C 1.875 -2.1875 1.578125 -1.875 1.4375 -1.71875 L 1.828125 -3.25 C 1.84375 -3.3125 1.84375 -3.328125 1.84375 -3.359375 C 1.84375 -3.4375 1.765625 -3.4375 1.6875 -3.4375 L 1.078125 -3.390625 C 1 -3.390625 0.984375 -3.375 0.953125 -3.359375 C 0.9375 -3.328125 0.921875 -3.28125 0.921875 -3.25 C 0.921875 -3.15625 1 -3.15625 1.078125 -3.15625 C 1.078125 -3.15625 1.171875 -3.15625 1.25 -3.15625 C 1.34375 -3.140625 1.34375 -3.125 1.34375 -3.078125 C 1.34375 -3.078125 1.34375 -3.0625 1.3125 -2.96875 L 0.640625 -0.234375 C 0.609375 -0.15625 0.609375 -0.15625 0.609375 -0.125 C 0.609375 -0.015625 0.703125 0.046875 0.796875 0.046875 C 0.90625 0.046875 1.015625 -0.015625 1.046875 -0.140625 C 1.0625 -0.1875 1.078125 -0.25 1.15625 -0.578125 L 1.234375 -0.921875 C 1.3125 -1.21875 1.3125 -1.21875 1.453125 -1.4375 C 1.65625 -1.75 1.953125 -2.015625 2.34375 -2.015625 C 2.59375 -2.015625 2.6875 -1.875 2.6875 -1.671875 C 2.6875 -1.390625 2.46875 -0.859375 2.40625 -0.6875 C 2.328125 -0.5 2.3125 -0.46875 2.3125 -0.375 C 2.3125 -0.125 2.5625 0.046875 2.859375 0.046875 C 3.375 0.046875 3.65625 -0.59375 3.65625 -0.71875 Z M 3.65625 -0.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph8-3">
<path style="stroke:none;" d="M 2.96875 -0.734375 C 2.96875 -0.796875 2.875 -0.796875 2.859375 -0.796875 C 2.78125 -0.796875 2.78125 -0.78125 2.75 -0.71875 C 2.640625 -0.421875 2.25 -0.375 2.0625 -0.375 C 1.953125 -0.375 1.828125 -0.390625 1.6875 -0.40625 C 1.40625 -0.453125 1.328125 -0.453125 1.265625 -0.453125 C 1.171875 -0.453125 1.171875 -0.453125 1.140625 -0.453125 C 1.34375 -0.640625 1.59375 -0.828125 1.875 -1.015625 C 2.203125 -1.265625 2.40625 -1.421875 2.625 -1.625 C 2.875 -1.859375 3.03125 -2.078125 3.03125 -2.125 C 3.03125 -2.1875 2.96875 -2.1875 2.9375 -2.1875 C 2.859375 -2.1875 2.859375 -2.1875 2.8125 -2.125 C 2.625 -1.875 2.515625 -1.84375 2.4375 -1.84375 C 2.359375 -1.84375 2.28125 -1.859375 2.125 -1.96875 C 1.953125 -2.109375 1.84375 -2.1875 1.65625 -2.1875 C 1.203125 -2.1875 0.921875 -1.75 0.921875 -1.59375 C 0.921875 -1.53125 0.984375 -1.53125 1.015625 -1.53125 C 1.078125 -1.53125 1.09375 -1.53125 1.125 -1.578125 C 1.140625 -1.640625 1.1875 -1.765625 1.59375 -1.765625 C 1.734375 -1.765625 1.828125 -1.75 2.09375 -1.703125 C 2.28125 -1.671875 2.328125 -1.671875 2.421875 -1.671875 C 2.28125 -1.546875 2.125 -1.421875 1.75 -1.15625 C 1.390625 -0.90625 1.171875 -0.75 0.953125 -0.53125 C 0.75 -0.359375 0.515625 -0.078125 0.515625 -0.015625 C 0.515625 0.046875 0.59375 0.046875 0.625 0.046875 C 0.6875 0.046875 0.703125 0.046875 0.734375 0.015625 C 0.875 -0.1875 1.046875 -0.28125 1.21875 -0.28125 C 1.359375 -0.28125 1.4375 -0.234375 1.609375 -0.09375 C 1.75 0 1.859375 0.046875 2 0.046875 C 2.578125 0.046875 2.96875 -0.53125 2.96875 -0.734375 Z M 2.96875 -0.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph8-4">
<path style="stroke:none;" d="M 3.28125 -1.84375 C 3.296875 -1.921875 3.296875 -1.96875 3.296875 -1.96875 C 3.296875 -2.078125 3.203125 -2.140625 3.109375 -2.140625 C 2.921875 -2.140625 2.875 -1.96875 2.84375 -1.828125 L 2.734375 -1.421875 L 2.578125 -0.796875 C 2.5625 -0.734375 2.546875 -0.625 2.53125 -0.59375 C 2.53125 -0.578125 2.265625 -0.109375 1.84375 -0.109375 C 1.609375 -0.109375 1.4375 -0.21875 1.4375 -0.546875 C 1.4375 -0.8125 1.578125 -1.171875 1.734375 -1.53125 C 1.75 -1.59375 1.78125 -1.671875 1.78125 -1.75 C 1.78125 -2 1.5625 -2.1875 1.25 -2.1875 C 0.734375 -2.1875 0.453125 -1.5625 0.453125 -1.421875 C 0.453125 -1.359375 0.53125 -1.359375 0.5625 -1.359375 C 0.640625 -1.359375 0.640625 -1.375 0.671875 -1.453125 C 0.765625 -1.796875 1 -2.015625 1.234375 -2.015625 C 1.328125 -2.015625 1.375 -1.96875 1.375 -1.828125 C 1.375 -1.734375 1.34375 -1.671875 1.3125 -1.578125 C 1.0625 -0.984375 1.03125 -0.8125 1.03125 -0.609375 C 1.03125 -0.0625 1.484375 0.046875 1.8125 0.046875 C 2.09375 0.046875 2.3125 -0.078125 2.4375 -0.1875 C 2.359375 0.09375 2.3125 0.3125 2.078125 0.546875 C 1.96875 0.65625 1.734375 0.84375 1.421875 0.84375 C 1.328125 0.84375 1.15625 0.828125 1.03125 0.734375 C 1.265625 0.671875 1.28125 0.484375 1.28125 0.4375 C 1.28125 0.28125 1.171875 0.234375 1.0625 0.234375 C 0.921875 0.234375 0.75 0.34375 0.75 0.578125 C 0.75 0.828125 1 1.015625 1.421875 1.015625 C 1.984375 1.015625 2.65625 0.640625 2.8125 0 Z M 3.28125 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph8-5">
<path style="stroke:none;" d="M 3.3125 -0.71875 C 3.3125 -0.78125 3.21875 -0.78125 3.203125 -0.78125 C 3.125 -0.78125 3.109375 -0.75 3.09375 -0.703125 C 2.953125 -0.265625 2.578125 -0.109375 2.359375 -0.109375 C 2.203125 -0.109375 2 -0.171875 2 -0.453125 C 2 -0.5 2 -0.546875 2.046875 -0.703125 C 2.125 -1.0625 2.265625 -1.609375 2.296875 -1.6875 C 2.359375 -1.828125 2.53125 -2.015625 2.78125 -2.015625 C 2.796875 -2.015625 2.96875 -2.015625 3.078125 -1.9375 C 2.84375 -1.875 2.84375 -1.65625 2.84375 -1.65625 C 2.84375 -1.5625 2.90625 -1.453125 3.078125 -1.453125 C 3.203125 -1.453125 3.375 -1.5625 3.375 -1.78125 C 3.375 -2.078125 3.046875 -2.1875 2.78125 -2.1875 C 2.46875 -2.1875 2.265625 -1.984375 2.15625 -1.859375 C 2 -2.140625 1.671875 -2.1875 1.5 -2.1875 C 0.875 -2.1875 0.53125 -1.609375 0.53125 -1.421875 C 0.53125 -1.359375 0.609375 -1.359375 0.640625 -1.359375 C 0.671875 -1.359375 0.71875 -1.359375 0.734375 -1.40625 C 0.890625 -1.890625 1.296875 -2.015625 1.484375 -2.015625 C 1.640625 -2.015625 1.828125 -1.953125 1.828125 -1.6875 C 1.828125 -1.5625 1.75 -1.21875 1.578125 -0.5625 C 1.5 -0.28125 1.265625 -0.109375 1.0625 -0.109375 C 1.03125 -0.109375 0.875 -0.109375 0.765625 -0.1875 C 0.984375 -0.265625 0.984375 -0.453125 0.984375 -0.484375 C 0.984375 -0.625 0.875 -0.6875 0.765625 -0.6875 C 0.640625 -0.6875 0.453125 -0.59375 0.453125 -0.359375 C 0.453125 -0.046875 0.796875 0.046875 1.046875 0.046875 C 1.328125 0.046875 1.546875 -0.109375 1.671875 -0.28125 C 1.859375 0.015625 2.171875 0.046875 2.328125 0.046875 C 2.953125 0.046875 3.3125 -0.53125 3.3125 -0.71875 Z M 3.3125 -0.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph8-6">
<path style="stroke:none;" d="M 3.75 -0.71875 C 3.75 -0.78125 3.65625 -0.78125 3.640625 -0.78125 C 3.546875 -0.78125 3.546875 -0.75 3.515625 -0.671875 C 3.421875 -0.296875 3.296875 -0.109375 3.125 -0.109375 C 2.984375 -0.109375 2.9375 -0.21875 2.9375 -0.375 C 2.9375 -0.484375 3.078125 -1.078125 3.28125 -1.84375 C 3.296875 -1.921875 3.296875 -1.9375 3.296875 -1.96875 C 3.296875 -2.078125 3.21875 -2.140625 3.125 -2.140625 C 2.921875 -2.140625 2.875 -1.96875 2.84375 -1.828125 L 2.75 -1.421875 L 2.59375 -0.796875 C 2.578125 -0.734375 2.546875 -0.625 2.546875 -0.59375 C 2.53125 -0.578125 2.265625 -0.109375 1.84375 -0.109375 C 1.65625 -0.109375 1.4375 -0.1875 1.4375 -0.546875 C 1.4375 -0.796875 1.5625 -1.140625 1.703125 -1.46875 C 1.765625 -1.609375 1.78125 -1.671875 1.78125 -1.75 C 1.78125 -2 1.5625 -2.1875 1.25 -2.1875 C 0.734375 -2.1875 0.453125 -1.5625 0.453125 -1.421875 C 0.453125 -1.359375 0.53125 -1.359375 0.5625 -1.359375 C 0.640625 -1.359375 0.640625 -1.375 0.671875 -1.453125 C 0.765625 -1.78125 1 -2.015625 1.234375 -2.015625 C 1.328125 -2.015625 1.375 -1.96875 1.375 -1.828125 C 1.375 -1.734375 1.359375 -1.671875 1.296875 -1.53125 C 1.03125 -0.875 1.03125 -0.75 1.03125 -0.609375 C 1.03125 -0.046875 1.5 0.046875 1.8125 0.046875 C 2.09375 0.046875 2.34375 -0.078125 2.53125 -0.28125 C 2.65625 0.03125 3.015625 0.046875 3.109375 0.046875 C 3.28125 0.046875 3.421875 -0.03125 3.546875 -0.21875 C 3.671875 -0.40625 3.75 -0.6875 3.75 -0.71875 Z M 3.75 -0.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph8-7">
<path style="stroke:none;" d="M 3.390625 -0.71875 C 3.390625 -0.78125 3.296875 -0.78125 3.28125 -0.78125 C 3.1875 -0.78125 3.1875 -0.75 3.171875 -0.671875 C 3.078125 -0.3125 2.953125 -0.109375 2.78125 -0.109375 C 2.640625 -0.109375 2.578125 -0.21875 2.578125 -0.375 C 2.578125 -0.4375 2.578125 -0.484375 2.59375 -0.53125 L 3.28125 -3.25 C 3.296875 -3.3125 3.296875 -3.328125 3.296875 -3.359375 C 3.296875 -3.4375 3.21875 -3.4375 3.140625 -3.4375 L 2.53125 -3.390625 C 2.453125 -3.390625 2.4375 -3.375 2.421875 -3.359375 C 2.390625 -3.328125 2.375 -3.28125 2.375 -3.25 C 2.375 -3.15625 2.46875 -3.15625 2.53125 -3.15625 C 2.53125 -3.15625 2.625 -3.15625 2.703125 -3.15625 C 2.796875 -3.140625 2.796875 -3.125 2.796875 -3.078125 C 2.796875 -3.0625 2.765625 -2.90625 2.734375 -2.828125 L 2.5 -1.890625 C 2.40625 -2.015625 2.21875 -2.1875 1.90625 -2.1875 C 1.21875 -2.1875 0.515625 -1.515625 0.515625 -0.8125 C 0.515625 -0.296875 0.890625 0.046875 1.390625 0.046875 C 1.796875 0.046875 2.109375 -0.234375 2.171875 -0.296875 C 2.265625 -0.046875 2.53125 0.046875 2.75 0.046875 C 2.953125 0.046875 3.078125 -0.0625 3.1875 -0.21875 C 3.3125 -0.421875 3.390625 -0.671875 3.390625 -0.71875 Z M 2.203125 -0.65625 C 2.171875 -0.578125 2.171875 -0.578125 2.09375 -0.46875 C 1.90625 -0.265625 1.65625 -0.109375 1.40625 -0.109375 C 1.234375 -0.109375 0.96875 -0.203125 0.96875 -0.625 C 0.96875 -0.84375 1.078125 -1.359375 1.265625 -1.625 C 1.453125 -1.890625 1.703125 -2.015625 1.90625 -2.015625 C 2.140625 -2.015625 2.34375 -1.890625 2.421875 -1.59375 Z M 2.203125 -0.65625 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 337 28 L 361.007812 28 L 361.007812 60 L 337 60 Z M 337 28 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 41 43 L 347 43 L 347 72.996094 L 41 72.996094 Z M 41 43 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 26 41 L 58 41 L 58 72.996094 L 26 72.996094 Z M 26 41 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -21.261788 -21.261384 L 21.261631 -21.261384 L 21.261631 21.262035 L -21.261788 21.262035 Z M -21.261788 -21.261384 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="228.642126" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="236.421883" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="240.270543" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="244.9088" y="46.325954"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.273052 -14.174148 L 90.289427 -14.174148 L 90.289427 14.174799 L 56.273052 14.174799 Z M 56.273052 -14.174148 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="302.94958" y="46.65669"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="309.388513" y="43.065269"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="315.573186" y="43.065269"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="308.437025" y="49.102948"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -90.289584 -14.174148 L -56.273209 -14.174148 L -56.273209 14.174799 L -90.289584 14.174799 Z M -90.289584 -14.174148 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="155.194786" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="164.306428" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="168.154095" y="46.325954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="172.792352" y="46.325954"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -159.317381 -14.174148 L -125.301005 -14.174148 L -125.301005 14.174799 L -159.317381 14.174799 Z M -159.317381 -14.174148 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="92.222755" y="46.490825"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="97.709207" y="47.97467"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -188.161883 0.000325442 C -188.161883 5.50257 -192.621886 9.962573 -198.12413 9.962573 C -203.626374 9.962573 -208.086378 5.50257 -208.086378 0.000325442 C -208.086378 -5.501919 -203.626374 -9.961922 -198.12413 -9.961922 C -192.621886 -9.961922 -188.161883 -5.501919 -188.161883 0.000325442 Z M -188.161883 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="35.770107" y="47.990561"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="32.249203" y="61.498118"/>
</g>
<path style="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 -55.77372 0.000325442 L -26.390399 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style="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.053169 0.000325442 L 1.608897 1.683642 L 3.087699 0.000325442 L 1.608897 -1.682992 Z M 6.053169 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,209.667664,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="185.886736" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="185.886736" y="22.644028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="192.784529" y="12.749743"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-3" x="198.448764" y="14.233588"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-1" x="203.126749" y="15.222818"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="192.483589" y="24.623481"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-3" x="198.147824" y="26.107326"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-2" x="202.826802" y="27.157142"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="195.05797" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="200.722205" y="37.981065"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="207.910013" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="207.910013" y="22.644028"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.757187 0.000325442 L 51.140508 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style="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.051506 0.000325442 L 1.607234 1.683642 L 3.086036 0.000325442 L 1.607234 -1.682992 Z M 6.051506 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,286.673222,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="265.557484" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="265.557484" y="22.644028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="272.154337" y="12.749743"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="277.809633" y="14.233588"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="272.154337" y="24.623481"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="277.809633" y="26.107326"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="272.154337" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-3" x="277.809633" y="37.981065"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="282.248256" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="282.248256" y="22.644028"/>
</g>
<path style="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 90.784983 0.000325442 L 114.500875 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 355.613281 43.851562 L 351.199219 42.179688 L 352.667969 43.851562 L 351.199219 45.523438 Z M 355.613281 43.851562 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.052702 0.000325442 L 1.608431 1.683642 L 3.087233 0.000325442 L 1.608431 -1.682992 Z M 6.052702 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,349.601721,43.851886)"/>
</g>
<path style="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 -236.435324 0.000325442 L -212.719433 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style="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.053385 0.000325442 L 1.609113 1.683642 L 3.087915 0.000325442 L 1.609113 -1.682992 Z M 6.053385 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,24.604949,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="4.774237" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="4.774237" y="22.644028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="11.370096" y="12.749743"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="15.834542" y="14.233588"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-3" x="19.953354" y="15.222818"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="11.49226" y="24.623481"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-5" x="15.956706" y="26.107326"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-4" x="19.630563" y="27.096556"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="11.429688" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-5" x="15.894134" y="37.981065"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-5" x="19.567991" y="38.971288"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="24.534005" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="24.534005" y="22.644028"/>
</g>
<path style="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 -188.161883 0.000325442 L -164.449924 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style="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.054486 0.000325442 L 1.610215 1.683642 L 3.089017 0.000325442 L 1.610215 -1.682992 Z M 6.054486 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,72.549168,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="52.941588" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="52.941588" y="22.644028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="59.537448" y="12.749743"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="63.553959" y="14.233588"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-3" x="67.673764" y="15.222818"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="59.659612" y="24.623481"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-5" x="63.676123" y="26.107326"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-4" x="67.34998" y="27.096556"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="59.59704" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-5" x="63.613551" y="37.981065"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-5" x="67.287408" y="38.971288"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="72.253422" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="72.253422" y="22.644028"/>
</g>
<path style="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 -124.801516 0.000325442 L -95.422128 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
<path style="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.053823 0.000325442 L 1.609551 1.683642 L 3.088353 0.000325442 L 1.609551 -1.682992 Z M 6.053823 0.000325442 " transform="matrix(0.993203,0,0,-0.993203,141.108421,43.851886)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="116.092396" y="4.51212"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="116.092396" y="22.323224"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="122.989195" y="12.106148"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="127.005707" y="13.590986"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-6" x="131.124519" y="14.580216"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-1" x="135.310868" y="15.569446"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="122.688255" y="23.979886"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="126.704767" y="25.464724"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-6" x="130.824572" y="26.453954"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-2" x="135.009928" y="28.1861"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="125.246745" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="129.262264" y="37.982058"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph8-7" x="133.382069" y="39.031873"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="140.588747" y="4.51212"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="140.588747" y="22.323224"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="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 107.795138 0.000325442 L 107.795138 -28.348621 L -198.12413 -28.348621 L -198.12413 -14.594977 " transform="matrix(0.993203,0,0,-0.993203,238.699297,43.851886)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 41.921875 55.15625 L 40.25 59.570312 L 41.921875 58.101562 L 43.59375 59.570312 Z M 41.921875 55.15625 "/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053111 -0.000599641 L 1.608839 1.682717 L 3.087641 -0.000599641 L 1.608839 -1.683917 Z M 6.053111 -0.000599641 " transform="matrix(0,-0.993203,-0.993203,0,41.921279,61.168216)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 347.742188 43.851562 C 347.742188 42.757812 346.855469 41.871094 345.761719 41.871094 C 344.667969 41.871094 343.78125 42.757812 343.78125 43.851562 C 343.78125 44.945312 344.667969 45.832031 345.761719 45.832031 C 346.855469 45.832031 347.742188 44.945312 347.742188 43.851562 Z M 347.742188 43.851562 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="334.308962" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-2" x="334.308962" y="22.644028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="340.905814" y="12.749743"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-6" x="346.05557" y="14.233588"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="341.150142" y="24.623481"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-7" x="345.614588" y="26.107326"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="341.036917" y="36.49722"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-8" x="345.501363" y="37.981065"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-3" x="350.615364" y="4.832924"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-4" x="350.615364" y="22.644028"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="214.595pt" height="102.643pt" viewBox="0 0 214.595 102.643" version="1.2">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 7.703125 -4.78125 C 7.703125 -6.125 7.078125 -7 5.953125 -7 C 4.875 -7 4.015625 -6.125 3.984375 -6.109375 C 3.15625 -5.296875 2.875 -4.4375 2.875 -4.40625 C 2.875 -4.34375 2.921875 -4.328125 2.96875 -4.328125 C 3.140625 -4.328125 3.390625 -4.484375 3.390625 -4.484375 C 3.640625 -4.640625 3.671875 -4.703125 3.75 -4.90625 C 3.984375 -5.421875 4.203125 -5.75 4.421875 -6 C 4.703125 -6.3125 4.90625 -6.453125 5.296875 -6.453125 C 6.21875 -6.453125 6.859375 -5.6875 6.859375 -4.359375 C 6.859375 -2.359375 5.453125 -0.328125 3.578125 -0.328125 C 2.1875 -0.328125 1.40625 -1.4375 1.40625 -2.875 C 1.40625 -3.65625 1.671875 -5.46875 3.625 -6.59375 C 3.765625 -6.671875 3.953125 -6.828125 3.953125 -6.921875 C 3.953125 -7 3.875 -7 3.84375 -7 C 3.515625 -7 0.5625 -5.421875 0.5625 -2.4375 C 0.5625 -0.984375 1.34375 0.21875 2.921875 0.21875 C 4.875 0.21875 7.703125 -1.734375 7.703125 -4.78125 Z M 7.703125 -4.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 6.890625 -2.484375 C 6.890625 -2.671875 6.703125 -2.671875 6.5625 -2.671875 L 1.15625 -2.671875 C 1.015625 -2.671875 0.828125 -2.671875 0.828125 -2.484375 C 0.828125 -2.28125 1.015625 -2.28125 1.15625 -2.28125 L 6.5625 -2.28125 C 6.703125 -2.28125 6.890625 -2.28125 6.890625 -2.484375 Z M 6.890625 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 3.28125 0 L 3.28125 -0.25 L 3.03125 -0.25 C 2.328125 -0.25 2.328125 -0.34375 2.328125 -0.5625 L 2.328125 -4.421875 C 2.328125 -4.609375 2.3125 -4.609375 2.125 -4.609375 C 1.671875 -4.171875 1.046875 -4.171875 0.765625 -4.171875 L 0.765625 -3.921875 C 0.921875 -3.921875 1.390625 -3.921875 1.765625 -4.109375 L 1.765625 -0.5625 C 1.765625 -0.34375 1.765625 -0.25 1.078125 -0.25 L 0.8125 -0.25 L 0.8125 0 L 2.046875 -0.03125 Z M 3.28125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.515625 -1.265625 L 3.28125 -1.265625 C 3.25 -1.109375 3.1875 -0.703125 3.09375 -0.625 C 3.03125 -0.59375 2.5 -0.59375 2.40625 -0.59375 L 1.125 -0.59375 C 1.859375 -1.234375 2.09375 -1.4375 2.515625 -1.765625 C 3.03125 -2.171875 3.515625 -2.59375 3.515625 -3.265625 C 3.515625 -4.109375 2.78125 -4.609375 1.890625 -4.609375 C 1.015625 -4.609375 0.4375 -4.015625 0.4375 -3.375 C 0.4375 -3.015625 0.734375 -2.984375 0.8125 -2.984375 C 0.96875 -2.984375 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.484375 1.125 -3.71875 0.765625 -3.71875 C 0.984375 -4.21875 1.453125 -4.359375 1.78125 -4.359375 C 2.46875 -4.359375 2.84375 -3.828125 2.84375 -3.265625 C 2.84375 -2.65625 2.40625 -2.171875 2.1875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.296875 0 Z M 3.515625 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 3.578125 -1.203125 C 3.578125 -1.75 3.125 -2.28125 2.359375 -2.453125 C 3.09375 -2.71875 3.359375 -3.234375 3.359375 -3.65625 C 3.359375 -4.203125 2.71875 -4.609375 1.953125 -4.609375 C 1.1875 -4.609375 0.59375 -4.234375 0.59375 -3.6875 C 0.59375 -3.453125 0.75 -3.3125 0.953125 -3.3125 C 1.171875 -3.3125 1.3125 -3.484375 1.3125 -3.671875 C 1.3125 -3.875 1.171875 -4.015625 0.953125 -4.03125 C 1.203125 -4.34375 1.671875 -4.421875 1.9375 -4.421875 C 2.25 -4.421875 2.6875 -4.265625 2.6875 -3.65625 C 2.6875 -3.359375 2.59375 -3.046875 2.40625 -2.828125 C 2.171875 -2.5625 1.984375 -2.546875 1.640625 -2.53125 C 1.453125 -2.515625 1.453125 -2.515625 1.40625 -2.515625 C 1.40625 -2.515625 1.34375 -2.5 1.34375 -2.421875 C 1.34375 -2.328125 1.40625 -2.328125 1.515625 -2.328125 L 1.890625 -2.328125 C 2.4375 -2.328125 2.828125 -1.953125 2.828125 -1.203125 C 2.828125 -0.34375 2.328125 -0.078125 1.921875 -0.078125 C 1.640625 -0.078125 1.03125 -0.15625 0.75 -0.5625 C 1.078125 -0.578125 1.140625 -0.8125 1.140625 -0.953125 C 1.140625 -1.1875 0.984375 -1.34375 0.765625 -1.34375 C 0.5625 -1.34375 0.375 -1.21875 0.375 -0.9375 C 0.375 -0.28125 1.09375 0.140625 1.9375 0.140625 C 2.90625 0.140625 3.578125 -0.5 3.578125 -1.203125 Z M 3.578125 -1.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 7.15625 -3.4375 C 7.15625 -3.640625 6.96875 -3.640625 6.828125 -3.640625 L 0.890625 -3.640625 C 0.75 -3.640625 0.5625 -3.640625 0.5625 -3.4375 C 0.5625 -3.25 0.75 -3.25 0.890625 -3.25 L 6.8125 -3.25 C 6.96875 -3.25 7.15625 -3.25 7.15625 -3.4375 Z M 7.15625 -1.515625 C 7.15625 -1.71875 6.96875 -1.71875 6.8125 -1.71875 L 0.890625 -1.71875 C 0.75 -1.71875 0.5625 -1.71875 0.5625 -1.515625 C 0.5625 -1.3125 0.75 -1.3125 0.890625 -1.3125 L 6.828125 -1.3125 C 6.96875 -1.3125 7.15625 -1.3125 7.15625 -1.515625 Z M 7.15625 -1.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 3.28125 2.375 C 3.28125 2.34375 3.28125 2.328125 3.109375 2.15625 C 1.875 0.90625 1.5625 -0.96875 1.5625 -2.484375 C 1.5625 -4.203125 1.9375 -5.9375 3.15625 -7.171875 C 3.28125 -7.296875 3.28125 -7.3125 3.28125 -7.34375 C 3.28125 -7.40625 3.25 -7.4375 3.1875 -7.4375 C 3.078125 -7.4375 2.1875 -6.765625 1.609375 -5.5 C 1.09375 -4.421875 0.984375 -3.3125 0.984375 -2.484375 C 0.984375 -1.703125 1.09375 -0.5 1.640625 0.609375 C 2.234375 1.828125 3.078125 2.484375 3.1875 2.484375 C 3.25 2.484375 3.28125 2.453125 3.28125 2.375 Z M 3.28125 2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.5625 -3.171875 C 4.5625 -3.96875 4.515625 -4.765625 4.171875 -5.5 C 3.703125 -6.453125 2.890625 -6.609375 2.484375 -6.609375 C 1.890625 -6.609375 1.15625 -6.34375 0.75 -5.421875 C 0.4375 -4.75 0.390625 -3.96875 0.390625 -3.171875 C 0.390625 -2.4375 0.421875 -1.53125 0.828125 -0.78125 C 1.265625 0.015625 1.984375 0.21875 2.46875 0.21875 C 3 0.21875 3.765625 0.015625 4.203125 -0.9375 C 4.515625 -1.625 4.5625 -2.390625 4.5625 -3.171875 Z M 3.734375 -3.296875 C 3.734375 -2.546875 3.734375 -1.875 3.625 -1.234375 C 3.484375 -0.296875 2.921875 0 2.46875 0 C 2.078125 0 1.5 -0.25 1.3125 -1.203125 C 1.203125 -1.796875 1.203125 -2.703125 1.203125 -3.296875 C 1.203125 -3.921875 1.203125 -4.578125 1.296875 -5.125 C 1.484375 -6.296875 2.21875 -6.390625 2.46875 -6.390625 C 2.796875 -6.390625 3.453125 -6.21875 3.640625 -5.234375 C 3.734375 -4.671875 3.734375 -3.921875 3.734375 -3.296875 Z M 3.734375 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 4.53125 -1.703125 C 4.53125 -2.515625 3.90625 -3.28125 2.875 -3.5 C 3.6875 -3.765625 4.265625 -4.453125 4.265625 -5.234375 C 4.265625 -6.046875 3.390625 -6.609375 2.4375 -6.609375 C 1.4375 -6.609375 0.6875 -6.015625 0.6875 -5.265625 C 0.6875 -4.9375 0.90625 -4.75 1.1875 -4.75 C 1.5 -4.75 1.703125 -4.953125 1.703125 -5.25 C 1.703125 -5.75 1.234375 -5.75 1.078125 -5.75 C 1.390625 -6.234375 2.046875 -6.359375 2.40625 -6.359375 C 2.8125 -6.359375 3.359375 -6.140625 3.359375 -5.25 C 3.359375 -5.125 3.328125 -4.546875 3.078125 -4.125 C 2.78125 -3.640625 2.4375 -3.609375 2.1875 -3.609375 C 2.109375 -3.59375 1.875 -3.578125 1.8125 -3.578125 C 1.71875 -3.5625 1.65625 -3.546875 1.65625 -3.453125 C 1.65625 -3.34375 1.71875 -3.34375 1.890625 -3.34375 L 2.328125 -3.34375 C 3.140625 -3.34375 3.515625 -2.671875 3.515625 -1.703125 C 3.515625 -0.34375 2.828125 -0.0625 2.390625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.921875 0.96875 -1.921875 C 0.734375 -1.921875 0.421875 -1.78125 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.421875 0.21875 C 3.625 0.21875 4.53125 -0.6875 4.53125 -1.703125 Z M 4.53125 -1.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 4.53125 -2.03125 C 4.53125 -3.28125 3.65625 -4.234375 2.546875 -4.234375 C 1.875 -4.234375 1.515625 -3.734375 1.3125 -3.25 L 1.3125 -3.5 C 1.3125 -6 2.546875 -6.359375 3.046875 -6.359375 C 3.28125 -6.359375 3.703125 -6.296875 3.921875 -5.96875 C 3.765625 -5.96875 3.375 -5.96875 3.375 -5.515625 C 3.375 -5.203125 3.609375 -5.0625 3.828125 -5.0625 C 3.984375 -5.0625 4.28125 -5.15625 4.28125 -5.53125 C 4.28125 -6.125 3.84375 -6.609375 3.03125 -6.609375 C 1.75 -6.609375 0.421875 -5.328125 0.421875 -3.140625 C 0.421875 -0.484375 1.5625 0.21875 2.484375 0.21875 C 3.59375 0.21875 4.53125 -0.71875 4.53125 -2.03125 Z M 3.640625 -2.03125 C 3.640625 -1.5625 3.640625 -1.0625 3.46875 -0.703125 C 3.171875 -0.109375 2.71875 -0.0625 2.484375 -0.0625 C 1.859375 -0.0625 1.5625 -0.65625 1.515625 -0.796875 C 1.328125 -1.265625 1.328125 -2.0625 1.328125 -2.25 C 1.328125 -3.015625 1.640625 -4.015625 2.546875 -4.015625 C 2.703125 -4.015625 3.15625 -4.015625 3.46875 -3.390625 C 3.640625 -3.03125 3.640625 -2.515625 3.640625 -2.03125 Z M 3.640625 -2.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 4.15625 0 L 4.15625 -0.3125 L 3.84375 -0.3125 C 2.953125 -0.3125 2.921875 -0.421875 2.921875 -0.78125 L 2.921875 -6.34375 C 2.921875 -6.59375 2.921875 -6.609375 2.6875 -6.609375 C 2.078125 -5.96875 1.203125 -5.96875 0.890625 -5.96875 L 0.890625 -5.671875 C 1.078125 -5.671875 1.671875 -5.671875 2.1875 -5.921875 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.9375 -0.3125 L 0.9375 0 C 1.296875 -0.03125 2.15625 -0.03125 2.546875 -0.03125 C 2.953125 -0.03125 3.8125 -0.03125 4.15625 0 Z M 4.15625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M 4.453125 -2 C 4.453125 -3.171875 3.640625 -4.171875 2.5625 -4.171875 C 2.09375 -4.171875 1.671875 -4.015625 1.3125 -3.65625 L 1.3125 -5.59375 C 1.515625 -5.53125 1.828125 -5.46875 2.15625 -5.46875 C 3.375 -5.46875 4.0625 -6.375 4.0625 -6.5 C 4.0625 -6.5625 4.03125 -6.609375 3.96875 -6.609375 C 3.96875 -6.609375 3.9375 -6.609375 3.890625 -6.578125 C 3.6875 -6.484375 3.203125 -6.296875 2.546875 -6.296875 C 2.140625 -6.296875 1.6875 -6.359375 1.21875 -6.5625 C 1.140625 -6.59375 1.09375 -6.59375 1.09375 -6.59375 C 1 -6.59375 1 -6.515625 1 -6.359375 L 1 -3.421875 C 1 -3.25 1 -3.171875 1.140625 -3.171875 C 1.203125 -3.171875 1.234375 -3.1875 1.265625 -3.25 C 1.375 -3.40625 1.75 -3.953125 2.546875 -3.953125 C 3.0625 -3.953125 3.3125 -3.5 3.390625 -3.3125 C 3.546875 -2.953125 3.578125 -2.5625 3.578125 -2.0625 C 3.578125 -1.71875 3.578125 -1.125 3.328125 -0.703125 C 3.09375 -0.3125 2.734375 -0.0625 2.265625 -0.0625 C 1.546875 -0.0625 0.984375 -0.578125 0.8125 -1.171875 C 0.84375 -1.15625 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.875 1.3125 -2.125 0.984375 -2.125 C 0.84375 -2.125 0.5 -2.046875 0.5 -1.59375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.4375 0.21875 4.453125 -0.734375 4.453125 -2 Z M 4.453125 -2 "/>
</symbol>
<symbol overflow="visible" id="glyph2-8">
<path style="stroke:none;" d="M 2.875 -2.484375 C 2.875 -3.25 2.765625 -4.453125 2.21875 -5.578125 C 1.625 -6.796875 0.765625 -7.4375 0.671875 -7.4375 C 0.609375 -7.4375 0.5625 -7.40625 0.5625 -7.34375 C 0.5625 -7.3125 0.5625 -7.296875 0.75 -7.109375 C 1.71875 -6.125 2.296875 -4.546875 2.296875 -2.484375 C 2.296875 -0.78125 1.921875 0.96875 0.6875 2.21875 C 0.5625 2.328125 0.5625 2.34375 0.5625 2.375 C 0.5625 2.4375 0.609375 2.484375 0.671875 2.484375 C 0.765625 2.484375 1.65625 1.8125 2.25 0.546875 C 2.75 -0.546875 2.875 -1.640625 2.875 -2.484375 Z M 2.875 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.046875 1.375 -1.046875 C 1.09375 -1.046875 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.375 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 2.015625 -0.015625 C 2.015625 -0.671875 1.765625 -1.046875 1.375 -1.046875 C 1.046875 -1.046875 0.859375 -0.796875 0.859375 -0.53125 C 0.859375 -0.265625 1.046875 0 1.375 0 C 1.5 0 1.625 -0.046875 1.71875 -0.125 C 1.75 -0.15625 1.78125 -0.15625 1.78125 -0.15625 C 1.78125 -0.15625 1.796875 -0.15625 1.796875 -0.015625 C 1.796875 0.71875 1.453125 1.3125 1.125 1.640625 C 1.015625 1.75 1.015625 1.78125 1.015625 1.8125 C 1.015625 1.875 1.0625 1.921875 1.109375 1.921875 C 1.21875 1.921875 2.015625 1.15625 2.015625 -0.015625 Z M 2.015625 -0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.71875 -1.515625 4.6875 -1.484375 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.96875 -1.640625 L 3.3125 -3 C 3.375 -3.25 3.609375 -4.171875 4.296875 -4.171875 C 4.34375 -4.171875 4.578125 -4.171875 4.796875 -4.03125 C 4.515625 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.234375 -3.328125 5.234375 -3.734375 C 5.234375 -4.25 4.640625 -4.390625 4.3125 -4.390625 C 3.734375 -4.390625 3.390625 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.390625 2.1875 -4.390625 C 1.15625 -4.390625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.921875 1.828125 -4.171875 2.171875 -4.171875 C 2.359375 -4.171875 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.546875 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.359375 0.109375 4.921875 -1.171875 4.921875 -1.421875 Z M 4.921875 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 4.828125 -3.78125 C 4.859375 -3.921875 4.859375 -3.9375 4.859375 -4.015625 C 4.859375 -4.1875 4.71875 -4.28125 4.578125 -4.28125 C 4.46875 -4.28125 4.3125 -4.21875 4.234375 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.09375 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.40625 -0.796875 2.96875 -0.109375 2.328125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.578125 C 2.40625 -4.015625 2.09375 -4.390625 1.59375 -4.390625 C 0.65625 -4.390625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.875 1.234375 -4.171875 1.5625 -4.171875 C 1.640625 -4.171875 1.8125 -4.171875 1.8125 -3.84375 C 1.8125 -3.609375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.109375 1.078125 -1.53125 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.671875 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.96875 1.78125 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.875 0.015625 Z M 4.828125 -3.78125 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 0.171875 1 L 214 1 L 214 102 L 0.171875 102 Z M 0.171875 1 "/>
</clipPath>
</defs>
<g id="surface1">
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="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 -106.299578 -49.606943 L -106.299578 49.608032 L 106.30058 49.608032 L 106.30058 -49.606943 Z M -106.299578 -49.606943 " transform="matrix(0.996534,0,0,-0.996534,107.095204,51.14312)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 7.386719 8.769531 C 7.386719 7.671875 6.496094 6.785156 5.398438 6.785156 C 4.304688 6.785156 3.414062 7.671875 3.414062 8.769531 C 3.414062 9.867188 4.304688 10.757812 5.398438 10.757812 C 6.496094 10.757812 7.386719 9.867188 7.386719 8.769531 Z M 7.386719 8.769531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 109.082031 93.515625 C 109.082031 92.417969 108.191406 91.53125 107.09375 91.53125 C 106 91.53125 105.109375 92.417969 105.109375 93.515625 C 105.109375 94.613281 106 95.5 107.09375 95.5 C 108.191406 95.5 109.082031 94.613281 109.082031 93.515625 Z M 109.082031 93.515625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 210.777344 8.769531 C 210.777344 7.671875 209.886719 6.785156 208.789062 6.785156 C 207.695312 6.785156 206.804688 7.671875 206.804688 8.769531 C 206.804688 9.867188 207.695312 10.757812 208.789062 10.757812 C 209.886719 10.757812 210.777344 9.867188 210.777344 8.769531 Z M 210.777344 8.769531 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="9.207664" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="17.111175" y="12.74268"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="24.323091" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="34.805147" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="38.663215" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="46.385357" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="51.349093" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="54.107499" y="11.252862"/>
<use xlink:href="#glyph2-4" x="59.071534" y="11.252862"/>
<use xlink:href="#glyph2-5" x="64.035568" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="68.999703" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="73.412355" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="78.376091" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="81.1335" y="11.252862"/>
<use xlink:href="#glyph2-6" x="86.097535" y="11.252862"/>
<use xlink:href="#glyph2-7" x="91.06157" y="11.252862"/>
<use xlink:href="#glyph2-8" x="96.025604" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="110.900967" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="118.804478" y="97.486933"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="126.016394" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="136.49845" y="95.998111"/>
<use xlink:href="#glyph2-3" x="140.359476" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="145.321251" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="149.733903" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="157.456045" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="162.419781" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="165.17719" y="95.998111"/>
<use xlink:href="#glyph2-6" x="170.141225" y="95.998111"/>
<use xlink:href="#glyph2-7" x="175.10526" y="95.998111"/>
<use xlink:href="#glyph2-8" x="180.069294" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="122.026272" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="129.929783" y="12.74268"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="137.1417" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="147.623755" y="11.252862"/>
<use xlink:href="#glyph2-3" x="151.484782" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="156.446556" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="159.203965" y="11.252862"/>
<use xlink:href="#glyph2-4" x="164.168" y="11.252862"/>
<use xlink:href="#glyph2-5" x="169.132035" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="174.096169" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="178.508822" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="183.472557" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="186.230964" y="11.252862"/>
<use xlink:href="#glyph2-6" x="191.194998" y="11.252862"/>
<use xlink:href="#glyph2-7" x="196.159033" y="11.252862"/>
<use xlink:href="#glyph2-8" x="201.123068" y="11.252862"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00145866 -0.00141574 L 23.713551 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,107.095204,51.14312)"/>
<path style="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.053086 -0.00141574 L 1.607992 1.684114 L 3.08577 -0.00141574 L 1.607992 -1.683025 Z M 6.053086 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,127.897581,51.14312)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-3" x="139.148719" y="53.280686"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00145866 -0.00141574 L -0.00145866 23.713593 " transform="matrix(0.996534,0,0,-0.996534,107.095204,51.14312)"/>
<path style="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.053129 0.00145866 L 1.608035 1.683068 L 3.085813 0.00145866 L 1.608035 -1.684071 Z M 6.053129 0.00145866 " transform="matrix(0,-0.996534,-0.996534,0,107.095204,30.340743)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-4" x="110.900967" y="24.067292"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.417522 -0.00141574 C 1.417522 0.782552 0.782509 1.417565 -0.00145866 1.417565 C -0.781506 1.417565 -1.41652 0.782552 -1.41652 -0.00141574 C -1.41652 -0.781463 -0.781506 -1.416477 -0.00145866 -1.416477 C 0.782509 -1.416477 1.417522 -0.781463 1.417522 -0.00141574 Z M 1.417522 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,107.095204,51.14312)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="83.017946" y="53.790911"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="90.921457" y="55.28073"/>
<use xlink:href="#glyph1-1" x="94.878576" y="55.28073"/>
<use xlink:href="#glyph1-1" x="98.835694" y="55.28073"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,206 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="427.193pt" height="102.643pt" viewBox="0 0 427.193 102.643" version="1.2">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 7.703125 -4.78125 C 7.703125 -6.125 7.078125 -7 5.953125 -7 C 4.875 -7 4.015625 -6.125 3.984375 -6.109375 C 3.15625 -5.296875 2.875 -4.4375 2.875 -4.40625 C 2.875 -4.34375 2.921875 -4.328125 2.96875 -4.328125 C 3.140625 -4.328125 3.390625 -4.484375 3.390625 -4.484375 C 3.640625 -4.640625 3.671875 -4.703125 3.75 -4.90625 C 3.984375 -5.421875 4.203125 -5.75 4.421875 -6 C 4.703125 -6.3125 4.90625 -6.453125 5.296875 -6.453125 C 6.21875 -6.453125 6.859375 -5.6875 6.859375 -4.359375 C 6.859375 -2.359375 5.453125 -0.328125 3.578125 -0.328125 C 2.1875 -0.328125 1.40625 -1.4375 1.40625 -2.875 C 1.40625 -3.65625 1.671875 -5.46875 3.625 -6.59375 C 3.765625 -6.671875 3.953125 -6.828125 3.953125 -6.921875 C 3.953125 -7 3.875 -7 3.84375 -7 C 3.515625 -7 0.5625 -5.421875 0.5625 -2.4375 C 0.5625 -0.984375 1.34375 0.21875 2.921875 0.21875 C 4.875 0.21875 7.703125 -1.734375 7.703125 -4.78125 Z M 7.703125 -4.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 6.890625 -2.484375 C 6.890625 -2.671875 6.703125 -2.671875 6.5625 -2.671875 L 1.15625 -2.671875 C 1.015625 -2.671875 0.828125 -2.671875 0.828125 -2.484375 C 0.828125 -2.28125 1.015625 -2.28125 1.15625 -2.28125 L 6.5625 -2.28125 C 6.703125 -2.28125 6.890625 -2.28125 6.890625 -2.484375 Z M 6.890625 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 3.28125 0 L 3.28125 -0.25 L 3.03125 -0.25 C 2.328125 -0.25 2.328125 -0.34375 2.328125 -0.5625 L 2.328125 -4.421875 C 2.328125 -4.609375 2.3125 -4.609375 2.125 -4.609375 C 1.671875 -4.171875 1.046875 -4.171875 0.765625 -4.171875 L 0.765625 -3.921875 C 0.921875 -3.921875 1.390625 -3.921875 1.765625 -4.109375 L 1.765625 -0.5625 C 1.765625 -0.34375 1.765625 -0.25 1.078125 -0.25 L 0.8125 -0.25 L 0.8125 0 L 2.046875 -0.03125 Z M 3.28125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.515625 -1.265625 L 3.28125 -1.265625 C 3.25 -1.109375 3.1875 -0.703125 3.09375 -0.625 C 3.03125 -0.59375 2.5 -0.59375 2.40625 -0.59375 L 1.125 -0.59375 C 1.859375 -1.234375 2.09375 -1.4375 2.515625 -1.765625 C 3.03125 -2.171875 3.515625 -2.59375 3.515625 -3.265625 C 3.515625 -4.109375 2.78125 -4.609375 1.890625 -4.609375 C 1.015625 -4.609375 0.4375 -4.015625 0.4375 -3.375 C 0.4375 -3.015625 0.734375 -2.984375 0.8125 -2.984375 C 0.96875 -2.984375 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.484375 1.125 -3.71875 0.765625 -3.71875 C 0.984375 -4.21875 1.453125 -4.359375 1.78125 -4.359375 C 2.46875 -4.359375 2.84375 -3.828125 2.84375 -3.265625 C 2.84375 -2.65625 2.40625 -2.171875 2.1875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.296875 0 Z M 3.515625 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 3.578125 -1.203125 C 3.578125 -1.75 3.125 -2.28125 2.359375 -2.453125 C 3.09375 -2.71875 3.359375 -3.234375 3.359375 -3.65625 C 3.359375 -4.203125 2.71875 -4.609375 1.953125 -4.609375 C 1.1875 -4.609375 0.59375 -4.234375 0.59375 -3.6875 C 0.59375 -3.453125 0.75 -3.3125 0.953125 -3.3125 C 1.171875 -3.3125 1.3125 -3.484375 1.3125 -3.671875 C 1.3125 -3.875 1.171875 -4.015625 0.953125 -4.03125 C 1.203125 -4.34375 1.671875 -4.421875 1.9375 -4.421875 C 2.25 -4.421875 2.6875 -4.265625 2.6875 -3.65625 C 2.6875 -3.359375 2.59375 -3.046875 2.40625 -2.828125 C 2.171875 -2.5625 1.984375 -2.546875 1.640625 -2.53125 C 1.453125 -2.515625 1.453125 -2.515625 1.40625 -2.515625 C 1.40625 -2.515625 1.34375 -2.5 1.34375 -2.421875 C 1.34375 -2.328125 1.40625 -2.328125 1.515625 -2.328125 L 1.890625 -2.328125 C 2.4375 -2.328125 2.828125 -1.953125 2.828125 -1.203125 C 2.828125 -0.34375 2.328125 -0.078125 1.921875 -0.078125 C 1.640625 -0.078125 1.03125 -0.15625 0.75 -0.5625 C 1.078125 -0.578125 1.140625 -0.8125 1.140625 -0.953125 C 1.140625 -1.1875 0.984375 -1.34375 0.765625 -1.34375 C 0.5625 -1.34375 0.375 -1.21875 0.375 -0.9375 C 0.375 -0.28125 1.09375 0.140625 1.9375 0.140625 C 2.90625 0.140625 3.578125 -0.5 3.578125 -1.203125 Z M 3.578125 -1.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 7.15625 -3.4375 C 7.15625 -3.640625 6.96875 -3.640625 6.828125 -3.640625 L 0.890625 -3.640625 C 0.75 -3.640625 0.5625 -3.640625 0.5625 -3.4375 C 0.5625 -3.25 0.75 -3.25 0.890625 -3.25 L 6.8125 -3.25 C 6.96875 -3.25 7.15625 -3.25 7.15625 -3.4375 Z M 7.15625 -1.515625 C 7.15625 -1.71875 6.96875 -1.71875 6.8125 -1.71875 L 0.890625 -1.71875 C 0.75 -1.71875 0.5625 -1.71875 0.5625 -1.515625 C 0.5625 -1.3125 0.75 -1.3125 0.890625 -1.3125 L 6.828125 -1.3125 C 6.96875 -1.3125 7.15625 -1.3125 7.15625 -1.515625 Z M 7.15625 -1.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 3.28125 2.375 C 3.28125 2.34375 3.28125 2.328125 3.109375 2.15625 C 1.875 0.90625 1.5625 -0.96875 1.5625 -2.484375 C 1.5625 -4.203125 1.9375 -5.9375 3.15625 -7.171875 C 3.28125 -7.296875 3.28125 -7.3125 3.28125 -7.34375 C 3.28125 -7.40625 3.25 -7.4375 3.1875 -7.4375 C 3.078125 -7.4375 2.1875 -6.765625 1.609375 -5.5 C 1.09375 -4.421875 0.984375 -3.3125 0.984375 -2.484375 C 0.984375 -1.703125 1.09375 -0.5 1.640625 0.609375 C 2.234375 1.828125 3.078125 2.484375 3.1875 2.484375 C 3.25 2.484375 3.28125 2.453125 3.28125 2.375 Z M 3.28125 2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.5625 -3.171875 C 4.5625 -3.96875 4.515625 -4.765625 4.171875 -5.5 C 3.703125 -6.453125 2.890625 -6.609375 2.484375 -6.609375 C 1.890625 -6.609375 1.15625 -6.34375 0.75 -5.421875 C 0.4375 -4.75 0.390625 -3.96875 0.390625 -3.171875 C 0.390625 -2.4375 0.421875 -1.53125 0.828125 -0.78125 C 1.265625 0.015625 1.984375 0.21875 2.46875 0.21875 C 3 0.21875 3.765625 0.015625 4.203125 -0.9375 C 4.515625 -1.625 4.5625 -2.390625 4.5625 -3.171875 Z M 3.734375 -3.296875 C 3.734375 -2.546875 3.734375 -1.875 3.625 -1.234375 C 3.484375 -0.296875 2.921875 0 2.46875 0 C 2.078125 0 1.5 -0.25 1.3125 -1.203125 C 1.203125 -1.796875 1.203125 -2.703125 1.203125 -3.296875 C 1.203125 -3.921875 1.203125 -4.578125 1.296875 -5.125 C 1.484375 -6.296875 2.21875 -6.390625 2.46875 -6.390625 C 2.796875 -6.390625 3.453125 -6.21875 3.640625 -5.234375 C 3.734375 -4.671875 3.734375 -3.921875 3.734375 -3.296875 Z M 3.734375 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 4.8125 -6.390625 L 2.40625 -6.390625 C 1.1875 -6.390625 1.171875 -6.515625 1.125 -6.703125 L 0.890625 -6.703125 L 0.5625 -4.65625 L 0.796875 -4.65625 C 0.828125 -4.828125 0.921875 -5.453125 1.046875 -5.5625 C 1.125 -5.625 1.890625 -5.625 2.03125 -5.625 L 4.078125 -5.625 L 2.96875 -4.0625 C 2.078125 -2.71875 1.75 -1.34375 1.75 -0.328125 C 1.75 -0.234375 1.75 0.21875 2.203125 0.21875 C 2.65625 0.21875 2.65625 -0.234375 2.65625 -0.328125 L 2.65625 -0.828125 C 2.65625 -1.375 2.6875 -1.921875 2.765625 -2.453125 C 2.8125 -2.6875 2.953125 -3.546875 3.390625 -4.15625 L 4.71875 -6.046875 C 4.8125 -6.15625 4.8125 -6.1875 4.8125 -6.390625 Z M 4.8125 -6.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 4.15625 0 L 4.15625 -0.3125 L 3.84375 -0.3125 C 2.953125 -0.3125 2.921875 -0.421875 2.921875 -0.78125 L 2.921875 -6.34375 C 2.921875 -6.59375 2.921875 -6.609375 2.6875 -6.609375 C 2.078125 -5.96875 1.203125 -5.96875 0.890625 -5.96875 L 0.890625 -5.671875 C 1.078125 -5.671875 1.671875 -5.671875 2.1875 -5.921875 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.9375 -0.3125 L 0.9375 0 C 1.296875 -0.03125 2.15625 -0.03125 2.546875 -0.03125 C 2.953125 -0.03125 3.8125 -0.03125 4.15625 0 Z M 4.15625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 4.453125 -2 C 4.453125 -3.171875 3.640625 -4.171875 2.5625 -4.171875 C 2.09375 -4.171875 1.671875 -4.015625 1.3125 -3.65625 L 1.3125 -5.59375 C 1.515625 -5.53125 1.828125 -5.46875 2.15625 -5.46875 C 3.375 -5.46875 4.0625 -6.375 4.0625 -6.5 C 4.0625 -6.5625 4.03125 -6.609375 3.96875 -6.609375 C 3.96875 -6.609375 3.9375 -6.609375 3.890625 -6.578125 C 3.6875 -6.484375 3.203125 -6.296875 2.546875 -6.296875 C 2.140625 -6.296875 1.6875 -6.359375 1.21875 -6.5625 C 1.140625 -6.59375 1.09375 -6.59375 1.09375 -6.59375 C 1 -6.59375 1 -6.515625 1 -6.359375 L 1 -3.421875 C 1 -3.25 1 -3.171875 1.140625 -3.171875 C 1.203125 -3.171875 1.234375 -3.1875 1.265625 -3.25 C 1.375 -3.40625 1.75 -3.953125 2.546875 -3.953125 C 3.0625 -3.953125 3.3125 -3.5 3.390625 -3.3125 C 3.546875 -2.953125 3.578125 -2.5625 3.578125 -2.0625 C 3.578125 -1.71875 3.578125 -1.125 3.328125 -0.703125 C 3.09375 -0.3125 2.734375 -0.0625 2.265625 -0.0625 C 1.546875 -0.0625 0.984375 -0.578125 0.8125 -1.171875 C 0.84375 -1.15625 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.875 1.3125 -2.125 0.984375 -2.125 C 0.84375 -2.125 0.5 -2.046875 0.5 -1.59375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.4375 0.21875 4.453125 -0.734375 4.453125 -2 Z M 4.453125 -2 "/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M 2.875 -2.484375 C 2.875 -3.25 2.765625 -4.453125 2.21875 -5.578125 C 1.625 -6.796875 0.765625 -7.4375 0.671875 -7.4375 C 0.609375 -7.4375 0.5625 -7.40625 0.5625 -7.34375 C 0.5625 -7.3125 0.5625 -7.296875 0.75 -7.109375 C 1.71875 -6.125 2.296875 -4.546875 2.296875 -2.484375 C 2.296875 -0.78125 1.921875 0.96875 0.6875 2.21875 C 0.5625 2.328125 0.5625 2.34375 0.5625 2.375 C 0.5625 2.4375 0.609375 2.484375 0.671875 2.484375 C 0.765625 2.484375 1.65625 1.8125 2.25 0.546875 C 2.75 -0.546875 2.875 -1.640625 2.875 -2.484375 Z M 2.875 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.046875 1.375 -1.046875 C 1.09375 -1.046875 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.375 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 2.015625 -0.015625 C 2.015625 -0.671875 1.765625 -1.046875 1.375 -1.046875 C 1.046875 -1.046875 0.859375 -0.796875 0.859375 -0.53125 C 0.859375 -0.265625 1.046875 0 1.375 0 C 1.5 0 1.625 -0.046875 1.71875 -0.125 C 1.75 -0.15625 1.78125 -0.15625 1.78125 -0.15625 C 1.78125 -0.15625 1.796875 -0.15625 1.796875 -0.015625 C 1.796875 0.71875 1.453125 1.3125 1.125 1.640625 C 1.015625 1.75 1.015625 1.78125 1.015625 1.8125 C 1.015625 1.875 1.0625 1.921875 1.109375 1.921875 C 1.21875 1.921875 2.015625 1.15625 2.015625 -0.015625 Z M 2.015625 -0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.71875 -1.515625 4.6875 -1.484375 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.96875 -1.640625 L 3.3125 -3 C 3.375 -3.25 3.609375 -4.171875 4.296875 -4.171875 C 4.34375 -4.171875 4.578125 -4.171875 4.796875 -4.03125 C 4.515625 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.234375 -3.328125 5.234375 -3.734375 C 5.234375 -4.25 4.640625 -4.390625 4.3125 -4.390625 C 3.734375 -4.390625 3.390625 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.390625 2.1875 -4.390625 C 1.15625 -4.390625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.921875 1.828125 -4.171875 2.171875 -4.171875 C 2.359375 -4.171875 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.546875 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.359375 0.109375 4.921875 -1.171875 4.921875 -1.421875 Z M 4.921875 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 4.828125 -3.78125 C 4.859375 -3.921875 4.859375 -3.9375 4.859375 -4.015625 C 4.859375 -4.1875 4.71875 -4.28125 4.578125 -4.28125 C 4.46875 -4.28125 4.3125 -4.21875 4.234375 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.09375 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.40625 -0.796875 2.96875 -0.109375 2.328125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.578125 C 2.40625 -4.015625 2.09375 -4.390625 1.59375 -4.390625 C 0.65625 -4.390625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.875 1.234375 -4.171875 1.5625 -4.171875 C 1.640625 -4.171875 1.8125 -4.171875 1.8125 -3.84375 C 1.8125 -3.609375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.109375 1.078125 -1.53125 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.671875 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.96875 1.78125 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.875 0.015625 Z M 4.828125 -3.78125 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 0.339844 1 L 426 1 L 426 102 L 0.339844 102 Z M 0.339844 1 "/>
</clipPath>
</defs>
<g id="surface1">
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="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 -212.60266 -49.606943 L -212.60266 49.608032 L 212.601575 49.608032 L 212.601575 -49.606943 Z M -212.60266 -49.606943 " transform="matrix(0.996534,0,0,-0.996534,213.1939,51.14312)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 17.441406 93.515625 C 17.441406 92.417969 16.550781 91.53125 15.453125 91.53125 C 14.355469 91.53125 13.46875 92.417969 13.46875 93.515625 C 13.46875 94.613281 14.355469 95.5 15.453125 95.5 C 16.550781 95.5 17.441406 94.613281 17.441406 93.515625 Z M 17.441406 93.515625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 215.179688 8.769531 C 215.179688 7.671875 214.289062 6.785156 213.195312 6.785156 C 212.097656 6.785156 211.207031 7.671875 211.207031 8.769531 C 211.207031 9.867188 212.097656 10.757812 213.195312 10.757812 C 214.289062 10.757812 215.179688 9.867188 215.179688 8.769531 Z M 215.179688 8.769531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 412.917969 93.515625 C 412.917969 92.417969 412.03125 91.53125 410.933594 91.53125 C 409.835938 91.53125 408.949219 92.417969 408.949219 93.515625 C 408.949219 94.613281 409.835938 95.5 410.933594 95.5 C 412.03125 95.5 412.917969 94.613281 412.917969 93.515625 Z M 412.917969 93.515625 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="19.262408" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="27.165919" y="97.486933"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="34.377836" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="44.859892" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="48.718956" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="56.440102" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="61.404834" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="64.162243" y="95.998111"/>
<use xlink:href="#glyph2-4" x="69.126278" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="74.090712" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="78.503364" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="86.224509" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="91.189242" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="93.946651" y="95.998111"/>
<use xlink:href="#glyph2-5" x="98.910686" y="95.998111"/>
<use xlink:href="#glyph2-6" x="103.874721" y="95.998111"/>
<use xlink:href="#glyph2-7" x="108.838755" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="216.999664" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="224.903175" y="12.74268"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="232.115091" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="242.597147" y="11.252862"/>
<use xlink:href="#glyph2-3" x="246.458173" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="251.419947" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="255.8326" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="260.796335" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="263.554742" y="11.252862"/>
<use xlink:href="#glyph2-5" x="268.518776" y="11.252862"/>
<use xlink:href="#glyph2-6" x="273.482811" y="11.252862"/>
<use xlink:href="#glyph2-7" x="278.446846" y="11.252862"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="321.410515" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="329.314026" y="97.486933"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="336.525942" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="347.007998" y="95.998111"/>
<use xlink:href="#glyph2-3" x="350.869024" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="355.830799" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="358.588208" y="95.998111"/>
<use xlink:href="#glyph2-4" x="363.552243" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="368.516676" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="372.929329" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="380.65147" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="385.615206" y="95.998111"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="388.372616" y="95.998111"/>
<use xlink:href="#glyph2-5" x="393.33665" y="95.998111"/>
<use xlink:href="#glyph2-6" x="398.300685" y="95.998111"/>
<use xlink:href="#glyph2-7" x="403.26472" y="95.998111"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00141714 -0.00141574 L 23.712506 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,213.1939,51.14312)"/>
<path style="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.052042 -0.00141574 L 1.606948 1.684114 L 3.088646 -0.00141574 L 1.606948 -1.683025 Z M 6.052042 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,233.996278,51.14312)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-3" x="245.248412" y="53.280686"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00141714 -0.00141574 L 0.00141714 23.713593 " transform="matrix(0.996534,0,0,-0.996534,213.1939,51.14312)"/>
<path style="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.053129 -0.00141714 L 1.608035 1.684112 L 3.085813 -0.00141714 L 1.608035 -1.683027 Z M 6.053129 -0.00141714 " transform="matrix(0,-0.996534,-0.996534,0,213.1939,30.340743)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-4" x="216.999664" y="24.067292"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.416478 -0.00141574 C 1.416478 0.782552 0.781465 1.417565 0.00141714 1.417565 C -0.78255 1.417565 -1.417564 0.782552 -1.417564 -0.00141574 C -1.417564 -0.781463 -0.78255 -1.416477 0.00141714 -1.416477 C 0.781465 -1.416477 1.416478 -0.781463 1.416478 -0.00141574 Z M 1.416478 -0.00141574 " transform="matrix(0.996534,0,0,-0.996534,213.1939,51.14312)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="189.116643" y="53.790911"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="197.020154" y="55.28073"/>
<use xlink:href="#glyph1-1" x="200.977272" y="55.28073"/>
<use xlink:href="#glyph1-1" x="204.934391" y="55.28073"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

1
index.html Symbolic link
View File

@ -0,0 +1 @@
dcm-simscape-model.html