@@ -1,6 +1,6 @@ | |||||
SLUG=Bogaudio | SLUG=Bogaudio | ||||
VERSION=0.6.14 | |||||
VERSION=0.6.16 | |||||
FLAGS += -DSLUG=$(SLUG) -DVERSION=$(VERSION) | FLAGS += -DSLUG=$(SLUG) -DVERSION=$(VERSION) | ||||
ifdef REQUIRE_VERSION | ifdef REQUIRE_VERSION | ||||
@@ -5,6 +5,7 @@ Modules for [VCV Rack](https://github.com/VCVRack/Rack), an open-source Eurorack | |||||
- [Oscillators](#oscillators) | - [Oscillators](#oscillators) | ||||
- [LFOs](#lfos) | - [LFOs](#lfos) | ||||
- [Envelopes and Envelope Utilities](#envelopes) | - [Envelopes and Envelope Utilities](#envelopes) | ||||
- [Noise/Random, Sample and Hold](#random) | |||||
- [Mixers, Panners and VCAs](#mixers) | - [Mixers, Panners and VCAs](#mixers) | ||||
- [Effects and Dynamics](#effects) | - [Effects and Dynamics](#effects) | ||||
- [Sequential Switches and Sequencers](#sequencers) | - [Sequential Switches and Sequencers](#sequencers) | ||||
@@ -17,6 +18,8 @@ Modules for [VCV Rack](https://github.com/VCVRack/Rack), an open-source Eurorack | |||||
 |  | ||||
 | |||||
 |  | ||||
 |  | ||||
@@ -180,17 +183,53 @@ An envelope follower, a utility that converts its input to a CV proportional to | |||||
With DAMP at the minimum setting and SCALE at half, the module is an effective wave rectifier (that is, it outputs the absolute value of the input). | With DAMP at the minimum setting and SCALE at half, the module is an effective wave rectifier (that is, it outputs the absolute value of the input). | ||||
### <a name="random"></a> Noise/Random, Sample and Hold | |||||
 | |||||
#### NOISE | |||||
A noise source, in types blue (f), white, pink (1/f), red (aka rown, 1/f^2) and Gauss (normal with mean 0 and variance 1). | |||||
Additionally, NOISE has an absolute value circuit. Patch audio into ABS to get positive CV. For example, patch white noise into ABS to get uniform values in the range 0 to 10. | |||||
#### S&H | |||||
A dual sample-and-hold and trigger-and-hold. Sampling may be triggered by CV (on the rising edge of a trigger or gate) or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10V). | |||||
Each channel can be toggled into track-and-hold mode. In this mode, when the input at GATE is high, or the button is held, the input is copied to the output. When the gate goes low, the input is sampled and held until the next gate. | |||||
#### WALK2 | |||||
WALK2 provides two channels of chaotic CV, where the CV moves as a "random walk". The two outputs are drawn as a trace, in X and Y, on the display. | |||||
For each channel: | |||||
- RATE controls how sedately, or wildly, the CV moves around. If CV is in use, it is attenuated by the knob. | |||||
- OFFSET adds or subtracts up to 5V from the base +/-5V output. If the offset CV is in use, it is attenuverted by the knob. | |||||
- SCALE scales the output; if CV is in use, it is attenuated by the knob. | |||||
Additionally: | |||||
- A trigger on the JUMP input will cause both channels to jump to a random value. A bit of slew limitation applies to the jump to minimize popping. | |||||
- DIST outputs a third CV, ranging over 0-10V, related the X and Y channel outputs. | |||||
Clicking on the display will jump the outputs, X and Y, to that point (again with a bit of slew limitation). | |||||
Various options on the context (right-click) menu allow customization of the display (set the range of the display to +/-10V instead of the default +/-5V; hide the grid dots; set the color of the trace). | |||||
#### WALK | |||||
WALK is a single-channel random walk, identical to one channel of WALK2, in 3HP. | |||||
### <a name="mixers"></a> Mixers, Panners and VCAs | ### <a name="mixers"></a> Mixers, Panners and VCAs | ||||
#### MIX4 | |||||
#### MIX8 | |||||
A four-channel mixer/panner with performance mutes. | |||||
An eight-channel mixer/panner with performance mutes. | |||||
 |  | ||||
Features: | Features: | ||||
- Four input channels with decibel-calibrated level faders. | |||||
- Eight input channels with decibel-calibrated level faders. | |||||
- Level fader for the output mix. | - Level fader for the output mix. | ||||
- CV control over channel and output levels; expects +10 volt CV; CV is attenuated by the corresponding slider when in use. | - CV control over channel and output levels; expects +10 volt CV; CV is attenuated by the corresponding slider when in use. | ||||
- CV-controlled stereo panners; expects +/-5 volt CV; CV is attenuverted by the corresponding knob when in use. | - CV-controlled stereo panners; expects +/-5 volt CV; CV is attenuverted by the corresponding knob when in use. | ||||
@@ -200,9 +239,13 @@ Features: | |||||
- Fader handles contain lights indicating the signal level out of that channel or the entire mix. | - Fader handles contain lights indicating the signal level out of that channel or the entire mix. | ||||
- Output saturates (soft clips) to +/-12 volts, where the clipping effect becomes noticeable above +/-10 volts. | - Output saturates (soft clips) to +/-12 volts, where the clipping effect becomes noticeable above +/-10 volts. | ||||
#### MIX8 | |||||
#### MIX4 | |||||
A four-channel version of MIX8 with the same features. | |||||
An eight-channel version of MIX4 with the same features. | |||||
### MIX1 | |||||
A 3HP fader/VCA, with mute. | |||||
#### VCM | #### VCM | ||||
@@ -218,10 +261,12 @@ By default, the output is hard clipped at +/-12 volts (this is a standard in Rac | |||||
#### UMIX | #### UMIX | ||||
A 3HP unity mixer, usable with CV (e.g. combining triggers) or audio. Up to 8 inputs are summed to the output. Saturation (soft clipping) is applied to the output at +/-12 volts; the LEVEL knob allows attenuation of the mix before the saturation is applied. | |||||
A 3HP unity mixer, usable with CV (e.g. combining triggers) or audio. Up to 8 inputs are summed to the output. Saturation (soft clipping) is applied to the output, which limits it to around +/-11V; the LEVEL knob allows attenuation of the mix before the saturation is applied. | |||||
The context (right-click) menu has an option to average, rather than sum, the inputs. | The context (right-click) menu has an option to average, rather than sum, the inputs. | ||||
A second context menu option, "CV mode", disables the saturation, which allows for precise summing (or averaging) of CVs. In this case the output is hard-clipped at +/-12V. | |||||
#### MATRIX88 | #### MATRIX88 | ||||
An 8x8 channel matrix mixer. Each input can be sent with an independent level to each of the eight output mixes. | An 8x8 channel matrix mixer. Each input can be sent with an independent level to each of the eight output mixes. | ||||
@@ -331,6 +376,8 @@ As a multiplexer, it routes an input to the output under control of the SELECT k | |||||
Both functions may be used simultaneously: the SELECT+CV value is added to the sequential/clocked value, wrapping around. Note that the STEPS value only affects the sequential value; for example, using a clock input and setting STEPS to 2 will yield an alternation between two adjacent inputs, but this pair can be selected with the SELECT knob or CV. | Both functions may be used simultaneously: the SELECT+CV value is added to the sequential/clocked value, wrapping around. Note that the STEPS value only affects the sequential value; for example, using a clock input and setting STEPS to 2 will yield an alternation between two adjacent inputs, but this pair can be selected with the SELECT knob or CV. | ||||
On the context (right-click) menu, if option "Select on clock" is selected, then the select value (knob and CV) is checked and used to modify the active step only when a clock is received, rather than continuously. | |||||
#### 1:8 | #### 1:8 | ||||
1:8 is the opposite of 8:1 -- it routes a single input to 1 of 8 outputs. The control circuit behavior (CLOCK, SELECT, etc) is the same. | 1:8 is the opposite of 8:1 -- it routes a single input to 1 of 8 outputs. The control circuit behavior (CLOCK, SELECT, etc) is the same. | ||||
@@ -427,24 +474,12 @@ Manual may be set to output a trigger pulse on patch load (akin to a Max/Msp or | |||||
A 3 HP multiple (signal duplicator). There are two 1-to-3 channels. There is also a 1-to-6 mode: if nothing is patched to the second channel's input, the input to the first channel is copied to all six outputs. | A 3 HP multiple (signal duplicator). There are two 1-to-3 channels. There is also a 1-to-6 mode: if nothing is patched to the second channel's input, the input to the first channel is copied to all six outputs. | ||||
#### NOISE | |||||
A noise source, in types blue (f), white, pink (1/f), red (aka rown, 1/f^2) and Gauss (normal with mean 0 and variance 1). | |||||
Additionally, NOISE has an absolute value circuit. Patch audio into ABS to get positive CV. For example, patch white noise into ABS to get uniform values in the range 0 to 10. | |||||
#### OFFSET | #### OFFSET | ||||
An offset and scaler. The OFFSET and SCALE knobs have CV inputs. With an input signal, output is `(input + offset) * scale`. With no input connected, the output is constant in the value of `offset * scale`. | An offset and scaler. The OFFSET and SCALE knobs have CV inputs. With an input signal, output is `(input + offset) * scale`. With no input connected, the output is constant in the value of `offset * scale`. | ||||
By default, the output is capped at +/-12 volts (this is a standard in Rack). A context menu option allows this limit to be disabled. | By default, the output is capped at +/-12 volts (this is a standard in Rack). A context menu option allows this limit to be disabled. | ||||
#### S&H | |||||
A dual sample-and-hold and trigger-and-hold. Sampling may be triggered by CV (on the rising edge of a trigger or gate) or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10V). | |||||
Each channel can be toggled into track-and-hold mode. In this mode, when the input at GATE is high, or the button is held, the input is copied to the output. When the gate goes low, the input is sampled and held until the next gate. | |||||
#### SLEW | #### SLEW | ||||
A slew limiter - when the input changes rapidly, the output changes less rapidly, lagging the input. | A slew limiter - when the input changes rapidly, the output changes less rapidly, lagging the input. | ||||
@@ -37,6 +37,7 @@ ALL_OBJ= \ | |||||
src/Lmtr.o \ | src/Lmtr.o \ | ||||
src/Manual.o \ | src/Manual.o \ | ||||
src/Matrix88.o \ | src/Matrix88.o \ | ||||
src/Mix1.o \ | |||||
src/Mix4.o \ | src/Mix4.o \ | ||||
src/Mix8.o \ | src/Mix8.o \ | ||||
src/Mult.o \ | src/Mult.o \ | ||||
@@ -54,12 +54,13 @@ | |||||
<symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | <symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | ||||
<g transform="translate(20 20)"> | <g transform="translate(20 20)"> | ||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">1</text> | |||||
<text font-size="5.0pt" transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | <text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | ||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
@@ -206,7 +206,7 @@ | |||||
<use id="GREATER_OUTPUT" xlink:href="#output" transform="translate(5 4)" /> | <use id="GREATER_OUTPUT" xlink:href="#output" transform="translate(5 4)" /> | ||||
<g transform="translate(9 36.5)"> | <g transform="translate(9 36.5)"> | ||||
<text font-size="5pt" transform="translate(0 0)">A</text> | <text font-size="5pt" transform="translate(0 0)">A</text> | ||||
<text font-size="8pt" style="font-weight: normal" transform="translate(6 1)">></text> | |||||
<text font-size="8pt" style="font-weight: normal" transform="translate(6 0.5)">≥</text> | |||||
<text font-size="5pt" transform="translate(13 0)">B</text> | <text font-size="5pt" transform="translate(13 0)">B</text> | ||||
</g> | </g> | ||||
<use id="LESS_OUTPUT" xlink:href="#output" transform="translate(39 4)" /> | <use id="LESS_OUTPUT" xlink:href="#output" transform="translate(39 4)" /> | ||||
@@ -54,12 +54,13 @@ | |||||
<symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | <symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | ||||
<g transform="translate(20 20)"> | <g transform="translate(20 20)"> | ||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">1</text> | |||||
<text font-size="5.0pt" transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | <text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | ||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
@@ -0,0 +1,136 @@ | |||||
<svg | |||||
version="1.1" | |||||
xmlns="http://www.w3.org/2000/svg" | |||||
xmlns:xlink="http://www.w3.org/1999/xlink" | |||||
width="45" | |||||
height="380" | |||||
viewBox="0 0 45 380" | |||||
> | |||||
<style> | |||||
text { | |||||
fill: #333; | |||||
font-family: 'Roboto', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
text.title { | |||||
font-family: 'Comfortaa', sans-serif; | |||||
font-weight: normal; | |||||
} | |||||
text.brand { | |||||
font-family: 'Audiowide', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
</style> | |||||
<defs> | |||||
<symbol id="slider" viewBox="0 0 18px 151x"> | |||||
<rect width="18" height="151" fill="none" /> | |||||
<rect width="6" height="145" x="6" y="3" rx="2" stroke-width="1" stroke="#888" fill="#222" /> | |||||
<g transform="translate(0 40)"> | |||||
<rect width="18" height="13" rx="1.5" fill="#777" /> | |||||
<rect width="18" height="9" x="0" y="2" fill="#444" /> | |||||
<polyline points="0,6.5 18,6.5" stroke="#fafafa" stroke-width="1" fill="none" /> | |||||
<rect width="14" height="5" x="2" y="4" rx="1.0" fill="#ddd" transform="translate(0 0)" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol id="sliderguide-db" viewBox="0 0 20px 151px"> | |||||
<g transform="translate(0 6.5)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
</g> | |||||
<g transform="translate(0 19.05)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
<text font-size="6.0pt" transform="translate(7 0) rotate(0) translate(-2.5 2.6)">0</text> | |||||
</g> | |||||
<g transform="translate(0 32.86)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
<text font-size="6.0pt" transform="translate(7 0) rotate(-90) translate(-4 2.2)">-6</text> | |||||
</g> | |||||
<g transform="translate(0 46.05)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
<text font-size="6.0pt" transform="translate(7 0) rotate(-90) translate(-7 2.2)">-12</text> | |||||
</g> | |||||
<g transform="translate(0 72.41)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
<text font-size="6.0pt" transform="translate(7 0) rotate(-90) translate(-7 2.2)">-24</text> | |||||
</g> | |||||
<g transform="translate(0 125.14)"> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> | |||||
<polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(28 0)" /> | |||||
<text font-size="6.0pt" transform="translate(7 0) rotate(-90) translate(-7 2.2)">-48</text> | |||||
</g> | |||||
<g transform="translate(0 151.5)"> | |||||
<!-- <polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> --> | |||||
<text font-size="6.0pt" transform="translate(7 -10) rotate(-90) translate(-9 4)">dB</text> | |||||
</g> | |||||
</symbol> | |||||
<symbol id="button" viewBox="0 0 20px 20px"> | |||||
<g transform="translate(10 10)"> | |||||
<circle cx="0" cy="0" r="8.8" stroke-width="1" stroke="#00f" fill="#f00" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol id="input" viewBox="0 0 24px 24px"> | |||||
<g transform="translate(12 12)"> | |||||
<circle cx="0" cy="0" r="5" stroke-width="1" stroke="#0f0" fill="#0f0" /> | |||||
<circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#0f0" fill="none" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol id="output" viewBox="0 0 24px 24px"> | |||||
<g transform="translate(12 12)"> | |||||
<circle cx="0" cy="0" r="5" stroke-width="1" stroke="#f00" fill="#f00" /> | |||||
<circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none" /> | |||||
</g> | |||||
</symbol> | |||||
</defs> | |||||
<rect width="100%" height="100%" fill="#ddd" /> | |||||
<polyline points="1,1 44,1 44,379 1,379 1,1" stroke="#e4e4e4" stroke-width="0.5" fill="none" /> | |||||
<polyline points="0.5,0.5 44.5,0.5 44.5,379.5 0.5,379.5 0.5,0.5" stroke="#ebebeb" stroke-width="0.8" fill="none" /> | |||||
<polyline points="0,0 45,0 45,380 0,380 0,0" stroke="#f2f2f2" stroke-width="1" fill="none" /> | |||||
<!-- <polyline points="22.5,0 22.5,380" stroke-width="0.5" stroke="#0f0" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 68)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 127)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 177)" /> --> | |||||
<g transform="rotate(-90) translate(-376 13)"> | |||||
<text class="title" font-size="7pt" letter-spacing="2.5px">MIX1</text> | |||||
<g transform="translate(0 12)"> | |||||
<text class="brand" font-size="7pt" letter-spacing="2px">BGA</text> | |||||
<rect width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)" /> | |||||
</g> | |||||
</g> | |||||
<g transform="translate(0 18)"> | |||||
<use xlink:href="#sliderguide-db" transform="translate(0 0)" /> | |||||
<use id="LEVEL_PARAM" xlink:href="#slider" transform="translate(13.5 0)" /> | |||||
</g> | |||||
<g transform="translate(0 173)"> | |||||
<g transform="translate(5.5 0)"> | |||||
<rect width="34" height="10" fill="#fafafa" transform="translate(0 120)" /> | |||||
<rect width="34" height="127" rx="5" fill="#fafafa" /> | |||||
<use id="MUTE_PARAM" xlink:href="#button" transform="translate(7 2)" /> | |||||
<use id="MUTE_INPUT" xlink:href="#input" transform="translate(5 25)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(5 57)">MUTE</text> | |||||
<use id="LEVEL_INPUT" xlink:href="#input" transform="translate(5 60)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(3.5 92)">LEVEL</text> | |||||
<use id="IN_INPUT" xlink:href="#input" transform="translate(5 95)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(12.5 127)">IN</text> | |||||
</g> | |||||
<g transform="translate(5.5 133)"> | |||||
<rect width="34" height="10" fill="#bbb" transform="translate(0 -3)" /> | |||||
<rect width="34" height="35" rx="5" fill="#bbb" /> | |||||
<use id="OUT_OUTPUT" xlink:href="#output" transform="translate(5 0)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(8.3 32)">OUT</text> | |||||
</g> | |||||
</g> | |||||
</svg> |
@@ -54,12 +54,13 @@ | |||||
<symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | <symbol id="knobguide-steps" viewBox="0 0 40px 40px"> | ||||
<g transform="translate(20 20)"> | <g transform="translate(20 20)"> | ||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)">1</text> | |||||
<text font-size="5.0pt" transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)">2</text> | |||||
<text font-size="5.0pt" transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)">3</text> | |||||
<text font-size="5.0pt" transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)">4</text> | |||||
<text font-size="5.0pt" transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)">5</text> | |||||
<text font-size="5.0pt" transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)">6</text> | |||||
<text font-size="5.0pt" transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)">7</text> | |||||
<text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | <text font-size="5.0pt" transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)">8</text> | ||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
@@ -123,50 +123,38 @@ | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(10 0)">RATE</text> | <text font-size="6pt" letter-spacing="1.5px" transform="translate(10 0)">RATE</text> | ||||
<use id="RATE_PARAM" xlink:href="#knob-medium" transform="translate(0 3)" /> | <use id="RATE_PARAM" xlink:href="#knob-medium" transform="translate(0 3)" /> | ||||
<use xlink:href="#knobguide-change" transform="translate(0 3)" /> | <use xlink:href="#knobguide-change" transform="translate(0 3)" /> | ||||
<g transform="translate(5.5 49)"> | |||||
<rect width="34" height="39" rx="5" fill="#fafafa" /> | |||||
<use id="RATE_INPUT" xlink:href="#input" transform="translate(5 3)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(11 35)">CV</text> | |||||
</g> | |||||
</g> | </g> | ||||
<g transform="translate(0 128)"> | |||||
<g transform="translate(0 82)"> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(4.5 0)">OFFSET</text> | <text font-size="6pt" letter-spacing="1.5px" transform="translate(4.5 0)">OFFSET</text> | ||||
<use id="OFFSET_PARAM" xlink:href="#knob-smallest" transform="translate(14.5 9)" /> | <use id="OFFSET_PARAM" xlink:href="#knob-smallest" transform="translate(14.5 9)" /> | ||||
<use xlink:href="#knobguide-centertick" transform="translate(2.5 -3)" /> | <use xlink:href="#knobguide-centertick" transform="translate(2.5 -3)" /> | ||||
</g> | </g> | ||||
<g transform="translate(0 169)"> | |||||
<g transform="translate(0 121)"> | |||||
<text font-size="6pt" letter-spacing="2.0px" transform="translate(5.5 0)">SCALE</text> | <text font-size="6pt" letter-spacing="2.0px" transform="translate(5.5 0)">SCALE</text> | ||||
<use id="SCALE_PARAM" xlink:href="#knob-smallest" transform="translate(14.5 9)" /> | <use id="SCALE_PARAM" xlink:href="#knob-smallest" transform="translate(14.5 9)" /> | ||||
<use xlink:href="#knobguide-maxtick" transform="translate(2.5 -3)" /> | <use xlink:href="#knobguide-maxtick" transform="translate(2.5 -3)" /> | ||||
</g> | </g> | ||||
<g transform="translate(0 202)"> | |||||
<g transform="translate(0 5)"> | |||||
<g transform="translate(5.5 0)"> | |||||
<rect width="34" height="10" fill="#fafafa" transform="translate(0 78)" /> | |||||
<rect width="34" height="82" rx="5" fill="#fafafa" /> | |||||
<use id="HOLD_INPUT" xlink:href="#input" transform="translate(5 3)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(5.5 35)">GATE</text> | |||||
</g> | |||||
<g transform="translate(0 157)"> | |||||
<g transform="translate(5.5 0)"> | |||||
<rect width="34" height="10" fill="#fafafa" transform="translate(0 133)" /> | |||||
<rect width="34" height="140" rx="5" fill="#fafafa" /> | |||||
<use id="RATE_INPUT" xlink:href="#input" transform="translate(5 3)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(6 35)">RATE</text> | |||||
<use id="OFFSET_INPUT" xlink:href="#input" transform="translate(5 38)" /> | |||||
<text font-size="5pt" letter-spacing="1.2px" transform="translate(2 70)">OFFSET</text> | |||||
<use id="SCALE_INPUT" xlink:href="#input" transform="translate(5 73)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(2.5 105)">SCALE</text> | |||||
<use id="JUMP_INPUT" xlink:href="#input" transform="translate(5 108)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(5 140)">JUMP</text> | |||||
</g> | </g> | ||||
<g transform="translate(0 5)"> | |||||
<g transform="translate(7 41)"> | |||||
<use id="TRACK_PARAM" xlink:href="#button-small" transform="translate(22 -1.3)" /> | |||||
<use id="TRACK_LIGHT" xlink:href="#light-small" transform="translate(0 0)" /> | |||||
<text font-size="5pt" letter-spacing="0.5px" transform="translate(7.3 5.5)">TRK</text> | |||||
</g> | |||||
<g transform="translate(5.5 54)"> | |||||
<rect width="34" height="10" fill="#bbb" transform="translate(0 -3)" /> | |||||
<rect width="34" height="70" rx="5" fill="#bbb" /> | |||||
<use id="HOLD_OUTPUT" xlink:href="#output" transform="translate(5 0)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(5.8 32)">HOLD</text> | |||||
<use id="OUT_OUTPUT" xlink:href="#output" transform="translate(5 35)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(8.3 67)">OUT</text> | |||||
</g> | |||||
<g transform="translate(5.5 146)"> | |||||
<rect width="34" height="10" fill="#bbb" transform="translate(0 -3)" /> | |||||
<rect width="34" height="35" rx="5" fill="#bbb" /> | |||||
<use id="OUT_OUTPUT" xlink:href="#output" transform="translate(5 0)" /> | |||||
<text font-size="5pt" letter-spacing="2px" transform="translate(8.3 32)">OUT</text> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -96,16 +96,6 @@ | |||||
<circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none" /> | <circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none" /> | ||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol id="button-small" viewBox="0 0 9px 9px"> | |||||
<g transform="translate(4.5 4.5)"> | |||||
<circle r="4" stroke-width="1" stroke="#00f" fill="#f00" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol id="light-small" viewBox="0 0 6.4px 6.4px"> | |||||
<rect width="6.4" height="6.4" fill="#0f0" /> | |||||
</symbol> | |||||
</defs> | </defs> | ||||
<rect width="100%" height="100%" fill="#ddd" /> | <rect width="100%" height="100%" fill="#ddd" /> | ||||
@@ -186,27 +176,15 @@ | |||||
<use xlink:href="#knobguide-maxtick" transform="translate(2 -12)" /> | <use xlink:href="#knobguide-maxtick" transform="translate(2 -12)" /> | ||||
</g> | </g> | ||||
<g transform="translate(0 292)"> | |||||
<g transform="translate(72 0)"> | |||||
<use id="TRACK_X_PARAM" xlink:href="#button-small" transform="translate(22 -1.3)" /> | |||||
<use id="TRACK_X_LIGHT" xlink:href="#light-small" transform="translate(0 0)" /> | |||||
<text font-size="5pt" letter-spacing="0.5px" transform="translate(7.3 5.5)">TRK</text> | |||||
</g> | |||||
<g transform="translate(109 0)"> | |||||
<use id="TRACK_Y_PARAM" xlink:href="#button-small" transform="translate(22 -1.3)" /> | |||||
<use id="TRACK_Y_LIGHT" xlink:href="#light-small" transform="translate(0 0)" /> | |||||
<text font-size="5pt" letter-spacing="0.5px" transform="translate(7.3 5.5)">TRK</text> | |||||
</g> | |||||
</g> | |||||
<g transform="translate(7 281)"> | <g transform="translate(7 281)"> | ||||
<rect width="61" height="79" rx="5" fill="#fafafa" /> | |||||
<rect width="22" height="79" rx="5" fill="#bbb" transform="translate(40)" /> | |||||
<rect width="20" height="79" fill="#bbb" transform="translate(31)" /> | |||||
<use id="HOLD_X_INPUT" xlink:href="#input" transform="translate(3.5 3)" /> | |||||
<use id="HOLD_X_OUTPUT" xlink:href="#output" transform="translate(34.5 3)" /> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(2 36)">GATE</text> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(35.5 36)">HOLD</text> | |||||
<rect width="62" height="79" rx="5" fill="#fafafa" /> | |||||
<rect width="22" height="40" rx="5" fill="#bbb" transform="translate(40 39)" /> | |||||
<rect width="20" height="40" fill="#bbb" transform="translate(31 39)" /> | |||||
<rect width="31" height="20" fill="#bbb" transform="translate(31 39)" /> | |||||
<use id="OFFSET_X_INPUT" xlink:href="#input" transform="translate(3.5 3)" /> | |||||
<use id="SCALE_X_INPUT" xlink:href="#input" transform="translate(34.5 3)" /> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(6 36)">OFF</text> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(37.5 36)">SCL</text> | |||||
<use id="RATE_X_INPUT" xlink:href="#input" transform="translate(3.5 42)" /> | <use id="RATE_X_INPUT" xlink:href="#input" transform="translate(3.5 42)" /> | ||||
<use id="OUT_X_OUTPUT" xlink:href="#output" transform="translate(34.5 42)" /> | <use id="OUT_X_OUTPUT" xlink:href="#output" transform="translate(34.5 42)" /> | ||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(3.5 75)">RATE</text> | <text font-size="6pt" letter-spacing="1.5px" transform="translate(3.5 75)">RATE</text> | ||||
@@ -214,20 +192,21 @@ | |||||
</g> | </g> | ||||
<g transform="translate(142 281)"> | <g transform="translate(142 281)"> | ||||
<rect width="61" height="79" rx="5" fill="#fafafa" /> | |||||
<rect width="22" height="79" rx="5" fill="#bbb" transform="translate(40)" /> | |||||
<rect width="20" height="79" fill="#bbb" transform="translate(31)" /> | |||||
<use id="HOLD_Y_INPUT" xlink:href="#input" transform="translate(3.5 3)" /> | |||||
<use id="HOLD_Y_OUTPUT" xlink:href="#output" transform="translate(34.5 3)" /> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(2 36)">GATE</text> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(35.5 36)">HOLD</text> | |||||
<rect width="62" height="79" rx="5" fill="#fafafa" /> | |||||
<rect width="22" height="40" rx="5" fill="#bbb" transform="translate(40 39)" /> | |||||
<rect width="20" height="40" fill="#bbb" transform="translate(31 39)" /> | |||||
<rect width="31" height="20" fill="#bbb" transform="translate(31 39)" /> | |||||
<use id="OFFSET_Y_INPUT" xlink:href="#input" transform="translate(3.5 3)" /> | |||||
<use id="SCALE_Y_INPUT" xlink:href="#input" transform="translate(34.5 3)" /> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(6 36)">OFF</text> | |||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(37.5 36)">SCL</text> | |||||
<use id="RATE_Y_INPUT" xlink:href="#input" transform="translate(3.5 42)" /> | <use id="RATE_Y_INPUT" xlink:href="#input" transform="translate(3.5 42)" /> | ||||
<use id="OUT_Y_OUTPUT" xlink:href="#output" transform="translate(34.5 42)" /> | <use id="OUT_Y_OUTPUT" xlink:href="#output" transform="translate(34.5 42)" /> | ||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(3.5 75)">RATE</text> | <text font-size="6pt" letter-spacing="1.5px" transform="translate(3.5 75)">RATE</text> | ||||
<text font-size="6pt" letter-spacing="1.5px" transform="translate(37 75)">OUT</text> | <text font-size="6pt" letter-spacing="1.5px" transform="translate(37 75)">OUT</text> | ||||
</g> | </g> | ||||
<g transform="translate(74.5 310)"> | |||||
<g transform="translate(74.5 300)"> | |||||
<rect width="61" height="40" rx="5" fill="#fafafa" /> | <rect width="61" height="40" rx="5" fill="#fafafa" /> | ||||
<rect width="22" height="40" rx="5" fill="#bbb" transform="translate(40)" /> | <rect width="22" height="40" rx="5" fill="#bbb" transform="translate(40)" /> | ||||
<rect width="20" height="40" fill="#bbb" transform="translate(31)" /> | <rect width="20" height="40" fill="#bbb" transform="translate(31)" /> | ||||
@@ -1257,12 +1257,12 @@ | |||||
id="path632" /> | id="path632" /> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label=">" | |||||
transform="translate(6,1)" | |||||
aria-label="≥" | |||||
transform="translate(6,0.5)" | |||||
style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | id="text220"> | ||||
<path | <path | ||||
d="M 4.1406251,-3.3854168 0.69791669,-4.7343751 v -0.9895834 l 4.44791681,1.9687501 v 0.7604166 l -4.44791681,1.9739584 v -1 z" | |||||
d="M 4.1406251,-3.6458334 0.69791669,-4.8593751 v -0.8906251 l 4.44791681,1.7708334 v 0.6822917 L 0.69791669,-1.515625 v -0.9010417 z m 0.9010417,3.64062507 H 0.69270835 V -0.79166669 H 5.0416668 Z" | |||||
style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path635" /> | id="path635" /> | ||||
</g> | </g> | ||||
@@ -11,11 +11,11 @@ | |||||
width="90" | width="90" | ||||
height="380" | height="380" | ||||
viewBox="0 0 90 380" | viewBox="0 0 90 380" | ||||
id="svg164" | |||||
id="svg166" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata168"> | |||||
id="metadata170"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview166" | |||||
id="namedview168" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="45" | inkscape:cx="45" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg164" /> | |||||
inkscape:current-layer="svg166" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -62,7 +62,7 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<defs | <defs | ||||
id="defs80"> | |||||
id="defs82"> | |||||
<symbol | <symbol | ||||
id="knob" | id="knob" | ||||
viewBox="0 0 45px 45px"> | viewBox="0 0 45px 45px"> | ||||
@@ -158,35 +158,39 @@ | |||||
viewBox="0 0 40px 40px"> | viewBox="0 0 40px 40px"> | ||||
<g | <g | ||||
transform="translate(20 20)" | transform="translate(20 20)" | ||||
id="g55"> | |||||
id="g57"> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | ||||
id="text41">2</text> | |||||
id="text41">1</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)" | |||||
id="text43">3</text> | |||||
transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)" | |||||
id="text43">2</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)" | |||||
id="text45">4</text> | |||||
transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)" | |||||
id="text45">3</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)" | |||||
id="text47">5</text> | |||||
transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)" | |||||
id="text47">4</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)" | |||||
id="text49">6</text> | |||||
transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)" | |||||
id="text49">5</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)" | |||||
id="text51">7</text> | |||||
transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)" | |||||
id="text51">6</text> | |||||
<text | |||||
font-size="5.0pt" | |||||
transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)" | |||||
id="text53">7</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | ||||
id="text53">8</text> | |||||
id="text55">8</text> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -198,13 +202,13 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#000" | stroke="#000" | ||||
fill="#ddd" | fill="#ddd" | ||||
id="rect58" /> | |||||
id="rect60" /> | |||||
<rect | <rect | ||||
width="14px" | width="14px" | ||||
height="12px" | height="12px" | ||||
stroke-width="0" | stroke-width="0" | ||||
fill="#000" | fill="#000" | ||||
id="rect60" /> | |||||
id="rect62" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="light-small" | id="light-small" | ||||
@@ -213,14 +217,14 @@ | |||||
width="6.4" | width="6.4" | ||||
height="6.4" | height="6.4" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="rect63" /> | |||||
id="rect65" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="input" | id="input" | ||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g70"> | |||||
id="g72"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -228,7 +232,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="circle66" /> | |||||
id="circle68" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -236,7 +240,7 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="none" | fill="none" | ||||
id="circle68" /> | |||||
id="circle70" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -244,7 +248,7 @@ | |||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g77"> | |||||
id="g79"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -252,7 +256,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="#f00" | fill="#f00" | ||||
id="circle73" /> | |||||
id="circle75" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -260,533 +264,543 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="none" | fill="none" | ||||
id="circle75" /> | |||||
id="circle77" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
</defs> | </defs> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 0,0 H 90 V 380 H 0 Z" | d="M 0,0 H 90 V 380 H 0 Z" | ||||
id="rect82" /> | |||||
id="rect84" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | ||||
d="M 1,1 H 89 V 379 H 1 V 1" | d="M 1,1 H 89 V 379 H 1 V 1" | ||||
id="polyline84" /> | |||||
id="polyline86" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | ||||
d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | ||||
id="polyline86" /> | |||||
id="polyline88" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | style="fill:none;stroke:#f2f2f2;stroke-width:1" | ||||
d="M 0,0 H 90 V 380 H 0 V 0" | d="M 0,0 H 90 V 380 H 0 V 0" | ||||
id="polyline88" /> | |||||
id="polyline90" /> | |||||
<g | <g | ||||
aria-label="8:1" | aria-label="8:1" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="text90"> | |||||
id="text92"> | |||||
<path | <path | ||||
d="m 67.932,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | d="m 67.932,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path291" /> | |||||
id="path295" /> | |||||
<path | <path | ||||
d="m 74.205,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | d="m 74.205,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path293" /> | |||||
id="path297" /> | |||||
<path | <path | ||||
d="m 81.33675,17 q -0.192,0 -0.336,-0.132 -0.132,-0.144 -0.132,-0.336 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 l 1.848,-0.636 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 -0.132,0.132 -0.336,0.132 z" | d="m 81.33675,17 q -0.192,0 -0.336,-0.132 -0.132,-0.144 -0.132,-0.336 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 l 1.848,-0.636 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 -0.132,0.132 -0.336,0.132 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path295" /> | |||||
id="path299" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="BOGAUDIO" | aria-label="BOGAUDIO" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text92"> | |||||
id="text94"> | |||||
<path | <path | ||||
d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path298" /> | |||||
id="path302" /> | |||||
<path | <path | ||||
d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path300" /> | |||||
id="path304" /> | |||||
<path | <path | ||||
d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path302" /> | |||||
id="path306" /> | |||||
<path | <path | ||||
d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path304" /> | |||||
id="path308" /> | |||||
<path | <path | ||||
d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path306" /> | |||||
id="path310" /> | |||||
<path | <path | ||||
d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path308" /> | |||||
id="path312" /> | |||||
<path | <path | ||||
d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path310" /> | |||||
id="path314" /> | |||||
<path | <path | ||||
d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path312" /> | |||||
id="path316" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 26.5,370 H 28 v 2 h -1.5 z" | d="M 26.5,370 H 28 v 2 h -1.5 z" | ||||
id="rect94" /> | |||||
id="rect96" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect98" /> | |||||
id="rect100" /> | |||||
<g | <g | ||||
aria-label="IN" | aria-label="IN" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text100"> | |||||
id="text102"> | |||||
<path | <path | ||||
d="m 20.461589,32 h -0.976563 v -4.739583 h 0.976563 z" | d="m 20.461589,32 h -0.976563 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path317" /> | |||||
id="path321" /> | |||||
<path | <path | ||||
d="M 27.217448,32 H 26.240885 L 24.339844,28.88151 V 32 h -0.976563 v -4.739583 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | d="M 27.217448,32 H 26.240885 L 24.339844,28.88151 V 32 h -0.976563 v -4.739583 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path319" /> | |||||
id="path323" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text102"> | |||||
id="text104"> | |||||
<path | <path | ||||
d="m 20.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | d="m 20.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path322" /> | |||||
id="path326" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text104"> | |||||
id="text106"> | |||||
<path | <path | ||||
d="m 21.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | d="m 21.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path325" /> | |||||
id="path329" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text106"> | |||||
id="text108"> | |||||
<path | <path | ||||
d="m 18.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | d="m 18.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path328" /> | |||||
id="path332" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text108"> | |||||
id="text110"> | |||||
<path | <path | ||||
d="m 20.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | d="m 20.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path331" /> | |||||
id="path335" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text110"> | |||||
id="text112"> | |||||
<path | <path | ||||
d="m 17.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | d="m 17.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path334" /> | |||||
id="path338" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text112"> | |||||
id="text114"> | |||||
<path | <path | ||||
d="m 20.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | d="m 20.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path337" /> | |||||
id="path341" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text114"> | |||||
id="text116"> | |||||
<path | <path | ||||
d="m 21.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | d="m 21.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path340" /> | |||||
id="path344" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text116"> | |||||
id="text118"> | |||||
<path | <path | ||||
d="m 20.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | d="m 20.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path343" /> | |||||
id="path347" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 54.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect120" /> | |||||
id="rect122" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 49.5,62 h 34 v 10 h -34 z" | d="m 49.5,62 h 34 v 10 h -34 z" | ||||
id="rect122" /> | |||||
id="rect124" /> | |||||
<g | <g | ||||
aria-label="CLOCK" | aria-label="CLOCK" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text124"> | |||||
id="text126"> | |||||
<path | <path | ||||
d="m 57.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 57.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path348" /> | |||||
id="path352" /> | |||||
<path | <path | ||||
d="m 60.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | d="m 60.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path350" /> | |||||
id="path354" /> | |||||
<path | <path | ||||
d="m 67.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 67.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path352" /> | |||||
id="path356" /> | |||||
<path | <path | ||||
d="m 73.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 73.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path354" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 76.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 76.787108,64.366537 78.518879,67 h -1.16211 z" | d="m 76.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 76.787108,64.366537 78.518879,67 h -1.16211 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path356" /> | |||||
id="path360" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 54.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect128" /> | |||||
id="rect130" /> | |||||
<g | <g | ||||
aria-label="RESET" | aria-label="RESET" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text130"> | |||||
id="text132"> | |||||
<path | <path | ||||
d="M 56.677734,102.26497 H 55.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 55.89974 Z" | d="M 56.677734,102.26497 H 55.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 55.89974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path360" /> | |||||
id="path364" /> | |||||
<path | <path | ||||
d="m 63.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 60.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 63.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 60.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path362" /> | |||||
id="path366" /> | |||||
<path | <path | ||||
d="m 67.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | d="m 67.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path364" /> | |||||
id="path368" /> | |||||
<path | <path | ||||
d="m 72.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 72.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path366" /> | |||||
id="path370" /> | |||||
<path | <path | ||||
d="M 78.415364,100.05143 H 76.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | d="M 78.415364,100.05143 H 76.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path368" /> | |||||
id="path372" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="STEPS" | aria-label="STEPS" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text134"> | |||||
id="text136"> | |||||
<path | <path | ||||
d="m 54.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 54.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path371" /> | |||||
id="path375" /> | |||||
<path | <path | ||||
d="M 62.710937,116.26172 H 60.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 62.710937,116.26172 H 60.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path373" /> | |||||
id="path377" /> | |||||
<path | <path | ||||
d="m 68.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 68.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 68.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 68.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path375" /> | |||||
id="path379" /> | |||||
<path | <path | ||||
d="M 72.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | d="M 72.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path377" /> | |||||
id="path381" /> | |||||
<path | <path | ||||
d="m 80.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 80,116.16797 79.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 80.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 80,116.16797 79.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path379" /> | |||||
id="path383" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use136" | |||||
id="use138" | |||||
transform="translate(46.5,120)"> | transform="translate(46.5,120)"> | ||||
<g | <g | ||||
id="g212" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
aria-label="2" | |||||
aria-label="1" | |||||
transform="translate(-8.5,13.25833)" | transform="translate(-8.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text198"> | |||||
id="text200"> | |||||
<path | |||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path386" /> | |||||
</g> | |||||
<g | |||||
aria-label="2" | |||||
transform="translate(-14.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path382" /> | |||||
id="path389" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-14.802501,4.2574263)" | |||||
transform="translate(-13.714001,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text200"> | |||||
id="text204"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path385" /> | |||||
id="path392" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-11.958578,-6.3562389)" | |||||
transform="translate(-6.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text202"> | |||||
id="text206"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path388" /> | |||||
id="path395" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(-2,-11)" | |||||
transform="translate(2.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text204"> | |||||
id="text208"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path391" /> | |||||
id="path398" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(7.9585778,-6.3562389)" | |||||
transform="translate(9.7140013,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text206"> | |||||
id="text210"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path394" /> | |||||
id="path401" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(10.802501,4.2574263)" | |||||
transform="translate(10.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text208"> | |||||
id="text212"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path397" /> | |||||
id="path404" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(4.5,13.25833)" | transform="translate(4.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text210"> | |||||
id="text214"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path400" /> | |||||
id="path407" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="FWD" | aria-label="FWD" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text140"> | |||||
id="text142"> | |||||
<path | <path | ||||
d="m 60.47474,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 H 58.59974 v 1.22396 h 1.875 z" | d="m 60.47474,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 H 58.59974 v 1.22396 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path403" /> | |||||
id="path410" /> | |||||
<path | <path | ||||
d="m 66.973438,163.63281 0.638021,-3.37239 h 0.973307 L 67.533334,165 H 66.550261 L 65.778777,161.82943 65.007292,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | d="m 66.973438,163.63281 0.638021,-3.37239 h 0.973307 L 67.533334,165 H 66.550261 L 65.778777,161.82943 65.007292,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path405" /> | |||||
id="path412" /> | |||||
<path | <path | ||||
d="m 71.115365,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.29948,-0.37435 -0.875651,-0.37435 z" | d="m 71.115365,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.29948,-0.37435 -0.875651,-0.37435 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path407" /> | |||||
id="path414" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="REV" | aria-label="REV" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text142"> | |||||
id="text144"> | |||||
<path | <path | ||||
d="M 59.877735,198.26497 H 59.09974 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 h 0.787761 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 59.09974 Z" | d="M 59.877735,198.26497 H 59.09974 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 h 0.787761 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 59.09974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path410" /> | |||||
id="path417" /> | |||||
<path | <path | ||||
d="m 67.232553,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 H 64.38099 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | d="m 67.232553,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 H 64.38099 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path412" /> | |||||
id="path419" /> | |||||
<path | <path | ||||
d="m 71.882292,198.82487 1.074219,-3.56445 h 1.08724 L 72.39336,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | d="m 71.882292,198.82487 1.074219,-3.56445 h 1.08724 L 72.39336,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path414" /> | |||||
id="path421" /> | |||||
</g> | </g> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | ||||
<g | <g | ||||
aria-label="SELECT" | aria-label="SELECT" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text146"> | |||||
id="text148"> | |||||
<path | <path | ||||
d="m 51.957031,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.257813,-0.82031 0.261719,-0.36329 0.746094,-0.56641 0.488281,-0.20313 1.09375,-0.20313 0.609375,0 1.085937,0.22266 0.476563,0.21875 0.738281,0.62109 0.265625,0.40235 0.265625,0.91407 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47656 0,0.27735 0.277344,0.46485 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.74609 0.457031,0.44532 0.457031,1.10938 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | d="m 51.957031,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.257813,-0.82031 0.261719,-0.36329 0.746094,-0.56641 0.488281,-0.20313 1.09375,-0.20313 0.609375,0 1.085937,0.22266 0.476563,0.21875 0.738281,0.62109 0.265625,0.40235 0.265625,0.91407 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47656 0,0.27735 0.277344,0.46485 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.74609 0.457031,0.44532 0.457031,1.10938 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path236" /> | |||||
id="path240" /> | |||||
<path | <path | ||||
d="m 58.851562,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 58.851562,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path238" /> | |||||
id="path242" /> | |||||
<path | <path | ||||
d="m 62.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | d="m 62.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path240" /> | |||||
id="path244" /> | |||||
<path | <path | ||||
d="m 70.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 71.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 70.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 71.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path242" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="m 77.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | d="m 77.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path244" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 84.164062,215.26172 H 82.421875 V 220 H 81.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 84.164062,215.26172 H 82.421875 V 220 H 81.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path246" /> | |||||
id="path250" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use148" | |||||
id="use150" | |||||
transform="translate(44,222)"> | transform="translate(44,222)"> | ||||
<g | <g | ||||
id="g232" | |||||
id="g236" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
transform="translate(-12,19.320508)" | transform="translate(-12,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text216"> | |||||
id="text220"> | |||||
<path | <path | ||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path249" /> | |||||
id="path253" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
transform="translate(-21.11586,7.8808065)" | transform="translate(-21.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text218"> | |||||
id="text222"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path252" /> | |||||
id="path256" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-20.02154,-6.6731817)" | transform="translate(-20.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | |||||
id="text224"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path255" /> | |||||
id="path259" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-9.2975357,-16.621116)" | transform="translate(-9.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text222"> | |||||
id="text226"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path258" /> | |||||
id="path262" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(5.2975357,-16.621116)" | transform="translate(5.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text224"> | |||||
id="text228"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path261" /> | |||||
id="path265" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(16.02154,-6.6731817)" | transform="translate(16.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text226"> | |||||
id="text230"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path264" /> | |||||
id="path268" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(17.11586,7.8808065)" | transform="translate(17.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text228"> | |||||
id="text232"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path267" /> | |||||
id="path271" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(8,19.320508)" | transform="translate(8,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text230"> | |||||
id="text234"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path270" /> | |||||
id="path274" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g154" | |||||
id="g156" | |||||
transform="translate(49.5,267)"> | transform="translate(49.5,267)"> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | ||||
id="rect150" /> | |||||
id="rect152" /> | |||||
<g | <g | ||||
aria-label="CV" | aria-label="CV" | ||||
transform="translate(11.5,35)" | transform="translate(11.5,35)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text152"> | |||||
id="text154"> | |||||
<path | <path | ||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path274" /> | |||||
id="path278" /> | |||||
<path | <path | ||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path276" /> | |||||
id="path280" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#bbbbbb" | style="fill:#bbbbbb" | ||||
d="m 54.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect158" /> | |||||
id="rect160" /> | |||||
<g | <g | ||||
aria-label="OUT" | aria-label="OUT" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text160"> | |||||
id="text162"> | |||||
<path | <path | ||||
d="m 61.816406,353.73763 q 0,0.69987 -0.247396,1.22721 -0.247396,0.52735 -0.709635,0.81381 -0.458984,0.28645 -1.054688,0.28645 -0.589192,0 -1.051432,-0.2832 -0.462239,-0.2832 -0.716146,-0.80729 -0.253906,-0.52734 -0.257161,-1.21094 v -0.23437 q 0,-0.69987 0.250651,-1.23047 0.253906,-0.53386 0.712891,-0.81706 0.462239,-0.28646 1.054687,-0.28646 0.592448,0 1.051432,0.28646 0.46224,0.2832 0.712891,0.81706 0.253906,0.5306 0.253906,1.22721 z m -0.989583,-0.21484 q 0,-0.74545 -0.266927,-1.13282 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.38412 -0.266928,0.38086 -0.270183,1.11979 v 0.23112 q 0,0.72591 0.266927,1.1263 0.266927,0.40039 0.768229,0.40039 0.491537,0 0.755209,-0.38411 0.263672,-0.38737 0.266927,-1.1263 z" | d="m 61.816406,353.73763 q 0,0.69987 -0.247396,1.22721 -0.247396,0.52735 -0.709635,0.81381 -0.458984,0.28645 -1.054688,0.28645 -0.589192,0 -1.051432,-0.2832 -0.462239,-0.2832 -0.716146,-0.80729 -0.253906,-0.52734 -0.257161,-1.21094 v -0.23437 q 0,-0.69987 0.250651,-1.23047 0.253906,-0.53386 0.712891,-0.81706 0.462239,-0.28646 1.054687,-0.28646 0.592448,0 1.051432,0.28646 0.46224,0.2832 0.712891,0.81706 0.253906,0.5306 0.253906,1.22721 z m -0.989583,-0.21484 q 0,-0.74545 -0.266927,-1.13282 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.38412 -0.266928,0.38086 -0.270183,1.11979 v 0.23112 q 0,0.72591 0.266927,1.1263 0.266927,0.40039 0.768229,0.40039 0.491537,0 0.755209,-0.38411 0.263672,-0.38737 0.266927,-1.1263 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path280" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 68.119792,351.26042 v 3.12174 q 0,0.778 -0.488282,1.23047 -0.485026,0.45247 -1.328125,0.45247 -0.830078,0 -1.318359,-0.43945 -0.488281,-0.43945 -0.498047,-1.20768 v -3.15755 h 0.976563 v 3.12825 q 0,0.4655 0.221354,0.68034 0.224609,0.21159 0.618489,0.21159 0.823568,0 0.836589,-0.86589 v -3.15429 z" | d="m 68.119792,351.26042 v 3.12174 q 0,0.778 -0.488282,1.23047 -0.485026,0.45247 -1.328125,0.45247 -0.830078,0 -1.318359,-0.43945 -0.488281,-0.43945 -0.498047,-1.20768 v -3.15755 h 0.976563 v 3.12825 q 0,0.4655 0.221354,0.68034 0.224609,0.21159 0.618489,0.21159 0.823568,0 0.836589,-0.86589 v -3.15429 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path282" /> | |||||
id="path286" /> | |||||
<path | <path | ||||
d="M 74.488281,352.05143 H 73.036458 V 356 h -0.976563 v -3.94857 h -1.432291 v -0.79101 h 3.860677 z" | d="M 74.488281,352.05143 H 73.036458 V 356 h -0.976563 v -3.94857 h -1.432291 v -0.79101 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path284" /> | |||||
id="path288" /> | |||||
</g> | </g> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | ||||
@@ -0,0 +1,670 @@ | |||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||||
<svg | |||||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||||
xmlns:cc="http://creativecommons.org/ns#" | |||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||
xmlns:svg="http://www.w3.org/2000/svg" | |||||
xmlns="http://www.w3.org/2000/svg" | |||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||||
version="1.1" | |||||
width="45" | |||||
height="380" | |||||
viewBox="0 0 45 380" | |||||
id="svg135" | |||||
sodipodi:docname="svg_render_tmp.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<metadata | |||||
id="metadata139"> | |||||
<rdf:RDF> | |||||
<cc:Work | |||||
rdf:about=""> | |||||
<dc:format>image/svg+xml</dc:format> | |||||
<dc:type | |||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |||||
</cc:Work> | |||||
</rdf:RDF> | |||||
</metadata> | |||||
<sodipodi:namedview | |||||
pagecolor="#ffffff" | |||||
bordercolor="#666666" | |||||
borderopacity="1" | |||||
objecttolerance="10" | |||||
gridtolerance="10" | |||||
guidetolerance="10" | |||||
inkscape:pageopacity="0" | |||||
inkscape:pageshadow="2" | |||||
inkscape:window-width="468" | |||||
inkscape:window-height="449" | |||||
id="namedview137" | |||||
showgrid="false" | |||||
inkscape:zoom="0.62105263" | |||||
inkscape:cx="22.5" | |||||
inkscape:cy="190" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
inkscape:current-layer="svg135" /> | |||||
<style | |||||
id="style2"> | |||||
text { | |||||
fill: #333; | |||||
font-family: 'Roboto', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
text.title { | |||||
font-family: 'Comfortaa', sans-serif; | |||||
font-weight: normal; | |||||
} | |||||
text.brand { | |||||
font-family: 'Audiowide', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
</style> | |||||
<defs | |||||
id="defs89"> | |||||
<symbol | |||||
id="slider" | |||||
viewBox="0 0 18px 151x"> | |||||
<rect | |||||
width="18" | |||||
height="151" | |||||
fill="none" | |||||
id="rect4" /> | |||||
<rect | |||||
width="6" | |||||
height="145" | |||||
x="6" | |||||
y="3" | |||||
rx="2" | |||||
stroke-width="1" | |||||
stroke="#888" | |||||
fill="#222" | |||||
id="rect6" /> | |||||
<g | |||||
transform="translate(0 40)" | |||||
id="g16"> | |||||
<rect | |||||
width="18" | |||||
height="13" | |||||
rx="1.5" | |||||
fill="#777" | |||||
id="rect8" /> | |||||
<rect | |||||
width="18" | |||||
height="9" | |||||
x="0" | |||||
y="2" | |||||
fill="#444" | |||||
id="rect10" /> | |||||
<polyline | |||||
points="0,6.5 18,6.5" | |||||
stroke="#fafafa" | |||||
stroke-width="1" | |||||
fill="none" | |||||
id="polyline12" /> | |||||
<rect | |||||
width="14" | |||||
height="5" | |||||
x="2" | |||||
y="4" | |||||
rx="1.0" | |||||
fill="#ddd" | |||||
transform="translate(0 0)" | |||||
id="rect14" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="sliderguide-db" | |||||
viewBox="0 0 20px 151px"> | |||||
<g | |||||
transform="translate(0 6.5)" | |||||
id="g23"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline19" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline21" /> | |||||
</g> | |||||
<g | |||||
transform="translate(0 19.05)" | |||||
id="g31"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline25" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline27" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(0) translate(-2.5 2.6)" | |||||
id="text29">0</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 32.86)" | |||||
id="g39"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline33" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline35" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-4 2.2)" | |||||
id="text37">-6</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 46.05)" | |||||
id="g47"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline41" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline43" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text45">-12</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 72.41)" | |||||
id="g55"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline49" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline51" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text53">-24</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 125.14)" | |||||
id="g63"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline57" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline59" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text61">-48</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 151.5)" | |||||
id="g67"> | |||||
<!-- <polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> --> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 -10) rotate(-90) translate(-9 4)" | |||||
id="text65">dB</text> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="button" | |||||
viewBox="0 0 20px 20px"> | |||||
<g | |||||
transform="translate(10 10)" | |||||
id="g72"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="8.8" | |||||
stroke-width="1" | |||||
stroke="#00f" | |||||
fill="#f00" | |||||
id="circle70" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="input" | |||||
viewBox="0 0 24px 24px"> | |||||
<g | |||||
transform="translate(12 12)" | |||||
id="g79"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="5" | |||||
stroke-width="1" | |||||
stroke="#0f0" | |||||
fill="#0f0" | |||||
id="circle75" /> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="10.5" | |||||
stroke-width="3" | |||||
stroke="#0f0" | |||||
fill="none" | |||||
id="circle77" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="output" | |||||
viewBox="0 0 24px 24px"> | |||||
<g | |||||
transform="translate(12 12)" | |||||
id="g86"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="5" | |||||
stroke-width="1" | |||||
stroke="#f00" | |||||
fill="#f00" | |||||
id="circle82" /> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="10.5" | |||||
stroke-width="3" | |||||
stroke="#f00" | |||||
fill="none" | |||||
id="circle84" /> | |||||
</g> | |||||
</symbol> | |||||
</defs> | |||||
<path | |||||
style="fill:#dddddd" | |||||
d="M 0,0 H 45 V 380 H 0 Z" | |||||
id="rect91" /> | |||||
<path | |||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | |||||
d="M 1,1 H 44 V 379 H 1 V 1" | |||||
id="polyline93" /> | |||||
<path | |||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | |||||
d="m 0.5,0.5 h 44 v 379 H 0.5 V 0.5" | |||||
id="polyline95" /> | |||||
<path | |||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | |||||
d="M 0,0 H 45 V 380 H 0 V 0" | |||||
id="polyline97" /> | |||||
<!-- <polyline points="22.5,0 22.5,380" stroke-width="0.5" stroke="#0f0" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 68)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 127)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 177)" /> --> | |||||
<g | |||||
aria-label="MIX1" | |||||
transform="rotate(-90)" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="text99"> | |||||
<path | |||||
d="m -368.132,5.7106669 q 0.14933,0 0.252,0.1026667 0.10267,0.1026666 0.10267,0.2613333 V 12.636 q 0,0.149333 -0.10267,0.261333 Q -367.98267,13 -368.132,13 q -0.15867,0 -0.27067,-0.102667 -0.10266,-0.112 -0.10266,-0.261333 V 7.3533335 L -371.1,12.654667 q -0.112,0.177333 -0.31733,0.177333 -0.23334,0 -0.336,-0.224 l -2.58534,-5.1706665 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -374.544,13 -374.70267,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1586667 0.10267,-0.2613333 0.112,-0.1026667 0.26133,-0.1026667 0.21467,0 0.32667,0.1866667 l 2.98667,5.9359994 2.93066,-5.9359994 q 0.112,-0.1866667 0.32667,-0.1866667 z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path208" /> | |||||
<path | |||||
d="m -363.05163,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1586667 0.10267,-0.2613333 0.112,-0.1026667 0.26133,-0.1026667 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -362.89296,13 -363.05163,13 Z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path210" /> | |||||
<path | |||||
d="m -353.16575,12.412 q 0.084,0.112 0.084,0.233333 0,0.149334 -0.0933,0.252 Q -353.26842,13 -353.42708,13 q -0.18667,0 -0.28,-0.130667 l -2.23067,-3.0893329 -2.27733,3.1079999 q -0.0933,0.112 -0.26134,0.112 -0.15866,0 -0.252,-0.09333 -0.0933,-0.102667 -0.0933,-0.242667 0,-0.14 0.084,-0.252 l 2.30533,-3.1359999 -2.156,-2.9959999 q -0.0747,-0.1213333 -0.0747,-0.224 0,-0.14 0.0933,-0.2426666 0.0933,-0.1026667 0.24267,-0.1026667 0.18666,0 0.28,0.1306667 l 2.11866,2.9306665 2.14667,-2.9306665 q 0.10267,-0.1306667 0.28,-0.1306667 0.14933,0 0.24267,0.112 0.0933,0.1026667 0.0933,0.2426667 0,0.1213333 -0.0653,0.2146666 l -2.20267,2.9866666 z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path212" /> | |||||
<path | |||||
d="m -347.93079,13 q -0.14934,0 -0.26134,-0.102667 -0.10266,-0.112 -0.10266,-0.261333 V 6.5693336 l -0.93334,0.3266666 q -0.0933,0.046667 -0.18666,0.046667 -0.15867,0 -0.26134,-0.093333 -0.10266,-0.1026666 -0.10266,-0.2613333 0,-0.2706666 0.23333,-0.3453333 l 1.43733,-0.4946667 q 0.14,-0.046667 0.18667,-0.046667 0.14933,0 0.252,0.1026666 0.10267,0.1026667 0.10267,0.2613334 V 12.636 q 0,0.149333 -0.10267,0.261333 Q -347.77213,13 -347.93079,13 Z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path214" /> | |||||
</g> | |||||
<g | |||||
id="g105" | |||||
transform="rotate(-90,200.5,175.5)"> | |||||
<g | |||||
aria-label="BGA" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text101"> | |||||
<path | |||||
d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path217" /> | |||||
<path | |||||
d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path219" /> | |||||
<path | |||||
d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path221" /> | |||||
</g> | |||||
<path | |||||
transform="translate(11.5,-5)" | |||||
style="fill:#dddddd" | |||||
d="M 0,0 H 3 V 3 H 0 Z" | |||||
id="rect103" /> | |||||
</g> | |||||
<g | |||||
id="use109" | |||||
transform="translate(0,18)"> | |||||
<g | |||||
id="g160" | |||||
transform="translate(0,6.5)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline156" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline158" /> | |||||
</g> | |||||
<g | |||||
id="g168" | |||||
transform="translate(0,19.05)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline162" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline164" /> | |||||
<g | |||||
aria-label="0" | |||||
transform="translate(4.5,2.6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text166"> | |||||
<path | |||||
d="m 4.2148437,-2.3515625 q 0,1.1796875 -0.4882812,1.8046875 -0.4882812,0.625 -1.4296875,0.625 -0.9296875,0 -1.421875,-0.61328125 Q 0.3828125,-1.1484375 0.37109375,-2.2929688 v -1.046875 q 0,-1.1914062 0.4921875,-1.8085937 Q 1.359375,-5.765625 2.2890625,-5.765625 q 0.9296875,0 1.421875,0.6132813 0.4921875,0.609375 0.5039062,1.7539062 z M 3.0859375,-3.5 q 0,-0.7070312 -0.1953125,-1.0273437 -0.1914062,-0.3242188 -0.6015625,-0.3242188 -0.3984375,0 -0.5898438,0.3085938 Q 1.5117187,-4.2382812 1.5,-3.5859375 v 1.3828125 q 0,0.6953125 0.1875,1.0351563 0.1914062,0.33593745 0.609375,0.33593745 0.4140625,0 0.5976563,-0.32421875 0.1835937,-0.3242187 0.1914062,-0.9921875 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path229" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g176" | |||||
transform="translate(0,32.86)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline170" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline172" /> | |||||
<g | |||||
aria-label="-6" | |||||
transform="rotate(-90,6.6,-2.6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text174"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path234" /> | |||||
<path | |||||
d="m 6.5585937,-5.7460937 v 0.9296875 h -0.109375 q -0.765625,0.011719 -1.234375,0.3984375 Q 4.75,-4.03125 4.65625,-3.34375 q 0.453125,-0.4609375 1.1445312,-0.4609375 0.7421875,0 1.1796875,0.53125 0.4375,0.53125 0.4375,1.3984375 0,0.5546875 -0.2421875,1.00390625 Q 6.9375,-0.421875 6.4960937,-0.171875 q -0.4375,0.25 -0.9921875,0.25 -0.8984375,0 -1.453125,-0.625 Q 3.5,-1.171875 3.5,-2.2148438 v -0.40625 q 0,-0.9257812 0.3476563,-1.6328124 0.3515624,-0.7109375 1.0039062,-1.0976563 0.65625,-0.390625 1.5195312,-0.3945312 z m -1.1015625,2.8476562 q -0.2734375,0 -0.4960937,0.1445312 -0.2226563,0.140625 -0.328125,0.375 v 0.34375 q 0,0.5664063 0.2226562,0.8867188 0.2226563,0.31640625 0.625,0.31640625 0.3632813,0 0.5859375,-0.28515625 0.2265625,-0.2890625 0.2265625,-0.7460937 0,-0.4648438 -0.2265625,-0.7500001 -0.2265625,-0.2851562 -0.609375,-0.2851562 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path236" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g184" | |||||
transform="translate(0,46.05)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline178" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline180" /> | |||||
<g | |||||
aria-label="-12" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text182"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path241" /> | |||||
<path | |||||
d="M 6.2382812,0 H 5.109375 v -4.3515625 l -1.3476562,0.4179687 v -0.9179687 l 2.3554687,-0.84375 h 0.1210937 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path243" /> | |||||
<path | |||||
d="M 11.988281,0 H 8.0898438 V -0.7734375 L 9.9296875,-2.734375 q 0.3789065,-0.4140625 0.5585935,-0.7226563 0.183594,-0.3085937 0.183594,-0.5859374 0,-0.3789063 -0.191406,-0.59375 -0.191406,-0.21875 -0.5468752,-0.21875 -0.3828125,0 -0.6054688,0.265625 -0.21875,0.2617187 -0.21875,0.6914062 H 7.9765625 q 0,-0.5195312 0.2460938,-0.9492187 0.25,-0.4296875 0.703125,-0.671875 0.453125,-0.2460938 1.0273437,-0.2460938 0.878906,0 1.363281,0.421875 0.488282,0.421875 0.488282,1.1914063 0,0.4218749 -0.21875,0.8593749 -0.21875,0.4375 -0.75,1.0195313 l -1.2929692,1.36328125 h 2.4453122 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path245" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g192" | |||||
transform="translate(0,72.41)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline186" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline188" /> | |||||
<g | |||||
aria-label="-24" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text190"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path250" /> | |||||
<path | |||||
d="M 7.3945312,0 H 3.4960938 V -0.7734375 L 5.3359375,-2.734375 Q 5.7148437,-3.1484375 5.8945312,-3.4570313 6.078125,-3.765625 6.078125,-4.0429687 q 0,-0.3789063 -0.1914063,-0.59375 -0.1914062,-0.21875 -0.546875,-0.21875 -0.3828125,0 -0.6054687,0.265625 -0.21875,0.2617187 -0.21875,0.6914062 H 3.3828125 q 0,-0.5195312 0.2460938,-0.9492187 0.25,-0.4296875 0.7031249,-0.671875 0.453125,-0.2460938 1.0273438,-0.2460938 0.8789062,0 1.3632812,0.421875 0.4882813,0.421875 0.4882813,1.1914063 0,0.4218749 -0.21875,0.8593749 -0.21875,0.4375 -0.75,1.0195313 l -1.2929688,1.36328125 h 2.4453125 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path252" /> | |||||
<path | |||||
d="m 11.429688,-2.140625 h 0.644531 v 0.9101563 H 11.429688 V 0 H 10.300781 V -1.2304687 H 7.96875 L 7.9179687,-1.9414062 10.289063,-5.6875 h 1.140625 z m -2.3867192,0 h 1.2578122 v -2.0078125 l -0.07422,0.1289063 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path254" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g200" | |||||
transform="translate(0,125.14)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline194" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline196" /> | |||||
<g | |||||
aria-label="-48" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text198"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path259" /> | |||||
<path | |||||
d="m 6.8359375,-2.140625 h 0.6445312 v 0.9101563 H 6.8359375 V 0 H 5.7070312 V -1.2304687 H 3.375 L 3.3242188,-1.9414062 5.6953125,-5.6875 h 1.140625 z m -2.3867188,0 h 1.2578125 v -2.0078125 l -0.074219,0.1289063 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path261" /> | |||||
<path | |||||
d="m 11.796875,-4.1757812 q 0,0.4140624 -0.207031,0.7343749 -0.207031,0.3203125 -0.570313,0.5117188 0.414063,0.1992187 0.65625,0.5507812 0.242188,0.3476563 0.242188,0.8203126 0,0.75781245 -0.515625,1.1992187 -0.515625,0.4375 -1.402344,0.4375 -0.8867187,0 -1.40625,-0.44140625 -0.5195312,-0.44140625 -0.5195312,-1.19531245 0,-0.4726563 0.2421875,-0.8242188 0.2421875,-0.3515625 0.6523437,-0.546875 -0.3632812,-0.1914063 -0.5703125,-0.5117188 -0.203125,-0.3203125 -0.203125,-0.7343749 0,-0.7265625 0.484375,-1.15625 0.484375,-0.4335938 1.3164063,-0.4335938 0.8281252,0 1.3125002,0.4296875 0.488281,0.4257813 0.488281,1.1601563 z m -1.011719,2.5351562 q 0,-0.3710938 -0.214843,-0.59375 -0.214844,-0.2226563 -0.5781255,-0.2226563 -0.359375,0 -0.5742187,0.2226563 -0.2148438,0.21875 -0.2148438,0.59375 0,0.3632813 0.2109375,0.5859375 Q 9.625,-0.83203125 10,-0.83203125 q 0.367188,0 0.574219,-0.21484375 0.210937,-0.2148437 0.210937,-0.59375 z m -0.117187,-2.4804687 q 0,-0.3320313 -0.175781,-0.53125 -0.175782,-0.203125 -0.4960942,-0.203125 -0.3164063,0 -0.4921875,0.1953125 -0.1757813,0.1953125 -0.1757813,0.5390625 0,0.3398437 0.1757813,0.5468749 Q 9.6796875,-3.3671875 10,-3.3671875 q 0.320313,0 0.492188,-0.2070313 0.175781,-0.2070312 0.175781,-0.5468749 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path263" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g204" | |||||
transform="translate(0,151.5)"> | |||||
<!-- <polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> --> | |||||
<g | |||||
aria-label="dB" | |||||
transform="rotate(-90,5,-6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | |||||
d="m 0.2578125,-2.1445313 q 0,-0.9882812 0.44140625,-1.5742187 0.44531245,-0.5859375 1.21484375,-0.5859375 0.6171875,0 1.0195313,0.4609375 V -6 H 4.0664062 V 0 H 3.046875 L 2.9921875,-0.44921875 Q 2.5703125,0.078125 1.90625,0.078125 q -0.7460938,0 -1.19921875,-0.5859375 Q 0.2578125,-1.0976562 0.2578125,-2.1445313 Z M 1.3867187,-2.0625 q 0,0.59375 0.2070313,0.9101563 0.2070312,0.3164062 0.6015625,0.3164062 0.5234375,0 0.7382813,-0.4414062 V -2.9453125 Q 2.7226563,-3.3867188 2.203125,-3.3867188 q -0.8164063,0 -0.8164063,1.3242188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path266" /> | |||||
<path | |||||
d="M 5.0234375,0 V -5.6875 H 7.015625 q 1.0351563,0 1.5703125,0.3984375 0.5351563,0.3945313 0.5351563,1.1601563 0,0.4179687 -0.2148438,0.7382812 -0.2148437,0.3164062 -0.5976562,0.4648437 0.4375,0.109375 0.6875,0.4414063 Q 9.25,-2.1523438 9.25,-1.671875 9.25,-0.8515625 8.7265625,-0.4296875 8.203125,-0.0078125 7.234375,0 Z m 1.171875,-2.4765625 v 1.53515625 h 1.0039062 q 0.4140625,0 0.6445313,-0.19531245 0.234375,-0.1992188 0.234375,-0.546875 0,-0.7812501 -0.8085938,-0.7929688 z m 0,-0.828125 H 7.0625 q 0.8867187,-0.015625 0.8867187,-0.7070312 0,-0.3867188 -0.2265625,-0.5546875 Q 7.5,-4.7382812 7.015625,-4.7382812 H 6.1953125 Z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path268" /> | |||||
</g> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g123" | |||||
transform="translate(5.5,173)"> | |||||
<path | |||||
transform="translate(0,120)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect113" /> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 117 c 0,2.77 -2.23,5 -5,5 H 5 c -2.77,0 -5,-2.23 -5,-5 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect115" /> | |||||
<g | |||||
aria-label="MUTE" | |||||
transform="translate(5,57)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text117"> | |||||
<path | |||||
d="m 1.6992187,-4.7395832 1.2174479,3.4374999 1.2109375,-3.4374999 h 1.282552 V 0 H 4.4303384 V -1.2955729 L 4.5279947,-3.531901 3.2486978,0 H 2.5781249 l -1.2760416,-3.5286457 0.097656,2.2330728 V 0 H 0.42317707 v -4.7395832 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path273" /> | |||||
<path | |||||
d="m 11.856771,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.485026,0.45247395 -1.328125,0.45247395 -0.8300777,0 -1.318359,-0.43945312 Q 8.2337238,-0.81380206 8.2239582,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184892,0.21158854 0.823568,0 0.836589,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path275" /> | |||||
<path | |||||
d="M 18.22526,-3.9485676 H 16.773437 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path277" /> | |||||
<path | |||||
d="m 23.636718,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path279" /> | |||||
</g> | |||||
<g | |||||
aria-label="LEVEL" | |||||
transform="translate(3.5,92)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text119"> | |||||
<path | |||||
d="M 1.3997395,-0.78450519 H 3.4733072 V 0 H 0.42317707 V -4.7395832 H 1.3997395 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path282" /> | |||||
<path | |||||
d="M 8.88151,-2.0540364 H 7.0065101 v 1.26953121 H 9.2070308 V 0 H 6.0299476 v -4.7395832 h 3.1705728 v 0.7910156 H 7.0065101 v 1.1295573 H 8.88151 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path284" /> | |||||
<path | |||||
d="m 13.53125,-1.1751302 1.074218,-3.564453 h 1.08724 L 14.042317,0 h -1.01888 l -1.64388,-4.7395832 h 1.083984 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path286" /> | |||||
<path | |||||
d="m 20.99349,-2.0540364 h -1.875 v 1.26953121 h 2.20052 V 0 H 18.141927 V -4.7395832 H 21.3125 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path288" /> | |||||
<path | |||||
d="m 24.86849,-0.78450519 h 2.073567 V 0 h -3.05013 v -4.7395832 h 0.976563 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path290" /> | |||||
</g> | |||||
<g | |||||
aria-label="IN" | |||||
transform="translate(12.5,127)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text121"> | |||||
<path | |||||
d="M 1.4615885,0 H 0.48502603 V -4.7395832 H 1.4615885 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path293" /> | |||||
<path | |||||
d="M 8.2174477,0 H 7.2408852 L 5.3398436,-3.1184895 V 0 H 4.3632811 v -4.7395832 h 0.9765625 l 1.9042968,3.1249999 v -3.1249999 h 0.9733073 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path295" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g131" | |||||
transform="translate(5.5,306)"> | |||||
<path | |||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect125" /> | |||||
<path | |||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 25 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,35 0,32.77 0,30 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect127" /> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,32)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text129"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path300" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path302" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path304" /> | |||||
</g> | |||||
</g> | |||||
</svg> |
@@ -11,11 +11,11 @@ | |||||
width="90" | width="90" | ||||
height="380" | height="380" | ||||
viewBox="0 0 90 380" | viewBox="0 0 90 380" | ||||
id="svg164" | |||||
id="svg166" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata168"> | |||||
id="metadata170"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview166" | |||||
id="namedview168" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="45" | inkscape:cx="45" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg164" /> | |||||
inkscape:current-layer="svg166" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -62,7 +62,7 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<defs | <defs | ||||
id="defs80"> | |||||
id="defs82"> | |||||
<symbol | <symbol | ||||
id="knob" | id="knob" | ||||
viewBox="0 0 45px 45px"> | viewBox="0 0 45px 45px"> | ||||
@@ -158,35 +158,39 @@ | |||||
viewBox="0 0 40px 40px"> | viewBox="0 0 40px 40px"> | ||||
<g | <g | ||||
transform="translate(20 20)" | transform="translate(20 20)" | ||||
id="g55"> | |||||
id="g57"> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | ||||
id="text41">2</text> | |||||
id="text41">1</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)" | |||||
id="text43">3</text> | |||||
transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)" | |||||
id="text43">2</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)" | |||||
id="text45">4</text> | |||||
transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)" | |||||
id="text45">3</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)" | |||||
id="text47">5</text> | |||||
transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)" | |||||
id="text47">4</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)" | |||||
id="text49">6</text> | |||||
transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)" | |||||
id="text49">5</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)" | |||||
id="text51">7</text> | |||||
transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)" | |||||
id="text51">6</text> | |||||
<text | |||||
font-size="5.0pt" | |||||
transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)" | |||||
id="text53">7</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | ||||
id="text53">8</text> | |||||
id="text55">8</text> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -198,13 +202,13 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#000" | stroke="#000" | ||||
fill="#ddd" | fill="#ddd" | ||||
id="rect58" /> | |||||
id="rect60" /> | |||||
<rect | <rect | ||||
width="14px" | width="14px" | ||||
height="12px" | height="12px" | ||||
stroke-width="0" | stroke-width="0" | ||||
fill="#000" | fill="#000" | ||||
id="rect60" /> | |||||
id="rect62" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="light-small" | id="light-small" | ||||
@@ -213,14 +217,14 @@ | |||||
width="6.4" | width="6.4" | ||||
height="6.4" | height="6.4" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="rect63" /> | |||||
id="rect65" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="input" | id="input" | ||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g70"> | |||||
id="g72"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -228,7 +232,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="circle66" /> | |||||
id="circle68" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -236,7 +240,7 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="none" | fill="none" | ||||
id="circle68" /> | |||||
id="circle70" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -244,7 +248,7 @@ | |||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g77"> | |||||
id="g79"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -252,7 +256,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="#f00" | fill="#f00" | ||||
id="circle73" /> | |||||
id="circle75" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -260,533 +264,543 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="none" | fill="none" | ||||
id="circle75" /> | |||||
id="circle77" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
</defs> | </defs> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 0,0 H 90 V 380 H 0 Z" | d="M 0,0 H 90 V 380 H 0 Z" | ||||
id="rect82" /> | |||||
id="rect84" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | ||||
d="M 1,1 H 89 V 379 H 1 V 1" | d="M 1,1 H 89 V 379 H 1 V 1" | ||||
id="polyline84" /> | |||||
id="polyline86" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | ||||
d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | ||||
id="polyline86" /> | |||||
id="polyline88" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | style="fill:none;stroke:#f2f2f2;stroke-width:1" | ||||
d="M 0,0 H 90 V 380 H 0 V 0" | d="M 0,0 H 90 V 380 H 0 V 0" | ||||
id="polyline88" /> | |||||
id="polyline90" /> | |||||
<g | <g | ||||
aria-label="1:8" | aria-label="1:8" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="text90"> | |||||
id="text92"> | |||||
<path | <path | ||||
d="M 65.868,17 Q 65.676,17 65.532,16.868 65.4,16.724 65.4,16.532 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 L 65.64,7.676 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 Q 66.072,17 65.868,17 Z" | d="M 65.868,17 Q 65.676,17 65.532,16.868 65.4,16.724 65.4,16.532 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 L 65.64,7.676 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 Q 66.072,17 65.868,17 Z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path321" /> | |||||
id="path325" /> | |||||
<path | <path | ||||
d="m 71.626875,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | d="m 71.626875,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path323" /> | |||||
id="path327" /> | |||||
<path | <path | ||||
d="m 80.822625,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | d="m 80.822625,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path325" /> | |||||
id="path329" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="BOGAUDIO" | aria-label="BOGAUDIO" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text92"> | |||||
id="text94"> | |||||
<path | <path | ||||
d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path328" /> | |||||
id="path332" /> | |||||
<path | <path | ||||
d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path330" /> | |||||
id="path334" /> | |||||
<path | <path | ||||
d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path332" /> | |||||
id="path336" /> | |||||
<path | <path | ||||
d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path334" /> | |||||
id="path338" /> | |||||
<path | <path | ||||
d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path336" /> | |||||
id="path340" /> | |||||
<path | <path | ||||
d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path338" /> | |||||
id="path342" /> | |||||
<path | <path | ||||
d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path340" /> | |||||
id="path344" /> | |||||
<path | <path | ||||
d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path342" /> | |||||
id="path346" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 26.5,370 H 28 v 2 h -1.5 z" | d="M 26.5,370 H 28 v 2 h -1.5 z" | ||||
id="rect94" /> | |||||
id="rect96" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect98" /> | |||||
id="rect100" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 6.5,62 h 34 v 10 h -34 z" | d="m 6.5,62 h 34 v 10 h -34 z" | ||||
id="rect100" /> | |||||
id="rect102" /> | |||||
<g | <g | ||||
aria-label="CLOCK" | aria-label="CLOCK" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text102"> | |||||
id="text104"> | |||||
<path | <path | ||||
d="m 14.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 14.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path348" /> | |||||
id="path352" /> | |||||
<path | <path | ||||
d="m 17.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | d="m 17.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path350" /> | |||||
id="path354" /> | |||||
<path | <path | ||||
d="m 24.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 24.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path352" /> | |||||
id="path356" /> | |||||
<path | <path | ||||
d="m 30.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 30.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path354" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 33.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 33.787108,64.366537 35.518879,67 h -1.16211 z" | d="m 33.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 33.787108,64.366537 35.518879,67 h -1.16211 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path356" /> | |||||
id="path360" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect106" /> | |||||
id="rect108" /> | |||||
<g | <g | ||||
aria-label="RESET" | aria-label="RESET" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text108"> | |||||
id="text110"> | |||||
<path | <path | ||||
d="M 13.677734,102.26497 H 12.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 12.89974 Z" | d="M 13.677734,102.26497 H 12.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 12.89974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path360" /> | |||||
id="path364" /> | |||||
<path | <path | ||||
d="m 20.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 17.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 20.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 17.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path362" /> | |||||
id="path366" /> | |||||
<path | <path | ||||
d="m 24.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | d="m 24.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path364" /> | |||||
id="path368" /> | |||||
<path | <path | ||||
d="m 29.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 29.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path366" /> | |||||
id="path370" /> | |||||
<path | <path | ||||
d="M 35.415364,100.05143 H 33.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | d="M 35.415364,100.05143 H 33.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path368" /> | |||||
id="path372" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="STEPS" | aria-label="STEPS" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text112"> | |||||
id="text114"> | |||||
<path | <path | ||||
d="m 11.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.9648435,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617188,-0.36328 0.7460938,-0.56641 0.4882812,-0.20312 1.0937502,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738282,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246094,-0.60547 -0.246094,-0.21875 -0.691406,-0.21875 -0.429688,0 -0.667969,0.18359 -0.238281,0.17969 -0.238281,0.47657 0,0.27734 0.277343,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457032,0.44531 0.457032,1.10937 0,0.73828 -0.558594,1.16016 -0.558594,0.41797 -1.503906,0.41797 -0.65625,0 -1.195313,-0.23829 -0.5390625,-0.24218 -0.8242187,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757812 q 0,0.9414 1.1250005,0.9414 0.417968,0 0.652343,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 11.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.9648435,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617188,-0.36328 0.7460938,-0.56641 0.4882812,-0.20312 1.0937502,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738282,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246094,-0.60547 -0.246094,-0.21875 -0.691406,-0.21875 -0.429688,0 -0.667969,0.18359 -0.238281,0.17969 -0.238281,0.47657 0,0.27734 0.277343,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457032,0.44531 0.457032,1.10937 0,0.73828 -0.558594,1.16016 -0.558594,0.41797 -1.503906,0.41797 -0.65625,0 -1.195313,-0.23829 -0.5390625,-0.24218 -0.8242187,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757812 q 0,0.9414 1.1250005,0.9414 0.417968,0 0.652343,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path371" /> | |||||
id="path375" /> | |||||
<path | <path | ||||
d="M 19.710937,116.26172 H 17.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 19.710937,116.26172 H 17.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path373" /> | |||||
id="path377" /> | |||||
<path | <path | ||||
d="m 25.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 25.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 25.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 25.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path375" /> | |||||
id="path379" /> | |||||
<path | <path | ||||
d="M 29.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | d="M 29.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path377" /> | |||||
id="path381" /> | |||||
<path | <path | ||||
d="m 37.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 37,116.16797 36.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 37.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 37,116.16797 36.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path379" /> | |||||
id="path383" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use114" | |||||
id="use116" | |||||
transform="translate(3.5,120)"> | transform="translate(3.5,120)"> | ||||
<g | <g | ||||
id="g212" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
aria-label="2" | |||||
aria-label="1" | |||||
transform="translate(-8.5,13.25833)" | transform="translate(-8.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text198"> | |||||
id="text200"> | |||||
<path | |||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path386" /> | |||||
</g> | |||||
<g | |||||
aria-label="2" | |||||
transform="translate(-14.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path382" /> | |||||
id="path389" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-14.802501,4.2574263)" | |||||
transform="translate(-13.714001,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text200"> | |||||
id="text204"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path385" /> | |||||
id="path392" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-11.958578,-6.3562389)" | |||||
transform="translate(-6.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text202"> | |||||
id="text206"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path388" /> | |||||
id="path395" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(-2,-11)" | |||||
transform="translate(2.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text204"> | |||||
id="text208"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path391" /> | |||||
id="path398" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(7.9585778,-6.3562389)" | |||||
transform="translate(9.7140013,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text206"> | |||||
id="text210"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path394" /> | |||||
id="path401" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(10.802501,4.2574263)" | |||||
transform="translate(10.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text208"> | |||||
id="text212"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path397" /> | |||||
id="path404" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(4.5,13.25833)" | transform="translate(4.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text210"> | |||||
id="text214"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path400" /> | |||||
id="path407" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="FWD" | aria-label="FWD" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text118"> | |||||
id="text120"> | |||||
<path | <path | ||||
d="m 17.974739,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 h -2.109375 v 1.22396 h 1.875 z" | d="m 17.974739,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 h -2.109375 v 1.22396 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path403" /> | |||||
id="path410" /> | |||||
<path | <path | ||||
d="m 24.473437,163.63281 0.638021,-3.37239 h 0.973307 L 25.033333,165 H 24.05026 L 23.278776,161.82943 22.507291,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | d="m 24.473437,163.63281 0.638021,-3.37239 h 0.973307 L 25.033333,165 H 24.05026 L 23.278776,161.82943 22.507291,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path405" /> | |||||
id="path412" /> | |||||
<path | <path | ||||
d="m 28.615364,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.299479,-0.37435 -0.875651,-0.37435 z" | d="m 28.615364,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.299479,-0.37435 -0.875651,-0.37435 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path407" /> | |||||
id="path414" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="REV" | aria-label="REV" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text120"> | |||||
id="text122"> | |||||
<path | <path | ||||
d="M 17.377734,198.26497 H 16.599739 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 H 17.3875 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 h -0.784506 z" | d="M 17.377734,198.26497 H 16.599739 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 H 17.3875 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 h -0.784506 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path410" /> | |||||
id="path417" /> | |||||
<path | <path | ||||
d="m 24.732552,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 h -3.177084 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | d="m 24.732552,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 h -3.177084 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path412" /> | |||||
id="path419" /> | |||||
<path | <path | ||||
d="m 29.382291,198.82487 1.074219,-3.56445 h 1.08724 L 29.893359,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | d="m 29.382291,198.82487 1.074219,-3.56445 h 1.08724 L 29.893359,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path414" /> | |||||
id="path421" /> | |||||
</g> | </g> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | ||||
<g | <g | ||||
aria-label="SELECT" | aria-label="SELECT" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text124"> | |||||
id="text126"> | |||||
<path | <path | ||||
d="m 8.9570313,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | d="m 8.9570313,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path236" /> | |||||
id="path240" /> | |||||
<path | <path | ||||
d="m 15.851563,217.53516 h -2.25 v 1.52343 h 2.640624 V 220 h -3.812499 v -5.6875 h 3.804687 v 0.94922 h -2.632812 v 1.35547 h 2.25 z" | d="m 15.851563,217.53516 h -2.25 v 1.52343 h 2.640624 V 220 h -3.812499 v -5.6875 h 3.804687 v 0.94922 h -2.632812 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path238" /> | |||||
id="path242" /> | |||||
<path | <path | ||||
d="m 19.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | d="m 19.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path240" /> | |||||
id="path244" /> | |||||
<path | <path | ||||
d="m 27.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 28.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 27.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 28.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path242" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="m 34.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | d="m 34.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path244" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 41.164062,215.26172 H 39.421875 V 220 H 38.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 41.164062,215.26172 H 39.421875 V 220 H 38.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path246" /> | |||||
id="path250" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use126" | |||||
id="use128" | |||||
transform="translate(1,222)"> | transform="translate(1,222)"> | ||||
<g | <g | ||||
id="g232" | |||||
id="g236" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
transform="translate(-12,19.320508)" | transform="translate(-12,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text216"> | |||||
id="text220"> | |||||
<path | <path | ||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path249" /> | |||||
id="path253" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
transform="translate(-21.11586,7.8808065)" | transform="translate(-21.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text218"> | |||||
id="text222"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path252" /> | |||||
id="path256" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-20.02154,-6.6731817)" | transform="translate(-20.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | |||||
id="text224"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path255" /> | |||||
id="path259" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-9.2975357,-16.621116)" | transform="translate(-9.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text222"> | |||||
id="text226"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path258" /> | |||||
id="path262" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(5.2975357,-16.621116)" | transform="translate(5.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text224"> | |||||
id="text228"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path261" /> | |||||
id="path265" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(16.02154,-6.6731817)" | transform="translate(16.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text226"> | |||||
id="text230"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path264" /> | |||||
id="path268" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(17.11586,7.8808065)" | transform="translate(17.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text228"> | |||||
id="text232"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path267" /> | |||||
id="path271" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(8,19.320508)" | transform="translate(8,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text230"> | |||||
id="text234"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path270" /> | |||||
id="path274" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g132" | |||||
id="g134" | |||||
transform="translate(6.5,267)"> | transform="translate(6.5,267)"> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | ||||
id="rect128" /> | |||||
id="rect130" /> | |||||
<g | <g | ||||
aria-label="CV" | aria-label="CV" | ||||
transform="translate(11.5,35)" | transform="translate(11.5,35)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text130"> | |||||
id="text132"> | |||||
<path | <path | ||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path274" /> | |||||
id="path278" /> | |||||
<path | <path | ||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path276" /> | |||||
id="path280" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect136" /> | |||||
id="rect138" /> | |||||
<g | <g | ||||
aria-label="IN" | aria-label="IN" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text138"> | |||||
id="text140"> | |||||
<path | <path | ||||
d="m 20.461589,356 h -0.976563 v -4.73958 h 0.976563 z" | d="m 20.461589,356 h -0.976563 v -4.73958 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path280" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 27.217448,356 h -0.976563 l -1.901041,-3.11849 V 356 h -0.976563 v -4.73958 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | d="m 27.217448,356 h -0.976563 l -1.901041,-3.11849 V 356 h -0.976563 v -4.73958 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path282" /> | |||||
id="path286" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#bbbbbb" | style="fill:#bbbbbb" | ||||
d="m 54.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect142" /> | |||||
id="rect144" /> | |||||
<g | <g | ||||
aria-label="OUT" | aria-label="OUT" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text144"> | |||||
id="text146"> | |||||
<path | <path | ||||
d="m 62.316406,29.73763 q 0,0.69987 -0.247396,1.227214 -0.247396,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 62.316406,29.73763 q 0,0.69987 -0.247396,1.227214 -0.247396,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path286" /> | |||||
id="path290" /> | |||||
<path | <path | ||||
d="m 68.619792,27.260417 v 3.121744 q 0,0.777995 -0.488282,1.230469 -0.485026,0.452474 -1.328125,0.452474 -0.830078,0 -1.318359,-0.439453 -0.488281,-0.439453 -0.498047,-1.207682 v -3.157552 h 0.976563 v 3.128255 q 0,0.465495 0.221354,0.680338 0.224609,0.211589 0.618489,0.211589 0.823568,0 0.836589,-0.865885 v -3.154297 z" | d="m 68.619792,27.260417 v 3.121744 q 0,0.777995 -0.488282,1.230469 -0.485026,0.452474 -1.328125,0.452474 -0.830078,0 -1.318359,-0.439453 -0.488281,-0.439453 -0.498047,-1.207682 v -3.157552 h 0.976563 v 3.128255 q 0,0.465495 0.221354,0.680338 0.224609,0.211589 0.618489,0.211589 0.823568,0 0.836589,-0.865885 v -3.154297 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path288" /> | |||||
id="path292" /> | |||||
<path | <path | ||||
d="M 74.988281,28.051432 H 73.536458 V 32 h -0.976563 v -3.948568 h -1.432291 v -0.791015 h 3.860677 z" | d="M 74.988281,28.051432 H 73.536458 V 32 h -0.976563 v -3.948568 h -1.432291 v -0.791015 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path290" /> | |||||
id="path294" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text146"> | |||||
id="text148"> | |||||
<path | <path | ||||
d="m 63.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | d="m 63.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path293" /> | |||||
id="path297" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text148"> | |||||
id="text150"> | |||||
<path | <path | ||||
d="m 64.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | d="m 64.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path296" /> | |||||
id="path300" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text150"> | |||||
id="text152"> | |||||
<path | <path | ||||
d="m 61.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | d="m 61.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path299" /> | |||||
id="path303" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text152"> | |||||
id="text154"> | |||||
<path | <path | ||||
d="m 63.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | d="m 63.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path302" /> | |||||
id="path306" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text154"> | |||||
id="text156"> | |||||
<path | <path | ||||
d="m 60.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | d="m 60.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path305" /> | |||||
id="path309" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text156"> | |||||
id="text158"> | |||||
<path | <path | ||||
d="m 63.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | d="m 63.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path308" /> | |||||
id="path312" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text158"> | |||||
id="text160"> | |||||
<path | <path | ||||
d="m 64.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | d="m 64.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path311" /> | |||||
id="path315" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text160"> | |||||
id="text162"> | |||||
<path | <path | ||||
d="m 63.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | d="m 63.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path314" /> | |||||
id="path318" /> | |||||
</g> | </g> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | ||||
@@ -11,11 +11,11 @@ | |||||
width="45" | width="45" | ||||
height="380" | height="380" | ||||
viewBox="0 0 45 380" | viewBox="0 0 45 380" | ||||
id="svg171" | |||||
id="svg161" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata175"> | |||||
id="metadata165"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview173" | |||||
id="namedview163" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="22.5" | inkscape:cx="22.5" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg171" /> | |||||
inkscape:current-layer="svg161" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -381,19 +381,19 @@ | |||||
<path | <path | ||||
d="m -367.768,5.7106669 q 0.14933,0 0.23333,0.1026667 0.084,0.093333 0.084,0.2426666 0,0.074667 -0.028,0.1773334 l -1.904,6.4586664 q -0.0467,0.149333 -0.14933,0.233333 Q -369.62533,13 -369.756,13 q -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.512,-5.5159995 -1.50267,5.5066665 q -0.0467,0.14 -0.14933,0.224 -0.0933,0.084 -0.224,0.084 -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.91333,-6.4679994 q -0.028,-0.1026667 -0.028,-0.168 0,-0.1586667 0.0933,-0.252 0.0933,-0.1026667 0.24267,-0.1026667 0.26133,0 0.35466,0.28 l 1.61467,5.6280001 1.53067,-5.4693334 q 0.028,-0.1026667 0.12133,-0.168 0.10267,-0.065333 0.224,-0.065333 0.12133,0 0.21467,0.065333 0.0933,0.065333 0.13066,0.1773333 l 1.54,5.4693331 1.624,-5.6746664 q 0.0747,-0.2426667 0.35467,-0.2426667 z" | d="m -367.768,5.7106669 q 0.14933,0 0.23333,0.1026667 0.084,0.093333 0.084,0.2426666 0,0.074667 -0.028,0.1773334 l -1.904,6.4586664 q -0.0467,0.149333 -0.14933,0.233333 Q -369.62533,13 -369.756,13 q -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.512,-5.5159995 -1.50267,5.5066665 q -0.0467,0.14 -0.14933,0.224 -0.0933,0.084 -0.224,0.084 -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.91333,-6.4679994 q -0.028,-0.1026667 -0.028,-0.168 0,-0.1586667 0.0933,-0.252 0.0933,-0.1026667 0.24267,-0.1026667 0.26133,0 0.35466,0.28 l 1.61467,5.6280001 1.53067,-5.4693334 q 0.028,-0.1026667 0.12133,-0.168 0.10267,-0.065333 0.224,-0.065333 0.12133,0 0.21467,0.065333 0.0933,0.065333 0.13066,0.1773333 l 1.54,5.4693331 1.624,-5.6746664 q 0.0747,-0.2426667 0.35467,-0.2426667 z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path353" /> | |||||
id="path349" /> | |||||
<path | <path | ||||
d="m -359.00358,12.486667 q 0.0373,0.06533 0.0373,0.149333 0,0.149333 -0.112,0.261333 Q -359.18092,13 -359.33025,13 q -0.24267,0 -0.34533,-0.224 l -0.62534,-1.512 h -3.612 l -0.62533,1.512 q -0.0747,0.224 -0.336,0.224 -0.15867,0 -0.26133,-0.102667 -0.0933,-0.112 -0.0933,-0.261333 0,-0.09333 0.028,-0.158667 l 2.744,-6.5146661 q 0.10267,-0.252 0.35467,-0.252 0.252,0 0.34533,0.252 z m -1.54934,-1.848 -1.54933,-3.7426668 -1.54933,3.7426668 z" | d="m -359.00358,12.486667 q 0.0373,0.06533 0.0373,0.149333 0,0.149333 -0.112,0.261333 Q -359.18092,13 -359.33025,13 q -0.24267,0 -0.34533,-0.224 l -0.62534,-1.512 h -3.612 l -0.62533,1.512 q -0.0747,0.224 -0.336,0.224 -0.15867,0 -0.26133,-0.102667 -0.0933,-0.112 -0.0933,-0.261333 0,-0.09333 0.028,-0.158667 l 2.744,-6.5146661 q 0.10267,-0.252 0.35467,-0.252 0.252,0 0.34533,0.252 z m -1.54934,-1.848 -1.54933,-3.7426668 -1.54933,3.7426668 z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path355" /> | |||||
id="path351" /> | |||||
<path | <path | ||||
d="m -355.04642,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 6.2346661 h 3.64934 q 0.15866,0 0.26133,0.102667 0.10267,0.09333 0.10267,0.242667 0,0.149333 -0.10267,0.252 Q -350.87442,13 -351.03308,13 Z" | d="m -355.04642,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 6.2346661 h 3.64934 q 0.15866,0 0.26133,0.102667 0.10267,0.09333 0.10267,0.242667 0,0.149333 -0.10267,0.252 Q -350.87442,13 -351.03308,13 Z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path357" /> | |||||
id="path353" /> | |||||
<path | <path | ||||
d="m -346.64017,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 3.1733332 l 3.40667,-3.4066665 q 0.13067,-0.1306667 0.28933,-0.1306667 0.15867,0 0.24267,0.093333 0.0933,0.093333 0.0933,0.2333334 0,0.168 -0.12133,0.2986666 l -2.55733,2.5573333 2.58533,3.5279995 q 0.0747,0.121334 0.0747,0.224 0,0.14 -0.10267,0.252 Q -342.45883,13 -342.59883,13 q -0.20534,0 -0.308,-0.158667 l -2.53867,-3.4346662 -0.83067,0.8400002 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -346.4815,13 -346.64017,13 Z" | d="m -346.64017,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 3.1733332 l 3.40667,-3.4066665 q 0.13067,-0.1306667 0.28933,-0.1306667 0.15867,0 0.24267,0.093333 0.0933,0.093333 0.0933,0.2333334 0,0.168 -0.12133,0.2986666 l -2.55733,2.5573333 2.58533,3.5279995 q 0.0747,0.121334 0.0747,0.224 0,0.14 -0.10267,0.252 Q -342.45883,13 -342.59883,13 q -0.20534,0 -0.308,-0.158667 l -2.53867,-3.4346662 -0.83067,0.8400002 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -346.4815,13 -346.64017,13 Z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path359" /> | |||||
id="path355" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="g115" | id="g115" | ||||
@@ -405,15 +405,15 @@ | |||||
<path | <path | ||||
d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path362" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path364" /> | |||||
id="path360" /> | |||||
<path | <path | ||||
d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path366" /> | |||||
id="path362" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
transform="translate(11.5,-5)" | transform="translate(11.5,-5)" | ||||
@@ -429,168 +429,146 @@ | |||||
<path | <path | ||||
d="M 12.613281,22.917969 H 11.679688 V 25 h -1.171875 v -5.6875 h 2.113281 q 1.007812,0 1.554687,0.449219 0.546875,0.449218 0.546875,1.269531 0,0.582031 -0.253906,0.972656 -0.25,0.386719 -0.761719,0.617188 L 14.9375,24.945312 V 25 H 13.679688 Z M 11.679688,21.96875 H 12.625 q 0.441406,0 0.683594,-0.222656 0.242187,-0.226563 0.242187,-0.621094 0,-0.402344 -0.230468,-0.632813 -0.226563,-0.230468 -0.699219,-0.230468 h -0.941406 z" | d="M 12.613281,22.917969 H 11.679688 V 25 h -1.171875 v -5.6875 h 2.113281 q 1.007812,0 1.554687,0.449219 0.546875,0.449218 0.546875,1.269531 0,0.582031 -0.253906,0.972656 -0.25,0.386719 -0.761719,0.617188 L 14.9375,24.945312 V 25 H 13.679688 Z M 11.679688,21.96875 H 12.625 q 0.441406,0 0.683594,-0.222656 0.242187,-0.226563 0.242187,-0.621094 0,-0.402344 -0.230468,-0.632813 -0.226563,-0.230468 -0.699219,-0.230468 h -0.941406 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path261" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="M 20.328125,23.828125 H 18.273437 L 17.882812,25 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 21.96875,25 h -1.246094 z m -1.738281,-0.949219 h 1.421875 L 19.296875,20.75 Z" | d="M 20.328125,23.828125 H 18.273437 L 17.882812,25 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 21.96875,25 h -1.246094 z m -1.738281,-0.949219 h 1.421875 L 19.296875,20.75 Z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path263" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 27.820312,20.261719 H 26.078125 V 25 H 24.90625 V 20.261719 H 23.1875 V 19.3125 h 4.632812 z" | d="M 27.820312,20.261719 H 26.078125 V 25 H 24.90625 V 20.261719 H 23.1875 V 19.3125 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path265" /> | |||||
id="path250" /> | |||||
<path | <path | ||||
d="m 33.414062,22.535156 h -2.25 v 1.523438 h 2.640625 V 25 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | d="m 33.414062,22.535156 h -2.25 v 1.523438 h 2.640625 V 25 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path267" /> | |||||
id="path252" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use121" | id="use121" | ||||
transform="translate(0,28)"> | transform="translate(0,28)"> | ||||
<g | <g | ||||
id="g257" | |||||
id="g242" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<path | <path | ||||
transform="rotate(120,-8.5,4.9074773)" | transform="rotate(120,-8.5,4.9074773)" | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline235" /> | |||||
id="polyline220" /> | |||||
<path | <path | ||||
transform="rotate(150,-8.5,2.2775681)" | transform="rotate(150,-8.5,2.2775681)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline237" /> | |||||
id="polyline222" /> | |||||
<path | <path | ||||
transform="rotate(-180,-8.5,0)" | transform="rotate(-180,-8.5,0)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline239" /> | |||||
id="polyline224" /> | |||||
<path | <path | ||||
transform="rotate(-150,-8.5,-2.2775681)" | transform="rotate(-150,-8.5,-2.2775681)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline241" /> | |||||
id="polyline226" /> | |||||
<path | <path | ||||
transform="rotate(-120,-8.5,-4.9074773)" | transform="rotate(-120,-8.5,-4.9074773)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline243" /> | |||||
id="polyline228" /> | |||||
<path | <path | ||||
transform="rotate(-90,-8.5,-8.5)" | transform="rotate(-90,-8.5,-8.5)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline245" /> | |||||
id="polyline230" /> | |||||
<path | <path | ||||
transform="rotate(-60,-8.5,-14.722432)" | transform="rotate(-60,-8.5,-14.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline247" /> | |||||
id="polyline232" /> | |||||
<path | <path | ||||
transform="rotate(-30,-8.5,-31.722432)" | transform="rotate(-30,-8.5,-31.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline249" /> | |||||
id="polyline234" /> | |||||
<path | <path | ||||
transform="translate(17)" | transform="translate(17)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline251" /> | |||||
id="polyline236" /> | |||||
<path | <path | ||||
transform="rotate(30,-8.5,31.722432)" | transform="rotate(30,-8.5,31.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline253" /> | |||||
id="polyline238" /> | |||||
<path | <path | ||||
transform="rotate(60,-8.5,14.722432)" | transform="rotate(60,-8.5,14.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline255" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g127" | |||||
transform="translate(5.5,74)"> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect123" /> | |||||
<g | |||||
aria-label="CV" | |||||
transform="translate(11,35)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text125"> | |||||
<path | |||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path282" /> | |||||
<path | |||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path284" /> | |||||
id="polyline240" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="OFFSET" | aria-label="OFFSET" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text131"> | |||||
id="text125"> | |||||
<path | <path | ||||
d="m 9.6796875,125.28516 q 0,0.83984 -0.296875,1.47265 -0.296875,0.63282 -0.8515625,0.97657 -0.5507813,0.34374 -1.265625,0.34374 -0.7070313,0 -1.2617188,-0.33984 -0.5546875,-0.33984 -0.859375,-0.96875 -0.3046875,-0.63281 -0.3085937,-1.45312 v -0.28125 q 0,-0.83985 0.3007812,-1.47657 0.3046875,-0.64062 0.8554688,-0.98046 0.5546875,-0.34375 1.265625,-0.34375 0.7109375,0 1.2617188,0.34375 0.5546875,0.33984 0.8554687,0.98046 0.3046875,0.63672 0.3046875,1.47266 z m -1.1875,-0.25782 q 0,-0.89453 -0.3203125,-1.35937 -0.3203125,-0.46484 -0.9140625,-0.46484 -0.5898438,0 -0.9101563,0.46093 -0.3203125,0.45703 -0.3242187,1.34375 v 0.27735 q 0,0.87109 0.3203125,1.35156 0.3203125,0.48047 0.921875,0.48047 0.5898437,0 0.90625,-0.46094 0.3164063,-0.46484 0.3203125,-1.35156 z" | |||||
d="m 9.6796875,79.285156 q 0,0.839844 -0.296875,1.472656 -0.296875,0.632813 -0.8515625,0.976563 -0.5507813,0.34375 -1.265625,0.34375 -0.7070313,0 -1.2617188,-0.339844 -0.5546875,-0.339844 -0.859375,-0.96875 -0.3046875,-0.632812 -0.3085937,-1.453125 v -0.28125 q 0,-0.839844 0.3007812,-1.476562 0.3046875,-0.640625 0.8554688,-0.980469 0.5546875,-0.34375 1.265625,-0.34375 0.7109375,0 1.2617188,0.34375 0.5546875,0.339844 0.8554687,0.980469 0.3046875,0.636718 0.3046875,1.472656 z m -1.1875,-0.257812 q 0,-0.894532 -0.3203125,-1.359375 -0.3203125,-0.464844 -0.9140625,-0.464844 -0.5898438,0 -0.9101563,0.460937 -0.3203125,0.457032 -0.3242187,1.34375 v 0.277344 q 0,0.871094 0.3203125,1.351563 0.3203125,0.480468 0.921875,0.480468 0.5898437,0 0.90625,-0.460937 0.3164063,-0.464844 0.3203125,-1.351563 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path287" /> | |||||
id="path266" /> | |||||
<path | <path | ||||
d="m 15.460938,125.67578 h -2.25 V 128 h -1.171875 v -5.6875 h 3.703125 v 0.94922 h -2.53125 v 1.46875 h 2.25 z" | |||||
d="m 15.460938,79.675781 h -2.25 V 82 h -1.171875 v -5.6875 h 3.703125 v 0.949219 h -2.53125 v 1.46875 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path289" /> | |||||
id="path268" /> | |||||
<path | <path | ||||
d="m 21.351562,125.67578 h -2.25 V 128 h -1.171875 v -5.6875 h 3.703125 v 0.94922 h -2.53125 v 1.46875 h 2.25 z" | |||||
d="m 21.351562,79.675781 h -2.25 V 82 h -1.171875 v -5.6875 h 3.703125 v 0.949219 h -2.53125 v 1.46875 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path291" /> | |||||
id="path270" /> | |||||
<path | <path | ||||
d="m 26.769531,126.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | |||||
d="m 26.769531,80.507812 q 0,-0.332031 -0.234375,-0.507812 -0.234375,-0.179688 -0.84375,-0.375 -0.609375,-0.199219 -0.964844,-0.390625 -0.96875,-0.523438 -0.96875,-1.410156 0,-0.460938 0.257813,-0.820313 0.261719,-0.363281 0.746094,-0.566406 0.488281,-0.203125 1.09375,-0.203125 0.609375,0 1.085937,0.222656 0.476563,0.21875 0.738281,0.621094 0.265625,0.402344 0.265625,0.914062 h -1.171875 q 0,-0.390625 -0.246093,-0.605468 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.183593 -0.238282,0.179688 -0.238282,0.476563 0,0.277344 0.277344,0.464844 0.28125,0.1875 0.824219,0.351562 1,0.300781 1.457031,0.746094 0.457031,0.445312 0.457031,1.109375 0,0.738281 -0.558593,1.160156 -0.558594,0.417969 -1.503907,0.417969 -0.65625,0 -1.195312,-0.238281 -0.539063,-0.242188 -0.824219,-0.660157 -0.28125,-0.417968 -0.28125,-0.96875 h 1.175781 q 0,0.941407 1.125,0.941407 0.417969,0 0.652344,-0.167969 0.234375,-0.171875 0.234375,-0.476563 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path293" /> | |||||
id="path272" /> | |||||
<path | <path | ||||
d="m 33.664062,125.53516 h -2.25 v 1.52343 h 2.640625 V 128 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
d="m 33.664062,79.535156 h -2.25 v 1.523438 h 2.640625 V 82 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path295" /> | |||||
id="path274" /> | |||||
<path | <path | ||||
d="M 40.601562,123.26172 H 38.859375 V 128 H 37.6875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | |||||
d="M 40.601562,77.261719 H 38.859375 V 82 H 37.6875 V 77.261719 H 35.96875 V 76.3125 h 4.632812 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path297" /> | |||||
id="path276" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use133" | |||||
transform="translate(2.5,125)"> | |||||
id="use127" | |||||
transform="translate(2.5,79)"> | |||||
<g | <g | ||||
id="g231" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
id="g221" | |||||
id="g206" | |||||
transform="rotate(-90,-5,-5)"> | transform="rotate(-90,-5,-5)"> | ||||
<path | <path | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline219" /> | |||||
id="polyline204" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
id="path223" | |||||
id="path208" | |||||
transform="rotate(20)" | transform="rotate(20)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path225" | |||||
id="path210" | |||||
transform="rotate(43)" | transform="rotate(43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path227" | |||||
id="path212" | |||||
transform="rotate(-20)" | transform="rotate(-20)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path229" | |||||
id="path214" | |||||
transform="rotate(-43)" | transform="rotate(-43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
@@ -600,60 +578,60 @@ | |||||
<g | <g | ||||
aria-label="SCALE" | aria-label="SCALE" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text137"> | |||||
id="text131"> | |||||
<path | <path | ||||
d="m 8.9570313,167.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | |||||
d="m 8.9570313,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36328 0.7460937,-0.56641 0.4882813,-0.20312 1.0937501,-0.20312 0.609375,0 1.0859375,0.22265 0.4765625,0.21875 0.7382812,0.6211 0.2656255,0.40234 0.2656255,0.91406 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47657 0,0.27734 0.2773437,0.46484 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.7461 0.4570317,0.44531 0.4570317,1.10937 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41797 -1.5039063,0.41797 -0.65625,0 -1.1953125,-0.23829 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path301" /> | |||||
id="path280" /> | |||||
<path | <path | ||||
d="m 17.394531,167.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722656,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289062,-1.44532 0.289063,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878906,0.42188 -0.289063,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277343,1.34765 0.28125,0.42578 0.882813,0.42578 0.542969,0 0.808594,-0.24609 0.269531,-0.25 0.308593,-0.76953 z" | |||||
d="m 17.394531,119.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52735 -1.609375,0.52735 -1.09375,0 -1.722656,-0.73438 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289062,-1.44532 0.289063,-0.625 0.824219,-0.95703 0.539062,-0.33593 1.25,-0.33593 0.984375,0 1.585937,0.52734 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878906,0.42188 -0.289063,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277343,1.34765 0.28125,0.42578 0.882813,0.42578 0.542969,0 0.808594,-0.24609 0.269531,-0.25 0.308593,-0.76953 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path303" /> | |||||
id="path282" /> | |||||
<path | <path | ||||
d="M 23.375,167.82812 H 21.320312 L 20.929687,169 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 25.015625,169 h -1.246094 z m -1.738281,-0.94921 h 1.421875 L 22.34375,164.75 Z" | |||||
d="M 23.375,119.82813 H 21.320312 L 20.929687,121 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 25.015625,121 h -1.246094 z m -1.738281,-0.94922 h 1.421875 L 22.34375,116.75 Z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path305" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 28.726562,168.05859 h 2.488282 V 169 h -3.660157 v -5.6875 h 1.171875 z" | |||||
d="m 28.726562,120.05859 h 2.488282 V 121 h -3.660157 v -5.6875 h 1.171875 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path307" /> | |||||
id="path286" /> | |||||
<path | <path | ||||
d="m 37.304687,166.53516 h -2.25 v 1.52343 h 2.640625 V 169 h -3.8125 v -5.6875 H 37.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
d="m 37.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 37.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path309" /> | |||||
id="path288" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use139" | |||||
transform="translate(2.5,166)"> | |||||
id="use133" | |||||
transform="translate(2.5,118)"> | |||||
<g | <g | ||||
id="g215" | |||||
id="g200" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
id="g205" | |||||
id="g190" | |||||
transform="rotate(60,-5,8.660254)"> | transform="rotate(60,-5,8.660254)"> | ||||
<path | <path | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline203" /> | |||||
id="polyline188" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
id="path207" | |||||
id="path192" | |||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path209" | |||||
id="path194" | |||||
transform="rotate(43)" | transform="rotate(43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path211" | |||||
id="path196" | |||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path213" | |||||
id="path198" | |||||
transform="rotate(-43)" | transform="rotate(-43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
@@ -661,121 +639,147 @@ | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g151" | |||||
transform="translate(0,207)"> | |||||
id="g149" | |||||
transform="translate(5.5,157)"> | |||||
<path | |||||
transform="translate(0,133)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect137" /> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 130 c 0,2.77 -2.23,5 -5,5 H 5 c -2.77,0 -5,-2.23 -5,-5 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect139" /> | |||||
<g | <g | ||||
id="g149" | |||||
transform="translate(5.5)"> | |||||
aria-label="RATE" | |||||
transform="translate(6,35)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text141"> | |||||
<path | <path | ||||
transform="translate(0,78)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect143" /> | |||||
d="M 2.1777343,-1.735026 H 1.3997395 V 0 H 0.42317707 V -4.7395832 H 2.1842447 q 0.8398438,0 1.2955729,0.3743489 0.4557292,0.374349 0.4557292,1.0579427 0,0.485026 -0.2115886,0.8105469 -0.2083333,0.3222656 -0.6347656,0.5143229 l 1.0253906,1.93684888 V 0 H 3.0664062 Z M 1.3997395,-2.5260416 h 0.7877604 q 0.3678386,0 0.5696615,-0.1855469 0.2018229,-0.1888021 0.2018229,-0.5175781 0,-0.3352864 -0.1920573,-0.5273437 Q 2.5781249,-3.9485676 2.1842447,-3.9485676 H 1.3997395 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path294" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 72 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,82 0,79.77 0,77 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect145" /> | |||||
<g | |||||
aria-label="GATE" | |||||
transform="translate(5.5,35)" | |||||
d="M 9.3567708,-0.97656248 H 7.6445312 L 7.3190104,0 H 6.280599 L 8.0449218,-4.7395832 H 8.9498697 L 10.723958,0 H 9.6855468 Z M 7.9082031,-1.7675781 H 9.0930989 L 8.4973958,-3.5416666 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text147"> | |||||
<path | |||||
d="m 4.173177,-0.59895832 q -0.2636719,0.3157552 -0.7454427,0.49153645 -0.4817708,0.17252604 -1.0677083,0.17252604 -0.6152344,0 -1.0807292,-0.26692708 Q 0.81705727,-0.4720052 0.56315103,-0.98307289 0.31249999,-1.4941406 0.30598958,-2.1842447 v -0.3222657 q 0,-0.7096354 0.2376302,-1.2272135 0.24088541,-0.5208333 0.69010412,-0.7942708 0.452474,-0.2766927 1.0579427,-0.2766927 0.843099,0 1.3183594,0.4036458 0.4752604,0.4003907 0.563151,1.1686198 H 3.2226562 Q 3.157552,-3.6393228 2.9329426,-3.8281249 2.7115885,-4.016927 2.3209635,-4.016927 q -0.4980469,0 -0.7584635,0.374349 -0.2604167,0.3743489 -0.2636719,1.1132812 v 0.3027344 q 0,0.7454426 0.2832031,1.126302 0.2832031,0.38085938 0.8300781,0.38085938 0.5501302,0 0.7845052,-0.234375 V -1.7708333 H 2.3079427 v -0.719401 H 4.173177 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path315" /> | |||||
<path | |||||
d="M 9.6432288,-0.97656248 H 7.9309892 L 7.6054684,0 H 6.567057 L 8.3313798,-4.7395832 H 9.2363277 L 11.010416,0 H 9.9720048 Z M 8.1946611,-1.7675781 H 9.3795569 L 8.7838538,-3.5416666 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path317" /> | |||||
<path | |||||
d="M 16.636718,-3.9485676 H 15.184895 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path319" /> | |||||
<path | |||||
d="m 22.048177,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path321" /> | |||||
</g> | |||||
id="path296" /> | |||||
<path | |||||
d="M 16.35026,-3.9485676 H 14.898437 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path298" /> | |||||
<path | |||||
d="m 21.761718,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path300" /> | |||||
</g> | </g> | ||||
</g> | |||||
<g | |||||
id="g167" | |||||
transform="translate(0,207)"> | |||||
<g | <g | ||||
id="g155" | |||||
transform="translate(7,41)"> | |||||
<g | |||||
aria-label="TRK" | |||||
transform="translate(7.3,5.5)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="text153"> | |||||
<path | |||||
d="M 3.9908853,-3.9485676 H 2.5390624 V 0 H 1.5625 V -3.9485676 H 0.13020833 V -4.7395832 H 3.9908853 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path324" /> | |||||
<path | |||||
d="M 6.8053383,-1.735026 H 6.0273436 V 0 H 5.0507811 v -4.7395832 h 1.7610676 q 0.8398438,0 1.2955729,0.3743489 0.4557292,0.374349 0.4557292,1.0579427 0,0.485026 -0.2115885,0.8105469 -0.2083334,0.3222656 -0.6347657,0.5143229 l 1.0253906,1.93684888 V 0 H 7.6940102 Z M 6.0273436,-2.5260416 H 6.815104 q 0.3678385,0 0.5696614,-0.1855469 0.2018229,-0.1888021 0.2018229,-0.5175781 0,-0.3352864 -0.1920573,-0.5273437 Q 7.2057289,-3.9485676 6.8118487,-3.9485676 H 6.0273436 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path326" /> | |||||
<path | |||||
d="m 11.292968,-1.9010416 -0.507812,0.546875 V 0 H 9.8085931 v -4.7395832 h 0.9765629 v 2.1484374 l 0.429687,-0.5891927 1.207682,-1.5592447 h 1.201172 L 11.940755,-2.6334635 13.672525,0 h -1.162109 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path328" /> | |||||
</g> | |||||
aria-label="OFFSET" | |||||
transform="translate(2,70)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="text143"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path303" /> | |||||
<path | |||||
d="M 9.0841143,-1.9368489 H 7.2091144 V 0 H 6.2325519 v -4.7395832 h 3.0859374 v 0.7910156 H 7.2091144 v 1.2239583 h 1.8749999 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path305" /> | |||||
<path | |||||
d="m 13.942969,-1.9368489 h -1.875 V 0 h -0.976563 v -4.7395832 h 3.085938 v 0.7910156 h -2.109375 v 1.2239583 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path307" /> | |||||
<path | |||||
d="m 18.407943,-1.2434896 q 0,-0.2766927 -0.195313,-0.423177 -0.195312,-0.1497396 -0.703125,-0.3125 -0.507812,-0.1660156 -0.804036,-0.3255208 -0.807292,-0.436198 -0.807292,-1.1751302 0,-0.3841146 0.214844,-0.6835938 0.218099,-0.3027343 0.621745,-0.4720052 0.406901,-0.1692708 0.911458,-0.1692708 0.507812,0 0.904948,0.1855469 0.397135,0.1822916 0.615234,0.5175781 0.221354,0.3352864 0.221354,0.7617187 h -0.976562 q 0,-0.3255208 -0.205078,-0.5045573 -0.205078,-0.1822916 -0.576172,-0.1822916 -0.358073,0 -0.556641,0.1529948 -0.198567,0.1497396 -0.198567,0.3971354 0,0.2311198 0.231119,0.3873698 0.234375,0.15625 0.686849,0.2929687 0.833334,0.250651 1.214193,0.6217448 0.380859,0.3710937 0.380859,0.9244791 0,0.61523439 -0.465494,0.96679688 -0.465495,0.34830729 -1.253256,0.34830729 -0.546875,0 -0.996093,-0.19856771 Q 16.223698,-0.33528645 15.986068,-0.68359373 15.751693,-1.031901 15.751693,-1.4908854 h 0.979817 q 0,0.78450521 0.9375,0.78450521 0.348308,0 0.54362,-0.13997396 0.195313,-0.14322916 0.195313,-0.39713545 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path309" /> | |||||
<path | |||||
d="m 24.103385,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170573 v 0.7910156 h -2.194011 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path311" /> | |||||
<path | |||||
d="M 29.834635,-3.9485676 H 28.382812 V 0 H 27.40625 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path313" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="g165" | |||||
transform="translate(5.5,54)"> | |||||
aria-label="SCALE" | |||||
transform="translate(2.5,105)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text145"> | |||||
<path | <path | ||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect157" /> | |||||
d="m 2.8808593,-1.2434896 q 0,-0.2766927 -0.1953125,-0.423177 -0.1953125,-0.1497396 -0.703125,-0.3125 -0.5078125,-0.1660156 -0.8040364,-0.3255208 -0.80729166,-0.436198 -0.80729166,-1.1751302 0,-0.3841146 0.21484375,-0.6835938 0.21809895,-0.3027343 0.62174481,-0.4720052 0.406901,-0.1692708 0.9114583,-0.1692708 0.5078125,0 0.9049479,0.1855469 0.3971354,0.1822916 0.6152343,0.5175781 0.2213542,0.3352864 0.2213542,0.7617187 H 2.8841145 q 0,-0.3255208 -0.2050781,-0.5045573 -0.2050781,-0.1822916 -0.5761719,-0.1822916 -0.3580729,0 -0.5566406,0.1529948 -0.1985677,0.1497396 -0.1985677,0.3971354 0,0.2311198 0.2311198,0.3873698 0.234375,0.15625 0.6868489,0.2929687 0.8333334,0.250651 1.2141927,0.6217448 Q 3.860677,-1.8033854 3.860677,-1.25 q 0,0.61523439 -0.4654948,0.96679688 -0.4654948,0.34830729 -1.2532552,0.34830729 -0.546875,0 -0.9960937,-0.19856771 Q 0.69661457,-0.33528645 0.45898436,-0.68359373 0.22460937,-1.031901 0.22460937,-1.4908854 H 1.2044271 q 0,0.78450521 0.9374999,0.78450521 0.3483073,0 0.5436198,-0.13997396 0.1953125,-0.14322916 0.1953125,-0.39713545 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path316" /> | |||||
<path | <path | ||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 60 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,70 0,67.77 0,65 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect159" /> | |||||
<g | |||||
aria-label="HOLD" | |||||
transform="translate(5.8,32)" | |||||
d="m 10.245443,-1.578776 q -0.05534,0.76497394 -0.5664066,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.4355469,-0.61197916 Q 6.3815104,-1.1621093 6.3815104,-2.2330729 v -0.2897135 q 0,-0.6835937 0.2408854,-1.2044271 0.2408854,-0.5208333 0.686849,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 9.2753905 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 9.2363281,-1.1458333 9.2688801,-1.578776 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text161"> | |||||
<path | |||||
d="M 4.2805989,0 H 3.3040364 V -2.03125 H 1.3997395 V 0 H 0.42317707 V -4.7395832 H 1.3997395 v 1.9205729 h 1.9042969 v -1.9205729 h 0.9765625 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path333" /> | |||||
<path | |||||
d="m 11.029948,-2.2623697 q 0,0.6998697 -0.247396,1.2272135 -0.247396,0.52734371 -0.709636,0.81380204 -0.4589839,0.28645833 -1.054687,0.28645833 -0.5891927,0 -1.0514323,-0.28320312 Q 7.5045571,-0.50130207 7.2506509,-1.0253906 6.9967446,-1.5527343 6.9934894,-2.2363281 v -0.234375 q 0,-0.6998697 0.2506511,-1.2304687 0.2539062,-0.5338541 0.7128906,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514325,0.2864583 0.462239,0.2832032 0.71289,0.8170573 0.253907,0.530599 0.253907,1.2272135 z m -0.989584,-0.2148438 q 0,-0.7454427 -0.2669267,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682292,0.40039063 0.4915364,0 0.7552083,-0.38411453 0.2636717,-0.3873698 0.2669267,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path335" /> | |||||
<path | |||||
d="m 14.722656,-0.78450519 h 2.073567 V 0 h -3.05013 v -4.7395832 h 0.976563 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path337" /> | |||||
<path | |||||
d="m 19.352865,0 v -4.7395832 h 1.458333 q 0.625,0 1.116536,0.2832031 0.494792,0.2799479 0.771485,0.8007812 0.276692,0.5175781 0.276692,1.1783854 v 0.218099 q 0,0.6608072 -0.273437,1.1751302 Q 22.432292,-0.56966144 21.9375,-0.28645833 21.442708,-0.00325521 20.820963,0 Z m 0.976562,-3.9485676 v 3.16406241 h 0.472005 q 0.572917,0 0.875651,-0.37434891 0.302735,-0.374349 0.309245,-1.0709636 v -0.250651 q 0,-0.7226562 -0.299479,-1.09375 -0.299479,-0.3743489 -0.875651,-0.3743489 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path339" /> | |||||
</g> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,67)" | |||||
id="path318" /> | |||||
<path | |||||
d="M 15.562499,-0.97656248 H 13.85026 L 13.524739,0 h -1.038412 l 1.764323,-4.7395832 h 0.904948 L 16.929687,0 H 15.891275 Z M 14.113932,-1.7675781 h 1.184895 l -0.595703,-1.7740885 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text163"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path342" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path344" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path346" /> | |||||
</g> | |||||
id="path320" /> | |||||
<path | |||||
d="m 20.355468,-0.78450519 h 2.073568 V 0 h -3.05013 v -4.7395832 h 0.976562 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path322" /> | |||||
<path | |||||
d="m 27.83724,-2.0540364 h -1.875 v 1.26953121 h 2.20052 V 0 h -3.177083 v -4.7395832 h 3.170573 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path324" /> | |||||
</g> | |||||
<g | |||||
aria-label="JUMP" | |||||
transform="translate(5,140)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text147"> | |||||
<path | |||||
d="m 2.3339843,-4.7395832 h 0.9765625 v 3.2812499 q 0,0.4524739 -0.2018229,0.80078123 -0.1985677,0.34505208 -0.563151,0.53385416 -0.3645834,0.18880208 -0.8235677,0.18880208 -0.75195314,0 -1.171875,-0.38085937 Q 0.13020833,-0.69986977 0.13020833,-1.3997395 H 1.1132812 q 0,0.3483072 0.1464844,0.51432285 0.1464844,0.16601563 0.4622396,0.16601563 0.2799479,0 0.4459635,-0.19205729 0.1660156,-0.19205729 0.1660156,-0.54687499 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path327" /> | |||||
<path | |||||
d="m 9.7343746,-4.7395832 v 3.1217447 q 0,0.77799477 -0.4882813,1.23046872 -0.485026,0.45247395 -1.3281249,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.1113278,-0.81380206 6.1015622,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path329" /> | |||||
<path | |||||
d="m 13.811197,-4.7395832 1.217448,3.4374999 1.210938,-3.4374999 h 1.282552 V 0 H 16.542317 V -1.2955729 L 16.639973,-3.531901 15.360676,0 h -0.670573 l -1.276041,-3.5286457 0.09766,2.2330728 V 0 h -0.976562 v -4.7395832 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path331" /> | |||||
<path | |||||
d="M 21.358072,-1.6699218 V 0 h -0.976563 v -4.7395832 h 1.848958 q 0.533855,0 0.9375,0.1953125 0.406901,0.1953125 0.625,0.5566406 0.218099,0.3580729 0.218099,0.8170573 0,0.6966145 -0.478515,1.1002603 -0.475261,0.4003907 -1.31836,0.4003907 z m 0,-0.7910156 h 0.872395 q 0.38737,0 0.589193,-0.1822917 0.205078,-0.1822917 0.205078,-0.5208333 0,-0.3483073 -0.205078,-0.5631511 -0.205078,-0.2148437 -0.566406,-0.2213541 h -0.895182 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path333" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g157" | |||||
transform="translate(5.5,303)"> | |||||
<path | |||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect151" /> | |||||
<path | |||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 25 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,35 0,32.77 0,30 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect153" /> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,32)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text155"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path338" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path340" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path342" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -1,20 +1,50 @@ | |||||
#include "AddrSeq.hpp" | #include "AddrSeq.hpp" | ||||
#define SELECT_ON_CLOCK "select_on_clock" | |||||
void AddrSeq::onReset() { | void AddrSeq::onReset() { | ||||
_step = 0; | _step = 0; | ||||
_clock.reset(); | _clock.reset(); | ||||
_reset.reset(); | _reset.reset(); | ||||
} | } | ||||
void AddrSeq::onSampleRateChange() { | |||||
_timer.setParams(engineGetSampleRate(), 0.001f); | |||||
} | |||||
json_t* AddrSeq::toJson() { | |||||
json_t* root = json_object(); | |||||
json_object_set_new(root, SELECT_ON_CLOCK, json_boolean(_selectOnClock)); | |||||
return root; | |||||
} | |||||
void AddrSeq::fromJson(json_t* root) { | |||||
json_t* s = json_object_get(root, SELECT_ON_CLOCK); | |||||
if (s) { | |||||
_selectOnClock = json_is_true(s); | |||||
} | |||||
} | |||||
void AddrSeq::step() { | void AddrSeq::step() { | ||||
int steps = clamp(params[STEPS_PARAM].value, 2.0f, 8.0f); | |||||
bool reset = _reset.process(inputs[RESET_INPUT].value); | |||||
if (reset) { | |||||
_timer.reset(); | |||||
} | |||||
bool timer = _timer.next(); | |||||
bool clock = _clock.process(inputs[CLOCK_INPUT].value) && !timer; | |||||
int steps = clamp(params[STEPS_PARAM].value, 1.0f, 8.0f); | |||||
int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | ||||
_step = (_step + reverse * _clock.process(inputs[CLOCK_INPUT].value)) % steps; | |||||
_step = (_step + reverse * clock) % steps; | |||||
_step += (_step < 0) * steps; | _step += (_step < 0) * steps; | ||||
_step -= _step * _reset.process(inputs[RESET_INPUT].value); | |||||
int step = _step + (int)params[SELECT_PARAM].value; | |||||
step += (int)(clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f); | |||||
_step -= _step * reset; | |||||
int select = params[SELECT_PARAM].value; | |||||
select += clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f; | |||||
if (!_selectOnClock || clock) { | |||||
_select = select; | |||||
} | |||||
int step = _step + _select; | |||||
step = step % 8; | step = step % 8; | ||||
float out = 0.0f; | float out = 0.0f; | ||||
@@ -25,6 +55,24 @@ void AddrSeq::step() { | |||||
outputs[OUT_OUTPUT].value = out * 10.0f; | outputs[OUT_OUTPUT].value = out * 10.0f; | ||||
} | } | ||||
struct SelectOnClockMenuItem : MenuItem { | |||||
AddrSeq* _module; | |||||
SelectOnClockMenuItem(AddrSeq* module, const char* label) | |||||
: _module(module) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_selectOnClock = !_module->_selectOnClock; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_selectOnClock ? "?" : ""; | |||||
} | |||||
}; | |||||
struct AddrSeqWidget : ModuleWidget { | struct AddrSeqWidget : ModuleWidget { | ||||
static constexpr int hp = 6; | static constexpr int hp = 6; | ||||
@@ -71,7 +119,7 @@ struct AddrSeqWidget : ModuleWidget { | |||||
// end generated by svg_widgets.rb | // end generated by svg_widgets.rb | ||||
{ | { | ||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, AddrSeq::STEPS_PARAM, 2.0, 8.0, 8.0); | |||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, AddrSeq::STEPS_PARAM, 1.0, 8.0, 8.0); | |||||
dynamic_cast<Knob*>(w)->snap = true; | dynamic_cast<Knob*>(w)->snap = true; | ||||
addParam(w); | addParam(w); | ||||
} | } | ||||
@@ -105,6 +153,13 @@ struct AddrSeqWidget : ModuleWidget { | |||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out7LightPosition, module, AddrSeq::OUT7_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out7LightPosition, module, AddrSeq::OUT7_LIGHT)); | ||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out8LightPosition, module, AddrSeq::OUT8_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out8LightPosition, module, AddrSeq::OUT8_LIGHT)); | ||||
} | } | ||||
void appendContextMenu(Menu* menu) override { | |||||
AddrSeq* m = dynamic_cast<AddrSeq*>(module); | |||||
assert(m); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new SelectOnClockMenuItem(m, "Select on clock")); | |||||
} | |||||
}; | }; | ||||
RACK_PLUGIN_MODEL_INIT(Bogaudio, AddrSeq) { | RACK_PLUGIN_MODEL_INIT(Bogaudio, AddrSeq) { | ||||
@@ -1,6 +1,9 @@ | |||||
#pragma once | #pragma once | ||||
#include "bogaudio.hpp" | #include "bogaudio.hpp" | ||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | |||||
extern Model* modelAddrSeq; | extern Model* modelAddrSeq; | ||||
@@ -48,13 +51,20 @@ struct AddrSeq : Module { | |||||
Trigger _clock; | Trigger _clock; | ||||
Trigger _reset; | Trigger _reset; | ||||
Timer _timer; | |||||
int _step; | int _step; | ||||
bool _selectOnClock = false; | |||||
int _select = 0; | |||||
AddrSeq() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | AddrSeq() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | ||||
onReset(); | onReset(); | ||||
onSampleRateChange(); | |||||
} | } | ||||
void onReset() override; | void onReset() override; | ||||
void onSampleRateChange() override; | |||||
json_t* toJson() override; | |||||
void fromJson(json_t* root) override; | |||||
void step() override; | void step() override; | ||||
}; | }; | ||||
@@ -1,20 +1,50 @@ | |||||
#include "EightOne.hpp" | #include "EightOne.hpp" | ||||
#define SELECT_ON_CLOCK "select_on_clock" | |||||
void EightOne::onReset() { | void EightOne::onReset() { | ||||
_step = 0; | _step = 0; | ||||
_clock.reset(); | _clock.reset(); | ||||
_reset.reset(); | _reset.reset(); | ||||
} | } | ||||
void EightOne::onSampleRateChange() { | |||||
_timer.setParams(engineGetSampleRate(), 0.001f); | |||||
} | |||||
json_t* EightOne::toJson() { | |||||
json_t* root = json_object(); | |||||
json_object_set_new(root, SELECT_ON_CLOCK, json_boolean(_selectOnClock)); | |||||
return root; | |||||
} | |||||
void EightOne::fromJson(json_t* root) { | |||||
json_t* s = json_object_get(root, SELECT_ON_CLOCK); | |||||
if (s) { | |||||
_selectOnClock = json_is_true(s); | |||||
} | |||||
} | |||||
void EightOne::step() { | void EightOne::step() { | ||||
int steps = clamp(params[STEPS_PARAM].value, 2.0f, 8.0f); | |||||
bool reset = _reset.process(inputs[RESET_INPUT].value); | |||||
if (reset) { | |||||
_timer.reset(); | |||||
} | |||||
bool timer = _timer.next(); | |||||
bool clock = _clock.process(inputs[CLOCK_INPUT].value) && !timer; | |||||
int steps = clamp(params[STEPS_PARAM].value, 1.0f, 8.0f); | |||||
int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | ||||
_step = (_step + reverse * _clock.process(inputs[CLOCK_INPUT].value)) % steps; | |||||
_step = (_step + reverse * clock) % steps; | |||||
_step += (_step < 0) * steps; | _step += (_step < 0) * steps; | ||||
_step -= _step * _reset.process(inputs[RESET_INPUT].value); | |||||
int step = _step + (int)params[SELECT_PARAM].value; | |||||
step += (int)(clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f); | |||||
_step -= _step * reset; | |||||
int select = params[SELECT_PARAM].value; | |||||
select += clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f; | |||||
if (!_selectOnClock || clock) { | |||||
_select = select; | |||||
} | |||||
int step = _step + _select; | |||||
step = step % 8; | step = step % 8; | ||||
float out = 0.0f; | float out = 0.0f; | ||||
@@ -25,6 +55,24 @@ void EightOne::step() { | |||||
outputs[OUT_OUTPUT].value = out; | outputs[OUT_OUTPUT].value = out; | ||||
} | } | ||||
struct SelectOnClockMenuItem : MenuItem { | |||||
EightOne* _module; | |||||
SelectOnClockMenuItem(EightOne* module, const char* label) | |||||
: _module(module) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_selectOnClock = !_module->_selectOnClock; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_selectOnClock ? "?" : ""; | |||||
} | |||||
}; | |||||
struct EightOneWidget : ModuleWidget { | struct EightOneWidget : ModuleWidget { | ||||
static constexpr int hp = 6; | static constexpr int hp = 6; | ||||
@@ -71,7 +119,7 @@ struct EightOneWidget : ModuleWidget { | |||||
// end generated by svg_widgets.rb | // end generated by svg_widgets.rb | ||||
{ | { | ||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, EightOne::STEPS_PARAM, 2.0, 8.0, 8.0); | |||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, EightOne::STEPS_PARAM, 1.0, 8.0, 8.0); | |||||
dynamic_cast<Knob*>(w)->snap = true; | dynamic_cast<Knob*>(w)->snap = true; | ||||
addParam(w); | addParam(w); | ||||
} | } | ||||
@@ -105,6 +153,13 @@ struct EightOneWidget : ModuleWidget { | |||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(in7LightPosition, module, EightOne::IN7_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(in7LightPosition, module, EightOne::IN7_LIGHT)); | ||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(in8LightPosition, module, EightOne::IN8_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(in8LightPosition, module, EightOne::IN8_LIGHT)); | ||||
} | } | ||||
void appendContextMenu(Menu* menu) override { | |||||
EightOne* m = dynamic_cast<EightOne*>(module); | |||||
assert(m); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new SelectOnClockMenuItem(m, "Select on clock")); | |||||
} | |||||
}; | }; | ||||
RACK_PLUGIN_MODEL_INIT(Bogaudio, EightOne) { | RACK_PLUGIN_MODEL_INIT(Bogaudio, EightOne) { | ||||
@@ -1,6 +1,9 @@ | |||||
#pragma once | #pragma once | ||||
#include "bogaudio.hpp" | #include "bogaudio.hpp" | ||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | |||||
extern Model* modelEightOne; | extern Model* modelEightOne; | ||||
@@ -48,13 +51,20 @@ struct EightOne : Module { | |||||
Trigger _clock; | Trigger _clock; | ||||
Trigger _reset; | Trigger _reset; | ||||
Timer _timer; | |||||
int _step; | int _step; | ||||
bool _selectOnClock = false; | |||||
int _select = 0; | |||||
EightOne() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | EightOne() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | ||||
onReset(); | onReset(); | ||||
onSampleRateChange(); | |||||
} | } | ||||
void onReset() override; | void onReset() override; | ||||
void onSampleRateChange() override; | |||||
json_t* toJson() override; | |||||
void fromJson(json_t* root) override; | |||||
void step() override; | void step() override; | ||||
}; | }; | ||||
@@ -0,0 +1,65 @@ | |||||
#include "Mix1.hpp" | |||||
void Mix1::onSampleRateChange() { | |||||
_channel.setSampleRate(engineGetSampleRate()); | |||||
} | |||||
void Mix1::step() { | |||||
_channel.next(false, false); | |||||
outputs[OUT_OUTPUT].value = _channel.out; | |||||
} | |||||
struct Mix1Widget : ModuleWidget { | |||||
static constexpr int hp = 3; | |||||
Mix1Widget(Mix1* module) : ModuleWidget(module) { | |||||
box.size = Vec(RACK_GRID_WIDTH * hp, RACK_GRID_HEIGHT); | |||||
{ | |||||
SVGPanel *panel = new SVGPanel(); | |||||
panel->box.size = box.size; | |||||
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Mix1.svg"))); | |||||
addChild(panel); | |||||
} | |||||
addChild(Widget::create<ScrewSilver>(Vec(0, 0))); | |||||
addChild(Widget::create<ScrewSilver>(Vec(box.size.x - 15, 365))); | |||||
// generated by svg_widgets.rb | |||||
auto levelParamPosition = Vec(13.5, 18.0); | |||||
auto muteParamPosition = Vec(13.2, 175.7); | |||||
auto muteInputPosition = Vec(10.5, 198.0); | |||||
auto levelInputPosition = Vec(10.5, 233.0); | |||||
auto inInputPosition = Vec(10.5, 268.0); | |||||
auto outOutputPosition = Vec(10.5, 306.0); | |||||
// end generated by svg_widgets.rb | |||||
{ | |||||
auto slider = ParamWidget::create<VUSlider151>( | |||||
levelParamPosition, | |||||
module, | |||||
Mix1::LEVEL_PARAM, | |||||
0.0, | |||||
1.0, | |||||
fabsf(MixerChannel::minDecibels) / (MixerChannel::maxDecibels - MixerChannel::minDecibels) | |||||
); | |||||
dynamic_cast<VUSlider*>(slider)->setVULevel(&module->_channel.rms); | |||||
addParam(slider); | |||||
} | |||||
addParam(ParamWidget::create<MuteButton>(muteParamPosition, module, Mix1::MUTE_PARAM, 0.0, 1.0, 0.0)); | |||||
addInput(Port::create<Port24>(muteInputPosition, Port::INPUT, module, Mix1::MUTE_INPUT)); | |||||
addInput(Port::create<Port24>(levelInputPosition, Port::INPUT, module, Mix1::LEVEL_INPUT)); | |||||
addInput(Port::create<Port24>(inInputPosition, Port::INPUT, module, Mix1::IN_INPUT)); | |||||
addOutput(Port::create<Port24>(outOutputPosition, Port::OUTPUT, module, Mix1::OUT_OUTPUT)); | |||||
} | |||||
}; | |||||
RACK_PLUGIN_MODEL_INIT(Bogaudio, Mix1) { | |||||
Model* modelMix1 = createModel<Mix1, Mix1Widget>("Bogaudio-Mix1", "MIX1", "fader/amplifier with mute", AMPLIFIER_TAG); | |||||
return modelMix1; | |||||
} |
@@ -0,0 +1,58 @@ | |||||
#pragma once | |||||
#include "bogaudio.hpp" | |||||
#include "mixer.hpp" | |||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | |||||
extern Model* modelMix1; | |||||
namespace bogaudio { | |||||
struct Mix1 : Module { | |||||
enum ParamsIds { | |||||
LEVEL_PARAM, | |||||
MUTE_PARAM, | |||||
NUM_PARAMS | |||||
}; | |||||
enum InputsIds { | |||||
MUTE_INPUT, | |||||
LEVEL_INPUT, | |||||
IN_INPUT, | |||||
NUM_INPUTS | |||||
}; | |||||
enum OutputsIds { | |||||
OUT_OUTPUT, | |||||
NUM_OUTPUTS | |||||
}; | |||||
enum LightsIds { | |||||
NUM_LIGHTS | |||||
}; | |||||
MixerChannel _channel; | |||||
Mix1() | |||||
: Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) | |||||
, _channel( | |||||
params[LEVEL_PARAM], | |||||
params[LEVEL_PARAM], // not used | |||||
params[MUTE_PARAM], | |||||
inputs[IN_INPUT], | |||||
inputs[LEVEL_INPUT], | |||||
inputs[LEVEL_INPUT], // not used | |||||
1000.0f, | |||||
&inputs[MUTE_INPUT] | |||||
) | |||||
{ | |||||
onSampleRateChange(); | |||||
} | |||||
void onSampleRateChange() override; | |||||
void step() override; | |||||
}; | |||||
} // namespace bogaudio |
@@ -1,20 +1,50 @@ | |||||
#include "OneEight.hpp" | #include "OneEight.hpp" | ||||
#define SELECT_ON_CLOCK "select_on_clock" | |||||
void OneEight::onReset() { | void OneEight::onReset() { | ||||
_step = 0; | _step = 0; | ||||
_clock.reset(); | _clock.reset(); | ||||
_reset.reset(); | _reset.reset(); | ||||
} | } | ||||
void OneEight::onSampleRateChange() { | |||||
_timer.setParams(engineGetSampleRate(), 0.001f); | |||||
} | |||||
json_t* OneEight::toJson() { | |||||
json_t* root = json_object(); | |||||
json_object_set_new(root, SELECT_ON_CLOCK, json_boolean(_selectOnClock)); | |||||
return root; | |||||
} | |||||
void OneEight::fromJson(json_t* root) { | |||||
json_t* s = json_object_get(root, SELECT_ON_CLOCK); | |||||
if (s) { | |||||
_selectOnClock = json_is_true(s); | |||||
} | |||||
} | |||||
void OneEight::step() { | void OneEight::step() { | ||||
int steps = clamp(params[STEPS_PARAM].value, 2.0f, 8.0f); | |||||
bool reset = _reset.process(inputs[RESET_INPUT].value); | |||||
if (reset) { | |||||
_timer.reset(); | |||||
} | |||||
bool timer = _timer.next(); | |||||
bool clock = _clock.process(inputs[CLOCK_INPUT].value) && !timer; | |||||
int steps = clamp(params[STEPS_PARAM].value, 1.0f, 8.0f); | |||||
int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | int reverse = 1 - 2 * (params[DIRECTION_PARAM].value == 0.0f); | ||||
_step = (_step + reverse * _clock.process(inputs[CLOCK_INPUT].value)) % steps; | |||||
_step = (_step + reverse * clock) % steps; | |||||
_step += (_step < 0) * steps; | _step += (_step < 0) * steps; | ||||
_step -= _step * _reset.process(inputs[RESET_INPUT].value); | |||||
int step = _step + (int)params[SELECT_PARAM].value; | |||||
step += (int)(clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f); | |||||
_step -= _step * reset; | |||||
int select = params[SELECT_PARAM].value; | |||||
select += clamp(inputs[SELECT_INPUT].value, 0.0f, 10.0f) * 0.1f * 8.0f; | |||||
if (!_selectOnClock || clock) { | |||||
_select = select; | |||||
} | |||||
int step = _step + _select; | |||||
step = step % 8; | step = step % 8; | ||||
float in = inputs[IN_INPUT].value + !inputs[IN_INPUT].active * 10.0f; | float in = inputs[IN_INPUT].value + !inputs[IN_INPUT].active * 10.0f; | ||||
@@ -24,6 +54,24 @@ void OneEight::step() { | |||||
} | } | ||||
} | } | ||||
struct SelectOnClockMenuItem : MenuItem { | |||||
OneEight* _module; | |||||
SelectOnClockMenuItem(OneEight* module, const char* label) | |||||
: _module(module) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_selectOnClock = !_module->_selectOnClock; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_selectOnClock ? "?" : ""; | |||||
} | |||||
}; | |||||
struct OneEightWidget : ModuleWidget { | struct OneEightWidget : ModuleWidget { | ||||
static constexpr int hp = 6; | static constexpr int hp = 6; | ||||
@@ -70,7 +118,7 @@ struct OneEightWidget : ModuleWidget { | |||||
// end generated by svg_widgets.rb | // end generated by svg_widgets.rb | ||||
{ | { | ||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, OneEight::STEPS_PARAM, 2.0, 8.0, 8.0); | |||||
auto w = ParamWidget::create<Knob16>(stepsParamPosition, module, OneEight::STEPS_PARAM, 1.0, 8.0, 8.0); | |||||
dynamic_cast<Knob*>(w)->snap = true; | dynamic_cast<Knob*>(w)->snap = true; | ||||
addParam(w); | addParam(w); | ||||
} | } | ||||
@@ -104,6 +152,13 @@ struct OneEightWidget : ModuleWidget { | |||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out7LightPosition, module, OneEight::OUT7_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out7LightPosition, module, OneEight::OUT7_LIGHT)); | ||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out8LightPosition, module, OneEight::OUT8_LIGHT)); | addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(out8LightPosition, module, OneEight::OUT8_LIGHT)); | ||||
} | } | ||||
void appendContextMenu(Menu* menu) override { | |||||
OneEight* m = dynamic_cast<OneEight*>(module); | |||||
assert(m); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new SelectOnClockMenuItem(m, "Select on clock")); | |||||
} | |||||
}; | }; | ||||
RACK_PLUGIN_MODEL_INIT(Bogaudio, OneEight) { | RACK_PLUGIN_MODEL_INIT(Bogaudio, OneEight) { | ||||
@@ -1,6 +1,9 @@ | |||||
#pragma once | #pragma once | ||||
#include "bogaudio.hpp" | #include "bogaudio.hpp" | ||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | |||||
extern Model* modelOneEight; | extern Model* modelOneEight; | ||||
@@ -48,13 +51,20 @@ struct OneEight : Module { | |||||
Trigger _clock; | Trigger _clock; | ||||
Trigger _reset; | Trigger _reset; | ||||
Timer _timer; | |||||
int _step; | int _step; | ||||
bool _selectOnClock = false; | |||||
int _select = 0; | |||||
OneEight() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | OneEight() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | ||||
onReset(); | onReset(); | ||||
onSampleRateChange(); | |||||
} | } | ||||
void onReset() override; | void onReset() override; | ||||
void onSampleRateChange() override; | |||||
json_t* toJson() override; | |||||
void fromJson(json_t* root) override; | |||||
void step() override; | void step() override; | ||||
}; | }; | ||||
@@ -2,17 +2,24 @@ | |||||
#include "UMix.hpp" | #include "UMix.hpp" | ||||
#define SUM "sum" | #define SUM "sum" | ||||
#define CVMODE "cv_mode" | |||||
json_t* UMix::toJson() { | json_t* UMix::toJson() { | ||||
json_t* root = json_object(); | json_t* root = json_object(); | ||||
json_object_set_new(root, SUM, json_boolean(_sum)); | json_object_set_new(root, SUM, json_boolean(_sum)); | ||||
json_object_set_new(root, CVMODE, json_boolean(_cvMode)); | |||||
return root; | return root; | ||||
} | } | ||||
void UMix::fromJson(json_t* root) { | void UMix::fromJson(json_t* root) { | ||||
json_t* ll = json_object_get(root, SUM); | |||||
if (ll) { | |||||
_sum = json_is_true(ll); | |||||
json_t* s = json_object_get(root, SUM); | |||||
if (s) { | |||||
_sum = json_is_true(s); | |||||
} | |||||
json_t* c = json_object_get(root, CVMODE); | |||||
if (c) { | |||||
_cvMode = json_is_true(c); | |||||
} | } | ||||
} | } | ||||
@@ -25,7 +32,13 @@ void UMix::step() { | |||||
for (int i = 0; i < 8; ++i) { | for (int i = 0; i < 8; ++i) { | ||||
out += inputs[IN1_INPUT + i].value; | out += inputs[IN1_INPUT + i].value; | ||||
} | } | ||||
outputs[OUT_OUTPUT].value = _saturator.next(params[LEVEL_PARAM].value * out); | |||||
out *= params[LEVEL_PARAM].value; | |||||
if (_cvMode) { | |||||
outputs[OUT_OUTPUT].value = clamp(out, -12.0f, 12.0f); | |||||
} | |||||
else { | |||||
outputs[OUT_OUTPUT].value = _saturator.next(out); | |||||
} | |||||
} | } | ||||
else { | else { | ||||
float out = 0.0f; | float out = 0.0f; | ||||
@@ -38,7 +51,13 @@ void UMix::step() { | |||||
} | } | ||||
if (active > 0) { | if (active > 0) { | ||||
out /= (float)active; | out /= (float)active; | ||||
outputs[OUT_OUTPUT].value = _saturator.next(params[LEVEL_PARAM].value * out); | |||||
out *= params[LEVEL_PARAM].value; | |||||
if (_cvMode) { | |||||
outputs[OUT_OUTPUT].value = clamp(out, -12.0f, 12.0f); | |||||
} | |||||
else { | |||||
outputs[OUT_OUTPUT].value = _saturator.next(out); | |||||
} | |||||
} | } | ||||
else { | else { | ||||
outputs[OUT_OUTPUT].value = 0.0f; | outputs[OUT_OUTPUT].value = 0.0f; | ||||
@@ -64,6 +83,24 @@ struct AverageMenuItem : MenuItem { | |||||
} | } | ||||
}; | }; | ||||
struct CVModeMenuItem : MenuItem { | |||||
UMix* _module; | |||||
CVModeMenuItem(UMix* module, const char* label) | |||||
: _module(module) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_cvMode = !_module->_cvMode; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_cvMode ? "âś”" : ""; | |||||
} | |||||
}; | |||||
struct UMixWidget : ModuleWidget { | struct UMixWidget : ModuleWidget { | ||||
static constexpr int hp = 3; | static constexpr int hp = 3; | ||||
@@ -114,6 +151,7 @@ struct UMixWidget : ModuleWidget { | |||||
assert(umix); | assert(umix); | ||||
menu->addChild(new MenuLabel()); | menu->addChild(new MenuLabel()); | ||||
menu->addChild(new AverageMenuItem(umix, "Average")); | menu->addChild(new AverageMenuItem(umix, "Average")); | ||||
menu->addChild(new CVModeMenuItem(umix, "CV mode")); | |||||
} | } | ||||
}; | }; | ||||
@@ -37,6 +37,7 @@ struct UMix : Module { | |||||
}; | }; | ||||
bool _sum = true; | bool _sum = true; | ||||
bool _cvMode = false; | |||||
Saturator _saturator; | Saturator _saturator; | ||||
UMix() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | UMix() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | ||||
@@ -2,17 +2,16 @@ | |||||
#include "Walk.hpp" | #include "Walk.hpp" | ||||
void Walk::onReset() { | void Walk::onReset() { | ||||
_trigger.reset(); | |||||
_jumpTrigger.reset(); | |||||
_modulationStep = modulationSteps; | _modulationStep = modulationSteps; | ||||
} | } | ||||
void Walk::onSampleRateChange() { | void Walk::onSampleRateChange() { | ||||
_modulationStep = modulationSteps; | _modulationStep = modulationSteps; | ||||
_slew.setParams(engineGetSampleRate(), 100.0f, 10.0f); | |||||
} | } | ||||
void Walk::step() { | void Walk::step() { | ||||
lights[TRACK_LIGHT].value = params[TRACK_PARAM].value; | |||||
++_modulationStep; | ++_modulationStep; | ||||
if (_modulationStep >= modulationSteps) { | if (_modulationStep >= modulationSteps) { | ||||
_modulationStep = 0; | _modulationStep = 0; | ||||
@@ -21,21 +20,29 @@ void Walk::step() { | |||||
if (inputs[RATE_INPUT].active) { | if (inputs[RATE_INPUT].active) { | ||||
rate *= clamp(inputs[RATE_INPUT].value / 10.0f, 0.0f, 1.0f); | rate *= clamp(inputs[RATE_INPUT].value / 10.0f, 0.0f, 1.0f); | ||||
} | } | ||||
rate *= rate; | |||||
rate *= rate; | |||||
rate = 0.2f * powf(rate, 5.0f); | |||||
_walk.setParams(engineGetSampleRate(), rate); | _walk.setParams(engineGetSampleRate(), rate); | ||||
} | |||||
float out = _walk.next(); | |||||
out *= params[SCALE_PARAM].value; | |||||
out += params[OFFSET_PARAM].value * 5.0f; | |||||
outputs[OUT_OUTPUT].value = out; | |||||
_offset = params[OFFSET_PARAM].value; | |||||
if (inputs[OFFSET_INPUT].active) { | |||||
_offset *= clamp(inputs[OFFSET_INPUT].value / 5.0f, -1.0f, 1.0f); | |||||
} | |||||
_offset *= 5.0f; | |||||
bool triggered = _trigger.process(inputs[HOLD_INPUT].value); | |||||
if (params[TRACK_PARAM].value > 0.5f ? _trigger.isHigh() : triggered) { | |||||
_hold = out; | |||||
_scale = params[SCALE_PARAM].value; | |||||
if (inputs[SCALE_INPUT].active) { | |||||
_scale *= clamp(inputs[SCALE_INPUT].value / 10.0f, 0.0f, 1.0f); | |||||
} | |||||
} | } | ||||
outputs[HOLD_OUTPUT].value = _hold; | |||||
if (_jumpTrigger.process(inputs[JUMP_INPUT].value)) { | |||||
_walk.jump(); | |||||
} | |||||
float out = _slew.next(_walk.next()); | |||||
out *= _scale; | |||||
out += _offset; | |||||
outputs[OUT_OUTPUT].value = out; | |||||
} | } | ||||
struct WalkWidget : ModuleWidget { | struct WalkWidget : ModuleWidget { | ||||
@@ -56,31 +63,27 @@ struct WalkWidget : ModuleWidget { | |||||
// generated by svg_widgets.rb | // generated by svg_widgets.rb | ||||
auto rateParamPosition = Vec(8.0, 36.0); | auto rateParamPosition = Vec(8.0, 36.0); | ||||
auto offsetParamPosition = Vec(14.5, 137.0); | |||||
auto scaleParamPosition = Vec(14.5, 178.0); | |||||
auto trackParamPosition = Vec(29.0, 246.7); | |||||
auto offsetParamPosition = Vec(14.5, 91.0); | |||||
auto scaleParamPosition = Vec(14.5, 130.0); | |||||
auto rateInputPosition = Vec(10.5, 77.0); | |||||
auto holdInputPosition = Vec(10.5, 210.0); | |||||
auto rateInputPosition = Vec(10.5, 160.0); | |||||
auto offsetInputPosition = Vec(10.5, 195.0); | |||||
auto scaleInputPosition = Vec(10.5, 230.0); | |||||
auto jumpInputPosition = Vec(10.5, 265.0); | |||||
auto holdOutputPosition = Vec(10.5, 261.0); | |||||
auto outOutputPosition = Vec(10.5, 296.0); | |||||
auto trackLightPosition = Vec(7.0, 248.0); | |||||
auto outOutputPosition = Vec(10.5, 303.0); | |||||
// end generated by svg_widgets.rb | // end generated by svg_widgets.rb | ||||
addParam(ParamWidget::create<Knob29>(rateParamPosition, module, Walk::RATE_PARAM, 0.0, 1.0, 0.1)); | addParam(ParamWidget::create<Knob29>(rateParamPosition, module, Walk::RATE_PARAM, 0.0, 1.0, 0.1)); | ||||
addParam(ParamWidget::create<Knob16>(offsetParamPosition, module, Walk::OFFSET_PARAM, -1.0, 1.0, 0.0)); | addParam(ParamWidget::create<Knob16>(offsetParamPosition, module, Walk::OFFSET_PARAM, -1.0, 1.0, 0.0)); | ||||
addParam(ParamWidget::create<Knob16>(scaleParamPosition, module, Walk::SCALE_PARAM, 0.0, 1.0, 1.0)); | addParam(ParamWidget::create<Knob16>(scaleParamPosition, module, Walk::SCALE_PARAM, 0.0, 1.0, 1.0)); | ||||
addParam(ParamWidget::create<StatefulButton9>(trackParamPosition, module, Walk::TRACK_PARAM, 0.0, 1.0, 0.0)); | |||||
addInput(Port::create<Port24>(rateInputPosition, Port::INPUT, module, Walk::RATE_INPUT)); | addInput(Port::create<Port24>(rateInputPosition, Port::INPUT, module, Walk::RATE_INPUT)); | ||||
addInput(Port::create<Port24>(holdInputPosition, Port::INPUT, module, Walk::HOLD_INPUT)); | |||||
addInput(Port::create<Port24>(offsetInputPosition, Port::INPUT, module, Walk::OFFSET_INPUT)); | |||||
addInput(Port::create<Port24>(scaleInputPosition, Port::INPUT, module, Walk::SCALE_INPUT)); | |||||
addInput(Port::create<Port24>(jumpInputPosition, Port::INPUT, module, Walk::JUMP_INPUT)); | |||||
addOutput(Port::create<Port24>(holdOutputPosition, Port::OUTPUT, module, Walk::HOLD_OUTPUT)); | |||||
addOutput(Port::create<Port24>(outOutputPosition, Port::OUTPUT, module, Walk::OUT_OUTPUT)); | addOutput(Port::create<Port24>(outOutputPosition, Port::OUTPUT, module, Walk::OUT_OUTPUT)); | ||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(trackLightPosition, module, Walk::TRACK_LIGHT)); | |||||
} | } | ||||
}; | }; | ||||
@@ -2,6 +2,7 @@ | |||||
#include "bogaudio.hpp" | #include "bogaudio.hpp" | ||||
#include "dsp/noise.hpp" | #include "dsp/noise.hpp" | ||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | using namespace bogaudio::dsp; | ||||
@@ -14,32 +15,33 @@ struct Walk : Module { | |||||
RATE_PARAM, | RATE_PARAM, | ||||
OFFSET_PARAM, | OFFSET_PARAM, | ||||
SCALE_PARAM, | SCALE_PARAM, | ||||
TRACK_PARAM, | |||||
NUM_PARAMS | NUM_PARAMS | ||||
}; | }; | ||||
enum InputsIds { | enum InputsIds { | ||||
RATE_INPUT, | RATE_INPUT, | ||||
HOLD_INPUT, | |||||
OFFSET_INPUT, | |||||
SCALE_INPUT, | |||||
JUMP_INPUT, | |||||
NUM_INPUTS | NUM_INPUTS | ||||
}; | }; | ||||
enum OutputsIds { | enum OutputsIds { | ||||
HOLD_OUTPUT, | |||||
OUT_OUTPUT, | OUT_OUTPUT, | ||||
NUM_OUTPUTS | NUM_OUTPUTS | ||||
}; | }; | ||||
enum LightsIds { | enum LightsIds { | ||||
TRACK_LIGHT, | |||||
NUM_LIGHTS | NUM_LIGHTS | ||||
}; | }; | ||||
const int modulationSteps = 100; | const int modulationSteps = 100; | ||||
int _modulationStep = 0; | int _modulationStep = 0; | ||||
Trigger _trigger; | |||||
float _offset = 0.0f; | |||||
float _scale = 0.0f; | |||||
Trigger _jumpTrigger; | |||||
RandomWalk _walk; | RandomWalk _walk; | ||||
float _hold = 0.0f; | |||||
SlewLimiter _slew; | |||||
Walk() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | Walk() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { | ||||
onReset(); | onReset(); | ||||
@@ -1,9 +1,11 @@ | |||||
#include "Walk2.hpp" | #include "Walk2.hpp" | ||||
#define ZOOM_OUT_KEY "zoom_out" | |||||
#define GRID_KEY "grid" | |||||
#define COLOR_KEY "color" | |||||
void Walk2::onReset() { | void Walk2::onReset() { | ||||
_triggerX.reset(); | |||||
_triggerY.reset(); | |||||
_jumpTrigger.reset(); | _jumpTrigger.reset(); | ||||
_modulationStep = modulationSteps; | _modulationStep = modulationSteps; | ||||
} | } | ||||
@@ -13,65 +15,105 @@ void Walk2::onSampleRateChange() { | |||||
_historySteps = (historySeconds * engineGetSampleRate()) / historyPoints; | _historySteps = (historySeconds * engineGetSampleRate()) / historyPoints; | ||||
} | } | ||||
void Walk2::step() { | |||||
lights[TRACK_X_LIGHT].value = params[TRACK_X_PARAM].value; | |||||
lights[TRACK_Y_LIGHT].value = params[TRACK_Y_PARAM].value; | |||||
json_t* Walk2::toJson() { | |||||
json_t* root = json_object(); | |||||
json_object_set_new(root, ZOOM_OUT_KEY, json_boolean(_zoomOut)); | |||||
json_object_set_new(root, GRID_KEY, json_boolean(_drawGrid)); | |||||
json_object_set_new(root, COLOR_KEY, json_integer(_traceColor)); | |||||
return root; | |||||
} | |||||
void Walk2::fromJson(json_t* root) { | |||||
json_t* zo = json_object_get(root, ZOOM_OUT_KEY); | |||||
if (zo) { | |||||
_zoomOut = json_is_true(zo); | |||||
} | |||||
json_t* g = json_object_get(root, GRID_KEY); | |||||
if (g) { | |||||
_drawGrid = json_is_true(g); | |||||
} | |||||
json_t* c = json_object_get(root, COLOR_KEY); | |||||
if (c) { | |||||
_traceColor = (TraceColor)json_integer_value(c); | |||||
} | |||||
} | |||||
inline float scaleRate(float rate) { | |||||
return 0.2f * powf(rate, 5.0f); | |||||
} | |||||
void Walk2::step() { | |||||
++_modulationStep; | ++_modulationStep; | ||||
if (_modulationStep >= modulationSteps) { | if (_modulationStep >= modulationSteps) { | ||||
_modulationStep = 0; | _modulationStep = 0; | ||||
float sampleRate = engineGetSampleRate(); | |||||
float rateX = params[RATE_X_PARAM].value; | float rateX = params[RATE_X_PARAM].value; | ||||
if (inputs[RATE_X_INPUT].active) { | if (inputs[RATE_X_INPUT].active) { | ||||
rateX *= clamp(inputs[RATE_X_INPUT].value / 10.0f, 0.0f, 1.0f); | rateX *= clamp(inputs[RATE_X_INPUT].value / 10.0f, 0.0f, 1.0f); | ||||
} | } | ||||
rateX *= rateX; | |||||
rateX *= rateX; | |||||
_walkX.setParams(engineGetSampleRate(), rateX); | |||||
rateX = scaleRate(rateX); | |||||
_walkX.setParams(sampleRate, rateX); | |||||
_slewX.setParams(sampleRate, std::max((1.0f - rateX) * 100.0f, 0.0f), 10.0f); | |||||
_offsetX = params[OFFSET_X_PARAM].value; | |||||
if (inputs[OFFSET_X_INPUT].active) { | |||||
_offsetX *= clamp(inputs[OFFSET_X_INPUT].value / 5.0f, -1.0f, 1.0f); | |||||
} | |||||
_offsetX *= 5.0f; | |||||
_scaleX = params[SCALE_X_PARAM].value; | |||||
if (inputs[SCALE_X_INPUT].active) { | |||||
_scaleX *= clamp(inputs[SCALE_X_INPUT].value / 10.0f, 0.0f, 1.0f); | |||||
} | |||||
float rateY = params[RATE_Y_PARAM].value; | float rateY = params[RATE_Y_PARAM].value; | ||||
if (inputs[RATE_Y_INPUT].active) { | if (inputs[RATE_Y_INPUT].active) { | ||||
rateY *= clamp(inputs[RATE_Y_INPUT].value / 10.0f, 0.0f, 1.0f); | rateY *= clamp(inputs[RATE_Y_INPUT].value / 10.0f, 0.0f, 1.0f); | ||||
} | } | ||||
rateY *= rateY; | |||||
rateY *= rateY; | |||||
_walkY.setParams(engineGetSampleRate(), rateY); | |||||
rateY = scaleRate(rateY); | |||||
_walkY.setParams(sampleRate, rateY); | |||||
_slewY.setParams(sampleRate, std::max((1.0f - rateY) * 100.0f, 0.0f), 10.0f); | |||||
_offsetY = params[OFFSET_Y_PARAM].value; | |||||
if (inputs[OFFSET_Y_INPUT].active) { | |||||
_offsetY *= clamp(inputs[OFFSET_Y_INPUT].value / 5.0f, -1.0f, 1.0f); | |||||
} | |||||
_offsetY *= 5.0f; | |||||
_scaleY = params[SCALE_Y_PARAM].value; | |||||
if (inputs[SCALE_Y_INPUT].active) { | |||||
_scaleY *= clamp(inputs[SCALE_Y_INPUT].value / 10.0f, 0.0f, 1.0f); | |||||
} | |||||
} | } | ||||
if (_jumpTrigger.process(inputs[JUMP_INPUT].value)) { | |||||
Vec* jumpTo = _jumpTo; | |||||
if (jumpTo != NULL) { | |||||
_jumpTo = NULL; | |||||
_walkX.tell(jumpTo->x); | |||||
_walkY.tell(jumpTo->y); | |||||
delete jumpTo; | |||||
} | |||||
else if (_jumpTrigger.process(inputs[JUMP_INPUT].value)) { | |||||
_walkX.jump(); | _walkX.jump(); | ||||
_walkY.jump(); | _walkY.jump(); | ||||
} | } | ||||
float outX = _walkX.next(); | |||||
outX *= params[SCALE_X_PARAM].value; | |||||
outX += params[OFFSET_X_PARAM].value * 5.0f; | |||||
float outX = _slewX.next(_walkX.next()); | |||||
outX *= _scaleX; | |||||
outX += _offsetX; | |||||
outputs[OUT_X_OUTPUT].value = outX; | outputs[OUT_X_OUTPUT].value = outX; | ||||
bool triggeredX = _triggerX.process(inputs[HOLD_X_INPUT].value); | |||||
if (params[TRACK_X_PARAM].value > 0.5f ? _triggerX.isHigh() : triggeredX) { | |||||
_holdX = outX; | |||||
} | |||||
outputs[HOLD_X_OUTPUT].value = _holdX; | |||||
float outY = _walkY.next(); | |||||
outY *= params[SCALE_Y_PARAM].value; | |||||
outY += params[OFFSET_Y_PARAM].value * 5.0f; | |||||
float outY = _slewY.next(_walkY.next()); | |||||
outY *= _scaleY; | |||||
outY += _offsetY; | |||||
outputs[OUT_Y_OUTPUT].value = outY; | outputs[OUT_Y_OUTPUT].value = outY; | ||||
bool triggeredY = _triggerY.process(inputs[HOLD_Y_INPUT].value); | |||||
if (params[TRACK_Y_PARAM].value > 0.5f ? _triggerY.isHigh() : triggeredY) { | |||||
_holdY = outY; | |||||
} | |||||
outputs[HOLD_Y_OUTPUT].value = _holdY; | |||||
outputs[DISTANCE_OUTPUT].value = sqrtf(outX*outX + outY*outY) * 0.707107f; // scaling constant is 10 / squrt(200) | outputs[DISTANCE_OUTPUT].value = sqrtf(outX*outX + outY*outY) * 0.707107f; // scaling constant is 10 / squrt(200) | ||||
if (_historyStep == 0) { | if (_historyStep == 0) { | ||||
_outsX.push(outX); | _outsX.push(outX); | ||||
_holdsX.push(_holdX); | |||||
_outsY.push(outY); | _outsY.push(outY); | ||||
_holdsY.push(_holdY); | |||||
} | } | ||||
++_historyStep; | ++_historyStep; | ||||
_historyStep %= _historySteps; | _historyStep %= _historySteps; | ||||
@@ -81,15 +123,14 @@ struct Walk2Display : TransparentWidget { | |||||
const int _insetAround = 4; | const int _insetAround = 4; | ||||
const NVGcolor _axisColor = nvgRGBA(0xff, 0xff, 0xff, 0x70); | const NVGcolor _axisColor = nvgRGBA(0xff, 0xff, 0xff, 0x70); | ||||
const NVGcolor _textColor = nvgRGBA(0xff, 0xff, 0xff, 0xc0); | |||||
const NVGcolor _traceColor = nvgRGBA(0xff, 0x00, 0x00, 0xd0); | |||||
const NVGcolor _holdColor = nvgRGBA(0x00, 0xff, 0x00, 0xd0); | |||||
const NVGcolor _defaultTraceColor = nvgRGBA(0x00, 0xff, 0x00, 0xee); | |||||
Walk2* _module; | Walk2* _module; | ||||
const Vec _size; | const Vec _size; | ||||
const Vec _drawSize; | const Vec _drawSize; | ||||
int _midX, _midY; | int _midX, _midY; | ||||
std::shared_ptr<Font> _font; | std::shared_ptr<Font> _font; | ||||
NVGcolor _traceColor = _defaultTraceColor; | |||||
Walk2Display( | Walk2Display( | ||||
Walk2* module, | Walk2* module, | ||||
@@ -97,22 +138,65 @@ struct Walk2Display : TransparentWidget { | |||||
) | ) | ||||
: _module(module) | : _module(module) | ||||
, _size(size) | , _size(size) | ||||
, _drawSize(_size.x - 2*_insetAround, _size.y - 2*_insetAround) | |||||
, _midX(_size.x / 2) | |||||
, _midY(_size.y / 2) | |||||
, _drawSize(2 * (_size.x - 2 * _insetAround), 2 * (_size.y - 2 * _insetAround)) | |||||
, _midX(_insetAround + _drawSize.x/2) | |||||
, _midY(_insetAround + _drawSize.y/2) | |||||
, _font(Font::load(assetPlugin(plugin, "res/fonts/inconsolata.ttf"))) | , _font(Font::load(assetPlugin(plugin, "res/fonts/inconsolata.ttf"))) | ||||
{ | { | ||||
} | } | ||||
void onMouseDown(EventMouseDown& e) override { | |||||
if ( | |||||
e.pos.x > _insetAround && | |||||
e.pos.x < _size.x - _insetAround && | |||||
e.pos.y > _insetAround && | |||||
e.pos.y < _size.y - _insetAround | |||||
) { | |||||
float x = 20.0f * ((e.pos.x - _insetAround) / (float)_drawSize.x); | |||||
x -= 5.0f; | |||||
float y = 20.0f * ((e.pos.y - _insetAround) / (float)_drawSize.y); | |||||
y = 5.0f - y; | |||||
_module->_jumpTo = new Vec(x, y); | |||||
} | |||||
} | |||||
void draw(NVGcontext* vg) override { | void draw(NVGcontext* vg) override { | ||||
switch (_module->_traceColor) { | |||||
case Walk2::ORANGE_TRACE_COLOR: { | |||||
_traceColor = nvgRGBA(0xff, 0x80, 0x00, 0xee); | |||||
break; | |||||
} | |||||
case Walk2::RED_TRACE_COLOR: { | |||||
_traceColor = nvgRGBA(0xff, 0x00, 0x00, 0xee); | |||||
break; | |||||
} | |||||
case Walk2::BLUE_TRACE_COLOR: { | |||||
_traceColor = nvgRGBA(0x00, 0xdd, 0xff, 0xee); | |||||
break; | |||||
} | |||||
case Walk2::GREEN_TRACE_COLOR: | |||||
default: { | |||||
_traceColor = _defaultTraceColor; | |||||
} | |||||
} | |||||
drawBackground(vg); | drawBackground(vg); | ||||
float strokeWidth = std::max(1.0f, 3 - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | float strokeWidth = std::max(1.0f, 3 - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | ||||
nvgSave(vg); | nvgSave(vg); | ||||
nvgScissor(vg, _insetAround, _insetAround, _size.x - _insetAround, _size.y - _insetAround); | |||||
nvgScissor(vg, _insetAround, _insetAround, _drawSize.x / 2, _drawSize.y / 2); | |||||
if (_module->_zoomOut) { | |||||
nvgScale(vg, 0.5f, 0.5f); | |||||
strokeWidth *= 2.0f; | |||||
} | |||||
else { | |||||
float tx = 1.0f + (clamp(_module->_offsetX, -5.0f, 5.0f) / 5.0f); | |||||
tx *= -_drawSize.x / 4; | |||||
float ty = 1.0f - (clamp(_module->_offsetY, -5.0f, 5.0f) / 5.0f); | |||||
ty *= -_drawSize.y / 4; | |||||
nvgTranslate(vg, tx, ty); | |||||
} | |||||
drawAxes(vg, strokeWidth); | drawAxes(vg, strokeWidth); | ||||
drawTrace(vg, _traceColor, _module->_outsX, _module->_outsY); | drawTrace(vg, _traceColor, _module->_outsX, _module->_outsY); | ||||
drawTrace(vg, _holdColor, _module->_holdsX, _module->_holdsY); | |||||
nvgRestore(vg); | nvgRestore(vg); | ||||
} | } | ||||
@@ -128,26 +212,142 @@ struct Walk2Display : TransparentWidget { | |||||
} | } | ||||
void drawAxes(NVGcontext* vg, float strokeWidth) { | void drawAxes(NVGcontext* vg, float strokeWidth) { | ||||
const float shortTick = 4.0f; | |||||
const float longTick = 8.0f; | |||||
float dot = 0.5f * strokeWidth; | |||||
nvgSave(vg); | nvgSave(vg); | ||||
nvgStrokeColor(vg, _axisColor); | nvgStrokeColor(vg, _axisColor); | ||||
nvgStrokeWidth(vg, strokeWidth); | nvgStrokeWidth(vg, strokeWidth); | ||||
nvgBeginPath(vg); | nvgBeginPath(vg); | ||||
nvgMoveTo(vg, _insetAround, _midY); | nvgMoveTo(vg, _insetAround, _midY); | ||||
nvgLineTo(vg, _size.x - _insetAround, _midY); | |||||
nvgLineTo(vg, _insetAround + _drawSize.x, _midY); | |||||
nvgStroke(vg); | nvgStroke(vg); | ||||
nvgBeginPath(vg); | nvgBeginPath(vg); | ||||
nvgMoveTo(vg, _midX, _insetAround); | nvgMoveTo(vg, _midX, _insetAround); | ||||
nvgLineTo(vg, _midX, _size.y - _insetAround); | |||||
nvgLineTo(vg, _midX, _insetAround + _drawSize.y); | |||||
nvgStroke(vg); | nvgStroke(vg); | ||||
for (int i = 1; i <= 10; ++i) { | |||||
float tick = i % 5 == 0 ? longTick : shortTick; | |||||
float x = (i * 0.1f) * 0.5f * _drawSize.x; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX + x, _midY - tick); | |||||
nvgLineTo(vg, _midX + x, _midY + tick); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX - x, _midY - tick); | |||||
nvgLineTo(vg, _midX - x, _midY + tick); | |||||
nvgStroke(vg); | |||||
float y = (i * 0.1f) * 0.5f * _drawSize.y; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX - tick, _midY + y); | |||||
nvgLineTo(vg, _midX + tick, _midY + y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX - tick, _midY - y); | |||||
nvgLineTo(vg, _midX + tick, _midY - y); | |||||
nvgStroke(vg); | |||||
if (_module->_drawGrid) { | |||||
for (int j = 1; j <= 10; ++j) { | |||||
float y = (j * 0.1f) * 0.5f * _drawSize.y; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX + x - dot, _midY + y); | |||||
nvgLineTo(vg, _midX + x + dot, _midY + y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX - x - dot, _midY + y); | |||||
nvgLineTo(vg, _midX - x + dot, _midY + y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX - x - dot, _midY - y); | |||||
nvgLineTo(vg, _midX - x + dot, _midY - y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, _midX + x - dot, _midY - y); | |||||
nvgLineTo(vg, _midX + x + dot, _midY - y); | |||||
nvgStroke(vg); | |||||
} | |||||
} | |||||
} | |||||
if (_module->_drawGrid) { | |||||
const float tick = shortTick; | |||||
{ | |||||
float x = _midX - _drawSize.x / 4; | |||||
float y = _midY - _drawSize.y / 4; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x - tick, y); | |||||
nvgLineTo(vg, x + tick, y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x, y - tick); | |||||
nvgLineTo(vg, x, y + tick); | |||||
nvgStroke(vg); | |||||
} | |||||
{ | |||||
float x = _midX + _drawSize.x / 4; | |||||
float y = _midY - _drawSize.y / 4; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x - tick, y); | |||||
nvgLineTo(vg, x + tick, y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x, y - tick); | |||||
nvgLineTo(vg, x, y + tick); | |||||
nvgStroke(vg); | |||||
} | |||||
{ | |||||
float x = _midX + _drawSize.x / 4; | |||||
float y = _midY + _drawSize.y / 4; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x - tick, y); | |||||
nvgLineTo(vg, x + tick, y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x, y - tick); | |||||
nvgLineTo(vg, x, y + tick); | |||||
nvgStroke(vg); | |||||
} | |||||
{ | |||||
float x = _midX - _drawSize.x / 4; | |||||
float y = _midY + _drawSize.y / 4; | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x - tick, y); | |||||
nvgLineTo(vg, x + tick, y); | |||||
nvgStroke(vg); | |||||
nvgBeginPath(vg); | |||||
nvgMoveTo(vg, x, y - tick); | |||||
nvgLineTo(vg, x, y + tick); | |||||
nvgStroke(vg); | |||||
} | |||||
} | |||||
nvgRestore(vg); | nvgRestore(vg); | ||||
} | } | ||||
void drawTrace(NVGcontext* vg, NVGcolor color, HistoryBuffer<float>& x, HistoryBuffer<float>& y) { | void drawTrace(NVGcontext* vg, NVGcolor color, HistoryBuffer<float>& x, HistoryBuffer<float>& y) { | ||||
nvgSave(vg); | nvgSave(vg); | ||||
nvgGlobalCompositeOperation(vg, NVG_LIGHTER); | |||||
// nvgGlobalCompositeOperation(vg, NVG_LIGHTER); | |||||
// int n = _module->historyPoints; | // int n = _module->historyPoints; | ||||
// float beginRadius = std::max(1.0f, 2.0f - gRackScene->zoomWidget->zoom); | // float beginRadius = std::max(1.0f, 2.0f - gRackScene->zoomWidget->zoom); | ||||
@@ -169,6 +369,10 @@ struct Walk2Display : TransparentWidget { | |||||
int n = _module->historyPoints; | int n = _module->historyPoints; | ||||
float beginWidth = std::max(1.0f, 4.0f - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | float beginWidth = std::max(1.0f, 4.0f - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | ||||
float endWidth = std::max(0.5f, 2.0f - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | float endWidth = std::max(0.5f, 2.0f - RACK_PLUGIN_UI_RACKSCENE->zoomWidget->zoom); | ||||
if (_module->_zoomOut) { | |||||
beginWidth *= 2.0f; | |||||
endWidth *= 2.0f; | |||||
} | |||||
float widthStep = (beginWidth - endWidth) / (float)n; | float widthStep = (beginWidth - endWidth) / (float)n; | ||||
float width = endWidth; | float width = endWidth; | ||||
float endAlpha = 0.1f; | float endAlpha = 0.1f; | ||||
@@ -176,8 +380,8 @@ struct Walk2Display : TransparentWidget { | |||||
color.a = endAlpha; | color.a = endAlpha; | ||||
for (int i = n - 1; i > 0; --i) { | for (int i = n - 1; i > 0; --i) { | ||||
nvgBeginPath(vg); | nvgBeginPath(vg); | ||||
nvgMoveTo(vg, cvToPixel(_midX, _drawSize.x, x.value(i - 1)), cvToPixel(_midY, _drawSize.y, y.value(i - 1))); | |||||
nvgLineTo(vg, cvToPixel(_midX, _drawSize.x, x.value(i)), cvToPixel(_midY, _drawSize.y, y.value(i))); | |||||
nvgMoveTo(vg, cvToPixelX(_midX, _drawSize.x, x.value(i - 1)), cvToPixelY(_midY, _drawSize.y, y.value(i - 1))); | |||||
nvgLineTo(vg, cvToPixelX(_midX, _drawSize.x, x.value(i)), cvToPixelY(_midY, _drawSize.y, y.value(i))); | |||||
nvgStrokeWidth(vg, width); | nvgStrokeWidth(vg, width); | ||||
nvgStrokeColor(vg, color); | nvgStrokeColor(vg, color); | ||||
nvgStroke(vg); | nvgStroke(vg); | ||||
@@ -185,7 +389,7 @@ struct Walk2Display : TransparentWidget { | |||||
color.a += alphaStep; | color.a += alphaStep; | ||||
} | } | ||||
nvgBeginPath(vg); | nvgBeginPath(vg); | ||||
nvgCircle(vg, cvToPixel(_midX, _drawSize.x, x.value(0)), cvToPixel(_midY, _drawSize.y, y.value(0)), 0.5f * width); | |||||
nvgCircle(vg, cvToPixelX(_midX, _drawSize.x, x.value(0)), cvToPixelY(_midY, _drawSize.y, y.value(0)), 0.5f * width); | |||||
nvgStrokeColor(vg, color); | nvgStrokeColor(vg, color); | ||||
nvgFillColor(vg, color); | nvgFillColor(vg, color); | ||||
nvgStroke(vg); | nvgStroke(vg); | ||||
@@ -194,8 +398,68 @@ struct Walk2Display : TransparentWidget { | |||||
nvgRestore(vg); | nvgRestore(vg); | ||||
} | } | ||||
inline float cvToPixel(float mid, float extent, float cv) { | |||||
return mid + 0.1f * extent * cv; | |||||
inline float cvToPixelX(float mid, float extent, float cv) { | |||||
return mid + 0.05f * extent * cv; | |||||
} | |||||
inline float cvToPixelY(float mid, float extent, float cv) { | |||||
return mid - 0.05f * extent * cv; | |||||
} | |||||
}; | |||||
struct ZoomOutMenuItem : MenuItem { | |||||
Walk2* _module; | |||||
const bool _zoomOut; | |||||
ZoomOutMenuItem(Walk2* module, const char* label, bool zoomOut) | |||||
: _module(module) | |||||
, _zoomOut(zoomOut) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_zoomOut = _zoomOut; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_zoomOut == _zoomOut ? "?" : ""; | |||||
} | |||||
}; | |||||
struct GridMenuItem : MenuItem { | |||||
Walk2* _module; | |||||
GridMenuItem(Walk2* module, const char* label) : _module(module) { | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_drawGrid = !_module->_drawGrid; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_drawGrid ? "?" : ""; | |||||
} | |||||
}; | |||||
struct ColorMenuItem : MenuItem { | |||||
Walk2* _module; | |||||
const Walk2::TraceColor _color; | |||||
ColorMenuItem(Walk2* module, const char* label, Walk2::TraceColor color) | |||||
: _module(module) | |||||
, _color(color) | |||||
{ | |||||
this->text = label; | |||||
} | |||||
void onAction(EventAction &e) override { | |||||
_module->_traceColor = _color; | |||||
} | |||||
void step() override { | |||||
rightText = _module->_traceColor == _color ? "?" : ""; | |||||
} | } | ||||
}; | }; | ||||
@@ -234,23 +498,18 @@ struct Walk2Widget : ModuleWidget { | |||||
auto offsetYParamPosition = Vec(119.0, 234.0); | auto offsetYParamPosition = Vec(119.0, 234.0); | ||||
auto scaleXParamPosition = Vec(75.0, 262.5); | auto scaleXParamPosition = Vec(75.0, 262.5); | ||||
auto scaleYParamPosition = Vec(119.0, 262.5); | auto scaleYParamPosition = Vec(119.0, 262.5); | ||||
auto trackXParamPosition = Vec(94.0, 290.7); | |||||
auto trackYParamPosition = Vec(131.0, 290.7); | |||||
auto holdXInputPosition = Vec(10.5, 284.0); | |||||
auto offsetXInputPosition = Vec(10.5, 284.0); | |||||
auto scaleXInputPosition = Vec(41.5, 284.0); | |||||
auto rateXInputPosition = Vec(10.5, 323.0); | auto rateXInputPosition = Vec(10.5, 323.0); | ||||
auto holdYInputPosition = Vec(145.5, 284.0); | |||||
auto offsetYInputPosition = Vec(145.5, 284.0); | |||||
auto scaleYInputPosition = Vec(176.5, 284.0); | |||||
auto rateYInputPosition = Vec(145.5, 323.0); | auto rateYInputPosition = Vec(145.5, 323.0); | ||||
auto jumpInputPosition = Vec(78.0, 313.0); | |||||
auto jumpInputPosition = Vec(78.0, 303.0); | |||||
auto holdXOutputPosition = Vec(41.5, 284.0); | |||||
auto outXOutputPosition = Vec(41.5, 323.0); | auto outXOutputPosition = Vec(41.5, 323.0); | ||||
auto holdYOutputPosition = Vec(176.5, 284.0); | |||||
auto outYOutputPosition = Vec(176.5, 323.0); | auto outYOutputPosition = Vec(176.5, 323.0); | ||||
auto distanceOutputPosition = Vec(109.0, 313.0); | |||||
auto trackXLightPosition = Vec(72.0, 292.0); | |||||
auto trackYLightPosition = Vec(109.0, 292.0); | |||||
auto distanceOutputPosition = Vec(109.0, 303.0); | |||||
// end generated by svg_widgets.rb | // end generated by svg_widgets.rb | ||||
addParam(ParamWidget::create<Knob29>(rateXParamPosition, module, Walk2::RATE_X_PARAM, 0.0, 1.0, 0.1)); | addParam(ParamWidget::create<Knob29>(rateXParamPosition, module, Walk2::RATE_X_PARAM, 0.0, 1.0, 0.1)); | ||||
@@ -259,23 +518,34 @@ struct Walk2Widget : ModuleWidget { | |||||
addParam(ParamWidget::create<Knob16>(offsetYParamPosition, module, Walk2::OFFSET_Y_PARAM, -1.0, 1.0, 0.0)); | addParam(ParamWidget::create<Knob16>(offsetYParamPosition, module, Walk2::OFFSET_Y_PARAM, -1.0, 1.0, 0.0)); | ||||
addParam(ParamWidget::create<Knob16>(scaleXParamPosition, module, Walk2::SCALE_X_PARAM, 0.0, 1.0, 1.0)); | addParam(ParamWidget::create<Knob16>(scaleXParamPosition, module, Walk2::SCALE_X_PARAM, 0.0, 1.0, 1.0)); | ||||
addParam(ParamWidget::create<Knob16>(scaleYParamPosition, module, Walk2::SCALE_Y_PARAM, 0.0, 1.0, 1.0)); | addParam(ParamWidget::create<Knob16>(scaleYParamPosition, module, Walk2::SCALE_Y_PARAM, 0.0, 1.0, 1.0)); | ||||
addParam(ParamWidget::create<StatefulButton9>(trackXParamPosition, module, Walk2::TRACK_X_PARAM, 0.0, 1.0, 0.0)); | |||||
addParam(ParamWidget::create<StatefulButton9>(trackYParamPosition, module, Walk2::TRACK_Y_PARAM, 0.0, 1.0, 0.0)); | |||||
addInput(Port::create<Port24>(holdXInputPosition, Port::INPUT, module, Walk2::HOLD_X_INPUT)); | |||||
addInput(Port::create<Port24>(offsetXInputPosition, Port::INPUT, module, Walk2::OFFSET_X_INPUT)); | |||||
addInput(Port::create<Port24>(scaleXInputPosition, Port::INPUT, module, Walk2::SCALE_X_INPUT)); | |||||
addInput(Port::create<Port24>(rateXInputPosition, Port::INPUT, module, Walk2::RATE_X_INPUT)); | addInput(Port::create<Port24>(rateXInputPosition, Port::INPUT, module, Walk2::RATE_X_INPUT)); | ||||
addInput(Port::create<Port24>(holdYInputPosition, Port::INPUT, module, Walk2::HOLD_Y_INPUT)); | |||||
addInput(Port::create<Port24>(offsetYInputPosition, Port::INPUT, module, Walk2::OFFSET_Y_INPUT)); | |||||
addInput(Port::create<Port24>(scaleYInputPosition, Port::INPUT, module, Walk2::SCALE_Y_INPUT)); | |||||
addInput(Port::create<Port24>(rateYInputPosition, Port::INPUT, module, Walk2::RATE_Y_INPUT)); | addInput(Port::create<Port24>(rateYInputPosition, Port::INPUT, module, Walk2::RATE_Y_INPUT)); | ||||
addInput(Port::create<Port24>(jumpInputPosition, Port::INPUT, module, Walk2::JUMP_INPUT)); | addInput(Port::create<Port24>(jumpInputPosition, Port::INPUT, module, Walk2::JUMP_INPUT)); | ||||
addOutput(Port::create<Port24>(holdXOutputPosition, Port::OUTPUT, module, Walk2::HOLD_X_OUTPUT)); | |||||
addOutput(Port::create<Port24>(outXOutputPosition, Port::OUTPUT, module, Walk2::OUT_X_OUTPUT)); | addOutput(Port::create<Port24>(outXOutputPosition, Port::OUTPUT, module, Walk2::OUT_X_OUTPUT)); | ||||
addOutput(Port::create<Port24>(holdYOutputPosition, Port::OUTPUT, module, Walk2::HOLD_Y_OUTPUT)); | |||||
addOutput(Port::create<Port24>(outYOutputPosition, Port::OUTPUT, module, Walk2::OUT_Y_OUTPUT)); | addOutput(Port::create<Port24>(outYOutputPosition, Port::OUTPUT, module, Walk2::OUT_Y_OUTPUT)); | ||||
addOutput(Port::create<Port24>(distanceOutputPosition, Port::OUTPUT, module, Walk2::DISTANCE_OUTPUT)); | addOutput(Port::create<Port24>(distanceOutputPosition, Port::OUTPUT, module, Walk2::DISTANCE_OUTPUT)); | ||||
} | |||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(trackXLightPosition, module, Walk2::TRACK_X_LIGHT)); | |||||
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(trackYLightPosition, module, Walk2::TRACK_Y_LIGHT)); | |||||
void appendContextMenu(Menu* menu) override { | |||||
Walk2* w = dynamic_cast<Walk2*>(module); | |||||
assert(w); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new ZoomOutMenuItem(w, "Display range: +/-5V", false)); | |||||
menu->addChild(new ZoomOutMenuItem(w, "Display range: +/-10V", true)); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new GridMenuItem(w, "Show grid")); | |||||
menu->addChild(new MenuLabel()); | |||||
menu->addChild(new ColorMenuItem(w, "Trace color: green", Walk2::GREEN_TRACE_COLOR)); | |||||
menu->addChild(new ColorMenuItem(w, "Trace color: orange", Walk2::ORANGE_TRACE_COLOR)); | |||||
menu->addChild(new ColorMenuItem(w, "Trace color: red", Walk2::RED_TRACE_COLOR)); | |||||
menu->addChild(new ColorMenuItem(w, "Trace color: blue", Walk2::BLUE_TRACE_COLOR)); | |||||
} | } | ||||
}; | }; | ||||
@@ -1,8 +1,11 @@ | |||||
#pragma once | #pragma once | ||||
#include <atomic> | |||||
#include "bogaudio.hpp" | #include "bogaudio.hpp" | ||||
#include "dsp/buffer.hpp" | #include "dsp/buffer.hpp" | ||||
#include "dsp/noise.hpp" | #include "dsp/noise.hpp" | ||||
#include "dsp/signal.hpp" | |||||
using namespace bogaudio::dsp; | using namespace bogaudio::dsp; | ||||
@@ -18,32 +21,28 @@ struct Walk2 : Module { | |||||
OFFSET_Y_PARAM, | OFFSET_Y_PARAM, | ||||
SCALE_X_PARAM, | SCALE_X_PARAM, | ||||
SCALE_Y_PARAM, | SCALE_Y_PARAM, | ||||
TRACK_X_PARAM, | |||||
TRACK_Y_PARAM, | |||||
NUM_PARAMS | NUM_PARAMS | ||||
}; | }; | ||||
enum InputsIds { | enum InputsIds { | ||||
HOLD_X_INPUT, | |||||
OFFSET_X_INPUT, | |||||
SCALE_X_INPUT, | |||||
RATE_X_INPUT, | RATE_X_INPUT, | ||||
HOLD_Y_INPUT, | |||||
OFFSET_Y_INPUT, | |||||
SCALE_Y_INPUT, | |||||
RATE_Y_INPUT, | RATE_Y_INPUT, | ||||
JUMP_INPUT, | JUMP_INPUT, | ||||
NUM_INPUTS | NUM_INPUTS | ||||
}; | }; | ||||
enum OutputsIds { | enum OutputsIds { | ||||
HOLD_X_OUTPUT, | |||||
OUT_X_OUTPUT, | OUT_X_OUTPUT, | ||||
HOLD_Y_OUTPUT, | |||||
OUT_Y_OUTPUT, | OUT_Y_OUTPUT, | ||||
DISTANCE_OUTPUT, | DISTANCE_OUTPUT, | ||||
NUM_OUTPUTS | NUM_OUTPUTS | ||||
}; | }; | ||||
enum LightsIds { | enum LightsIds { | ||||
TRACK_X_LIGHT, | |||||
TRACK_Y_LIGHT, | |||||
NUM_LIGHTS | NUM_LIGHTS | ||||
}; | }; | ||||
@@ -55,18 +54,29 @@ struct Walk2 : Module { | |||||
int _historySteps; | int _historySteps; | ||||
int _historyStep = 0; | int _historyStep = 0; | ||||
Trigger _triggerX, _triggerY; | |||||
float _offsetX = 0.0f, _offsetY = 0.0f; | |||||
float _scaleX = 0.0f, _scaleY = 0.0f; | |||||
RandomWalk _walkX, _walkY; | RandomWalk _walkX, _walkY; | ||||
SlewLimiter _slewX, _slewY; | |||||
Trigger _jumpTrigger; | Trigger _jumpTrigger; | ||||
float _holdX = 0.0f, _holdY = 0.0f; | |||||
HistoryBuffer<float> _outsX, _outsY, _holdsX, _holdsY; | |||||
HistoryBuffer<float> _outsX, _outsY; | |||||
std::atomic<Vec*> _jumpTo; | |||||
enum TraceColor { | |||||
GREEN_TRACE_COLOR, | |||||
ORANGE_TRACE_COLOR, | |||||
RED_TRACE_COLOR, | |||||
BLUE_TRACE_COLOR | |||||
}; | |||||
bool _zoomOut = false; | |||||
bool _drawGrid = true; | |||||
TraceColor _traceColor = GREEN_TRACE_COLOR; | |||||
Walk2() | Walk2() | ||||
: Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) | : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) | ||||
, _outsX(historyPoints, 0.0f) | , _outsX(historyPoints, 0.0f) | ||||
, _outsY(historyPoints, 0.0f) | , _outsY(historyPoints, 0.0f) | ||||
, _holdsX(historyPoints, 0.0f) | |||||
, _holdsY(historyPoints, 0.0f) | |||||
, _jumpTo(NULL) | |||||
{ | { | ||||
onReset(); | onReset(); | ||||
onSampleRateChange(); | onSampleRateChange(); | ||||
@@ -74,6 +84,8 @@ struct Walk2 : Module { | |||||
void onReset() override; | void onReset() override; | ||||
void onSampleRateChange() override; | void onSampleRateChange() override; | ||||
json_t* toJson() override; | |||||
void fromJson(json_t* root) override; | |||||
void step() override; | void step() override; | ||||
}; | }; | ||||
@@ -144,10 +144,12 @@ RACK_PLUGIN_MODEL_DECLARE(Bogaudio, OneEight); | |||||
RACK_PLUGIN_MODEL_DECLARE(Bogaudio, Walk); | RACK_PLUGIN_MODEL_DECLARE(Bogaudio, Walk); | ||||
RACK_PLUGIN_MODEL_DECLARE(Bogaudio, Walk2); | RACK_PLUGIN_MODEL_DECLARE(Bogaudio, Walk2); | ||||
RACK_PLUGIN_MODEL_DECLARE(Bogaudio, Mix1); // 0.6.16 | |||||
RACK_PLUGIN_INIT(Bogaudio) { | RACK_PLUGIN_INIT(Bogaudio) { | ||||
RACK_PLUGIN_INIT_ID(); | RACK_PLUGIN_INIT_ID(); | ||||
RACK_PLUGIN_INIT_VERSION("0.6.14"); | |||||
RACK_PLUGIN_INIT_VERSION("0.6.16"); | |||||
RACK_PLUGIN_INIT_WEBSITE("https://github.com/bogaudio/BogaudioModules"); | RACK_PLUGIN_INIT_WEBSITE("https://github.com/bogaudio/BogaudioModules"); | ||||
RACK_PLUGIN_INIT_MANUAL("https://github.com/bogaudio/BogaudioModules/blob/master/README.md"); | RACK_PLUGIN_INIT_MANUAL("https://github.com/bogaudio/BogaudioModules/blob/master/README.md"); | ||||
@@ -238,4 +240,6 @@ RACK_PLUGIN_INIT(Bogaudio) { | |||||
RACK_PLUGIN_MODEL_ADD(Bogaudio, OneEight); | RACK_PLUGIN_MODEL_ADD(Bogaudio, OneEight); | ||||
RACK_PLUGIN_MODEL_ADD(Bogaudio, Walk); | RACK_PLUGIN_MODEL_ADD(Bogaudio, Walk); | ||||
RACK_PLUGIN_MODEL_ADD(Bogaudio, Walk2); | RACK_PLUGIN_MODEL_ADD(Bogaudio, Walk2); | ||||
RACK_PLUGIN_MODEL_ADD(Bogaudio, Mix1); // 0.6.16 | |||||
} | } |
@@ -34,20 +34,27 @@ void RandomWalk::setParams(float sampleRate, float change) { | |||||
const float maxDamp = 0.98; | const float maxDamp = 0.98; | ||||
const float minDamp = 0.9999; | const float minDamp = 0.9999; | ||||
_damp = maxDamp + (1 - change)*(minDamp - maxDamp); | |||||
_damp = maxDamp + (1.0f - change)*(minDamp - maxDamp); | |||||
_biasDamp = 1.0f - change*(2.0f / sampleRate); | |||||
} | } | ||||
void RandomWalk::jump() { | void RandomWalk::jump() { | ||||
// FIXME | |||||
_bias = _noise.next() * 5.0f; | |||||
tell(_noise.next() * 5.0f); | |||||
} | |||||
void RandomWalk::tell(float v) { | |||||
assert(v >= -5.0f && v <= 5.0f); | |||||
_last = _bias = v; | |||||
_filter.reset(); | _filter.reset(); | ||||
} | } | ||||
float RandomWalk::_next() { | float RandomWalk::_next() { | ||||
float delta = _noise.next(); | float delta = _noise.next(); | ||||
if ((_lastOut >= _max - _bias && delta > 0.0f) || (_lastOut <= _min - _bias && delta < 0.0f)) { | |||||
if ((_lastOut >= _max && delta > 0.0f) || (_lastOut <= _min && delta < 0.0f)) { | |||||
delta = -delta; | delta = -delta; | ||||
} | } | ||||
_last = _damp*_last + delta; | _last = _damp*_last + delta; | ||||
_bias *= _biasDamp; | |||||
return _lastOut = std::min(std::max(_bias + _filter.next(_last), _min), _max); | return _lastOut = std::min(std::max(_bias + _filter.next(_last), _min), _max); | ||||
} | } |
@@ -93,6 +93,7 @@ struct RandomWalk : Generator { | |||||
float _lastOut = 0.0f; | float _lastOut = 0.0f; | ||||
float _damp; | float _damp; | ||||
float _bias = 0.0f; | float _bias = 0.0f; | ||||
float _biasDamp = 1.0f; | |||||
WhiteNoiseGenerator _noise; | WhiteNoiseGenerator _noise; | ||||
LowPassFilter _filter; | LowPassFilter _filter; | ||||
@@ -110,6 +111,7 @@ struct RandomWalk : Generator { | |||||
void setParams(float sampleRate = 1000.0f, float change = 0.5f); | void setParams(float sampleRate = 1000.0f, float change = 0.5f); | ||||
void jump(); | void jump(); | ||||
void tell(float v); | |||||
float _next() override; | float _next() override; | ||||
}; | }; | ||||
@@ -495,3 +495,22 @@ float NoiseGate::compressionDb(float detectorDb, float thresholdDb, float ratio, | |||||
float compressionDb = differenceDb * ratio - differenceDb; | float compressionDb = differenceDb * ratio - differenceDb; | ||||
return std::min(compressionDb, -Amplifier::minDecibels); | return std::min(compressionDb, -Amplifier::minDecibels); | ||||
} | } | ||||
void Timer::setParams(float sampleRate, float time) { | |||||
assert(sampleRate > 0.0f); | |||||
assert(time > 0.0f); | |||||
// FIXME: if the timer is running, should set the duration to reflect the time elapsed so far, adjusting it for the delta samplerate. | |||||
_durationSteps = time * sampleRate; | |||||
} | |||||
void Timer::reset() { | |||||
_expired = false; | |||||
_countSteps = 0; | |||||
} | |||||
bool Timer::next() { | |||||
++_countSteps; | |||||
_expired = _expired || _countSteps >= _durationSteps; | |||||
return !_expired; | |||||
} |
@@ -238,5 +238,19 @@ struct NoiseGate { | |||||
float compressionDb(float detectorDb, float thresholdDb, float ratio, bool softKnee); | float compressionDb(float detectorDb, float thresholdDb, float ratio, bool softKnee); | ||||
}; | }; | ||||
struct Timer { | |||||
bool _expired; | |||||
int _countSteps; | |||||
int _durationSteps; | |||||
Timer(float sampleRate = 1000.0f, float time = 1.0f) { | |||||
setParams(sampleRate, time); | |||||
reset(); | |||||
} | |||||
void setParams(float sampleRate = 1000.0f, float time = 1.0f); | |||||
void reset(); | |||||
bool next(); | |||||
}; | |||||
} // namespace dsp | } // namespace dsp | ||||
} // namespace bogaudio | } // namespace bogaudio |
@@ -27,7 +27,7 @@ struct LFOBase : Module { | |||||
json_t* toJson() override; | json_t* toJson() override; | ||||
void fromJson(json_t* root) override; | void fromJson(json_t* root) override; | ||||
bool isCompliantPitchMode() { return _pitchMode == COMPLIANT_PITCH_MODE; } | |||||
bool isCompliantPitchMode() { return _pitchMode != CLASSIC_PITCH_MODE; } | |||||
void setPitchMode(PitchMode mode); | void setPitchMode(PitchMode mode); | ||||
void setPitchModeListener(PitchModeListener* listener) { _pitchModeListener = listener; } | void setPitchModeListener(PitchModeListener* listener) { _pitchModeListener = listener; } | ||||
void setFrequency(bool slow, Param& frequency, Input& pitch, Phasor& phasor); | void setFrequency(bool slow, Param& frequency, Input& pitch, Phasor& phasor); | ||||
@@ -106,8 +106,8 @@ struct LFOBaseWidget : ModuleWidget, PitchModeListener { | |||||
LFOBase* lfo = dynamic_cast<LFOBase*>(module); | LFOBase* lfo = dynamic_cast<LFOBase*>(module); | ||||
assert(lfo); | assert(lfo); | ||||
menu->addChild(new MenuLabel()); | menu->addChild(new MenuLabel()); | ||||
menu->addChild(new PitchModeMenuItem(lfo, "Classic pitch mode: 0V = C0 = 16.35HZ", false)); | |||||
menu->addChild(new PitchModeMenuItem(lfo, "Standard pitch mode: 0V = C-3 = 2.04HZ", true)); | menu->addChild(new PitchModeMenuItem(lfo, "Standard pitch mode: 0V = C-3 = 2.04HZ", true)); | ||||
menu->addChild(new PitchModeMenuItem(lfo, "Classic pitch mode: 0V = C0 = 16.35HZ", false)); | |||||
} | } | ||||
}; | }; | ||||
@@ -18,7 +18,11 @@ void MixerChannel::next(bool stereo, bool solo) { | |||||
return; | return; | ||||
} | } | ||||
bool muted = solo ? _muteParam.value < 2.0f : _muteParam.value > 0.5f; | |||||
float mute = _muteParam.value; | |||||
if (_muteInput) { | |||||
mute += clamp(_muteInput->value, 0.0f, 10.0f); | |||||
} | |||||
bool muted = solo ? mute < 2.0f : mute > 0.5f; | |||||
if (muted) { | if (muted) { | ||||
_amplifier.setLevel(_levelSL.next(minDecibels)); | _amplifier.setLevel(_levelSL.next(minDecibels)); | ||||
} | } | ||||
@@ -25,6 +25,7 @@ struct MixerChannel { | |||||
Input& _inInput; | Input& _inInput; | ||||
Input& _levelInput; | Input& _levelInput; | ||||
Input& _panInput; | Input& _panInput; | ||||
Input* _muteInput; | |||||
float out = 0.0f; | float out = 0.0f; | ||||
float left = 0.0f; | float left = 0.0f; | ||||
@@ -38,7 +39,8 @@ struct MixerChannel { | |||||
Input& in, | Input& in, | ||||
Input& levelCv, | Input& levelCv, | ||||
Input& panCv, | Input& panCv, | ||||
float sampleRate = 1000.0f | |||||
float sampleRate = 1000.0f, | |||||
Input* muteCv = NULL | |||||
) | ) | ||||
: _levelParam(level) | : _levelParam(level) | ||||
, _panParam(pan) | , _panParam(pan) | ||||
@@ -46,6 +48,7 @@ struct MixerChannel { | |||||
, _inInput(in) | , _inInput(in) | ||||
, _levelInput(levelCv) | , _levelInput(levelCv) | ||||
, _panInput(panCv) | , _panInput(panCv) | ||||
, _muteInput(muteCv) | |||||
{ | { | ||||
setSampleRate(sampleRate); | setSampleRate(sampleRate); | ||||
_rms.setSensitivity(0.05f); | _rms.setSensitivity(0.05f); | ||||
@@ -5,6 +5,7 @@ Modules for [VCV Rack](https://github.com/VCVRack/Rack), an open-source Eurorack | |||||
- [Oscillators](#oscillators) | - [Oscillators](#oscillators) | ||||
- [LFOs](#lfos) | - [LFOs](#lfos) | ||||
- [Envelopes and Envelope Utilities](#envelopes) | - [Envelopes and Envelope Utilities](#envelopes) | ||||
- [Noise/Random, Sample and Hold](#random) | |||||
- [Mixers, Panners and VCAs](#mixers) | - [Mixers, Panners and VCAs](#mixers) | ||||
- [Effects and Dynamics](#effects) | - [Effects and Dynamics](#effects) | ||||
- [Sequential Switches and Sequencers](#sequencers) | - [Sequential Switches and Sequencers](#sequencers) | ||||
@@ -17,6 +18,8 @@ Modules for [VCV Rack](https://github.com/VCVRack/Rack), an open-source Eurorack | |||||
 |  | ||||
 | |||||
 |  | ||||
 |  | ||||
@@ -180,17 +183,53 @@ An envelope follower, a utility that converts its input to a CV proportional to | |||||
With DAMP at the minimum setting and SCALE at half, the module is an effective wave rectifier (that is, it outputs the absolute value of the input). | With DAMP at the minimum setting and SCALE at half, the module is an effective wave rectifier (that is, it outputs the absolute value of the input). | ||||
### <a name="random"></a> Noise/Random, Sample and Hold | |||||
 | |||||
#### NOISE | |||||
A noise source, in types blue (f), white, pink (1/f), red (aka rown, 1/f^2) and Gauss (normal with mean 0 and variance 1). | |||||
Additionally, NOISE has an absolute value circuit. Patch audio into ABS to get positive CV. For example, patch white noise into ABS to get uniform values in the range 0 to 10. | |||||
#### S&H | |||||
A dual sample-and-hold and trigger-and-hold. Sampling may be triggered by CV (on the rising edge of a trigger or gate) or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10V). | |||||
Each channel can be toggled into track-and-hold mode. In this mode, when the input at GATE is high, or the button is held, the input is copied to the output. When the gate goes low, the input is sampled and held until the next gate. | |||||
#### WALK2 | |||||
WALK2 provides two channels of chaotic CV, where the CV moves as a "random walk". The two outputs are drawn as a trace, in X and Y, on the display. | |||||
For each channel: | |||||
- RATE controls how sedately, or wildly, the CV moves around. If CV is in use, it is attenuated by the knob. | |||||
- OFFSET adds or subtracts up to 5V from the base +/-5V output. If the offset CV is in use, it is attenuverted by the knob. | |||||
- SCALE scales the output; if CV is in use, it is attenuated by the knob. | |||||
Additionally: | |||||
- A trigger on the JUMP input will cause both channels to jump to a random value. A bit of slew limitation applies to the jump to minimize popping. | |||||
- DIST outputs a third CV, ranging over 0-10V, related the X and Y channel outputs. | |||||
Clicking on the display will jump the outputs, X and Y, to that point (again with a bit of slew limitation). | |||||
Various options on the context (right-click) menu allow customization of the display (set the range of the display to +/-10V instead of the default +/-5V; hide the grid dots; set the color of the trace). | |||||
#### WALK | |||||
WALK is a single-channel random walk, identical to one channel of WALK2, in 3HP. | |||||
### <a name="mixers"></a> Mixers, Panners and VCAs | ### <a name="mixers"></a> Mixers, Panners and VCAs | ||||
#### MIX4 | |||||
#### MIX8 | |||||
A four-channel mixer/panner with performance mutes. | |||||
An eight-channel mixer/panner with performance mutes. | |||||
 |  | ||||
Features: | Features: | ||||
- Four input channels with decibel-calibrated level faders. | |||||
- Eight input channels with decibel-calibrated level faders. | |||||
- Level fader for the output mix. | - Level fader for the output mix. | ||||
- CV control over channel and output levels; expects +10 volt CV; CV is attenuated by the corresponding slider when in use. | - CV control over channel and output levels; expects +10 volt CV; CV is attenuated by the corresponding slider when in use. | ||||
- CV-controlled stereo panners; expects +/-5 volt CV; CV is attenuverted by the corresponding knob when in use. | - CV-controlled stereo panners; expects +/-5 volt CV; CV is attenuverted by the corresponding knob when in use. | ||||
@@ -200,9 +239,13 @@ Features: | |||||
- Fader handles contain lights indicating the signal level out of that channel or the entire mix. | - Fader handles contain lights indicating the signal level out of that channel or the entire mix. | ||||
- Output saturates (soft clips) to +/-12 volts, where the clipping effect becomes noticeable above +/-10 volts. | - Output saturates (soft clips) to +/-12 volts, where the clipping effect becomes noticeable above +/-10 volts. | ||||
#### MIX8 | |||||
#### MIX4 | |||||
A four-channel version of MIX8 with the same features. | |||||
An eight-channel version of MIX4 with the same features. | |||||
### MIX1 | |||||
A 3HP fader/VCA, with mute. | |||||
#### VCM | #### VCM | ||||
@@ -218,10 +261,12 @@ By default, the output is hard clipped at +/-12 volts (this is a standard in Rac | |||||
#### UMIX | #### UMIX | ||||
A 3HP unity mixer, usable with CV (e.g. combining triggers) or audio. Up to 8 inputs are summed to the output. Saturation (soft clipping) is applied to the output at +/-12 volts; the LEVEL knob allows attenuation of the mix before the saturation is applied. | |||||
A 3HP unity mixer, usable with CV (e.g. combining triggers) or audio. Up to 8 inputs are summed to the output. Saturation (soft clipping) is applied to the output, which limits it to around +/-11V; the LEVEL knob allows attenuation of the mix before the saturation is applied. | |||||
The context (right-click) menu has an option to average, rather than sum, the inputs. | The context (right-click) menu has an option to average, rather than sum, the inputs. | ||||
A second context menu option, "CV mode", disables the saturation, which allows for precise summing (or averaging) of CVs. In this case the output is hard-clipped at +/-12V. | |||||
#### MATRIX88 | #### MATRIX88 | ||||
An 8x8 channel matrix mixer. Each input can be sent with an independent level to each of the eight output mixes. | An 8x8 channel matrix mixer. Each input can be sent with an independent level to each of the eight output mixes. | ||||
@@ -331,6 +376,8 @@ As a multiplexer, it routes an input to the output under control of the SELECT k | |||||
Both functions may be used simultaneously: the SELECT+CV value is added to the sequential/clocked value, wrapping around. Note that the STEPS value only affects the sequential value; for example, using a clock input and setting STEPS to 2 will yield an alternation between two adjacent inputs, but this pair can be selected with the SELECT knob or CV. | Both functions may be used simultaneously: the SELECT+CV value is added to the sequential/clocked value, wrapping around. Note that the STEPS value only affects the sequential value; for example, using a clock input and setting STEPS to 2 will yield an alternation between two adjacent inputs, but this pair can be selected with the SELECT knob or CV. | ||||
On the context (right-click) menu, if option "Select on clock" is selected, then the select value (knob and CV) is checked and used to modify the active step only when a clock is received, rather than continuously. | |||||
#### 1:8 | #### 1:8 | ||||
1:8 is the opposite of 8:1 -- it routes a single input to 1 of 8 outputs. The control circuit behavior (CLOCK, SELECT, etc) is the same. | 1:8 is the opposite of 8:1 -- it routes a single input to 1 of 8 outputs. The control circuit behavior (CLOCK, SELECT, etc) is the same. | ||||
@@ -427,24 +474,12 @@ Manual may be set to output a trigger pulse on patch load (akin to a Max/Msp or | |||||
A 3 HP multiple (signal duplicator). There are two 1-to-3 channels. There is also a 1-to-6 mode: if nothing is patched to the second channel's input, the input to the first channel is copied to all six outputs. | A 3 HP multiple (signal duplicator). There are two 1-to-3 channels. There is also a 1-to-6 mode: if nothing is patched to the second channel's input, the input to the first channel is copied to all six outputs. | ||||
#### NOISE | |||||
A noise source, in types blue (f), white, pink (1/f), red (aka rown, 1/f^2) and Gauss (normal with mean 0 and variance 1). | |||||
Additionally, NOISE has an absolute value circuit. Patch audio into ABS to get positive CV. For example, patch white noise into ABS to get uniform values in the range 0 to 10. | |||||
#### OFFSET | #### OFFSET | ||||
An offset and scaler. The OFFSET and SCALE knobs have CV inputs. With an input signal, output is `(input + offset) * scale`. With no input connected, the output is constant in the value of `offset * scale`. | An offset and scaler. The OFFSET and SCALE knobs have CV inputs. With an input signal, output is `(input + offset) * scale`. With no input connected, the output is constant in the value of `offset * scale`. | ||||
By default, the output is capped at +/-12 volts (this is a standard in Rack). A context menu option allows this limit to be disabled. | By default, the output is capped at +/-12 volts (this is a standard in Rack). A context menu option allows this limit to be disabled. | ||||
#### S&H | |||||
A dual sample-and-hold and trigger-and-hold. Sampling may be triggered by CV (on the rising edge of a trigger or gate) or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10V). | |||||
Each channel can be toggled into track-and-hold mode. In this mode, when the input at GATE is high, or the button is held, the input is copied to the output. When the gate goes low, the input is sampled and held until the next gate. | |||||
#### SLEW | #### SLEW | ||||
A slew limiter - when the input changes rapidly, the output changes less rapidly, lagging the input. | A slew limiter - when the input changes rapidly, the output changes less rapidly, lagging the input. | ||||
@@ -1257,12 +1257,12 @@ | |||||
id="path632" /> | id="path632" /> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label=">" | |||||
transform="translate(6,1)" | |||||
aria-label="≥" | |||||
transform="translate(6,0.5)" | |||||
style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | id="text220"> | ||||
<path | <path | ||||
d="M 4.1406251,-3.3854168 0.69791669,-4.7343751 v -0.9895834 l 4.44791681,1.9687501 v 0.7604166 l -4.44791681,1.9739584 v -1 z" | |||||
d="M 4.1406251,-3.6458334 0.69791669,-4.8593751 v -0.8906251 l 4.44791681,1.7708334 v 0.6822917 L 0.69791669,-1.515625 v -0.9010417 z m 0.9010417,3.64062507 H 0.69270835 V -0.79166669 H 5.0416668 Z" | |||||
style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:normal;font-size:10.66666698px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path635" /> | id="path635" /> | ||||
</g> | </g> | ||||
@@ -11,11 +11,11 @@ | |||||
width="90" | width="90" | ||||
height="380" | height="380" | ||||
viewBox="0 0 90 380" | viewBox="0 0 90 380" | ||||
id="svg164" | |||||
id="svg166" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata168"> | |||||
id="metadata170"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview166" | |||||
id="namedview168" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="45" | inkscape:cx="45" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg164" /> | |||||
inkscape:current-layer="svg166" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -62,7 +62,7 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<defs | <defs | ||||
id="defs80"> | |||||
id="defs82"> | |||||
<symbol | <symbol | ||||
id="knob" | id="knob" | ||||
viewBox="0 0 45px 45px"> | viewBox="0 0 45px 45px"> | ||||
@@ -158,35 +158,39 @@ | |||||
viewBox="0 0 40px 40px"> | viewBox="0 0 40px 40px"> | ||||
<g | <g | ||||
transform="translate(20 20)" | transform="translate(20 20)" | ||||
id="g55"> | |||||
id="g57"> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | ||||
id="text41">2</text> | |||||
id="text41">1</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)" | |||||
id="text43">3</text> | |||||
transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)" | |||||
id="text43">2</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)" | |||||
id="text45">4</text> | |||||
transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)" | |||||
id="text45">3</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)" | |||||
id="text47">5</text> | |||||
transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)" | |||||
id="text47">4</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)" | |||||
id="text49">6</text> | |||||
transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)" | |||||
id="text49">5</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)" | |||||
id="text51">7</text> | |||||
transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)" | |||||
id="text51">6</text> | |||||
<text | |||||
font-size="5.0pt" | |||||
transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)" | |||||
id="text53">7</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | ||||
id="text53">8</text> | |||||
id="text55">8</text> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -198,13 +202,13 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#000" | stroke="#000" | ||||
fill="#ddd" | fill="#ddd" | ||||
id="rect58" /> | |||||
id="rect60" /> | |||||
<rect | <rect | ||||
width="14px" | width="14px" | ||||
height="12px" | height="12px" | ||||
stroke-width="0" | stroke-width="0" | ||||
fill="#000" | fill="#000" | ||||
id="rect60" /> | |||||
id="rect62" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="light-small" | id="light-small" | ||||
@@ -213,14 +217,14 @@ | |||||
width="6.4" | width="6.4" | ||||
height="6.4" | height="6.4" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="rect63" /> | |||||
id="rect65" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="input" | id="input" | ||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g70"> | |||||
id="g72"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -228,7 +232,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="circle66" /> | |||||
id="circle68" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -236,7 +240,7 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="none" | fill="none" | ||||
id="circle68" /> | |||||
id="circle70" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -244,7 +248,7 @@ | |||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g77"> | |||||
id="g79"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -252,7 +256,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="#f00" | fill="#f00" | ||||
id="circle73" /> | |||||
id="circle75" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -260,533 +264,543 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="none" | fill="none" | ||||
id="circle75" /> | |||||
id="circle77" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
</defs> | </defs> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 0,0 H 90 V 380 H 0 Z" | d="M 0,0 H 90 V 380 H 0 Z" | ||||
id="rect82" /> | |||||
id="rect84" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | ||||
d="M 1,1 H 89 V 379 H 1 V 1" | d="M 1,1 H 89 V 379 H 1 V 1" | ||||
id="polyline84" /> | |||||
id="polyline86" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | ||||
d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | ||||
id="polyline86" /> | |||||
id="polyline88" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | style="fill:none;stroke:#f2f2f2;stroke-width:1" | ||||
d="M 0,0 H 90 V 380 H 0 V 0" | d="M 0,0 H 90 V 380 H 0 V 0" | ||||
id="polyline88" /> | |||||
id="polyline90" /> | |||||
<g | <g | ||||
aria-label="8:1" | aria-label="8:1" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="text90"> | |||||
id="text92"> | |||||
<path | <path | ||||
d="m 67.932,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | d="m 67.932,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path291" /> | |||||
id="path295" /> | |||||
<path | <path | ||||
d="m 74.205,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | d="m 74.205,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path293" /> | |||||
id="path297" /> | |||||
<path | <path | ||||
d="m 81.33675,17 q -0.192,0 -0.336,-0.132 -0.132,-0.144 -0.132,-0.336 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 l 1.848,-0.636 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 -0.132,0.132 -0.336,0.132 z" | d="m 81.33675,17 q -0.192,0 -0.336,-0.132 -0.132,-0.144 -0.132,-0.336 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 l 1.848,-0.636 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 -0.132,0.132 -0.336,0.132 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path295" /> | |||||
id="path299" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="BOGAUDIO" | aria-label="BOGAUDIO" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text92"> | |||||
id="text94"> | |||||
<path | <path | ||||
d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path298" /> | |||||
id="path302" /> | |||||
<path | <path | ||||
d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path300" /> | |||||
id="path304" /> | |||||
<path | <path | ||||
d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path302" /> | |||||
id="path306" /> | |||||
<path | <path | ||||
d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path304" /> | |||||
id="path308" /> | |||||
<path | <path | ||||
d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path306" /> | |||||
id="path310" /> | |||||
<path | <path | ||||
d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path308" /> | |||||
id="path312" /> | |||||
<path | <path | ||||
d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path310" /> | |||||
id="path314" /> | |||||
<path | <path | ||||
d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path312" /> | |||||
id="path316" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 26.5,370 H 28 v 2 h -1.5 z" | d="M 26.5,370 H 28 v 2 h -1.5 z" | ||||
id="rect94" /> | |||||
id="rect96" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect98" /> | |||||
id="rect100" /> | |||||
<g | <g | ||||
aria-label="IN" | aria-label="IN" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text100"> | |||||
id="text102"> | |||||
<path | <path | ||||
d="m 20.461589,32 h -0.976563 v -4.739583 h 0.976563 z" | d="m 20.461589,32 h -0.976563 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path317" /> | |||||
id="path321" /> | |||||
<path | <path | ||||
d="M 27.217448,32 H 26.240885 L 24.339844,28.88151 V 32 h -0.976563 v -4.739583 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | d="M 27.217448,32 H 26.240885 L 24.339844,28.88151 V 32 h -0.976563 v -4.739583 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path319" /> | |||||
id="path323" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text102"> | |||||
id="text104"> | |||||
<path | <path | ||||
d="m 20.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | d="m 20.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path322" /> | |||||
id="path326" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text104"> | |||||
id="text106"> | |||||
<path | <path | ||||
d="m 21.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | d="m 21.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path325" /> | |||||
id="path329" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text106"> | |||||
id="text108"> | |||||
<path | <path | ||||
d="m 18.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | d="m 18.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path328" /> | |||||
id="path332" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text108"> | |||||
id="text110"> | |||||
<path | <path | ||||
d="m 20.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | d="m 20.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path331" /> | |||||
id="path335" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text110"> | |||||
id="text112"> | |||||
<path | <path | ||||
d="m 17.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | d="m 17.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path334" /> | |||||
id="path338" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text112"> | |||||
id="text114"> | |||||
<path | <path | ||||
d="m 20.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | d="m 20.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path337" /> | |||||
id="path341" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text114"> | |||||
id="text116"> | |||||
<path | <path | ||||
d="m 21.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | d="m 21.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path340" /> | |||||
id="path344" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text116"> | |||||
id="text118"> | |||||
<path | <path | ||||
d="m 20.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | d="m 20.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path343" /> | |||||
id="path347" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 54.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect120" /> | |||||
id="rect122" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 49.5,62 h 34 v 10 h -34 z" | d="m 49.5,62 h 34 v 10 h -34 z" | ||||
id="rect122" /> | |||||
id="rect124" /> | |||||
<g | <g | ||||
aria-label="CLOCK" | aria-label="CLOCK" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text124"> | |||||
id="text126"> | |||||
<path | <path | ||||
d="m 57.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 57.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path348" /> | |||||
id="path352" /> | |||||
<path | <path | ||||
d="m 60.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | d="m 60.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path350" /> | |||||
id="path354" /> | |||||
<path | <path | ||||
d="m 67.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 67.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path352" /> | |||||
id="path356" /> | |||||
<path | <path | ||||
d="m 73.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 73.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path354" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 76.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 76.787108,64.366537 78.518879,67 h -1.16211 z" | d="m 76.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 76.787108,64.366537 78.518879,67 h -1.16211 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path356" /> | |||||
id="path360" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 54.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect128" /> | |||||
id="rect130" /> | |||||
<g | <g | ||||
aria-label="RESET" | aria-label="RESET" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text130"> | |||||
id="text132"> | |||||
<path | <path | ||||
d="M 56.677734,102.26497 H 55.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 55.89974 Z" | d="M 56.677734,102.26497 H 55.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 55.89974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path360" /> | |||||
id="path364" /> | |||||
<path | <path | ||||
d="m 63.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 60.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 63.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 60.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path362" /> | |||||
id="path366" /> | |||||
<path | <path | ||||
d="m 67.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | d="m 67.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path364" /> | |||||
id="path368" /> | |||||
<path | <path | ||||
d="m 72.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 72.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path366" /> | |||||
id="path370" /> | |||||
<path | <path | ||||
d="M 78.415364,100.05143 H 76.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | d="M 78.415364,100.05143 H 76.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path368" /> | |||||
id="path372" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="STEPS" | aria-label="STEPS" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text134"> | |||||
id="text136"> | |||||
<path | <path | ||||
d="m 54.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 54.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path371" /> | |||||
id="path375" /> | |||||
<path | <path | ||||
d="M 62.710937,116.26172 H 60.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 62.710937,116.26172 H 60.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path373" /> | |||||
id="path377" /> | |||||
<path | <path | ||||
d="m 68.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 68.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 68.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 68.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path375" /> | |||||
id="path379" /> | |||||
<path | <path | ||||
d="M 72.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | d="M 72.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path377" /> | |||||
id="path381" /> | |||||
<path | <path | ||||
d="m 80.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 80,116.16797 79.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 80.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 80,116.16797 79.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path379" /> | |||||
id="path383" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use136" | |||||
id="use138" | |||||
transform="translate(46.5,120)"> | transform="translate(46.5,120)"> | ||||
<g | <g | ||||
id="g212" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
aria-label="2" | |||||
aria-label="1" | |||||
transform="translate(-8.5,13.25833)" | transform="translate(-8.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text198"> | |||||
id="text200"> | |||||
<path | |||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path386" /> | |||||
</g> | |||||
<g | |||||
aria-label="2" | |||||
transform="translate(-14.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path382" /> | |||||
id="path389" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-14.802501,4.2574263)" | |||||
transform="translate(-13.714001,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text200"> | |||||
id="text204"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path385" /> | |||||
id="path392" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-11.958578,-6.3562389)" | |||||
transform="translate(-6.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text202"> | |||||
id="text206"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path388" /> | |||||
id="path395" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(-2,-11)" | |||||
transform="translate(2.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text204"> | |||||
id="text208"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path391" /> | |||||
id="path398" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(7.9585778,-6.3562389)" | |||||
transform="translate(9.7140013,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text206"> | |||||
id="text210"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path394" /> | |||||
id="path401" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(10.802501,4.2574263)" | |||||
transform="translate(10.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text208"> | |||||
id="text212"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path397" /> | |||||
id="path404" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(4.5,13.25833)" | transform="translate(4.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text210"> | |||||
id="text214"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path400" /> | |||||
id="path407" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="FWD" | aria-label="FWD" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text140"> | |||||
id="text142"> | |||||
<path | <path | ||||
d="m 60.47474,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 H 58.59974 v 1.22396 h 1.875 z" | d="m 60.47474,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 H 58.59974 v 1.22396 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path403" /> | |||||
id="path410" /> | |||||
<path | <path | ||||
d="m 66.973438,163.63281 0.638021,-3.37239 h 0.973307 L 67.533334,165 H 66.550261 L 65.778777,161.82943 65.007292,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | d="m 66.973438,163.63281 0.638021,-3.37239 h 0.973307 L 67.533334,165 H 66.550261 L 65.778777,161.82943 65.007292,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path405" /> | |||||
id="path412" /> | |||||
<path | <path | ||||
d="m 71.115365,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.29948,-0.37435 -0.875651,-0.37435 z" | d="m 71.115365,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.29948,-0.37435 -0.875651,-0.37435 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path407" /> | |||||
id="path414" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="REV" | aria-label="REV" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text142"> | |||||
id="text144"> | |||||
<path | <path | ||||
d="M 59.877735,198.26497 H 59.09974 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 h 0.787761 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 59.09974 Z" | d="M 59.877735,198.26497 H 59.09974 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 h 0.787761 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 59.09974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path410" /> | |||||
id="path417" /> | |||||
<path | <path | ||||
d="m 67.232553,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 H 64.38099 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | d="m 67.232553,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 H 64.38099 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path412" /> | |||||
id="path419" /> | |||||
<path | <path | ||||
d="m 71.882292,198.82487 1.074219,-3.56445 h 1.08724 L 72.39336,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | d="m 71.882292,198.82487 1.074219,-3.56445 h 1.08724 L 72.39336,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path414" /> | |||||
id="path421" /> | |||||
</g> | </g> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | ||||
<g | <g | ||||
aria-label="SELECT" | aria-label="SELECT" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text146"> | |||||
id="text148"> | |||||
<path | <path | ||||
d="m 51.957031,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.257813,-0.82031 0.261719,-0.36329 0.746094,-0.56641 0.488281,-0.20313 1.09375,-0.20313 0.609375,0 1.085937,0.22266 0.476563,0.21875 0.738281,0.62109 0.265625,0.40235 0.265625,0.91407 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47656 0,0.27735 0.277344,0.46485 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.74609 0.457031,0.44532 0.457031,1.10938 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | d="m 51.957031,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.257813,-0.82031 0.261719,-0.36329 0.746094,-0.56641 0.488281,-0.20313 1.09375,-0.20313 0.609375,0 1.085937,0.22266 0.476563,0.21875 0.738281,0.62109 0.265625,0.40235 0.265625,0.91407 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47656 0,0.27735 0.277344,0.46485 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.74609 0.457031,0.44532 0.457031,1.10938 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path236" /> | |||||
id="path240" /> | |||||
<path | <path | ||||
d="m 58.851562,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 58.851562,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path238" /> | |||||
id="path242" /> | |||||
<path | <path | ||||
d="m 62.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | d="m 62.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path240" /> | |||||
id="path244" /> | |||||
<path | <path | ||||
d="m 70.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 71.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 70.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 71.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path242" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="m 77.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | d="m 77.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path244" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 84.164062,215.26172 H 82.421875 V 220 H 81.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 84.164062,215.26172 H 82.421875 V 220 H 81.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path246" /> | |||||
id="path250" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use148" | |||||
id="use150" | |||||
transform="translate(44,222)"> | transform="translate(44,222)"> | ||||
<g | <g | ||||
id="g232" | |||||
id="g236" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
transform="translate(-12,19.320508)" | transform="translate(-12,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text216"> | |||||
id="text220"> | |||||
<path | <path | ||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path249" /> | |||||
id="path253" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
transform="translate(-21.11586,7.8808065)" | transform="translate(-21.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text218"> | |||||
id="text222"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path252" /> | |||||
id="path256" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-20.02154,-6.6731817)" | transform="translate(-20.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | |||||
id="text224"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path255" /> | |||||
id="path259" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-9.2975357,-16.621116)" | transform="translate(-9.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text222"> | |||||
id="text226"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path258" /> | |||||
id="path262" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(5.2975357,-16.621116)" | transform="translate(5.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text224"> | |||||
id="text228"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path261" /> | |||||
id="path265" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(16.02154,-6.6731817)" | transform="translate(16.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text226"> | |||||
id="text230"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path264" /> | |||||
id="path268" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(17.11586,7.8808065)" | transform="translate(17.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text228"> | |||||
id="text232"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path267" /> | |||||
id="path271" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(8,19.320508)" | transform="translate(8,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text230"> | |||||
id="text234"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path270" /> | |||||
id="path274" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g154" | |||||
id="g156" | |||||
transform="translate(49.5,267)"> | transform="translate(49.5,267)"> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | ||||
id="rect150" /> | |||||
id="rect152" /> | |||||
<g | <g | ||||
aria-label="CV" | aria-label="CV" | ||||
transform="translate(11.5,35)" | transform="translate(11.5,35)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text152"> | |||||
id="text154"> | |||||
<path | <path | ||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path274" /> | |||||
id="path278" /> | |||||
<path | <path | ||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path276" /> | |||||
id="path280" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#bbbbbb" | style="fill:#bbbbbb" | ||||
d="m 54.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect158" /> | |||||
id="rect160" /> | |||||
<g | <g | ||||
aria-label="OUT" | aria-label="OUT" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text160"> | |||||
id="text162"> | |||||
<path | <path | ||||
d="m 61.816406,353.73763 q 0,0.69987 -0.247396,1.22721 -0.247396,0.52735 -0.709635,0.81381 -0.458984,0.28645 -1.054688,0.28645 -0.589192,0 -1.051432,-0.2832 -0.462239,-0.2832 -0.716146,-0.80729 -0.253906,-0.52734 -0.257161,-1.21094 v -0.23437 q 0,-0.69987 0.250651,-1.23047 0.253906,-0.53386 0.712891,-0.81706 0.462239,-0.28646 1.054687,-0.28646 0.592448,0 1.051432,0.28646 0.46224,0.2832 0.712891,0.81706 0.253906,0.5306 0.253906,1.22721 z m -0.989583,-0.21484 q 0,-0.74545 -0.266927,-1.13282 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.38412 -0.266928,0.38086 -0.270183,1.11979 v 0.23112 q 0,0.72591 0.266927,1.1263 0.266927,0.40039 0.768229,0.40039 0.491537,0 0.755209,-0.38411 0.263672,-0.38737 0.266927,-1.1263 z" | d="m 61.816406,353.73763 q 0,0.69987 -0.247396,1.22721 -0.247396,0.52735 -0.709635,0.81381 -0.458984,0.28645 -1.054688,0.28645 -0.589192,0 -1.051432,-0.2832 -0.462239,-0.2832 -0.716146,-0.80729 -0.253906,-0.52734 -0.257161,-1.21094 v -0.23437 q 0,-0.69987 0.250651,-1.23047 0.253906,-0.53386 0.712891,-0.81706 0.462239,-0.28646 1.054687,-0.28646 0.592448,0 1.051432,0.28646 0.46224,0.2832 0.712891,0.81706 0.253906,0.5306 0.253906,1.22721 z m -0.989583,-0.21484 q 0,-0.74545 -0.266927,-1.13282 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.38412 -0.266928,0.38086 -0.270183,1.11979 v 0.23112 q 0,0.72591 0.266927,1.1263 0.266927,0.40039 0.768229,0.40039 0.491537,0 0.755209,-0.38411 0.263672,-0.38737 0.266927,-1.1263 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path280" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 68.119792,351.26042 v 3.12174 q 0,0.778 -0.488282,1.23047 -0.485026,0.45247 -1.328125,0.45247 -0.830078,0 -1.318359,-0.43945 -0.488281,-0.43945 -0.498047,-1.20768 v -3.15755 h 0.976563 v 3.12825 q 0,0.4655 0.221354,0.68034 0.224609,0.21159 0.618489,0.21159 0.823568,0 0.836589,-0.86589 v -3.15429 z" | d="m 68.119792,351.26042 v 3.12174 q 0,0.778 -0.488282,1.23047 -0.485026,0.45247 -1.328125,0.45247 -0.830078,0 -1.318359,-0.43945 -0.488281,-0.43945 -0.498047,-1.20768 v -3.15755 h 0.976563 v 3.12825 q 0,0.4655 0.221354,0.68034 0.224609,0.21159 0.618489,0.21159 0.823568,0 0.836589,-0.86589 v -3.15429 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path282" /> | |||||
id="path286" /> | |||||
<path | <path | ||||
d="M 74.488281,352.05143 H 73.036458 V 356 h -0.976563 v -3.94857 h -1.432291 v -0.79101 h 3.860677 z" | d="M 74.488281,352.05143 H 73.036458 V 356 h -0.976563 v -3.94857 h -1.432291 v -0.79101 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path284" /> | |||||
id="path288" /> | |||||
</g> | </g> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | ||||
@@ -0,0 +1,670 @@ | |||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||||
<svg | |||||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||||
xmlns:cc="http://creativecommons.org/ns#" | |||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||
xmlns:svg="http://www.w3.org/2000/svg" | |||||
xmlns="http://www.w3.org/2000/svg" | |||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||||
version="1.1" | |||||
width="45" | |||||
height="380" | |||||
viewBox="0 0 45 380" | |||||
id="svg135" | |||||
sodipodi:docname="svg_render_tmp.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<metadata | |||||
id="metadata139"> | |||||
<rdf:RDF> | |||||
<cc:Work | |||||
rdf:about=""> | |||||
<dc:format>image/svg+xml</dc:format> | |||||
<dc:type | |||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |||||
</cc:Work> | |||||
</rdf:RDF> | |||||
</metadata> | |||||
<sodipodi:namedview | |||||
pagecolor="#ffffff" | |||||
bordercolor="#666666" | |||||
borderopacity="1" | |||||
objecttolerance="10" | |||||
gridtolerance="10" | |||||
guidetolerance="10" | |||||
inkscape:pageopacity="0" | |||||
inkscape:pageshadow="2" | |||||
inkscape:window-width="468" | |||||
inkscape:window-height="449" | |||||
id="namedview137" | |||||
showgrid="false" | |||||
inkscape:zoom="0.62105263" | |||||
inkscape:cx="22.5" | |||||
inkscape:cy="190" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
inkscape:current-layer="svg135" /> | |||||
<style | |||||
id="style2"> | |||||
text { | |||||
fill: #333; | |||||
font-family: 'Roboto', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
text.title { | |||||
font-family: 'Comfortaa', sans-serif; | |||||
font-weight: normal; | |||||
} | |||||
text.brand { | |||||
font-family: 'Audiowide', sans-serif; | |||||
font-weight: bold; | |||||
} | |||||
</style> | |||||
<defs | |||||
id="defs89"> | |||||
<symbol | |||||
id="slider" | |||||
viewBox="0 0 18px 151x"> | |||||
<rect | |||||
width="18" | |||||
height="151" | |||||
fill="none" | |||||
id="rect4" /> | |||||
<rect | |||||
width="6" | |||||
height="145" | |||||
x="6" | |||||
y="3" | |||||
rx="2" | |||||
stroke-width="1" | |||||
stroke="#888" | |||||
fill="#222" | |||||
id="rect6" /> | |||||
<g | |||||
transform="translate(0 40)" | |||||
id="g16"> | |||||
<rect | |||||
width="18" | |||||
height="13" | |||||
rx="1.5" | |||||
fill="#777" | |||||
id="rect8" /> | |||||
<rect | |||||
width="18" | |||||
height="9" | |||||
x="0" | |||||
y="2" | |||||
fill="#444" | |||||
id="rect10" /> | |||||
<polyline | |||||
points="0,6.5 18,6.5" | |||||
stroke="#fafafa" | |||||
stroke-width="1" | |||||
fill="none" | |||||
id="polyline12" /> | |||||
<rect | |||||
width="14" | |||||
height="5" | |||||
x="2" | |||||
y="4" | |||||
rx="1.0" | |||||
fill="#ddd" | |||||
transform="translate(0 0)" | |||||
id="rect14" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="sliderguide-db" | |||||
viewBox="0 0 20px 151px"> | |||||
<g | |||||
transform="translate(0 6.5)" | |||||
id="g23"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline19" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline21" /> | |||||
</g> | |||||
<g | |||||
transform="translate(0 19.05)" | |||||
id="g31"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline25" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline27" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(0) translate(-2.5 2.6)" | |||||
id="text29">0</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 32.86)" | |||||
id="g39"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline33" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline35" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-4 2.2)" | |||||
id="text37">-6</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 46.05)" | |||||
id="g47"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline41" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline43" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text45">-12</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 72.41)" | |||||
id="g55"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline49" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline51" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text53">-24</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 125.14)" | |||||
id="g63"> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(10.5 0)" | |||||
id="polyline57" /> | |||||
<polyline | |||||
points="0,0 6.5,0" | |||||
stroke="#333" | |||||
fill="none" | |||||
transform="translate(28 0)" | |||||
id="polyline59" /> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 0) rotate(-90) translate(-7 2.2)" | |||||
id="text61">-48</text> | |||||
</g> | |||||
<g | |||||
transform="translate(0 151.5)" | |||||
id="g67"> | |||||
<!-- <polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> --> | |||||
<text | |||||
font-size="6.0pt" | |||||
transform="translate(7 -10) rotate(-90) translate(-9 4)" | |||||
id="text65">dB</text> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="button" | |||||
viewBox="0 0 20px 20px"> | |||||
<g | |||||
transform="translate(10 10)" | |||||
id="g72"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="8.8" | |||||
stroke-width="1" | |||||
stroke="#00f" | |||||
fill="#f00" | |||||
id="circle70" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="input" | |||||
viewBox="0 0 24px 24px"> | |||||
<g | |||||
transform="translate(12 12)" | |||||
id="g79"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="5" | |||||
stroke-width="1" | |||||
stroke="#0f0" | |||||
fill="#0f0" | |||||
id="circle75" /> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="10.5" | |||||
stroke-width="3" | |||||
stroke="#0f0" | |||||
fill="none" | |||||
id="circle77" /> | |||||
</g> | |||||
</symbol> | |||||
<symbol | |||||
id="output" | |||||
viewBox="0 0 24px 24px"> | |||||
<g | |||||
transform="translate(12 12)" | |||||
id="g86"> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="5" | |||||
stroke-width="1" | |||||
stroke="#f00" | |||||
fill="#f00" | |||||
id="circle82" /> | |||||
<circle | |||||
cx="0" | |||||
cy="0" | |||||
r="10.5" | |||||
stroke-width="3" | |||||
stroke="#f00" | |||||
fill="none" | |||||
id="circle84" /> | |||||
</g> | |||||
</symbol> | |||||
</defs> | |||||
<path | |||||
style="fill:#dddddd" | |||||
d="M 0,0 H 45 V 380 H 0 Z" | |||||
id="rect91" /> | |||||
<path | |||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | |||||
d="M 1,1 H 44 V 379 H 1 V 1" | |||||
id="polyline93" /> | |||||
<path | |||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | |||||
d="m 0.5,0.5 h 44 v 379 H 0.5 V 0.5" | |||||
id="polyline95" /> | |||||
<path | |||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | |||||
d="M 0,0 H 45 V 380 H 0 V 0" | |||||
id="polyline97" /> | |||||
<!-- <polyline points="22.5,0 22.5,380" stroke-width="0.5" stroke="#0f0" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 68)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 127)" /> --> | |||||
<!-- <rect width="45" height="10" fill="#0f0" transform="translate(0 177)" /> --> | |||||
<g | |||||
aria-label="MIX1" | |||||
transform="rotate(-90)" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="text99"> | |||||
<path | |||||
d="m -368.132,5.7106669 q 0.14933,0 0.252,0.1026667 0.10267,0.1026666 0.10267,0.2613333 V 12.636 q 0,0.149333 -0.10267,0.261333 Q -367.98267,13 -368.132,13 q -0.15867,0 -0.27067,-0.102667 -0.10266,-0.112 -0.10266,-0.261333 V 7.3533335 L -371.1,12.654667 q -0.112,0.177333 -0.31733,0.177333 -0.23334,0 -0.336,-0.224 l -2.58534,-5.1706665 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -374.544,13 -374.70267,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1586667 0.10267,-0.2613333 0.112,-0.1026667 0.26133,-0.1026667 0.21467,0 0.32667,0.1866667 l 2.98667,5.9359994 2.93066,-5.9359994 q 0.112,-0.1866667 0.32667,-0.1866667 z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path208" /> | |||||
<path | |||||
d="m -363.05163,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1586667 0.10267,-0.2613333 0.112,-0.1026667 0.26133,-0.1026667 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -362.89296,13 -363.05163,13 Z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path210" /> | |||||
<path | |||||
d="m -353.16575,12.412 q 0.084,0.112 0.084,0.233333 0,0.149334 -0.0933,0.252 Q -353.26842,13 -353.42708,13 q -0.18667,0 -0.28,-0.130667 l -2.23067,-3.0893329 -2.27733,3.1079999 q -0.0933,0.112 -0.26134,0.112 -0.15866,0 -0.252,-0.09333 -0.0933,-0.102667 -0.0933,-0.242667 0,-0.14 0.084,-0.252 l 2.30533,-3.1359999 -2.156,-2.9959999 q -0.0747,-0.1213333 -0.0747,-0.224 0,-0.14 0.0933,-0.2426666 0.0933,-0.1026667 0.24267,-0.1026667 0.18666,0 0.28,0.1306667 l 2.11866,2.9306665 2.14667,-2.9306665 q 0.10267,-0.1306667 0.28,-0.1306667 0.14933,0 0.24267,0.112 0.0933,0.1026667 0.0933,0.2426667 0,0.1213333 -0.0653,0.2146666 l -2.20267,2.9866666 z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path212" /> | |||||
<path | |||||
d="m -347.93079,13 q -0.14934,0 -0.26134,-0.102667 -0.10266,-0.112 -0.10266,-0.261333 V 6.5693336 l -0.93334,0.3266666 q -0.0933,0.046667 -0.18666,0.046667 -0.15867,0 -0.26134,-0.093333 -0.10266,-0.1026666 -0.10266,-0.2613333 0,-0.2706666 0.23333,-0.3453333 l 1.43733,-0.4946667 q 0.14,-0.046667 0.18667,-0.046667 0.14933,0 0.252,0.1026666 0.10267,0.1026667 0.10267,0.2613334 V 12.636 q 0,0.149333 -0.10267,0.261333 Q -347.77213,13 -347.93079,13 Z" | |||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | |||||
id="path214" /> | |||||
</g> | |||||
<g | |||||
id="g105" | |||||
transform="rotate(-90,200.5,175.5)"> | |||||
<g | |||||
aria-label="BGA" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text101"> | |||||
<path | |||||
d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path217" /> | |||||
<path | |||||
d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path219" /> | |||||
<path | |||||
d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | |||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path221" /> | |||||
</g> | |||||
<path | |||||
transform="translate(11.5,-5)" | |||||
style="fill:#dddddd" | |||||
d="M 0,0 H 3 V 3 H 0 Z" | |||||
id="rect103" /> | |||||
</g> | |||||
<g | |||||
id="use109" | |||||
transform="translate(0,18)"> | |||||
<g | |||||
id="g160" | |||||
transform="translate(0,6.5)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline156" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline158" /> | |||||
</g> | |||||
<g | |||||
id="g168" | |||||
transform="translate(0,19.05)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline162" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline164" /> | |||||
<g | |||||
aria-label="0" | |||||
transform="translate(4.5,2.6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text166"> | |||||
<path | |||||
d="m 4.2148437,-2.3515625 q 0,1.1796875 -0.4882812,1.8046875 -0.4882812,0.625 -1.4296875,0.625 -0.9296875,0 -1.421875,-0.61328125 Q 0.3828125,-1.1484375 0.37109375,-2.2929688 v -1.046875 q 0,-1.1914062 0.4921875,-1.8085937 Q 1.359375,-5.765625 2.2890625,-5.765625 q 0.9296875,0 1.421875,0.6132813 0.4921875,0.609375 0.5039062,1.7539062 z M 3.0859375,-3.5 q 0,-0.7070312 -0.1953125,-1.0273437 -0.1914062,-0.3242188 -0.6015625,-0.3242188 -0.3984375,0 -0.5898438,0.3085938 Q 1.5117187,-4.2382812 1.5,-3.5859375 v 1.3828125 q 0,0.6953125 0.1875,1.0351563 0.1914062,0.33593745 0.609375,0.33593745 0.4140625,0 0.5976563,-0.32421875 0.1835937,-0.3242187 0.1914062,-0.9921875 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path229" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g176" | |||||
transform="translate(0,32.86)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline170" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline172" /> | |||||
<g | |||||
aria-label="-6" | |||||
transform="rotate(-90,6.6,-2.6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text174"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path234" /> | |||||
<path | |||||
d="m 6.5585937,-5.7460937 v 0.9296875 h -0.109375 q -0.765625,0.011719 -1.234375,0.3984375 Q 4.75,-4.03125 4.65625,-3.34375 q 0.453125,-0.4609375 1.1445312,-0.4609375 0.7421875,0 1.1796875,0.53125 0.4375,0.53125 0.4375,1.3984375 0,0.5546875 -0.2421875,1.00390625 Q 6.9375,-0.421875 6.4960937,-0.171875 q -0.4375,0.25 -0.9921875,0.25 -0.8984375,0 -1.453125,-0.625 Q 3.5,-1.171875 3.5,-2.2148438 v -0.40625 q 0,-0.9257812 0.3476563,-1.6328124 0.3515624,-0.7109375 1.0039062,-1.0976563 0.65625,-0.390625 1.5195312,-0.3945312 z m -1.1015625,2.8476562 q -0.2734375,0 -0.4960937,0.1445312 -0.2226563,0.140625 -0.328125,0.375 v 0.34375 q 0,0.5664063 0.2226562,0.8867188 0.2226563,0.31640625 0.625,0.31640625 0.3632813,0 0.5859375,-0.28515625 0.2265625,-0.2890625 0.2265625,-0.7460937 0,-0.4648438 -0.2265625,-0.7500001 -0.2265625,-0.2851562 -0.609375,-0.2851562 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path236" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g184" | |||||
transform="translate(0,46.05)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline178" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline180" /> | |||||
<g | |||||
aria-label="-12" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text182"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path241" /> | |||||
<path | |||||
d="M 6.2382812,0 H 5.109375 v -4.3515625 l -1.3476562,0.4179687 v -0.9179687 l 2.3554687,-0.84375 h 0.1210937 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path243" /> | |||||
<path | |||||
d="M 11.988281,0 H 8.0898438 V -0.7734375 L 9.9296875,-2.734375 q 0.3789065,-0.4140625 0.5585935,-0.7226563 0.183594,-0.3085937 0.183594,-0.5859374 0,-0.3789063 -0.191406,-0.59375 -0.191406,-0.21875 -0.5468752,-0.21875 -0.3828125,0 -0.6054688,0.265625 -0.21875,0.2617187 -0.21875,0.6914062 H 7.9765625 q 0,-0.5195312 0.2460938,-0.9492187 0.25,-0.4296875 0.703125,-0.671875 0.453125,-0.2460938 1.0273437,-0.2460938 0.878906,0 1.363281,0.421875 0.488282,0.421875 0.488282,1.1914063 0,0.4218749 -0.21875,0.8593749 -0.21875,0.4375 -0.75,1.0195313 l -1.2929692,1.36328125 h 2.4453122 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path245" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g192" | |||||
transform="translate(0,72.41)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline186" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline188" /> | |||||
<g | |||||
aria-label="-24" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text190"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path250" /> | |||||
<path | |||||
d="M 7.3945312,0 H 3.4960938 V -0.7734375 L 5.3359375,-2.734375 Q 5.7148437,-3.1484375 5.8945312,-3.4570313 6.078125,-3.765625 6.078125,-4.0429687 q 0,-0.3789063 -0.1914063,-0.59375 -0.1914062,-0.21875 -0.546875,-0.21875 -0.3828125,0 -0.6054687,0.265625 -0.21875,0.2617187 -0.21875,0.6914062 H 3.3828125 q 0,-0.5195312 0.2460938,-0.9492187 0.25,-0.4296875 0.7031249,-0.671875 0.453125,-0.2460938 1.0273438,-0.2460938 0.8789062,0 1.3632812,0.421875 0.4882813,0.421875 0.4882813,1.1914063 0,0.4218749 -0.21875,0.8593749 -0.21875,0.4375 -0.75,1.0195313 l -1.2929688,1.36328125 h 2.4453125 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path252" /> | |||||
<path | |||||
d="m 11.429688,-2.140625 h 0.644531 v 0.9101563 H 11.429688 V 0 H 10.300781 V -1.2304687 H 7.96875 L 7.9179687,-1.9414062 10.289063,-5.6875 h 1.140625 z m -2.3867192,0 h 1.2578122 v -2.0078125 l -0.07422,0.1289063 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path254" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g200" | |||||
transform="translate(0,125.14)"> | |||||
<path | |||||
transform="translate(10.5)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline194" /> | |||||
<path | |||||
transform="translate(28)" | |||||
style="fill:none;stroke:#333333" | |||||
d="M 0,0 H 6.5" | |||||
id="polyline196" /> | |||||
<g | |||||
aria-label="-48" | |||||
transform="rotate(-90,8.1,-1.1)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text198"> | |||||
<path | |||||
d="M 2.6289063,-1.9804687 H 0.4296875 V -2.890625 h 2.1992188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path259" /> | |||||
<path | |||||
d="m 6.8359375,-2.140625 h 0.6445312 v 0.9101563 H 6.8359375 V 0 H 5.7070312 V -1.2304687 H 3.375 L 3.3242188,-1.9414062 5.6953125,-5.6875 h 1.140625 z m -2.3867188,0 h 1.2578125 v -2.0078125 l -0.074219,0.1289063 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path261" /> | |||||
<path | |||||
d="m 11.796875,-4.1757812 q 0,0.4140624 -0.207031,0.7343749 -0.207031,0.3203125 -0.570313,0.5117188 0.414063,0.1992187 0.65625,0.5507812 0.242188,0.3476563 0.242188,0.8203126 0,0.75781245 -0.515625,1.1992187 -0.515625,0.4375 -1.402344,0.4375 -0.8867187,0 -1.40625,-0.44140625 -0.5195312,-0.44140625 -0.5195312,-1.19531245 0,-0.4726563 0.2421875,-0.8242188 0.2421875,-0.3515625 0.6523437,-0.546875 -0.3632812,-0.1914063 -0.5703125,-0.5117188 -0.203125,-0.3203125 -0.203125,-0.7343749 0,-0.7265625 0.484375,-1.15625 0.484375,-0.4335938 1.3164063,-0.4335938 0.8281252,0 1.3125002,0.4296875 0.488281,0.4257813 0.488281,1.1601563 z m -1.011719,2.5351562 q 0,-0.3710938 -0.214843,-0.59375 -0.214844,-0.2226563 -0.5781255,-0.2226563 -0.359375,0 -0.5742187,0.2226563 -0.2148438,0.21875 -0.2148438,0.59375 0,0.3632813 0.2109375,0.5859375 Q 9.625,-0.83203125 10,-0.83203125 q 0.367188,0 0.574219,-0.21484375 0.210937,-0.2148437 0.210937,-0.59375 z m -0.117187,-2.4804687 q 0,-0.3320313 -0.175781,-0.53125 -0.175782,-0.203125 -0.4960942,-0.203125 -0.3164063,0 -0.4921875,0.1953125 -0.1757813,0.1953125 -0.1757813,0.5390625 0,0.3398437 0.1757813,0.5468749 Q 9.6796875,-3.3671875 10,-3.3671875 q 0.320313,0 0.492188,-0.2070313 0.175781,-0.2070312 0.175781,-0.5468749 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path263" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g204" | |||||
transform="translate(0,151.5)"> | |||||
<!-- <polyline points="0,0 6.5,0" stroke="#333" fill="none" transform="translate(10.5 0)" /> --> | |||||
<g | |||||
aria-label="dB" | |||||
transform="rotate(-90,5,-6)" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | |||||
d="m 0.2578125,-2.1445313 q 0,-0.9882812 0.44140625,-1.5742187 0.44531245,-0.5859375 1.21484375,-0.5859375 0.6171875,0 1.0195313,0.4609375 V -6 H 4.0664062 V 0 H 3.046875 L 2.9921875,-0.44921875 Q 2.5703125,0.078125 1.90625,0.078125 q -0.7460938,0 -1.19921875,-0.5859375 Q 0.2578125,-1.0976562 0.2578125,-2.1445313 Z M 1.3867187,-2.0625 q 0,0.59375 0.2070313,0.9101563 0.2070312,0.3164062 0.6015625,0.3164062 0.5234375,0 0.7382813,-0.4414062 V -2.9453125 Q 2.7226563,-3.3867188 2.203125,-3.3867188 q -0.8164063,0 -0.8164063,1.3242188 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path266" /> | |||||
<path | |||||
d="M 5.0234375,0 V -5.6875 H 7.015625 q 1.0351563,0 1.5703125,0.3984375 0.5351563,0.3945313 0.5351563,1.1601563 0,0.4179687 -0.2148438,0.7382812 -0.2148437,0.3164062 -0.5976562,0.4648437 0.4375,0.109375 0.6875,0.4414063 Q 9.25,-2.1523438 9.25,-1.671875 9.25,-0.8515625 8.7265625,-0.4296875 8.203125,-0.0078125 7.234375,0 Z m 1.171875,-2.4765625 v 1.53515625 h 1.0039062 q 0.4140625,0 0.6445313,-0.19531245 0.234375,-0.1992188 0.234375,-0.546875 0,-0.7812501 -0.8085938,-0.7929688 z m 0,-0.828125 H 7.0625 q 0.8867187,-0.015625 0.8867187,-0.7070312 0,-0.3867188 -0.2265625,-0.5546875 Q 7.5,-4.7382812 7.015625,-4.7382812 H 6.1953125 Z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path268" /> | |||||
</g> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g123" | |||||
transform="translate(5.5,173)"> | |||||
<path | |||||
transform="translate(0,120)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect113" /> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 117 c 0,2.77 -2.23,5 -5,5 H 5 c -2.77,0 -5,-2.23 -5,-5 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect115" /> | |||||
<g | |||||
aria-label="MUTE" | |||||
transform="translate(5,57)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text117"> | |||||
<path | |||||
d="m 1.6992187,-4.7395832 1.2174479,3.4374999 1.2109375,-3.4374999 h 1.282552 V 0 H 4.4303384 V -1.2955729 L 4.5279947,-3.531901 3.2486978,0 H 2.5781249 l -1.2760416,-3.5286457 0.097656,2.2330728 V 0 H 0.42317707 v -4.7395832 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path273" /> | |||||
<path | |||||
d="m 11.856771,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.485026,0.45247395 -1.328125,0.45247395 -0.8300777,0 -1.318359,-0.43945312 Q 8.2337238,-0.81380206 8.2239582,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184892,0.21158854 0.823568,0 0.836589,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path275" /> | |||||
<path | |||||
d="M 18.22526,-3.9485676 H 16.773437 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path277" /> | |||||
<path | |||||
d="m 23.636718,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path279" /> | |||||
</g> | |||||
<g | |||||
aria-label="LEVEL" | |||||
transform="translate(3.5,92)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text119"> | |||||
<path | |||||
d="M 1.3997395,-0.78450519 H 3.4733072 V 0 H 0.42317707 V -4.7395832 H 1.3997395 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path282" /> | |||||
<path | |||||
d="M 8.88151,-2.0540364 H 7.0065101 v 1.26953121 H 9.2070308 V 0 H 6.0299476 v -4.7395832 h 3.1705728 v 0.7910156 H 7.0065101 v 1.1295573 H 8.88151 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path284" /> | |||||
<path | |||||
d="m 13.53125,-1.1751302 1.074218,-3.564453 h 1.08724 L 14.042317,0 h -1.01888 l -1.64388,-4.7395832 h 1.083984 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path286" /> | |||||
<path | |||||
d="m 20.99349,-2.0540364 h -1.875 v 1.26953121 h 2.20052 V 0 H 18.141927 V -4.7395832 H 21.3125 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path288" /> | |||||
<path | |||||
d="m 24.86849,-0.78450519 h 2.073567 V 0 h -3.05013 v -4.7395832 h 0.976563 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path290" /> | |||||
</g> | |||||
<g | |||||
aria-label="IN" | |||||
transform="translate(12.5,127)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text121"> | |||||
<path | |||||
d="M 1.4615885,0 H 0.48502603 V -4.7395832 H 1.4615885 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path293" /> | |||||
<path | |||||
d="M 8.2174477,0 H 7.2408852 L 5.3398436,-3.1184895 V 0 H 4.3632811 v -4.7395832 h 0.9765625 l 1.9042968,3.1249999 v -3.1249999 h 0.9733073 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path295" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g131" | |||||
transform="translate(5.5,306)"> | |||||
<path | |||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect125" /> | |||||
<path | |||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 25 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,35 0,32.77 0,30 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect127" /> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,32)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text129"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path300" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path302" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path304" /> | |||||
</g> | |||||
</g> | |||||
</svg> |
@@ -11,11 +11,11 @@ | |||||
width="90" | width="90" | ||||
height="380" | height="380" | ||||
viewBox="0 0 90 380" | viewBox="0 0 90 380" | ||||
id="svg164" | |||||
id="svg166" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata168"> | |||||
id="metadata170"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview166" | |||||
id="namedview168" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="45" | inkscape:cx="45" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg164" /> | |||||
inkscape:current-layer="svg166" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -62,7 +62,7 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<defs | <defs | ||||
id="defs80"> | |||||
id="defs82"> | |||||
<symbol | <symbol | ||||
id="knob" | id="knob" | ||||
viewBox="0 0 45px 45px"> | viewBox="0 0 45px 45px"> | ||||
@@ -158,35 +158,39 @@ | |||||
viewBox="0 0 40px 40px"> | viewBox="0 0 40px 40px"> | ||||
<g | <g | ||||
transform="translate(20 20)" | transform="translate(20 20)" | ||||
id="g55"> | |||||
id="g57"> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | transform="rotate(-240) translate(13 0) rotate(240) translate(-2 2)" | ||||
id="text41">2</text> | |||||
id="text41">1</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-190) translate(13 0) rotate(190) translate(-2 2)" | |||||
id="text43">3</text> | |||||
transform="rotate(-197.1) translate(13 0) rotate(197.1) translate(-2 2)" | |||||
id="text43">2</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-140) translate(13 0) rotate(140) translate(-2 2)" | |||||
id="text45">4</text> | |||||
transform="rotate(-154.3) translate(13 0) rotate(154.3) translate(-2 2)" | |||||
id="text45">3</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-90) translate(13 0) rotate(90) translate(-2 2)" | |||||
id="text47">5</text> | |||||
transform="rotate(-111.4) translate(13 0) rotate(111.4) translate(-2 2)" | |||||
id="text47">4</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(-40) translate(13 0) rotate(40) translate(-2 2)" | |||||
id="text49">6</text> | |||||
transform="rotate(-68.6) translate(13 0) rotate(68.6) translate(-2 2)" | |||||
id="text49">5</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(10) translate(13 0) rotate(-10) translate(-2 2)" | |||||
id="text51">7</text> | |||||
transform="rotate(-25.7) translate(13 0) rotate(25.7) translate(-2 2)" | |||||
id="text51">6</text> | |||||
<text | |||||
font-size="5.0pt" | |||||
transform="rotate(17.1) translate(13 0) rotate(-17.1) translate(-2 2)" | |||||
id="text53">7</text> | |||||
<text | <text | ||||
font-size="5.0pt" | font-size="5.0pt" | ||||
transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | transform="rotate(60) translate(13 0) rotate(-60) translate(-2 2)" | ||||
id="text53">8</text> | |||||
id="text55">8</text> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -198,13 +202,13 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#000" | stroke="#000" | ||||
fill="#ddd" | fill="#ddd" | ||||
id="rect58" /> | |||||
id="rect60" /> | |||||
<rect | <rect | ||||
width="14px" | width="14px" | ||||
height="12px" | height="12px" | ||||
stroke-width="0" | stroke-width="0" | ||||
fill="#000" | fill="#000" | ||||
id="rect60" /> | |||||
id="rect62" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="light-small" | id="light-small" | ||||
@@ -213,14 +217,14 @@ | |||||
width="6.4" | width="6.4" | ||||
height="6.4" | height="6.4" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="rect63" /> | |||||
id="rect65" /> | |||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
id="input" | id="input" | ||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g70"> | |||||
id="g72"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -228,7 +232,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="#0f0" | fill="#0f0" | ||||
id="circle66" /> | |||||
id="circle68" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -236,7 +240,7 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#0f0" | stroke="#0f0" | ||||
fill="none" | fill="none" | ||||
id="circle68" /> | |||||
id="circle70" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
<symbol | <symbol | ||||
@@ -244,7 +248,7 @@ | |||||
viewBox="0 0 24px 24px"> | viewBox="0 0 24px 24px"> | ||||
<g | <g | ||||
transform="translate(12 12)" | transform="translate(12 12)" | ||||
id="g77"> | |||||
id="g79"> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -252,7 +256,7 @@ | |||||
stroke-width="1" | stroke-width="1" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="#f00" | fill="#f00" | ||||
id="circle73" /> | |||||
id="circle75" /> | |||||
<circle | <circle | ||||
cx="0" | cx="0" | ||||
cy="0" | cy="0" | ||||
@@ -260,533 +264,543 @@ | |||||
stroke-width="3" | stroke-width="3" | ||||
stroke="#f00" | stroke="#f00" | ||||
fill="none" | fill="none" | ||||
id="circle75" /> | |||||
id="circle77" /> | |||||
</g> | </g> | ||||
</symbol> | </symbol> | ||||
</defs> | </defs> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 0,0 H 90 V 380 H 0 Z" | d="M 0,0 H 90 V 380 H 0 Z" | ||||
id="rect82" /> | |||||
id="rect84" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | style="fill:none;stroke:#e4e4e4;stroke-width:0.5" | ||||
d="M 1,1 H 89 V 379 H 1 V 1" | d="M 1,1 H 89 V 379 H 1 V 1" | ||||
id="polyline84" /> | |||||
id="polyline86" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | style="fill:none;stroke:#ebebeb;stroke-width:0.80000001" | ||||
d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | d="m 0.5,0.5 h 89 v 379 H 0.5 V 0.5" | ||||
id="polyline86" /> | |||||
id="polyline88" /> | |||||
<path | <path | ||||
style="fill:none;stroke:#f2f2f2;stroke-width:1" | style="fill:none;stroke:#f2f2f2;stroke-width:1" | ||||
d="M 0,0 H 90 V 380 H 0 V 0" | d="M 0,0 H 90 V 380 H 0 V 0" | ||||
id="polyline88" /> | |||||
id="polyline90" /> | |||||
<g | <g | ||||
aria-label="1:8" | aria-label="1:8" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="text90"> | |||||
id="text92"> | |||||
<path | <path | ||||
d="M 65.868,17 Q 65.676,17 65.532,16.868 65.4,16.724 65.4,16.532 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 L 65.64,7.676 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 Q 66.072,17 65.868,17 Z" | d="M 65.868,17 Q 65.676,17 65.532,16.868 65.4,16.724 65.4,16.532 v -7.8 l -1.2,0.42 q -0.12,0.06 -0.24,0.06 -0.204,0 -0.336,-0.12 -0.132,-0.132 -0.132,-0.336 0,-0.348 0.3,-0.444 L 65.64,7.676 q 0.18,-0.06 0.24,-0.06 0.192,0 0.324,0.132 0.132,0.132 0.132,0.336 v 8.448 q 0,0.192 -0.132,0.336 Q 66.072,17 65.868,17 Z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path321" /> | |||||
id="path325" /> | |||||
<path | <path | ||||
d="m 71.626875,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | d="m 71.626875,11.912 q -0.288,0 -0.504,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.204,-0.204 0.504,-0.204 0.288,0 0.48,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.192,0.204 -0.48,0.204 z m 0.024,5.28 q -0.288,0 -0.492,-0.204 -0.204,-0.204 -0.204,-0.492 0,-0.3 0.204,-0.504 0.216,-0.204 0.492,-0.204 0.288,0 0.492,0.216 0.204,0.204 0.204,0.492 0,0.288 -0.204,0.492 -0.204,0.204 -0.492,0.204 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path323" /> | |||||
id="path327" /> | |||||
<path | <path | ||||
d="m 80.822625,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | d="m 80.822625,11.744 q 0.66,0.348 1.044,0.984 0.384,0.624 0.384,1.416 0,0.816 -0.372,1.476 -0.36,0.66 -1.008,1.044 -0.636,0.384 -1.416,0.384 -0.792,0 -1.44,-0.372 -0.636,-0.384 -1.008,-1.032 -0.36,-0.66 -0.36,-1.464 0,-0.804 0.384,-1.44 0.396,-0.648 1.056,-0.996 -0.444,-0.312 -0.696,-0.792 -0.252,-0.492 -0.252,-1.08 0,-0.636 0.3,-1.152 0.312,-0.528 0.84,-0.816 0.54,-0.3 1.2,-0.3 0.648,0 1.164,0.3 0.528,0.288 0.816,0.804 0.3,0.504 0.3,1.14 0,0.588 -0.252,1.092 -0.252,0.492 -0.684,0.804 z m -2.796,-1.86 q 0,0.624 0.408,1.056 0.408,0.42 1.02,0.42 0.612,0 1.008,-0.432 0.408,-0.444 0.408,-1.092 0,-0.588 -0.408,-0.984 -0.408,-0.396 -1.008,-0.396 -0.612,0 -1.02,0.408 -0.408,0.408 -0.408,1.02 z m 3.288,4.272 q 0,-0.54 -0.252,-0.972 -0.24,-0.432 -0.672,-0.684 -0.42,-0.252 -0.936,-0.252 -0.528,0 -0.96,0.264 -0.432,0.252 -0.672,0.696 -0.24,0.444 -0.24,0.996 0,0.552 0.24,1.02 0.252,0.456 0.672,0.72 0.432,0.264 0.96,0.264 0.528,0 0.948,-0.264 0.432,-0.276 0.672,-0.744 0.24,-0.48 0.24,-1.044 z" | ||||
style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | style="font-weight:normal;font-size:12px;font-family:Comfortaa, sans-serif;letter-spacing:3px;fill:#333333" | ||||
id="path325" /> | |||||
id="path329" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="BOGAUDIO" | aria-label="BOGAUDIO" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text92"> | |||||
id="text94"> | |||||
<path | <path | ||||
d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | d="m 12.194662,372.66699 q 0,0.20313 -0.07194,0.43587 -0.06771,0.23275 -0.228516,0.43165 -0.156576,0.19889 -0.410482,0.33431 Q 11.229818,374 10.861654,374 H 6.6848959 q -0.1184896,0 -0.2200521,-0.0423 -0.1015625,-0.0423 -0.1777344,-0.11426 -0.07194,-0.0762 -0.1142578,-0.17773 -0.042318,-0.10156 -0.042318,-0.22005 V 368.486 q 0,-0.11426 0.042318,-0.21582 0.042318,-0.10156 0.1142578,-0.17773 0.076172,-0.0762 0.1777344,-0.11849 0.1015625,-0.0423 0.2200521,-0.0423 h 3.6816411 q 0.203125,0 0.435872,0.0719 0.232747,0.0719 0.431641,0.23275 0.203125,0.15657 0.33431,0.41048 0.135416,0.25391 0.135416,0.62207 v 0.20736 q 0,0.29199 -0.09733,0.63053 -0.09733,0.33431 -0.313152,0.63477 0.186198,0.11425 0.347006,0.27506 0.165039,0.16081 0.28776,0.3724 0.122721,0.21159 0.194662,0.47819 0.07194,0.2666 0.07194,0.58821 z m -1.100261,-0.21159 q 0,-0.21582 -0.06771,-0.38509 -0.06771,-0.1735 -0.19043,-0.29622 -0.122721,-0.12272 -0.296224,-0.1862 -0.173502,-0.0677 -0.389323,-0.0677 H 7.6708985 v -1.10872 h 1.9847006 q 0.2158203,0 0.3893229,-0.0635 0.173503,-0.0677 0.296224,-0.19043 0.122721,-0.12272 0.186198,-0.29199 0.06771,-0.1735 0.06771,-0.38932 v -0.20736 q 0,-0.23698 -0.228515,-0.23698 H 7.2307943 v 3.86784 h 3.6308597 q 0.02962,0 0.07194,-0.004 0.04232,-0.004 0.07617,-0.0254 0.03385,-0.0212 0.05924,-0.0719 0.02539,-0.0508 0.02539,-0.13965 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path328" /> | |||||
id="path332" /> | |||||
<path | <path | ||||
d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 21.515625,371.54557 q 0,0.55436 -0.190429,1.01986 -0.19043,0.46549 -0.528972,0.80404 -0.338541,0.33854 -0.804036,0.52897 -0.461263,0.1862 -1.007162,0.1862 h -1.489583 q -0.545899,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804037,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338542,-0.33855 0.804037,-0.52898 0.465494,-0.19043 1.011393,-0.19043 h 1.489583 q 0.545899,0 1.007162,0.19043 0.465495,0.19043 0.804036,0.52898 0.338542,0.33431 0.528972,0.80403 0.190429,0.4655 0.190429,1.01563 z m -1.10026,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101563,-0.2666 -0.291993,-0.4528 -0.186198,-0.19043 -0.452799,-0.29199 -0.26237,-0.10579 -0.579753,-0.10579 h -1.489583 q -0.321615,0 -0.588216,0.10579 -0.26237,0.10156 -0.4528,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101562,0.26237 -0.101562,0.58822 v 1.1595 q 0,0.32585 0.101562,0.59245 0.105794,0.26237 0.296224,0.4528 0.19043,0.1862 0.4528,0.29199 0.266601,0.10156 0.588216,0.10156 h 1.48112 q 0.321614,0 0.583984,-0.10156 0.266602,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291993,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path330" /> | |||||
id="path334" /> | |||||
<path | <path | ||||
d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | d="m 30.59961,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07194,0.0719 -0.173502,0.11426 Q 30.163737,374 30.045248,374 h -3.969402 q -0.152343,0 -0.330078,-0.0338 -0.173502,-0.0381 -0.347005,-0.11426 -0.169271,-0.0762 -0.325846,-0.19466 -0.156576,-0.12272 -0.279297,-0.292 -0.11849,-0.1735 -0.19043,-0.39778 -0.07194,-0.22852 -0.07194,-0.51205 v -2.97916 q 0,-0.15235 0.03385,-0.32585 0.03809,-0.17773 0.114258,-0.347 0.07617,-0.17351 0.198893,-0.33008 0.122722,-0.15658 0.291992,-0.27507 0.173503,-0.12272 0.397787,-0.19466 0.224284,-0.0719 0.507812,-0.0719 h 4.472982 v 1.10026 h -4.472982 q -0.21582,0 -0.330078,0.11426 -0.114258,0.11426 -0.114258,0.33854 v 2.9707 q 0,0.21159 0.114258,0.33008 0.11849,0.11426 0.330078,0.11426 h 3.423503 v -1.37956 h -2.928385 v -1.10872 h 3.474284 q 0.118489,0 0.220052,0.0466 0.101562,0.0423 0.173502,0.11849 0.07617,0.0762 0.11849,0.17773 0.04232,0.0973 0.04232,0.21159 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path332" /> | |||||
id="path336" /> | |||||
<path | <path | ||||
d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | d="m 39.708986,374 h -1.100261 v -1.48958 H 34.740887 V 374 h -1.100261 v -3.03418 q 0,-0.66439 0.228516,-1.22298 0.228516,-0.5586 0.634766,-0.96061 0.40625,-0.40202 0.960612,-0.62631 0.554362,-0.22428 1.210286,-0.22428 h 2.479818 q 0.114258,0 0.21582,0.0423 0.101563,0.0423 0.177735,0.11849 0.07617,0.0762 0.118489,0.17773 0.04232,0.10156 0.04232,0.21582 z m -4.968099,-2.58984 h 3.867838 v -2.37826 h -1.933919 q -0.05078,0 -0.21582,0.0169 -0.160808,0.0127 -0.376628,0.0719 -0.211588,0.0592 -0.448568,0.18196 -0.236979,0.12273 -0.435872,0.33855 -0.198893,0.21582 -0.330078,0.54166 -0.126953,0.32162 -0.126953,0.78288 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path334" /> | |||||
id="path338" /> | |||||
<path | <path | ||||
d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | d="m 48.928386,373.44564 q 0,0.11849 -0.04232,0.22005 -0.04232,0.10156 -0.11849,0.17773 -0.07617,0.0719 -0.177734,0.11426 Q 48.488281,374 48.374024,374 h -2.479818 q -0.351237,0 -0.710938,-0.0762 -0.3597,-0.0762 -0.698242,-0.23275 -0.33431,-0.16081 -0.630534,-0.40625 -0.296224,-0.24544 -0.520508,-0.57975 -0.220052,-0.33854 -0.347005,-0.77018 -0.126953,-0.43588 -0.126953,-0.96908 v -3.03418 h 1.100261 v 3.03418 q 0,0.4655 0.126953,0.78711 0.131185,0.32161 0.330078,0.53743 0.198893,0.21582 0.435872,0.33855 0.236979,0.12272 0.448568,0.18196 0.21582,0.0592 0.376628,0.0762 0.165039,0.0127 0.21582,0.0127 h 1.933919 v -4.9681 h 1.100261 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path336" /> | |||||
id="path340" /> | |||||
<path | <path | ||||
d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | d="m 58.266279,371.46094 q 0,0.55436 -0.194662,1.01985 -0.190429,0.4655 -0.528971,0.80404 -0.338542,0.33431 -0.804036,0.52474 Q 56.273115,374 55.727216,374 h -2.970703 q -0.11849,0 -0.220052,-0.0423 -0.101563,-0.0423 -0.177734,-0.11426 -0.07194,-0.0762 -0.114258,-0.17773 -0.04232,-0.10156 -0.04232,-0.22005 V 368.486 q 0,-0.11426 0.04232,-0.21582 0.04232,-0.10156 0.114258,-0.17773 0.07617,-0.0762 0.177734,-0.11849 0.101562,-0.0423 0.220052,-0.0423 h 2.970703 q 0.545899,0 1.011394,0.19043 0.465494,0.19043 0.804036,0.52897 0.338542,0.33431 0.528971,0.80404 0.194662,0.46549 0.194662,1.01562 z m -1.100261,-0.99024 q 0,-0.32161 -0.105794,-0.58821 -0.101562,-0.2666 -0.291992,-0.4528 -0.19043,-0.19043 -0.457031,-0.29199 -0.26237,-0.1058 -0.583985,-0.1058 h -2.424805 v 3.86784 h 2.424805 q 0.321615,0 0.583985,-0.10156 0.266601,-0.1058 0.457031,-0.292 0.19043,-0.19042 0.291992,-0.45279 0.105794,-0.26661 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path338" /> | |||||
id="path342" /> | |||||
<path | <path | ||||
d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | d="m 62.462565,374 h -1.10026 v -6.06836 h 1.10026 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path340" /> | |||||
id="path344" /> | |||||
<path | <path | ||||
d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | d="m 72.126305,371.54557 q 0,0.55436 -0.19043,1.01986 -0.19043,0.46549 -0.528971,0.80404 -0.338542,0.33854 -0.804037,0.52897 -0.461263,0.1862 -1.007161,0.1862 h -1.489584 q -0.545898,0 -1.011393,-0.1862 -0.465495,-0.19043 -0.804036,-0.52897 -0.338542,-0.33855 -0.533203,-0.80404 -0.19043,-0.4655 -0.19043,-1.01986 v -1.1595 q 0,-0.55013 0.19043,-1.01563 0.194661,-0.46972 0.533203,-0.80403 0.338541,-0.33855 0.804036,-0.52898 0.465495,-0.19043 1.011393,-0.19043 h 1.489584 q 0.545898,0 1.007161,0.19043 0.465495,0.19043 0.804037,0.52898 0.338541,0.33431 0.528971,0.80403 0.19043,0.4655 0.19043,1.01563 z m -1.100261,-1.1595 q 0,-0.32585 -0.105794,-0.58822 -0.101562,-0.2666 -0.291992,-0.4528 -0.186198,-0.19043 -0.4528,-0.29199 -0.262369,-0.10579 -0.579752,-0.10579 h -1.489584 q -0.321614,0 -0.588216,0.10579 -0.26237,0.10156 -0.452799,0.29199 -0.19043,0.1862 -0.296224,0.4528 -0.101563,0.26237 -0.101563,0.58822 v 1.1595 q 0,0.32585 0.101563,0.59245 0.105794,0.26237 0.296224,0.4528 0.190429,0.1862 0.452799,0.29199 0.266602,0.10156 0.588216,0.10156 h 1.48112 q 0.321615,0 0.583985,-0.10156 0.266601,-0.10579 0.457031,-0.29199 0.19043,-0.19043 0.291992,-0.4528 0.105794,-0.2666 0.105794,-0.59245 z" | ||||
style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8.66666698px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path342" /> | |||||
id="path346" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#dddddd" | style="fill:#dddddd" | ||||
d="M 26.5,370 H 28 v 2 h -1.5 z" | d="M 26.5,370 H 28 v 2 h -1.5 z" | ||||
id="rect94" /> | |||||
id="rect96" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,32 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 37 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect98" /> | |||||
id="rect100" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 6.5,62 h 34 v 10 h -34 z" | d="m 6.5,62 h 34 v 10 h -34 z" | ||||
id="rect100" /> | |||||
id="rect102" /> | |||||
<g | <g | ||||
aria-label="CLOCK" | aria-label="CLOCK" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text102"> | |||||
id="text104"> | |||||
<path | <path | ||||
d="m 14.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 14.64388,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path348" /> | |||||
id="path352" /> | |||||
<path | <path | ||||
d="m 17.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | d="m 17.261719,66.215495 h 2.073567 V 67 h -3.05013 v -4.739583 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path350" /> | |||||
id="path354" /> | |||||
<path | <path | ||||
d="m 24.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 24.576822,64.73763 q 0,0.69987 -0.247396,1.227214 -0.247395,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path352" /> | |||||
id="path356" /> | |||||
<path | <path | ||||
d="m 30.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | d="m 30.013671,65.421224 q -0.05534,0.764974 -0.566406,1.204427 -0.507813,0.439453 -1.341146,0.439453 -0.911458,0 -1.435547,-0.611979 -0.520833,-0.615234 -0.520833,-1.686198 v -0.289713 q 0,-0.683594 0.240885,-1.204427 0.240886,-0.520834 0.686849,-0.797526 0.449219,-0.279948 1.041667,-0.279948 0.820312,0 1.321614,0.439453 0.501303,0.439453 0.579428,1.233724 h -0.976563 q -0.03581,-0.458985 -0.257161,-0.664063 -0.218099,-0.208333 -0.667318,-0.208333 -0.488281,0 -0.732422,0.351562 -0.240885,0.348308 -0.247396,1.083985 v 0.358073 q 0,0.768229 0.23112,1.123046 0.234375,0.354818 0.735677,0.354818 0.452474,0 0.673828,-0.205078 0.22461,-0.208333 0.257162,-0.641276 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path354" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 33.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 33.787108,64.366537 35.518879,67 h -1.16211 z" | d="m 33.139322,65.098958 -0.507813,0.546875 V 67 h -0.976562 v -4.739583 h 0.976562 v 2.148437 l 0.429688,-0.589192 1.207682,-1.559245 h 1.201172 L 33.787108,64.366537 35.518879,67 h -1.16211 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path356" /> | |||||
id="path360" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,69 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 74 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect106" /> | |||||
id="rect108" /> | |||||
<g | <g | ||||
aria-label="RESET" | aria-label="RESET" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="text108"> | |||||
id="text110"> | |||||
<path | <path | ||||
d="M 13.677734,102.26497 H 12.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 12.89974 Z" | d="M 13.677734,102.26497 H 12.89974 V 104 h -0.976563 v -4.739583 h 1.761068 q 0.839843,0 1.295573,0.374349 0.455729,0.374344 0.455729,1.057944 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634765,0.51432 l 1.02539,1.93685 V 104 h -1.048177 z m -0.777994,-0.79101 h 0.78776 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 H 12.89974 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path360" /> | |||||
id="path364" /> | |||||
<path | <path | ||||
d="m 20.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 17.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 20.032552,101.94596 h -1.875 v 1.26953 h 2.200521 V 104 H 17.18099 v -4.739583 h 3.170572 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path362" /> | |||||
id="path366" /> | |||||
<path | <path | ||||
d="m 24.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | d="m 24.388672,102.75651 q 0,-0.27669 -0.195313,-0.42318 -0.195312,-0.14974 -0.703125,-0.3125 -0.507812,-0.16601 -0.804036,-0.32552 -0.807292,-0.4362 -0.807292,-1.17513 0,-0.38411 0.214844,-0.683591 0.218099,-0.302735 0.621745,-0.472006 0.406901,-0.16927 0.911458,-0.16927 0.507813,0 0.904948,0.185546 0.397135,0.182292 0.615234,0.517579 0.221354,0.335282 0.221354,0.761722 h -0.976562 q 0,-0.32552 -0.205078,-0.50456 -0.205078,-0.182293 -0.576172,-0.182293 -0.358073,0 -0.556641,0.152993 -0.198567,0.14974 -0.198567,0.39714 0,0.23112 0.23112,0.38737 0.234374,0.15625 0.686848,0.29297 0.833334,0.25065 1.214193,0.62174 0.380859,0.37109 0.380859,0.92448 0,0.61523 -0.465494,0.9668 -0.465495,0.3483 -1.253255,0.3483 -0.546875,0 -0.996094,-0.19856 -0.449219,-0.20183 -0.686849,-0.55013 -0.234375,-0.34831 -0.234375,-0.8073 h 0.979818 q 0,0.78451 0.9375,0.78451 0.348307,0 0.543619,-0.13997 0.195313,-0.14323 0.195313,-0.39714 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path364" /> | |||||
id="path368" /> | |||||
<path | <path | ||||
d="m 29.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | d="m 29.884115,101.94596 h -1.875 v 1.26953 h 2.20052 V 104 h -3.177083 v -4.739583 h 3.170573 v 0.791013 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path366" /> | |||||
id="path370" /> | |||||
<path | <path | ||||
d="M 35.415364,100.05143 H 33.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | d="M 35.415364,100.05143 H 33.963541 V 104 h -0.976563 v -3.94857 h -1.432291 v -0.791013 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1px;fill:#333333" | ||||
id="path368" /> | |||||
id="path372" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="STEPS" | aria-label="STEPS" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text112"> | |||||
id="text114"> | |||||
<path | <path | ||||
d="m 11.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.9648435,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617188,-0.36328 0.7460938,-0.56641 0.4882812,-0.20312 1.0937502,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738282,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246094,-0.60547 -0.246094,-0.21875 -0.691406,-0.21875 -0.429688,0 -0.667969,0.18359 -0.238281,0.17969 -0.238281,0.47657 0,0.27734 0.277343,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457032,0.44531 0.457032,1.10937 0,0.73828 -0.558594,1.16016 -0.558594,0.41797 -1.503906,0.41797 -0.65625,0 -1.195313,-0.23829 -0.5390625,-0.24218 -0.8242187,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757812 q 0,0.9414 1.1250005,0.9414 0.417968,0 0.652343,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 11.957031,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.9648435,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617188,-0.36328 0.7460938,-0.56641 0.4882812,-0.20312 1.0937502,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738282,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246094,-0.60547 -0.246094,-0.21875 -0.691406,-0.21875 -0.429688,0 -0.667969,0.18359 -0.238281,0.17969 -0.238281,0.47657 0,0.27734 0.277343,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457032,0.44531 0.457032,1.10937 0,0.73828 -0.558594,1.16016 -0.558594,0.41797 -1.503906,0.41797 -0.65625,0 -1.195313,-0.23829 -0.5390625,-0.24218 -0.8242187,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757812 q 0,0.9414 1.1250005,0.9414 0.417968,0 0.652343,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path371" /> | |||||
id="path375" /> | |||||
<path | <path | ||||
d="M 19.710937,116.26172 H 17.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 19.710937,116.26172 H 17.96875 V 121 h -1.171875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path373" /> | |||||
id="path377" /> | |||||
<path | <path | ||||
d="m 25.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 25.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 25.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 25.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path375" /> | |||||
id="path379" /> | |||||
<path | <path | ||||
d="M 29.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | d="M 29.054687,118.99609 V 121 h -1.171875 v -5.6875 h 2.21875 q 0.640625,0 1.125,0.23438 0.488282,0.23437 0.75,0.66796 0.261719,0.42969 0.261719,0.98047 0,0.83594 -0.574219,1.32032 -0.570312,0.48046 -1.582031,0.48046 z m 0,-0.94921 h 1.046875 q 0.464844,0 0.707032,-0.21875 0.246093,-0.21875 0.246093,-0.625 0,-0.41797 -0.246093,-0.67579 -0.246094,-0.25781 -0.679688,-0.26562 h -1.074219 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path377" /> | |||||
id="path381" /> | |||||
<path | <path | ||||
d="m 37.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 37,116.16797 36.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | d="m 37.488281,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 Q 37,116.16797 36.554687,116.16797 q -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41797 -1.503907,0.41797 -0.65625,0 -1.195312,-0.23829 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path379" /> | |||||
id="path383" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use114" | |||||
id="use116" | |||||
transform="translate(3.5,120)"> | transform="translate(3.5,120)"> | ||||
<g | <g | ||||
id="g212" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
aria-label="2" | |||||
aria-label="1" | |||||
transform="translate(-8.5,13.25833)" | transform="translate(-8.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text198"> | |||||
id="text200"> | |||||
<path | |||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="path386" /> | |||||
</g> | |||||
<g | |||||
aria-label="2" | |||||
transform="translate(-14.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | |||||
id="text202"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path382" /> | |||||
id="path389" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-14.802501,4.2574263)" | |||||
transform="translate(-13.714001,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text200"> | |||||
id="text204"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path385" /> | |||||
id="path392" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-11.958578,-6.3562389)" | |||||
transform="translate(-6.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text202"> | |||||
id="text206"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path388" /> | |||||
id="path395" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(-2,-11)" | |||||
transform="translate(2.7433982,-10.103726)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text204"> | |||||
id="text208"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path391" /> | |||||
id="path398" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(7.9585778,-6.3562389)" | |||||
transform="translate(9.7140013,-3.6375681)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text206"> | |||||
id="text210"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path394" /> | |||||
id="path401" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(10.802501,4.2574263)" | |||||
transform="translate(10.425309,5.8225242)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text208"> | |||||
id="text212"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path397" /> | |||||
id="path404" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(4.5,13.25833)" | transform="translate(4.5,13.25833)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text210"> | |||||
id="text214"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path400" /> | |||||
id="path407" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="FWD" | aria-label="FWD" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text118"> | |||||
id="text120"> | |||||
<path | <path | ||||
d="m 17.974739,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 h -2.109375 v 1.22396 h 1.875 z" | d="m 17.974739,163.06315 h -1.875 V 165 h -0.976562 v -4.73958 h 3.085937 v 0.79101 h -2.109375 v 1.22396 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path403" /> | |||||
id="path410" /> | |||||
<path | <path | ||||
d="m 24.473437,163.63281 0.638021,-3.37239 h 0.973307 L 25.033333,165 H 24.05026 L 23.278776,161.82943 22.507291,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | d="m 24.473437,163.63281 0.638021,-3.37239 h 0.973307 L 25.033333,165 H 24.05026 L 23.278776,161.82943 22.507291,165 h -0.983073 l -1.051432,-4.73958 h 0.973307 l 0.641276,3.36588 0.78125,-3.36588 h 0.826823 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path405" /> | |||||
id="path412" /> | |||||
<path | <path | ||||
d="m 28.615364,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.299479,-0.37435 -0.875651,-0.37435 z" | d="m 28.615364,165 v -4.73958 h 1.458334 q 0.625,0 1.116536,0.2832 0.494792,0.27995 0.771484,0.80078 0.276693,0.51758 0.276693,1.17839 v 0.2181 q 0,0.6608 -0.273437,1.17513 -0.270183,0.51432 -0.764974,0.79752 -0.494792,0.2832 -1.116537,0.28646 z m 0.976563,-3.94857 v 3.16406 h 0.472005 q 0.572917,0 0.875651,-0.37434 0.302734,-0.37435 0.309245,-1.07097 v -0.25065 q 0,-0.72265 -0.299479,-1.09375 -0.299479,-0.37435 -0.875651,-0.37435 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path407" /> | |||||
id="path414" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="REV" | aria-label="REV" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text120"> | |||||
id="text122"> | |||||
<path | <path | ||||
d="M 17.377734,198.26497 H 16.599739 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 H 17.3875 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 h -0.784506 z" | d="M 17.377734,198.26497 H 16.599739 V 200 h -0.976562 v -4.73958 h 1.761068 q 0.839843,0 1.295572,0.37435 0.45573,0.37434 0.45573,1.05794 0,0.48502 -0.211589,0.81055 -0.208333,0.32226 -0.634766,0.51432 l 1.025391,1.93685 V 200 h -1.048177 z m -0.777995,-0.79101 H 17.3875 q 0.367838,0 0.569661,-0.18555 0.201823,-0.1888 0.201823,-0.51758 0,-0.33528 -0.192057,-0.52734 -0.188802,-0.19206 -0.582682,-0.19206 h -0.784506 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path410" /> | |||||
id="path417" /> | |||||
<path | <path | ||||
d="m 24.732552,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 h -3.177084 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | d="m 24.732552,197.94596 h -1.875 v 1.26953 h 2.200521 V 200 h -3.177084 v -4.73958 h 3.170573 v 0.79101 h -2.19401 v 1.12956 h 1.875 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path412" /> | |||||
id="path419" /> | |||||
<path | <path | ||||
d="m 29.382291,198.82487 1.074219,-3.56445 h 1.08724 L 29.893359,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | d="m 29.382291,198.82487 1.074219,-3.56445 h 1.08724 L 29.893359,200 h -1.01888 l -1.64388,-4.73958 h 1.083984 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path414" /> | |||||
id="path421" /> | |||||
</g> | </g> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 200)" /> --> | ||||
<!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | <!-- <rect width="45" height="14" fill="#0f0" transform="translate(0 307)" /> --> | ||||
<g | <g | ||||
aria-label="SELECT" | aria-label="SELECT" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text124"> | |||||
id="text126"> | |||||
<path | <path | ||||
d="m 8.9570313,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | d="m 8.9570313,218.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path236" /> | |||||
id="path240" /> | |||||
<path | <path | ||||
d="m 15.851563,217.53516 h -2.25 v 1.52343 h 2.640624 V 220 h -3.812499 v -5.6875 h 3.804687 v 0.94922 h -2.632812 v 1.35547 h 2.25 z" | d="m 15.851563,217.53516 h -2.25 v 1.52343 h 2.640624 V 220 h -3.812499 v -5.6875 h 3.804687 v 0.94922 h -2.632812 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path238" /> | |||||
id="path242" /> | |||||
<path | <path | ||||
d="m 19.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | d="m 19.601562,219.05859 h 2.488282 V 220 h -3.660157 v -5.6875 h 1.171875 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path240" /> | |||||
id="path244" /> | |||||
<path | <path | ||||
d="m 27.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 28.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | d="m 27.679687,217.53516 h -2.25 v 1.52343 h 2.640625 V 220 h -3.8125 v -5.6875 H 28.0625 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path242" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="m 34.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | d="m 34.722656,218.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722657,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289063,-1.44532 0.289062,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878907,0.42188 -0.289062,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277344,1.34765 0.28125,0.42578 0.882813,0.42578 0.542968,0 0.808593,-0.24609 0.269532,-0.25 0.308594,-0.76953 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path244" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 41.164062,215.26172 H 39.421875 V 220 H 38.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | d="M 41.164062,215.26172 H 39.421875 V 220 H 38.25 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path246" /> | |||||
id="path250" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use126" | |||||
id="use128" | |||||
transform="translate(1,222)"> | transform="translate(1,222)"> | ||||
<g | <g | ||||
id="g232" | |||||
id="g236" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
transform="translate(-12,19.320508)" | transform="translate(-12,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text216"> | |||||
id="text220"> | |||||
<path | <path | ||||
d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | d="M 2.6074218,0 H 1.6666666 v -3.626302 l -1.12304682,0.3483073 v -0.764974 L 2.5065104,-4.7460936 h 0.1009114 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path249" /> | |||||
id="path253" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
transform="translate(-21.11586,7.8808065)" | transform="translate(-21.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text218"> | |||||
id="text222"> | |||||
<path | <path | ||||
d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | d="M 3.5709635,0 H 0.32226562 V -0.64453123 L 1.8554687,-2.2786458 q 0.3157552,-0.3450521 0.4654948,-0.6022135 0.1529948,-0.2571615 0.1529948,-0.4882812 0,-0.3157552 -0.1595052,-0.4947917 -0.1595052,-0.1822917 -0.4557292,-0.1822917 -0.3190104,0 -0.5045573,0.2213542 -0.1822916,0.218099 -0.1822916,0.5761719 H 0.22786458 q 0,-0.4329427 0.20507812,-0.7910156 0.20833333,-0.358073 0.5859375,-0.5598959 0.3776041,-0.2050781 0.8561198,-0.2050781 0.7324218,0 1.1360676,0.3515625 0.4069011,0.3515625 0.4069011,0.9928385 0,0.3515625 -0.1822917,0.7161458 -0.1822917,0.3645834 -0.625,0.8496094 l -1.0774739,1.13606768 h 2.0377604 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path252" /> | |||||
id="path256" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
transform="translate(-20.02154,-6.6731817)" | transform="translate(-20.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text220"> | |||||
id="text224"> | |||||
<path | <path | ||||
d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | d="m 1.2792968,-2.7864583 h 0.5013021 q 0.3580729,0 0.530599,-0.1790364 0.172526,-0.1790365 0.172526,-0.4752604 0,-0.2864584 -0.172526,-0.4459636 -0.1692709,-0.1595052 -0.46875,-0.1595052 -0.2701823,0 -0.452474,0.1497396 -0.1822916,0.1464844 -0.1822916,0.3841146 H 0.26692708 q 0,-0.3710937 0.1985677,-0.6640625 0.20182291,-0.2962239 0.55989582,-0.4622396 0.3613281,-0.1660156 0.7942708,-0.1660156 0.7519531,0 1.1783854,0.3613281 0.4264323,0.3580729 0.4264323,0.9895833 0,0.3255209 -0.1985677,0.5989584 -0.1985677,0.2734375 -0.5208333,0.4199218 0.4003906,0.1432292 0.5957031,0.4296875 0.1985677,0.2864583 0.1985677,0.6770833 0,0.63151043 -0.4622396,1.0123698 -0.4589844,0.38085937 -1.2174479,0.38085937 -0.7096354,0 -1.16210933,-0.37434895 Q 0.20833333,-0.68359373 0.20833333,-1.2988281 H 1.1490885 q 0,0.2669271 0.1985677,0.43619791 0.2018229,0.16927083 0.4947917,0.16927083 0.3352864,0 0.5240885,-0.17578124 0.1920573,-0.1790365 0.1920573,-0.4720052 0,-0.7096354 -0.78125,-0.7096354 H 1.2792968 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path255" /> | |||||
id="path259" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
transform="translate(-9.2975357,-16.621116)" | transform="translate(-9.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text222"> | |||||
id="text226"> | |||||
<path | <path | ||||
d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | d="M 3.1054687,-1.7838541 H 3.642578 v 0.7584635 H 3.1054687 V 0 H 2.1647135 V -1.0253906 H 0.22135416 L 0.17903645,-1.6178385 2.1549479,-4.7395832 h 0.9505208 z m -1.9889323,0 h 1.0481771 v -1.6731771 l -0.061849,0.1074219 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path258" /> | |||||
id="path262" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
transform="translate(5.2975357,-16.621116)" | transform="translate(5.2975357,-16.621116)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text224"> | |||||
id="text228"> | |||||
<path | <path | ||||
d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | d="m 0.46223957,-2.3307291 0.2734375,-2.4088541 H 3.391927 V -3.955078 H 1.5071614 l -0.1171875,1.0188802 q 0.3352865,-0.1790365 0.7128906,-0.1790365 0.6770834,0 1.0611979,0.4199219 0.3841146,0.4199218 0.3841146,1.1751301 0,0.4589844 -0.1953125,0.82356773 -0.1920573,0.36132812 -0.5533854,0.56315103 -0.3613281,0.19856771 -0.8528646,0.19856771 -0.4296875,0 -0.797526,-0.17252604 Q 0.78124998,-0.28320312 0.56640624,-0.59895832 0.3548177,-0.91471352 0.34179687,-1.3183593 H 1.2727864 q 0.029297,0.2962239 0.2050781,0.46223953 0.1790365,0.16276041 0.4654948,0.16276041 0.3190104,0 0.4915365,-0.22786458 0.172526,-0.23111976 0.172526,-0.65104166 0,-0.4036458 -0.1985677,-0.6184896 -0.1985677,-0.2148437 -0.563151,-0.2148437 -0.3352865,0 -0.5436198,0.1757812 l -0.091146,0.084636 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path261" /> | |||||
id="path265" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
transform="translate(16.02154,-6.6731817)" | transform="translate(16.02154,-6.6731817)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text226"> | |||||
id="text230"> | |||||
<path | <path | ||||
d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | d="m 2.8743489,-4.7884113 v 0.7747395 h -0.091146 q -0.6380209,0.00977 -1.0286459,0.3320313 -0.3873697,0.3222656 -0.4654947,0.8951822 0.3776041,-0.3841145 0.953776,-0.3841145 0.6184896,0 0.9830729,0.4427083 0.3645833,0.4427083 0.3645833,1.1653645 0,0.4622396 -0.2018229,0.83658856 -0.1985677,0.37434895 -0.5664062,0.58268228 -0.3645834,0.20833333 -0.8268229,0.20833333 -0.7486979,0 -1.21093751,-0.52083333 Q 0.32552083,-0.97656248 0.32552083,-1.8457031 v -0.3385416 q 0,-0.7714844 0.28971353,-1.3606771 0.29296874,-0.5924479 0.83658854,-0.9147135 0.546875,-0.3255208 1.266276,-0.328776 z m -0.9179687,2.3730468 q -0.2278646,0 -0.4134115,0.1204427 -0.1855469,0.1171875 -0.2734375,0.3125 v 0.2864583 q 0,0.4720052 0.1855469,0.73893227 0.1855469,0.26367187 0.5208333,0.26367187 0.3027344,0 0.4882812,-0.2376302 0.1888021,-0.24088544 0.1888021,-0.62174474 0,-0.3873698 -0.1888021,-0.625 -0.188802,-0.2376302 -0.5078124,-0.2376302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path264" /> | |||||
id="path268" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
transform="translate(17.11586,7.8808065)" | transform="translate(17.11586,7.8808065)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text228"> | |||||
id="text232"> | |||||
<path | <path | ||||
d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | d="M 3.5449218,-4.2122395 1.7122395,0 H 0.71940102 L 2.5553385,-3.9778645 H 0.1985677 v -0.7617187 h 3.3463541 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path267" /> | |||||
id="path271" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
transform="translate(8,19.320508)" | transform="translate(8,19.320508)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="text230"> | |||||
id="text234"> | |||||
<path | <path | ||||
d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | d="m 3.4114583,-3.4798176 q 0,0.345052 -0.1725261,0.6119791 -0.172526,0.2669271 -0.4752604,0.4264323 0.3450521,0.1660156 0.546875,0.4589844 0.2018229,0.2897135 0.2018229,0.6835937 0,0.63151041 -0.4296875,0.99934894 -0.4296875,0.36458333 -1.1686197,0.36458333 -0.7389323,0 -1.17187502,-0.36783854 -0.4329427,-0.36783853 -0.4329427,-0.99609373 0,-0.3938802 0.20182292,-0.6868489 0.20182291,-0.2929688 0.5436198,-0.4557292 -0.30273439,-0.1595052 -0.47526043,-0.4264323 -0.16927083,-0.2669271 -0.16927083,-0.6119791 0,-0.6054688 0.40364582,-0.9635417 0.40364584,-0.3613281 1.09700514,-0.3613281 0.6901042,0 1.09375,0.3580729 0.4069011,0.3548177 0.4069011,0.9667969 z m -0.843099,2.1126301 q 0,-0.3092448 -0.1790364,-0.4947916 Q 2.2102864,-2.047526 1.907552,-2.047526 q -0.2994791,0 -0.4785156,0.1855469 Q 1.25,-1.6796875 1.25,-1.3671875 q 0,0.3027344 0.1757812,0.48828127 0.1757813,0.18554687 0.4882813,0.18554687 0.3059895,0 0.4785156,-0.17903645 0.1757812,-0.17903649 0.1757812,-0.49479169 z m -0.097656,-2.0670572 q 0,-0.2766927 -0.1464844,-0.4427083 -0.1464844,-0.1692709 -0.4134115,-0.1692709 -0.2636718,0 -0.4101562,0.1627605 -0.1464844,0.1627604 -0.1464844,0.4492187 0,0.2832031 0.1464844,0.4557291 0.1464844,0.1725261 0.4134115,0.1725261 0.266927,0 0.4101562,-0.1725261 0.1464844,-0.172526 0.1464844,-0.4557291 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;fill:#333333" | ||||
id="path270" /> | |||||
id="path274" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g132" | |||||
id="g134" | |||||
transform="translate(6.5,267)"> | transform="translate(6.5,267)"> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | ||||
id="rect128" /> | |||||
id="rect130" /> | |||||
<g | <g | ||||
aria-label="CV" | aria-label="CV" | ||||
transform="translate(11.5,35)" | transform="translate(11.5,35)" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text130"> | |||||
id="text132"> | |||||
<path | <path | ||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path274" /> | |||||
id="path278" /> | |||||
<path | <path | ||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path276" /> | |||||
id="path280" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#fafafa" | style="fill:#fafafa" | ||||
d="m 11.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | d="m 11.5,321 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 v -29 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect136" /> | |||||
id="rect138" /> | |||||
<g | <g | ||||
aria-label="IN" | aria-label="IN" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text138"> | |||||
id="text140"> | |||||
<path | <path | ||||
d="m 20.461589,356 h -0.976563 v -4.73958 h 0.976563 z" | d="m 20.461589,356 h -0.976563 v -4.73958 h 0.976563 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path280" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 27.217448,356 h -0.976563 l -1.901041,-3.11849 V 356 h -0.976563 v -4.73958 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | d="m 27.217448,356 h -0.976563 l -1.901041,-3.11849 V 356 h -0.976563 v -4.73958 h 0.976563 l 1.904296,3.125 v -3.125 h 0.973308 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path282" /> | |||||
id="path286" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
style="fill:#bbbbbb" | style="fill:#bbbbbb" | ||||
d="m 54.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | d="m 54.5,23 h 24 c 2.77,0 5,2.23 5,5 v 327 c 0,2.77 -2.23,5 -5,5 h -24 c -2.77,0 -5,-2.23 -5,-5 V 28 c 0,-2.77 2.23,-5 5,-5 z" | ||||
id="rect142" /> | |||||
id="rect144" /> | |||||
<g | <g | ||||
aria-label="OUT" | aria-label="OUT" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text144"> | |||||
id="text146"> | |||||
<path | <path | ||||
d="m 62.316406,29.73763 q 0,0.69987 -0.247396,1.227214 -0.247396,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | d="m 62.316406,29.73763 q 0,0.69987 -0.247396,1.227214 -0.247396,0.527344 -0.709635,0.813802 -0.458984,0.286458 -1.054688,0.286458 -0.589192,0 -1.051432,-0.283203 -0.462239,-0.283203 -0.716146,-0.807292 -0.253906,-0.527343 -0.257161,-1.210937 v -0.234375 q 0,-0.69987 0.250651,-1.230469 0.253906,-0.533854 0.712891,-0.817057 0.462239,-0.286458 1.054687,-0.286458 0.592448,0 1.051432,0.286458 0.46224,0.283203 0.712891,0.817057 0.253906,0.530599 0.253906,1.227214 z m -0.989583,-0.214843 q 0,-0.745443 -0.266927,-1.132813 -0.266927,-0.38737 -0.761719,-0.38737 -0.491536,0 -0.758463,0.384115 -0.266928,0.380859 -0.270183,1.119791 v 0.23112 q 0,0.725912 0.266927,1.126302 0.266927,0.400391 0.768229,0.400391 0.491537,0 0.755209,-0.384115 0.263672,-0.387369 0.266927,-1.126302 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path286" /> | |||||
id="path290" /> | |||||
<path | <path | ||||
d="m 68.619792,27.260417 v 3.121744 q 0,0.777995 -0.488282,1.230469 -0.485026,0.452474 -1.328125,0.452474 -0.830078,0 -1.318359,-0.439453 -0.488281,-0.439453 -0.498047,-1.207682 v -3.157552 h 0.976563 v 3.128255 q 0,0.465495 0.221354,0.680338 0.224609,0.211589 0.618489,0.211589 0.823568,0 0.836589,-0.865885 v -3.154297 z" | d="m 68.619792,27.260417 v 3.121744 q 0,0.777995 -0.488282,1.230469 -0.485026,0.452474 -1.328125,0.452474 -0.830078,0 -1.318359,-0.439453 -0.488281,-0.439453 -0.498047,-1.207682 v -3.157552 h 0.976563 v 3.128255 q 0,0.465495 0.221354,0.680338 0.224609,0.211589 0.618489,0.211589 0.823568,0 0.836589,-0.865885 v -3.154297 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path288" /> | |||||
id="path292" /> | |||||
<path | <path | ||||
d="M 74.988281,28.051432 H 73.536458 V 32 h -0.976563 v -3.948568 h -1.432291 v -0.791015 h 3.860677 z" | d="M 74.988281,28.051432 H 73.536458 V 32 h -0.976563 v -3.948568 h -1.432291 v -0.791015 h 3.860677 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path290" /> | |||||
id="path294" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="1" | aria-label="1" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text146"> | |||||
id="text148"> | |||||
<path | <path | ||||
d="m 63.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | d="m 63.107422,67 h -0.940755 v -3.626302 l -1.123047,0.348307 v -0.764974 l 1.96289,-0.703125 h 0.100912 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path293" /> | |||||
id="path297" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="2" | aria-label="2" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text148"> | |||||
id="text150"> | |||||
<path | <path | ||||
d="m 64.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | d="m 64.070963,108.3 h -3.248697 v -0.64453 l 1.533203,-1.63411 q 0.315755,-0.34505 0.465494,-0.60222 0.152995,-0.25716 0.152995,-0.48828 0,-0.31575 -0.159505,-0.49479 -0.159505,-0.18229 -0.455729,-0.18229 -0.31901,0 -0.504557,0.22135 -0.182292,0.2181 -0.182292,0.57618 h -0.94401 q 0,-0.43295 0.205078,-0.79102 0.208333,-0.35807 0.585937,-0.5599 0.377604,-0.20507 0.85612,-0.20507 0.732422,0 1.136068,0.35156 0.406901,0.35156 0.406901,0.99284 0,0.35156 -0.182292,0.71614 -0.182292,0.36459 -0.625,0.84961 l -1.077474,1.13607 h 2.03776 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path296" /> | |||||
id="path300" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="3" | aria-label="3" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text150"> | |||||
id="text152"> | |||||
<path | <path | ||||
d="m 61.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | d="m 61.779297,147.81355 h 0.501302 q 0.358073,0 0.530599,-0.17904 0.172526,-0.17904 0.172526,-0.47526 0,-0.28646 -0.172526,-0.44596 -0.169271,-0.15951 -0.46875,-0.15951 -0.270182,0 -0.452474,0.14974 -0.182292,0.14649 -0.182292,0.38412 h -0.940755 q 0,-0.3711 0.198568,-0.66407 0.201823,-0.29622 0.559896,-0.46224 0.361328,-0.16601 0.79427,-0.16601 0.751954,0 1.178386,0.36133 0.426432,0.35807 0.426432,0.98958 0,0.32552 -0.198568,0.59896 -0.198567,0.27344 -0.520833,0.41992 0.400391,0.14323 0.595703,0.42969 0.198568,0.28646 0.198568,0.67708 0,0.63151 -0.46224,1.01237 -0.458984,0.38086 -1.217448,0.38086 -0.709635,0 -1.162109,-0.37435 -0.449219,-0.37435 -0.449219,-0.98958 h 0.940756 q 0,0.26693 0.198567,0.4362 0.201823,0.16927 0.494792,0.16927 0.335286,0 0.524088,-0.17578 0.192058,-0.17904 0.192058,-0.47201 0,-0.70964 -0.78125,-0.70964 h -0.498047 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path299" /> | |||||
id="path303" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="4" | aria-label="4" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text152"> | |||||
id="text154"> | |||||
<path | <path | ||||
d="m 63.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | d="m 63.605469,189.11614 h 0.537109 v 0.75846 h -0.537109 v 1.02539 h -0.940756 v -1.02539 h -1.943359 l -0.04232,-0.59244 1.975912,-3.12175 h 0.950521 z m -1.988933,0 h 1.048177 v -1.67318 l -0.06185,0.10742 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path302" /> | |||||
id="path306" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="5" | aria-label="5" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text154"> | |||||
id="text156"> | |||||
<path | <path | ||||
d="m 60.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | d="m 60.96224,229.76928 0.273437,-2.40886 h 2.65625 v 0.78451 h -1.884766 l -0.117187,1.01888 q 0.335286,-0.17904 0.712891,-0.17904 0.677083,0 1.061197,0.41992 0.384115,0.41993 0.384115,1.17513 0,0.45899 -0.195312,0.82357 -0.192058,0.36133 -0.553386,0.56315 -0.361328,0.19857 -0.852864,0.19857 -0.429688,0 -0.797526,-0.17253 -0.367839,-0.17578 -0.582683,-0.49153 -0.211588,-0.31576 -0.224609,-0.7194 h 0.930989 q 0.0293,0.29622 0.205079,0.46224 0.179036,0.16276 0.465494,0.16276 0.319011,0 0.491537,-0.22787 0.172526,-0.23112 0.172526,-0.65104 0,-0.40365 -0.198568,-0.61849 -0.198568,-0.21484 -0.563151,-0.21484 -0.335286,0 -0.54362,0.17578 l -0.09115,0.0846 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path305" /> | |||||
id="path309" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="6" | aria-label="6" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text156"> | |||||
id="text158"> | |||||
<path | <path | ||||
d="m 63.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | d="m 63.374349,268.61158 v 0.77474 h -0.09115 q -0.638021,0.01 -1.028646,0.33203 -0.38737,0.32227 -0.465495,0.89519 0.377605,-0.38412 0.953776,-0.38412 0.61849,0 0.983073,0.44271 0.364584,0.44271 0.364584,1.16536 0,0.46224 -0.201823,0.83659 -0.198568,0.37435 -0.566406,0.58268 -0.364584,0.20834 -0.826823,0.20834 -0.748698,0 -1.210938,-0.52084 -0.458984,-0.52083 -0.458984,-1.38997 v -0.33854 q 0,-0.77149 0.289713,-1.36068 0.292969,-0.59245 0.836589,-0.91471 0.546875,-0.32552 1.266276,-0.32878 z m -0.917969,2.37305 q -0.227864,0 -0.413411,0.12044 -0.185547,0.11719 -0.273438,0.3125 v 0.28646 q 0,0.47201 0.185547,0.73893 0.185547,0.26367 0.520833,0.26367 0.302735,0 0.488282,-0.23763 0.188802,-0.24088 0.188802,-0.62174 0,-0.38737 -0.188802,-0.625 -0.188802,-0.23763 -0.507813,-0.23763 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path308" /> | |||||
id="path312" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="7" | aria-label="7" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text158"> | |||||
id="text160"> | |||||
<path | <path | ||||
d="m 64.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | d="m 64.044922,310.48777 -1.832682,4.21224 h -0.992839 l 1.835937,-3.97786 h -2.35677 v -0.76172 h 3.346354 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path311" /> | |||||
id="path315" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="8" | aria-label="8" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text160"> | |||||
id="text162"> | |||||
<path | <path | ||||
d="m 63.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | d="m 63.911458,352.52018 q 0,0.34505 -0.172526,0.61198 -0.172526,0.26693 -0.47526,0.42643 0.345052,0.16602 0.546875,0.45899 0.201823,0.28971 0.201823,0.68359 0,0.63151 -0.429688,0.99935 -0.429687,0.36458 -1.16862,0.36458 -0.738932,0 -1.171875,-0.36783 -0.432942,-0.36784 -0.432942,-0.9961 0,-0.39388 0.201823,-0.68685 0.201823,-0.29297 0.543619,-0.45573 -0.302734,-0.1595 -0.47526,-0.42643 -0.169271,-0.26693 -0.169271,-0.61198 0,-0.60547 0.403646,-0.96354 0.403646,-0.36133 1.097005,-0.36133 0.690104,0 1.09375,0.35808 0.406901,0.35481 0.406901,0.96679 z m -0.843099,2.11263 q 0,-0.30924 -0.179036,-0.49479 -0.179037,-0.18555 -0.481771,-0.18555 -0.299479,0 -0.478516,0.18555 -0.179036,0.18229 -0.179036,0.49479 0,0.30274 0.175781,0.48828 0.175781,0.18555 0.488281,0.18555 0.30599,0 0.478516,-0.17904 0.175781,-0.17903 0.175781,-0.49479 z m -0.09766,-2.06705 q 0,-0.2767 -0.146484,-0.44271 -0.146485,-0.16927 -0.413412,-0.16927 -0.263672,0 -0.410156,0.16276 -0.146484,0.16276 -0.146484,0.44922 0,0.2832 0.146484,0.45572 0.146484,0.17253 0.413411,0.17253 0.266928,0 0.410157,-0.17253 0.146484,-0.17252 0.146484,-0.45572 z" | ||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path314" /> | |||||
id="path318" /> | |||||
</g> | </g> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 47)" /> --> | ||||
<!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | <!-- <polyline points="0,0 90,0" stroke="#f00" stroke-width="1" fill="none" transform="translate(0 336)" /> --> | ||||
@@ -11,11 +11,11 @@ | |||||
width="45" | width="45" | ||||
height="380" | height="380" | ||||
viewBox="0 0 45 380" | viewBox="0 0 45 380" | ||||
id="svg171" | |||||
id="svg161" | |||||
sodipodi:docname="svg_render_tmp.svg" | sodipodi:docname="svg_render_tmp.svg" | ||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | ||||
<metadata | <metadata | ||||
id="metadata175"> | |||||
id="metadata165"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -36,7 +36,7 @@ | |||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:window-width="468" | inkscape:window-width="468" | ||||
inkscape:window-height="449" | inkscape:window-height="449" | ||||
id="namedview173" | |||||
id="namedview163" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:zoom="0.62105263" | inkscape:zoom="0.62105263" | ||||
inkscape:cx="22.5" | inkscape:cx="22.5" | ||||
@@ -44,7 +44,7 @@ | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | inkscape:window-y="0" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:current-layer="svg171" /> | |||||
inkscape:current-layer="svg161" /> | |||||
<style | <style | ||||
id="style2"> | id="style2"> | ||||
text { | text { | ||||
@@ -381,19 +381,19 @@ | |||||
<path | <path | ||||
d="m -367.768,5.7106669 q 0.14933,0 0.23333,0.1026667 0.084,0.093333 0.084,0.2426666 0,0.074667 -0.028,0.1773334 l -1.904,6.4586664 q -0.0467,0.149333 -0.14933,0.233333 Q -369.62533,13 -369.756,13 q -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.512,-5.5159995 -1.50267,5.5066665 q -0.0467,0.14 -0.14933,0.224 -0.0933,0.084 -0.224,0.084 -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.91333,-6.4679994 q -0.028,-0.1026667 -0.028,-0.168 0,-0.1586667 0.0933,-0.252 0.0933,-0.1026667 0.24267,-0.1026667 0.26133,0 0.35466,0.28 l 1.61467,5.6280001 1.53067,-5.4693334 q 0.028,-0.1026667 0.12133,-0.168 0.10267,-0.065333 0.224,-0.065333 0.12133,0 0.21467,0.065333 0.0933,0.065333 0.13066,0.1773333 l 1.54,5.4693331 1.624,-5.6746664 q 0.0747,-0.2426667 0.35467,-0.2426667 z" | d="m -367.768,5.7106669 q 0.14933,0 0.23333,0.1026667 0.084,0.093333 0.084,0.2426666 0,0.074667 -0.028,0.1773334 l -1.904,6.4586664 q -0.0467,0.149333 -0.14933,0.233333 Q -369.62533,13 -369.756,13 q -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.512,-5.5159995 -1.50267,5.5066665 q -0.0467,0.14 -0.14933,0.224 -0.0933,0.084 -0.224,0.084 -0.13067,0 -0.23333,-0.084 -0.0933,-0.084 -0.13067,-0.214667 l -1.91333,-6.4679994 q -0.028,-0.1026667 -0.028,-0.168 0,-0.1586667 0.0933,-0.252 0.0933,-0.1026667 0.24267,-0.1026667 0.26133,0 0.35466,0.28 l 1.61467,5.6280001 1.53067,-5.4693334 q 0.028,-0.1026667 0.12133,-0.168 0.10267,-0.065333 0.224,-0.065333 0.12133,0 0.21467,0.065333 0.0933,0.065333 0.13066,0.1773333 l 1.54,5.4693331 1.624,-5.6746664 q 0.0747,-0.2426667 0.35467,-0.2426667 z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path353" /> | |||||
id="path349" /> | |||||
<path | <path | ||||
d="m -359.00358,12.486667 q 0.0373,0.06533 0.0373,0.149333 0,0.149333 -0.112,0.261333 Q -359.18092,13 -359.33025,13 q -0.24267,0 -0.34533,-0.224 l -0.62534,-1.512 h -3.612 l -0.62533,1.512 q -0.0747,0.224 -0.336,0.224 -0.15867,0 -0.26133,-0.102667 -0.0933,-0.112 -0.0933,-0.261333 0,-0.09333 0.028,-0.158667 l 2.744,-6.5146661 q 0.10267,-0.252 0.35467,-0.252 0.252,0 0.34533,0.252 z m -1.54934,-1.848 -1.54933,-3.7426668 -1.54933,3.7426668 z" | d="m -359.00358,12.486667 q 0.0373,0.06533 0.0373,0.149333 0,0.149333 -0.112,0.261333 Q -359.18092,13 -359.33025,13 q -0.24267,0 -0.34533,-0.224 l -0.62534,-1.512 h -3.612 l -0.62533,1.512 q -0.0747,0.224 -0.336,0.224 -0.15867,0 -0.26133,-0.102667 -0.0933,-0.112 -0.0933,-0.261333 0,-0.09333 0.028,-0.158667 l 2.744,-6.5146661 q 0.10267,-0.252 0.35467,-0.252 0.252,0 0.34533,0.252 z m -1.54934,-1.848 -1.54933,-3.7426668 -1.54933,3.7426668 z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path355" /> | |||||
id="path351" /> | |||||
<path | <path | ||||
d="m -355.04642,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 6.2346661 h 3.64934 q 0.15866,0 0.26133,0.102667 0.10267,0.09333 0.10267,0.242667 0,0.149333 -0.10267,0.252 Q -350.87442,13 -351.03308,13 Z" | d="m -355.04642,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 6.2346661 h 3.64934 q 0.15866,0 0.26133,0.102667 0.10267,0.09333 0.10267,0.242667 0,0.149333 -0.10267,0.252 Q -350.87442,13 -351.03308,13 Z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path357" /> | |||||
id="path353" /> | |||||
<path | <path | ||||
d="m -346.64017,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 3.1733332 l 3.40667,-3.4066665 q 0.13067,-0.1306667 0.28933,-0.1306667 0.15867,0 0.24267,0.093333 0.0933,0.093333 0.0933,0.2333334 0,0.168 -0.12133,0.2986666 l -2.55733,2.5573333 2.58533,3.5279995 q 0.0747,0.121334 0.0747,0.224 0,0.14 -0.10267,0.252 Q -342.45883,13 -342.59883,13 q -0.20534,0 -0.308,-0.158667 l -2.53867,-3.4346662 -0.83067,0.8400002 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -346.4815,13 -346.64017,13 Z" | d="m -346.64017,13 q -0.14933,0 -0.26133,-0.102667 -0.10267,-0.112 -0.10267,-0.261333 V 6.0746669 q 0,-0.1493333 0.10267,-0.252 0.112,-0.112 0.26133,-0.112 0.15867,0 0.26134,0.1026667 0.10266,0.1026666 0.10266,0.2613333 v 3.1733332 l 3.40667,-3.4066665 q 0.13067,-0.1306667 0.28933,-0.1306667 0.15867,0 0.24267,0.093333 0.0933,0.093333 0.0933,0.2333334 0,0.168 -0.12133,0.2986666 l -2.55733,2.5573333 2.58533,3.5279995 q 0.0747,0.121334 0.0747,0.224 0,0.14 -0.10267,0.252 Q -342.45883,13 -342.59883,13 q -0.20534,0 -0.308,-0.158667 l -2.53867,-3.4346662 -0.83067,0.8400002 V 12.636 q 0,0.149333 -0.10266,0.261333 Q -346.4815,13 -346.64017,13 Z" | ||||
style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | style="font-weight:normal;font-size:9.33333302px;font-family:Comfortaa, sans-serif;letter-spacing:2.5px;fill:#333333" | ||||
id="path359" /> | |||||
id="path355" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="g115" | id="g115" | ||||
@@ -405,15 +405,15 @@ | |||||
<path | <path | ||||
d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | d="m 7.2096352,-1.4355468 q 0,0.21875 -0.077474,0.469401 -0.072917,0.25065103 -0.2460937,0.46484373 -0.1686198,0.2141927 -0.4420573,0.36002603 Q 6.1705727,0 5.7740883,0 H 1.2760416 Q 1.1484375,0 1.0390625,-0.04557292 0.92968747,-0.09114583 0.84765622,-0.16861979 q -0.077474,-0.0820312 -0.12304687,-0.19140624 -0.0455729,-0.109375 -0.0455729,-0.23697916 V -5.9381508 q 0,-0.1230469 0.0455729,-0.2324219 0.0455729,-0.109375 0.12304687,-0.1914062 0.0820313,-0.082031 0.19140628,-0.1276042 0.109375,-0.045573 0.2369791,-0.045573 h 3.9648436 q 0.21875,0 0.4694011,0.077474 0.250651,0.077474 0.4648437,0.2506511 0.21875,0.1686197 0.360026,0.4420572 0.1458334,0.2734375 0.1458334,0.6699219 v 0.2233073 q 0,0.3144531 -0.1048177,0.6790364 -0.1048178,0.360026 -0.3372396,0.6835937 0.2005208,0.1230469 0.3736979,0.296224 0.1777344,0.1731771 0.3098958,0.4010416 0.1321615,0.2278646 0.2096354,0.514974 0.077474,0.2871093 0.077474,0.6334635 z M 6.0247394,-1.6634114 q 0,-0.2324219 -0.072917,-0.4147135 Q 5.878906,-2.2649739 5.7467446,-2.3971353 5.6145831,-2.5292968 5.4277342,-2.5976562 5.2408852,-2.6705728 5.0084634,-2.6705728 H 2.3378905 v -1.1940104 h 2.1373698 q 0.2324218,0 0.4192708,-0.068359 0.1868489,-0.072917 0.3190104,-0.2050781 0.1321614,-0.1321614 0.2005208,-0.3144531 0.072917,-0.186849 0.072917,-0.4192708 v -0.2233073 q 0,-0.2552083 -0.2460938,-0.2552083 h -3.376953 v 4.1653644 h 3.9101561 q 0.031901,0 0.077474,-0.00456 0.045573,-0.00456 0.082031,-0.027344 0.036458,-0.022787 0.063802,-0.077474 0.027344,-0.054687 0.027344,-0.1503906 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path362" /> | |||||
id="path358" /> | |||||
<path | <path | ||||
d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | d="m 16.683594,-0.59700519 q 0,0.12760416 -0.04557,0.23697916 -0.04557,0.109375 -0.127605,0.19140624 -0.07747,0.07747396 -0.186849,0.12304687 Q 16.214192,0 16.086588,0 h -4.274739 q -0.164063,0 -0.355469,-0.03645833 -0.186849,-0.04101563 -0.373698,-0.12304687 -0.182291,-0.0820313 -0.350911,-0.20963541 -0.16862,-0.13216146 -0.300781,-0.31445312 -0.127605,-0.18684895 -0.205079,-0.42838537 -0.07747,-0.2460938 -0.07747,-0.5514323 v -3.2083332 q 0,-0.1640625 0.03646,-0.3509115 0.04101,-0.1914062 0.123047,-0.3736979 0.08203,-0.1868489 0.214192,-0.3554687 0.132162,-0.1686198 0.314453,-0.296224 0.186849,-0.1321614 0.428386,-0.2096354 0.241536,-0.077474 0.546875,-0.077474 h 4.817057 v 1.1848958 h -4.817057 q -0.232422,0 -0.355469,0.1230468 -0.123047,0.1230469 -0.123047,0.3645834 v 3.1992186 q 0,0.2278646 0.123047,0.3554687 0.127604,0.1230469 0.355469,0.1230469 h 3.686849 v -1.485677 h -3.153646 v -1.1940104 h 3.741536 q 0.127604,0 0.236979,0.05013 0.109375,0.045573 0.186849,0.1276042 0.08203,0.082031 0.127605,0.1914062 0.04557,0.1048177 0.04557,0.2278646 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path364" /> | |||||
id="path360" /> | |||||
<path | <path | ||||
d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | d="M 26.339842,0 H 25.154946 V -1.6041666 H 20.989582 V 0 h -1.184896 v -3.267578 q 0,-0.7154948 0.246094,-1.3170573 0.246094,-0.6015624 0.683594,-1.0345051 0.4375,-0.4329427 1.034505,-0.6744792 0.597005,-0.2415364 1.303385,-0.2415364 h 2.670573 q 0.123047,0 0.232422,0.045573 0.109375,0.045573 0.191406,0.1276042 0.08203,0.082031 0.127604,0.1914062 0.04557,0.109375 0.04557,0.2324219 z m -5.35026,-2.7890624 h 4.165364 v -2.5611978 h -2.082682 q -0.05469,0 -0.232422,0.018229 -0.173177,0.013672 -0.405599,0.077474 -0.227864,0.063802 -0.483072,0.1959635 -0.255209,0.1321615 -0.469402,0.3645833 -0.214192,0.2324219 -0.355468,0.5833334 -0.136719,0.3463541 -0.136719,0.8430989 z" | ||||
style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:9.33333302px;font-family:Audiowide, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path366" /> | |||||
id="path362" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
transform="translate(11.5,-5)" | transform="translate(11.5,-5)" | ||||
@@ -429,168 +429,146 @@ | |||||
<path | <path | ||||
d="M 12.613281,22.917969 H 11.679688 V 25 h -1.171875 v -5.6875 h 2.113281 q 1.007812,0 1.554687,0.449219 0.546875,0.449218 0.546875,1.269531 0,0.582031 -0.253906,0.972656 -0.25,0.386719 -0.761719,0.617188 L 14.9375,24.945312 V 25 H 13.679688 Z M 11.679688,21.96875 H 12.625 q 0.441406,0 0.683594,-0.222656 0.242187,-0.226563 0.242187,-0.621094 0,-0.402344 -0.230468,-0.632813 -0.226563,-0.230468 -0.699219,-0.230468 h -0.941406 z" | d="M 12.613281,22.917969 H 11.679688 V 25 h -1.171875 v -5.6875 h 2.113281 q 1.007812,0 1.554687,0.449219 0.546875,0.449218 0.546875,1.269531 0,0.582031 -0.253906,0.972656 -0.25,0.386719 -0.761719,0.617188 L 14.9375,24.945312 V 25 H 13.679688 Z M 11.679688,21.96875 H 12.625 q 0.441406,0 0.683594,-0.222656 0.242187,-0.226563 0.242187,-0.621094 0,-0.402344 -0.230468,-0.632813 -0.226563,-0.230468 -0.699219,-0.230468 h -0.941406 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path261" /> | |||||
id="path246" /> | |||||
<path | <path | ||||
d="M 20.328125,23.828125 H 18.273437 L 17.882812,25 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 21.96875,25 h -1.246094 z m -1.738281,-0.949219 h 1.421875 L 19.296875,20.75 Z" | d="M 20.328125,23.828125 H 18.273437 L 17.882812,25 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 21.96875,25 h -1.246094 z m -1.738281,-0.949219 h 1.421875 L 19.296875,20.75 Z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path263" /> | |||||
id="path248" /> | |||||
<path | <path | ||||
d="M 27.820312,20.261719 H 26.078125 V 25 H 24.90625 V 20.261719 H 23.1875 V 19.3125 h 4.632812 z" | d="M 27.820312,20.261719 H 26.078125 V 25 H 24.90625 V 20.261719 H 23.1875 V 19.3125 h 4.632812 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path265" /> | |||||
id="path250" /> | |||||
<path | <path | ||||
d="m 33.414062,22.535156 h -2.25 v 1.523438 h 2.640625 V 25 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | d="m 33.414062,22.535156 h -2.25 v 1.523438 h 2.640625 V 25 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path267" /> | |||||
id="path252" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use121" | id="use121" | ||||
transform="translate(0,28)"> | transform="translate(0,28)"> | ||||
<g | <g | ||||
id="g257" | |||||
id="g242" | |||||
transform="translate(22.5,22.5)"> | transform="translate(22.5,22.5)"> | ||||
<path | <path | ||||
transform="rotate(120,-8.5,4.9074773)" | transform="rotate(120,-8.5,4.9074773)" | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline235" /> | |||||
id="polyline220" /> | |||||
<path | <path | ||||
transform="rotate(150,-8.5,2.2775681)" | transform="rotate(150,-8.5,2.2775681)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline237" /> | |||||
id="polyline222" /> | |||||
<path | <path | ||||
transform="rotate(-180,-8.5,0)" | transform="rotate(-180,-8.5,0)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline239" /> | |||||
id="polyline224" /> | |||||
<path | <path | ||||
transform="rotate(-150,-8.5,-2.2775681)" | transform="rotate(-150,-8.5,-2.2775681)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline241" /> | |||||
id="polyline226" /> | |||||
<path | <path | ||||
transform="rotate(-120,-8.5,-4.9074773)" | transform="rotate(-120,-8.5,-4.9074773)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline243" /> | |||||
id="polyline228" /> | |||||
<path | <path | ||||
transform="rotate(-90,-8.5,-8.5)" | transform="rotate(-90,-8.5,-8.5)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline245" /> | |||||
id="polyline230" /> | |||||
<path | <path | ||||
transform="rotate(-60,-8.5,-14.722432)" | transform="rotate(-60,-8.5,-14.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline247" /> | |||||
id="polyline232" /> | |||||
<path | <path | ||||
transform="rotate(-30,-8.5,-31.722432)" | transform="rotate(-30,-8.5,-31.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline249" /> | |||||
id="polyline234" /> | |||||
<path | <path | ||||
transform="translate(17)" | transform="translate(17)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline251" /> | |||||
id="polyline236" /> | |||||
<path | <path | ||||
transform="rotate(30,-8.5,31.722432)" | transform="rotate(30,-8.5,31.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline253" /> | |||||
id="polyline238" /> | |||||
<path | <path | ||||
transform="rotate(60,-8.5,14.722432)" | transform="rotate(60,-8.5,14.722432)" | ||||
style="stroke:#333333;stroke-width:0.30000001" | style="stroke:#333333;stroke-width:0.30000001" | ||||
d="M 0,0 H 2.5" | d="M 0,0 H 2.5" | ||||
id="polyline255" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g127" | |||||
transform="translate(5.5,74)"> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 29 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,39 0,36.77 0,34 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect123" /> | |||||
<g | |||||
aria-label="CV" | |||||
transform="translate(11,35)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text125"> | |||||
<path | |||||
d="m 4.1438801,-1.578776 q -0.055338,0.76497394 -0.5664062,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.43554687,-0.61197916 Q 0.27994791,-1.1621093 0.27994791,-2.2330729 v -0.2897135 q 0,-0.6835937 0.24088541,-1.2044271 0.24088541,-0.5208333 0.68684898,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 3.173828 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 3.1347656,-1.1458333 3.1673176,-1.578776 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path282" /> | |||||
<path | |||||
d="m 8.5364581,-1.1751302 1.0742187,-3.564453 H 10.697916 L 9.0475258,0 H 8.0286456 L 6.3847655,-4.7395832 h 1.0839843 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path284" /> | |||||
id="polyline240" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
aria-label="OFFSET" | aria-label="OFFSET" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="text131"> | |||||
id="text125"> | |||||
<path | <path | ||||
d="m 9.6796875,125.28516 q 0,0.83984 -0.296875,1.47265 -0.296875,0.63282 -0.8515625,0.97657 -0.5507813,0.34374 -1.265625,0.34374 -0.7070313,0 -1.2617188,-0.33984 -0.5546875,-0.33984 -0.859375,-0.96875 -0.3046875,-0.63281 -0.3085937,-1.45312 v -0.28125 q 0,-0.83985 0.3007812,-1.47657 0.3046875,-0.64062 0.8554688,-0.98046 0.5546875,-0.34375 1.265625,-0.34375 0.7109375,0 1.2617188,0.34375 0.5546875,0.33984 0.8554687,0.98046 0.3046875,0.63672 0.3046875,1.47266 z m -1.1875,-0.25782 q 0,-0.89453 -0.3203125,-1.35937 -0.3203125,-0.46484 -0.9140625,-0.46484 -0.5898438,0 -0.9101563,0.46093 -0.3203125,0.45703 -0.3242187,1.34375 v 0.27735 q 0,0.87109 0.3203125,1.35156 0.3203125,0.48047 0.921875,0.48047 0.5898437,0 0.90625,-0.46094 0.3164063,-0.46484 0.3203125,-1.35156 z" | |||||
d="m 9.6796875,79.285156 q 0,0.839844 -0.296875,1.472656 -0.296875,0.632813 -0.8515625,0.976563 -0.5507813,0.34375 -1.265625,0.34375 -0.7070313,0 -1.2617188,-0.339844 -0.5546875,-0.339844 -0.859375,-0.96875 -0.3046875,-0.632812 -0.3085937,-1.453125 v -0.28125 q 0,-0.839844 0.3007812,-1.476562 0.3046875,-0.640625 0.8554688,-0.980469 0.5546875,-0.34375 1.265625,-0.34375 0.7109375,0 1.2617188,0.34375 0.5546875,0.339844 0.8554687,0.980469 0.3046875,0.636718 0.3046875,1.472656 z m -1.1875,-0.257812 q 0,-0.894532 -0.3203125,-1.359375 -0.3203125,-0.464844 -0.9140625,-0.464844 -0.5898438,0 -0.9101563,0.460937 -0.3203125,0.457032 -0.3242187,1.34375 v 0.277344 q 0,0.871094 0.3203125,1.351563 0.3203125,0.480468 0.921875,0.480468 0.5898437,0 0.90625,-0.460937 0.3164063,-0.464844 0.3203125,-1.351563 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path287" /> | |||||
id="path266" /> | |||||
<path | <path | ||||
d="m 15.460938,125.67578 h -2.25 V 128 h -1.171875 v -5.6875 h 3.703125 v 0.94922 h -2.53125 v 1.46875 h 2.25 z" | |||||
d="m 15.460938,79.675781 h -2.25 V 82 h -1.171875 v -5.6875 h 3.703125 v 0.949219 h -2.53125 v 1.46875 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path289" /> | |||||
id="path268" /> | |||||
<path | <path | ||||
d="m 21.351562,125.67578 h -2.25 V 128 h -1.171875 v -5.6875 h 3.703125 v 0.94922 h -2.53125 v 1.46875 h 2.25 z" | |||||
d="m 21.351562,79.675781 h -2.25 V 82 h -1.171875 v -5.6875 h 3.703125 v 0.949219 h -2.53125 v 1.46875 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path291" /> | |||||
id="path270" /> | |||||
<path | <path | ||||
d="m 26.769531,126.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.84375,-0.375 -0.609375,-0.19922 -0.964844,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.257813,-0.82031 0.261719,-0.36328 0.746094,-0.56641 0.488281,-0.20312 1.09375,-0.20312 0.609375,0 1.085937,0.22265 0.476563,0.21875 0.738281,0.6211 0.265625,0.40234 0.265625,0.91406 h -1.171875 q 0,-0.39063 -0.246093,-0.60547 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.18359 -0.238282,0.17969 -0.238282,0.47657 0,0.27734 0.277344,0.46484 0.28125,0.1875 0.824219,0.35156 1,0.30078 1.457031,0.7461 0.457031,0.44531 0.457031,1.10937 0,0.73828 -0.558593,1.16016 -0.558594,0.41796 -1.503907,0.41796 -0.65625,0 -1.195312,-0.23828 -0.539063,-0.24218 -0.824219,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.175781 q 0,0.9414 1.125,0.9414 0.417969,0 0.652344,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | |||||
d="m 26.769531,80.507812 q 0,-0.332031 -0.234375,-0.507812 -0.234375,-0.179688 -0.84375,-0.375 -0.609375,-0.199219 -0.964844,-0.390625 -0.96875,-0.523438 -0.96875,-1.410156 0,-0.460938 0.257813,-0.820313 0.261719,-0.363281 0.746094,-0.566406 0.488281,-0.203125 1.09375,-0.203125 0.609375,0 1.085937,0.222656 0.476563,0.21875 0.738281,0.621094 0.265625,0.402344 0.265625,0.914062 h -1.171875 q 0,-0.390625 -0.246093,-0.605468 -0.246094,-0.21875 -0.691407,-0.21875 -0.429687,0 -0.667968,0.183593 -0.238282,0.179688 -0.238282,0.476563 0,0.277344 0.277344,0.464844 0.28125,0.1875 0.824219,0.351562 1,0.300781 1.457031,0.746094 0.457031,0.445312 0.457031,1.109375 0,0.738281 -0.558593,1.160156 -0.558594,0.417969 -1.503907,0.417969 -0.65625,0 -1.195312,-0.238281 -0.539063,-0.242188 -0.824219,-0.660157 -0.28125,-0.417968 -0.28125,-0.96875 h 1.175781 q 0,0.941407 1.125,0.941407 0.417969,0 0.652344,-0.167969 0.234375,-0.171875 0.234375,-0.476563 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path293" /> | |||||
id="path272" /> | |||||
<path | <path | ||||
d="m 33.664062,125.53516 h -2.25 v 1.52343 h 2.640625 V 128 h -3.8125 v -5.6875 h 3.804688 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
d="m 33.664062,79.535156 h -2.25 v 1.523438 h 2.640625 V 82 h -3.8125 v -5.6875 h 3.804688 v 0.949219 h -2.632813 v 1.355468 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path295" /> | |||||
id="path274" /> | |||||
<path | <path | ||||
d="M 40.601562,123.26172 H 38.859375 V 128 H 37.6875 v -4.73828 h -1.71875 v -0.94922 h 4.632812 z" | |||||
d="M 40.601562,77.261719 H 38.859375 V 82 H 37.6875 V 77.261719 H 35.96875 V 76.3125 h 4.632812 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:1.5px;fill:#333333" | ||||
id="path297" /> | |||||
id="path276" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use133" | |||||
transform="translate(2.5,125)"> | |||||
id="use127" | |||||
transform="translate(2.5,79)"> | |||||
<g | <g | ||||
id="g231" | |||||
id="g216" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
id="g221" | |||||
id="g206" | |||||
transform="rotate(-90,-5,-5)"> | transform="rotate(-90,-5,-5)"> | ||||
<path | <path | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline219" /> | |||||
id="polyline204" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
id="path223" | |||||
id="path208" | |||||
transform="rotate(20)" | transform="rotate(20)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path225" | |||||
id="path210" | |||||
transform="rotate(43)" | transform="rotate(43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path227" | |||||
id="path212" | |||||
transform="rotate(-20)" | transform="rotate(-20)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path229" | |||||
id="path214" | |||||
transform="rotate(-43)" | transform="rotate(-43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
@@ -600,60 +578,60 @@ | |||||
<g | <g | ||||
aria-label="SCALE" | aria-label="SCALE" | ||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text137"> | |||||
id="text131"> | |||||
<path | <path | ||||
d="m 8.9570313,167.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39063 -0.96875,-0.52343 -0.96875,-1.41015 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36329 0.7460937,-0.56641 0.4882813,-0.20313 1.0937501,-0.20313 0.609375,0 1.0859375,0.22266 0.4765625,0.21875 0.7382812,0.62109 0.2656255,0.40235 0.2656255,0.91407 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47656 0,0.27735 0.2773437,0.46485 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.74609 0.4570317,0.44532 0.4570317,1.10938 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41796 -1.5039063,0.41796 -0.65625,0 -1.1953125,-0.23828 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16797 0.234375,-0.17187 0.234375,-0.47656 z" | |||||
d="m 8.9570313,119.50781 q 0,-0.33203 -0.234375,-0.50781 -0.234375,-0.17969 -0.8437501,-0.375 -0.609375,-0.19922 -0.9648437,-0.39062 -0.96875,-0.52344 -0.96875,-1.41016 0,-0.46094 0.2578125,-0.82031 0.2617187,-0.36328 0.7460937,-0.56641 0.4882813,-0.20312 1.0937501,-0.20312 0.609375,0 1.0859375,0.22265 0.4765625,0.21875 0.7382812,0.6211 0.2656255,0.40234 0.2656255,0.91406 H 8.9609375 q 0,-0.39063 -0.2460937,-0.60547 -0.2460938,-0.21875 -0.6914063,-0.21875 -0.4296875,0 -0.6679688,0.18359 -0.2382812,0.17969 -0.2382812,0.47657 0,0.27734 0.2773437,0.46484 0.28125,0.1875 0.8242188,0.35156 1,0.30078 1.4570313,0.7461 0.4570317,0.44531 0.4570317,1.10937 0,0.73828 -0.5585942,1.16016 -0.5585938,0.41797 -1.5039063,0.41797 -0.65625,0 -1.1953125,-0.23829 -0.5390625,-0.24218 -0.8242188,-0.66015 -0.28125,-0.41797 -0.28125,-0.96875 h 1.1757813 q 0,0.9414 1.125,0.9414 0.4179688,0 0.6523438,-0.16796 0.234375,-0.17188 0.234375,-0.47657 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path301" /> | |||||
id="path280" /> | |||||
<path | <path | ||||
d="m 17.394531,167.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52734 -1.609375,0.52734 -1.09375,0 -1.722656,-0.73437 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289062,-1.44532 0.289063,-0.625 0.824219,-0.95703 0.539062,-0.33594 1.25,-0.33594 0.984375,0 1.585937,0.52735 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878906,0.42188 -0.289063,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277343,1.34765 0.28125,0.42578 0.882813,0.42578 0.542969,0 0.808594,-0.24609 0.269531,-0.25 0.308593,-0.76953 z" | |||||
d="m 17.394531,119.10547 q -0.06641,0.91797 -0.679687,1.44531 -0.609375,0.52735 -1.609375,0.52735 -1.09375,0 -1.722656,-0.73438 -0.625,-0.73828 -0.625,-2.02344 v -0.34765 q 0,-0.82032 0.289062,-1.44532 0.289063,-0.625 0.824219,-0.95703 0.539062,-0.33593 1.25,-0.33593 0.984375,0 1.585937,0.52734 0.601563,0.52734 0.695313,1.48047 h -1.171875 q -0.04297,-0.55078 -0.308594,-0.79688 -0.261719,-0.25 -0.800781,-0.25 -0.585938,0 -0.878906,0.42188 -0.289063,0.41797 -0.296875,1.30078 v 0.42969 q 0,0.92187 0.277343,1.34765 0.28125,0.42578 0.882813,0.42578 0.542969,0 0.808594,-0.24609 0.269531,-0.25 0.308593,-0.76953 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path303" /> | |||||
id="path282" /> | |||||
<path | <path | ||||
d="M 23.375,167.82812 H 21.320312 L 20.929687,169 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 25.015625,169 h -1.246094 z m -1.738281,-0.94921 h 1.421875 L 22.34375,164.75 Z" | |||||
d="M 23.375,119.82813 H 21.320312 L 20.929687,121 h -1.246093 l 2.117187,-5.6875 h 1.085938 L 25.015625,121 h -1.246094 z m -1.738281,-0.94922 h 1.421875 L 22.34375,116.75 Z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path305" /> | |||||
id="path284" /> | |||||
<path | <path | ||||
d="m 28.726562,168.05859 h 2.488282 V 169 h -3.660157 v -5.6875 h 1.171875 z" | |||||
d="m 28.726562,120.05859 h 2.488282 V 121 h -3.660157 v -5.6875 h 1.171875 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path307" /> | |||||
id="path286" /> | |||||
<path | <path | ||||
d="m 37.304687,166.53516 h -2.25 v 1.52343 h 2.640625 V 169 h -3.8125 v -5.6875 H 37.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
d="m 37.304687,118.53516 h -2.25 v 1.52343 h 2.640625 V 121 h -3.8125 v -5.6875 H 37.6875 v 0.94922 h -2.632813 v 1.35547 h 2.25 z" | |||||
style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:8px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="path309" /> | |||||
id="path288" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="use139" | |||||
transform="translate(2.5,166)"> | |||||
id="use133" | |||||
transform="translate(2.5,118)"> | |||||
<g | <g | ||||
id="g215" | |||||
id="g200" | |||||
transform="translate(20,20)"> | transform="translate(20,20)"> | ||||
<g | <g | ||||
id="g205" | |||||
id="g190" | |||||
transform="rotate(60,-5,8.660254)"> | transform="rotate(60,-5,8.660254)"> | ||||
<path | <path | ||||
style="stroke:#333333;stroke-width:1" | style="stroke:#333333;stroke-width:1" | ||||
d="M 0,0 H 4" | d="M 0,0 H 4" | ||||
id="polyline203" /> | |||||
id="polyline188" /> | |||||
</g> | </g> | ||||
<path | <path | ||||
id="path207" | |||||
id="path192" | |||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path209" | |||||
id="path194" | |||||
transform="rotate(43)" | transform="rotate(43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 1 12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path211" | |||||
id="path196" | |||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | style="fill:none;stroke:#333333;stroke-width:0.5;stroke-linecap:round" /> | ||||
<path | <path | ||||
id="path213" | |||||
id="path198" | |||||
transform="rotate(-43)" | transform="rotate(-43)" | ||||
d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | d="M 0,-12.5 A 12.5,12.5 0 0 0 -12.5,0" | ||||
inkscape:connector-curvature="0" | inkscape:connector-curvature="0" | ||||
@@ -661,121 +639,147 @@ | |||||
</g> | </g> | ||||
</g> | </g> | ||||
<g | <g | ||||
id="g151" | |||||
transform="translate(0,207)"> | |||||
id="g149" | |||||
transform="translate(5.5,157)"> | |||||
<path | |||||
transform="translate(0,133)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect137" /> | |||||
<path | |||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 130 c 0,2.77 -2.23,5 -5,5 H 5 c -2.77,0 -5,-2.23 -5,-5 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect139" /> | |||||
<g | <g | ||||
id="g149" | |||||
transform="translate(5.5)"> | |||||
aria-label="RATE" | |||||
transform="translate(6,35)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text141"> | |||||
<path | <path | ||||
transform="translate(0,78)" | |||||
style="fill:#fafafa" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect143" /> | |||||
d="M 2.1777343,-1.735026 H 1.3997395 V 0 H 0.42317707 V -4.7395832 H 2.1842447 q 0.8398438,0 1.2955729,0.3743489 0.4557292,0.374349 0.4557292,1.0579427 0,0.485026 -0.2115886,0.8105469 -0.2083333,0.3222656 -0.6347656,0.5143229 l 1.0253906,1.93684888 V 0 H 3.0664062 Z M 1.3997395,-2.5260416 h 0.7877604 q 0.3678386,0 0.5696615,-0.1855469 0.2018229,-0.1888021 0.2018229,-0.5175781 0,-0.3352864 -0.1920573,-0.5273437 Q 2.5781249,-3.9485676 2.1842447,-3.9485676 H 1.3997395 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path294" /> | |||||
<path | <path | ||||
style="fill:#fafafa" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 72 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,82 0,79.77 0,77 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect145" /> | |||||
<g | |||||
aria-label="GATE" | |||||
transform="translate(5.5,35)" | |||||
d="M 9.3567708,-0.97656248 H 7.6445312 L 7.3190104,0 H 6.280599 L 8.0449218,-4.7395832 H 8.9498697 L 10.723958,0 H 9.6855468 Z M 7.9082031,-1.7675781 H 9.0930989 L 8.4973958,-3.5416666 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text147"> | |||||
<path | |||||
d="m 4.173177,-0.59895832 q -0.2636719,0.3157552 -0.7454427,0.49153645 -0.4817708,0.17252604 -1.0677083,0.17252604 -0.6152344,0 -1.0807292,-0.26692708 Q 0.81705727,-0.4720052 0.56315103,-0.98307289 0.31249999,-1.4941406 0.30598958,-2.1842447 v -0.3222657 q 0,-0.7096354 0.2376302,-1.2272135 0.24088541,-0.5208333 0.69010412,-0.7942708 0.452474,-0.2766927 1.0579427,-0.2766927 0.843099,0 1.3183594,0.4036458 0.4752604,0.4003907 0.563151,1.1686198 H 3.2226562 Q 3.157552,-3.6393228 2.9329426,-3.8281249 2.7115885,-4.016927 2.3209635,-4.016927 q -0.4980469,0 -0.7584635,0.374349 -0.2604167,0.3743489 -0.2636719,1.1132812 v 0.3027344 q 0,0.7454426 0.2832031,1.126302 0.2832031,0.38085938 0.8300781,0.38085938 0.5501302,0 0.7845052,-0.234375 V -1.7708333 H 2.3079427 v -0.719401 H 4.173177 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path315" /> | |||||
<path | |||||
d="M 9.6432288,-0.97656248 H 7.9309892 L 7.6054684,0 H 6.567057 L 8.3313798,-4.7395832 H 9.2363277 L 11.010416,0 H 9.9720048 Z M 8.1946611,-1.7675781 H 9.3795569 L 8.7838538,-3.5416666 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path317" /> | |||||
<path | |||||
d="M 16.636718,-3.9485676 H 15.184895 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path319" /> | |||||
<path | |||||
d="m 22.048177,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path321" /> | |||||
</g> | |||||
id="path296" /> | |||||
<path | |||||
d="M 16.35026,-3.9485676 H 14.898437 V 0 h -0.976562 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path298" /> | |||||
<path | |||||
d="m 21.761718,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170572 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path300" /> | |||||
</g> | </g> | ||||
</g> | |||||
<g | |||||
id="g167" | |||||
transform="translate(0,207)"> | |||||
<g | <g | ||||
id="g155" | |||||
transform="translate(7,41)"> | |||||
<g | |||||
aria-label="TRK" | |||||
transform="translate(7.3,5.5)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="text153"> | |||||
<path | |||||
d="M 3.9908853,-3.9485676 H 2.5390624 V 0 H 1.5625 V -3.9485676 H 0.13020833 V -4.7395832 H 3.9908853 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path324" /> | |||||
<path | |||||
d="M 6.8053383,-1.735026 H 6.0273436 V 0 H 5.0507811 v -4.7395832 h 1.7610676 q 0.8398438,0 1.2955729,0.3743489 0.4557292,0.374349 0.4557292,1.0579427 0,0.485026 -0.2115885,0.8105469 -0.2083334,0.3222656 -0.6347657,0.5143229 l 1.0253906,1.93684888 V 0 H 7.6940102 Z M 6.0273436,-2.5260416 H 6.815104 q 0.3678385,0 0.5696614,-0.1855469 0.2018229,-0.1888021 0.2018229,-0.5175781 0,-0.3352864 -0.1920573,-0.5273437 Q 7.2057289,-3.9485676 6.8118487,-3.9485676 H 6.0273436 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path326" /> | |||||
<path | |||||
d="m 11.292968,-1.9010416 -0.507812,0.546875 V 0 H 9.8085931 v -4.7395832 h 0.9765629 v 2.1484374 l 0.429687,-0.5891927 1.207682,-1.5592447 h 1.201172 L 11.940755,-2.6334635 13.672525,0 h -1.162109 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:0.5px;fill:#333333" | |||||
id="path328" /> | |||||
</g> | |||||
aria-label="OFFSET" | |||||
transform="translate(2,70)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="text143"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path303" /> | |||||
<path | |||||
d="M 9.0841143,-1.9368489 H 7.2091144 V 0 H 6.2325519 v -4.7395832 h 3.0859374 v 0.7910156 H 7.2091144 v 1.2239583 h 1.8749999 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path305" /> | |||||
<path | |||||
d="m 13.942969,-1.9368489 h -1.875 V 0 h -0.976563 v -4.7395832 h 3.085938 v 0.7910156 h -2.109375 v 1.2239583 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path307" /> | |||||
<path | |||||
d="m 18.407943,-1.2434896 q 0,-0.2766927 -0.195313,-0.423177 -0.195312,-0.1497396 -0.703125,-0.3125 -0.507812,-0.1660156 -0.804036,-0.3255208 -0.807292,-0.436198 -0.807292,-1.1751302 0,-0.3841146 0.214844,-0.6835938 0.218099,-0.3027343 0.621745,-0.4720052 0.406901,-0.1692708 0.911458,-0.1692708 0.507812,0 0.904948,0.1855469 0.397135,0.1822916 0.615234,0.5175781 0.221354,0.3352864 0.221354,0.7617187 h -0.976562 q 0,-0.3255208 -0.205078,-0.5045573 -0.205078,-0.1822916 -0.576172,-0.1822916 -0.358073,0 -0.556641,0.1529948 -0.198567,0.1497396 -0.198567,0.3971354 0,0.2311198 0.231119,0.3873698 0.234375,0.15625 0.686849,0.2929687 0.833334,0.250651 1.214193,0.6217448 0.380859,0.3710937 0.380859,0.9244791 0,0.61523439 -0.465494,0.96679688 -0.465495,0.34830729 -1.253256,0.34830729 -0.546875,0 -0.996093,-0.19856771 Q 16.223698,-0.33528645 15.986068,-0.68359373 15.751693,-1.031901 15.751693,-1.4908854 h 0.979817 q 0,0.78450521 0.9375,0.78450521 0.348308,0 0.54362,-0.13997396 0.195313,-0.14322916 0.195313,-0.39713545 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path309" /> | |||||
<path | |||||
d="m 24.103385,-2.0540364 h -1.875 v 1.26953121 h 2.200521 V 0 h -3.177083 v -4.7395832 h 3.170573 v 0.7910156 h -2.194011 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path311" /> | |||||
<path | |||||
d="M 29.834635,-3.9485676 H 28.382812 V 0 H 27.40625 v -3.9485676 h -1.432292 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:1.20000005px;fill:#333333" | |||||
id="path313" /> | |||||
</g> | </g> | ||||
<g | <g | ||||
id="g165" | |||||
transform="translate(5.5,54)"> | |||||
aria-label="SCALE" | |||||
transform="translate(2.5,105)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text145"> | |||||
<path | <path | ||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect157" /> | |||||
d="m 2.8808593,-1.2434896 q 0,-0.2766927 -0.1953125,-0.423177 -0.1953125,-0.1497396 -0.703125,-0.3125 -0.5078125,-0.1660156 -0.8040364,-0.3255208 -0.80729166,-0.436198 -0.80729166,-1.1751302 0,-0.3841146 0.21484375,-0.6835938 0.21809895,-0.3027343 0.62174481,-0.4720052 0.406901,-0.1692708 0.9114583,-0.1692708 0.5078125,0 0.9049479,0.1855469 0.3971354,0.1822916 0.6152343,0.5175781 0.2213542,0.3352864 0.2213542,0.7617187 H 2.8841145 q 0,-0.3255208 -0.2050781,-0.5045573 -0.2050781,-0.1822916 -0.5761719,-0.1822916 -0.3580729,0 -0.5566406,0.1529948 -0.1985677,0.1497396 -0.1985677,0.3971354 0,0.2311198 0.2311198,0.3873698 0.234375,0.15625 0.6868489,0.2929687 0.8333334,0.250651 1.2141927,0.6217448 Q 3.860677,-1.8033854 3.860677,-1.25 q 0,0.61523439 -0.4654948,0.96679688 -0.4654948,0.34830729 -1.2532552,0.34830729 -0.546875,0 -0.9960937,-0.19856771 Q 0.69661457,-0.33528645 0.45898436,-0.68359373 0.22460937,-1.031901 0.22460937,-1.4908854 H 1.2044271 q 0,0.78450521 0.9374999,0.78450521 0.3483073,0 0.5436198,-0.13997396 0.1953125,-0.14322916 0.1953125,-0.39713545 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path316" /> | |||||
<path | <path | ||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 60 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,70 0,67.77 0,65 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect159" /> | |||||
<g | |||||
aria-label="HOLD" | |||||
transform="translate(5.8,32)" | |||||
d="m 10.245443,-1.578776 q -0.05534,0.76497394 -0.5664066,1.20442705 -0.5078125,0.43945312 -1.3411458,0.43945312 -0.9114583,0 -1.4355469,-0.61197916 Q 6.3815104,-1.1621093 6.3815104,-2.2330729 v -0.2897135 q 0,-0.6835937 0.2408854,-1.2044271 0.2408854,-0.5208333 0.686849,-0.797526 0.4492187,-0.2799479 1.0416666,-0.2799479 0.8203125,0 1.3216146,0.4394531 0.501302,0.4394531 0.579427,1.233724 H 9.2753905 q -0.035807,-0.4589844 -0.2571614,-0.6640625 -0.218099,-0.2083334 -0.6673177,-0.2083334 -0.4882812,0 -0.7324219,0.3515625 -0.2408854,0.3483073 -0.2473958,1.0839844 v 0.3580729 q 0,0.7682291 0.2311198,1.1230468 0.234375,0.35481774 0.7356771,0.35481774 0.4524739,0 0.6738281,-0.20507812 Q 9.2363281,-1.1458333 9.2688801,-1.578776 Z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text161"> | |||||
<path | |||||
d="M 4.2805989,0 H 3.3040364 V -2.03125 H 1.3997395 V 0 H 0.42317707 V -4.7395832 H 1.3997395 v 1.9205729 h 1.9042969 v -1.9205729 h 0.9765625 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path333" /> | |||||
<path | |||||
d="m 11.029948,-2.2623697 q 0,0.6998697 -0.247396,1.2272135 -0.247396,0.52734371 -0.709636,0.81380204 -0.4589839,0.28645833 -1.054687,0.28645833 -0.5891927,0 -1.0514323,-0.28320312 Q 7.5045571,-0.50130207 7.2506509,-1.0253906 6.9967446,-1.5527343 6.9934894,-2.2363281 v -0.234375 q 0,-0.6998697 0.2506511,-1.2304687 0.2539062,-0.5338541 0.7128906,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514325,0.2864583 0.462239,0.2832032 0.71289,0.8170573 0.253907,0.530599 0.253907,1.2272135 z m -0.989584,-0.2148438 q 0,-0.7454427 -0.2669267,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682292,0.40039063 0.4915364,0 0.7552083,-0.38411453 0.2636717,-0.3873698 0.2669267,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path335" /> | |||||
<path | |||||
d="m 14.722656,-0.78450519 h 2.073567 V 0 h -3.05013 v -4.7395832 h 0.976563 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path337" /> | |||||
<path | |||||
d="m 19.352865,0 v -4.7395832 h 1.458333 q 0.625,0 1.116536,0.2832031 0.494792,0.2799479 0.771485,0.8007812 0.276692,0.5175781 0.276692,1.1783854 v 0.218099 q 0,0.6608072 -0.273437,1.1751302 Q 22.432292,-0.56966144 21.9375,-0.28645833 21.442708,-0.00325521 20.820963,0 Z m 0.976562,-3.9485676 v 3.16406241 h 0.472005 q 0.572917,0 0.875651,-0.37434891 0.302735,-0.374349 0.309245,-1.0709636 v -0.250651 q 0,-0.7226562 -0.299479,-1.09375 -0.299479,-0.3743489 -0.875651,-0.3743489 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path339" /> | |||||
</g> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,67)" | |||||
id="path318" /> | |||||
<path | |||||
d="M 15.562499,-0.97656248 H 13.85026 L 13.524739,0 h -1.038412 l 1.764323,-4.7395832 h 0.904948 L 16.929687,0 H 15.891275 Z M 14.113932,-1.7675781 h 1.184895 l -0.595703,-1.7740885 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | ||||
id="text163"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path342" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path344" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path346" /> | |||||
</g> | |||||
id="path320" /> | |||||
<path | |||||
d="m 20.355468,-0.78450519 h 2.073568 V 0 h -3.05013 v -4.7395832 h 0.976562 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path322" /> | |||||
<path | |||||
d="m 27.83724,-2.0540364 h -1.875 v 1.26953121 h 2.20052 V 0 h -3.177083 v -4.7395832 h 3.170573 v 0.7910156 h -2.19401 v 1.1295573 h 1.875 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path324" /> | |||||
</g> | |||||
<g | |||||
aria-label="JUMP" | |||||
transform="translate(5,140)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text147"> | |||||
<path | |||||
d="m 2.3339843,-4.7395832 h 0.9765625 v 3.2812499 q 0,0.4524739 -0.2018229,0.80078123 -0.1985677,0.34505208 -0.563151,0.53385416 -0.3645834,0.18880208 -0.8235677,0.18880208 -0.75195314,0 -1.171875,-0.38085937 Q 0.13020833,-0.69986977 0.13020833,-1.3997395 H 1.1132812 q 0,0.3483072 0.1464844,0.51432285 0.1464844,0.16601563 0.4622396,0.16601563 0.2799479,0 0.4459635,-0.19205729 0.1660156,-0.19205729 0.1660156,-0.54687499 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path327" /> | |||||
<path | |||||
d="m 9.7343746,-4.7395832 v 3.1217447 q 0,0.77799477 -0.4882813,1.23046872 -0.485026,0.45247395 -1.3281249,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.1113278,-0.81380206 6.1015622,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path329" /> | |||||
<path | |||||
d="m 13.811197,-4.7395832 1.217448,3.4374999 1.210938,-3.4374999 h 1.282552 V 0 H 16.542317 V -1.2955729 L 16.639973,-3.531901 15.360676,0 h -0.670573 l -1.276041,-3.5286457 0.09766,2.2330728 V 0 h -0.976562 v -4.7395832 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path331" /> | |||||
<path | |||||
d="M 21.358072,-1.6699218 V 0 h -0.976563 v -4.7395832 h 1.848958 q 0.533855,0 0.9375,0.1953125 0.406901,0.1953125 0.625,0.5566406 0.218099,0.3580729 0.218099,0.8170573 0,0.6966145 -0.478515,1.1002603 -0.475261,0.4003907 -1.31836,0.4003907 z m 0,-0.7910156 h 0.872395 q 0.38737,0 0.589193,-0.1822917 0.205078,-0.1822917 0.205078,-0.5208333 0,-0.3483073 -0.205078,-0.5631511 -0.205078,-0.2148437 -0.566406,-0.2213541 h -0.895182 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path333" /> | |||||
</g> | |||||
</g> | |||||
<g | |||||
id="g157" | |||||
transform="translate(5.5,303)"> | |||||
<path | |||||
transform="translate(0,-3)" | |||||
style="fill:#bbbbbb" | |||||
d="M 0,0 H 34 V 10 H 0 Z" | |||||
id="rect151" /> | |||||
<path | |||||
style="fill:#bbbbbb" | |||||
d="m 5,0 h 24 c 2.77,0 5,2.23 5,5 v 25 c 0,2.77 -2.23,5 -5,5 H 5 C 2.23,35 0,32.77 0,30 V 5 C 0,2.23 2.23,0 5,0 Z" | |||||
id="rect153" /> | |||||
<g | |||||
aria-label="OUT" | |||||
transform="translate(8.3,32)" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="text155"> | |||||
<path | |||||
d="m 4.3164061,-2.2623697 q 0,0.6998697 -0.2473958,1.2272135 -0.2473958,0.52734371 -0.7096354,0.81380204 -0.4589843,0.28645833 -1.0546875,0.28645833 -0.5891926,0 -1.0514322,-0.28320312 Q 0.79101561,-0.50130207 0.53710936,-1.0253906 0.28320312,-1.5527343 0.27994791,-2.2363281 v -0.234375 q 0,-0.6998697 0.25065104,-1.2304687 0.25390624,-0.5338541 0.71289065,-0.8170573 0.4622395,-0.2864583 1.0546874,-0.2864583 0.5924479,0 1.0514323,0.2864583 0.4622396,0.2832032 0.7128906,0.8170573 0.2539062,0.530599 0.2539062,1.2272135 z M 3.3268228,-2.4772135 q 0,-0.7454427 -0.266927,-1.1328125 -0.2669271,-0.3873697 -0.7617188,-0.3873697 -0.4915364,0 -0.7584635,0.3841145 -0.2669271,0.3808594 -0.2701823,1.1197917 v 0.2311198 q 0,0.7259114 0.2669271,1.126302 0.2669271,0.40039063 0.7682291,0.40039063 0.4915365,0 0.7552084,-0.38411453 0.2636718,-0.3873698 0.266927,-1.1263021 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path338" /> | |||||
<path | |||||
d="m 10.619792,-4.7395832 v 3.1217447 q 0,0.77799477 -0.488282,1.23046872 -0.4850257,0.45247395 -1.3281246,0.45247395 -0.8300781,0 -1.3183594,-0.43945312 Q 6.9967448,-0.81380206 6.9869792,-1.5820312 v -3.157552 h 0.9765624 v 3.1282551 q 0,0.4654948 0.2213542,0.68033854 0.2246094,0.21158854 0.6184896,0.21158854 0.8235677,0 0.8365885,-0.86588538 v -3.1542968 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path340" /> | |||||
<path | |||||
d="M 16.988281,-3.9485676 H 15.536458 V 0 h -0.976563 v -3.9485676 h -1.432291 v -0.7910156 h 3.860677 z" | |||||
style="font-weight:bold;font-size:6.66666651px;font-family:Roboto, sans-serif;letter-spacing:2px;fill:#333333" | |||||
id="path342" /> | |||||
</g> | </g> | ||||
</g> | </g> | ||||
</svg> | </svg> |