move notes out of year subfolders
1
uni/mmme/2053_mechanics_of_solids/.n2w.yml
Normal file
@@ -0,0 +1 @@
|
||||
itags: [ mmme2053 ]
|
||||
BIN
uni/mmme/2053_mechanics_of_solids/MMME2053-Formula Sheet.pdf
Normal file
BIN
uni/mmme/2053_mechanics_of_solids/Topic 4 Deflection of Beams-20221124.zip
Executable file
135
uni/mmme/2053_mechanics_of_solids/asymmetrical_bending.md
Executable file
@@ -0,0 +1,135 @@
|
||||
---
|
||||
author: Akbar Rahman
|
||||
date: \today
|
||||
title: MMME2053 // Asymmetrical Beam Bending
|
||||
tags: [ mmme2053, beam_bending, asymmetrical_beam_bending ]
|
||||
uuid: 7afb5f13-4d55-4e00-927a-5d622520d844
|
||||
---
|
||||
|
||||
## Procedure for Solving for Bending Stress and Neutral Axis Position in Asymmetrical Bending Problems
|
||||
|
||||
1. [Determine the principal axes](#principal-axes-and-principal-2nd-moments-of-area) of the section (about which $I_{xy}= 0$)
|
||||
2. [Resolve bending moments onto these axes](#resolving-onto-principal-axes)
|
||||
3. [Determine angle of neutral axis](#position-of-the-neutral-axis)
|
||||
4. Evaluate bending stress at any position in the section, such as extremes away from neutral axis, which give maximum bending stress
|
||||
|
||||
## Worked Example
|
||||
|
||||
- [Worked Example 1 (PDF)](./worked_examples/MMME2053 AB WE1 Slides.pdf)
|
||||
- [Worked Example 2 (PDF)](./worked_examples/MMME2053 AB WE2 Slides.pdf)
|
||||
|
||||
# Product Moments of Area
|
||||
|
||||
To analyse asymmetrically loaded sections, we need the second moments of area $I_{yy}$, and $I_{xx}$
|
||||
but we also need $I_{xy}$, the product moment of area:
|
||||
|
||||
$$I_{xy} = \int_A xy \mathrm{d}A$$
|
||||
|
||||
# Parallel Axis Theorem
|
||||
|
||||
The parallel axis theorem allows calculation of 2nd moments of area and product moments of area with
|
||||
respect to $x'$ and $y'$ axes:
|
||||
|
||||

|
||||
|
||||
\begin{align*}
|
||||
I_{x'x'} &= \int_A y'^2 \mathrm{d}A \\
|
||||
&= \int_A (y+b)^2 \mathrm{d}A \\
|
||||
&= \int_A (y^2 + b^2 + 2by) \mathrm{d}A \\
|
||||
\\
|
||||
I_{x'x'} &= I_{xx} + Ab^2
|
||||
\end{align*}
|
||||
|
||||
Similarly you can get
|
||||
|
||||
\begin{align*}
|
||||
I_{y'y'} &= I_{yy} + Aa^2 \\
|
||||
I_{x'y'} &= I_{xy} + abA
|
||||
\end{align*}
|
||||
|
||||
# Principal Axes and Principal 2nd Moments of Area
|
||||
|
||||
Once the second moments of area and product moments are found, they can be used to plot a Mohr's circle where:
|
||||
|
||||
- Point A is plotted at $(I_{xx}, I_{xy})$
|
||||
- Point B is plotted at $(I_{yy}, -I_{xy})$
|
||||
- Points P and Q show the positions of the principal 2nd moments of area, $I_p$, and $I_q$.
|
||||
- $\theta$ is the angular position $e$ of the principal axes with respect to the $x$-$y$ axes
|
||||
|
||||
The principal axes are the axes where the product moment of area is 0.
|
||||
|
||||

|
||||
|
||||
$$C = \frac{I_{xx} + I_{yy}}{2}$$
|
||||
|
||||
$$R = \sqrt{\left(\frac{I_{xx}-I_{yy}}{2}\right)^2 + I_{xy}^2}$$
|
||||
|
||||
$$I_p = C + R$$
|
||||
|
||||
$$I_q = C - R$$
|
||||
|
||||
$$\sin{2\theta} = \frac{I_{xy}}{R}$$
|
||||
|
||||
# Analyse Bending of a Beam with Asymmetric Section by Resolving Bending Moments onto Principal Axes
|
||||
|
||||

|
||||
|
||||
If a bending moment, $M_x$ is applied about the x-axis only, then the stress in the flanges will
|
||||
cause bending to takeplace about both x and y axes.
|
||||
This is a consequence of $I_{xy} \neq 0$.
|
||||
|
||||
To avoid this moment coupling effect, it is usually convenient to solve bending problems by
|
||||
considering bending about the principal axes, for which $I_{xy} = 0$.
|
||||
|
||||
## Resolving onto Principal Axes
|
||||
|
||||

|
||||
|
||||
If bending moments $M_x$ and $M_y$ are applied about the x and y axes respectively, these can be
|
||||
resolved onto the principal axes, P and Q:
|
||||
|
||||

|
||||
|
||||
\begin{align*}
|
||||
\cos\theta &= \frac{M_{P_x}}{M_x} \rightarrow M_{P_x} = M_x\cos\theta\\
|
||||
\sin\theta &= \frac{-M_{Q_x}}{M_x} \rightarrow M_{Q_x} = -M_x\sin\theta\\
|
||||
\end{align*}
|
||||
|
||||

|
||||
|
||||
Similarly we get:
|
||||
|
||||
\begin{align*}
|
||||
M_{P_y} = M_y\sin\theta\\
|
||||
M_{Q_y} = M_y\cos\theta
|
||||
\end{align*}
|
||||
|
||||
Therefore:
|
||||
|
||||
\begin{align*}
|
||||
M_P = M_{P_x} + M_{P_y} = M_x\cos\theta + M_y\sin\theta \\
|
||||
M_Q = M_{Q_x} + M_{Q_y} = -M_x\sin\theta + M_y\cos\theta
|
||||
\end{align*}
|
||||
|
||||
## Bending Stress at Position (P, Q)
|
||||
|
||||

|
||||
|
||||
$$\sigma = \frac{M_PQ}{I_P} - \frac{M_QP}{I_Q}$$
|
||||
|
||||
Note the -ve sign, as a positive stress results in a -ve moment about the y-axis.
|
||||
|
||||
## Position of the Neutral Axis
|
||||
|
||||

|
||||
|
||||
The neutral axis is where $\sigma = 0$:
|
||||
|
||||
\begin{align*}
|
||||
\frac{M_PQ}{I_P} &= \frac{M_QP}{I_Q} \\
|
||||
\frac Q P &= \frac{M_QI_P}{M_PI_Q} \\
|
||||
\\
|
||||
\alpha &= \arctan\frac{Q}{P}
|
||||
\end{align*}
|
||||
|
||||
The maximum stress is located in cross section point which is furthest from the neutral axis.
|
||||
209
uni/mmme/2053_mechanics_of_solids/fatigue.md
Executable file
@@ -0,0 +1,209 @@
|
||||
---
|
||||
author: Akbar Rahman
|
||||
date: \today
|
||||
title: MMME2053 // Fatigue
|
||||
tags: [ mmme2053, fatigue, materials, uni, engineering ]
|
||||
uuid: 23852418-9fbb-44b8-a697-3c8b566e5143
|
||||
---
|
||||
|
||||
|
||||
# Stages of Fatigue
|
||||
|
||||
## 1: Crack Initiation
|
||||
|
||||
- happens on a micro-structural level
|
||||
- causes the start fatigue cracks
|
||||
- persistent slip bands form at the surface
|
||||
|
||||
- they are the result of dislocations moving along crystallographic planes
|
||||
- leads to slip band intrusions and extrusions on the surface
|
||||
- act as stress concentrations, **leading to crack initiation**A
|
||||
|
||||

|
||||
|
||||
- crystallographic slip is controlled by shear stresses rather than normal stresses
|
||||
- therefore cracks tend to initially grow in a plane of maximum shear stress range
|
||||
- this leads to short cracks, usually on the order of a few grains
|
||||
|
||||

|
||||
|
||||
## 2: Crack Propagation
|
||||
|
||||
- the fatigue cracks tend to join together with more cycles
|
||||
- they grow along planes of maximum tensile stress
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
## 3: Final Fracture
|
||||
|
||||
- occurs when crack reaches critical length
|
||||
- results in either
|
||||
|
||||
- ductile tearing (plastic collapse)
|
||||
- cleavage (brittle fracture)
|
||||
|
||||
# Total Life Approach (Estimating Lifetime of a Part)
|
||||
|
||||
- based on lab tests
|
||||
|
||||
- carried out under controlled loading conditions
|
||||
- either stress or strain controlled loading conditions
|
||||
- performed on idealised specimens
|
||||
- specimens usually have finely polished defects (minimises surface roughness effects, affecting
|
||||
stage 1 crack initiation)
|
||||
|
||||
- tests give number of loading cycles to the initiation of a measurable crack as a function of
|
||||
applied stress or strain parameters
|
||||
- measurability is dictated by the accuracy of the crack detection method used
|
||||
- this is typically between 0.75 mm to 1.00 mm
|
||||
|
||||
- the challenge of fatigue design is to then relate the tests to actual component lives under
|
||||
real loading conditions
|
||||
- traditionally, most fatigue testing was based stress controlled conditions with mean stress,
|
||||
$S_m = 0$, which is known as a fully reversed load
|
||||
- the data was presented in the form of S-N curves (either semi-log or log-log plots) of alternating
|
||||
stress, $S_a$, against cycles to failure, $N$ (failure defined as fracture)
|
||||
|
||||

|
||||
|
||||
- figure \ref{fig:typical-s-n} contains schematic representations of two typical S-N curves
|
||||
- part _(a)_ shows a continuously sloping curve
|
||||
- part _(b)_ shows a discontinuity ("knee") in the curve---this is only found in a few materials
|
||||
(notably low strength steels) between $10^6$ and $10^7$ cycles under non-corrosive conditions
|
||||
|
||||

|
||||
|
||||
- the curves are normally drawn through the median life value
|
||||
- therefore represent 50 percent expected failure
|
||||
|
||||
- fatigue strength, $S_e$, is a hypothetical value of stress range at failure for exactly $N$ cycles
|
||||
as obtained from an S-N curve
|
||||
- fatigue limit (or endurance limit) is the limiting value of the median fatigue strength as $N$
|
||||
becomes very large ($>10^8$)
|
||||
|
||||
# Effect of Mean Stress
|
||||
|
||||
- mean stress has a significant effect on fatigue behaviour in cyclically loaded components
|
||||
- in figure \ref{fig:effect-of-mean-stress} you can see tensile mean stresses reduce fatigue life
|
||||
- compressive stresses increase fatigue life
|
||||
|
||||

|
||||
|
||||
- effect of mean stress commonly represented as a plot of $S_a$ against $S_m$ for a given fatigue
|
||||
life
|
||||
- attempts have been made to generalise the relationship, as shown in figure \ref{fig:s_a-s_m}
|
||||
|
||||

|
||||
|
||||
- modified Goodman line assumes linear relationship, where gradient and intercept are defined by
|
||||
fatigue life, $S_e$, and material UTS, $S_u$, respectively
|
||||
- Gerber parabola employs same intercepts but relationship is a parabola
|
||||
- Soderberg line assumes linear relationship but the x intercept (mean axis end point) is taken
|
||||
as yield stress, $S_y$
|
||||
|
||||
- these curves can be extended into the compressive mean stress region to give increasing allowable
|
||||
alternating stress with increasing compressive mean stress
|
||||
- this is normally taken to be horizontal for design purposes and conservatism
|
||||
|
||||
|
||||
# Effect of Stress Concentrations
|
||||
|
||||
- fatigue failure is most commonly associated with notch-type features
|
||||
- stress concentrations associated with notch-type features typically leads to local plastic strain
|
||||
and eventually fatigue cracking
|
||||
- the estimation of stress concentration factors (SCFs) are typically expressed in terms of an
|
||||
elastic SCF, $K_t$:
|
||||
|
||||
$$K_t = \frac{\sigma^{\text{el}}_{\text{max}}}{\sigma_{\text{nom}}}$$
|
||||
|
||||
- the fatigue strength of a notched component can be predicted with the fatigue notch factor, $K_f$,
|
||||
which is defined as the ratio of the fatigue strengths:
|
||||
|
||||
$$K_f= \frac{S_a^{\text{smooth}}}{S_a^{\text{notch}}}$$
|
||||
|
||||
> i thought $S_a$ is alternating stress and $S_e$ is fatigue strength but the
|
||||
> [uni slides](./lecture_slides/fatigue_and_failure_1.pdf) (slide 18) say otherwise :sob:
|
||||
> TODO: find out what it's meant to be for sure
|
||||
|
||||
- however $K_f$ is found to vary with both alternating stress level and mean stress level and thus
|
||||
number of cycles
|
||||
|
||||
- figure \ref{fig:effect-of-notch} shows the effect of a notch, with $K_t = 3.4$, on the fatigue
|
||||
behaviour of wrought aluminium alloy
|
||||
|
||||
|
||||

|
||||
|
||||
# S-N Design Procedure for Fatigue
|
||||
|
||||
- constant life diagrams plotted as $S_a$ against $S_m$ (also known as Goodman diagrams)
|
||||
(figure \ref{fig:goodman-diagram}) can be used in design to give safe estimates of fatigue life
|
||||
and loads
|
||||
|
||||

|
||||
|
||||
- the fatigue strength for zero mean stress is is reduced by the fatigue notch factor, $K_f$
|
||||
- $K_t$ is used if $K_f$ is not known
|
||||
- for static loading of a ductile component with a stress concentration, failure still occurs
|
||||
when mean stress, $S_m$, is equal to UTS
|
||||
- failure at intermediate values of mean stress is assumed to be given by the dotted line
|
||||
|
||||
- in order to avoid yield of whole cross-section of component, maximum nominal stress must be less
|
||||
than the yield stress, $S_y$:
|
||||
|
||||
$$S_m + S_a < S_y$$
|
||||
|
||||
## Safety Factor, $F$
|
||||
|
||||
- determined from the position of the point relative to the safe/fail boundary:
|
||||
|
||||
$$\frac1F = \frac{S_aK_f}{S_e} + \frac{S_m}{S_u}$$
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
Derivation
|
||||
|
||||
<summary>
|
||||
|
||||
$$F = \frac{OB}{OA}$$
|
||||
|
||||
from similar triangles we get
|
||||
|
||||
$$\frac{S_a}{\frac{S_u}{F} - S_m} = \frac{S_e}{K_fS_u}$$
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
# Failure Examples
|
||||
|
||||
## Bicycle Crank Arm
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## D.H.-106 Comet Failure
|
||||
|
||||
- 1st production jet liner (debut in 1952)
|
||||
- several crashed in 1954 led to an inquiry
|
||||
- water tank testing and examination of a recovered fuselage showed that failure originated at a
|
||||
square corner window
|
||||
- future designs used oval windows
|
||||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# Glossary (of Symbols)
|
||||
|
||||
- notch stress concentration factor, $K_f$
|
||||
- stress concentration factor, $K_t$
|
||||
- alternating stress, $S_a$
|
||||
- fatigue strength, $S_e$ --- hypothetical value of stress range at failure for exactly $N$ cycles
|
||||
- mean stress, $S_m$
|
||||
- ultimate tensile stress, $S_u$
|
||||
- yield strength, $S_y$
|
||||
BIN
uni/mmme/2053_mechanics_of_solids/formula_sheet.pdf
Executable file
103
uni/mmme/2053_mechanics_of_solids/fracture.md
Executable file
@@ -0,0 +1,103 @@
|
||||
---
|
||||
author: Akbar Rahman
|
||||
date: \today
|
||||
title: MMME2053 // Fracture
|
||||
tags: [ uni, mmme2053, fracture, materials, engineering ]
|
||||
uuid: 17315e63-3870-428b-b65d-a5d249768c05
|
||||
---
|
||||
|
||||
# Fracture
|
||||
|
||||
- Consider the stress concentration factor (SCF) for an elliptical hole in a large, linear-elastic
|
||||
plate subjected to a remote, uniaxial stress
|
||||
|
||||

|
||||
|
||||
- It can be shown that SCF can be expressed as:
|
||||
|
||||
$$K_t = \frac{\sigma_\text{max}^\text{el}}{\sigma_\text{nom}} = 1 + 2\frac{a}{b}$$
|
||||
|
||||
- Therefore as $b \rightarrow 0$, the hole degenerates to a crack and $\frac ab \rightarrow \infty$
|
||||
$\therefore K_t \rightarrow \infty$, provided the material behaviour remains linear elastic
|
||||
|
||||
# Basis of the Energy Approach to Fracture Mechanics
|
||||
|
||||
There are three modes of loading cases: $K_\text{I}$, $K_\text{II}$, $K_\text{III}$.
|
||||
|
||||
- Generally, for geometries with finite boundaries, $K_\text{I}$ is used:
|
||||
|
||||
$$K_\text{I} = Y\sigma\sqrt{a\pi}$$
|
||||
|
||||
where $Y$ is a function of the crack and $a$ is never mentioned in
|
||||
[the slides](./lecture_slides/fatigue_and_failure_2.pdf) (slide 6)
|
||||
|
||||
> TODO: find out what $Y$ and $a$ are
|
||||
|
||||
- $K_\text{I}$ is the Mode-1 stress-intensity factor which defined the magnitude of the elastic stress
|
||||
field in the vicinity of the crack tip
|
||||
- $K_\text{II}$ and $K_\text{III}$ are similar
|
||||
- The energy release release rate under mixed loading is given by
|
||||
|
||||
$$K_\text{total} = K_\text{I} + K_\text{II} + K_\text{III}$$
|
||||
|
||||

|
||||
|
||||
## Typical Fracture Toughness Values
|
||||
|
||||
Material | $\sigma_y$ / Nm$^{-2}$ | $K_\text{Ic}$ / Nm$^{-1.5}$
|
||||
----------------------------- | ---------------------- | ---------------------------
|
||||
Mild steel | 220 | 140 to 200
|
||||
Pressure vessel steel (HY130) | 1700 | 170
|
||||
Aluminium Alloys | 100 to 600 | 45 to 23
|
||||
Cast Iron | 200 to 1000 | 20 to 6
|
||||
|
||||
# Fatigue Crack Growth
|
||||
|
||||
- for a wide range of conditions, there is a logarithmic linear between crack growth rate and
|
||||
intensity factor range during cyclic loading of cracked components
|
||||
- it allows crack growth to be modelled and estimated based on
|
||||
|
||||
- knowledge of crack and component geometry
|
||||
- loading conditions
|
||||
- empirical crack growth data
|
||||
|
||||
Considering a load cycle as shown in figure \ref{fig:p-vs-t} which gives rise to a load acting on
|
||||
a cracked body
|
||||
|
||||

|
||||
|
||||
- The load range and crack geometry gives rise to a cyclic variation in stress intensity factor:
|
||||
|
||||
$$\Delta K = K_\text{max} - K_\text{min}$$
|
||||
|
||||
- Paris showed that subsequent crack growth can be modelled by following equation
|
||||
|
||||
$$\frac{\mathrm{d}a}{\mathrm{d}N} = C\Delta K^m$$
|
||||
|
||||
where $C$ and $m$ are empirically determined material constants.
|
||||
|
||||
|
||||
- Fatigue crack growth data is often as $\log \frac{\mathrm{d}a}{\mathrm{d}N}$ against $\log{\Delta K}$
|
||||
|
||||

|
||||
|
||||
- Below $K_\text{th}$, no observable crack growth occurs
|
||||
- Region II shows a near linear relationship---this is the region which fail by fatigue failure spend
|
||||
most of their life
|
||||
- In region III rapid crack grown occurs and little life is involved
|
||||
|
||||
- the fatigue crack growth life of the component can be obtained by integrating the Paris equation
|
||||
between the limits of the initial crack size and final crack size, given that you know the
|
||||
stress intensity factor
|
||||
|
||||
|
||||
## Typical Values for $\Delta K_\text{th}$, $m$, and $\Delta K$
|
||||
|
||||
Material | $\Delta K_\text{th}$ | $m$ | $\Delta K$ for $\frac{\mathrm{d}a}{\mathrm{d}N} = 10^{-6}$
|
||||
--------------- | -------------------- | --- | -------------
|
||||
Mild Steel | 4 to 7 | 3.3 | 6.2
|
||||
Stainless Steel | 4 to 6 | 3.1 | 6.3
|
||||
Aluminium | 1 to 2 | 2.9 | 2.9
|
||||
Copper | 1 to 3 | 3.9 | 4.3
|
||||
Brass | 2 to 4 | 4.0 | 4.3 to 66.3
|
||||
Nickel | 4 to 8 | 4.0 | 8.8
|
||||
BIN
uni/mmme/2053_mechanics_of_solids/images/P_vs_t.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 155 KiB |
BIN
uni/mmme/2053_mechanics_of_solids/images/tss1-003.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
uni/mmme/2053_mechanics_of_solids/images/tss1-004.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
uni/mmme/2053_mechanics_of_solids/images/tss1-004.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
436
uni/mmme/2053_mechanics_of_solids/images/tss3-beam.svg
Normal file
@@ -0,0 +1,436 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
width="624"
|
||||
height="381.75998"
|
||||
viewBox="0 0 624 381.75998"
|
||||
sodipodi:docname="tss3-beam.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs6">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath16">
|
||||
<path
|
||||
d="M 0,1.2207e-4 H 720 V 540.00012 H 0 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path14" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath26">
|
||||
<path
|
||||
d="M 0,1.2207e-4 H 720 V 540.00012 H 0 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path24" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath38">
|
||||
<path
|
||||
d="M 146.04,160.8 H 572.4 V 416.64 H 146.04 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path36" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath48">
|
||||
<path
|
||||
d="M 0,0 H 426.03 V 256.02 H 0 Z"
|
||||
id="path46" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath226">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path224" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview4"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.44760416"
|
||||
inkscape:cx="424.48221"
|
||||
inkscape:cy="726.08798"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1051"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="29"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g8" />
|
||||
<g
|
||||
id="g8"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="MMME2053_TSS3_Slides"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,-170.24,568.79999)">
|
||||
<path
|
||||
d="m 127.68,140.28 h 468 V 426.6 h -468 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path30" />
|
||||
<g
|
||||
id="g32">
|
||||
<g
|
||||
id="g34"
|
||||
clip-path="url(#clipPath38)">
|
||||
<g
|
||||
id="g40"
|
||||
transform="matrix(5.9217,0,-1.88e-7,3.5533,146.04,160.8)">
|
||||
<g
|
||||
id="g42"
|
||||
transform="scale(0.169,0.28123)">
|
||||
<g
|
||||
id="g44"
|
||||
clip-path="url(#clipPath48)">
|
||||
<g
|
||||
id="g50">
|
||||
<g
|
||||
id="g52">
|
||||
<g
|
||||
id="g54" />
|
||||
</g>
|
||||
<g
|
||||
id="g56">
|
||||
<path
|
||||
d="M 53.037,125.32 H 236.78"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9.5709, 0.79286;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path58" />
|
||||
</g>
|
||||
<g
|
||||
id="g60">
|
||||
<path
|
||||
d="M 55.273,29.625 H 239.3"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9.5709, 0.79286;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path62" />
|
||||
</g>
|
||||
<path
|
||||
d="m 52.98,125.32 c 0,0 -4.559,-4.58 -4.559,-14.24 0,-9.69 9.684,-12.544 9.684,-21.642 0,-9.126 -7.985,-14.24 -7.985,-23.366 0,-9.097 6.852,-10.256 6.852,-18.223 0,-7.968 -1.699,-18.224 -1.699,-18.224"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path64" />
|
||||
<g
|
||||
id="g66">
|
||||
<path
|
||||
d="m 236.95,125.32 c 0,0 -4.56,-4.58 -4.56,-14.24 0,-9.69 9.71,-12.544 9.71,-21.642 0,-9.126 -8.01,-14.24 -8.01,-23.366 0,-9.097 6.85,-10.256 6.85,-18.223 0,-7.968 -1.7,-18.224 -1.7,-18.224"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9.5709, 0.79286;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path68" />
|
||||
</g>
|
||||
<g
|
||||
id="g70">
|
||||
<path
|
||||
d="M 21.322,79.182 H 424.18"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:6.3712, 1.5857, 0.79286, 1.5857;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path72" />
|
||||
</g>
|
||||
<path
|
||||
d="m 314.59,30.84 h 52.442 v 95.441 H 314.59 Z"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path74" />
|
||||
<path
|
||||
d="M 94.35,79.154 H 66.374"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path76" />
|
||||
<path
|
||||
d="m 85.799,82.685 9.627,-3.531 -9.627,-3.504 c 1.557,2.063 1.529,4.916 0,7.035 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path78" />
|
||||
<path
|
||||
d="M 66.77,51.522 V 79.436"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path80" />
|
||||
<path
|
||||
d="m 70.309,60.054 -3.539,-9.578 -3.54,9.578 c 2.096,-1.525 4.956,-1.525 7.079,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path82" />
|
||||
<path
|
||||
d="m 98.767,75.792 h 2.043 v -0.17 c -0.15,0 -0.23,-0.028 -0.29,-0.056 -0.05,-0.057 -0.08,-0.113 -0.08,-0.17 0,-0.085 0.05,-0.198 0.17,-0.339 0.03,-0.056 0.08,-0.141 0.17,-0.254 l 0.28,-0.481 0.37,0.481 c 0.23,0.311 0.34,0.508 0.34,0.593 0,0.057 -0.03,0.113 -0.09,0.17 -0.05,0.028 -0.14,0.056 -0.25,0.056 v 0.17 h 1.44 v -0.17 c -0.14,0 -0.28,-0.056 -0.39,-0.113 -0.14,-0.113 -0.37,-0.339 -0.63,-0.706 l -0.59,-0.763 1.08,-1.554 c 0.25,-0.367 0.45,-0.593 0.56,-0.678 0.11,-0.057 0.26,-0.113 0.43,-0.113 v -0.17 h -2.01 v 0.17 c 0.14,0 0.22,0.028 0.31,0.085 0.05,0.056 0.08,0.113 0.08,0.169 0,0.085 -0.08,0.254 -0.28,0.537 l -0.62,0.932 -0.71,-0.932 c -0.2,-0.283 -0.313,-0.452 -0.313,-0.48 0,-0.085 0.028,-0.17 0.113,-0.226 0.057,-0.057 0.17,-0.085 0.31,-0.085 v -0.17 h -1.386 v 0.17 c 0.085,0 0.198,0.056 0.283,0.113 0.113,0.085 0.312,0.311 0.595,0.678 l 0.908,1.215 -0.823,1.158 c -0.227,0.339 -0.397,0.565 -0.538,0.65 -0.113,0.085 -0.283,0.113 -0.482,0.113 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path84" />
|
||||
<path
|
||||
d="m 72.886,55.251 h 1.982 v -0.169 h -0.085 c -0.141,0 -0.254,-0.029 -0.311,-0.085 -0.085,-0.057 -0.113,-0.141 -0.113,-0.226 0,-0.113 0.056,-0.283 0.141,-0.509 l 1.048,-2.147 0.963,2.345 c 0.056,0.141 0.085,0.254 0.085,0.396 0,0.056 0,0.084 -0.029,0.113 -0.028,0.028 -0.085,0.056 -0.113,0.084 -0.057,0.029 -0.17,0.029 -0.283,0.029 v 0.169 h 1.387 v -0.169 c -0.113,0 -0.198,-0.029 -0.254,-0.057 -0.085,-0.056 -0.142,-0.113 -0.227,-0.226 -0.028,-0.028 -0.085,-0.169 -0.142,-0.367 L 75.18,50.166 c -0.17,-0.396 -0.397,-0.735 -0.651,-0.933 -0.284,-0.198 -0.538,-0.311 -0.793,-0.311 -0.198,0 -0.34,0.057 -0.453,0.142 -0.142,0.113 -0.199,0.226 -0.199,0.367 0,0.141 0.057,0.254 0.142,0.311 0.085,0.085 0.198,0.141 0.34,0.141 0.113,0 0.255,-0.056 0.425,-0.113 0.141,-0.056 0.198,-0.056 0.254,-0.056 0.085,0 0.17,0.028 0.284,0.141 0.113,0.085 0.226,0.282 0.339,0.565 l 0.312,0.734 -1.529,3.221 c -0.057,0.085 -0.142,0.226 -0.227,0.368 -0.085,0.113 -0.141,0.169 -0.198,0.226 -0.085,0.028 -0.198,0.084 -0.34,0.113 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path86" />
|
||||
<path
|
||||
d="m 314.59,45.956 h 52.47 v 9.8605 h -52.47 z"
|
||||
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path88" />
|
||||
<path
|
||||
d="m 314.59,45.956 h 52.47 v 9.8605 h -52.47 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path90" />
|
||||
<g
|
||||
id="g92">
|
||||
<path
|
||||
d="M 340.82,2.8125 V 157.13"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:6.3712, 1.5857, 0.79286, 1.5857;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path94" />
|
||||
</g>
|
||||
<path
|
||||
d="m 367.97,17.589 c -0.2,-0.226 -0.4,-0.395 -0.59,-0.48 -0.2,-0.085 -0.43,-0.141 -0.66,-0.141 -0.48,0 -0.87,0.197 -1.24,0.593 -0.34,0.395 -0.51,0.876 -0.51,1.497 0,0.622 0.2,1.187 0.57,1.696 0.39,0.508 0.9,0.762 1.5,0.762 0.36,0 0.7,-0.141 0.93,-0.367 v 0.791 c 0,0.481 0,0.791 -0.03,0.904 -0.03,0.113 -0.05,0.17 -0.11,0.226 -0.06,0.029 -0.11,0.057 -0.2,0.057 -0.06,0 -0.17,-0.028 -0.31,-0.085 l -0.06,0.17 1.28,0.536 h 0.22 v -4.944 c 0,-0.508 0,-0.819 0.03,-0.932 0.03,-0.113 0.06,-0.198 0.12,-0.226 0.05,-0.057 0.11,-0.057 0.17,-0.057 0.08,0 0.19,0.028 0.33,0.057 l 0.06,-0.142 -1.27,-0.536 h -0.23 z m 0,0.311 v 2.204 c 0,0.226 -0.06,0.424 -0.17,0.593 -0.08,0.17 -0.2,0.311 -0.37,0.396 -0.14,0.084 -0.31,0.113 -0.45,0.113 -0.28,0 -0.51,-0.113 -0.74,-0.368 -0.28,-0.31 -0.42,-0.791 -0.42,-1.412 0,-0.622 0.14,-1.102 0.42,-1.441 0.26,-0.339 0.57,-0.509 0.91,-0.509 0.28,0 0.57,0.141 0.82,0.424 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path96" />
|
||||
<path
|
||||
d="m 373.83,19.228 h -2.46 l -0.43,-1.017 c -0.11,-0.226 -0.17,-0.424 -0.17,-0.537 0,-0.113 0.06,-0.198 0.15,-0.254 0.08,-0.085 0.28,-0.142 0.59,-0.142 v -0.169 h -1.98 v 0.169 c 0.25,0.029 0.42,0.085 0.51,0.17 0.14,0.141 0.34,0.452 0.54,0.904 l 2.2,5.227 h 0.17 l 2.21,-5.283 c 0.2,-0.424 0.34,-0.679 0.48,-0.82 0.15,-0.113 0.37,-0.198 0.63,-0.198 v -0.169 h -2.52 v 0.169 c 0.25,0 0.42,0.057 0.51,0.113 0.11,0.085 0.14,0.17 0.14,0.255 0,0.141 -0.06,0.367 -0.2,0.65 z m -0.14,0.339 -1.08,2.543 -1.1,-2.543 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path98" />
|
||||
<path
|
||||
d="m 385.47,96.925 c -0.14,-0.565 -0.37,-1.017 -0.68,-1.328 -0.34,-0.282 -0.71,-0.452 -1.13,-0.452 -0.48,0 -0.91,0.226 -1.28,0.622 -0.36,0.395 -0.53,0.961 -0.53,1.667 0,0.65 0.19,1.215 0.59,1.639 0.4,0.395 0.88,0.621 1.44,0.621 0.43,0 0.77,-0.113 1.05,-0.339 0.26,-0.226 0.4,-0.452 0.4,-0.678 0,-0.141 -0.03,-0.226 -0.11,-0.311 -0.06,-0.056 -0.17,-0.085 -0.32,-0.085 -0.19,0 -0.34,0.057 -0.42,0.17 -0.06,0.057 -0.09,0.198 -0.11,0.367 0,0.198 -0.06,0.311 -0.17,0.424 -0.12,0.085 -0.26,0.141 -0.46,0.141 -0.31,0 -0.56,-0.113 -0.76,-0.339 -0.26,-0.31 -0.37,-0.706 -0.37,-1.215 0,-0.508 0.11,-0.96 0.37,-1.356 0.25,-0.395 0.59,-0.593 1.02,-0.593 0.31,0 0.56,0.113 0.82,0.311 0.17,0.141 0.34,0.424 0.51,0.791 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path100" />
|
||||
<path
|
||||
d="m 386.8,97.942 c -0.03,-0.621 0.14,-1.13 0.45,-1.469 0.32,-0.367 0.68,-0.565 1.11,-0.565 0.28,0 0.51,0.085 0.73,0.254 0.2,0.142 0.37,0.396 0.51,0.792 l 0.15,-0.113 c -0.06,-0.424 -0.26,-0.82 -0.57,-1.159 -0.31,-0.339 -0.71,-0.537 -1.19,-0.537 -0.51,0 -0.96,0.198 -1.33,0.622 -0.34,0.395 -0.54,0.932 -0.54,1.61 0,0.735 0.2,1.3 0.57,1.696 0.37,0.423 0.85,0.621 1.41,0.621 0.49,0 0.88,-0.141 1.19,-0.48 0.31,-0.311 0.46,-0.735 0.46,-1.272 z m 0,0.283 h 1.98 c -0.02,0.283 -0.05,0.48 -0.11,0.593 -0.08,0.17 -0.2,0.311 -0.34,0.396 -0.17,0.113 -0.31,0.141 -0.48,0.141 -0.26,0 -0.51,-0.085 -0.71,-0.282 -0.2,-0.198 -0.31,-0.481 -0.34,-0.848 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path102" />
|
||||
<path
|
||||
d="m 391.56,98.79 c 0.51,0.593 0.99,0.904 1.44,0.904 0.23,0 0.46,-0.056 0.6,-0.169 0.17,-0.113 0.31,-0.311 0.42,-0.594 0.06,-0.169 0.09,-0.452 0.09,-0.847 v -1.837 c 0,-0.254 0.03,-0.452 0.08,-0.537 0.03,-0.084 0.09,-0.141 0.17,-0.197 0.06,-0.029 0.2,-0.057 0.4,-0.057 v -0.169 h -2.1 v 0.169 h 0.09 c 0.2,0 0.34,0.028 0.42,0.085 0.06,0.056 0.12,0.141 0.14,0.282 0.03,0.029 0.03,0.198 0.03,0.424 v 1.752 c 0,0.396 -0.05,0.678 -0.14,0.848 -0.11,0.169 -0.28,0.282 -0.51,0.282 -0.4,0 -0.76,-0.226 -1.13,-0.621 v -2.261 c 0,-0.282 0.03,-0.452 0.05,-0.537 0.06,-0.084 0.12,-0.141 0.2,-0.197 0.06,-0.029 0.23,-0.057 0.46,-0.057 v -0.169 h -2.13 v 0.169 h 0.09 c 0.22,0 0.37,0.057 0.45,0.17 0.09,0.113 0.11,0.31 0.11,0.621 v 1.582 c 0,0.537 0,0.848 -0.02,0.961 -0.03,0.113 -0.06,0.17 -0.12,0.226 -0.05,0.028 -0.11,0.057 -0.2,0.057 -0.08,0 -0.19,-0.029 -0.31,-0.085 l -0.05,0.169 1.27,0.537 h 0.2 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path104" />
|
||||
<path
|
||||
d="m 396.37,100.97 v -1.417 h 0.99 v -0.311 h -0.99 v -2.769 c 0,-0.282 0.03,-0.48 0.12,-0.565 0.08,-0.113 0.17,-0.141 0.31,-0.141 0.08,0 0.2,0.028 0.28,0.085 0.11,0.056 0.17,0.169 0.23,0.282 h 0.19 c -0.11,-0.311 -0.28,-0.537 -0.48,-0.678 -0.19,-0.169 -0.39,-0.226 -0.62,-0.226 -0.14,0 -0.28,0.028 -0.42,0.113 -0.12,0.085 -0.23,0.198 -0.29,0.339 -0.08,0.141 -0.11,0.367 -0.11,0.678 v 2.882 h -0.68 v 0.141 c 0.17,0.085 0.37,0.198 0.54,0.368 0.17,0.141 0.34,0.339 0.48,0.569 0.06,0.11 0.17,0.33 0.28,0.65 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path106" />
|
||||
<path
|
||||
d="m 399.03,99.694 v -0.96 c 0.34,0.649 0.71,0.96 1.11,0.96 0.17,0 0.31,-0.056 0.42,-0.169 0.12,-0.085 0.17,-0.226 0.17,-0.339 0,-0.142 -0.05,-0.226 -0.11,-0.311 -0.09,-0.085 -0.2,-0.141 -0.31,-0.141 -0.12,0 -0.23,0.056 -0.37,0.169 -0.14,0.113 -0.23,0.17 -0.28,0.17 -0.06,0 -0.14,-0.029 -0.2,-0.113 -0.14,-0.113 -0.28,-0.339 -0.43,-0.622 v -2.063 c 0,-0.226 0.03,-0.395 0.09,-0.536 0.03,-0.085 0.11,-0.142 0.23,-0.198 0.08,-0.057 0.22,-0.085 0.42,-0.085 v -0.169 h -2.18 v 0.169 c 0.2,0 0.37,0.028 0.48,0.113 0.09,0.028 0.14,0.113 0.17,0.226 0,0.057 0.03,0.198 0.03,0.452 v 1.667 c 0,0.481 -0.03,0.791 -0.06,0.876 0,0.113 -0.05,0.17 -0.11,0.226 -0.03,0.028 -0.11,0.057 -0.2,0.057 -0.08,0 -0.2,-0.029 -0.31,-0.085 l -0.06,0.169 1.31,0.537 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path108" />
|
||||
<path
|
||||
d="m 403.08,99.694 c 0.65,0 1.16,-0.254 1.56,-0.734 0.34,-0.424 0.51,-0.905 0.51,-1.441 0,-0.396 -0.11,-0.791 -0.28,-1.187 -0.2,-0.396 -0.46,-0.678 -0.77,-0.876 -0.31,-0.198 -0.68,-0.311 -1.07,-0.311 -0.65,0 -1.16,0.255 -1.56,0.791 -0.31,0.424 -0.48,0.905 -0.48,1.441 0,0.396 0.11,0.791 0.31,1.187 0.2,0.367 0.45,0.678 0.76,0.848 0.32,0.197 0.65,0.282 1.02,0.282 z m -0.14,-0.311 c -0.17,0 -0.34,-0.056 -0.51,-0.141 -0.17,-0.085 -0.31,-0.282 -0.39,-0.508 -0.12,-0.255 -0.17,-0.566 -0.17,-0.961 0,-0.622 0.14,-1.158 0.36,-1.611 0.26,-0.452 0.6,-0.678 0.99,-0.678 0.32,0 0.54,0.142 0.74,0.368 0.2,0.254 0.31,0.678 0.31,1.299 0,0.763 -0.17,1.357 -0.51,1.78 -0.2,0.311 -0.48,0.452 -0.82,0.452 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path110" />
|
||||
<path
|
||||
d="m 406.85,101.93 c 0.14,0 0.25,-0.03 0.34,-0.15 0.11,-0.08 0.14,-0.19 0.14,-0.33 0,-0.12 -0.03,-0.23 -0.14,-0.31 -0.09,-0.12 -0.2,-0.15 -0.34,-0.15 -0.11,0 -0.23,0.03 -0.31,0.15 -0.12,0.08 -0.14,0.19 -0.14,0.31 0,0.14 0.02,0.25 0.11,0.33 0.11,0.12 0.23,0.15 0.34,0.15 z m 0.4,-2.236 v -3.447 c 0,-0.254 0.02,-0.452 0.05,-0.537 0.06,-0.084 0.12,-0.141 0.17,-0.197 0.09,-0.029 0.23,-0.057 0.43,-0.057 v -0.169 h -2.07 v 0.169 c 0.2,0 0.34,0.028 0.4,0.057 0.08,0.056 0.14,0.113 0.17,0.197 0.05,0.113 0.08,0.283 0.08,0.537 v 1.667 c 0,0.452 -0.03,0.763 -0.06,0.904 -0.02,0.085 -0.05,0.142 -0.08,0.198 -0.06,0.028 -0.11,0.057 -0.2,0.057 -0.08,0 -0.2,-0.029 -0.31,-0.085 l -0.09,0.169 1.31,0.537 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path112" />
|
||||
<path
|
||||
d="m 411.46,95.767 c -0.22,-0.226 -0.42,-0.367 -0.62,-0.48 -0.2,-0.085 -0.39,-0.142 -0.65,-0.142 -0.45,0 -0.88,0.198 -1.22,0.594 -0.34,0.395 -0.51,0.904 -0.51,1.497 0,0.622 0.17,1.187 0.57,1.695 0.4,0.509 0.88,0.763 1.5,0.763 0.37,0 0.68,-0.113 0.93,-0.367 v 0.793 c 0,0.51 -0.02,0.79 -0.02,0.9 -0.03,0.12 -0.09,0.2 -0.12,0.23 -0.05,0.05 -0.11,0.05 -0.2,0.05 -0.08,0 -0.19,0 -0.31,-0.05 l -0.05,0.17 1.27,0.51 h 0.2 v -4.948 c 0,-0.509 0.03,-0.82 0.03,-0.904 0.03,-0.113 0.08,-0.198 0.11,-0.255 0.06,-0.028 0.11,-0.056 0.2,-0.056 0.08,0 0.2,0.028 0.34,0.085 l 0.03,-0.17 -1.28,-0.537 h -0.2 z m 0,0.339 v 2.204 c -0.02,0.198 -0.08,0.395 -0.17,0.565 -0.08,0.169 -0.22,0.311 -0.36,0.395 -0.17,0.085 -0.31,0.142 -0.46,0.142 -0.28,0 -0.53,-0.142 -0.73,-0.368 -0.29,-0.339 -0.43,-0.791 -0.43,-1.412 0,-0.65 0.14,-1.13 0.4,-1.47 0.28,-0.339 0.59,-0.48 0.93,-0.48 0.29,0 0.54,0.141 0.82,0.424 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path114" />
|
||||
<path
|
||||
d="m 352.09,52.454 17.1,-26.756"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path116" />
|
||||
<path
|
||||
d="m 353.67,43.356 -2.18,9.974 8.16,-6.159 c -2.61,0.169 -4.99,-1.385 -5.98,-3.815 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path118" />
|
||||
<path
|
||||
d="m 340.19,79.21 38.82,17.094"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path120" />
|
||||
<path
|
||||
d="m 349.45,79.436 -10.22,-0.65 7.36,7.092 c -0.56,-2.514 0.6,-5.142 2.86,-6.442 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path122" />
|
||||
<path
|
||||
d="m 292.34,87.941 h 1.73 l 3.87,-4.747 v 3.673 c 0,0.367 -0.05,0.622 -0.14,0.706 -0.11,0.142 -0.28,0.198 -0.54,0.198 h -0.22 v 0.17 h 2.21 v -0.17 h -0.23 c -0.25,0 -0.45,-0.085 -0.57,-0.226 -0.05,-0.113 -0.08,-0.339 -0.08,-0.678 v -5.34 h -0.17 l -4.19,5.086 v -3.899 c 0,-0.396 0.03,-0.622 0.11,-0.735 0.12,-0.113 0.31,-0.198 0.57,-0.198 h 0.22 v -0.169 h -2.23 v 0.169 h 0.22 c 0.29,0 0.49,0.085 0.6,0.255 0.06,0.084 0.08,0.31 0.08,0.678 v 4.407 c -0.17,0.226 -0.31,0.368 -0.42,0.424 -0.09,0.057 -0.23,0.141 -0.4,0.198 -0.11,0.028 -0.22,0.028 -0.42,0.028 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path124" />
|
||||
<path
|
||||
d="m 393.12,83.646 h -2.47 l -0.42,-1.017 c -0.12,-0.226 -0.17,-0.424 -0.17,-0.537 0,-0.113 0.05,-0.198 0.14,-0.254 0.08,-0.085 0.28,-0.141 0.59,-0.141 v -0.17 h -2.01 v 0.17 c 0.29,0.028 0.46,0.084 0.51,0.169 0.17,0.141 0.34,0.452 0.54,0.904 l 2.24,5.227 h 0.17 l 2.21,-5.283 c 0.17,-0.424 0.34,-0.678 0.48,-0.82 0.14,-0.113 0.34,-0.197 0.59,-0.197 v -0.17 h -2.49 v 0.17 c 0.26,0 0.43,0.056 0.51,0.113 0.09,0.084 0.14,0.169 0.14,0.254 0,0.141 -0.05,0.367 -0.2,0.65 z m -0.15,0.339 -1.07,2.543 -1.11,-2.543 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path126" />
|
||||
<path
|
||||
d="M 322.18,57.144 V 79.436"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path128" />
|
||||
<path
|
||||
d="m 325.75,65.677 -3.54,-9.578 -3.54,9.578 c 2.1,-1.526 4.96,-1.526 7.08,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path130" />
|
||||
<path
|
||||
d="m 327.03,63.953 h 1.98 v -0.197 h -0.09 c -0.14,0 -0.25,-0.029 -0.31,-0.085 -0.08,-0.057 -0.11,-0.141 -0.11,-0.226 0,-0.113 0.05,-0.283 0.17,-0.509 l 1.02,-2.147 0.96,2.373 c 0.06,0.113 0.08,0.255 0.08,0.368 0,0.056 0,0.084 -0.02,0.113 -0.03,0.056 -0.06,0.084 -0.12,0.084 -0.05,0.029 -0.14,0.029 -0.28,0.029 v 0.197 h 1.39 v -0.197 c -0.12,0 -0.2,-0.029 -0.26,-0.057 -0.05,-0.056 -0.14,-0.113 -0.2,-0.226 -0.02,-0.028 -0.08,-0.141 -0.17,-0.339 l -1.75,-4.295 c -0.17,-0.395 -0.4,-0.706 -0.65,-0.932 -0.29,-0.198 -0.54,-0.311 -0.8,-0.311 -0.19,0 -0.33,0.057 -0.45,0.17 -0.11,0.085 -0.17,0.226 -0.17,0.339 0,0.141 0.03,0.254 0.12,0.339 0.08,0.056 0.19,0.113 0.36,0.113 0.09,0 0.23,-0.028 0.43,-0.113 0.11,-0.028 0.2,-0.057 0.22,-0.057 0.09,0 0.2,0.029 0.32,0.142 0.11,0.084 0.22,0.282 0.31,0.565 l 0.31,0.734 -1.53,3.221 c -0.06,0.113 -0.11,0.226 -0.23,0.368 -0.08,0.113 -0.14,0.169 -0.19,0.226 -0.06,0.056 -0.2,0.084 -0.34,0.113 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path132" />
|
||||
<path
|
||||
d="M 322.21,44.571 V 22.279"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path134" />
|
||||
<path
|
||||
d="m 318.67,36.039 3.54,9.578 3.54,-9.578 c -2.09,1.525 -4.95,1.525 -7.08,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path136" />
|
||||
<path
|
||||
d="m 328.19,23.579 c -0.2,-0.198 -0.4,-0.367 -0.63,-0.452 -0.19,-0.113 -0.39,-0.141 -0.62,-0.141 -0.48,0 -0.88,0.197 -1.25,0.565 -0.34,0.395 -0.51,0.904 -0.51,1.525 0,0.622 0.2,1.159 0.57,1.667 0.4,0.509 0.91,0.763 1.5,0.763 0.37,0 0.68,-0.113 0.94,-0.339 v 0.791 c 0,0.481 0,0.791 -0.03,0.904 -0.03,0.113 -0.06,0.17 -0.12,0.226 -0.05,0.029 -0.11,0.057 -0.19,0.057 -0.06,0 -0.17,-0.028 -0.31,-0.085 l -0.06,0.17 1.27,0.536 h 0.2 v -4.972 c 0,-0.48 0.03,-0.791 0.06,-0.904 0.03,-0.113 0.05,-0.198 0.11,-0.226 0.03,-0.057 0.11,-0.085 0.17,-0.085 0.09,0 0.2,0.028 0.34,0.085 l 0.06,-0.17 -1.28,-0.508 h -0.22 z m 0,0.339 v 2.204 c -0.03,0.226 -0.06,0.395 -0.17,0.593 -0.09,0.17 -0.2,0.283 -0.37,0.367 -0.14,0.113 -0.31,0.142 -0.45,0.142 -0.29,0 -0.51,-0.113 -0.74,-0.368 -0.28,-0.31 -0.43,-0.791 -0.43,-1.412 0,-0.622 0.15,-1.102 0.43,-1.441 0.25,-0.339 0.57,-0.509 0.91,-0.509 0.28,0 0.56,0.141 0.82,0.424 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path138" />
|
||||
<path
|
||||
d="m 329.72,27.393 h 2.01 v -0.169 h -0.12 c -0.14,0 -0.25,-0.029 -0.31,-0.113 -0.08,-0.057 -0.11,-0.113 -0.11,-0.226 0,-0.113 0.05,-0.283 0.17,-0.481 l 1.02,-2.175 0.96,2.373 c 0.06,0.113 0.08,0.254 0.08,0.367 0,0.057 0,0.113 -0.02,0.142 -0.03,0.028 -0.06,0.056 -0.12,0.084 -0.05,0 -0.14,0.029 -0.28,0.029 v 0.169 h 1.39 v -0.169 c -0.12,-0.029 -0.2,-0.057 -0.26,-0.085 -0.05,-0.028 -0.14,-0.113 -0.2,-0.198 -0.02,-0.056 -0.08,-0.169 -0.17,-0.367 l -1.75,-4.266 c -0.17,-0.424 -0.37,-0.735 -0.65,-0.933 -0.29,-0.226 -0.54,-0.339 -0.8,-0.339 -0.19,0 -0.33,0.057 -0.45,0.17 -0.11,0.113 -0.17,0.226 -0.17,0.367 0,0.113 0.03,0.226 0.12,0.311 0.08,0.084 0.19,0.113 0.36,0.113 0.09,0 0.23,-0.029 0.43,-0.085 0.11,-0.057 0.2,-0.085 0.22,-0.085 0.09,0 0.2,0.057 0.32,0.141 0.11,0.113 0.22,0.283 0.34,0.566 l 0.28,0.734 -1.53,3.249 c -0.06,0.085 -0.11,0.198 -0.23,0.339 -0.08,0.113 -0.14,0.198 -0.19,0.226 -0.06,0.057 -0.17,0.085 -0.34,0.142 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path140" />
|
||||
<path
|
||||
d="m 52.725,125.21 c 86.335,10.93 150.045,51.25 150.045,51.25"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path142" />
|
||||
<path
|
||||
d="M 55.415,29.823 C 157.13,42.707 232.19,90.229 232.19,90.229"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path144" />
|
||||
<path
|
||||
d="m 202.6,176.6 c 0,0 -3.08,-5.37 -0.34,-14.18 2.75,-8.79 12.86,-8.76 15.44,-17.04 2.57,-8.31 -3.63,-15.12 -1.05,-23.39 2.58,-8.28 9.48,-7.49 11.72,-14.72 2.27,-7.27 3.54,-17.041 3.54,-17.041"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path146" />
|
||||
<g
|
||||
id="g148">
|
||||
<path
|
||||
d="M 54.792,78.984 C 156.5,91.868 231.57,139.39 231.57,139.39"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:6.3712, 1.5857, 0.79286, 1.5857;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path150" />
|
||||
</g>
|
||||
<path
|
||||
d="M 264.25,158.63 227.72,136.99"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path152" />
|
||||
<path
|
||||
d="m 255.1,157.33 10.05,1.84 -6.45,-7.91 c 0.25,2.57 -1.22,5.03 -3.6,6.07 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path154" />
|
||||
<path
|
||||
d="m 257.17,165.04 v -1.83 c 0,-0.4 0.06,-0.65 0.14,-0.74 0.11,-0.14 0.28,-0.22 0.54,-0.22 h 0.23 v -0.17 h -2.72 v 0.17 h 0.25 c 0.26,0 0.45,0.08 0.57,0.28 0.05,0.08 0.08,0.31 0.08,0.68 v 4.1 c 0,0.39 -0.03,0.64 -0.11,0.73 -0.11,0.14 -0.31,0.2 -0.54,0.2 h -0.25 v 0.17 h 2.32 c 0.57,0 1.02,-0.06 1.36,-0.17 0.31,-0.12 0.59,-0.31 0.82,-0.6 0.23,-0.28 0.34,-0.59 0.34,-0.98 0,-0.51 -0.17,-0.94 -0.51,-1.25 -0.34,-0.34 -0.82,-0.48 -1.44,-0.48 -0.17,0 -0.32,0 -0.51,0.03 -0.17,0 -0.37,0.06 -0.57,0.08 z m 0,0.29 c 0.17,-0.03 0.31,-0.06 0.45,-0.09 0.12,0 0.23,-0.03 0.31,-0.03 0.34,0 0.63,0.15 0.85,0.4 0.23,0.23 0.34,0.56 0.34,0.96 0,0.28 -0.05,0.54 -0.17,0.76 -0.11,0.23 -0.25,0.43 -0.45,0.54 -0.23,0.11 -0.45,0.17 -0.71,0.17 -0.17,0 -0.37,-0.03 -0.62,-0.09 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path156" />
|
||||
<path
|
||||
d="m 242.56,129.61 c 0.56,19.92 -14.84,25.07 -14.84,25.07"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path158" />
|
||||
<path
|
||||
d="m 234.69,148.6 -7.99,6.39 10.22,0.31 c -2.09,-1.5 -3,-4.18 -2.23,-6.7 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path160" />
|
||||
<path
|
||||
d="m 235.05,159.48 -2.46,5.31 v -4.21 c 0,-0.39 0.06,-0.65 0.14,-0.73 0.12,-0.15 0.29,-0.2 0.54,-0.2 h 0.23 v -0.17 h -2.21 v 0.17 h 0.22 c 0.26,0 0.46,0.08 0.57,0.22 0.06,0.12 0.11,0.34 0.11,0.71 v 4.13 c 0,0.28 -0.02,0.48 -0.11,0.62 -0.03,0.08 -0.11,0.14 -0.23,0.22 -0.11,0.06 -0.31,0.09 -0.56,0.09 v 0.17 h 1.78 l 2.32,-4.98 2.27,4.98 h 1.78 v -0.17 h -0.2 c -0.28,0 -0.48,-0.09 -0.59,-0.26 -0.06,-0.08 -0.08,-0.31 -0.08,-0.67 v -4.13 c 0,-0.39 0.02,-0.65 0.11,-0.73 0.11,-0.15 0.31,-0.2 0.56,-0.2 h 0.2 v -0.17 h -2.69 v 0.17 h 0.23 c 0.28,0 0.45,0.08 0.57,0.22 0.08,0.12 0.11,0.34 0.11,0.71 v 4.21 l -2.46,-5.31 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path162" />
|
||||
<path
|
||||
d="m 136.09,101.14 -34.83,95.13"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path164" />
|
||||
<path
|
||||
d="m 136.48,110.37 -0.02,-10.22 -6.6,7.79 c 2.49,-0.73 5.15,0.26 6.62,2.43 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path166" />
|
||||
<path
|
||||
d="m 101.54,196.04 -10.616,2.51 15.346,6.45 -10.702,3.02"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path168" />
|
||||
<path
|
||||
d="M 95.822,207.88 78.181,255.06"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path170" />
|
||||
<path
|
||||
d="m 97.805,230.42 h -1.671 l -2.152,2.97 c -0.17,0 -0.312,0 -0.396,0 -0.029,0 -0.085,0 -0.142,0 -0.028,0 -0.085,0 -0.142,0 v -1.84 c 0,-0.39 0.057,-0.65 0.142,-0.73 0.113,-0.14 0.283,-0.23 0.538,-0.23 h 0.226 v -0.17 H 91.49 v 0.17 h 0.255 c 0.255,0 0.453,0.09 0.566,0.29 0.057,0.08 0.114,0.31 0.114,0.67 v 4.1 c 0,0.4 -0.057,0.65 -0.142,0.74 -0.113,0.14 -0.312,0.19 -0.538,0.19 H 91.49 v 0.17 h 2.322 c 0.68,0 1.161,-0.03 1.501,-0.14 0.311,-0.08 0.594,-0.28 0.793,-0.54 0.226,-0.25 0.339,-0.56 0.339,-0.93 0,-0.39 -0.113,-0.73 -0.368,-1.02 -0.255,-0.28 -0.651,-0.5 -1.189,-0.62 l 1.303,-1.8 c 0.311,-0.43 0.566,-0.71 0.792,-0.82 0.199,-0.15 0.482,-0.23 0.822,-0.29 z m -4.503,3.25 c 0.057,0 0.114,0 0.17,0 0.029,0 0.057,0 0.085,0 0.623,0 1.076,0.14 1.388,0.4 0.311,0.25 0.453,0.59 0.453,1.02 0,0.39 -0.114,0.7 -0.368,0.96 -0.255,0.22 -0.567,0.36 -0.991,0.36 -0.17,0 -0.425,-0.02 -0.737,-0.08 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path172" />
|
||||
<path
|
||||
d="M 18.349,114.64 H 48.336"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path174" />
|
||||
<path
|
||||
d="m 26.901,111.11 -9.6,3.53 9.6,3.5 c -1.53,-2.06 -1.53,-4.91 0,-7.03 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path176" />
|
||||
<path
|
||||
d="m 19.368,104.02 h 30.78"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path178" />
|
||||
<path
|
||||
d="m 27.892,100.49 -9.6,3.53 9.6,3.5 c -1.529,-2.06 -1.501,-4.92 0,-7.03 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path180" />
|
||||
<path
|
||||
d="M 16.537,125.26 H 52.782"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path182" />
|
||||
<path
|
||||
d="m 25.088,121.73 -9.627,3.53 9.627,3.54 c -1.557,-2.1 -1.529,-4.95 0,-7.07 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path184" />
|
||||
<path
|
||||
d="M 19.765,93.394 H 57.227"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path186" />
|
||||
<path
|
||||
d="m 28.316,89.862 -9.599,3.503 9.599,3.532 c -1.529,-2.091 -1.529,-4.916 0,-7.035 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path188" />
|
||||
<path
|
||||
d="M 19.368,82.77 H 56.01"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path190" />
|
||||
<path
|
||||
d="m 27.892,79.21 -9.6,3.532 9.6,3.532 c -1.529,-2.091 -1.501,-4.916 0,-7.064 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path192" />
|
||||
<path
|
||||
d="M 17.953,72.147 H 51.168"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path194" />
|
||||
<path
|
||||
d="m 26.504,68.587 -9.627,3.532 9.627,3.531 c -1.557,-2.09 -1.529,-4.944 0,-7.063 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path196" />
|
||||
<path
|
||||
d="M 15.517,61.495 H 50.771"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path198" />
|
||||
<path
|
||||
d="m 24.069,57.964 -9.599,3.531 9.599,3.532 c -1.529,-2.091 -1.529,-4.944 0,-7.063 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path200" />
|
||||
<path
|
||||
d="M 12.091,50.872 H 56.604"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path202" />
|
||||
<path
|
||||
d="m 20.643,47.34 -9.6,3.532 9.6,3.503 c -1.529,-2.062 -1.529,-4.916 0,-7.035 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path204" />
|
||||
<path
|
||||
d="M 7.8719,40.249 H 56.208"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path206" />
|
||||
<path
|
||||
d="m 16.395,36.717 -9.5991,3.532 9.5991,3.503 c -1.529,-2.063 -1.529,-4.916 0,-7.035 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path208" />
|
||||
<path
|
||||
d="M 2.4069,29.625 H 55.189"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path210" />
|
||||
<path
|
||||
d="m 10.958,26.093 -9.5988,3.504 9.5988,3.532 c -1.5287,-2.063 -1.5287,-4.916 0,-7.036 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path212" />
|
||||
<path
|
||||
d="M 15.659,125.26 C 28.175,67.259 1.1327,29.823 1.1327,29.823"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.79286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path214" />
|
||||
<path
|
||||
d="m 10.137,128.4 v -0.59 H 9.0046 c 0.3398,-0.31 0.5097,-0.82 0.5097,-1.5 0,-0.74 -0.1982,-1.27 -0.5663,-1.64 -0.3682,-0.34 -0.8495,-0.51 -1.3875,-0.51 -0.5664,0 -1.0194,0.17 -1.3875,0.54 -0.3682,0.37 -0.538,0.9 -0.538,1.61 0,0.73 0.1982,1.3 0.5663,1.64 0.3681,0.37 0.8212,0.53 1.3592,0.53 0.1982,0 0.4247,-0.02 0.6796,-0.08 z m -2.5765,-0.51 c -0.3398,0 -0.623,-0.11 -0.8495,-0.39 -0.2549,-0.26 -0.3681,-0.65 -0.3681,-1.19 0,-0.51 0.1132,-0.91 0.3398,-1.19 0.2265,-0.25 0.538,-0.39 0.8778,-0.39 0.3964,0 0.6796,0.14 0.9061,0.42 0.2265,0.28 0.3398,0.68 0.3398,1.16 0,0.48 -0.1133,0.85 -0.3115,1.16 -0.1982,0.28 -0.5097,0.42 -0.9344,0.42 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path216" />
|
||||
<path
|
||||
d="m 10.335,122.66 0.992,1.39 -0.907,1.3 h 0.567 l 0.396,-0.62 c 0.085,-0.14 0.142,-0.23 0.198,-0.31 0.085,0.11 0.142,0.19 0.199,0.28 l 0.453,0.65 h 0.566 l -0.934,-1.27 0.991,-1.42 h -0.567 l -0.538,0.82 -0.141,0.23 -0.708,-1.05 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path218" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 38 KiB |
392
uni/mmme/2053_mechanics_of_solids/images/tss4.svg
Normal file
@@ -0,0 +1,392 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
width="521.83685"
|
||||
height="249.93729"
|
||||
viewBox="0 0 521.83685 249.93729"
|
||||
sodipodi:docname="tss4.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs6">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath16">
|
||||
<path
|
||||
d="M 0,1.2207e-4 H 720 V 540.00012 H 0 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path14" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath26">
|
||||
<path
|
||||
d="M 0,1.2207e-4 H 720 V 540.00012 H 0 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path24" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath36">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path34" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath48">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path46" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath60">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path58" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath72">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path70" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath84">
|
||||
<path
|
||||
d="M 1.0729e-5,0 H 720.00001 V 540 H 1.0729e-5 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path82" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath98">
|
||||
<path
|
||||
d="M 161.52,43.2 H 558.48 V 236.52 H 161.52 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path96" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath108">
|
||||
<path
|
||||
d="M 0,0 H 191.07 V 93.218 H 0 Z"
|
||||
id="path106" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath98-3">
|
||||
<path
|
||||
d="M 161.52,43.2 H 558.48 V 236.52 H 161.52 Z"
|
||||
clip-rule="evenodd"
|
||||
id="path96-6" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath108-7">
|
||||
<path
|
||||
d="M 0,0 H 191.07 V 93.218 H 0 Z"
|
||||
id="path106-5" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview4"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.2055556"
|
||||
inkscape:cx="287.00461"
|
||||
inkscape:cy="21.56682"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1051"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="29"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g8" />
|
||||
<g
|
||||
id="g8"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="MMME2053_TSS4_Slides"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,-70.878806,381.28201)">
|
||||
<g
|
||||
id="g92"
|
||||
transform="translate(-110.00878,51.142818)">
|
||||
<g
|
||||
id="g94"
|
||||
clip-path="url(#clipPath98-3)">
|
||||
<g
|
||||
id="g100"
|
||||
transform="matrix(5.5133,0,-1.88e-7,2.685,161.52,43.2)">
|
||||
<g
|
||||
id="g102"
|
||||
transform="scale(0.37682,0.77238)">
|
||||
<g
|
||||
id="g104"
|
||||
clip-path="url(#clipPath108-7)">
|
||||
<g
|
||||
id="g110">
|
||||
<g
|
||||
id="g112">
|
||||
<g
|
||||
id="g114" />
|
||||
</g>
|
||||
<path
|
||||
d="M 149.52,40.941 V 70.713"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path116" />
|
||||
<path
|
||||
d="M 137.37,41.026 V 70.797"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path118" />
|
||||
<path
|
||||
d="m 137.22,70.797 12.3,-14.673"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path120" />
|
||||
<path
|
||||
d="m 19.802,63.814 4.872,7.125"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path122" />
|
||||
<path
|
||||
d="m 81.048,55.982 3.853,5.683"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path124" />
|
||||
<path
|
||||
d="m 21.36,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path126" />
|
||||
<path
|
||||
d="m 28.81,56.124 9.972,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path128" />
|
||||
<path
|
||||
d="m 36.232,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path130" />
|
||||
<path
|
||||
d="m 43.683,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path132" />
|
||||
<path
|
||||
d="m 51.133,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path134" />
|
||||
<path
|
||||
d="m 58.584,56.124 9.971,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path136" />
|
||||
<path
|
||||
d="m 66.006,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path138" />
|
||||
<path
|
||||
d="m 73.456,56.124 10,14.815"
|
||||
style="fill:none;stroke:#cccccc;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path140" />
|
||||
<path
|
||||
d="M 21.105,55.982 H 85.779"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path142" />
|
||||
<g
|
||||
id="g144">
|
||||
<path
|
||||
d="M 8.4419,2.4053 H 163.97"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:6.3739, 1.5864, 0.7932, 1.5864;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path146" />
|
||||
</g>
|
||||
<path
|
||||
d="m 6.4023,32.12 -1.3598,4.1 c -0.3116,0 -0.6232,0.028 -0.9632,0.113 L 3.3428,33.76 c -0.085,-0.311 -0.1417,-0.594 -0.1417,-0.82 0,-0.198 0.0567,-0.311 0.1983,-0.424 0.085,-0.085 0.34,-0.141 0.7366,-0.17 L 4.0793,32.12 H 0.7932 l 0.08499,0.226 c 0.31161,0.029 0.50991,0.057 0.62321,0.113 0.17,0.057 0.2833,0.142 0.3683,0.283 0.1416,0.198 0.2833,0.537 0.4249,1.018 l 1.4731,5.117 c 0.085,0.34 0.1416,0.594 0.1416,0.792 0,0.198 -0.0849,0.339 -0.2266,0.481 -0.17,0.141 -0.3683,0.198 -0.6799,0.198 l 0.085,0.226 h 2.7479 c 0.9348,0 1.6147,-0.17 2.0113,-0.509 0.3966,-0.368 0.6233,-0.82 0.6233,-1.386 0,-0.537 -0.2267,-1.046 -0.6516,-1.498 C 7.4221,36.729 6.8272,36.446 6.119,36.333 l 0.8215,-2.488 c 0.1983,-0.594 0.3966,-0.99 0.5949,-1.188 0.1983,-0.169 0.5099,-0.282 0.9632,-0.311 L 8.4419,32.12 Z m -2.2097,4.552 c 0.255,-0.028 0.5099,-0.056 0.7082,-0.056 0.7083,0 1.2748,0.197 1.6998,0.593 0.4249,0.396 0.6232,0.905 0.6232,1.499 0,0.452 -0.1416,0.82 -0.3966,1.046 -0.255,0.254 -0.6516,0.367 -1.1615,0.367 -0.1416,0 -0.3116,0 -0.4816,-0.056 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path148" />
|
||||
<path
|
||||
d="M 83.909,71.476 C 82.295,65.03 87.139,61.807 85.921,54.145 82.125,41.45 87.139,43.542 86.742,33.59 86.346,27.54 83.739,26.748 83.909,19.086 c 0.595,-7.633 5.156,-7.209 3.23,-16.511"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path150" />
|
||||
<path
|
||||
d="M 18.782,71.08 H 83.456"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path152" />
|
||||
<path
|
||||
d="M 18.839,71.278 C 17.224,64.832 22.068,61.609 20.85,53.947 17.054,41.252 22.04,43.344 21.671,33.392 21.246,27.342 18.64,26.55 18.839,18.888 19.433,11.255 23.994,11.679 22.068,2.3488"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path154" />
|
||||
<g
|
||||
id="g156">
|
||||
<path
|
||||
d="M 8.4419,63.955 H 116.06"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:6.3739, 1.5864, 0.7932, 1.5864;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path158" />
|
||||
</g>
|
||||
<path
|
||||
d="M 12.72,2.575 V 62.57"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path160" />
|
||||
<path
|
||||
d="m 9.2068,54.145 3.4842,9.499 3.513,-9.499 c -2.068,1.498 -4.901,1.498 -6.9972,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path162" />
|
||||
<path
|
||||
d="M 34.703,41.026 V 55.163"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path164" />
|
||||
<path
|
||||
d="m 31.19,46.709 3.513,9.5 3.512,-9.5 c -2.068,1.527 -4.901,1.498 -7.025,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path166" />
|
||||
<path
|
||||
d="M 34.674,86.743 V 72.607"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path168" />
|
||||
<path
|
||||
d="m 38.215,81.061 -3.512,-9.5 -3.513,9.5 c 2.068,-1.527 4.901,-1.499 7.025,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path170" />
|
||||
<path
|
||||
d="M 6.204,91.154 5.7224,89.458 H 6.6856 L 6.5722,89.062 H 5.6091 L 4.5326,85.386 c -0.1133,-0.396 -0.17,-0.65 -0.17,-0.791 0,-0.057 0.0283,-0.113 0.0567,-0.142 0.0283,-0.056 0.0566,-0.056 0.1133,-0.056 0.1133,0 0.2266,0.056 0.3966,0.198 0.1133,0.084 0.3399,0.339 0.6799,0.791 L 5.8074,85.217 C 5.4391,84.651 5.0708,84.284 4.7309,84.029 4.5042,83.888 4.2493,83.803 4.0227,83.803 c -0.17,0 -0.34,0.057 -0.4533,0.17 -0.1133,0.113 -0.17,0.254 -0.17,0.452 0,0.226 0.0567,0.565 0.1983,1.018 l 1.0482,3.619 H 3.711 l 0.0567,0.226 c 0.4533,0.141 0.8215,0.311 1.1331,0.565 0.3117,0.255 0.6516,0.679 1.0199,1.301 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path172" />
|
||||
<path
|
||||
d="m 7.3654,88.355 6.7136,2.912 V 90.73 L 8.3003,88.214 14.079,85.669 v -0.537 l -6.7136,2.912 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path174" />
|
||||
<path
|
||||
d="m 16.006,88.355 6.714,2.912 V 90.73 l -5.779,-2.516 5.779,-2.545 v -0.537 l -6.714,2.912 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path176" />
|
||||
<path
|
||||
d="m 29.037,83.944 -1.36,4.128 c -0.312,-0.028 -0.652,0.028 -0.991,0.085 l -0.709,-2.545 c -0.113,-0.339 -0.141,-0.622 -0.141,-0.848 0,-0.169 0.056,-0.311 0.17,-0.424 0.085,-0.056 0.34,-0.113 0.736,-0.169 l -0.056,-0.227 h -3.258 l 0.056,0.227 c 0.312,0.028 0.51,0.056 0.624,0.113 0.17,0.056 0.311,0.169 0.368,0.282 0.142,0.198 0.283,0.538 0.425,1.046 l 1.473,5.09 c 0.113,0.339 0.17,0.622 0.17,0.791 0,0.198 -0.085,0.368 -0.255,0.481 -0.142,0.141 -0.368,0.198 -0.652,0.198 l 0.057,0.226 h 2.776 c 0.907,0 1.587,-0.17 1.983,-0.509 0.425,-0.368 0.623,-0.82 0.623,-1.385 0,-0.538 -0.198,-1.046 -0.623,-1.499 -0.425,-0.452 -0.991,-0.735 -1.728,-0.848 l 0.822,-2.488 c 0.198,-0.594 0.396,-0.99 0.595,-1.159 0.198,-0.198 0.538,-0.311 0.991,-0.339 l -0.085,-0.227 z m -2.238,4.581 c 0.283,-0.057 0.51,-0.057 0.708,-0.057 0.737,0 1.303,0.198 1.7,0.594 0.425,0.396 0.623,0.876 0.623,1.47 0,0.452 -0.113,0.82 -0.368,1.046 -0.284,0.254 -0.652,0.368 -1.19,0.368 -0.113,0 -0.283,0 -0.482,-0.029 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path178" />
|
||||
<path
|
||||
d="M 50.425,63.927 V 39.556"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path180" />
|
||||
<path
|
||||
d="m 53.938,48.009 -3.513,-9.499 -3.484,9.499 c 2.067,-1.526 4.872,-1.498 6.997,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path182" />
|
||||
<path
|
||||
d="M 50.991,63.955 H 75.439"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path184" />
|
||||
<path
|
||||
d="m 66.969,67.461 9.518,-3.506 -9.518,-3.477 c 1.501,2.035 1.501,4.863 0,6.983 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path186" />
|
||||
<path
|
||||
d="m 56.317,43.712 c 0.142,-0.226 0.227,-0.452 0.284,-0.679 0.056,-0.197 0.113,-0.622 0.17,-1.244 l 0.283,-3.053 c 0.255,0.311 0.595,0.763 1.076,1.414 0.227,0.311 0.51,0.763 0.85,1.3 0.198,0.339 0.34,0.566 0.368,0.707 0.029,0.057 0.057,0.113 0.057,0.198 0,0.028 -0.028,0.085 -0.057,0.113 -0.028,0.028 -0.113,0.057 -0.226,0.085 -0.114,0.056 -0.227,0.113 -0.312,0.226 -0.085,0.113 -0.113,0.226 -0.113,0.368 0,0.169 0.057,0.311 0.142,0.424 0.113,0.084 0.226,0.141 0.368,0.141 0.198,0 0.34,-0.085 0.481,-0.226 0.142,-0.142 0.199,-0.368 0.199,-0.622 0,-0.339 -0.114,-0.707 -0.34,-1.131 -0.227,-0.424 -0.652,-1.074 -1.303,-1.951 -0.652,-0.848 -1.417,-1.809 -2.323,-2.855 -0.624,-0.707 -1.105,-1.16 -1.417,-1.329 -0.283,-0.198 -0.566,-0.283 -0.765,-0.283 -0.141,0 -0.255,0.057 -0.34,0.141 -0.113,0.113 -0.141,0.227 -0.141,0.34 0,0.169 0.056,0.311 0.198,0.452 0.142,0.141 0.283,0.198 0.425,0.198 0.085,0 0.17,-0.028 0.227,-0.057 0.028,-0.028 0.056,-0.084 0.085,-0.169 0.056,-0.113 0.085,-0.17 0.113,-0.198 0.028,-0.028 0.057,-0.028 0.085,-0.028 0.028,0 0.057,0 0.142,0.056 0.226,0.141 0.481,0.368 0.793,0.679 0.396,0.395 0.68,0.735 0.878,0.989 l -0.34,3.958 c -0.057,0.651 -0.142,1.046 -0.255,1.188 -0.142,0.141 -0.312,0.198 -0.595,0.198 -0.085,0 -0.255,0 -0.481,-0.029 l -0.057,0.227 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path188" />
|
||||
<path
|
||||
d="m 76.006,62.683 h 3.966 v -0.17 l -4.306,-4.495 h 1.813 c 0.425,0 0.708,0.028 0.821,0.057 0.114,0.028 0.227,0.113 0.34,0.226 0.085,0.113 0.199,0.283 0.312,0.565 h 0.226 L 78.64,57.17 h -4.051 v 0.198 l 4.306,4.495 H 77.11 c -0.396,0 -0.623,-0.028 -0.708,-0.028 -0.113,-0.028 -0.226,-0.113 -0.34,-0.198 -0.113,-0.113 -0.226,-0.283 -0.34,-0.537 h -0.255 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path190" />
|
||||
<path
|
||||
d="m 114.67,56.039 h 47.4"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path192" />
|
||||
<path
|
||||
d="m 121.42,31.526 c 0.14,-0.226 0.25,-0.452 0.31,-0.678 0.05,-0.198 0.08,-0.622 0.14,-1.216 l 0.28,-3.082 c 0.26,0.311 0.63,0.792 1.08,1.414 0.25,0.339 0.54,0.763 0.85,1.301 0.23,0.339 0.34,0.565 0.4,0.706 0.02,0.057 0.02,0.142 0.02,0.198 0,0.057 -0.02,0.085 -0.05,0.113 -0.03,0.029 -0.09,0.057 -0.23,0.113 -0.11,0.029 -0.23,0.114 -0.28,0.198 -0.09,0.113 -0.14,0.227 -0.14,0.368 0,0.17 0.05,0.311 0.17,0.424 0.08,0.113 0.22,0.141 0.36,0.141 0.17,0 0.34,-0.056 0.46,-0.226 0.14,-0.141 0.2,-0.339 0.2,-0.622 0,-0.311 -0.12,-0.707 -0.34,-1.131 -0.23,-0.424 -0.66,-1.046 -1.31,-1.922 -0.62,-0.877 -1.41,-1.838 -2.32,-2.856 -0.62,-0.707 -1.08,-1.159 -1.39,-1.357 -0.31,-0.17 -0.56,-0.283 -0.79,-0.283 -0.11,0 -0.23,0.057 -0.34,0.17 -0.09,0.085 -0.14,0.198 -0.14,0.339 0,0.142 0.05,0.311 0.2,0.424 0.14,0.142 0.28,0.198 0.45,0.198 0.08,0 0.14,0 0.2,-0.056 0.03,0 0.05,-0.085 0.11,-0.17 0.03,-0.085 0.09,-0.17 0.11,-0.198 0,-0.028 0.03,-0.028 0.06,-0.028 0.03,0 0.09,0.028 0.14,0.056 0.23,0.142 0.51,0.368 0.79,0.679 0.4,0.396 0.71,0.735 0.91,0.99 l -0.37,3.958 c -0.05,0.65 -0.14,1.046 -0.25,1.187 -0.12,0.142 -0.31,0.226 -0.6,0.226 -0.08,0 -0.22,-0.028 -0.45,-0.056 l -0.06,0.254 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path194" />
|
||||
<path
|
||||
d="m 114.99,63.955 h 71.24"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path196" />
|
||||
<path
|
||||
d="m 177.76,67.461 9.52,-3.506 -9.52,-3.477 c 1.53,2.035 1.53,4.863 0,6.983 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path198" />
|
||||
<path
|
||||
d="m 182.75,60.817 h 6.43 l -0.71,-2.233 h -0.23 c 0.09,0.339 0.12,0.622 0.12,0.876 0,0.311 -0.09,0.537 -0.29,0.679 -0.14,0.141 -0.51,0.197 -1.07,0.197 h -0.68 l -1.67,-5.824 c -0.23,-0.735 -0.32,-1.187 -0.32,-1.357 0,-0.169 0.06,-0.283 0.2,-0.396 0.12,-0.113 0.37,-0.141 0.71,-0.141 h 0.28 l -0.08,-0.254 h -3.68 l 0.05,0.254 h 0.17 c 0.34,0 0.6,0.028 0.77,0.141 0.11,0.085 0.22,0.198 0.31,0.396 0.11,0.17 0.25,0.566 0.42,1.159 l 1.76,6.022 h -0.51 c -0.48,0 -0.88,-0.084 -1.19,-0.197 -0.28,-0.114 -0.54,-0.311 -0.71,-0.538 -0.2,-0.254 -0.34,-0.565 -0.45,-1.017 h -0.23 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path200" />
|
||||
<path
|
||||
d="m 114.82,71.08 h 47.39"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.7932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path202" />
|
||||
<path
|
||||
d="M 115.01,71.193 V 27.172"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path204" />
|
||||
<path
|
||||
d="m 118.53,35.626 -3.49,-9.5 -3.51,9.5 c 2.07,-1.527 4.9,-1.498 7,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path206" />
|
||||
<path
|
||||
d="m 171.64,42.298 h 0.23 l -0.65,-8.651 h -6.43 z m -1.44,-8.227 0.48,6.333 -5.01,-6.333 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path208" />
|
||||
<path
|
||||
d="m 174.73,42.1 h 6.43 l -0.71,-2.233 h -0.22 c 0.08,0.339 0.11,0.622 0.11,0.876 0,0.311 -0.09,0.538 -0.28,0.679 -0.15,0.113 -0.51,0.17 -1.08,0.17 h -0.68 l -1.67,-5.796 c -0.2,-0.735 -0.31,-1.188 -0.31,-1.357 0,-0.17 0.05,-0.311 0.2,-0.396 0.14,-0.113 0.36,-0.17 0.7,-0.17 h 0.29 l -0.09,-0.226 h -3.68 l 0.08,0.226 h 0.15 c 0.34,0 0.59,0.057 0.76,0.17 0.11,0.056 0.23,0.198 0.31,0.396 0.12,0.169 0.26,0.565 0.43,1.159 l 1.75,5.994 h -0.51 c -0.48,0 -0.87,-0.057 -1.19,-0.17 -0.28,-0.141 -0.53,-0.311 -0.7,-0.537 -0.2,-0.255 -0.34,-0.594 -0.46,-1.018 h -0.22 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path210" />
|
||||
<path
|
||||
d="m 123.12,44.532 h 13"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path212" />
|
||||
<path
|
||||
d="m 127.65,48.038 9.55,-3.506 -9.55,-3.478 c 1.53,2.064 1.53,4.863 0,6.984 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path214" />
|
||||
<path
|
||||
d="M 175.21,44.56 H 150.79"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.76487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path216" />
|
||||
<path
|
||||
d="m 159.26,41.054 -9.51,3.478 9.51,3.506 c -1.53,-2.064 -1.53,-4.891 0,-6.984 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="path218" />
|
||||
<path
|
||||
d="m 101.98,72.013 -0.2,-0.622 h -2.432 l 0.199,0.622 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path220" />
|
||||
<path
|
||||
d="m 104.79,75.01 -0.37,-1.272 h 0.74 l -0.06,-0.283 h -0.74 l -0.82,-2.771 c -0.08,-0.282 -0.11,-0.48 -0.11,-0.565 0,-0.057 0,-0.085 0.03,-0.113 0.02,-0.028 0.05,-0.057 0.08,-0.057 0.09,0 0.2,0.057 0.31,0.17 0.09,0.056 0.26,0.254 0.51,0.565 l 0.14,-0.113 c -0.28,-0.424 -0.53,-0.707 -0.82,-0.876 -0.17,-0.113 -0.34,-0.17 -0.51,-0.17 -0.14,0 -0.25,0.028 -0.34,0.113 -0.08,0.085 -0.14,0.198 -0.14,0.34 0,0.169 0.06,0.424 0.17,0.763 l 0.77,2.714 h -0.71 l 0.05,0.17 c 0.34,0.113 0.63,0.226 0.85,0.424 0.23,0.198 0.49,0.509 0.77,0.961 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path222" />
|
||||
<path
|
||||
d="m 108.61,76.282 -3.57,-6.813 h -0.39 l 3.59,6.813 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path224" />
|
||||
<path
|
||||
d="m 110.93,69.638 h -3.14 v 0.17 c 1.59,1.385 2.66,2.516 3.17,3.308 0.26,0.367 0.37,0.763 0.37,1.159 0,0.339 -0.08,0.594 -0.31,0.792 -0.2,0.198 -0.45,0.311 -0.77,0.311 -0.45,0 -0.79,-0.198 -1.07,-0.622 l -0.17,0.056 c 0.14,0.424 0.4,0.735 0.68,0.961 0.31,0.198 0.65,0.311 1.02,0.311 0.39,0 0.73,-0.113 0.99,-0.395 0.28,-0.283 0.42,-0.622 0.42,-1.018 0,-0.255 -0.05,-0.509 -0.14,-0.764 -0.14,-0.367 -0.42,-0.763 -0.82,-1.215 -0.62,-0.679 -1.44,-1.499 -2.46,-2.403 h 1.58 c 0.26,0 0.48,0.056 0.65,0.169 0.15,0.113 0.29,0.255 0.34,0.424 h 0.2 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path226" />
|
||||
<path
|
||||
d="M 104.79,56.944 104.42,55.7 h 0.74 l -0.06,-0.311 h -0.74 l -0.82,-2.743 c -0.08,-0.311 -0.11,-0.509 -0.11,-0.593 0,-0.057 0,-0.085 0.03,-0.114 0.02,-0.028 0.05,-0.056 0.08,-0.056 0.09,0 0.2,0.056 0.31,0.17 0.09,0.056 0.26,0.254 0.51,0.593 l 0.14,-0.141 c -0.28,-0.396 -0.53,-0.707 -0.82,-0.877 -0.17,-0.113 -0.34,-0.169 -0.51,-0.169 -0.14,0 -0.25,0.028 -0.34,0.113 -0.08,0.085 -0.14,0.198 -0.14,0.339 0,0.17 0.06,0.424 0.17,0.764 l 0.77,2.714 h -0.71 l 0.05,0.198 c 0.34,0.084 0.63,0.226 0.85,0.395 0.23,0.198 0.49,0.509 0.77,0.962 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path228" />
|
||||
<path
|
||||
d="m 108.61,58.216 -3.57,-6.785 h -0.39 l 3.59,6.785 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path230" />
|
||||
<path
|
||||
d="m 110.93,51.572 h -3.14 v 0.17 c 1.59,1.413 2.66,2.516 3.17,3.307 0.26,0.368 0.37,0.764 0.37,1.188 0,0.311 -0.08,0.565 -0.31,0.792 -0.2,0.197 -0.45,0.282 -0.77,0.282 -0.45,0 -0.79,-0.198 -1.07,-0.622 l -0.17,0.085 c 0.14,0.396 0.4,0.707 0.68,0.933 0.31,0.226 0.65,0.339 1.02,0.339 0.39,0 0.73,-0.141 0.99,-0.424 0.28,-0.282 0.42,-0.622 0.42,-0.989 0,-0.283 -0.05,-0.537 -0.14,-0.764 -0.14,-0.367 -0.42,-0.791 -0.82,-1.244 -0.62,-0.678 -1.44,-1.47 -2.46,-2.375 h 1.58 c 0.26,0 0.48,0.057 0.65,0.142 0.15,0.113 0.29,0.254 0.34,0.424 h 0.2 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path232" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 23 KiB |