Browse Source

add Bidoo, LOGinstruments, modular80, mtsch, NauModular, Southpole-parasites modules

pull/1639/head
bsp2 6 years ago
parent
commit
0a41bb286f
100 changed files with 31076 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +40
    -0
      README.md
  3. +2
    -0
      plugins/community/repos/Bidoo/ISSUE_TEMPLATE.md
  4. +12
    -0
      plugins/community/repos/Bidoo/LICENSE.txt
  5. +15
    -0
      plugins/community/repos/Bidoo/Makefile
  6. +36
    -0
      plugins/community/repos/Bidoo/README.md
  7. BIN
      plugins/community/repos/Bidoo/images/pack.png
  8. +49
    -0
      plugins/community/repos/Bidoo/make.objects
  9. +12
    -0
      plugins/community/repos/Bidoo/makefile.msvc
  10. +379
    -0
      plugins/community/repos/Bidoo/res/ACNE.svg
  11. +335
    -0
      plugins/community/repos/Bidoo/res/ACNEtemp.svg
  12. +212
    -0
      plugins/community/repos/Bidoo/res/ANTN.svg
  13. +222
    -0
      plugins/community/repos/Bidoo/res/ANTNtemp.svg
  14. +311
    -0
      plugins/community/repos/Bidoo/res/BAR.svg
  15. +328
    -0
      plugins/community/repos/Bidoo/res/BARtemp.svg
  16. +1207
    -0
      plugins/community/repos/Bidoo/res/BORDL.svg
  17. +1385
    -0
      plugins/community/repos/Bidoo/res/BORDLtemp.svg
  18. +856
    -0
      plugins/community/repos/Bidoo/res/CANARD.svg
  19. +914
    -0
      plugins/community/repos/Bidoo/res/CANARDtemp.svg
  20. +510
    -0
      plugins/community/repos/Bidoo/res/CLACOS.svg
  21. +495
    -0
      plugins/community/repos/Bidoo/res/CLACOStemp.svg
  22. +779
    -0
      plugins/community/repos/Bidoo/res/ChUTE.svg
  23. +954
    -0
      plugins/community/repos/Bidoo/res/ChUTEtemp.svg
  24. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot.svg
  25. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot05.svg
  26. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot510.svg
  27. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpotON.svg
  28. +75
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/BlackKnobBidoo.svg
  29. +89
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/BlueCKD6_0.svg
  30. +89
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/BlueCKD6_1.svg
  31. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/BlueKnobBidoo.svg
  32. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/BlueTrimpotBidoo.svg
  33. +35
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_0.svg
  34. +35
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_1.svg
  35. +35
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_2.svg
  36. +35
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_3.svg
  37. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_0.svg
  38. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_1.svg
  39. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_2.svg
  40. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_3.svg
  41. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_4.svg
  42. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_5.svg
  43. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_6.svg
  44. +38
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_7.svg
  45. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/HugeBlueKnobBidoo.svg
  46. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/LargeBlueKnobBidoo.svg
  47. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/SmallBlueKnobBidoo.svg
  48. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/SpiralKnobBidoo.svg
  49. +81
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/TinyPJ301M.svg
  50. +433
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/Trimpot.svg
  51. +388
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/TrimpotBidoo.svg
  52. +56
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/bidooLongSlider.svg
  53. +51
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/bidooLongSliderHandle.svg
  54. +99
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotHandle.svg
  55. +55
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotLong.svg
  56. +55
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotShort.svg
  57. +49
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/miniLEDButton.svg
  58. +72
    -0
      plugins/community/repos/Bidoo/res/ComponentLibrary/ziNCBlueKnobBidoo.svg
  59. +373
    -0
      plugins/community/repos/Bidoo/res/DFUZE.svg
  60. +315
    -0
      plugins/community/repos/Bidoo/res/DFUZEtemp.svg
  61. +1359
    -0
      plugins/community/repos/Bidoo/res/DTROY.svg
  62. +1664
    -0
      plugins/community/repos/Bidoo/res/DTROYtemp.svg
  63. +683
    -0
      plugins/community/repos/Bidoo/res/DUKE.svg
  64. +862
    -0
      plugins/community/repos/Bidoo/res/DUKEtemp.svg
  65. +99
    -0
      plugins/community/repos/Bidoo/res/DejaVu-LICENSE.txt
  66. BIN
      plugins/community/repos/Bidoo/res/DejaVuSansMono.ttf
  67. +371
    -0
      plugins/community/repos/Bidoo/res/FORK.svg
  68. +462
    -0
      plugins/community/repos/Bidoo/res/FORKTemp.svg
  69. +186
    -0
      plugins/community/repos/Bidoo/res/HORUS.svg
  70. +208
    -0
      plugins/community/repos/Bidoo/res/HORUStemp.svg
  71. +236
    -0
      plugins/community/repos/Bidoo/res/LATE.svg
  72. +251
    -0
      plugins/community/repos/Bidoo/res/LATEtemp.svg
  73. +381
    -0
      plugins/community/repos/Bidoo/res/LIMBO.svg
  74. +329
    -0
      plugins/community/repos/Bidoo/res/LIMBOtemp.svg
  75. +200
    -0
      plugins/community/repos/Bidoo/res/LOURDE.svg
  76. +232
    -0
      plugins/community/repos/Bidoo/res/LOURDEtemp.svg
  77. +388
    -0
      plugins/community/repos/Bidoo/res/MOIRE.svg
  78. +467
    -0
      plugins/community/repos/Bidoo/res/MOIREtemp.svg
  79. +468
    -0
      plugins/community/repos/Bidoo/res/MU.svg
  80. +563
    -0
      plugins/community/repos/Bidoo/res/MUtemp.svg
  81. +774
    -0
      plugins/community/repos/Bidoo/res/OUAIve.svg
  82. +878
    -0
      plugins/community/repos/Bidoo/res/OUAIvetemp.svg
  83. +339
    -0
      plugins/community/repos/Bidoo/res/PERCO.svg
  84. +331
    -0
      plugins/community/repos/Bidoo/res/PERCOtemp.svg
  85. +602
    -0
      plugins/community/repos/Bidoo/res/RADAR.svg
  86. +728
    -0
      plugins/community/repos/Bidoo/res/RADARtemp.svg
  87. +228
    -0
      plugins/community/repos/Bidoo/res/SIGMA.svg
  88. +331
    -0
      plugins/community/repos/Bidoo/res/SIGMAtemp.svg
  89. +134
    -0
      plugins/community/repos/Bidoo/res/SONAR.svg
  90. +153
    -0
      plugins/community/repos/Bidoo/res/SONARtemp.svg
  91. +429
    -0
      plugins/community/repos/Bidoo/res/TIARE.svg
  92. +362
    -0
      plugins/community/repos/Bidoo/res/TIARETemp.svg
  93. +310
    -0
      plugins/community/repos/Bidoo/res/TOCANTE.svg
  94. +331
    -0
      plugins/community/repos/Bidoo/res/TOCANTEtemp.svg
  95. +163
    -0
      plugins/community/repos/Bidoo/res/VOID.svg
  96. +193
    -0
      plugins/community/repos/Bidoo/res/VOIDtemp.svg
  97. +278
    -0
      plugins/community/repos/Bidoo/res/ZINC.svg
  98. +284
    -0
      plugins/community/repos/Bidoo/res/ZINCtemp.svg
  99. +355
    -0
      plugins/community/repos/Bidoo/src/ACNE.cpp
  100. +385
    -0
      plugins/community/repos/Bidoo/src/ANTN.cpp

+ 2
- 0
.gitignore View File

@@ -16,4 +16,6 @@
*.lib *.lib
*.map *.map
*.o *.o
__ATTIC




+ 40
- 0
README.md View File

@@ -89,6 +89,26 @@ The following add-on modules are statically linked with the VST plugin:
- Befaco.Rampage - Befaco.Rampage
- Befaco.SlewLimiter - Befaco.SlewLimiter
- Befaco.SpringReverb - Befaco.SpringReverb
- Bidoo.DTROY
- Bidoo.BORDL
- Bidoo.MU
- Bidoo.TOCANTE
- Bidoo.CHUTE
- Bidoo.LATE
- Bidoo.LOURDE
- Bidoo.ACNE
- Bidoo.DUKE
- Bidoo.MOIRE
- Bidoo.FORK
- Bidoo.TIARE
- Bidoo.CLACOS
- Bidoo.ANTN
- Bidoo.LIMBO
- Bidoo.PERCO
- Bidoo.BAR
- Bidoo.ZINC
- Bidoo.VOID
- Bidoo.SIGMA
- Bogaudio.VCO - Bogaudio.VCO
- Bogaudio.XCO - Bogaudio.XCO
- Bogaudio.Additator - Bogaudio.Additator
@@ -230,8 +250,28 @@ The following add-on modules are statically linked with the VST plugin:
- LindenbergResearch.ReShaper - LindenbergResearch.ReShaper
- LindenbergResearch.BlankPanel - LindenbergResearch.BlankPanel
- LindenbergResearch.BlankPanelM1 - LindenbergResearch.BlankPanelM1
- LOGinstruments.constant
- LOGinstruments.constant2
- LOGinstruments.Speck
- LOGinstruments.Britix
- LOGinstruments.Compa
- LOGinstruments.LessMess
- LOGinstruments.Velvet
- LOGinstruments.Crystal
- modular80.Logistiker
- mtsch_plugins.Sum
- mtsch_plugins.Rationals
- mtsch_plugins.TriggerPanic
- NauModular.Tension
- NauModular.Function
- NauModular.Perlin
- NauModular.S_h_it
- NauModular.BitHammer
- NauModular.Osc
- ML_modules.Quantizer - ML_modules.Quantizer
- ML_modules.Quantum - ML_modules.Quantum
- Southpole-parasites.Annuli
- Southpole-parasites.Splash
- ML_modules.TrigBuf - ML_modules.TrigBuf
- ML_modules.SeqSwitch - ML_modules.SeqSwitch
- ML_modules.SeqSwitch2 - ML_modules.SeqSwitch2


+ 2
- 0
plugins/community/repos/Bidoo/ISSUE_TEMPLATE.md View File

@@ -0,0 +1,2 @@
OS (if applicable):
Version (or "dev" if compiling from source):

+ 12
- 0
plugins/community/repos/Bidoo/LICENSE.txt View File

@@ -0,0 +1,12 @@
Based on the VCVRack example provided by Andrew Belt

Copyright (c) 2017 Sébastien Bouffier (sebastien.bouffier@gmail.com), All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1.- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2.- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3.- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
4.- Commercial use requires explicit permission of the author.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 15
- 0
plugins/community/repos/Bidoo/Makefile View File

@@ -0,0 +1,15 @@
RACK_DIR ?= ../..
SLUG = Bidoo
VERSION = 0.6.7
DISTRIBUTABLES += $(wildcard LICENSE*) res

FLAGS += -DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
-I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
-I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
-I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch

SOURCES = $(wildcard src/*.cpp src/dep/audiofile/*cpp src/dep/filters/*cpp src/dep/freeverb/*cpp src/dep/gist/src/*cpp \
src/dep/gist/libs/kiss_fft130/*c src/dep/gist/src/mfcc/*cpp src/dep/gist/src/core/*cpp src/dep/gist/src/fft/*cpp \
src/dep/gist/src/onset-detection-functions/*cpp src/dep/gist/src/pitch/*cpp)

include $(RACK_DIR)/plugin.mk

+ 36
- 0
plugins/community/repos/Bidoo/README.md View File

@@ -0,0 +1,36 @@
# Bidoo's plugins for [VCVRack](https://vcvrack.com)

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-0.6.6-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

![pack](/images/pack.png?raw=true "pack")

## How to

You can find information on that plugins pack in the [wiki](https://github.com/sebastien-bouffier/Bidoo/wiki). When doing tests it happens that I record a video so you may find some ideas on how to use those modules [here](https://www.youtube.com/bidoo).

## Last changes

13/05/2018 => 0.6.6

antN goes away from mpg123 and is based now on minimp3 so maybe my pack will be available thru Rack again.

Some changes on ÎĽ that has an offset param now. I changed the fine tuning of step length so it is easier to setup. Step length is 100% by default.

11/05/2018 => 0.6.5

ÎĽ. can be viewed as a step in a sequence. Link some of them and you will build a full sequence path. When moving the cursor over the knobs and ports the display shows a description and the current value of the focused object. As usual black ports are inputs and the red ones outputs. To start experimenting link some units with bpm ports so the first one will become the master tempo for the chain. Link gate and CV at the bottom to create the path for the signal. Link step end ports with step start ones to build the order of steps. At that stage you can use the alternate end of step output port to fork the path and adjust the corresponding probability. Maybe you need that under some circumstances a step is stopped .. use the inhibit port. Once the chain is made set the tempo with the first step (one fast knob and a dedicated one for decimals). Then set the length of each step (two controls too as for bpm) 100% means a quarter for a 4/4 signature, 50% one eighth, 200% an half etc... To introduce swing use decimal values for the step length. Now choose the length of the trigs in percentage of the step length, the CV value, the probability of the trig to be played, the probability of the alternate port to be use instead of the standard end of step port, the trig repeat count and the distance between retrigs. If the trig length is greater than the distance then the trigs will merge. You have two small led buttons between gate and CV in and out ports. They activate the stack mode on those ports. By default a step plays its trigs when active and let the signal pass thru the ports when not active. If you activate the stack mode the incoming signal will be added to the trigs data when the step is active. You can manually launch a step with the left top led button and mute the step with the right one. Modulation ports are available for almost all parameters.

This release comes with another module ÎŁ which is a simple merge tool .. essential with ÎĽ in order to merge end of steps ports or gate and CV ones.

## License

The license is a BSD 3-Clause with the addition that any commercial use requires explicit permission of the author. That applies for the source code.

For the image resources (all SVG files), any use requires explicit permission of the author.

## Donate

If you enjoy those modules you can support the development by making a donation. Here's the link: [DONATE](https://paypal.me/sebastienbouffier)

BIN
plugins/community/repos/Bidoo/images/pack.png View File

Before After
Width: 902  |  Height: 375  |  Size: 483KB

+ 49
- 0
plugins/community/repos/Bidoo/make.objects View File

@@ -0,0 +1,49 @@
ALL_OBJ= \
src/ACNE.o \
src/ANTN.o \
src/BAR.o \
src/Bidoo.o \
src/BORDL.o \
src/CHUTE.o \
src/CLACOS.o \
src/dep/filters/biquad.o \
src/dep/filters/smbPitchShift.o \
src/DTROY.o \
src/DUKE.o \
src/FORK.o \
src/HORUS.o \
src/LATE.o \
src/LIMBO.o \
src/LOURDE.o \
src/MOIRE.o \
src/MU.o \
src/PERCO.o \
src/SIGMA.o \
src/TIARE.o \
src/TOCANTE.o \
src/VOID.o \
src/ZINC.o \
src/dep/kiss_fft130/kiss_fft.o \
src/dep/minimp3/minimp3_test.o


# already used in AS modules
DUPLICATE_OBJ__REMOVED__= \
src/DFUZE.o \
src/dep/freeverb/allpass.o \
src/dep/freeverb/comb.o \
src/dep/freeverb/revmodel.o


GPL_OBJ__REMOVED__= \
src/CANARD.o \
src/OUAIVE.o \
src/dep/audiofile/AudioFile.o \
src/dep/gist/src/core/CoreFrequencyDomainFeatures.o \
src/dep/gist/src/core/CoreTimeDomainFeatures.o \
src/dep/gist/src/fft/AccelerateFFT.o \
src/dep/gist/src/fft/WindowFunctions.o \
src/dep/gist/src/Gist.o \
src/dep/gist/src/mfcc/MFCC.o \
src/dep/gist/src/onset-detection-functions/OnsetDetectionFunction.o \
src/dep/gist/src/pitch/Yin.o

+ 12
- 0
plugins/community/repos/Bidoo/makefile.msvc View File

@@ -0,0 +1,12 @@
SLUG=Bidoo

include ../../../../dep/yac/install_msvc.mk

EXTRAFLAGS=-DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
-I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
-I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
-I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch

include make.objects

include ../../../build_plugin.mk

+ 379
- 0
plugins/community/repos/Bidoo/res/ACNE.svg
File diff suppressed because it is too large
View File


+ 335
- 0
plugins/community/repos/Bidoo/res/ACNEtemp.svg
File diff suppressed because it is too large
View File


+ 212
- 0
plugins/community/repos/Bidoo/res/ANTN.svg
File diff suppressed because it is too large
View File


+ 222
- 0
plugins/community/repos/Bidoo/res/ANTNtemp.svg
File diff suppressed because it is too large
View File


+ 311
- 0
plugins/community/repos/Bidoo/res/BAR.svg
File diff suppressed because it is too large
View File


+ 328
- 0
plugins/community/repos/Bidoo/res/BARtemp.svg
File diff suppressed because it is too large
View File


+ 1207
- 0
plugins/community/repos/Bidoo/res/BORDL.svg
File diff suppressed because it is too large
View File


+ 1385
- 0
plugins/community/repos/Bidoo/res/BORDLtemp.svg
File diff suppressed because it is too large
View File


+ 856
- 0
plugins/community/repos/Bidoo/res/CANARD.svg View File

@@ -0,0 +1,856 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
id="svg12553"
version="1.1"
viewBox="0 0 51.59375 100.54166"
height="380"
width="195">
<defs
id="defs12547">
<linearGradient
id="linearGradient4708"
osb:paint="solid">
<stop
style="stop-color:#ececec;stop-opacity:1;"
offset="0"
id="stop4706" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
id="filter4696">
<feColorMatrix
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
result="colormatrix"
id="feColorMatrix4692" />
<feBlend
in2="BackgroundImage"
mode="multiply"
result="fbSourceGraphic"
id="feBlend4694" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix4762" />
<feColorMatrix
id="feColorMatrix4764"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
result="colormatrix"
in="fbSourceGraphic" />
<feComposite
in2="colormatrix"
id="feComposite4766"
operator="arithmetic"
k2="0.3"
result="composite"
k1="0"
k3="0"
k4="0" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="matrix(0.4327006,0,0,1.0012215,-11.517122,-161.56849)"
id="layer1">
<path
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
id="path33453" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 38.533355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646932,-0.64693 h -6.281685 c -0.355838,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646933,0.64693 h 6.281685 c 0.355811,0 0.646932,-0.29112 0.646932,-0.64693 z m 0,0"
id="path33787" />
<path
id="path7611"
d="m 66.055605,168.8251 c 0.500274,0 0.84963,-0.25877 0.84963,-0.72025 v -0.009 c 0,-0.40109 -0.263102,-0.5693 -0.733187,-0.69437 -0.401108,-0.10351 -0.500301,-0.15095 -0.500301,-0.3019 v -0.009 c 0,-0.11213 0.09919,-0.20271 0.297577,-0.20271 0.159597,0 0.319167,0.0561 0.487363,0.15527 0.03881,0.0259 0.07763,0.0388 0.129381,0.0388 0.129408,0 0.237225,-0.10351 0.237225,-0.23721 0,-0.0992 -0.05606,-0.1682 -0.11213,-0.2027 -0.211349,-0.12939 -0.452861,-0.20271 -0.737526,-0.20271 -0.474398,0 -0.810816,0.27602 -0.810816,0.69869 v 0.004 c 0,0.46147 0.301916,0.59086 0.767689,0.71162 0.38817,0.0992 0.470111,0.16389 0.470111,0.29327 v 0.009 c 0,0.1337 -0.129381,0.21565 -0.336391,0.21565 -0.224287,0 -0.418359,-0.0776 -0.590867,-0.20702 -0.0345,-0.0259 -0.08194,-0.0474 -0.146632,-0.0474 -0.133721,0 -0.241538,0.10351 -0.241538,0.23721 0,0.0776 0.04313,0.15095 0.09919,0.18976 0.258789,0.18546 0.564991,0.28034 0.87122,0.28034 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7607"
d="m 67.640935,168.7906 h 1.298178 c 0.129382,0 0.228574,-0.0992 0.228574,-0.22427 0,-0.12507 -0.09919,-0.22858 -0.228574,-0.22858 h -1.048041 v -0.48736 h 0.884132 c 0.125095,0 0.2286,-0.0992 0.2286,-0.22427 0,-0.12938 -0.103505,-0.22858 -0.2286,-0.22858 h -0.884132 v -0.4701 h 1.035103 c 0.125069,0 0.228574,-0.0992 0.228574,-0.22858 0,-0.12508 -0.103505,-0.22859 -0.228574,-0.22859 h -1.28524 c -0.142319,0 -0.254476,0.11645 -0.254476,0.25878 v 1.80709 c 0,0.14232 0.112157,0.25446 0.254476,0.25446 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7603"
d="m 70.70817,168.82941 c 0.258763,0 0.491676,-0.0733 0.685748,-0.19839 l 0.129381,0.11214 c 0.03881,0.0388 0.09919,0.069 0.168195,0.069 0.129408,0 0.237226,-0.10782 0.237226,-0.24152 0,-0.082 -0.03881,-0.14233 -0.09057,-0.18977 l -0.103532,-0.0819 c 0.129408,-0.19408 0.207037,-0.42266 0.207037,-0.6685 v -0.004 c 0,-0.65986 -0.513239,-1.19466 -1.229175,-1.19466 -0.715936,0 -1.233487,0.53911 -1.233487,1.19898 v 0.009 c 0,0.65987 0.513238,1.19035 1.229174,1.19035 z m 0.069,-0.7375 0.241511,0.20702 c -0.09057,0.0431 -0.194071,0.0604 -0.306202,0.0604 -0.409734,0 -0.702998,-0.33209 -0.702998,-0.72887 v -0.004 c 0,-0.39679 0.284639,-0.72457 0.698685,-0.72457 0.409734,0 0.698686,0.3321 0.698686,0.72888 v 0.009 c 0,0.11645 -0.0217,0.22427 -0.06038,0.31484 l -0.25445,-0.22858 c -0.05609,-0.0431 -0.09922,-0.069 -0.168222,-0.069 -0.133694,0 -0.241512,0.11213 -0.241512,0.24152 0,0.0863 0.03881,0.14664 0.09488,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7599"
d="m 72.627379,168.00566 h 0.57359 c 0.13372,0 0.245851,-0.10783 0.245851,-0.24152 0,-0.1337 -0.112131,-0.24153 -0.245851,-0.24153 h -0.57359 c -0.133721,0 -0.241539,0.10783 -0.241539,0.24153 0,0.13369 0.107818,0.24152 0.241539,0.24152 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7595"
d="m 74.553439,168.82941 c 0.517552,0 0.832406,-0.31915 0.832406,-0.75906 v -0.004 c 0,-0.43129 -0.306229,-0.59518 -0.621056,-0.65124 l 0.452834,-0.43129 c 0.09491,-0.0906 0.155284,-0.15958 0.155284,-0.28465 0,-0.14233 -0.112157,-0.22858 -0.258789,-0.22858 h -1.129956 c -0.120782,0 -0.219975,0.0992 -0.219975,0.21995 0,0.12076 0.09919,0.21996 0.219975,0.21996 h 0.711623 l -0.452861,0.45285 c -0.07763,0.0776 -0.107817,0.13801 -0.107817,0.20702 0,0.12076 0.09919,0.21996 0.219948,0.21996 h 0.07763 c 0.284665,0 0.45286,0.10782 0.45286,0.29327 v 0.009 c 0,0.17252 -0.133694,0.28034 -0.327792,0.28034 -0.181134,0 -0.31914,-0.0604 -0.452834,-0.17252 -0.03881,-0.0302 -0.09057,-0.0604 -0.15957,-0.0604 -0.133721,0 -0.245851,0.11214 -0.245851,0.24584 0,0.069 0.03881,0.14232 0.08625,0.18114 0.185473,0.15957 0.43561,0.26308 0.767688,0.26308 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 31.535655,196.58908 H 108.99592"
id="path35483" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 68.112052,258.60709 c -0.09165,0 -0.175762,-0.0517 -0.216746,-0.1337 l -0.783855,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.107818,-0.32346 0.119697,-0.0593 0.26416,-0.0108 0.324538,0.10782 l 0.568245,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.204867,-0.16712 0.323454,-0.10782 0.119697,0.0593 0.16711,0.20487 0.107817,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.125068,0.1337 -0.215609,0.1337"
id="path35687" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 72.419522,258.60709 c -0.09165,0 -0.174678,-0.0517 -0.215636,-0.1337 l -0.784939,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.108903,-0.32346 0.118586,-0.0593 0.264133,-0.0108 0.323453,0.10782 l 0.568219,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.20484,-0.16712 0.323453,-0.10782 0.119698,0.0593 0.168222,0.20487 0.107844,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.123983,0.1337 -0.215635,0.1337"
id="path35689" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 70.382786,258.60709 c -0.566076,0 -1.025419,-0.4604 -1.025419,-1.02538 0,-0.56606 0.459343,-1.02646 1.025419,-1.02646 0.223149,0 0.436668,0.0712 0.615632,0.20593 0.106733,0.0798 0.127265,0.23075 0.04747,0.33749 -0.07982,0.10674 -0.230744,0.1283 -0.337503,0.0485 -0.09488,-0.0712 -0.20701,-0.1089 -0.325596,-0.1089 -0.299773,0 -0.543454,0.24367 -0.543454,0.54342 0,0.29866 0.243681,0.54234 0.543454,0.54234 0.118586,0 0.230717,-0.0377 0.325596,-0.10782 0.106759,-0.0809 0.257678,-0.0593 0.337503,0.0474 0.0798,0.10675 0.05927,0.2577 -0.04747,0.33856 -0.178964,0.1337 -0.392483,0.20486 -0.615632,0.20486"
id="path35691" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 70.711636,257.56877 c 0,0.17359 -0.140202,0.31376 -0.313795,0.31376 -0.172509,0 -0.313743,-0.14017 -0.313743,-0.31376 0,-0.17252 0.141234,-0.31376 0.313743,-0.31376 0.173593,0 0.313795,0.14124 0.313795,0.31376"
id="path35693" />
<path
id="path7407"
d="m 66.110162,253.14752 c 0.185446,0 0.336418,-0.0647 0.444235,-0.13801 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 h -0.349356 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250163 v 0.23289 c -0.07766,0.0604 -0.185473,0.0949 -0.306228,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.301889,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0518 0.112131,-0.11214 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.112131,-0.0819 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646933,0.29759 -0.646933,0.64693 v 0.004 c 0,0.3666 0.254477,0.64693 0.651246,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7403"
d="m 66.869966,253.03108 c 0,0.0604 0.04744,0.1035 0.103505,0.1035 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103531,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107818,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.1035 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465798,-1.04371 c -0.02593,-0.0518 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133694,0.0863 l -0.465799,1.04371 c -0.0087,0.0173 -0.0172,0.0345 -0.0172,0.0474 z m 0.396795,-0.40541 0.219949,-0.50461 0.219948,0.50461 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7399"
d="m 68.549594,253.02676 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7395"
d="m 69.556122,253.12596 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.33641 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7387"
d="m 71.783622,253.14752 c 0.388171,0 0.659871,-0.29759 0.659871,-0.65124 0,-0.35366 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29327 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.2027 c -0.250137,0 -0.426985,-0.20271 -0.426985,-0.44854 0,-0.24584 0.176848,-0.44423 0.422672,-0.44423 0.250137,0 0.426985,0.20271 0.426985,0.44423 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7383"
d="m 73.285027,253.14752 c 0.327766,0 0.539115,-0.18976 0.539115,-0.56498 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62105 c 0,0.2329 -0.120756,0.34934 -0.314827,0.34934 -0.198385,0 -0.319141,-0.12507 -0.319141,-0.35796 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.11213,0.0474 -0.11213,0.10782 v 0.62105 c 0,0.3666 0.20701,0.55636 0.534802,0.55636 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7379"
d="m 74.487505,253.02676 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 31.535655,252.48497 H 63.614797"
id="path35723" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 76.916751,252.48497 H 108.99592"
id="path35725" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 34.74558,237.2034 v 8.5438"
id="path35727" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 44.799747,237.2034 v 8.5438"
id="path35729" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 54.853914,237.2034 v 8.5438"
id="path35731" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 65.172664,237.2034 v 8.5438"
id="path35733" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 75.22683,237.2034 v 8.5438"
id="path35735" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 85.54558,237.2034 v 8.5438"
id="path35737" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 95.599747,237.2034 v 8.5438"
id="path35739" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 105.9185,237.2034 v 8.5438"
id="path35741" />
<path
id="path7375"
d="m 31.482924,174.1527 c 0.250164,0 0.418359,-0.0776 0.564991,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129381,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297577,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133694,-0.0604 0.133694,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336417,0.79357 0.784939,0.79357 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7371"
d="m 32.449659,173.98882 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 h 0.832406 c 0.069,0 0.125068,-0.0561 0.125068,-0.12508 0,-0.069 -0.05607,-0.12076 -0.125068,-0.12076 h -0.698685 v -1.17741 c 0,-0.0733 -0.06038,-0.1337 -0.133721,-0.1337 -0.07763,0 -0.138006,0.0604 -0.138006,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7367"
d="m 34.520658,174.1527 c 0.474425,0 0.810816,-0.36228 0.810816,-0.79788 v -0.004 c 0,-0.4356 -0.332079,-0.79788 -0.806503,-0.79788 -0.474398,0 -0.810816,0.3666 -0.810816,0.8022 v 0.004 c 0,0.4356 0.332105,0.79357 0.806503,0.79356 z m 0.0042,-0.25014 c -0.306202,0 -0.52615,-0.25015 -0.52615,-0.54774 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.521838,-0.54773 0.306229,0 0.526177,0.25015 0.526177,0.55205 v 0.004 c 0,0.29758 -0.215636,0.54342 -0.521865,0.54342 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7363"
d="m 36.418911,174.1527 c 0.250164,0 0.418359,-0.0776 0.564992,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129382,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297576,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215636,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133693,-0.0604 0.133693,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336418,0.79357 0.784939,0.79357 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7359"
d="m 37.385593,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.31915 l 0.250137,-0.24152 0.500301,0.63399 c 0.02593,0.0345 0.06038,0.0647 0.11213,0.0647 0.07763,0 0.138007,-0.0604 0.138007,-0.1337 0,-0.0431 -0.0172,-0.069 -0.03881,-0.0992 l -0.521864,-0.64693 0.48305,-0.46147 c 0.03019,-0.0302 0.04744,-0.0604 0.04744,-0.10351 0,-0.0647 -0.04744,-0.12508 -0.125069,-0.12508 -0.04744,0 -0.08194,0.0172 -0.11213,0.0517 l -0.733187,0.7375 v -0.65555 c 0,-0.0733 -0.06038,-0.1337 -0.13372,-0.1337 -0.07763,0 -0.138007,0.0604 -0.138007,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7355"
d="m 62.229492,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7351"
d="m 63.518621,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07332,0 0.138006,-0.0604 0.138006,-0.13802 v -1.16878 h 0.375232 c 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.069 -0.05607,-0.12507 -0.125069,-0.12507 h -1.026477 c -0.069,0 -0.125069,0.0561 -0.125069,0.12507 0,0.069 0.05607,0.12508 0.125069,0.12508 h 0.375232 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7347"
d="m 64.743324,174.12683 h 0.910035 c 0.06469,0 0.120756,-0.0517 0.120756,-0.12076 0,-0.069 -0.05607,-0.12076 -0.120756,-0.12076 h -0.776314 v -0.41835 h 0.664183 c 0.069,0 0.120756,-0.0517 0.120756,-0.11645 0,-0.069 -0.05175,-0.12507 -0.120756,-0.12507 h -0.664183 v -0.4011 h 0.763376 c 0.069,0 0.120755,-0.0517 0.120755,-0.12076 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.897097 c -0.07763,0 -0.138006,0.0561 -0.138006,0.1337 v 1.2723 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7343"
d="m 66.130508,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.3709 h 0.306203 c 0.34073,0 0.621056,-0.18114 0.621056,-0.53049 v -0.004 c 0,-0.31052 -0.228573,-0.51323 -0.590867,-0.51323 h -0.470112 c -0.07763,0 -0.138007,0.0561 -0.138007,0.1337 z m 0.271727,-0.61674 v -0.55636 h 0.314828 c 0.202697,0 0.336418,0.0949 0.336418,0.27603 v 0.004 c 0,0.15957 -0.129408,0.27602 -0.336418,0.27602 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7339"
d="m 68.202011,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7335"
d="m 42.895329,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.112156,-0.0474 0.112156,-0.10782 v -0.34072 h 0.276014 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241539,-0.3019 c 0.168223,-0.0561 0.284666,-0.17683 0.284666,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.319141 c 0.163883,0 0.258762,0.0733 0.258762,0.21133 0,0.12939 -0.09919,0.21133 -0.258762,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7331"
d="m 44.769241,175.47218 c 0.327765,0 0.539115,-0.18977 0.539115,-0.56499 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62106 c 0,0.23289 -0.120756,0.34934 -0.314828,0.34934 -0.198384,0 -0.31914,-0.12507 -0.31914,-0.35797 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.112131,0.0474 -0.112131,0.10782 v 0.62106 c 0,0.36659 0.20701,0.55636 0.534803,0.55636 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7327"
d="m 45.679857,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.107844,-0.0474 0.107844,-0.10782 v -0.79789 l 0.646906,0.8367 c 0.03021,0.0388 0.0604,0.069 0.112157,0.069 h 0.0087 c 0.06038,0 0.107818,-0.0517 0.107818,-0.11213 v -1.05234 c 0,-0.0604 -0.04744,-0.10783 -0.107818,-0.10783 -0.06038,0 -0.107844,0.0474 -0.107844,0.10783 v 0.772 l -0.629656,-0.81513 c -0.03019,-0.0388 -0.0604,-0.0647 -0.112156,-0.0647 h -0.02593 c -0.06038,0 -0.11213,0.0517 -0.11213,0.11213 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7323"
d="m 52.036525,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.24154,-0.30191 c 0.168222,-0.0561 0.284665,-0.17682 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7319"
d="m 53.509169,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7315"
d="m 55.092885,175.46786 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20701 -0.133694,-0.3019 -0.401082,-0.36659 -0.241511,-0.0561 -0.297603,-0.0992 -0.297603,-0.19839 0,-0.0863 0.07334,-0.15095 0.202724,-0.15095 0.09919,0 0.194072,0.0302 0.288951,0.0949 0.0172,0.0129 0.0345,0.0173 0.05606,0.0173 0.06038,0 0.107818,-0.0474 0.107818,-0.10351 0,-0.0431 -0.02593,-0.0733 -0.05175,-0.0863 -0.112131,-0.0776 -0.237199,-0.11645 -0.39677,-0.11645 -0.250163,0 -0.426984,0.14664 -0.426984,0.36228 v 0.004 c 0,0.2329 0.146632,0.31053 0.414046,0.37522 0.237199,0.0517 0.284639,0.10351 0.284639,0.18977 v 0.004 c 0,0.0949 -0.08625,0.15957 -0.219948,0.15957 -0.138007,0 -0.250137,-0.0474 -0.353669,-0.12938 -0.01296,-0.0129 -0.0345,-0.0216 -0.06469,-0.0216 -0.05607,0 -0.103505,0.0474 -0.103505,0.10351 0,0.0345 0.0172,0.0647 0.04313,0.0863 0.138006,0.10351 0.301916,0.15526 0.470111,0.15526 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7311"
d="m 55.975059,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7307"
d="m 57.445693,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95315 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 34.74558,181.31115 v 10.7908"
id="path35805" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 75.22683,179.72419 v 10.78972"
id="path35807" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 55.118497,179.72419 v 10.78972"
id="path35809" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 85.54558,179.72419 v 10.78972"
id="path35811" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 95.599747,179.72419 v 10.78972"
id="path35813" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 105.9185,179.72419 v 10.78972"
id="path35815" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 65.172664,179.72419 v 10.78972"
id="path35817" />
<path
id="path7303"
d="m 41.048061,185.72278 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7299"
d="m 42.13198,185.62789 c 0,0.0647 0.05175,0.10351 0.103505,0.10351 0.04744,0 0.07763,-0.0216 0.107818,-0.0604 l 0.332105,-0.43129 0.336391,0.43992 c 0.02593,0.0345 0.05175,0.0517 0.09922,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0302 -0.0172,-0.0604 -0.0345,-0.0819 l -0.370919,-0.46148 0.349356,-0.4356 c 0.0217,-0.0302 0.0345,-0.0517 0.0345,-0.0863 0,-0.0604 -0.05175,-0.0992 -0.09919,-0.0992 -0.04747,0 -0.07766,0.0216 -0.107844,0.0604 l -0.314828,0.40972 -0.314854,-0.41834 c -0.03019,-0.0345 -0.05607,-0.0517 -0.103505,-0.0517 -0.06038,0 -0.107818,0.0474 -0.107818,0.10782 0,0.0302 0.0172,0.0561 0.0345,0.0819 l 0.349356,0.43559 -0.37092,0.46148 c -0.0217,0.0259 -0.0345,0.0518 -0.0345,0.0819 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7295"
d="m 43.851428,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306203 c 0.05609,0 0.09922,-0.0475 0.09922,-0.0992 0,-0.0561 -0.04313,-0.1035 -0.09922,-0.1035 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.1035 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7287"
d="m 45.828288,185.74434 c 0.202698,0 0.336418,-0.0647 0.452861,-0.1682 0.0217,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.02593,0 -0.04744,0.009 -0.06469,0.0259 -0.09059,0.0776 -0.18116,0.12076 -0.314854,0.12076 -0.237199,0 -0.414046,-0.2027 -0.414046,-0.44853 0,-0.24584 0.176847,-0.44423 0.414046,-0.44423 0.120756,0 0.215635,0.0431 0.301916,0.11214 0.01296,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0388 -0.0217,-0.069 -0.04313,-0.0863 -0.11213,-0.0863 -0.237225,-0.14232 -0.431297,-0.14232 -0.379519,0 -0.646933,0.29327 -0.646933,0.64693 v 0.004 c 0,0.36228 0.271727,0.64693 0.638307,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7283"
d="m 46.622144,185.61064 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 h 0.677121 c 0.05607,0 0.103532,-0.0431 0.103532,-0.0992 0,-0.0561 -0.04747,-0.10351 -0.103532,-0.10351 h -0.564965 v -0.95314 c 0,-0.0604 -0.05178,-0.10782 -0.112156,-0.10782 -0.06038,0 -0.112131,0.0474 -0.112131,0.10782 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7279"
d="m 47.77668,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.26308 l 0.202698,-0.19408 0.405394,0.51323 c 0.0217,0.0302 0.04744,0.0517 0.09059,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0345 -0.01297,-0.0561 -0.03019,-0.0776 l -0.422672,-0.52617 0.38817,-0.37522 c 0.02593,-0.0259 0.04313,-0.0517 0.04313,-0.0863 0,-0.0517 -0.04313,-0.0992 -0.103505,-0.0992 -0.03884,0 -0.06472,0.0129 -0.09059,0.0388 l -0.595154,0.59949 v -0.53048 c 0,-0.0604 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.0474 -0.11213,0.10782 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7275"
d="m 34.621094,200.89411 c 0,0.0776 0.06038,0.13802 0.133694,0.13802 0.07763,0 0.138007,-0.0604 0.138007,-0.13802 v -1.3068 c 0,-0.0733 -0.06038,-0.1337 -0.138007,-0.1337 h -0.0042 c -0.03881,0 -0.07763,0.009 -0.129382,0.0259 l -0.237225,0.0733 c -0.05175,0.0173 -0.09057,0.0604 -0.09057,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 0.01296,0 0.0345,-0.004 0.04744,-0.009 l 0.159596,-0.0474 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7271"
d="m 44.255949,200.8898 c 0,0.0819 0.06038,0.12939 0.146632,0.12939 h 0.875533 c 0.06469,0 0.120756,-0.0518 0.120756,-0.12077 0,-0.0647 -0.05607,-0.11644 -0.120756,-0.11644 h -0.625369 l 0.314827,-0.2674 c 0.27604,-0.21996 0.405421,-0.35365 0.405421,-0.59518 v -0.009 c 0,-0.27603 -0.211349,-0.46148 -0.513238,-0.46148 -0.241512,0 -0.383858,0.0949 -0.508926,0.25015 -0.0217,0.0259 -0.0345,0.0561 -0.0345,0.0862 0,0.069 0.05607,0.12076 0.125068,0.12076 0.04313,0 0.07334,-0.0173 0.09491,-0.0388 0.09488,-0.11645 0.181134,-0.17252 0.306203,-0.17252 0.138006,0 0.250137,0.0863 0.250137,0.24152 0,0.13801 -0.07763,0.23721 -0.293264,0.41404 l -0.474425,0.40541 c -0.04313,0.0388 -0.069,0.0819 -0.069,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7267"
d="m 55.013325,201.04506 c 0.323453,0 0.543428,-0.2027 0.543428,-0.49167 v -0.004 c 0,-0.28465 -0.224287,-0.40109 -0.457174,-0.43129 l 0.366607,-0.37521 c 0.04313,-0.0474 0.07763,-0.0863 0.07763,-0.15095 0,-0.0733 -0.06038,-0.11645 -0.138007,-0.11645 h -0.789278 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 h 0.560678 l -0.362267,0.38816 c -0.04313,0.0431 -0.05607,0.0733 -0.05607,0.11214 0,0.0604 0.05175,0.11644 0.116444,0.11644 h 0.05607 c 0.215635,0 0.353642,0.0863 0.353642,0.23721 v 0.004 c 0,0.14233 -0.112131,0.2329 -0.267388,0.2329 -0.142319,0 -0.25445,-0.0474 -0.349356,-0.14664 -0.0217,-0.0216 -0.05175,-0.0345 -0.09057,-0.0345 -0.07332,0 -0.129381,0.0604 -0.129381,0.12938 0,0.0388 0.0172,0.0776 0.04313,0.0992 0.125069,0.12076 0.293291,0.19839 0.521864,0.19839 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7263"
d="m 65.337817,200.90274 c 0,0.0733 0.05606,0.12939 0.129381,0.12939 0.07334,0 0.129408,-0.0561 0.129408,-0.12939 v -0.22859 h 0.120755 c 0.06469,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0604 -0.04744,-0.11213 -0.112131,-0.11213 H 65.596606 V 199.583 c 0,-0.0733 -0.05607,-0.1337 -0.129408,-0.1337 -0.08194,0 -0.116443,0.0345 -0.168196,0.0906 l -0.724561,0.86257 c -0.03881,0.0431 -0.06038,0.0906 -0.06038,0.14233 0,0.0733 0.06038,0.12938 0.133694,0.12938 h 0.69006 z m -0.5089,-0.45285 0.5089,-0.61243 v 0.61243 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7259"
d="m 75.346422,201.04506 c 0.327766,0 0.564991,-0.20702 0.564991,-0.52186 v -0.004 c 0,-0.32778 -0.237225,-0.48735 -0.539115,-0.48735 -0.103505,0 -0.172508,0.0173 -0.245824,0.0431 l 0.02593,-0.36228 h 0.57793 c 0.069,0 0.120755,-0.0517 0.120755,-0.11644 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.698687 c -0.06472,0 -0.120782,0.0474 -0.125095,0.12076 l -0.03019,0.55636 c -0.0042,0.0517 0.01297,0.0906 0.05175,0.11644 0.05175,0.0388 0.08625,0.0561 0.129408,0.0561 0.03881,0 0.11213,-0.0561 0.263075,-0.0561 0.189759,0 0.31914,0.0992 0.31914,0.25878 v 0.004 c 0,0.16389 -0.125068,0.2674 -0.297577,0.2674 -0.120756,0 -0.232886,-0.0431 -0.336417,-0.12939 -0.0217,-0.0216 -0.04744,-0.0302 -0.08194,-0.0302 -0.069,0 -0.129381,0.0604 -0.129381,0.1337 0,0.0431 0.0217,0.0776 0.05606,0.10351 0.125069,0.0992 0.284665,0.1682 0.495988,0.1682 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7255"
d="m 85.546692,201.04506 c 0.323479,0 0.573616,-0.21996 0.573616,-0.52617 v -0.004 c 0,-0.30622 -0.241511,-0.48304 -0.539115,-0.48304 -0.185446,0 -0.288951,0.0733 -0.370893,0.15095 0.01296,-0.28034 0.138007,-0.48736 0.370893,-0.48736 0.103505,0 0.181134,0.0302 0.263076,0.0863 0.0217,0.009 0.04315,0.0172 0.06903,0.0172 0.069,0 0.129382,-0.0517 0.129382,-0.12507 0,-0.0561 -0.02593,-0.0906 -0.069,-0.11645 -0.09919,-0.069 -0.224287,-0.11214 -0.383857,-0.11214 -0.439923,0 -0.664184,0.37091 -0.664184,0.84533 v 0.004 c 0,0.31053 0.07332,0.4701 0.189759,0.58655 0.103532,0.10351 0.241539,0.16389 0.431298,0.16389 z m -0.0087,-0.23721 c -0.194071,0 -0.31914,-0.11644 -0.31914,-0.27602 v -0.004 c 0,-0.14664 0.120756,-0.27171 0.310515,-0.27171 0.194072,0 0.31914,0.11644 0.31914,0.27171 v 0.004 c 0,0.15958 -0.116443,0.27602 -0.310515,0.27602 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7251"
d="m 95.326406,200.90705 c 0,0.0776 0.06903,0.12508 0.138033,0.12508 0.05607,0 0.09919,-0.0302 0.133694,-0.0906 l 0.638307,-1.21624 c 0.0217,-0.0431 0.03881,-0.0906 0.03881,-0.12938 0,-0.0776 -0.04744,-0.12076 -0.125069,-0.12076 h -0.866907 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.069 0.05606,0.12076 0.120756,0.12076 h 0.668496 l -0.599493,1.11272 c -0.01296,0.0259 -0.02593,0.0604 -0.02593,0.0819 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path7247"
d="m 105.8677,201.04075 c 0.3407,0 0.59086,-0.17252 0.59086,-0.44854 v -0.004 c 0,-0.18114 -0.10781,-0.29328 -0.28035,-0.37091 0.13372,-0.069 0.2286,-0.17251 0.2286,-0.34503 v -0.004 c 0,-0.23721 -0.2286,-0.41835 -0.53911,-0.41835 -0.30621,0 -0.53481,0.18114 -0.53481,0.41835 v 0.004 c 0,0.17252 0.0949,0.27603 0.22429,0.34503 -0.17253,0.0733 -0.27604,0.18977 -0.27604,0.37522 v 0.004 c 0,0.2674 0.25017,0.44423 0.58656,0.44423 z m 0,-0.91433 c -0.15957,0 -0.27602,-0.0949 -0.27602,-0.22858 v -0.004 c 0,-0.11645 0.11213,-0.21565 0.27602,-0.21565 0.16819,0 0.27601,0.0992 0.27601,0.21565 v 0.004 c 0,0.1337 -0.11644,0.22858 -0.27601,0.22858 z m 0,0.68575 c -0.2027,0 -0.31914,-0.10351 -0.31914,-0.22859 v -0.004 c 0,-0.14232 0.138,-0.2372 0.31914,-0.2372 0.18544,0 0.32776,0.0949 0.32776,0.2372 v 0.004 c 0,0.12508 -0.12507,0.22859 -0.32776,0.22859 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 48.587522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281684 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281684 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
id="path36677" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 58.641689,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281711 c -0.355785,0 -0.646906,0.29112 -0.646906,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646906,0.64693 h 6.281711 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
id="path36679" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 68.960439,242.56724 c 0,-0.35581 -0.29001,-0.64693 -0.645848,-0.64693 h -6.28277 c -0.355811,0 -0.646932,0.29112 -0.646932,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646932,0.64693 h 6.28277 c 0.355838,0 0.645848,-0.29112 0.645848,-0.64693 z m 0,0"
id="path36681" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 79.014605,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path36683" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 89.333355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
id="path36685" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 99.387522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path36687" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 109.70627,242.56724 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
id="path36689" />
<path
id="path6783"
d="m 73.542731,175.47218 c 0.185447,0 0.336418,-0.0647 0.444235,-0.13802 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 H 73.60311 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250164 v 0.2329 c -0.07766,0.0604 -0.185473,0.0949 -0.306229,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.30189,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.11213,-0.082 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646932,0.29758 -0.646932,0.64693 v 0.004 c 0,0.36659 0.254476,0.64693 0.651245,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6779"
d="m 74.302535,175.35573 c 0,0.0604 0.04744,0.10351 0.103505,0.10351 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103532,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107817,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.10351 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465799,-1.04371 c -0.02593,-0.0517 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133693,0.0863 l -0.465799,1.04371 c -0.0087,0.0172 -0.0172,0.0345 -0.0172,0.0474 z m 0.396796,-0.40541 0.219948,-0.50461 0.219948,0.50461 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6775"
d="m 75.982136,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95315 H 76.5126 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05606,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306228 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6771"
d="m 76.988717,175.45061 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6767"
d="m 82.637069,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202723,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6763"
d="m 84.575168,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29328 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172534,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6759"
d="m 85.80601,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.370919,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288952,0.86689 -0.284638,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05607,-0.0776 -0.107818,-0.0776 -0.06038,0 -0.116443,0.0474 -0.116443,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6751"
d="m 88.177999,175.35142 c 0,0.0604 0.05178,0.10782 0.107845,0.10782 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 v -1.06528 c 0,-0.0604 -0.04744,-0.10783 -0.11213,-0.10783 -0.0345,0 -0.06469,0.009 -0.107845,0.0216 l -0.189759,0.0604 c -0.04744,0.0129 -0.07763,0.0474 -0.07763,0.0949 0,0.0474 0.04744,0.0906 0.09919,0.0906 0.0087,0 0.02593,0 0.03881,-0.004 l 0.129381,-0.0388 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6747"
d="m 92.614348,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107845,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07765,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 H 92.72648 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6743"
d="m 94.552447,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655559,0.29328 -0.655559,0.64693 v 0.004 c 0,0.35366 0.267415,0.64693 0.651246,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6739"
d="m 95.783315,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.37092,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288951,0.86689 -0.284639,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05606,-0.0776 -0.107817,-0.0776 -0.06038,0 -0.116444,0.0474 -0.116444,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6731"
d="m 97.913793,175.3471 c 0,0.0647 0.05175,0.10351 0.116443,0.10351 h 0.711623 c 0.05607,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04313,-0.0992 -0.09919,-0.0992 H 98.23296 l 0.258762,-0.21564 c 0.224261,-0.18114 0.327766,-0.28896 0.327766,-0.48736 0,-0.22427 -0.168195,-0.37522 -0.41402,-0.37522 -0.198384,0 -0.314854,0.0733 -0.418359,0.20271 -0.01297,0.0172 -0.0217,0.0431 -0.0217,0.0647 0,0.0561 0.04313,0.10351 0.09919,0.10351 0.0345,0 0.06038,-0.0172 0.07763,-0.0345 0.07765,-0.0949 0.146659,-0.14233 0.245851,-0.14233 0.116443,0 0.202697,0.0733 0.202697,0.19839 0,0.11214 -0.06038,0.19408 -0.232886,0.33641 l -0.38817,0.32778 c -0.03881,0.0345 -0.05606,0.069 -0.05606,0.11213 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6727"
d="m 102.78183,175.35142 c 0,0.0604 0.0517,0.10782 0.11214,0.10782 0.0604,0 0.11215,-0.0474 0.11215,-0.10782 v -0.34072 h 0.27602 l 0.3062,0.39247 c 0.0259,0.0345 0.0561,0.0561 0.10784,0.0561 0.0517,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.013,-0.0561 -0.0345,-0.0819 l -0.24154,-0.3019 c 0.16822,-0.0561 0.28466,-0.17683 0.28466,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.1035,-0.27171 -0.0776,-0.0776 -0.20273,-0.12507 -0.3623,-0.12507 h -0.44854 c -0.0604,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.22429,-0.5348 v -0.42266 h 0.31914 c 0.16389,0 0.25876,0.0733 0.25876,0.21133 0,0.12939 -0.0992,0.21133 -0.25876,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6723"
d="m 104.71993,175.47218 c 0.38817,0 0.65987,-0.29759 0.65987,-0.65125 0,-0.35365 -0.26738,-0.64693 -0.65555,-0.64693 -0.38383,0 -0.65556,0.29328 -0.65556,0.64693 v 0.004 c 0,0.35366 0.26741,0.64693 0.65124,0.64693 z m 0.004,-0.20271 c -0.25013,0 -0.42698,-0.2027 -0.42698,-0.44854 0,-0.24583 0.17685,-0.44422 0.42267,-0.44422 0.25014,0 0.42699,0.2027 0.42699,0.44422 v 0.004 c 0,0.24584 -0.17254,0.44423 -0.42268,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6719"
d="m 105.9508,175.37729 c 0.0217,0.0561 0.0604,0.0906 0.11213,0.0906 h 0.0217 c 0.0561,0 0.0949,-0.0345 0.11645,-0.0906 l 0.28032,-0.81944 0.28035,0.81944 c 0.0172,0.0561 0.0561,0.0906 0.11213,0.0906 h 0.0217 c 0.0517,0 0.0949,-0.0345 0.11645,-0.0906 l 0.37092,-1.0394 c 0.004,-0.0129 0.009,-0.0302 0.009,-0.0474 0,-0.0561 -0.0517,-0.10351 -0.10782,-0.10351 -0.0561,0 -0.0906,0.0345 -0.10785,0.0776 l -0.28892,0.86689 -0.28464,-0.86258 c -0.0172,-0.0517 -0.0561,-0.0863 -0.11216,-0.0863 h -0.013 c -0.0561,0 -0.0949,0.0345 -0.11213,0.0863 l -0.28464,0.86258 -0.28898,-0.86689 c -0.013,-0.0431 -0.0561,-0.0776 -0.10781,-0.0776 -0.0604,0 -0.11645,0.0474 -0.11645,0.10782 0,0.0129 0.004,0.0302 0.013,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
id="path6711"
d="m 108.56002,175.47218 c 0.26307,0 0.43989,-0.16821 0.43989,-0.39679 v -0.004 c 0,-0.23289 -0.17682,-0.32778 -0.36658,-0.35365 l 0.29327,-0.30622 c 0.0388,-0.0388 0.0647,-0.069 0.0647,-0.12076 0,-0.0561 -0.0474,-0.0949 -0.11213,-0.0949 h -0.64262 c -0.0517,0 -0.0949,0.0431 -0.0949,0.0949 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.45717 l -0.29326,0.31484 c -0.0345,0.0345 -0.0475,0.0604 -0.0475,0.0906 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.0474 c 0.1725,0 0.28895,0.069 0.28895,0.19408 v 0.004 c 0,0.11214 -0.0949,0.18977 -0.21995,0.18977 -0.11644,0 -0.20701,-0.0431 -0.28467,-0.12076 -0.0172,-0.0172 -0.0431,-0.0302 -0.0733,-0.0302 -0.0561,0 -0.10781,0.0517 -0.10781,0.10782 0,0.0302 0.0172,0.0604 0.0388,0.0776 0.0992,0.0992 0.24153,0.16389 0.42267,0.16389 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 79.014605,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path37367" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 89.333355,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
id="path37369" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 99.387522,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path37371" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 109.70627,187.26933 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
id="path37373" />
<path
id="rect103"
d="M 28.948923,164.29485 H 111.1343 v 94.88068 H 28.948923 Z"
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.26458332" />
</g>
<g
aria-label="bId°°"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text977"
transform="translate(7.5852504)">
<path
d="m 13.898824,97.809389 q 0,-0.44235 -0.14056,-0.667659 -0.14056,-0.225309 -0.415478,-0.225309 -0.276986,0 -0.419613,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.142627,0.227376 0.419613,0.227376 0.274918,0 0.415478,-0.225309 0.14056,-0.225309 0.14056,-0.66766 z m -1.118278,-0.86403 q 0.09095,-0.169498 0.250114,-0.260449 0.16123,-0.09095 0.37207,-0.09095 0.417546,0 0.657324,0.322461 0.239779,0.320393 0.239779,0.8847 0,0.572575 -0.241846,0.89917 -0.239778,0.324528 -0.659391,0.324528 -0.206706,0 -0.365869,-0.08888 -0.157096,-0.09095 -0.252181,-0.262516 v 0.291455 h -0.380338 v -3.216341 h 0.380338 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path978" />
<path
d="m 14.963358,95.878758 h 1.713591 v 0.3514 H 16.02996 v 2.383317 h 0.646989 v 0.351399 h -1.713591 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path980" />
<path
d="m 18.868029,96.945359 v -1.196826 h 0.380339 v 3.216341 h -0.380339 v -0.291455 q -0.09508,0.171566 -0.254248,0.262516 -0.157096,0.08888 -0.363802,0.08888 -0.419612,0 -0.661458,-0.324528 -0.239779,-0.326595 -0.239779,-0.89917 0,-0.564307 0.241846,-0.8847 0.241846,-0.322461 0.659391,-0.322461 0.208773,0 0.367936,0.09095 0.159164,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.14056,0.225309 0.415479,0.225309 0.274918,0 0.417545,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417545,-0.227376 -0.274919,0 -0.415479,0.225309 -0.14056,0.225309 -0.14056,0.667659 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path982" />
<path
d="m 20.914416,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path984" />
<path
d="m 23.46103,95.822947 q 0.134359,0 0.254248,0.05168 0.121957,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192237,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279052,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.19017,-0.469222 0.190169,-0.192237 0.465087,-0.192237 z m 0,0.266651 q -0.163297,0 -0.279052,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276985,0.111621 0.165365,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path986" />
</g>
<g
aria-label="OUAIve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text977-5"
transform="translate(8.4809317)">
<g
aria-label="pANARd"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text974">
<path
id="path988"
d="m 51.802522,14.316771 c 6.416394,5.62351 13.703413,11.019624 17.091089,19.135338 -0.113597,1.587246 1.372313,2.950132 -0.534777,1.212136 -0.489066,-3.456508 -5.107487,-6.664403 -8.461159,-8.525186 -3.917723,-1.972917 -7.709294,-5.000136 -12.121446,-4.937051 -3.955855,-0.306363 -7.086268,0.256295 -10.837928,-0.844977 -3.396872,0.162636 -7.346446,0.05924 -10.601534,-1.013148 -1.914511,-0.814071 -3.594964,0.447324 -4.366944,-2.444279 -1.737713,-0.07766 -4.069578,-3.968374 -6.507006,-0.836812 -3.40268,3.062104 -8.2775591,-0.17705 -12.095008,-0.742327 -2.350161,0.141105 -5.3545268,1.853223 -5.4463937,4.10138 3.03073543,1.04084 3.4748916,3.992353 6.1152342,5.502265 3.1641964,1.975026 5.0289124,5.778278 8.3504505,6.940482 2.76814,1.072474 5.660359,3.900267 7.909278,6.424115 3.52554,2.202043 6.591068,4.688676 9.704568,7.308025 3.035312,2.910537 4.372839,6.630171 4.94896,10.590191 0.777142,3.952138 1.530521,7.565613 3.47281,10.646015 2.79382,3.025277 7.329899,4.751992 8.966025,8.793837 1.11679,2.829026 -3.929047,3.007994 -1.643879,5.754088 -0.0096,4.793631 -7.146633,6.654278 -10.0431,3.085369 -3.052523,-1.198667 -7.441107,0.193319 -8.373886,-4.455992 -1.74206,-3.871187 -4.35312,-7.486375 -7.597748,-10.171914 -1.968376,-0.48145 2.257991,0.03803 -0.143878,-1.690054 -1.2179,-2.854262 -0.312069,2.396661 -2.873989,0.08485 -3.50837,1.923769 -6.428384,4.673308 -8.6455264,8.027219 -2.6019894,2.043068 -5.0023422,4.78366 -6.6855706,7.876229 -0.86904255,2.556038 -4.8671247,4.292416 -2.20693848,5.820587 C -4.102804,93.085323 2.0829031,95.42649 3.6932314,92.326761 6.744094,89.729253 3.560007,97.286931 1.614161,96.373191 3.5296153,98.066269 4.0889849,99.48807 1.643092,97.115529 -3.6172248,91.526059 -8.1591965,84.178248 -7.0115655,76.182975 -6.6742642,70.908826 -3.8299701,66.081055 -0.43622607,62.196642 3.0595204,59.294408 6.9277022,58.253612 10.517011,56.003025 9.4553994,53.76043 3.14362,52.375714 0.09015982,50.755561 -1.1736718,51.757817 -2.2058974,51.351497 -1.576513,50.305066 c -2.9075899,-1.122462 -6.0538529,-4.395751 -8.1478362,-4.710942 -1.8611228,0.274252 -3.1607188,2.127756 -2.1513598,2.392905 -1.01381,0.461355 0.654347,2.923077 -1.081082,0.316232 -0.398468,-3.558827 -0.658444,-7.376081 -0.662535,-11.31603 0.827108,-9.794558 0.766793,-20.430694 6.4371254,-28.929296 C -3.1034444,2.2730902 4.5593306,0.56855127 11.228649,0.27235986 19.63903,0.35284737 28.201281,1.4044551 35.783621,5.2958783 41.349191,7.854662 46.881745,10.637657 51.802519,14.316776 Z m -10.330874,58.0978 c 0.924728,1.97109 6.527806,3.662093 2.321858,0.868217 -0.454714,-0.103648 -2.291266,-1.755613 -2.321858,-0.868217 z m -0.307888,1.409434 c 1.872462,2.985286 4.163709,0.842156 0,0 z m -4.084608,9.449236 c 0.538216,2.910295 4.714419,2.824327 1.268742,0.188792 C 38.132519,83.01289 36.64499,81.678737 37.079152,83.273241 Z M 6.5851939,74.835166 c 0.2901936,3.024586 2.6339771,-1.196454 0,0 z M 70.730729,38.897232 c -0.656217,2.045459 -0.341761,-2.014138 0,0 z M 21.325642,21.449353 c -1.328339,1.228671 0.833539,-1.867671 0,0 z m -1.981983,55.387176 c 1.326657,3.9511 -6.563408,7.090735 -5.38795,1.785169 1.470453,-1.906551 3.165429,-4.312103 5.38795,-1.785169 z M 33.36509,88.11788 c 0.439641,2.719678 -6.558826,6.787869 -3.49114,2.022134 0.577929,-0.756851 2.539954,-3.84515 3.49114,-2.022134 z"
style="opacity:0.08999999;fill:#000000;stroke-width:0.12070619px" />
<g
id="text975"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="cANARd">
<path
id="path983"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 11.864079,5.6068796 q -0.152962,0.088883 -0.316259,0.1322917 -0.161231,0.045475 -0.330729,0.045475 -0.537435,0 -0.841293,-0.3224609 -0.30179,-0.3224609 -0.30179,-0.8929687 0,-0.5705078 0.30179,-0.8929687 0.303858,-0.3224609 0.841293,-0.3224609 0.167431,0 0.326595,0.043408 0.159163,0.043408 0.320393,0.1343587 v 0.398942 q -0.150895,-0.1343587 -0.303857,-0.1943033 -0.150895,-0.059945 -0.343131,-0.059945 -0.357601,0 -0.549838,0.2315104 -0.192236,0.2315104 -0.192236,0.6614583 0,0.4278809 0.192236,0.6614583 0.194304,0.2315104 0.549838,0.2315104 0.198437,0 0.355533,-0.059945 0.157097,-0.062012 0.291455,-0.1901693 z" />
<path
id="path985"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 13.490853,3.0065217 13.05057,4.5857534 h 0.880567 z M 13.238672,2.6385855 h 0.506429 l 0.944646,3.0861164 H 14.257732 L 14.030355,4.9206166 h -1.081071 l -0.223242,0.8040853 h -0.432015 z" />
<path
id="path990"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 15.051482,2.6385855 h 0.529166 l 1.041797,2.5404133 V 2.6385855 h 0.403076 V 5.7247019 H 16.496355 L 15.454558,3.1842886 v 2.5404133 h -0.403076 z" />
<path
id="path993"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 18.584082,3.0065217 -0.440283,1.5792317 h 0.880566 z M 18.331901,2.6385855 h 0.506429 l 0.944645,3.0861164 H 19.35096 L 19.123584,4.9206166 h -1.081071 l -0.223242,0.8040853 h -0.432015 z" />
<path
id="path996"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 21.428353,4.2674266 q 0.16123,0.041341 0.274919,0.1570963 0.113688,0.1136882 0.283186,0.4568197 l 0.419613,0.8433593 H 21.95752 L 21.589583,4.9454213 Q 21.43042,4.6126251 21.302262,4.5175405 21.176172,4.4203888 20.971533,4.4203888 H 20.572591 V 5.7247019 H 20.152979 V 2.6385855 h 0.859895 q 0.508496,0 0.779281,0.2294434 0.270784,0.2294433 0.270784,0.6635253 0,0.3059245 -0.167431,0.5002278 -0.165365,0.1922364 -0.467155,0.2356446 z M 20.572591,2.981717 v 1.0955403 h 0.45682 q 0.299723,0 0.446484,-0.1343587 0.146761,-0.1343587 0.146761,-0.4113444 0,-0.2666504 -0.157096,-0.4072103 Q 21.310531,2.981717 21.012874,2.981717 Z" />
<path
id="path998"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 24.177539,3.705187 V 2.5083609 h 0.380339 v 3.216341 H 24.177539 V 5.4332468 q -0.09508,0.1715658 -0.254248,0.2625163 -0.157096,0.088883 -0.363802,0.088883 -0.419613,0 -0.661458,-0.3245279 -0.239779,-0.3265951 -0.239779,-0.8991699 0,-0.5643066 0.241846,-0.8847005 0.241846,-0.3224609 0.659391,-0.3224609 0.208773,0 0.367936,0.09095 0.159164,0.088884 0.250114,0.2604501 z m -1.118278,0.8640299 q 0,0.4423503 0.14056,0.6676595 0.14056,0.2253092 0.415479,0.2253092 0.274918,0 0.417545,-0.2273763 0.144694,-0.2273763 0.144694,-0.6655924 0,-0.4402832 -0.144694,-0.6655924 -0.142627,-0.2273763 -0.417545,-0.2273763 -0.274919,0 -0.415479,0.2253092 -0.14056,0.2253093 -0.14056,0.6676595 z" />
</g>
</g>
<g
id="text970"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4860" />
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot1009" />
<path
style="fill:#000000;fill-opacity:1;stroke:#b2b2b2;stroke-width:0.30236608;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 1.4740997,7.9370628 H 50.119649 V 39.724024 H 1.4740997 Z"
id="rect959-3-7" />
<path
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 36.689823,81.901466 h 9.763539 c 0.615242,0 1.110546,0.495304 1.110546,1.110546 v 7.914393 c 0,0.615243 -0.495304,1.110546 -1.110546,1.110546 h -9.763539 c -0.615243,0 -1.110546,-0.495303 -1.110546,-1.110546 v -7.914393 c 0,-0.615242 0.495303,-1.110546 1.110546,-1.110546 z"
id="rect998-7-7" />
<g
aria-label="OUT"
transform="scale(1.0122861,0.98786301)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9">
<path
d="m 39.733798,84.578101 q 0,-0.448262 -0.09265,-0.640374 -0.09129,-0.192113 -0.301113,-0.192113 -0.208462,0 -0.301112,0.192113 -0.09129,0.192112 -0.09129,0.640374 0,0.4469 0.09129,0.639012 0.09265,0.192112 0.301112,0.192112 0.209825,0 0.301113,-0.19075 0.09265,-0.192112 0.09265,-0.640374 z m 0.287487,0 q 0,0.531374 -0.16895,0.792974 -0.167587,0.2616 -0.5123,0.2616 -0.344712,0 -0.512299,-0.260237 -0.167587,-0.260238 -0.167587,-0.794337 0,-0.532737 0.167587,-0.794337 0.16895,-0.2616 0.512299,-0.2616 0.344713,0 0.5123,0.2616 0.16895,0.2616 0.16895,0.794337 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path970" />
<path
d="m 40.379622,84.812451 v -1.253499 h 0.276587 v 1.378849 q 0,0.148512 0.0082,0.212549 0.0082,0.06267 0.02861,0.09674 0.0436,0.08039 0.12535,0.121262 0.08311,0.04087 0.200287,0.04087 0.118537,0 0.200287,-0.04087 0.08175,-0.04087 0.126713,-0.121262 0.02044,-0.03406 0.02861,-0.09674 0.0082,-0.06267 0.0082,-0.209824 v -1.381574 h 0.275225 v 1.253499 q 0,0.312012 -0.03951,0.444174 -0.03815,0.1308 -0.133525,0.216638 -0.08992,0.08039 -0.205737,0.1199 -0.115812,0.03951 -0.260237,0.03951 -0.143063,0 -0.258875,-0.03951 -0.115812,-0.03951 -0.2071,-0.1199 -0.09401,-0.08447 -0.133525,-0.218 -0.03951,-0.134888 -0.03951,-0.442812 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path972" />
<path
d="m 41.92197,83.558952 h 1.551887 v 0.231625 H 42.83757 v 1.802586 H 42.560982 V 83.790577 H 41.92197 Z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path974" />
</g>
<g
aria-label="L"
transform="scale(1.0122861,0.98786302)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9-2">
<path
d="m 37.325892,85.959213 h 0.276588 v 1.802586 h 0.982361 v 0.231624 h -1.258949 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path977" />
</g>
<g
aria-label="R"
transform="scale(1.0122861,0.98786302)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9-2-7">
<path
d="m 44.354557,87.032854 q 0.106274,0.02725 0.181212,0.10355 0.07494,0.07494 0.186662,0.301112 l 0.276587,0.5559 h -0.295662 l -0.242525,-0.513662 q -0.104912,-0.219362 -0.189387,-0.282037 -0.08311,-0.06404 -0.218,-0.06404 h -0.262962 v 0.859737 h -0.276587 v -2.034211 h 0.566799 q 0.335175,0 0.513662,0.151238 0.178488,0.151237 0.178488,0.437362 0,0.201649 -0.110363,0.329724 -0.109,0.126713 -0.307924,0.155325 z M 43.790482,86.18538 v 0.722124 h 0.301112 q 0.197563,0 0.2943,-0.08856 0.09674,-0.08856 0.09674,-0.271137 0,-0.175763 -0.10355,-0.268413 -0.102187,-0.09401 -0.298387,-0.09401 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path981" />
</g>
<path
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 5.3009806,81.817467 H 15.06452 c 0.615242,0 1.110546,0.495303 1.110546,1.110545 v 7.914394 c 0,0.615242 -0.495304,1.110545 -1.110546,1.110545 H 5.3009806 c -0.6152423,0 -1.1105457,-0.495303 -1.1105457,-1.110545 v -7.914394 c 0,-0.615242 0.4953034,-1.110545 1.1105457,-1.110545 z"
id="rect998-7-7-3" />
<g
aria-label="IN"
transform="scale(1.0122861,0.98786301)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9-5">
<path
d="M 8.6115078,83.473945 H 9.7410192 V 83.70557 H 9.3145571 v 1.570961 h 0.4264621 v 0.231625 H 8.6115078 V 85.276531 H 9.0379699 V 83.70557 H 8.6115078 Z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path987" />
<path
d="m 10.205631,83.473945 h 0.3488 l 0.686699,1.674511 v -1.674511 h 0.265688 v 2.034211 h -0.3488 l -0.686699,-1.674511 v 1.674511 h -0.265688 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path989" />
</g>
<g
aria-label="L"
transform="scale(1.0122861,0.98786302)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9-2-9">
<path
d="m 6.3181018,85.874199 h 0.2765873 v 1.802585 h 0.9823616 v 0.231625 H 6.3181018 Z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path992" />
</g>
<g
aria-label="R"
transform="scale(1.0122861,0.98786302)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1002-9-9-2-7-2">
<path
d="m 13.346777,86.94784 q 0.106275,0.02725 0.181213,0.10355 0.07494,0.07494 0.186662,0.301112 l 0.276587,0.555899 h -0.295662 l -0.242525,-0.513662 q -0.104912,-0.219362 -0.189387,-0.282037 -0.08311,-0.06404 -0.218,-0.06404 h -0.262962 v 0.859736 h -0.276587 v -2.03421 h 0.566799 q 0.335175,0 0.513662,0.151237 0.178487,0.151238 0.178487,0.437362 0,0.20165 -0.110362,0.329725 -0.109,0.126712 -0.307925,0.155325 z m -0.564074,-0.847474 v 0.722124 h 0.301112 q 0.197562,0 0.2943,-0.08856 0.09674,-0.08856 0.09674,-0.271138 0,-0.175762 -0.10355,-0.268412 -0.102187,-0.09401 -0.298387,-0.09401 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path995" />
</g>
<g
id="text964"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="REC">
<path
id="path1002"
style="stroke-width:0.26458332px"
d="m 4.860344,42.709826 q 0.107487,0.02756 0.1832791,0.104731 0.075792,0.07579 0.1887913,0.304546 l 0.2797417,0.56224 H 5.2131218 L 4.967831,43.161823 Q 4.8617221,42.939959 4.7762837,42.876569 4.6922234,42.811801 4.5557976,42.811801 H 4.2898362 v 0.869542 H 4.0100945 v -2.057411 h 0.5732639 q 0.3389974,0 0.5195204,0.152962 0.180523,0.152963 0.180523,0.442351 0,0.203949 -0.1116211,0.333485 -0.1102431,0.128157 -0.3114367,0.157096 z m -0.5705078,-0.85714 v 0.730361 h 0.3045465 q 0.1998155,0 0.2976562,-0.08957 0.097841,-0.08957 0.097841,-0.274229 0,-0.177767 -0.1047309,-0.271474 -0.1033528,-0.09509 -0.3017903,-0.09509 z" />
<path
id="path1004"
style="stroke-width:0.26458332px"
d="m 5.7822516,41.623932 h 1.2209418 v 0.234267 H 6.0606153 v 0.609092 h 0.901237 v 0.234267 h -0.901237 v 0.745519 h 0.9687609 v 0.234266 H 5.7822516 Z" />
<path
id="path1006"
style="stroke-width:0.26458332px"
d="m 8.6871561,43.608307 q -0.1061089,0.0565 -0.21773,0.08406 -0.1116211,0.02894 -0.2370226,0.02894 -0.395497,0 -0.614605,-0.279742 -0.2177301,-0.279741 -0.2177301,-0.786859 0,-0.504362 0.2191081,-0.785482 0.2204861,-0.282498 0.613227,-0.282498 0.1254015,0 0.2370226,0.02894 0.1116211,0.02756 0.21773,0.08406 V 41.98498 Q 8.5851813,41.90092 8.468048,41.856823 q -0.1171332,-0.0441 -0.2356445,-0.0441 -0.2714735,0 -0.4065213,0.209462 -0.1350477,0.209462 -0.1350477,0.63252 0,0.421679 0.1350477,0.631141 0.1350478,0.209462 0.4065213,0.209462 0.1212674,0 0.2370226,-0.0441 0.1171332,-0.0441 0.21773,-0.128158 z" />
</g>
<g
id="text968"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="STRT">
<path
id="path1009"
style="stroke-width:0.26458332px"
d="m 23.870527,41.694212 v 0.282498 q -0.12678,-0.0813 -0.254937,-0.122646 -0.12678,-0.04134 -0.256315,-0.04134 -0.19706,0 -0.311437,0.09233 -0.114377,0.09095 -0.114377,0.246669 0,0.136425 0.07441,0.208083 0.07579,0.07166 0.28112,0.11989 l 0.146072,0.03307 q 0.289388,0.06752 0.421679,0.212218 0.132292,0.144694 0.132292,0.394118 0,0.293523 -0.181901,0.447863 -0.181901,0.15434 -0.529167,0.15434 -0.144694,0 -0.290766,-0.03169 -0.146072,-0.03032 -0.293522,-0.09233 v -0.296278 q 0.158475,0.100596 0.299034,0.14745 0.141938,0.04685 0.285254,0.04685 0.21084,0 0.327973,-0.09371 0.117134,-0.09508 0.117134,-0.264583 0,-0.15434 -0.08131,-0.235645 -0.07993,-0.0813 -0.279741,-0.125401 l -0.148828,-0.03445 q -0.286632,-0.06477 -0.416168,-0.195681 -0.129536,-0.130914 -0.129536,-0.3514 0,-0.275608 0.184658,-0.440972 0.186035,-0.166743 0.493337,-0.166743 0.118512,0 0.249425,0.02756 0.130914,0.02618 0.275608,0.07993 z" />
<path
id="path1011"
style="stroke-width:0.26458332px"
d="m 24.238463,41.623932 h 1.569586 v 0.234267 h -0.643544 v 1.823144 h -0.279742 v -1.823144 h -0.6463 z" />
<path
id="path1013"
style="stroke-width:0.26458332px"
d="m 26.918747,42.709826 q 0.107487,0.02756 0.183279,0.104731 0.07579,0.07579 0.188792,0.304546 l 0.279741,0.56224 h -0.299034 l -0.245291,-0.51952 q -0.106109,-0.221864 -0.191547,-0.285254 -0.08406,-0.06477 -0.220486,-0.06477 h -0.265962 v 0.869542 H 26.068498 V 41.62393 h 0.573264 q 0.338997,0 0.51952,0.152962 0.180523,0.152963 0.180523,0.442351 0,0.203949 -0.111621,0.333485 -0.110243,0.128157 -0.311437,0.157096 z m -0.570508,-0.85714 v 0.730361 h 0.304547 q 0.199815,0 0.297656,-0.08957 0.09784,-0.08957 0.09784,-0.274229 0,-0.177767 -0.104731,-0.271474 -0.103353,-0.09509 -0.30179,-0.09509 z" />
<path
id="path1015"
style="stroke-width:0.26458332px"
d="m 27.633949,41.623932 h 1.569586 v 0.234267 h -0.643544 v 1.823144 h -0.279742 v -1.823144 h -0.6463 z" />
</g>
<g
id="text968-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="LEN">
<path
id="path1018"
style="stroke-width:0.26458332px"
d="m 33.054487,41.572319 h 0.279742 v 1.823145 h 0.993566 v 0.234266 h -1.273308 z" />
<path
id="path1020"
style="stroke-width:0.26458332px"
d="m 34.727426,41.572319 h 1.220942 v 0.234267 H 35.00579 v 0.609093 h 0.901237 v 0.234266 H 35.00579 v 0.745519 h 0.96876 v 0.234266 h -1.247124 z" />
<path
id="path1022"
style="stroke-width:0.26458332px"
d="m 36.345243,41.572319 h 0.352777 l 0.694532,1.693609 v -1.693609 h 0.268717 V 43.62973 H 37.308491 L 36.61396,41.936121 v 1.693609 h -0.268717 z" />
</g>
<g
id="text964-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="SPD">
<path
id="path1025"
style="stroke-width:0.26458332px"
d="m 5.1876278,61.690039 v 0.282498 Q 5.0608483,61.891232 4.9326907,61.849891 4.8059112,61.80855 4.6763756,61.80855 q -0.1970594,0 -0.3114366,0.09233 -0.1143772,0.09095 -0.1143772,0.246668 0,0.136426 0.074414,0.208084 0.075792,0.07166 0.2811198,0.119889 l 0.146072,0.03307 q 0.2893881,0.06752 0.4216797,0.212218 0.1322917,0.144694 0.1322917,0.394119 0,0.293522 -0.181901,0.447863 -0.1819011,0.15434 -0.5291667,0.15434 -0.144694,0 -0.2907661,-0.03169 -0.146072,-0.03032 -0.2935221,-0.09233 v -0.296278 q 0.1584744,0.100597 0.2990343,0.14745 0.1419379,0.04685 0.2852539,0.04685 0.2108398,0 0.3279731,-0.09371 0.1171332,-0.09508 0.1171332,-0.264583 0,-0.154341 -0.081304,-0.235645 -0.079926,-0.0813 -0.2797418,-0.125401 L 4.5303036,62.737348 Q 4.2436716,62.67258 4.1141361,62.541666 3.9846005,62.410753 3.9846005,62.190267 q 0,-0.275608 0.1846571,-0.440973 0.1860351,-0.166742 0.4933377,-0.166742 0.1185112,0 0.2494249,0.02756 0.1309136,0.02618 0.2756076,0.07993 z" />
<path
id="path1027"
style="stroke-width:0.26458332px"
d="m 6.0406335,61.848513 v 0.77308 h 0.3224609 q 0.1929253,0 0.3004123,-0.101975 0.108865,-0.101975 0.108865,-0.285254 0,-0.183279 -0.1074869,-0.283876 -0.107487,-0.101975 -0.3017904,-0.101975 z M 5.7622697,61.619759 h 0.6008247 q 0.3445095,0 0.5222765,0.157096 0.1777669,0.155718 0.1777669,0.457509 0,0.304546 -0.1777669,0.460265 -0.1763889,0.155718 -0.5222765,0.155718 H 6.0406335 V 63.67717 H 5.7622697 Z" />
<path
id="path1029"
style="stroke-width:0.26458332px"
d="m 7.7893639,63.448415 q 0.3513998,0 0.4905816,-0.172254 0.1391819,-0.173633 0.1391819,-0.62563 0,-0.45613 -0.1391819,-0.628385 Q 8.1421417,61.848513 7.7893639,61.848513 H 7.6570723 v 1.599902 z m 0.00551,-1.828656 q 0.471289,0 0.6945312,0.250803 0.2232422,0.250803 0.2232422,0.779969 0,0.526411 -0.2232422,0.777214 -0.22324,0.249425 -0.694529,0.249425 H 7.3773305 v -2.057411 z" />
</g>
<g
id="text964-9-7"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="ENV">
<path
id="path1032"
style="stroke-width:0.26458332px"
d="m 13.757154,61.621136 h 1.220942 v 0.234266 h -0.942578 v 0.609093 h 0.901237 v 0.234267 h -0.901237 v 0.745518 h 0.968761 v 0.234267 h -1.247125 z" />
<path
id="path1034"
style="stroke-width:0.26458332px"
d="m 15.374971,61.621136 h 0.352778 l 0.694531,1.693609 v -1.693609 h 0.268717 v 2.057411 H 16.33822 l -0.694532,-1.693609 v 1.693609 h -0.268717 z" />
<path
id="path1036"
style="stroke-width:0.26458332px"
d="m 17.730038,63.44428 0.483692,-1.823144 h 0.28801 l -0.602203,2.057411 h -0.337619 l -0.602203,-2.057411 h 0.28801 z" />
</g>
<g
id="text964-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="G/T">
<path
id="path1039"
style="stroke-width:0.26458332px"
d="m 15.065601,43.560558 q -0.111621,0.103353 -0.252181,0.157096 -0.139182,0.05237 -0.301791,0.05237 -0.391362,0 -0.609092,-0.279742 -0.21773,-0.28112 -0.21773,-0.78686 0,-0.504362 0.220486,-0.785481 0.220486,-0.282498 0.613227,-0.282498 0.129535,0 0.248047,0.03721 0.118511,0.03583 0.228754,0.110243 v 0.285254 q -0.111621,-0.106109 -0.228754,-0.155719 -0.117134,-0.05099 -0.248047,-0.05099 -0.271474,0 -0.4079,0.21084 -0.135047,0.209462 -0.135047,0.631141 0,0.42857 0.130913,0.635276 0.132292,0.205328 0.405143,0.205328 0.09233,0 0.161231,-0.02067 0.07028,-0.02205 0.126779,-0.06752 V 42.903234 H 14.500605 V 42.67448 h 0.564996 z" />
<path
id="path1041"
style="stroke-width:0.26458332px"
d="m 16.467066,41.672646 h 0.261827 l -1.083138,2.319238 H 15.38255 Z" />
<path
id="path1043"
style="stroke-width:0.26458332px"
d="m 17.004501,41.672646 h 1.569585 v 0.234266 h -0.643544 v 1.823145 h -0.279741 v -1.823145 h -0.6463 z" />
</g>
<path
id="path1044"
d="m 6.3298003,56.67294 c 0.03765,-7.794701 0.03765,-7.794701 0.03765,-7.794701"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path1046"
d="M 25.954342,56.861218 C 25.916687,48.61465 25.916687,48.61465 25.916687,48.61465"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="text964-9-7-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="IND">
<path
id="path1047"
style="stroke-width:0.26458332px"
d="m 23.614211,61.619759 h 1.142393 v 0.234266 h -0.431326 v 1.588878 h 0.431326 v 0.234267 h -1.142393 v -0.234267 h 0.431326 v -1.588878 h -0.431326 z" />
<path
id="path1049"
style="stroke-width:0.26458332px"
d="m 25.226515,61.619759 h 0.352778 l 0.694531,1.693609 v -1.693609 h 0.268718 v 2.057411 h -0.352778 l -0.694531,-1.693609 v 1.693609 h -0.268718 z" />
<path
id="path1051"
style="stroke-width:0.26458332px"
d="m 27.333536,63.448415 q 0.351399,0 0.490581,-0.172254 0.139182,-0.173633 0.139182,-0.62563 0,-0.45613 -0.139182,-0.628385 -0.137803,-0.173633 -0.490581,-0.173633 h -0.132292 v 1.599902 z m 0.0055,-1.828656 q 0.471289,0 0.694531,0.250803 0.223242,0.250803 0.223242,0.779969 0,0.526411 -0.223242,0.777214 -0.223242,0.249425 -0.694531,0.249425 H 26.92149 v -2.057411 z" />
</g>
<g
id="text964-9-7-5-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="CLR">
<path
id="path1054"
style="stroke-width:0.26458332px"
d="m 34.193437,63.604134 q -0.106109,0.0565 -0.21773,0.08406 -0.111621,0.02894 -0.237023,0.02894 -0.395497,0 -0.614605,-0.279742 -0.21773,-0.279742 -0.21773,-0.78686 0,-0.504362 0.219108,-0.785481 0.220486,-0.282498 0.613227,-0.282498 0.125402,0 0.237023,0.02894 0.111621,0.02756 0.21773,0.08406 v 0.285254 q -0.101975,-0.08406 -0.219108,-0.128158 -0.117134,-0.0441 -0.235645,-0.0441 -0.271473,0 -0.406521,0.209462 -0.135048,0.209462 -0.135048,0.632519 0,0.42168 0.135048,0.631142 0.135048,0.209462 0.406521,0.209462 0.121268,0 0.237023,-0.0441 0.117133,-0.0441 0.21773,-0.128157 z" />
<path
id="path1056"
style="stroke-width:0.26458332px"
d="m 34.708823,61.619759 h 0.279742 v 1.823144 h 0.993565 v 0.234267 h -1.273307 z" />
<path
id="path1058"
style="stroke-width:0.26458332px"
d="m 37.157597,62.705653 q 0.107487,0.02756 0.183279,0.104731 0.07579,0.07579 0.188791,0.304546 l 0.279742,0.56224 h -0.299034 l -0.245291,-0.519521 q -0.106109,-0.221864 -0.191547,-0.285254 -0.08406,-0.06477 -0.220487,-0.06477 h -0.265961 v 0.869542 h -0.279742 v -2.057411 h 0.573264 q 0.338998,0 0.519521,0.152962 0.180523,0.152962 0.180523,0.44235 0,0.20395 -0.111621,0.333486 -0.110243,0.128157 -0.311437,0.157096 z m -0.570508,-0.85714 v 0.73036 h 0.304547 q 0.199815,0 0.297656,-0.08957 0.09784,-0.08957 0.09784,-0.27423 0,-0.177767 -0.104731,-0.271473 -0.103353,-0.09509 -0.301791,-0.09509 z" />
</g>
<path
id="path1033"
d="m 35.357886,48.683331 v 8.202083"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path1035"
d="m 6.3486253,68.791663 v 7.672916"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path1037"
d="m 16.129447,68.791663 v 7.672916"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path1037-2"
d="M 25.935514,68.762794 V 76.43571"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path1037-2-6"
d="M 35.357886,68.762794 V 76.43571"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="text968-9-6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="READ">
<path
id="path1061"
style="stroke-width:0.26458332px"
d="m 42.280833,42.658221 q 0.107487,0.02756 0.183279,0.104731 0.07579,0.07579 0.188792,0.304546 l 0.279741,0.56224 H 42.633611 L 42.38832,43.110217 q -0.106109,-0.221864 -0.191547,-0.285253 -0.08406,-0.06477 -0.220486,-0.06477 h -0.265961 v 0.869542 h -0.279742 v -2.057411 h 0.573264 q 0.338997,0 0.51952,0.152962 0.180523,0.152962 0.180523,0.44235 0,0.20395 -0.111621,0.333486 -0.110243,0.128157 -0.311437,0.157096 z m -0.570507,-0.85714 v 0.73036 h 0.304546 q 0.199816,0 0.297656,-0.08957 0.09784,-0.08957 0.09784,-0.27423 0,-0.177767 -0.104731,-0.271473 -0.103353,-0.09508 -0.30179,-0.09508 z" />
<path
id="path1063"
style="stroke-width:0.26458332px"
d="m 43.202741,41.572327 h 1.220942 v 0.234266 h -0.942578 v 0.609093 h 0.901237 v 0.234267 h -0.901237 v 0.745518 h 0.96876 v 0.234267 h -1.247124 z" />
<path
id="path1065"
style="stroke-width:0.26458332px"
d="m 45.477882,41.817618 -0.293522,1.052821 h 0.587044 z m -0.168121,-0.245291 h 0.33762 l 0.629763,2.057411 h -0.28801 L 45.83755,43.093681 h -0.720714 l -0.148828,0.536057 h -0.28801 z" />
<path
id="path1067"
style="stroke-width:0.26458332px"
d="m 46.927578,43.400984 q 0.3514,0 0.490582,-0.172255 0.139182,-0.173633 0.139182,-0.62563 0,-0.45613 -0.139182,-0.628385 -0.137804,-0.173633 -0.490582,-0.173633 h -0.132291 v 1.599903 z m 0.0055,-1.828657 q 0.471289,0 0.694532,0.250803 0.223242,0.250803 0.223242,0.779969 0,0.526411 -0.223242,0.777214 -0.223243,0.249425 -0.694532,0.249425 h -0.417545 v -2.057411 z" />
</g>
<path
id="path1033-5"
d="m 44.64073,48.683336 v 8.202083"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="text964-9-7-5-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="REC.M">
<path
id="path1070"
style="stroke-width:0.26458332px"
d="m 22.699884,83.606715 q 0.107487,0.02756 0.183279,0.104731 0.07579,0.07579 0.188791,0.304546 l 0.279742,0.56224 h -0.299035 l -0.24529,-0.519521 q -0.106109,-0.221864 -0.191548,-0.285253 -0.08406,-0.06477 -0.220486,-0.06477 h -0.265961 v 0.869542 h -0.279742 v -2.057411 h 0.573264 q 0.338997,0 0.51952,0.152962 0.180523,0.152962 0.180523,0.44235 0,0.20395 -0.111621,0.333486 -0.110243,0.128157 -0.311436,0.157096 z m -0.570508,-0.85714 v 0.73036 h 0.304546 q 0.199816,0 0.297656,-0.08957 0.09784,-0.08957 0.09784,-0.27423 0,-0.177767 -0.104731,-0.271473 -0.103353,-0.09509 -0.30179,-0.09509 z" />
<path
id="path1072"
style="stroke-width:0.26458332px"
d="m 23.621791,82.520821 h 1.220942 v 0.234266 h -0.942578 v 0.609093 h 0.901237 v 0.234267 h -0.901237 v 0.745518 h 0.968761 v 0.234267 h -1.247125 z" />
<path
id="path1074"
style="stroke-width:0.26458332px"
d="m 26.526696,84.505196 q -0.106109,0.0565 -0.21773,0.08406 -0.111621,0.02894 -0.237023,0.02894 -0.395497,0 -0.614605,-0.279742 -0.21773,-0.279742 -0.21773,-0.78686 0,-0.504362 0.219108,-0.785481 0.220486,-0.282498 0.613227,-0.282498 0.125402,0 0.237023,0.02894 0.111621,0.02756 0.21773,0.08406 v 0.285254 q -0.101975,-0.08406 -0.219108,-0.128158 -0.117134,-0.0441 -0.235645,-0.0441 -0.271473,0 -0.406521,0.209462 -0.135048,0.209462 -0.135048,0.632519 0,0.42168 0.135048,0.631142 0.135048,0.209462 0.406521,0.209462 0.121267,0 0.237023,-0.0441 0.117133,-0.0441 0.21773,-0.128157 z" />
<path
id="path1076"
style="stroke-width:0.26458332px"
d="m 27.419665,84.15793 h 0.347265 v 0.420302 h -0.347265 z" />
<path
id="path1078"
style="stroke-width:0.26458332px"
d="m 28.562058,82.520821 h 0.37207 l 0.355534,1.047309 0.35829,-1.047309 h 0.373449 v 2.057411 h -0.257694 v -1.817633 l -0.366558,1.084516 h -0.21084 l -0.367936,-1.084516 v 1.817633 h -0.256315 z" />
</g>
<g
id="text964-9-7-5-9-6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="EOC">
<path
id="path1081"
style="stroke-width:0.26458332px"
d="m 42.339402,61.619759 h 1.220942 v 0.234266 h -0.942578 v 0.609093 h 0.901237 v 0.234267 h -0.901237 v 0.745518 h 0.96876 v 0.234267 h -1.247124 z" />
<path
id="path1083"
style="stroke-width:0.26458332px"
d="m 45.012796,62.650531 q 0,-0.453374 -0.09371,-0.647678 -0.09233,-0.194303 -0.304546,-0.194303 -0.21084,0 -0.304547,0.194303 -0.09233,0.194304 -0.09233,0.647678 0,0.451997 0.09233,0.6463 0.09371,0.194304 0.304547,0.194304 0.212218,0 0.304546,-0.192926 0.09371,-0.194303 0.09371,-0.647678 z m 0.290766,0 q 0,0.537435 -0.170877,0.802019 -0.169498,0.264583 -0.518142,0.264583 -0.348644,0 -0.518142,-0.263205 -0.169499,-0.263206 -0.169499,-0.803397 0,-0.538813 0.169499,-0.803396 0.170876,-0.264583 0.518142,-0.264583 0.348644,0 0.518142,0.264583 0.170877,0.264583 0.170877,0.803396 z" />
<path
id="path1085"
style="stroke-width:0.26458332px"
d="m 46.942049,63.604134 q -0.106109,0.0565 -0.21773,0.08406 -0.111621,0.02894 -0.237022,0.02894 -0.395497,0 -0.614605,-0.279742 -0.21773,-0.279742 -0.21773,-0.78686 0,-0.504362 0.219108,-0.785481 0.220486,-0.282498 0.613227,-0.282498 0.125401,0 0.237022,0.02894 0.111621,0.02756 0.21773,0.08406 v 0.285254 q -0.101974,-0.08406 -0.219108,-0.128158 -0.117133,-0.0441 -0.235644,-0.0441 -0.271474,0 -0.406521,0.209462 -0.135048,0.209462 -0.135048,0.632519 0,0.42168 0.135048,0.631142 0.135047,0.209462 0.406521,0.209462 0.121267,0 0.237022,-0.0441 0.117134,-0.0441 0.21773,-0.128157 z" />
</g>
</svg>

+ 914
- 0
plugins/community/repos/Bidoo/res/CANARDtemp.svg View File

@@ -0,0 +1,914 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
width="195"
height="380"
viewBox="0 0 51.59375 100.54166"
version="1.1"
id="svg12553"
sodipodi:docname="CANARDtemp.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview151"
showgrid="true"
inkscape:zoom="4.9684214"
inkscape:cx="52.212732"
inkscape:cy="129.94367"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg12553"
inkscape:snap-grids="true"
inkscape:snap-to-guides="false">
<inkscape:grid
type="xygrid"
id="grid1027" />
</sodipodi:namedview>
<defs
id="defs12547">
<linearGradient
osb:paint="solid"
id="linearGradient4708">
<stop
id="stop4706"
offset="0"
style="stop-color:#ececec;stop-opacity:1;" />
</linearGradient>
<filter
id="filter4696"
style="color-interpolation-filters:sRGB">
<feColorMatrix
id="feColorMatrix4692"
result="colormatrix"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
in="SourceGraphic" />
<feBlend
id="feBlend4694"
result="fbSourceGraphic"
mode="multiply"
in2="BackgroundImage" />
<feColorMatrix
id="feColorMatrix4762"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
in="fbSourceGraphic"
result="fbSourceGraphicAlpha" />
<feColorMatrix
in="fbSourceGraphic"
result="colormatrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
id="feColorMatrix4764" />
<feComposite
k4="0"
k3="0"
k1="0"
result="composite"
k2="0.3"
operator="arithmetic"
id="feComposite4766"
in2="colormatrix" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="matrix(0.4327006,0,0,1.0012215,-11.517122,-161.56849)">
<path
id="path33453"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889"
inkscape:connector-curvature="0" />
<path
id="path33787"
d="m 38.533355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646932,-0.64693 h -6.281685 c -0.355838,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646933,0.64693 h 6.281685 c 0.355811,0 0.646932,-0.29112 0.646932,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.055605,168.8251 c 0.500274,0 0.84963,-0.25877 0.84963,-0.72025 v -0.009 c 0,-0.40109 -0.263102,-0.5693 -0.733187,-0.69437 -0.401108,-0.10351 -0.500301,-0.15095 -0.500301,-0.3019 v -0.009 c 0,-0.11213 0.09919,-0.20271 0.297577,-0.20271 0.159597,0 0.319167,0.0561 0.487363,0.15527 0.03881,0.0259 0.07763,0.0388 0.129381,0.0388 0.129408,0 0.237225,-0.10351 0.237225,-0.23721 0,-0.0992 -0.05606,-0.1682 -0.11213,-0.2027 -0.211349,-0.12939 -0.452861,-0.20271 -0.737526,-0.20271 -0.474398,0 -0.810816,0.27602 -0.810816,0.69869 v 0.004 c 0,0.46147 0.301916,0.59086 0.767689,0.71162 0.38817,0.0992 0.470111,0.16389 0.470111,0.29327 v 0.009 c 0,0.1337 -0.129381,0.21565 -0.336391,0.21565 -0.224287,0 -0.418359,-0.0776 -0.590867,-0.20702 -0.0345,-0.0259 -0.08194,-0.0474 -0.146632,-0.0474 -0.133721,0 -0.241538,0.10351 -0.241538,0.23721 0,0.0776 0.04313,0.15095 0.09919,0.18976 0.258789,0.18546 0.564991,0.28034 0.87122,0.28034 z m 0,0"
id="path7611"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 67.640935,168.7906 h 1.298178 c 0.129382,0 0.228574,-0.0992 0.228574,-0.22427 0,-0.12507 -0.09919,-0.22858 -0.228574,-0.22858 h -1.048041 v -0.48736 h 0.884132 c 0.125095,0 0.2286,-0.0992 0.2286,-0.22427 0,-0.12938 -0.103505,-0.22858 -0.2286,-0.22858 h -0.884132 v -0.4701 h 1.035103 c 0.125069,0 0.228574,-0.0992 0.228574,-0.22858 0,-0.12508 -0.103505,-0.22859 -0.228574,-0.22859 h -1.28524 c -0.142319,0 -0.254476,0.11645 -0.254476,0.25878 v 1.80709 c 0,0.14232 0.112157,0.25446 0.254476,0.25446 z m 0,0"
id="path7607"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 70.70817,168.82941 c 0.258763,0 0.491676,-0.0733 0.685748,-0.19839 l 0.129381,0.11214 c 0.03881,0.0388 0.09919,0.069 0.168195,0.069 0.129408,0 0.237226,-0.10782 0.237226,-0.24152 0,-0.082 -0.03881,-0.14233 -0.09057,-0.18977 l -0.103532,-0.0819 c 0.129408,-0.19408 0.207037,-0.42266 0.207037,-0.6685 v -0.004 c 0,-0.65986 -0.513239,-1.19466 -1.229175,-1.19466 -0.715936,0 -1.233487,0.53911 -1.233487,1.19898 v 0.009 c 0,0.65987 0.513238,1.19035 1.229174,1.19035 z m 0.069,-0.7375 0.241511,0.20702 c -0.09057,0.0431 -0.194071,0.0604 -0.306202,0.0604 -0.409734,0 -0.702998,-0.33209 -0.702998,-0.72887 v -0.004 c 0,-0.39679 0.284639,-0.72457 0.698685,-0.72457 0.409734,0 0.698686,0.3321 0.698686,0.72888 v 0.009 c 0,0.11645 -0.0217,0.22427 -0.06038,0.31484 l -0.25445,-0.22858 c -0.05609,-0.0431 -0.09922,-0.069 -0.168222,-0.069 -0.133694,0 -0.241512,0.11213 -0.241512,0.24152 0,0.0863 0.03881,0.14664 0.09488,0.19408 z m 0,0"
id="path7603"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 72.627379,168.00566 h 0.57359 c 0.13372,0 0.245851,-0.10783 0.245851,-0.24152 0,-0.1337 -0.112131,-0.24153 -0.245851,-0.24153 h -0.57359 c -0.133721,0 -0.241539,0.10783 -0.241539,0.24153 0,0.13369 0.107818,0.24152 0.241539,0.24152 z m 0,0"
id="path7599"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.553439,168.82941 c 0.517552,0 0.832406,-0.31915 0.832406,-0.75906 v -0.004 c 0,-0.43129 -0.306229,-0.59518 -0.621056,-0.65124 l 0.452834,-0.43129 c 0.09491,-0.0906 0.155284,-0.15958 0.155284,-0.28465 0,-0.14233 -0.112157,-0.22858 -0.258789,-0.22858 h -1.129956 c -0.120782,0 -0.219975,0.0992 -0.219975,0.21995 0,0.12076 0.09919,0.21996 0.219975,0.21996 h 0.711623 l -0.452861,0.45285 c -0.07763,0.0776 -0.107817,0.13801 -0.107817,0.20702 0,0.12076 0.09919,0.21996 0.219948,0.21996 h 0.07763 c 0.284665,0 0.45286,0.10782 0.45286,0.29327 v 0.009 c 0,0.17252 -0.133694,0.28034 -0.327792,0.28034 -0.181134,0 -0.31914,-0.0604 -0.452834,-0.17252 -0.03881,-0.0302 -0.09057,-0.0604 -0.15957,-0.0604 -0.133721,0 -0.245851,0.11214 -0.245851,0.24584 0,0.069 0.03881,0.14232 0.08625,0.18114 0.185473,0.15957 0.43561,0.26308 0.767688,0.26308 z m 0,0"
id="path7595"
inkscape:connector-curvature="0" />
<path
id="path35483"
d="M 31.535655,196.58908 H 108.99592"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35687"
d="m 68.112052,258.60709 c -0.09165,0 -0.175762,-0.0517 -0.216746,-0.1337 l -0.783855,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.107818,-0.32346 0.119697,-0.0593 0.26416,-0.0108 0.324538,0.10782 l 0.568245,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.204867,-0.16712 0.323454,-0.10782 0.119697,0.0593 0.16711,0.20487 0.107817,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.125068,0.1337 -0.215609,0.1337"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path35689"
d="m 72.419522,258.60709 c -0.09165,0 -0.174678,-0.0517 -0.215636,-0.1337 l -0.784939,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.108903,-0.32346 0.118586,-0.0593 0.264133,-0.0108 0.323453,0.10782 l 0.568219,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.20484,-0.16712 0.323453,-0.10782 0.119698,0.0593 0.168222,0.20487 0.107844,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.123983,0.1337 -0.215635,0.1337"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path35691"
d="m 70.382786,258.60709 c -0.566076,0 -1.025419,-0.4604 -1.025419,-1.02538 0,-0.56606 0.459343,-1.02646 1.025419,-1.02646 0.223149,0 0.436668,0.0712 0.615632,0.20593 0.106733,0.0798 0.127265,0.23075 0.04747,0.33749 -0.07982,0.10674 -0.230744,0.1283 -0.337503,0.0485 -0.09488,-0.0712 -0.20701,-0.1089 -0.325596,-0.1089 -0.299773,0 -0.543454,0.24367 -0.543454,0.54342 0,0.29866 0.243681,0.54234 0.543454,0.54234 0.118586,0 0.230717,-0.0377 0.325596,-0.10782 0.106759,-0.0809 0.257678,-0.0593 0.337503,0.0474 0.0798,0.10675 0.05927,0.2577 -0.04747,0.33856 -0.178964,0.1337 -0.392483,0.20486 -0.615632,0.20486"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path35693"
d="m 70.711636,257.56877 c 0,0.17359 -0.140202,0.31376 -0.313795,0.31376 -0.172509,0 -0.313743,-0.14017 -0.313743,-0.31376 0,-0.17252 0.141234,-0.31376 0.313743,-0.31376 0.173593,0 0.313795,0.14124 0.313795,0.31376"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.110162,253.14752 c 0.185446,0 0.336418,-0.0647 0.444235,-0.13801 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 h -0.349356 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250163 v 0.23289 c -0.07766,0.0604 -0.185473,0.0949 -0.306228,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.301889,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0518 0.112131,-0.11214 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.112131,-0.0819 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646933,0.29759 -0.646933,0.64693 v 0.004 c 0,0.3666 0.254477,0.64693 0.651246,0.64693 z m 0,0"
id="path7407"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.869966,253.03108 c 0,0.0604 0.04744,0.1035 0.103505,0.1035 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103531,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107818,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.1035 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465798,-1.04371 c -0.02593,-0.0518 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133694,0.0863 l -0.465799,1.04371 c -0.0087,0.0173 -0.0172,0.0345 -0.0172,0.0474 z m 0.396795,-0.40541 0.219949,-0.50461 0.219948,0.50461 z m 0,0"
id="path7403"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 68.549594,253.02676 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7399"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 69.556122,253.12596 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.33641 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 z m 0,0"
id="path7395"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 71.783622,253.14752 c 0.388171,0 0.659871,-0.29759 0.659871,-0.65124 0,-0.35366 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29327 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.2027 c -0.250137,0 -0.426985,-0.20271 -0.426985,-0.44854 0,-0.24584 0.176848,-0.44423 0.422672,-0.44423 0.250137,0 0.426985,0.20271 0.426985,0.44423 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
id="path7387"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 73.285027,253.14752 c 0.327766,0 0.539115,-0.18976 0.539115,-0.56498 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62105 c 0,0.2329 -0.120756,0.34934 -0.314827,0.34934 -0.198385,0 -0.319141,-0.12507 -0.319141,-0.35796 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.11213,0.0474 -0.11213,0.10782 v 0.62105 c 0,0.3666 0.20701,0.55636 0.534802,0.55636 z m 0,0"
id="path7383"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.487505,253.02676 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7379"
inkscape:connector-curvature="0" />
<path
id="path35723"
d="M 31.535655,252.48497 H 63.614797"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35725"
d="M 76.916751,252.48497 H 108.99592"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35727"
d="m 34.74558,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35729"
d="m 44.799747,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35731"
d="m 54.853914,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35733"
d="m 65.172664,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35735"
d="m 75.22683,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35737"
d="m 85.54558,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35739"
d="m 95.599747,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35741"
d="m 105.9185,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 31.482924,174.1527 c 0.250164,0 0.418359,-0.0776 0.564991,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129381,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297577,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133694,-0.0604 0.133694,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336417,0.79357 0.784939,0.79357 z m 0,0"
id="path7375"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 32.449659,173.98882 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 h 0.832406 c 0.069,0 0.125068,-0.0561 0.125068,-0.12508 0,-0.069 -0.05607,-0.12076 -0.125068,-0.12076 h -0.698685 v -1.17741 c 0,-0.0733 -0.06038,-0.1337 -0.133721,-0.1337 -0.07763,0 -0.138006,0.0604 -0.138006,0.1337 z m 0,0"
id="path7371"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 34.520658,174.1527 c 0.474425,0 0.810816,-0.36228 0.810816,-0.79788 v -0.004 c 0,-0.4356 -0.332079,-0.79788 -0.806503,-0.79788 -0.474398,0 -0.810816,0.3666 -0.810816,0.8022 v 0.004 c 0,0.4356 0.332105,0.79357 0.806503,0.79356 z m 0.0042,-0.25014 c -0.306202,0 -0.52615,-0.25015 -0.52615,-0.54774 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.521838,-0.54773 0.306229,0 0.526177,0.25015 0.526177,0.55205 v 0.004 c 0,0.29758 -0.215636,0.54342 -0.521865,0.54342 z m 0,0"
id="path7367"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 36.418911,174.1527 c 0.250164,0 0.418359,-0.0776 0.564992,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129382,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297576,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215636,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133693,-0.0604 0.133693,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336418,0.79357 0.784939,0.79357 z m 0,0"
id="path7363"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 37.385593,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.31915 l 0.250137,-0.24152 0.500301,0.63399 c 0.02593,0.0345 0.06038,0.0647 0.11213,0.0647 0.07763,0 0.138007,-0.0604 0.138007,-0.1337 0,-0.0431 -0.0172,-0.069 -0.03881,-0.0992 l -0.521864,-0.64693 0.48305,-0.46147 c 0.03019,-0.0302 0.04744,-0.0604 0.04744,-0.10351 0,-0.0647 -0.04744,-0.12508 -0.125069,-0.12508 -0.04744,0 -0.08194,0.0172 -0.11213,0.0517 l -0.733187,0.7375 v -0.65555 c 0,-0.0733 -0.06038,-0.1337 -0.13372,-0.1337 -0.07763,0 -0.138007,0.0604 -0.138007,0.1337 z m 0,0"
id="path7359"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 62.229492,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
id="path7355"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 63.518621,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07332,0 0.138006,-0.0604 0.138006,-0.13802 v -1.16878 h 0.375232 c 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.069 -0.05607,-0.12507 -0.125069,-0.12507 h -1.026477 c -0.069,0 -0.125069,0.0561 -0.125069,0.12507 0,0.069 0.05607,0.12508 0.125069,0.12508 h 0.375232 z m 0,0"
id="path7351"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 64.743324,174.12683 h 0.910035 c 0.06469,0 0.120756,-0.0517 0.120756,-0.12076 0,-0.069 -0.05607,-0.12076 -0.120756,-0.12076 h -0.776314 v -0.41835 h 0.664183 c 0.069,0 0.120756,-0.0517 0.120756,-0.11645 0,-0.069 -0.05175,-0.12507 -0.120756,-0.12507 h -0.664183 v -0.4011 h 0.763376 c 0.069,0 0.120755,-0.0517 0.120755,-0.12076 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.897097 c -0.07763,0 -0.138006,0.0561 -0.138006,0.1337 v 1.2723 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 z m 0,0"
id="path7347"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.130508,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.3709 h 0.306203 c 0.34073,0 0.621056,-0.18114 0.621056,-0.53049 v -0.004 c 0,-0.31052 -0.228573,-0.51323 -0.590867,-0.51323 h -0.470112 c -0.07763,0 -0.138007,0.0561 -0.138007,0.1337 z m 0.271727,-0.61674 v -0.55636 h 0.314828 c 0.202697,0 0.336418,0.0949 0.336418,0.27603 v 0.004 c 0,0.15957 -0.129408,0.27602 -0.336418,0.27602 z m 0,0"
id="path7343"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 68.202011,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
id="path7339"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 42.895329,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.112156,-0.0474 0.112156,-0.10782 v -0.34072 h 0.276014 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241539,-0.3019 c 0.168223,-0.0561 0.284666,-0.17683 0.284666,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.319141 c 0.163883,0 0.258762,0.0733 0.258762,0.21133 0,0.12939 -0.09919,0.21133 -0.258762,0.21133 z m 0,0"
id="path7335"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 44.769241,175.47218 c 0.327765,0 0.539115,-0.18977 0.539115,-0.56499 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62106 c 0,0.23289 -0.120756,0.34934 -0.314828,0.34934 -0.198384,0 -0.31914,-0.12507 -0.31914,-0.35797 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.112131,0.0474 -0.112131,0.10782 v 0.62106 c 0,0.36659 0.20701,0.55636 0.534803,0.55636 z m 0,0"
id="path7331"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 45.679857,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.107844,-0.0474 0.107844,-0.10782 v -0.79789 l 0.646906,0.8367 c 0.03021,0.0388 0.0604,0.069 0.112157,0.069 h 0.0087 c 0.06038,0 0.107818,-0.0517 0.107818,-0.11213 v -1.05234 c 0,-0.0604 -0.04744,-0.10783 -0.107818,-0.10783 -0.06038,0 -0.107844,0.0474 -0.107844,0.10783 v 0.772 l -0.629656,-0.81513 c -0.03019,-0.0388 -0.0604,-0.0647 -0.112156,-0.0647 h -0.02593 c -0.06038,0 -0.11213,0.0517 -0.11213,0.11213 z m 0,0"
id="path7327"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 52.036525,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.24154,-0.30191 c 0.168222,-0.0561 0.284665,-0.17682 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path7323"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 53.509169,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7319"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.092885,175.46786 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20701 -0.133694,-0.3019 -0.401082,-0.36659 -0.241511,-0.0561 -0.297603,-0.0992 -0.297603,-0.19839 0,-0.0863 0.07334,-0.15095 0.202724,-0.15095 0.09919,0 0.194072,0.0302 0.288951,0.0949 0.0172,0.0129 0.0345,0.0173 0.05606,0.0173 0.06038,0 0.107818,-0.0474 0.107818,-0.10351 0,-0.0431 -0.02593,-0.0733 -0.05175,-0.0863 -0.112131,-0.0776 -0.237199,-0.11645 -0.39677,-0.11645 -0.250163,0 -0.426984,0.14664 -0.426984,0.36228 v 0.004 c 0,0.2329 0.146632,0.31053 0.414046,0.37522 0.237199,0.0517 0.284639,0.10351 0.284639,0.18977 v 0.004 c 0,0.0949 -0.08625,0.15957 -0.219948,0.15957 -0.138007,0 -0.250137,-0.0474 -0.353669,-0.12938 -0.01296,-0.0129 -0.0345,-0.0216 -0.06469,-0.0216 -0.05607,0 -0.103505,0.0474 -0.103505,0.10351 0,0.0345 0.0172,0.0647 0.04313,0.0863 0.138006,0.10351 0.301916,0.15526 0.470111,0.15526 z m 0,0"
id="path7315"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.975059,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7311"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 57.445693,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95315 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7307"
inkscape:connector-curvature="0" />
<path
id="path35805"
d="m 34.74558,181.31115 v 10.7908"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35807"
d="m 75.22683,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35809"
d="m 55.118497,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35811"
d="m 85.54558,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35813"
d="m 95.599747,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35815"
d="m 105.9185,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path35817"
d="m 65.172664,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 41.048061,185.72278 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7303"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 42.13198,185.62789 c 0,0.0647 0.05175,0.10351 0.103505,0.10351 0.04744,0 0.07763,-0.0216 0.107818,-0.0604 l 0.332105,-0.43129 0.336391,0.43992 c 0.02593,0.0345 0.05175,0.0517 0.09922,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0302 -0.0172,-0.0604 -0.0345,-0.0819 l -0.370919,-0.46148 0.349356,-0.4356 c 0.0217,-0.0302 0.0345,-0.0517 0.0345,-0.0863 0,-0.0604 -0.05175,-0.0992 -0.09919,-0.0992 -0.04747,0 -0.07766,0.0216 -0.107844,0.0604 l -0.314828,0.40972 -0.314854,-0.41834 c -0.03019,-0.0345 -0.05607,-0.0517 -0.103505,-0.0517 -0.06038,0 -0.107818,0.0474 -0.107818,0.10782 0,0.0302 0.0172,0.0561 0.0345,0.0819 l 0.349356,0.43559 -0.37092,0.46148 c -0.0217,0.0259 -0.0345,0.0518 -0.0345,0.0819 z m 0,0"
id="path7299"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 43.851428,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306203 c 0.05609,0 0.09922,-0.0475 0.09922,-0.0992 0,-0.0561 -0.04313,-0.1035 -0.09922,-0.1035 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.1035 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7295"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 45.828288,185.74434 c 0.202698,0 0.336418,-0.0647 0.452861,-0.1682 0.0217,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.02593,0 -0.04744,0.009 -0.06469,0.0259 -0.09059,0.0776 -0.18116,0.12076 -0.314854,0.12076 -0.237199,0 -0.414046,-0.2027 -0.414046,-0.44853 0,-0.24584 0.176847,-0.44423 0.414046,-0.44423 0.120756,0 0.215635,0.0431 0.301916,0.11214 0.01296,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0388 -0.0217,-0.069 -0.04313,-0.0863 -0.11213,-0.0863 -0.237225,-0.14232 -0.431297,-0.14232 -0.379519,0 -0.646933,0.29327 -0.646933,0.64693 v 0.004 c 0,0.36228 0.271727,0.64693 0.638307,0.64693 z m 0,0"
id="path7287"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 46.622144,185.61064 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 h 0.677121 c 0.05607,0 0.103532,-0.0431 0.103532,-0.0992 0,-0.0561 -0.04747,-0.10351 -0.103532,-0.10351 h -0.564965 v -0.95314 c 0,-0.0604 -0.05178,-0.10782 -0.112156,-0.10782 -0.06038,0 -0.112131,0.0474 -0.112131,0.10782 z m 0,0"
id="path7283"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 47.77668,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.26308 l 0.202698,-0.19408 0.405394,0.51323 c 0.0217,0.0302 0.04744,0.0517 0.09059,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0345 -0.01297,-0.0561 -0.03019,-0.0776 l -0.422672,-0.52617 0.38817,-0.37522 c 0.02593,-0.0259 0.04313,-0.0517 0.04313,-0.0863 0,-0.0517 -0.04313,-0.0992 -0.103505,-0.0992 -0.03884,0 -0.06472,0.0129 -0.09059,0.0388 l -0.595154,0.59949 v -0.53048 c 0,-0.0604 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.0474 -0.11213,0.10782 z m 0,0"
id="path7279"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 34.621094,200.89411 c 0,0.0776 0.06038,0.13802 0.133694,0.13802 0.07763,0 0.138007,-0.0604 0.138007,-0.13802 v -1.3068 c 0,-0.0733 -0.06038,-0.1337 -0.138007,-0.1337 h -0.0042 c -0.03881,0 -0.07763,0.009 -0.129382,0.0259 l -0.237225,0.0733 c -0.05175,0.0173 -0.09057,0.0604 -0.09057,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 0.01296,0 0.0345,-0.004 0.04744,-0.009 l 0.159596,-0.0474 z m 0,0"
id="path7275"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 44.255949,200.8898 c 0,0.0819 0.06038,0.12939 0.146632,0.12939 h 0.875533 c 0.06469,0 0.120756,-0.0518 0.120756,-0.12077 0,-0.0647 -0.05607,-0.11644 -0.120756,-0.11644 h -0.625369 l 0.314827,-0.2674 c 0.27604,-0.21996 0.405421,-0.35365 0.405421,-0.59518 v -0.009 c 0,-0.27603 -0.211349,-0.46148 -0.513238,-0.46148 -0.241512,0 -0.383858,0.0949 -0.508926,0.25015 -0.0217,0.0259 -0.0345,0.0561 -0.0345,0.0862 0,0.069 0.05607,0.12076 0.125068,0.12076 0.04313,0 0.07334,-0.0173 0.09491,-0.0388 0.09488,-0.11645 0.181134,-0.17252 0.306203,-0.17252 0.138006,0 0.250137,0.0863 0.250137,0.24152 0,0.13801 -0.07763,0.23721 -0.293264,0.41404 l -0.474425,0.40541 c -0.04313,0.0388 -0.069,0.0819 -0.069,0.1337 z m 0,0"
id="path7271"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.013325,201.04506 c 0.323453,0 0.543428,-0.2027 0.543428,-0.49167 v -0.004 c 0,-0.28465 -0.224287,-0.40109 -0.457174,-0.43129 l 0.366607,-0.37521 c 0.04313,-0.0474 0.07763,-0.0863 0.07763,-0.15095 0,-0.0733 -0.06038,-0.11645 -0.138007,-0.11645 h -0.789278 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 h 0.560678 l -0.362267,0.38816 c -0.04313,0.0431 -0.05607,0.0733 -0.05607,0.11214 0,0.0604 0.05175,0.11644 0.116444,0.11644 h 0.05607 c 0.215635,0 0.353642,0.0863 0.353642,0.23721 v 0.004 c 0,0.14233 -0.112131,0.2329 -0.267388,0.2329 -0.142319,0 -0.25445,-0.0474 -0.349356,-0.14664 -0.0217,-0.0216 -0.05175,-0.0345 -0.09057,-0.0345 -0.07332,0 -0.129381,0.0604 -0.129381,0.12938 0,0.0388 0.0172,0.0776 0.04313,0.0992 0.125069,0.12076 0.293291,0.19839 0.521864,0.19839 z m 0,0"
id="path7267"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 65.337817,200.90274 c 0,0.0733 0.05606,0.12939 0.129381,0.12939 0.07334,0 0.129408,-0.0561 0.129408,-0.12939 v -0.22859 h 0.120755 c 0.06469,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0604 -0.04744,-0.11213 -0.112131,-0.11213 H 65.596606 V 199.583 c 0,-0.0733 -0.05607,-0.1337 -0.129408,-0.1337 -0.08194,0 -0.116443,0.0345 -0.168196,0.0906 l -0.724561,0.86257 c -0.03881,0.0431 -0.06038,0.0906 -0.06038,0.14233 0,0.0733 0.06038,0.12938 0.133694,0.12938 h 0.69006 z m -0.5089,-0.45285 0.5089,-0.61243 v 0.61243 z m 0,0"
id="path7263"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 75.346422,201.04506 c 0.327766,0 0.564991,-0.20702 0.564991,-0.52186 v -0.004 c 0,-0.32778 -0.237225,-0.48735 -0.539115,-0.48735 -0.103505,0 -0.172508,0.0173 -0.245824,0.0431 l 0.02593,-0.36228 h 0.57793 c 0.069,0 0.120755,-0.0517 0.120755,-0.11644 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.698687 c -0.06472,0 -0.120782,0.0474 -0.125095,0.12076 l -0.03019,0.55636 c -0.0042,0.0517 0.01297,0.0906 0.05175,0.11644 0.05175,0.0388 0.08625,0.0561 0.129408,0.0561 0.03881,0 0.11213,-0.0561 0.263075,-0.0561 0.189759,0 0.31914,0.0992 0.31914,0.25878 v 0.004 c 0,0.16389 -0.125068,0.2674 -0.297577,0.2674 -0.120756,0 -0.232886,-0.0431 -0.336417,-0.12939 -0.0217,-0.0216 -0.04744,-0.0302 -0.08194,-0.0302 -0.069,0 -0.129381,0.0604 -0.129381,0.1337 0,0.0431 0.0217,0.0776 0.05606,0.10351 0.125069,0.0992 0.284665,0.1682 0.495988,0.1682 z m 0,0"
id="path7259"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 85.546692,201.04506 c 0.323479,0 0.573616,-0.21996 0.573616,-0.52617 v -0.004 c 0,-0.30622 -0.241511,-0.48304 -0.539115,-0.48304 -0.185446,0 -0.288951,0.0733 -0.370893,0.15095 0.01296,-0.28034 0.138007,-0.48736 0.370893,-0.48736 0.103505,0 0.181134,0.0302 0.263076,0.0863 0.0217,0.009 0.04315,0.0172 0.06903,0.0172 0.069,0 0.129382,-0.0517 0.129382,-0.12507 0,-0.0561 -0.02593,-0.0906 -0.069,-0.11645 -0.09919,-0.069 -0.224287,-0.11214 -0.383857,-0.11214 -0.439923,0 -0.664184,0.37091 -0.664184,0.84533 v 0.004 c 0,0.31053 0.07332,0.4701 0.189759,0.58655 0.103532,0.10351 0.241539,0.16389 0.431298,0.16389 z m -0.0087,-0.23721 c -0.194071,0 -0.31914,-0.11644 -0.31914,-0.27602 v -0.004 c 0,-0.14664 0.120756,-0.27171 0.310515,-0.27171 0.194072,0 0.31914,0.11644 0.31914,0.27171 v 0.004 c 0,0.15958 -0.116443,0.27602 -0.310515,0.27602 z m 0,0"
id="path7255"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 95.326406,200.90705 c 0,0.0776 0.06903,0.12508 0.138033,0.12508 0.05607,0 0.09919,-0.0302 0.133694,-0.0906 l 0.638307,-1.21624 c 0.0217,-0.0431 0.03881,-0.0906 0.03881,-0.12938 0,-0.0776 -0.04744,-0.12076 -0.125069,-0.12076 h -0.866907 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.069 0.05606,0.12076 0.120756,0.12076 h 0.668496 l -0.599493,1.11272 c -0.01296,0.0259 -0.02593,0.0604 -0.02593,0.0819 z m 0,0"
id="path7251"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.8677,201.04075 c 0.3407,0 0.59086,-0.17252 0.59086,-0.44854 v -0.004 c 0,-0.18114 -0.10781,-0.29328 -0.28035,-0.37091 0.13372,-0.069 0.2286,-0.17251 0.2286,-0.34503 v -0.004 c 0,-0.23721 -0.2286,-0.41835 -0.53911,-0.41835 -0.30621,0 -0.53481,0.18114 -0.53481,0.41835 v 0.004 c 0,0.17252 0.0949,0.27603 0.22429,0.34503 -0.17253,0.0733 -0.27604,0.18977 -0.27604,0.37522 v 0.004 c 0,0.2674 0.25017,0.44423 0.58656,0.44423 z m 0,-0.91433 c -0.15957,0 -0.27602,-0.0949 -0.27602,-0.22858 v -0.004 c 0,-0.11645 0.11213,-0.21565 0.27602,-0.21565 0.16819,0 0.27601,0.0992 0.27601,0.21565 v 0.004 c 0,0.1337 -0.11644,0.22858 -0.27601,0.22858 z m 0,0.68575 c -0.2027,0 -0.31914,-0.10351 -0.31914,-0.22859 v -0.004 c 0,-0.14232 0.138,-0.2372 0.31914,-0.2372 0.18544,0 0.32776,0.0949 0.32776,0.2372 v 0.004 c 0,0.12508 -0.12507,0.22859 -0.32776,0.22859 z m 0,0"
id="path7247"
inkscape:connector-curvature="0" />
<path
id="path36677"
d="m 48.587522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281684 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281684 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36679"
d="m 58.641689,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281711 c -0.355785,0 -0.646906,0.29112 -0.646906,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646906,0.64693 h 6.281711 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36681"
d="m 68.960439,242.56724 c 0,-0.35581 -0.29001,-0.64693 -0.645848,-0.64693 h -6.28277 c -0.355811,0 -0.646932,0.29112 -0.646932,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646932,0.64693 h 6.28277 c 0.355838,0 0.645848,-0.29112 0.645848,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36683"
d="m 79.014605,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36685"
d="m 89.333355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36687"
d="m 99.387522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path36689"
d="m 109.70627,242.56724 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 73.542731,175.47218 c 0.185447,0 0.336418,-0.0647 0.444235,-0.13802 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 H 73.60311 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250164 v 0.2329 c -0.07766,0.0604 -0.185473,0.0949 -0.306229,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.30189,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.11213,-0.082 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646932,0.29758 -0.646932,0.64693 v 0.004 c 0,0.36659 0.254476,0.64693 0.651245,0.64693 z m 0,0"
id="path6783"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.302535,175.35573 c 0,0.0604 0.04744,0.10351 0.103505,0.10351 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103532,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107817,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.10351 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465799,-1.04371 c -0.02593,-0.0517 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133693,0.0863 l -0.465799,1.04371 c -0.0087,0.0172 -0.0172,0.0345 -0.0172,0.0474 z m 0.396796,-0.40541 0.219948,-0.50461 0.219948,0.50461 z m 0,0"
id="path6779"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 75.982136,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95315 H 76.5126 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05606,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306228 z m 0,0"
id="path6775"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 76.988717,175.45061 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path6771"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 82.637069,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202723,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path6767"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 84.575168,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29328 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172534,0.44423 -0.422672,0.44423 z m 0,0"
id="path6763"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 85.80601,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.370919,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288952,0.86689 -0.284638,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05607,-0.0776 -0.107818,-0.0776 -0.06038,0 -0.116443,0.0474 -0.116443,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
id="path6759"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 88.177999,175.35142 c 0,0.0604 0.05178,0.10782 0.107845,0.10782 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 v -1.06528 c 0,-0.0604 -0.04744,-0.10783 -0.11213,-0.10783 -0.0345,0 -0.06469,0.009 -0.107845,0.0216 l -0.189759,0.0604 c -0.04744,0.0129 -0.07763,0.0474 -0.07763,0.0949 0,0.0474 0.04744,0.0906 0.09919,0.0906 0.0087,0 0.02593,0 0.03881,-0.004 l 0.129381,-0.0388 z m 0,0"
id="path6751"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 92.614348,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107845,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07765,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 H 92.72648 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path6747"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 94.552447,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655559,0.29328 -0.655559,0.64693 v 0.004 c 0,0.35366 0.267415,0.64693 0.651246,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
id="path6743"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 95.783315,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.37092,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288951,0.86689 -0.284639,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05606,-0.0776 -0.107817,-0.0776 -0.06038,0 -0.116444,0.0474 -0.116444,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
id="path6739"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 97.913793,175.3471 c 0,0.0647 0.05175,0.10351 0.116443,0.10351 h 0.711623 c 0.05607,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04313,-0.0992 -0.09919,-0.0992 H 98.23296 l 0.258762,-0.21564 c 0.224261,-0.18114 0.327766,-0.28896 0.327766,-0.48736 0,-0.22427 -0.168195,-0.37522 -0.41402,-0.37522 -0.198384,0 -0.314854,0.0733 -0.418359,0.20271 -0.01297,0.0172 -0.0217,0.0431 -0.0217,0.0647 0,0.0561 0.04313,0.10351 0.09919,0.10351 0.0345,0 0.06038,-0.0172 0.07763,-0.0345 0.07765,-0.0949 0.146659,-0.14233 0.245851,-0.14233 0.116443,0 0.202697,0.0733 0.202697,0.19839 0,0.11214 -0.06038,0.19408 -0.232886,0.33641 l -0.38817,0.32778 c -0.03881,0.0345 -0.05606,0.069 -0.05606,0.11213 z m 0,0"
id="path6731"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 102.78183,175.35142 c 0,0.0604 0.0517,0.10782 0.11214,0.10782 0.0604,0 0.11215,-0.0474 0.11215,-0.10782 v -0.34072 h 0.27602 l 0.3062,0.39247 c 0.0259,0.0345 0.0561,0.0561 0.10784,0.0561 0.0517,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.013,-0.0561 -0.0345,-0.0819 l -0.24154,-0.3019 c 0.16822,-0.0561 0.28466,-0.17683 0.28466,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.1035,-0.27171 -0.0776,-0.0776 -0.20273,-0.12507 -0.3623,-0.12507 h -0.44854 c -0.0604,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.22429,-0.5348 v -0.42266 h 0.31914 c 0.16389,0 0.25876,0.0733 0.25876,0.21133 0,0.12939 -0.0992,0.21133 -0.25876,0.21133 z m 0,0"
id="path6727"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 104.71993,175.47218 c 0.38817,0 0.65987,-0.29759 0.65987,-0.65125 0,-0.35365 -0.26738,-0.64693 -0.65555,-0.64693 -0.38383,0 -0.65556,0.29328 -0.65556,0.64693 v 0.004 c 0,0.35366 0.26741,0.64693 0.65124,0.64693 z m 0.004,-0.20271 c -0.25013,0 -0.42698,-0.2027 -0.42698,-0.44854 0,-0.24583 0.17685,-0.44422 0.42267,-0.44422 0.25014,0 0.42699,0.2027 0.42699,0.44422 v 0.004 c 0,0.24584 -0.17254,0.44423 -0.42268,0.44423 z m 0,0"
id="path6723"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.9508,175.37729 c 0.0217,0.0561 0.0604,0.0906 0.11213,0.0906 h 0.0217 c 0.0561,0 0.0949,-0.0345 0.11645,-0.0906 l 0.28032,-0.81944 0.28035,0.81944 c 0.0172,0.0561 0.0561,0.0906 0.11213,0.0906 h 0.0217 c 0.0517,0 0.0949,-0.0345 0.11645,-0.0906 l 0.37092,-1.0394 c 0.004,-0.0129 0.009,-0.0302 0.009,-0.0474 0,-0.0561 -0.0517,-0.10351 -0.10782,-0.10351 -0.0561,0 -0.0906,0.0345 -0.10785,0.0776 l -0.28892,0.86689 -0.28464,-0.86258 c -0.0172,-0.0517 -0.0561,-0.0863 -0.11216,-0.0863 h -0.013 c -0.0561,0 -0.0949,0.0345 -0.11213,0.0863 l -0.28464,0.86258 -0.28898,-0.86689 c -0.013,-0.0431 -0.0561,-0.0776 -0.10781,-0.0776 -0.0604,0 -0.11645,0.0474 -0.11645,0.10782 0,0.0129 0.004,0.0302 0.013,0.0431 z m 0,0"
id="path6719"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 108.56002,175.47218 c 0.26307,0 0.43989,-0.16821 0.43989,-0.39679 v -0.004 c 0,-0.23289 -0.17682,-0.32778 -0.36658,-0.35365 l 0.29327,-0.30622 c 0.0388,-0.0388 0.0647,-0.069 0.0647,-0.12076 0,-0.0561 -0.0474,-0.0949 -0.11213,-0.0949 h -0.64262 c -0.0517,0 -0.0949,0.0431 -0.0949,0.0949 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.45717 l -0.29326,0.31484 c -0.0345,0.0345 -0.0475,0.0604 -0.0475,0.0906 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.0474 c 0.1725,0 0.28895,0.069 0.28895,0.19408 v 0.004 c 0,0.11214 -0.0949,0.18977 -0.21995,0.18977 -0.11644,0 -0.20701,-0.0431 -0.28467,-0.12076 -0.0172,-0.0172 -0.0431,-0.0302 -0.0733,-0.0302 -0.0561,0 -0.10781,0.0517 -0.10781,0.10782 0,0.0302 0.0172,0.0604 0.0388,0.0776 0.0992,0.0992 0.24153,0.16389 0.42267,0.16389 z m 0,0"
id="path6711"
inkscape:connector-curvature="0" />
<path
id="path37367"
d="m 79.014605,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path37369"
d="m 89.333355,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path37371"
d="m 99.387522,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path37373"
d="m 109.70627,187.26933 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.26458332"
d="M 28.948923,164.29485 H 111.1343 v 94.88068 H 28.948923 Z"
id="rect103"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(7.5852504)"
id="text977"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="bId°°">
<path
id="path978"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 13.898824,97.809389 q 0,-0.44235 -0.14056,-0.667659 -0.14056,-0.225309 -0.415478,-0.225309 -0.276986,0 -0.419613,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.142627,0.227376 0.419613,0.227376 0.274918,0 0.415478,-0.225309 0.14056,-0.225309 0.14056,-0.66766 z m -1.118278,-0.86403 q 0.09095,-0.169498 0.250114,-0.260449 0.16123,-0.09095 0.37207,-0.09095 0.417546,0 0.657324,0.322461 0.239779,0.320393 0.239779,0.8847 0,0.572575 -0.241846,0.89917 -0.239778,0.324528 -0.659391,0.324528 -0.206706,0 -0.365869,-0.08888 -0.157096,-0.09095 -0.252181,-0.262516 v 0.291455 h -0.380338 v -3.216341 h 0.380338 z"
inkscape:connector-curvature="0" />
<path
id="path980"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 14.963358,95.878758 h 1.713591 v 0.3514 H 16.02996 v 2.383317 h 0.646989 v 0.351399 h -1.713591 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z"
inkscape:connector-curvature="0" />
<path
id="path982"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 18.868029,96.945359 v -1.196826 h 0.380339 v 3.216341 h -0.380339 v -0.291455 q -0.09508,0.171566 -0.254248,0.262516 -0.157096,0.08888 -0.363802,0.08888 -0.419612,0 -0.661458,-0.324528 -0.239779,-0.326595 -0.239779,-0.89917 0,-0.564307 0.241846,-0.8847 0.241846,-0.322461 0.659391,-0.322461 0.208773,0 0.367936,0.09095 0.159164,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.14056,0.225309 0.415479,0.225309 0.274918,0 0.417545,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417545,-0.227376 -0.274919,0 -0.415479,0.225309 -0.14056,0.225309 -0.14056,0.667659 z"
inkscape:connector-curvature="0" />
<path
id="path984"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 20.914416,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z"
inkscape:connector-curvature="0" />
<path
id="path986"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 23.46103,95.822947 q 0.134359,0 0.254248,0.05168 0.121957,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192237,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279052,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.19017,-0.469222 0.190169,-0.192237 0.465087,-0.192237 z m 0,0.266651 q -0.163297,0 -0.279052,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276985,0.111621 0.165365,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(8.4809317)"
id="text977-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="OUAIve">
<g
id="text974"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="pANARd">
<path
style="opacity:0.08999999;fill:#000000;stroke-width:0.12070619px"
d="m 51.802522,14.316771 c 6.416394,5.62351 13.703413,11.019624 17.091089,19.135338 -0.113597,1.587246 1.372313,2.950132 -0.534777,1.212136 -0.489066,-3.456508 -5.107487,-6.664403 -8.461159,-8.525186 -3.917723,-1.972917 -7.709294,-5.000136 -12.121446,-4.937051 -3.955855,-0.306363 -7.086268,0.256295 -10.837928,-0.844977 -3.396872,0.162636 -7.346446,0.05924 -10.601534,-1.013148 -1.914511,-0.814071 -3.594964,0.447324 -4.366944,-2.444279 -1.737713,-0.07766 -4.069578,-3.968374 -6.507006,-0.836812 -3.40268,3.062104 -8.2775591,-0.17705 -12.095008,-0.742327 -2.350161,0.141105 -5.3545268,1.853223 -5.4463937,4.10138 3.03073543,1.04084 3.4748916,3.992353 6.1152342,5.502265 3.1641964,1.975026 5.0289124,5.778278 8.3504505,6.940482 2.76814,1.072474 5.660359,3.900267 7.909278,6.424115 3.52554,2.202043 6.591068,4.688676 9.704568,7.308025 3.035312,2.910537 4.372839,6.630171 4.94896,10.590191 0.777142,3.952138 1.530521,7.565613 3.47281,10.646015 2.79382,3.025277 7.329899,4.751992 8.966025,8.793837 1.11679,2.829026 -3.929047,3.007994 -1.643879,5.754088 -0.0096,4.793631 -7.146633,6.654278 -10.0431,3.085369 -3.052523,-1.198667 -7.441107,0.193319 -8.373886,-4.455992 -1.74206,-3.871187 -4.35312,-7.486375 -7.597748,-10.171914 -1.968376,-0.48145 2.257991,0.03803 -0.143878,-1.690054 -1.2179,-2.854262 -0.312069,2.396661 -2.873989,0.08485 -3.50837,1.923769 -6.428384,4.673308 -8.6455264,8.027219 -2.6019894,2.043068 -5.0023422,4.78366 -6.6855706,7.876229 -0.86904255,2.556038 -4.8671247,4.292416 -2.20693848,5.820587 C -4.102804,93.085323 2.0829031,95.42649 3.6932314,92.326761 6.744094,89.729253 3.560007,97.286931 1.614161,96.373191 3.5296153,98.066269 4.0889849,99.48807 1.643092,97.115529 -3.6172248,91.526059 -8.1591965,84.178248 -7.0115655,76.182975 -6.6742642,70.908826 -3.8299701,66.081055 -0.43622607,62.196642 3.0595204,59.294408 6.9277022,58.253612 10.517011,56.003025 9.4553994,53.76043 3.14362,52.375714 0.09015982,50.755561 -1.1736718,51.757817 -2.2058974,51.351497 -1.576513,50.305066 c -2.9075899,-1.122462 -6.0538529,-4.395751 -8.1478362,-4.710942 -1.8611228,0.274252 -3.1607188,2.127756 -2.1513598,2.392905 -1.01381,0.461355 0.654347,2.923077 -1.081082,0.316232 -0.398468,-3.558827 -0.658444,-7.376081 -0.662535,-11.31603 0.827108,-9.794558 0.766793,-20.430694 6.4371254,-28.929296 C -3.1034444,2.2730902 4.5593306,0.56855127 11.228649,0.27235986 19.63903,0.35284737 28.201281,1.4044551 35.783621,5.2958783 41.349191,7.854662 46.881745,10.637657 51.802519,14.316776 Z m -10.330874,58.0978 c 0.924728,1.97109 6.527806,3.662093 2.321858,0.868217 -0.454714,-0.103648 -2.291266,-1.755613 -2.321858,-0.868217 z m -0.307888,1.409434 c 1.872462,2.985286 4.163709,0.842156 0,0 z m -4.084608,9.449236 c 0.538216,2.910295 4.714419,2.824327 1.268742,0.188792 C 38.132519,83.01289 36.64499,81.678737 37.079152,83.273241 Z M 6.5851939,74.835166 c 0.2901936,3.024586 2.6339771,-1.196454 0,0 z M 70.730729,38.897232 c -0.656217,2.045459 -0.341761,-2.014138 0,0 z M 21.325642,21.449353 c -1.328339,1.228671 0.833539,-1.867671 0,0 z m -1.981983,55.387176 c 1.326657,3.9511 -6.563408,7.090735 -5.38795,1.785169 1.470453,-1.906551 3.165429,-4.312103 5.38795,-1.785169 z M 33.36509,88.11788 c 0.439641,2.719678 -6.558826,6.787869 -3.49114,2.022134 0.577929,-0.756851 2.539954,-3.84515 3.49114,-2.022134 z"
id="path988"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="9.6709318"
y="5.7247019"
id="text975"><tspan
sodipodi:role="line"
id="tspan972"
x="9.6709318"
y="5.7247019"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">cANARd</tspan></text>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="11.615113"
y="4.5750709"
id="text970"><tspan
sodipodi:role="line"
id="tspan968"
x="11.615113"
y="7.0720758"
style="stroke-width:0.26458332px" /></text>
</g>
<g
id="text4860"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="rect959-3-7"
d="M 1.4740997,7.9370628 H 50.119649 V 39.724024 H 1.4740997 Z"
style="fill:#000000;fill-opacity:1;stroke:#b2b2b2;stroke-width:0.30236608;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="rect998-7-7"
d="m 36.689823,81.901466 h 9.763539 c 0.615242,0 1.110546,0.495304 1.110546,1.110546 v 7.914393 c 0,0.615243 -0.495304,1.110546 -1.110546,1.110546 h -9.763539 c -0.615243,0 -1.110546,-0.495303 -1.110546,-1.110546 v -7.914393 c 0,-0.615242 0.495303,-1.110546 1.110546,-1.110546 z"
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="text1002-9-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786301)"
aria-label="OUT">
<path
id="path970"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 39.733798,84.578101 q 0,-0.448262 -0.09265,-0.640374 -0.09129,-0.192113 -0.301113,-0.192113 -0.208462,0 -0.301112,0.192113 -0.09129,0.192112 -0.09129,0.640374 0,0.4469 0.09129,0.639012 0.09265,0.192112 0.301112,0.192112 0.209825,0 0.301113,-0.19075 0.09265,-0.192112 0.09265,-0.640374 z m 0.287487,0 q 0,0.531374 -0.16895,0.792974 -0.167587,0.2616 -0.5123,0.2616 -0.344712,0 -0.512299,-0.260237 -0.167587,-0.260238 -0.167587,-0.794337 0,-0.532737 0.167587,-0.794337 0.16895,-0.2616 0.512299,-0.2616 0.344713,0 0.5123,0.2616 0.16895,0.2616 0.16895,0.794337 z"
inkscape:connector-curvature="0" />
<path
id="path972"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 40.379622,84.812451 v -1.253499 h 0.276587 v 1.378849 q 0,0.148512 0.0082,0.212549 0.0082,0.06267 0.02861,0.09674 0.0436,0.08039 0.12535,0.121262 0.08311,0.04087 0.200287,0.04087 0.118537,0 0.200287,-0.04087 0.08175,-0.04087 0.126713,-0.121262 0.02044,-0.03406 0.02861,-0.09674 0.0082,-0.06267 0.0082,-0.209824 v -1.381574 h 0.275225 v 1.253499 q 0,0.312012 -0.03951,0.444174 -0.03815,0.1308 -0.133525,0.216638 -0.08992,0.08039 -0.205737,0.1199 -0.115812,0.03951 -0.260237,0.03951 -0.143063,0 -0.258875,-0.03951 -0.115812,-0.03951 -0.2071,-0.1199 -0.09401,-0.08447 -0.133525,-0.218 -0.03951,-0.134888 -0.03951,-0.442812 z"
inkscape:connector-curvature="0" />
<path
id="path974"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 41.92197,83.558952 h 1.551887 v 0.231625 H 42.83757 v 1.802586 H 42.560982 V 83.790577 H 41.92197 Z"
inkscape:connector-curvature="0" />
</g>
<g
id="text1002-9-9-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786302)"
aria-label="L">
<path
id="path977"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 37.325892,85.959213 h 0.276588 v 1.802586 h 0.982361 v 0.231624 h -1.258949 z"
inkscape:connector-curvature="0" />
</g>
<g
id="text1002-9-9-2-7"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786302)"
aria-label="R">
<path
id="path981"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 44.354557,87.032854 q 0.106274,0.02725 0.181212,0.10355 0.07494,0.07494 0.186662,0.301112 l 0.276587,0.5559 h -0.295662 l -0.242525,-0.513662 q -0.104912,-0.219362 -0.189387,-0.282037 -0.08311,-0.06404 -0.218,-0.06404 h -0.262962 v 0.859737 h -0.276587 v -2.034211 h 0.566799 q 0.335175,0 0.513662,0.151238 0.178488,0.151237 0.178488,0.437362 0,0.201649 -0.110363,0.329724 -0.109,0.126713 -0.307924,0.155325 z M 43.790482,86.18538 v 0.722124 h 0.301112 q 0.197563,0 0.2943,-0.08856 0.09674,-0.08856 0.09674,-0.271137 0,-0.175763 -0.10355,-0.268413 -0.102187,-0.09401 -0.298387,-0.09401 z"
inkscape:connector-curvature="0" />
</g>
<path
id="rect998-7-7-3"
d="M 5.3009806,81.817467 H 15.06452 c 0.615242,0 1.110546,0.495303 1.110546,1.110545 v 7.914394 c 0,0.615242 -0.495304,1.110545 -1.110546,1.110545 H 5.3009806 c -0.6152423,0 -1.1105457,-0.495303 -1.1105457,-1.110545 v -7.914394 c 0,-0.615242 0.4953034,-1.110545 1.1105457,-1.110545 z"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="text1002-9-9-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786301)"
aria-label="IN">
<path
id="path987"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 8.6115078,83.473945 H 9.7410192 V 83.70557 H 9.3145571 v 1.570961 h 0.4264621 v 0.231625 H 8.6115078 V 85.276531 H 9.0379699 V 83.70557 H 8.6115078 Z"
inkscape:connector-curvature="0" />
<path
id="path989"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.205631,83.473945 h 0.3488 l 0.686699,1.674511 v -1.674511 h 0.265688 v 2.034211 h -0.3488 l -0.686699,-1.674511 v 1.674511 h -0.265688 z"
inkscape:connector-curvature="0" />
</g>
<g
id="text1002-9-9-2-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786302)"
aria-label="L">
<path
id="path992"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 6.3181018,85.874199 h 0.2765873 v 1.802585 h 0.9823616 v 0.231625 H 6.3181018 Z"
inkscape:connector-curvature="0" />
</g>
<g
id="text1002-9-9-2-7-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="scale(1.0122861,0.98786302)"
aria-label="R">
<path
id="path995"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 13.346777,86.94784 q 0.106275,0.02725 0.181213,0.10355 0.07494,0.07494 0.186662,0.301112 l 0.276587,0.555899 h -0.295662 l -0.242525,-0.513662 q -0.104912,-0.219362 -0.189387,-0.282037 -0.08311,-0.06404 -0.218,-0.06404 h -0.262962 v 0.859736 h -0.276587 v -2.03421 h 0.566799 q 0.335175,0 0.513662,0.151237 0.178487,0.151238 0.178487,0.437362 0,0.20165 -0.110362,0.329725 -0.109,0.126712 -0.307925,0.155325 z m -0.564074,-0.847474 v 0.722124 h 0.301112 q 0.197562,0 0.2943,-0.08856 0.09674,-0.08856 0.09674,-0.271138 0,-0.175762 -0.10355,-0.268412 -0.102187,-0.09401 -0.298387,-0.09401 z"
inkscape:connector-curvature="0" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="3.813035"
y="43.681343"
id="text964"><tspan
sodipodi:role="line"
id="tspan962"
x="3.813035"
y="43.681343"
style="stroke-width:0.26458332px">REC</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="22.475952"
y="43.681343"
id="text968"><tspan
sodipodi:role="line"
id="tspan966"
x="22.475952"
y="43.681343"
style="stroke-width:0.26458332px">STRT</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="32.758209"
y="43.62973"
id="text968-9"><tspan
sodipodi:role="line"
id="tspan966-2"
x="32.758209"
y="43.62973"
style="stroke-width:0.26458332px">LEN</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="3.7930532"
y="63.67717"
id="text964-9"><tspan
sodipodi:role="line"
id="tspan962-7"
x="3.7930532"
y="63.67717"
style="stroke-width:0.26458332px">SPD</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="13.485681"
y="63.678547"
id="text964-9-7"><tspan
sodipodi:role="line"
id="tspan962-7-7"
x="13.485681"
y="63.678547"
style="stroke-width:0.26458332px">ENV</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="13.544247"
y="43.730057"
id="text964-8"><tspan
sodipodi:role="line"
id="tspan962-1"
x="13.544247"
y="43.730057"
style="stroke-width:0.26458332px">G/T</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.3298003,56.67294 c 0.03765,-7.794701 0.03765,-7.794701 0.03765,-7.794701"
id="path1044"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 25.954342,56.861218 C 25.916687,48.61465 25.916687,48.61465 25.916687,48.61465"
id="path1046"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="23.337225"
y="63.67717"
id="text964-9-7-5"><tspan
sodipodi:role="line"
id="tspan962-7-7-0"
x="23.337225"
y="63.67717"
style="stroke-width:0.26458332px">IND</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="32.714802"
y="63.67717"
id="text964-9-7-5-9"><tspan
sodipodi:role="line"
id="tspan962-7-7-0-9"
x="32.714802"
y="63.67717"
style="stroke-width:0.26458332px">CLR</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 35.357886,48.683331 v 8.202083"
id="path1033"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.3486253,68.791663 v 7.672916"
id="path1035"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.129447,68.791663 v 7.672916"
id="path1037"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 25.935514,68.762794 V 76.43571"
id="path1037-2"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 35.357886,68.762794 V 76.43571"
id="path1037-2-6"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="41.233524"
y="43.629738"
id="text968-9-6"><tspan
sodipodi:role="line"
id="tspan966-2-5"
x="41.233524"
y="43.629738"
style="stroke-width:0.26458332px">READ</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 44.64073,48.683336 v 8.202083"
id="path1033-5"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="21.652575"
y="84.578232"
id="text964-9-7-5-5"><tspan
sodipodi:role="line"
id="tspan962-7-7-0-5"
x="21.652575"
y="84.578232"
style="stroke-width:0.26458332px">REC.M</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="42.067928"
y="63.67717"
id="text964-9-7-5-9-6"><tspan
sodipodi:role="line"
id="tspan962-7-7-0-9-1"
x="42.067928"
y="63.67717"
style="stroke-width:0.26458332px">EOC</tspan></text>
</svg>

+ 510
- 0
plugins/community/repos/Bidoo/res/CLACOS.svg
File diff suppressed because it is too large
View File


+ 495
- 0
plugins/community/repos/Bidoo/res/CLACOStemp.svg
File diff suppressed because it is too large
View File


+ 779
- 0
plugins/community/repos/Bidoo/res/ChUTE.svg
File diff suppressed because it is too large
View File


+ 954
- 0
plugins/community/repos/Bidoo/res/ChUTEtemp.svg
File diff suppressed because it is too large
View File


+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.2990242 6.3003887"
height="6.3003879mm"
width="6.2990241mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.647662)"
id="layer1">
<path
style="fill:#afafaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
id="path7219" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
id="path7221" />
</g>
</svg>

+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot05.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.2990242 6.3003887"
height="6.3003879mm"
width="6.2990241mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.647662)"
id="layer1">
<path
style="fill:#e19700;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
id="path7219" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
id="path7221" />
</g>
</svg>

+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpot510.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.2990242 6.3003887"
height="6.3003879mm"
width="6.2990241mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.647662)"
id="layer1">
<path
style="fill:#e16200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
id="path7219" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
id="path7221" />
</g>
</svg>

+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/ACNETrimpotON.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.2990242 6.3003887"
height="6.3003879mm"
width="6.2990241mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.647662)"
id="layer1">
<path
style="fill:#e10000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
id="path7219" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
id="path7221" />
</g>
</svg>

+ 75
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/BlackKnobBidoo.svg View File

@@ -0,0 +1,75 @@
<?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"
id="svg49872"
version="1.1"
viewBox="0 0 8.0000003 8.0000001"
height="8mm"
width="8mm">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
id="path28860"
d="m 143,129.75 h 3 V 158 h -3 z m 0,0" />
</clipPath>
<clipPath
id="clip11">
<path
id="path28857"
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0" />
</clipPath>
<clipPath
id="clip150">
<path
id="path29465"
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0" />
</clipPath>
<clipPath
id="clip149">
<path
id="path29462"
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0" />
</clipPath>
<clipPath
id="clip142">
<path
id="path29320"
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0" />
</clipPath>
<clipPath
id="clip141">
<path
id="path29317"
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="bidooKnob"
d="M 7.7209258,3.9943501 A 3.7209301,3.7209301 0 0 1 4.0057798,7.7209256 3.7209301,3.7209301 0 0 1 0.27907459,4.0059098 3.7209301,3.7209301 0 0 1 3.9939603,0.2790748 3.7209301,3.7209301 0 0 1 7.720925,3.9938303"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55800003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
<title
id="title826">bidooKnob</title>
</path>
<path
id="rect829"
d="m 3.9970756,0.93494142 h 0.00585 V 3.9920292 h -0.00585 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.75515127;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</svg>

+ 89
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/BlueCKD6_0.svg View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<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"
width="28"
height="27.995878"
viewBox="0 0 7.4083333 7.4072428"
version="1.1"
id="svg12484"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="BlueCKD6_0.svg">
<defs
id="defs12478" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="12.866071"
inkscape:cx="-5.1290396"
inkscape:cy="-1.7720987"
inkscape:document-units="mm"
inkscape:current-layer="g12430"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata12481">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-87.43441,-104.63978)">
<g
transform="matrix(0.27270608,0,0,-0.27270608,12.503198,432.85055)"
id="g12430"
style="stroke-width:1.29361904">
<g
transform="translate(301.93513,1189.951)"
id="g5959-5"
style="stroke-width:1.29361904">
<path
inkscape:connector-curvature="0"
id="path5961-3"
style="fill:#212221;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904"
d="m 0,0 c 0,-7.5 -6.083,-13.58 -13.584,-13.58 -7.5,0 -13.582,6.08 -13.582,13.58 0,7.503 6.082,13.582 13.582,13.582 C -6.083,13.582 0,7.503 0,0" />
</g>
<path
transform="scale(1,-1)"
style="opacity:1;vector-effect:none;fill:#b3b4b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 299.62928,-1190.6586 a 11.277138,11.277138 0 0 1 -11.27714,11.2772 11.277138,11.277138 0 0 1 -11.27714,-11.2772 11.277138,11.277138 0 0 1 11.27714,-11.2771 11.277138,11.277138 0 0 1 11.27714,11.2771 z"
id="circle12436"
inkscape:connector-curvature="0" />
<path
transform="scale(1,-1)"
style="opacity:1;vector-effect:none;fill:#2a5775;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 299.62928,-1189.952 a 11.277138,11.277138 0 0 1 -11.27714,11.2771 11.277138,11.277138 0 0 1 -11.27714,-11.2771 11.277138,11.277138 0 0 1 11.27714,-11.2772 11.277138,11.277138 0 0 1 11.27714,11.2772 z"
id="path12411"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 89
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/BlueCKD6_1.svg View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<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"
width="28"
height="27.995878"
viewBox="0 0 7.4083333 7.4072428"
version="1.1"
id="svg12484"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="BlueCKD6_1.svg">
<defs
id="defs12478" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-24.038863"
inkscape:cy="-0.97739245"
inkscape:document-units="mm"
inkscape:current-layer="g12476"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata12481">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-155.97001,-111.69871)">
<g
id="g12476"
transform="matrix(0.27270608,0,0,-0.27270608,81.038799,439.90948)"
style="stroke-width:1.29361904">
<g
id="g12468"
transform="translate(301.93513,1189.951)"
style="stroke-width:1.29361904">
<path
d="m 0,0 c 0,-7.5 -6.083,-13.58 -13.584,-13.58 -7.5,0 -13.582,6.08 -13.582,13.58 0,7.503 6.082,13.582 13.582,13.582 C -6.083,13.582 0,7.503 0,0"
style="fill:#212221;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904"
id="path12466"
inkscape:connector-curvature="0" />
</g>
<path
transform="scale(1,-1)"
style="opacity:1;vector-effect:none;fill:#b3b4b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 299.62928,-1189.2383 a 11.277138,11.277138 0 0 1 -11.27714,11.2772 11.277138,11.277138 0 0 1 -11.27714,-11.2772 11.277138,11.277138 0 0 1 11.27714,-11.2771 11.277138,11.277138 0 0 1 11.27714,11.2771 z"
id="circle12472"
inkscape:connector-curvature="0" />
<path
transform="scale(1,-1)"
style="opacity:1;vector-effect:none;fill:#2a5775;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29361904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 299.62928,-1189.952 a 11.277138,11.277138 0 0 1 -11.27714,11.2771 11.277138,11.277138 0 0 1 -11.27714,-11.2771 11.277138,11.277138 0 0 1 11.27714,-11.2772 11.277138,11.277138 0 0 1 11.27714,11.2772 z"
id="circle12474"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/BlueKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
width="10mm"
height="10mm"
viewBox="0 0 10 10"
version="1.1"
id="svg49872">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320" />
</clipPath>
<clipPath
id="clip141">
<path
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0"
id="path29317" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="paath31010907"
d="M 5.0245413,0.35702924 A 4.6430825,4.6429898 44.8907 0 1 9.642972,5.0244728 4.6430825,4.6429898 44.8907 0 1 4.9757806,9.6429722 4.6430825,4.6429898 44.8907 0 1 0.35702606,4.9758487 4.6430825,4.6429898 44.8907 0 1 5.0238978,0.35702587"
style="opacity:1;fill:#2a5775;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.7139253;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path832"
d="m 4.9999999,0.73123204 v 4.46265326 0"
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.65122831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/BlueTrimpotBidoo.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.5000001 6.5000009"
height="6.5mm"
width="6.5mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.44805)"
id="layer1">
<path
style="fill:#2a5775;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.53289545;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 46.585036,100.69807 c 0,1.64836 1.33545,2.98353 2.984202,2.98353 1.647451,0 2.982902,-1.33517 2.982902,-2.98353 0,-1.647109 -1.335451,-2.98357 -2.982902,-2.98357 -1.648752,0 -2.984202,1.336461 -2.984202,2.98357"
id="path7219" />
<path
id="path897"
d="m 49.556773,97.993456 0.02363,2.492214"
style="fill:none;fill-rule:evenodd;stroke:#fdfdfd;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

+ 35
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_0.svg View File

@@ -0,0 +1,35 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 12.7"
height="48"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect971"
d="M 0,0 H 4.7624998 V 12.7 H 0 Z"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,9.5249994 H 4.7657916 V 12.7 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 35
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_1.svg View File

@@ -0,0 +1,35 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 12.7"
height="48"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect971"
d="M 0,0 H 4.7624998 V 12.7 H 0 Z"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,6.3499994 H 4.7657916 V 9.5249999 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 35
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_2.svg View File

@@ -0,0 +1,35 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 12.7"
height="48"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect971"
d="M 0,0 H 4.7624998 V 12.7 H 0 Z"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,3.1749994 H 4.7657916 V 6.3499999 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 35
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS4_3.svg View File

@@ -0,0 +1,35 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 12.7"
height="48"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect971"
d="M 0,0 H 4.7624998 V 12.7 H 0 Z"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,0 H 4.7657916 V 3.1750005 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_0.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,22.224999 H 4.7657916 V 25.4 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_1.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="m 0,19.05 h 4.7657916 v 3.175001 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_2.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="m 0,15.875 h 4.7657916 v 3.175001 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_3.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,12.699999 H 4.7657916 V 15.875 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_4.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,9.5249999 H 4.7657916 V 12.700001 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_5.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,6.3499988 H 4.7657916 V 9.5249999 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_6.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,3.1749988 H 4.7657916 V 6.3499999 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 38
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/CKSS8_7.svg View File

@@ -0,0 +1,38 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
y="0"
x="0"
height="25.4"
width="4.7624998"
id="rect1051"
style="fill:#bfbfbf;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="rect973"
d="M 0,-1.1333333e-6 H 4.7657916 V 3.175 H 0 Z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13233738;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/HugeBlueKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
width="19mm"
height="19mm"
viewBox="0 0 19 19"
version="1.1"
id="svg49872">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320" />
</clipPath>
<clipPath
id="clip141">
<path
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0"
id="path29317" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="paath31010907"
d="M 9.5470128,0.51468566 A 8.9850262,8.9848471 44.806109 0 1 18.484333,9.5468542 8.9850262,8.9848471 44.806109 0 1 9.4526541,18.484308 8.9850262,8.9848471 44.806109 0 1 0.51470557,9.4527594 8.9850262,8.9848471 44.806109 0 1 9.5457679,0.51467916"
style="opacity:1;fill:#2a5775;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03012431;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path832"
d="m 9.5001942,1.0405202 v 7.3183974 0"
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:1.2038542;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/LargeBlueKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
width="12.7mm"
height="12.7mm"
viewBox="0 0 12.7 12.7"
version="1.1"
id="svg49872">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320" />
</clipPath>
<clipPath
id="clip141">
<path
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0"
id="path29317" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="paath31010907"
d="M 6.3810426,0.47720937 A 5.872932,5.8728149 44.815174 0 1 12.222792,6.3809548 5.872932,5.8728149 44.815174 0 1 6.3193662,12.222793 5.872932,5.8728149 44.815174 0 1 0.47720612,6.3194514 5.872932,5.8728149 44.815174 0 1 6.3802287,0.47720508"
style="opacity:1;fill:#2a5775;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.95425117;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path832"
d="m 6.3499999,0.97942074 v 5.35338216 0"
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.86492294;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/SmallBlueKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
id="svg49872"
version="1.1"
viewBox="0 0 8 8"
height="8mm"
width="8mm">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
id="path28860"
d="m 143,129.75 h 3 V 158 h -3 z m 0,0" />
</clipPath>
<clipPath
id="clip11">
<path
id="path28857"
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0" />
</clipPath>
<clipPath
id="clip150">
<path
id="path29465"
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0" />
</clipPath>
<clipPath
id="clip149">
<path
id="path29462"
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0" />
</clipPath>
<clipPath
id="clip142">
<path
id="path29320"
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0" />
</clipPath>
<clipPath
id="clip141">
<path
id="path29317"
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="opacity:1;fill:#2a5775;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67589182;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 4.0193559,0.33799845 A 3.6620895,3.6620166 45.060772 0 1 7.6620025,4.0193021 3.6620895,3.6620166 45.060772 0 1 3.9808974,7.6620027 3.6620895,3.6620166 45.060772 0 1 0.33799589,3.9809512 3.6620895,3.6620166 45.060772 0 1 4.0188484,0.33799577"
id="paath31010907" />
<path
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.68679613;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 3.9999999,0.68309106 v 3.39600094 0"
id="path832" />
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/SpiralKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
width="10mm"
height="10mm"
viewBox="0 0 10 10"
version="1.1"
id="svg49872">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320" />
</clipPath>
<clipPath
id="clip141">
<path
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0"
id="path29317" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.71384585;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 5.0245413,0.35702889 A 4.6430828,4.6429902 44.8907 0 1 9.6429723,5.0244727 4.6430828,4.6429902 44.8907 0 1 4.9757804,9.6429725 4.6430828,4.6429902 44.8907 0 1 0.35702571,4.9758486 4.6430828,4.6429902 44.8907 0 1 5.0238978,0.35702553"
id="paath31010907" />
<path
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.65122837;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 4.9999999,0.71155217 v 4.46265373 0"
id="path832" />
</svg>

+ 81
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/TinyPJ301M.svg View File

@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<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"
width="15"
height="15"
viewBox="0 0 3.96875 3.9687502"
version="1.1"
id="svg5158"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="PJ301M.svg">
<defs
id="defs5152" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-1.7059122"
inkscape:cy="9.6165796"
inkscape:document-units="px"
inkscape:current-layer="g3088"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1600"
inkscape:window-height="882"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata5155">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-118.26377,-82.541471)">
<g
transform="matrix(0.27191367,0,0,-0.27191367,41.843143,587.85632)"
id="g3088">
<path
d="m 288.34518,1844.2559 c -3.75572,0 -6.81129,3.0554 -6.81129,6.811 0,3.7555 3.05557,6.8116 6.81129,6.8116 3.75573,0 6.81129,-3.0561 6.81129,-6.8116 0,-3.7556 -3.05556,-6.811 -6.81129,-6.811"
style="opacity:1;vector-effect:none;fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4639"
inkscape:connector-curvature="0" />
<path
d="m 288.34518,1846.1618 c -2.70459,0 -4.90526,2.2006 -4.90526,4.9051 0,2.7051 2.20067,4.9056 4.90526,4.9056 2.7046,0 4.90526,-2.2005 4.90526,-4.9056 0,-2.7045 -2.20066,-4.9051 -4.90526,-4.9051"
style="fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4647"
inkscape:connector-curvature="0" />
<path
d="m 291.37021,1851.0672 c 0,-1.67 -1.35466,-3.0252 -3.02532,-3.0252 -1.67007,0 -3.02474,1.3552 -3.02474,3.0252 0,1.6699 1.35467,3.0252 3.02474,3.0252 1.67066,0 3.02532,-1.3553 3.02532,-3.0252"
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4655"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 433
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/Trimpot.svg View File

@@ -0,0 +1,433 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<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"
width="6.2990241mm"
height="6.3003879mm"
viewBox="0 0 6.2990242 6.3003887"
version="1.1"
id="svg15246"
sodipodi:docname="Trimpot.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
y="0"
x="0"
width="18"
height="19"
id="rect4864" />
</clipPath>
<clipPath
id="clip90">
<path
inkscape:connector-curvature="0"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0"
id="path4861" />
</clipPath>
<mask
id="mask44">
<g
style="filter:url(#alpha)"
id="g4858"
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
id="rect4856" />
</g>
</mask>
<filter
id="alpha"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix4149" />
</filter>
<clipPath
id="clipPath17821">
<rect
y="0"
x="0"
width="18"
height="19"
id="rect17819" />
</clipPath>
<clipPath
id="clipPath17825">
<path
inkscape:connector-curvature="0"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0"
id="path17823" />
</clipPath>
<clipPath
id="clip87">
<rect
y="0"
x="0"
width="24"
height="26"
id="rect4848" />
</clipPath>
<clipPath
id="clip88">
<path
inkscape:connector-curvature="0"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0"
id="path4845" />
</clipPath>
<mask
id="mask43">
<g
style="filter:url(#alpha)"
id="g4842"
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
id="rect4840" />
</g>
</mask>
<filter
id="filter17836"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix17834" />
</filter>
<clipPath
id="clipPath17840">
<rect
y="0"
x="0"
width="24"
height="26"
id="rect17838" />
</clipPath>
<clipPath
id="clipPath17844">
<path
inkscape:connector-curvature="0"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0"
id="path17842" />
</clipPath>
<clipPath
id="clip95">
<rect
y="0"
x="0"
width="18"
height="18"
id="rect4912" />
</clipPath>
<clipPath
id="clip96">
<path
inkscape:connector-curvature="0"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0"
id="path4909" />
</clipPath>
<mask
id="mask47">
<g
style="filter:url(#alpha-3)"
id="g4906"
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
id="rect4904" />
</g>
</mask>
<filter
id="alpha-3"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix4149-6" />
</filter>
<clipPath
id="clipPath18541">
<rect
y="0"
x="0"
width="18"
height="18"
id="rect18539" />
</clipPath>
<clipPath
id="clipPath18545">
<path
inkscape:connector-curvature="0"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0"
id="path18543" />
</clipPath>
<clipPath
id="clip93">
<rect
y="0"
x="0"
width="22"
height="24"
id="rect4896" />
</clipPath>
<clipPath
id="clip94">
<path
inkscape:connector-curvature="0"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0"
id="path4893" />
</clipPath>
<mask
id="mask46">
<g
style="filter:url(#alpha-3)"
id="g4890"
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
id="rect4888" />
</g>
</mask>
<filter
id="filter18556"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix18554" />
</filter>
<clipPath
id="clipPath18560">
<rect
y="0"
x="0"
width="22"
height="24"
id="rect18558" />
</clipPath>
<clipPath
id="clipPath18564">
<path
inkscape:connector-curvature="0"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0"
id="path18562" />
</clipPath>
<clipPath
id="clip91">
<rect
y="0"
x="0"
width="29"
height="32"
id="rect4880" />
</clipPath>
<clipPath
id="clip92">
<path
inkscape:connector-curvature="0"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0"
id="path4877" />
</clipPath>
<mask
id="mask45">
<g
style="filter:url(#alpha-3)"
id="g4874"
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
id="rect4872" />
</g>
</mask>
<filter
id="filter18575"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix18573" />
</filter>
<clipPath
id="clipPath18579">
<rect
y="0"
x="0"
width="29"
height="32"
id="rect18577" />
</clipPath>
<clipPath
id="clipPath18583">
<path
inkscape:connector-curvature="0"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0"
id="path18581" />
</clipPath>
<clipPath
id="clip202">
<rect
y="0"
x="0"
width="18"
height="18"
id="rect5795" />
</clipPath>
<clipPath
id="clip203">
<path
inkscape:connector-curvature="0"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0"
id="path5792" />
</clipPath>
<mask
id="mask104">
<g
style="filter:url(#alpha-7)"
id="g5789"
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)">
<rect
x="0"
y="0"
width="3052.8701"
height="3351.5"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
id="rect5787" />
</g>
</mask>
<filter
id="alpha-7"
filterUnits="objectBoundingBox"
x="0"
y="0"
width="1"
height="1">
<feColorMatrix
type="matrix"
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix4149-5" />
</filter>
<clipPath
id="clipPath18765">
<rect
y="0"
x="0"
width="18"
height="18"
id="rect18763" />
</clipPath>
<clipPath
id="clipPath18769">
<path
inkscape:connector-curvature="0"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0"
id="path18767" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="26.106375"
inkscape:cy="37.463453"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1274"
inkscape:window-height="1434"
inkscape:window-x="1280"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-46.318588,-97.647662)">
<path
inkscape:connector-curvature="0"
id="path7219"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" />
<path
inkscape:connector-curvature="0"
id="path7221"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" />
</g>
</svg>

+ 388
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/TrimpotBidoo.svg View File

@@ -0,0 +1,388 @@
<?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"
id="svg15246"
version="1.1"
viewBox="0 0 6.2990242 6.3003887"
height="6.3003879mm"
width="6.2990241mm">
<defs
id="defs15240">
<clipPath
id="clip89">
<rect
id="rect4864"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip90">
<path
id="path4861"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<mask
id="mask44">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4858"
style="filter:url(#alpha)">
<rect
id="rect4856"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha">
<feColorMatrix
id="feColorMatrix4149"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17821">
<rect
id="rect17819"
height="19"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17825">
<path
id="path17823"
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" />
</clipPath>
<clipPath
id="clip87">
<rect
id="rect4848"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip88">
<path
id="path4845"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<mask
id="mask43">
<g
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"
id="g4842"
style="filter:url(#alpha)">
<rect
id="rect4840"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter17836">
<feColorMatrix
id="feColorMatrix17834"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath17840">
<rect
id="rect17838"
height="26"
width="24"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath17844">
<path
id="path17842"
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" />
</clipPath>
<clipPath
id="clip95">
<rect
id="rect4912"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip96">
<path
id="path4909"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<mask
id="mask47">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4906"
style="filter:url(#alpha-3)">
<rect
id="rect4904"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-3">
<feColorMatrix
id="feColorMatrix4149-6"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18541">
<rect
id="rect18539"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18545">
<path
id="path18543"
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" />
</clipPath>
<clipPath
id="clip93">
<rect
id="rect4896"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip94">
<path
id="path4893"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<mask
id="mask46">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4890"
style="filter:url(#alpha-3)">
<rect
id="rect4888"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18556">
<feColorMatrix
id="feColorMatrix18554"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18560">
<rect
id="rect18558"
height="24"
width="22"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18564">
<path
id="path18562"
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" />
</clipPath>
<clipPath
id="clip91">
<rect
id="rect4880"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip92">
<path
id="path4877"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<mask
id="mask45">
<g
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"
id="g4874"
style="filter:url(#alpha-3)">
<rect
id="rect4872"
style="fill:#000000;fill-opacity:0.14999402;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="filter18575">
<feColorMatrix
id="feColorMatrix18573"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18579">
<rect
id="rect18577"
height="32"
width="29"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18583">
<path
id="path18581"
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" />
</clipPath>
<clipPath
id="clip202">
<rect
id="rect5795"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clip203">
<path
id="path5792"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
<mask
id="mask104">
<g
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"
id="g5789"
style="filter:url(#alpha-7)">
<rect
id="rect5787"
style="fill:#000000;fill-opacity:0.33000201;stroke:none"
height="3351.5"
width="3052.8701"
y="0"
x="0" />
</g>
</mask>
<filter
height="1"
width="1"
y="0"
x="0"
filterUnits="objectBoundingBox"
id="alpha-7">
<feColorMatrix
id="feColorMatrix4149-5"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
in="SourceGraphic"
type="matrix" />
</filter>
<clipPath
id="clipPath18765">
<rect
id="rect18763"
height="18"
width="18"
x="0"
y="0" />
</clipPath>
<clipPath
id="clipPath18769">
<path
id="path18767"
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" />
</clipPath>
</defs>
<metadata
id="metadata15243">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-46.318588,-97.647662)"
id="layer1">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198"
id="bidooTrimPot" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0"
id="path7221" />
</g>
</svg>

+ 56
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/bidooLongSlider.svg View File

@@ -0,0 +1,56 @@
<?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"
width="18"
height="96"
viewBox="0 0 4.7624999 25.4"
version="1.1"
id="svg3728"
sodipodi:docname="bidooLongSlider.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview6"
showgrid="false"
inkscape:zoom="12.136524"
inkscape:cx="7.4693619"
inkscape:cy="41.744758"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3728" />
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="path818"
d="M 2.38125,0.00738321 V 25.399999"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.24713747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</svg>

+ 51
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/bidooLongSliderHandle.svg View File

@@ -0,0 +1,51 @@
<?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"
width="18"
height="12"
viewBox="0 0 4.7624999 3.175"
version="1.1"
id="svg3728">
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.12773016;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.06549303,0.06729695 H 4.699018 V 3.1095076 H 0.06549303 Z"
id="rect973" />
<path
style="opacity:1;fill:#a00303;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458335;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.26458332,0.26458332 H 4.4979169 V 2.9104166 H 0.26458332 Z"
id="rect820" />
<path
style="fill:none;fill-rule:evenodd;stroke:#7b3333;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 0.26458333,0.79374999 H 4.4979166"
id="path818" />
<path
style="fill:none;fill-rule:evenodd;stroke:#7b3333;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 0.26458333,1.3229166 H 4.4979166"
id="path820" />
<path
style="fill:none;fill-rule:evenodd;stroke:#7b3333;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 0.26458333,1.8520833 H 4.4979166"
id="path822" />
<path
style="fill:none;fill-rule:evenodd;stroke:#7b3333;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 0.26458333,2.38125 H 4.4979166"
id="path824" />
</svg>

+ 99
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotHandle.svg View File

@@ -0,0 +1,99 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 3.175"
height="12"
width="18"
sodipodi:docname="bidooSlidePotHandle.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview11"
showgrid="false"
inkscape:zoom="32.000001"
inkscape:cx="-3.2244413"
inkscape:cy="-0.55702084"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3728"
inkscape:snap-page="false"
inkscape:snap-grids="false"
inkscape:snap-to-guides="false">
<sodipodi:guide
position="0,0"
orientation="0,18"
id="guide817"
inkscape:locked="false" />
<sodipodi:guide
position="4.7624999,0"
orientation="-12,0"
id="guide819"
inkscape:locked="false" />
<sodipodi:guide
position="4.7624999,3.175"
orientation="0,-18"
id="guide821"
inkscape:locked="false" />
<sodipodi:guide
position="0,3.175"
orientation="12,0"
id="guide823"
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="opacity:1;fill:#04090c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20981458;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 0,-0.00826813 H 4.7707682 V 3.1915364 H 0 Z"
id="rect819" />
<path
id="rect973"
d="M 0.32752478,0.35529813 H 4.4549365 V 0.82754679 H 0.32752478 Z"
style="fill:#2a6084;fill-opacity:1;stroke:none;stroke-width:0.07793605;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="rect973-7"
d="M 0.32752478,1.6840177 H 4.4549366 V 2.1562663 H 0.32752478 Z"
style="fill:#2a6084;fill-opacity:1;stroke:none;stroke-width:0.07793605;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="rect973-1"
d="M 0.32752478,1.0196579 H 4.4549366 V 1.4919066 H 0.32752478 Z"
style="fill:#2a6084;fill-opacity:1;stroke:none;stroke-width:0.07793605;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="rect973-2"
d="M 0.32752478,2.3483773 H 4.4549366 V 2.8206259 H 0.32752478 Z"
style="fill:#2a6084;fill-opacity:1;stroke:none;stroke-width:0.07793605;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</svg>

+ 55
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotLong.svg View File

@@ -0,0 +1,55 @@
<?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"
id="svg3728"
version="1.1"
viewBox="0 0 4.7624999 25.4"
height="96"
width="18"
sodipodi:docname="bidooSlidePotLong.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview6"
showgrid="false"
inkscape:zoom="2.4583333"
inkscape:cx="-60.355932"
inkscape:cy="80.542372"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3728" />
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="fill:#b7b7b7;fill-opacity:1;stroke:#000000;stroke-width:0.25675035;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.12996188,0.15083596 H 4.6411441 V 25.401663 H 0.12996188 Z"
id="rect1051" />
</svg>

+ 55
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/bidooSlidePotShort.svg View File

@@ -0,0 +1,55 @@
<?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"
width="18"
height="72"
viewBox="0 0 4.7624999 19.05"
version="1.1"
id="svg3728"
sodipodi:docname="bidooSlidePotShort.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview6"
showgrid="false"
inkscape:zoom="3.2777778"
inkscape:cx="-43.016949"
inkscape:cy="36"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3728" />
<defs
id="defs3722" />
<metadata
id="metadata3725">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="fill:#b7b7b7;fill-opacity:1;stroke:#000000;stroke-width:0.31205115;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.15717914,0.15781241 H 4.610842 V 19.048504 H 0.15717914 Z"
id="rect971" />
</svg>

+ 49
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/miniLEDButton.svg View File

@@ -0,0 +1,49 @@
<?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"
width="7"
height="7"
viewBox="0 0 1.8520832 1.8520832"
version="1.1"
id="svg7595">
<defs
id="defs7589">
<clipPath
id="clip444">
<path
d="m 1201.582,338.19922 h 18 v 18 h -18 z m 0,0"
id="path24586" />
</clipPath>
</defs>
<metadata
id="metadata7592">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="matrix(0.87213749,0,0,0.87293501,-40.773033,-61.525472)"
style="fill:#7d7d7d;fill-opacity:1">
<g
transform="matrix(0.11769499,0,0,0.11789717,-94.665369,30.609131)"
clip-path="url(#clip444)"
id="g31387"
style="clip-rule:nonzero;fill:#7d7d7d;fill-opacity:1">
<path
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 1202.125,344.12109 c -1.6953,4.66797 0.7148,9.83594 5.3789,11.53516 4.6719,1.69531 9.8359,-0.71094 11.5352,-5.37891 1.6992,-4.67187 -0.7071,-9.83203 -5.3789,-11.53515 -4.668,-1.69532 -9.8282,0.70703 -11.5352,5.3789"
id="path31385" />
</g>
</g>
</svg>

+ 72
- 0
plugins/community/repos/Bidoo/res/ComponentLibrary/ziNCBlueKnobBidoo.svg View File

@@ -0,0 +1,72 @@
<?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"
width="8mm"
height="8mm"
viewBox="0 0 8 8"
version="1.1"
id="svg49872">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320" />
</clipPath>
<clipPath
id="clip141">
<path
d="m 93.511719,208.92578 h 36.000001 v 36 H 93.511719 Z m 0,0"
id="path29317" />
</clipPath>
</defs>
<metadata
id="metadata49869">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="bidooziNCBlueKnob"
d="M 4.0197061,0.27179204 A 3.7282974,3.7282231 45.064873 0 1 7.7282088,4.019651 3.7282974,3.7282231 45.064873 0 1 3.9805521,7.7282091 3.7282974,3.7282231 45.064873 0 1 0.27178963,3.9806069 3.7282974,3.7282231 45.064873 0 1 4.0191894,0.27178927"
style="opacity:1;fill:#2a5775;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54347736;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path832"
d="m 3.9999999,0.56137385 v 3.44791295 0"
style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.55391562;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

+ 373
- 0
plugins/community/repos/Bidoo/res/DFUZE.svg
File diff suppressed because it is too large
View File


+ 315
- 0
plugins/community/repos/Bidoo/res/DFUZEtemp.svg
File diff suppressed because it is too large
View File


+ 1359
- 0
plugins/community/repos/Bidoo/res/DTROY.svg
File diff suppressed because it is too large
View File


+ 1664
- 0
plugins/community/repos/Bidoo/res/DTROYtemp.svg
File diff suppressed because it is too large
View File


+ 683
- 0
plugins/community/repos/Bidoo/res/DUKE.svg
File diff suppressed because it is too large
View File


+ 862
- 0
plugins/community/repos/Bidoo/res/DUKEtemp.svg
File diff suppressed because it is too large
View File


+ 99
- 0
plugins/community/repos/Bidoo/res/DejaVu-LICENSE.txt View File

@@ -0,0 +1,99 @@
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)

Bitstream Vera Fonts Copyright
------------------------------

Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
a trademark of Bitstream, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of the fonts accompanying this license ("Fonts") and associated
documentation files (the "Font Software"), to reproduce and distribute the
Font Software, including without limitation the rights to use, copy, merge,
publish, distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to the
following conditions:

The above copyright and trademark notices and this permission notice shall
be included in all copies of one or more of the Font Software typefaces.

The Font Software may be modified, altered, or added to, and in particular
the designs of glyphs or characters in the Fonts may be modified and
additional glyphs or characters may be added to the Fonts, only if the fonts
are renamed to names not containing either the words "Bitstream" or the word
"Vera".

This License becomes null and void to the extent applicable to Fonts or Font
Software that has been modified and is distributed under the "Bitstream
Vera" names.

The Font Software may be sold as part of a larger software package but no
copy of one or more of the Font Software typefaces may be sold by itself.

THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
FONT SOFTWARE.

Except as contained in this notice, the names of Gnome, the Gnome
Foundation, and Bitstream Inc., shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this Font Software
without prior written authorization from the Gnome Foundation or Bitstream
Inc., respectively. For further information, contact: fonts at gnome dot
org.

Arev Fonts Copyright
------------------------------

Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of the fonts accompanying this license ("Fonts") and
associated documentation files (the "Font Software"), to reproduce
and distribute the modifications to the Bitstream Vera Font Software,
including without limitation the rights to use, copy, merge, publish,
distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:

The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software
typefaces.

The Font Software may be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may be
modified and additional glyphs or characters may be added to the
Fonts, only if the fonts are renamed to names not containing either
the words "Tavmjong Bah" or the word "Arev".

This License becomes null and void to the extent applicable to Fonts
or Font Software that has been modified and is distributed under the
"Tavmjong Bah Arev" names.

The Font Software may be sold as part of a larger software package but
no copy of one or more of the Font Software typefaces may be sold by
itself.

THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Except as contained in this notice, the name of Tavmjong Bah shall not
be used in advertising or otherwise to promote the sale, use or other
dealings in this Font Software without prior written authorization
from Tavmjong Bah. For further information, contact: tavmjong @ free
. fr.

$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $

BIN
plugins/community/repos/Bidoo/res/DejaVuSansMono.ttf View File


+ 371
- 0
plugins/community/repos/Bidoo/res/FORK.svg
File diff suppressed because it is too large
View File


+ 462
- 0
plugins/community/repos/Bidoo/res/FORKTemp.svg
File diff suppressed because it is too large
View File


+ 186
- 0
plugins/community/repos/Bidoo/res/HORUS.svg View File

@@ -0,0 +1,186 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
width="105"
height="380"
viewBox="0 0 27.78125 100.54166"
version="1.1"
id="svg12553">
<defs
id="defs12547">
<linearGradient
osb:paint="solid"
id="linearGradient4708">
<stop
id="stop4706"
offset="0"
style="stop-color:#ececec;stop-opacity:1;" />
</linearGradient>
<filter
id="filter4696"
style="color-interpolation-filters:sRGB">
<feColorMatrix
id="feColorMatrix4692"
result="colormatrix"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
in="SourceGraphic" />
<feBlend
id="feBlend4694"
result="fbSourceGraphic"
mode="multiply"
in2="BackgroundImage" />
<feColorMatrix
id="feColorMatrix4762"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
in="fbSourceGraphic"
result="fbSourceGraphicAlpha" />
<feColorMatrix
in="fbSourceGraphic"
result="colormatrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
id="feColorMatrix4764" />
<feComposite
k4="0"
k3="0"
k1="0"
result="composite"
k2="0.3"
operator="arithmetic"
id="feComposite4766"
in2="colormatrix" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="matrix(0.23299263,0,0,1.0012215,-6.2015274,-161.56849)">
<path
id="path33453"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889" />
</g>
<path
id="path889"
d="m 26.617835,28.8905 c -2.084488,11.460296 -5.706839,21.180916 -9.316173,29.904307 -2.221642,5.367366 -4.670971,9.858716 -7.117179,14.266759 -1.4206208,3.535513 -2.6392058,7.680529 -3.8029568,11.752647 -1.219359,6.586933 -0.608054,13.361349 -2.020661,19.870947 -1.56589,4.26783 -0.343533,-4.54681 -0.430808,-6.409104 -0.221563,-5.083446 -1.299912,-9.074404 -1.654885,-14.020738 -0.89603,-8.336674 -1.117945,-17.760521 0.04537,-27.437643 0.7332,-7.928915 2.089486,-15.806525 4.025362,-22.986437 1.960607,-8.221865 4.5357598,-15.956142 5.7694538,-24.8562634 0.610455,-4.0186568 0.754576,-8.38410979 -0.106433,-11.213356 -0.48128,-1.7666896 1.359629,0.2064616 1.615833,0.1669361 1.976963,1.86565311 1.480217,9.4908812 0.185328,14.4222233 -0.890544,4.214642 -2.254309,7.66562 -3.410107,11.420621 0.853844,1.67288 2.145254,2.686048 2.979605,4.775813 1.411139,4.071462 0.87406,-6.158724 1.530083,-8.648011 0.225973,-1.910303 0.495395,-4.14055 0.393965,-1.030147 0.01882,11.271068 -0.273288,22.972865 -1.868146,34.708403 -0.09814,2.545629 -1.321209,7.408916 -0.990569,8.634575 4.261216,-8.1633 8.252168,-18.047495 11.334619,-29.4091 1.267507,-5.518313 2.474244,-11.986016 2.134915,-17.600085 -0.251332,-4.088172 -1.916068,-6.8448779 -3.65124,-4.034912 -0.943277,1.133319 -2.590195,7.415903 -0.633484,5.160191 2.052807,2.159366 -1.568327,10.284256 -2.116555,4.71453 -0.653101,-5.558938 1.523906,-13.8113128 3.98733,-14.3659775 2.521177,-1.1398164 4.382067,3.8545735 4.20983,10.3190375 -0.06851,3.889857 -0.4806,7.972832 -1.092506,11.894807 z M 12.558659,43.677449 C 12.738628,36.875094 11.58821,29.799105 8.8906322,29.526297 c -0.712771,-0.54463 -1.028253,3.232006 -1.499416,4.404265 1.049183,1.637975 3.2389338,1.808794 3.3885268,6.745235 0.72513,7.561921 -0.450012,18.379032 -3.4867048,24.299208 -1.057372,3.552622 -3.273713,0.718909 -3.578741,4.743987 -0.292056,2.457928 1.529776,0.527839 2.044366,0.70868 3.119116,-2.106514 5.3390178,-10.734864 6.2003768,-18.362986 0.340125,-2.804946 0.55592,-5.641938 0.599619,-8.387237 z M 7.0423832,76.743318 c -1.191434,1.493736 -4.086337,-0.784219 -3.205897,4.560861 0.259654,1.919817 0.504594,7.091572 1.013862,7.143812 0.668155,-4.003084 1.643566,-7.737895 2.482952,-11.583675 l -0.0651,-0.172593 -0.225811,0.0516 z m -0.33783,-27.832374 c -1.102631,-5.065786 -3.279161,6.307497 -1.714134,7.021375 1.272521,-0.536733 1.832748,-4.379107 1.714134,-7.021375 z M 1.3828802,103.38839 C 0.51354322,108.66029 0.85373222,100.04235 0.43580922,98.822742 -0.66304378,88.202738 -3.114649,78.720124 -2.1934808,66.013103 -1.3789288,53.294951 0.65851522,40.29986 3.7058842,28.64402 c 1.004068,-4.010797 1.691047,-8.305589 2.293915,-12.598516 0.473845,3.646389 -0.08398,8.117424 -0.991853,12.017102 -1.730483,7.57949 -3.602374,15.179919 -4.52899998,23.338862 -1.191136,9.597113 -2.49302602,20.011729 -1.412614,28.584918 0.618499,6.813376 2.18322298,12.261948 2.58627598,19.343576 0.03638,1.293168 -0.02008,2.708878 -0.269728,4.058428 z"
style="fill:#000000;stroke-width:0.23251958;opacity:0.12" />
<g
id="text4860"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="text977"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="bId°°">
<path
id="path894"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 9.5301674,97.809389 q 0,-0.44235 -0.1405599,-0.667659 -0.1405599,-0.225309 -0.4154785,-0.225309 -0.2769857,0 -0.4196126,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.1426269,0.227376 0.4196126,0.227376 0.2749186,0 0.4154785,-0.225309 0.1405599,-0.225309 0.1405599,-0.66766 z m -1.118278,-0.86403 q 0.090951,-0.169498 0.250114,-0.260449 0.1612304,-0.09095 0.3720703,-0.09095 0.4175455,0 0.6573241,0.322461 0.2397787,0.320393 0.2397787,0.8847 0,0.572575 -0.2418457,0.89917 -0.2397786,0.324528 -0.6593913,0.324528 -0.2067057,0 -0.3658691,-0.08888 -0.1570963,-0.09095 -0.252181,-0.262516 v 0.291455 H 8.0315509 v -3.216341 h 0.3803385 z" />
<path
id="path896"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 10.594702,95.878758 h 1.71359 v 0.3514 h -0.646989 v 2.383317 h 0.646989 v 0.351399 h -1.71359 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z" />
<path
id="path898"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 14.499373,96.945359 v -1.196826 h 0.380338 v 3.216341 h -0.380338 v -0.291455 q -0.09509,0.171566 -0.254248,0.262516 -0.157097,0.08888 -0.363802,0.08888 -0.419613,0 -0.661459,-0.324528 -0.239778,-0.326595 -0.239778,-0.89917 0,-0.564307 0.241845,-0.8847 0.241846,-0.322461 0.659392,-0.322461 0.208772,0 0.367936,0.09095 0.159163,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.14056,0.225309 0.415478,0.225309 0.274919,0 0.417546,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417546,-0.227376 -0.274918,0 -0.415478,0.225309 -0.14056,0.225309 -0.14056,0.667659 z" />
<path
id="path900"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 16.545759,95.822947 q 0.134359,0 0.254248,0.05168 0.121957,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163297,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165365,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z" />
<path
id="path902"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 19.092374,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z" />
</g>
<g
id="text977-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="horUS">
<path
id="path905"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 9.7038005,4.232979 V 5.6675167 H 9.321395 V 4.232979 q 0,-0.3121256 -0.1095541,-0.4588867 -0.109554,-0.146761 -0.3431315,-0.146761 -0.2666503,0 -0.4113443,0.1901692 -0.142627,0.1881022 -0.142627,0.541569 V 5.6675167 H 7.9343996 V 2.4511757 H 8.3147381 V 3.6996783 Q 8.4160239,3.5012408 8.5896567,3.399955 8.7632895,3.2966021 9.0010011,3.2966021 q 0.3534668,0 0.5270996,0.2335775 Q 9.7038005,3.76169 9.7038005,4.232979 Z" />
<path
id="path907"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 11.351245,3.619063 q -0.289388,0 -0.438216,0.2253093 -0.148828,0.2253092 -0.148828,0.6676594 0,0.4402832 0.148828,0.6676595 0.148828,0.2253092 0.438216,0.2253092 0.291455,0 0.440283,-0.2253092 0.148828,-0.2273763 0.148828,-0.6676595 0,-0.4423502 -0.148828,-0.6676594 Q 11.6427,3.619063 11.351245,3.619063 Z m 0,-0.3224609 q 0.481624,0 0.735872,0.3121257 0.256316,0.3121256 0.256316,0.9033039 0,0.5932455 -0.254249,0.9053711 -0.254248,0.3100586 -0.737939,0.3100586 -0.481624,0 -0.735872,-0.3100586 -0.254248,-0.3121256 -0.254248,-0.9053711 0,-0.5911783 0.254248,-0.9033039 0.254248,-0.3121257 0.735872,-0.3121257 z" />
<path
id="path909"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 15.012003,3.8299029 Q 14.890047,3.7348182 14.763956,3.69141 14.637866,3.648002 14.486971,3.648002 q -0.355534,0 -0.543636,0.2232422 -0.188102,0.2232422 -0.188102,0.6449219 v 1.1513508 h -0.382406 v -2.315104 h 0.382406 v 0.4526855 q 0.09508,-0.2459798 0.291455,-0.3762044 0.198437,-0.1322917 0.469222,-0.1322917 0.140559,0 0.262516,0.03514 0.121956,0.03514 0.233577,0.109554 z" />
<path
id="path911"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 15.475024,4.4830929 V 2.5814003 h 0.419612 v 2.0918619 q 0,0.2253092 0.0124,0.3224609 0.0124,0.095085 0.04341,0.1467611 0.06615,0.1219564 0.190169,0.1839681 0.126091,0.062012 0.303858,0.062012 0.179834,0 0.303857,-0.062012 0.124023,-0.062012 0.192236,-0.1839681 0.03101,-0.051676 0.04341,-0.1467611 0.0124,-0.095085 0.0124,-0.3183268 v -2.095996 h 0.417545 v 1.9016926 q 0,0.4733561 -0.05994,0.6738607 -0.05788,0.1984375 -0.202572,0.3286621 -0.136426,0.1219564 -0.312125,0.181901 -0.1757,0.059945 -0.394808,0.059945 -0.217041,0 -0.392741,-0.059945 -0.1757,-0.059945 -0.314193,-0.181901 Q 15.594915,5.3574581 15.53497,5.1548865 15.47503,4.9502479 15.47503,4.4830929 Z" />
<path
id="path913"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 19.809643,2.6868203 V 3.110567 q -0.190169,-0.1219564 -0.382406,-0.1839681 -0.190169,-0.062012 -0.384472,-0.062012 -0.295589,0 -0.467155,0.1384928 -0.171566,0.1364258 -0.171566,0.3700032 0,0.2046387 0.111621,0.3121257 0.113688,0.1074869 0.42168,0.1798339 l 0.219108,0.049609 q 0.434082,0.1012858 0.632519,0.3183268 0.198438,0.217041 0.198438,0.5911784 0,0.4402832 -0.272852,0.6717936 -0.272851,0.2315104 -0.79375,0.2315104 -0.217041,0 -0.436149,-0.047542 -0.219108,-0.045475 -0.440283,-0.1384929 V 5.0970089 q 0.237712,0.1508952 0.448552,0.2211751 0.212906,0.07028 0.42788,0.07028 0.31626,0 0.49196,-0.1405599 0.1757,-0.1426269 0.1757,-0.396875 0,-0.2315104 -0.121957,-0.3534668 Q 19.346622,4.375606 19.046899,4.3094601 L 18.823657,4.2577837 Q 18.393709,4.160632 18.199405,3.9642616 18.005102,3.7678912 18.005102,3.437162 q 0,-0.4134114 0.276986,-0.6614583 0.279052,-0.2501139 0.740006,-0.2501139 0.177767,0 0.374137,0.041341 0.196371,0.039274 0.413412,0.1198895 z" />
</g>
<g
transform="translate(-7.265561,0.27854712)"
id="g927">
<path
id="rect998"
d="m 24.753592,83.550049 h 7.182313 c 0.629904,0 1.137011,0.507107 1.137011,1.137011 v 8.103004 c 0,0.629904 -0.507107,1.137011 -1.137011,1.137011 h -7.182313 c -0.629904,0 -1.137011,-0.507107 -1.137011,-1.137011 V 84.68706 c 0,-0.629904 0.507107,-1.137011 1.137011,-1.137011 z"
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.83921981;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="text1002"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-179.84442)"
aria-label="OUT">
<path
id="path917"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -25.497642,-90.019393 q 0.453374,0 0.647678,-0.09371 0.194303,-0.09233 0.194303,-0.304546 0,-0.21084 -0.194303,-0.304547 -0.194304,-0.09233 -0.647678,-0.09233 -0.451997,0 -0.6463,0.09233 -0.194304,0.09371 -0.194304,0.304547 0,0.212218 0.192926,0.304546 0.194303,0.09371 0.647678,0.09371 z m 0,0.290766 q -0.537435,0 -0.802019,-0.170877 -0.264583,-0.169498 -0.264583,-0.518142 0,-0.348644 0.263205,-0.518142 0.263206,-0.169499 0.803397,-0.169499 0.538813,0 0.803396,0.169499 0.264583,0.170876 0.264583,0.518142 0,0.348644 -0.264583,0.518142 -0.264583,0.170877 -0.803396,0.170877 z" />
<path
id="path919"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -25.734665,-89.364825 h 1.267795 v 0.279742 h -1.394574 q -0.150207,0 -0.214974,0.0083 -0.06339,0.0083 -0.09784,0.02894 -0.0813,0.0441 -0.122645,0.126779 -0.04134,0.08406 -0.04134,0.202572 0,0.119889 0.04134,0.202572 0.04134,0.08268 0.122645,0.128157 0.03445,0.02067 0.09784,0.02894 0.06339,0.0083 0.212218,0.0083 h 1.39733 v 0.278364 h -1.267795 q -0.315571,0 -0.44924,-0.03996 -0.132292,-0.03858 -0.219108,-0.135048 -0.0813,-0.09095 -0.121268,-0.208084 -0.03996,-0.117133 -0.03996,-0.263205 0,-0.144694 0.03996,-0.261827 0.03996,-0.117133 0.121268,-0.209462 0.08544,-0.09508 0.220486,-0.135048 0.136426,-0.03996 0.447862,-0.03996 z" />
<path
id="path921"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -24.46687,-87.803508 v 1.569586 h -0.234266 v -0.643544 h -1.823145 v -0.279742 h 1.823145 v -0.6463 z" />
</g>
</g>
<g
transform="translate(19.476811,11.237347)"
id="g917">
<path
id="rect998-0-2"
d="m -16.273988,72.591248 h 7.1823124 c 0.6299043,0 1.1370114,0.507107 1.1370114,1.137011 v 8.103004 c 0,0.629904 -0.5071071,1.137011 -1.1370114,1.137011 h -7.1823124 c -0.629904,0 -1.137011,-0.507107 -1.137011,-1.137011 v -8.103004 c 0,-0.629904 0.507107,-1.137011 1.137011,-1.137011 z"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000100;stroke-width:0.83921981;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="text1002-0-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="rotate(-179.84442)"
aria-label="IN">
<path
id="path925"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.592641,-79.287162 v 1.142393 h -0.234267 v -0.431326 h -1.588878 v 0.431326 H 14.53523 v -1.142393 h 0.234266 v 0.431326 h 1.588878 v -0.431326 z" />
<path
id="path927"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.592641,-77.67348 v 0.352778 l -1.693609,0.694532 h 1.693609 v 0.268717 H 14.53523 v -0.352778 l 1.693608,-0.694531 H 14.53523 v -0.268718 z" />
</g>
</g>
</svg>

+ 208
- 0
plugins/community/repos/Bidoo/res/HORUStemp.svg View File

@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
id="svg12553"
version="1.1"
viewBox="0 0 27.78125 100.54166"
height="380"
width="105"
sodipodi:docname="HORUStemp.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview118"
showgrid="true"
inkscape:zoom="1.5750457"
inkscape:cx="-42.718535"
inkscape:cy="145.35236"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg12553"
inkscape:snap-to-guides="false"
inkscape:snap-grids="false">
<inkscape:grid
type="xygrid"
id="grid929" />
</sodipodi:namedview>
<defs
id="defs12547">
<linearGradient
id="linearGradient4708"
osb:paint="solid">
<stop
style="stop-color:#ececec;stop-opacity:1;"
offset="0"
id="stop4706" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Opacity"
id="filter4696">
<feColorMatrix
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
result="colormatrix"
id="feColorMatrix4692" />
<feBlend
in2="BackgroundImage"
mode="multiply"
result="fbSourceGraphic"
id="feBlend4694" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix4762" />
<feColorMatrix
id="feColorMatrix4764"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
result="colormatrix"
in="fbSourceGraphic" />
<feComposite
in2="colormatrix"
id="feComposite4766"
operator="arithmetic"
k2="0.3"
result="composite"
k1="0"
k3="0"
k4="0" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="matrix(0.23299263,0,0,1.0012215,-6.2015274,-161.56849)"
id="layer1">
<path
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
id="path33453"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:#000000;stroke-width:0.23251958;opacity:0.12"
d="m 26.617835,28.8905 c -2.084488,11.460296 -5.706839,21.180916 -9.316173,29.904307 -2.221642,5.367366 -4.670971,9.858716 -7.117179,14.266759 -1.4206208,3.535513 -2.6392058,7.680529 -3.8029568,11.752647 -1.219359,6.586933 -0.608054,13.361349 -2.020661,19.870947 -1.56589,4.26783 -0.343533,-4.54681 -0.430808,-6.409104 -0.221563,-5.083446 -1.299912,-9.074404 -1.654885,-14.020738 -0.89603,-8.336674 -1.117945,-17.760521 0.04537,-27.437643 0.7332,-7.928915 2.089486,-15.806525 4.025362,-22.986437 1.960607,-8.221865 4.5357598,-15.956142 5.7694538,-24.8562634 0.610455,-4.0186568 0.754576,-8.38410979 -0.106433,-11.213356 -0.48128,-1.7666896 1.359629,0.2064616 1.615833,0.1669361 1.976963,1.86565311 1.480217,9.4908812 0.185328,14.4222233 -0.890544,4.214642 -2.254309,7.66562 -3.410107,11.420621 0.853844,1.67288 2.145254,2.686048 2.979605,4.775813 1.411139,4.071462 0.87406,-6.158724 1.530083,-8.648011 0.225973,-1.910303 0.495395,-4.14055 0.393965,-1.030147 0.01882,11.271068 -0.273288,22.972865 -1.868146,34.708403 -0.09814,2.545629 -1.321209,7.408916 -0.990569,8.634575 4.261216,-8.1633 8.252168,-18.047495 11.334619,-29.4091 1.267507,-5.518313 2.474244,-11.986016 2.134915,-17.600085 -0.251332,-4.088172 -1.916068,-6.8448779 -3.65124,-4.034912 -0.943277,1.133319 -2.590195,7.415903 -0.633484,5.160191 2.052807,2.159366 -1.568327,10.284256 -2.116555,4.71453 -0.653101,-5.558938 1.523906,-13.8113128 3.98733,-14.3659775 2.521177,-1.1398164 4.382067,3.8545735 4.20983,10.3190375 -0.06851,3.889857 -0.4806,7.972832 -1.092506,11.894807 z M 12.558659,43.677449 C 12.738628,36.875094 11.58821,29.799105 8.8906322,29.526297 c -0.712771,-0.54463 -1.028253,3.232006 -1.499416,4.404265 1.049183,1.637975 3.2389338,1.808794 3.3885268,6.745235 0.72513,7.561921 -0.450012,18.379032 -3.4867048,24.299208 -1.057372,3.552622 -3.273713,0.718909 -3.578741,4.743987 -0.292056,2.457928 1.529776,0.527839 2.044366,0.70868 3.119116,-2.106514 5.3390178,-10.734864 6.2003768,-18.362986 0.340125,-2.804946 0.55592,-5.641938 0.599619,-8.387237 z M 7.0423832,76.743318 c -1.191434,1.493736 -4.086337,-0.784219 -3.205897,4.560861 0.259654,1.919817 0.504594,7.091572 1.013862,7.143812 0.668155,-4.003084 1.643566,-7.737895 2.482952,-11.583675 l -0.0651,-0.172593 -0.225811,0.0516 z m -0.33783,-27.832374 c -1.102631,-5.065786 -3.279161,6.307497 -1.714134,7.021375 1.272521,-0.536733 1.832748,-4.379107 1.714134,-7.021375 z M 1.3828802,103.38839 C 0.51354322,108.66029 0.85373222,100.04235 0.43580922,98.822742 -0.66304378,88.202738 -3.114649,78.720124 -2.1934808,66.013103 -1.3789288,53.294951 0.65851522,40.29986 3.7058842,28.64402 c 1.004068,-4.010797 1.691047,-8.305589 2.293915,-12.598516 0.473845,3.646389 -0.08398,8.117424 -0.991853,12.017102 -1.730483,7.57949 -3.602374,15.179919 -4.52899998,23.338862 -1.191136,9.597113 -2.49302602,20.011729 -1.412614,28.584918 0.618499,6.813376 2.18322298,12.261948 2.58627598,19.343576 0.03638,1.293168 -0.02008,2.708878 -0.269728,4.058428 z"
id="path889"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="69.335617"
y="97.895828"
id="text4860"><tspan
sodipodi:role="line"
id="tspan4858"
x="69.335617"
y="100.54166"
style="stroke-width:0.26458332px" /></text>
<flowRoot
xml:space="preserve"
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
id="flowRegion1011"><rect
id="rect1013"
width="428.17667"
height="304.19095"
x="181.82332"
y="40" /></flowRegion><flowPara
id="flowPara1015" /></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="7.6326089"
y="98.964874"
id="text977"
inkscape:transform-center-x="-1.5441791"
inkscape:transform-center-y="0.35634903"><tspan
sodipodi:role="line"
id="tspan975"
x="7.6326089"
y="98.964874"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">bId°°</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="7.5313234"
y="5.6675167"
id="text977-5"><tspan
sodipodi:role="line"
id="tspan975-3"
x="7.5313234"
y="5.6675167"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">horUS</tspan></text>
<g
id="g927"
transform="translate(-7.265561,0.27854712)">
<rect
ry="1.1370114"
y="83.550049"
x="23.616581"
height="10.377027"
width="9.4563351"
id="rect998"
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.83921981;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
transform="rotate(-179.84442)"
id="text1002"
y="-91.266518"
x="-25.791164"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
id="tspan868"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="-25.791164"
x="-91.266518"
sodipodi:role="line">OUT</tspan></text>
</g>
<g
id="g917"
transform="translate(19.476811,11.237347)">
<rect
ry="1.1370114"
y="72.591248"
x="-17.410999"
height="10.377027"
width="9.4563351"
id="rect998-0-2"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000100;stroke-width:0.83921981;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
transform="rotate(-179.84442)"
id="text1002-0-2"
y="-79.564148"
x="15.268346"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
id="tspan868-3-6"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:tb-rl;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="15.268346"
x="-79.564148"
sodipodi:role="line">IN</tspan></text>
</g>
</svg>

+ 236
- 0
plugins/community/repos/Bidoo/res/LATE.svg
File diff suppressed because it is too large
View File


+ 251
- 0
plugins/community/repos/Bidoo/res/LATEtemp.svg
File diff suppressed because it is too large
View File


+ 381
- 0
plugins/community/repos/Bidoo/res/LIMBO.svg
File diff suppressed because it is too large
View File


+ 329
- 0
plugins/community/repos/Bidoo/res/LIMBOtemp.svg
File diff suppressed because it is too large
View File


+ 200
- 0
plugins/community/repos/Bidoo/res/LOURDE.svg
File diff suppressed because it is too large
View File


+ 232
- 0
plugins/community/repos/Bidoo/res/LOURDEtemp.svg
File diff suppressed because it is too large
View File


+ 388
- 0
plugins/community/repos/Bidoo/res/MOIRE.svg
File diff suppressed because it is too large
View File


+ 467
- 0
plugins/community/repos/Bidoo/res/MOIREtemp.svg
File diff suppressed because it is too large
View File


+ 468
- 0
plugins/community/repos/Bidoo/res/MU.svg
File diff suppressed because it is too large
View File


+ 563
- 0
plugins/community/repos/Bidoo/res/MUtemp.svg
File diff suppressed because it is too large
View File


+ 774
- 0
plugins/community/repos/Bidoo/res/OUAIve.svg
File diff suppressed because it is too large
View File


+ 878
- 0
plugins/community/repos/Bidoo/res/OUAIvetemp.svg
File diff suppressed because it is too large
View File


+ 339
- 0
plugins/community/repos/Bidoo/res/PERCO.svg
File diff suppressed because it is too large
View File


+ 331
- 0
plugins/community/repos/Bidoo/res/PERCOtemp.svg
File diff suppressed because it is too large
View File


+ 602
- 0
plugins/community/repos/Bidoo/res/RADAR.svg View File

@@ -0,0 +1,602 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
width="135"
height="380"
viewBox="0 0 35.71875 100.54166"
version="1.1"
id="svg12553">
<defs
id="defs12547">
<linearGradient
osb:paint="solid"
id="linearGradient4708">
<stop
id="stop4706"
offset="0"
style="stop-color:#ececec;stop-opacity:1;" />
</linearGradient>
<filter
id="filter4696"
style="color-interpolation-filters:sRGB">
<feColorMatrix
id="feColorMatrix4692"
result="colormatrix"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
in="SourceGraphic" />
<feBlend
id="feBlend4694"
result="fbSourceGraphic"
mode="multiply"
in2="BackgroundImage" />
<feColorMatrix
id="feColorMatrix4762"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
in="fbSourceGraphic"
result="fbSourceGraphicAlpha" />
<feColorMatrix
in="fbSourceGraphic"
result="colormatrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
id="feColorMatrix4764" />
<feComposite
k4="0"
k3="0"
k1="0"
result="composite"
k2="0.3"
operator="arithmetic"
id="feComposite4766"
in2="colormatrix" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="matrix(0.29968605,0,0,1.0012215,-7.996127,-161.56849)">
<path
id="path33453"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889" />
<path
id="path33787"
d="m 38.533355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646932,-0.64693 h -6.281685 c -0.355838,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646933,0.64693 h 6.281685 c 0.355811,0 0.646932,-0.29112 0.646932,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.055605,168.8251 c 0.500274,0 0.84963,-0.25877 0.84963,-0.72025 v -0.009 c 0,-0.40109 -0.263102,-0.5693 -0.733187,-0.69437 -0.401108,-0.10351 -0.500301,-0.15095 -0.500301,-0.3019 v -0.009 c 0,-0.11213 0.09919,-0.20271 0.297577,-0.20271 0.159597,0 0.319167,0.0561 0.487363,0.15527 0.03881,0.0259 0.07763,0.0388 0.129381,0.0388 0.129408,0 0.237225,-0.10351 0.237225,-0.23721 0,-0.0992 -0.05606,-0.1682 -0.11213,-0.2027 -0.211349,-0.12939 -0.452861,-0.20271 -0.737526,-0.20271 -0.474398,0 -0.810816,0.27602 -0.810816,0.69869 v 0.004 c 0,0.46147 0.301916,0.59086 0.767689,0.71162 0.38817,0.0992 0.470111,0.16389 0.470111,0.29327 v 0.009 c 0,0.1337 -0.129381,0.21565 -0.336391,0.21565 -0.224287,0 -0.418359,-0.0776 -0.590867,-0.20702 -0.0345,-0.0259 -0.08194,-0.0474 -0.146632,-0.0474 -0.133721,0 -0.241538,0.10351 -0.241538,0.23721 0,0.0776 0.04313,0.15095 0.09919,0.18976 0.258789,0.18546 0.564991,0.28034 0.87122,0.28034 z m 0,0"
id="path7611" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 67.640935,168.7906 h 1.298178 c 0.129382,0 0.228574,-0.0992 0.228574,-0.22427 0,-0.12507 -0.09919,-0.22858 -0.228574,-0.22858 h -1.048041 v -0.48736 h 0.884132 c 0.125095,0 0.2286,-0.0992 0.2286,-0.22427 0,-0.12938 -0.103505,-0.22858 -0.2286,-0.22858 h -0.884132 v -0.4701 h 1.035103 c 0.125069,0 0.228574,-0.0992 0.228574,-0.22858 0,-0.12508 -0.103505,-0.22859 -0.228574,-0.22859 h -1.28524 c -0.142319,0 -0.254476,0.11645 -0.254476,0.25878 v 1.80709 c 0,0.14232 0.112157,0.25446 0.254476,0.25446 z m 0,0"
id="path7607" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 70.70817,168.82941 c 0.258763,0 0.491676,-0.0733 0.685748,-0.19839 l 0.129381,0.11214 c 0.03881,0.0388 0.09919,0.069 0.168195,0.069 0.129408,0 0.237226,-0.10782 0.237226,-0.24152 0,-0.082 -0.03881,-0.14233 -0.09057,-0.18977 l -0.103532,-0.0819 c 0.129408,-0.19408 0.207037,-0.42266 0.207037,-0.6685 v -0.004 c 0,-0.65986 -0.513239,-1.19466 -1.229175,-1.19466 -0.715936,0 -1.233487,0.53911 -1.233487,1.19898 v 0.009 c 0,0.65987 0.513238,1.19035 1.229174,1.19035 z m 0.069,-0.7375 0.241511,0.20702 c -0.09057,0.0431 -0.194071,0.0604 -0.306202,0.0604 -0.409734,0 -0.702998,-0.33209 -0.702998,-0.72887 v -0.004 c 0,-0.39679 0.284639,-0.72457 0.698685,-0.72457 0.409734,0 0.698686,0.3321 0.698686,0.72888 v 0.009 c 0,0.11645 -0.0217,0.22427 -0.06038,0.31484 l -0.25445,-0.22858 c -0.05609,-0.0431 -0.09922,-0.069 -0.168222,-0.069 -0.133694,0 -0.241512,0.11213 -0.241512,0.24152 0,0.0863 0.03881,0.14664 0.09488,0.19408 z m 0,0"
id="path7603" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 72.627379,168.00566 h 0.57359 c 0.13372,0 0.245851,-0.10783 0.245851,-0.24152 0,-0.1337 -0.112131,-0.24153 -0.245851,-0.24153 h -0.57359 c -0.133721,0 -0.241539,0.10783 -0.241539,0.24153 0,0.13369 0.107818,0.24152 0.241539,0.24152 z m 0,0"
id="path7599" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.553439,168.82941 c 0.517552,0 0.832406,-0.31915 0.832406,-0.75906 v -0.004 c 0,-0.43129 -0.306229,-0.59518 -0.621056,-0.65124 l 0.452834,-0.43129 c 0.09491,-0.0906 0.155284,-0.15958 0.155284,-0.28465 0,-0.14233 -0.112157,-0.22858 -0.258789,-0.22858 h -1.129956 c -0.120782,0 -0.219975,0.0992 -0.219975,0.21995 0,0.12076 0.09919,0.21996 0.219975,0.21996 h 0.711623 l -0.452861,0.45285 c -0.07763,0.0776 -0.107817,0.13801 -0.107817,0.20702 0,0.12076 0.09919,0.21996 0.219948,0.21996 h 0.07763 c 0.284665,0 0.45286,0.10782 0.45286,0.29327 v 0.009 c 0,0.17252 -0.133694,0.28034 -0.327792,0.28034 -0.181134,0 -0.31914,-0.0604 -0.452834,-0.17252 -0.03881,-0.0302 -0.09057,-0.0604 -0.15957,-0.0604 -0.133721,0 -0.245851,0.11214 -0.245851,0.24584 0,0.069 0.03881,0.14232 0.08625,0.18114 0.185473,0.15957 0.43561,0.26308 0.767688,0.26308 z m 0,0"
id="path7595" />
<path
id="path35483"
d="M 31.535655,196.58908 H 108.99592"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35687"
d="m 68.112052,258.60709 c -0.09165,0 -0.175762,-0.0517 -0.216746,-0.1337 l -0.783855,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.107818,-0.32346 0.119697,-0.0593 0.26416,-0.0108 0.324538,0.10782 l 0.568245,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.204867,-0.16712 0.323454,-0.10782 0.119697,0.0593 0.16711,0.20487 0.107817,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.125068,0.1337 -0.215609,0.1337"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path35689"
d="m 72.419522,258.60709 c -0.09165,0 -0.174678,-0.0517 -0.215636,-0.1337 l -0.784939,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.108903,-0.32346 0.118586,-0.0593 0.264133,-0.0108 0.323453,0.10782 l 0.568219,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.20484,-0.16712 0.323453,-0.10782 0.119698,0.0593 0.168222,0.20487 0.107844,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.123983,0.1337 -0.215635,0.1337"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path35691"
d="m 70.382786,258.60709 c -0.566076,0 -1.025419,-0.4604 -1.025419,-1.02538 0,-0.56606 0.459343,-1.02646 1.025419,-1.02646 0.223149,0 0.436668,0.0712 0.615632,0.20593 0.106733,0.0798 0.127265,0.23075 0.04747,0.33749 -0.07982,0.10674 -0.230744,0.1283 -0.337503,0.0485 -0.09488,-0.0712 -0.20701,-0.1089 -0.325596,-0.1089 -0.299773,0 -0.543454,0.24367 -0.543454,0.54342 0,0.29866 0.243681,0.54234 0.543454,0.54234 0.118586,0 0.230717,-0.0377 0.325596,-0.10782 0.106759,-0.0809 0.257678,-0.0593 0.337503,0.0474 0.0798,0.10675 0.05927,0.2577 -0.04747,0.33856 -0.178964,0.1337 -0.392483,0.20486 -0.615632,0.20486"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path35693"
d="m 70.711636,257.56877 c 0,0.17359 -0.140202,0.31376 -0.313795,0.31376 -0.172509,0 -0.313743,-0.14017 -0.313743,-0.31376 0,-0.17252 0.141234,-0.31376 0.313743,-0.31376 0.173593,0 0.313795,0.14124 0.313795,0.31376"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.110162,253.14752 c 0.185446,0 0.336418,-0.0647 0.444235,-0.13801 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 h -0.349356 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250163 v 0.23289 c -0.07766,0.0604 -0.185473,0.0949 -0.306228,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.301889,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0518 0.112131,-0.11214 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.112131,-0.0819 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646933,0.29759 -0.646933,0.64693 v 0.004 c 0,0.3666 0.254477,0.64693 0.651246,0.64693 z m 0,0"
id="path7407" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.869966,253.03108 c 0,0.0604 0.04744,0.1035 0.103505,0.1035 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103531,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107818,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.1035 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465798,-1.04371 c -0.02593,-0.0518 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133694,0.0863 l -0.465799,1.04371 c -0.0087,0.0173 -0.0172,0.0345 -0.0172,0.0474 z m 0.396795,-0.40541 0.219949,-0.50461 0.219948,0.50461 z m 0,0"
id="path7403" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 68.549594,253.02676 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7399" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 69.556122,253.12596 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.33641 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 z m 0,0"
id="path7395" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 71.783622,253.14752 c 0.388171,0 0.659871,-0.29759 0.659871,-0.65124 0,-0.35366 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29327 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.2027 c -0.250137,0 -0.426985,-0.20271 -0.426985,-0.44854 0,-0.24584 0.176848,-0.44423 0.422672,-0.44423 0.250137,0 0.426985,0.20271 0.426985,0.44423 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
id="path7387" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 73.285027,253.14752 c 0.327766,0 0.539115,-0.18976 0.539115,-0.56498 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62105 c 0,0.2329 -0.120756,0.34934 -0.314827,0.34934 -0.198385,0 -0.319141,-0.12507 -0.319141,-0.35796 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.11213,0.0474 -0.11213,0.10782 v 0.62105 c 0,0.3666 0.20701,0.55636 0.534802,0.55636 z m 0,0"
id="path7383" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.487505,253.02676 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7379" />
<path
id="path35723"
d="M 31.535655,252.48497 H 63.614797"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35725"
d="M 76.916751,252.48497 H 108.99592"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35727"
d="m 34.74558,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35729"
d="m 44.799747,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35731"
d="m 54.853914,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35733"
d="m 65.172664,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35735"
d="m 75.22683,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35737"
d="m 85.54558,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35739"
d="m 95.599747,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35741"
d="m 105.9185,237.2034 v 8.5438"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 31.482924,174.1527 c 0.250164,0 0.418359,-0.0776 0.564991,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129381,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297577,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133694,-0.0604 0.133694,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336417,0.79357 0.784939,0.79357 z m 0,0"
id="path7375" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 32.449659,173.98882 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 h 0.832406 c 0.069,0 0.125068,-0.0561 0.125068,-0.12508 0,-0.069 -0.05607,-0.12076 -0.125068,-0.12076 h -0.698685 v -1.17741 c 0,-0.0733 -0.06038,-0.1337 -0.133721,-0.1337 -0.07763,0 -0.138006,0.0604 -0.138006,0.1337 z m 0,0"
id="path7371" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 34.520658,174.1527 c 0.474425,0 0.810816,-0.36228 0.810816,-0.79788 v -0.004 c 0,-0.4356 -0.332079,-0.79788 -0.806503,-0.79788 -0.474398,0 -0.810816,0.3666 -0.810816,0.8022 v 0.004 c 0,0.4356 0.332105,0.79357 0.806503,0.79356 z m 0.0042,-0.25014 c -0.306202,0 -0.52615,-0.25015 -0.52615,-0.54774 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.521838,-0.54773 0.306229,0 0.526177,0.25015 0.526177,0.55205 v 0.004 c 0,0.29758 -0.215636,0.54342 -0.521865,0.54342 z m 0,0"
id="path7367" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 36.418911,174.1527 c 0.250164,0 0.418359,-0.0776 0.564992,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129382,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297576,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215636,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133693,-0.0604 0.133693,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336418,0.79357 0.784939,0.79357 z m 0,0"
id="path7363" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 37.385593,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.31915 l 0.250137,-0.24152 0.500301,0.63399 c 0.02593,0.0345 0.06038,0.0647 0.11213,0.0647 0.07763,0 0.138007,-0.0604 0.138007,-0.1337 0,-0.0431 -0.0172,-0.069 -0.03881,-0.0992 l -0.521864,-0.64693 0.48305,-0.46147 c 0.03019,-0.0302 0.04744,-0.0604 0.04744,-0.10351 0,-0.0647 -0.04744,-0.12508 -0.125069,-0.12508 -0.04744,0 -0.08194,0.0172 -0.11213,0.0517 l -0.733187,0.7375 v -0.65555 c 0,-0.0733 -0.06038,-0.1337 -0.13372,-0.1337 -0.07763,0 -0.138007,0.0604 -0.138007,0.1337 z m 0,0"
id="path7359" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 62.229492,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
id="path7355" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 63.518621,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07332,0 0.138006,-0.0604 0.138006,-0.13802 v -1.16878 h 0.375232 c 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.069 -0.05607,-0.12507 -0.125069,-0.12507 h -1.026477 c -0.069,0 -0.125069,0.0561 -0.125069,0.12507 0,0.069 0.05607,0.12508 0.125069,0.12508 h 0.375232 z m 0,0"
id="path7351" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 64.743324,174.12683 h 0.910035 c 0.06469,0 0.120756,-0.0517 0.120756,-0.12076 0,-0.069 -0.05607,-0.12076 -0.120756,-0.12076 h -0.776314 v -0.41835 h 0.664183 c 0.069,0 0.120756,-0.0517 0.120756,-0.11645 0,-0.069 -0.05175,-0.12507 -0.120756,-0.12507 h -0.664183 v -0.4011 h 0.763376 c 0.069,0 0.120755,-0.0517 0.120755,-0.12076 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.897097 c -0.07763,0 -0.138006,0.0561 -0.138006,0.1337 v 1.2723 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 z m 0,0"
id="path7347" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 66.130508,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.3709 h 0.306203 c 0.34073,0 0.621056,-0.18114 0.621056,-0.53049 v -0.004 c 0,-0.31052 -0.228573,-0.51323 -0.590867,-0.51323 h -0.470112 c -0.07763,0 -0.138007,0.0561 -0.138007,0.1337 z m 0.271727,-0.61674 v -0.55636 h 0.314828 c 0.202697,0 0.336418,0.0949 0.336418,0.27603 v 0.004 c 0,0.15957 -0.129408,0.27602 -0.336418,0.27602 z m 0,0"
id="path7343" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 68.202011,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
id="path7339" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 42.895329,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.112156,-0.0474 0.112156,-0.10782 v -0.34072 h 0.276014 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241539,-0.3019 c 0.168223,-0.0561 0.284666,-0.17683 0.284666,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.319141 c 0.163883,0 0.258762,0.0733 0.258762,0.21133 0,0.12939 -0.09919,0.21133 -0.258762,0.21133 z m 0,0"
id="path7335" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 44.769241,175.47218 c 0.327765,0 0.539115,-0.18977 0.539115,-0.56499 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62106 c 0,0.23289 -0.120756,0.34934 -0.314828,0.34934 -0.198384,0 -0.31914,-0.12507 -0.31914,-0.35797 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.112131,0.0474 -0.112131,0.10782 v 0.62106 c 0,0.36659 0.20701,0.55636 0.534803,0.55636 z m 0,0"
id="path7331" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 45.679857,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.107844,-0.0474 0.107844,-0.10782 v -0.79789 l 0.646906,0.8367 c 0.03021,0.0388 0.0604,0.069 0.112157,0.069 h 0.0087 c 0.06038,0 0.107818,-0.0517 0.107818,-0.11213 v -1.05234 c 0,-0.0604 -0.04744,-0.10783 -0.107818,-0.10783 -0.06038,0 -0.107844,0.0474 -0.107844,0.10783 v 0.772 l -0.629656,-0.81513 c -0.03019,-0.0388 -0.0604,-0.0647 -0.112156,-0.0647 h -0.02593 c -0.06038,0 -0.11213,0.0517 -0.11213,0.11213 z m 0,0"
id="path7327" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 52.036525,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.24154,-0.30191 c 0.168222,-0.0561 0.284665,-0.17682 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path7323" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 53.509169,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7319" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.092885,175.46786 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20701 -0.133694,-0.3019 -0.401082,-0.36659 -0.241511,-0.0561 -0.297603,-0.0992 -0.297603,-0.19839 0,-0.0863 0.07334,-0.15095 0.202724,-0.15095 0.09919,0 0.194072,0.0302 0.288951,0.0949 0.0172,0.0129 0.0345,0.0173 0.05606,0.0173 0.06038,0 0.107818,-0.0474 0.107818,-0.10351 0,-0.0431 -0.02593,-0.0733 -0.05175,-0.0863 -0.112131,-0.0776 -0.237199,-0.11645 -0.39677,-0.11645 -0.250163,0 -0.426984,0.14664 -0.426984,0.36228 v 0.004 c 0,0.2329 0.146632,0.31053 0.414046,0.37522 0.237199,0.0517 0.284639,0.10351 0.284639,0.18977 v 0.004 c 0,0.0949 -0.08625,0.15957 -0.219948,0.15957 -0.138007,0 -0.250137,-0.0474 -0.353669,-0.12938 -0.01296,-0.0129 -0.0345,-0.0216 -0.06469,-0.0216 -0.05607,0 -0.103505,0.0474 -0.103505,0.10351 0,0.0345 0.0172,0.0647 0.04313,0.0863 0.138006,0.10351 0.301916,0.15526 0.470111,0.15526 z m 0,0"
id="path7315" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.975059,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7311" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 57.445693,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95315 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7307" />
<path
id="path35805"
d="m 34.74558,181.31115 v 10.7908"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35807"
d="m 75.22683,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35809"
d="m 55.118497,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35811"
d="m 85.54558,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35813"
d="m 95.599747,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35815"
d="m 105.9185,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
id="path35817"
d="m 65.172664,179.72419 v 10.78972"
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 41.048061,185.72278 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path7303" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 42.13198,185.62789 c 0,0.0647 0.05175,0.10351 0.103505,0.10351 0.04744,0 0.07763,-0.0216 0.107818,-0.0604 l 0.332105,-0.43129 0.336391,0.43992 c 0.02593,0.0345 0.05175,0.0517 0.09922,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0302 -0.0172,-0.0604 -0.0345,-0.0819 l -0.370919,-0.46148 0.349356,-0.4356 c 0.0217,-0.0302 0.0345,-0.0517 0.0345,-0.0863 0,-0.0604 -0.05175,-0.0992 -0.09919,-0.0992 -0.04747,0 -0.07766,0.0216 -0.107844,0.0604 l -0.314828,0.40972 -0.314854,-0.41834 c -0.03019,-0.0345 -0.05607,-0.0517 -0.103505,-0.0517 -0.06038,0 -0.107818,0.0474 -0.107818,0.10782 0,0.0302 0.0172,0.0561 0.0345,0.0819 l 0.349356,0.43559 -0.37092,0.46148 c -0.0217,0.0259 -0.0345,0.0518 -0.0345,0.0819 z m 0,0"
id="path7299" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 43.851428,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306203 c 0.05609,0 0.09922,-0.0475 0.09922,-0.0992 0,-0.0561 -0.04313,-0.1035 -0.09922,-0.1035 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.1035 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
id="path7295" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 45.828288,185.74434 c 0.202698,0 0.336418,-0.0647 0.452861,-0.1682 0.0217,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.02593,0 -0.04744,0.009 -0.06469,0.0259 -0.09059,0.0776 -0.18116,0.12076 -0.314854,0.12076 -0.237199,0 -0.414046,-0.2027 -0.414046,-0.44853 0,-0.24584 0.176847,-0.44423 0.414046,-0.44423 0.120756,0 0.215635,0.0431 0.301916,0.11214 0.01296,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0388 -0.0217,-0.069 -0.04313,-0.0863 -0.11213,-0.0863 -0.237225,-0.14232 -0.431297,-0.14232 -0.379519,0 -0.646933,0.29327 -0.646933,0.64693 v 0.004 c 0,0.36228 0.271727,0.64693 0.638307,0.64693 z m 0,0"
id="path7287" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 46.622144,185.61064 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 h 0.677121 c 0.05607,0 0.103532,-0.0431 0.103532,-0.0992 0,-0.0561 -0.04747,-0.10351 -0.103532,-0.10351 h -0.564965 v -0.95314 c 0,-0.0604 -0.05178,-0.10782 -0.112156,-0.10782 -0.06038,0 -0.112131,0.0474 -0.112131,0.10782 z m 0,0"
id="path7283" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 47.77668,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.26308 l 0.202698,-0.19408 0.405394,0.51323 c 0.0217,0.0302 0.04744,0.0517 0.09059,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0345 -0.01297,-0.0561 -0.03019,-0.0776 l -0.422672,-0.52617 0.38817,-0.37522 c 0.02593,-0.0259 0.04313,-0.0517 0.04313,-0.0863 0,-0.0517 -0.04313,-0.0992 -0.103505,-0.0992 -0.03884,0 -0.06472,0.0129 -0.09059,0.0388 l -0.595154,0.59949 v -0.53048 c 0,-0.0604 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.0474 -0.11213,0.10782 z m 0,0"
id="path7279" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 34.621094,200.89411 c 0,0.0776 0.06038,0.13802 0.133694,0.13802 0.07763,0 0.138007,-0.0604 0.138007,-0.13802 v -1.3068 c 0,-0.0733 -0.06038,-0.1337 -0.138007,-0.1337 h -0.0042 c -0.03881,0 -0.07763,0.009 -0.129382,0.0259 l -0.237225,0.0733 c -0.05175,0.0173 -0.09057,0.0604 -0.09057,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 0.01296,0 0.0345,-0.004 0.04744,-0.009 l 0.159596,-0.0474 z m 0,0"
id="path7275" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 44.255949,200.8898 c 0,0.0819 0.06038,0.12939 0.146632,0.12939 h 0.875533 c 0.06469,0 0.120756,-0.0518 0.120756,-0.12077 0,-0.0647 -0.05607,-0.11644 -0.120756,-0.11644 h -0.625369 l 0.314827,-0.2674 c 0.27604,-0.21996 0.405421,-0.35365 0.405421,-0.59518 v -0.009 c 0,-0.27603 -0.211349,-0.46148 -0.513238,-0.46148 -0.241512,0 -0.383858,0.0949 -0.508926,0.25015 -0.0217,0.0259 -0.0345,0.0561 -0.0345,0.0862 0,0.069 0.05607,0.12076 0.125068,0.12076 0.04313,0 0.07334,-0.0173 0.09491,-0.0388 0.09488,-0.11645 0.181134,-0.17252 0.306203,-0.17252 0.138006,0 0.250137,0.0863 0.250137,0.24152 0,0.13801 -0.07763,0.23721 -0.293264,0.41404 l -0.474425,0.40541 c -0.04313,0.0388 -0.069,0.0819 -0.069,0.1337 z m 0,0"
id="path7271" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 55.013325,201.04506 c 0.323453,0 0.543428,-0.2027 0.543428,-0.49167 v -0.004 c 0,-0.28465 -0.224287,-0.40109 -0.457174,-0.43129 l 0.366607,-0.37521 c 0.04313,-0.0474 0.07763,-0.0863 0.07763,-0.15095 0,-0.0733 -0.06038,-0.11645 -0.138007,-0.11645 h -0.789278 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 h 0.560678 l -0.362267,0.38816 c -0.04313,0.0431 -0.05607,0.0733 -0.05607,0.11214 0,0.0604 0.05175,0.11644 0.116444,0.11644 h 0.05607 c 0.215635,0 0.353642,0.0863 0.353642,0.23721 v 0.004 c 0,0.14233 -0.112131,0.2329 -0.267388,0.2329 -0.142319,0 -0.25445,-0.0474 -0.349356,-0.14664 -0.0217,-0.0216 -0.05175,-0.0345 -0.09057,-0.0345 -0.07332,0 -0.129381,0.0604 -0.129381,0.12938 0,0.0388 0.0172,0.0776 0.04313,0.0992 0.125069,0.12076 0.293291,0.19839 0.521864,0.19839 z m 0,0"
id="path7267" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 65.337817,200.90274 c 0,0.0733 0.05606,0.12939 0.129381,0.12939 0.07334,0 0.129408,-0.0561 0.129408,-0.12939 v -0.22859 h 0.120755 c 0.06469,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0604 -0.04744,-0.11213 -0.112131,-0.11213 H 65.596606 V 199.583 c 0,-0.0733 -0.05607,-0.1337 -0.129408,-0.1337 -0.08194,0 -0.116443,0.0345 -0.168196,0.0906 l -0.724561,0.86257 c -0.03881,0.0431 -0.06038,0.0906 -0.06038,0.14233 0,0.0733 0.06038,0.12938 0.133694,0.12938 h 0.69006 z m -0.5089,-0.45285 0.5089,-0.61243 v 0.61243 z m 0,0"
id="path7263" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 75.346422,201.04506 c 0.327766,0 0.564991,-0.20702 0.564991,-0.52186 v -0.004 c 0,-0.32778 -0.237225,-0.48735 -0.539115,-0.48735 -0.103505,0 -0.172508,0.0173 -0.245824,0.0431 l 0.02593,-0.36228 h 0.57793 c 0.069,0 0.120755,-0.0517 0.120755,-0.11644 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.698687 c -0.06472,0 -0.120782,0.0474 -0.125095,0.12076 l -0.03019,0.55636 c -0.0042,0.0517 0.01297,0.0906 0.05175,0.11644 0.05175,0.0388 0.08625,0.0561 0.129408,0.0561 0.03881,0 0.11213,-0.0561 0.263075,-0.0561 0.189759,0 0.31914,0.0992 0.31914,0.25878 v 0.004 c 0,0.16389 -0.125068,0.2674 -0.297577,0.2674 -0.120756,0 -0.232886,-0.0431 -0.336417,-0.12939 -0.0217,-0.0216 -0.04744,-0.0302 -0.08194,-0.0302 -0.069,0 -0.129381,0.0604 -0.129381,0.1337 0,0.0431 0.0217,0.0776 0.05606,0.10351 0.125069,0.0992 0.284665,0.1682 0.495988,0.1682 z m 0,0"
id="path7259" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 85.546692,201.04506 c 0.323479,0 0.573616,-0.21996 0.573616,-0.52617 v -0.004 c 0,-0.30622 -0.241511,-0.48304 -0.539115,-0.48304 -0.185446,0 -0.288951,0.0733 -0.370893,0.15095 0.01296,-0.28034 0.138007,-0.48736 0.370893,-0.48736 0.103505,0 0.181134,0.0302 0.263076,0.0863 0.0217,0.009 0.04315,0.0172 0.06903,0.0172 0.069,0 0.129382,-0.0517 0.129382,-0.12507 0,-0.0561 -0.02593,-0.0906 -0.069,-0.11645 -0.09919,-0.069 -0.224287,-0.11214 -0.383857,-0.11214 -0.439923,0 -0.664184,0.37091 -0.664184,0.84533 v 0.004 c 0,0.31053 0.07332,0.4701 0.189759,0.58655 0.103532,0.10351 0.241539,0.16389 0.431298,0.16389 z m -0.0087,-0.23721 c -0.194071,0 -0.31914,-0.11644 -0.31914,-0.27602 v -0.004 c 0,-0.14664 0.120756,-0.27171 0.310515,-0.27171 0.194072,0 0.31914,0.11644 0.31914,0.27171 v 0.004 c 0,0.15958 -0.116443,0.27602 -0.310515,0.27602 z m 0,0"
id="path7255" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 95.326406,200.90705 c 0,0.0776 0.06903,0.12508 0.138033,0.12508 0.05607,0 0.09919,-0.0302 0.133694,-0.0906 l 0.638307,-1.21624 c 0.0217,-0.0431 0.03881,-0.0906 0.03881,-0.12938 0,-0.0776 -0.04744,-0.12076 -0.125069,-0.12076 h -0.866907 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.069 0.05606,0.12076 0.120756,0.12076 h 0.668496 l -0.599493,1.11272 c -0.01296,0.0259 -0.02593,0.0604 -0.02593,0.0819 z m 0,0"
id="path7251" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.8677,201.04075 c 0.3407,0 0.59086,-0.17252 0.59086,-0.44854 v -0.004 c 0,-0.18114 -0.10781,-0.29328 -0.28035,-0.37091 0.13372,-0.069 0.2286,-0.17251 0.2286,-0.34503 v -0.004 c 0,-0.23721 -0.2286,-0.41835 -0.53911,-0.41835 -0.30621,0 -0.53481,0.18114 -0.53481,0.41835 v 0.004 c 0,0.17252 0.0949,0.27603 0.22429,0.34503 -0.17253,0.0733 -0.27604,0.18977 -0.27604,0.37522 v 0.004 c 0,0.2674 0.25017,0.44423 0.58656,0.44423 z m 0,-0.91433 c -0.15957,0 -0.27602,-0.0949 -0.27602,-0.22858 v -0.004 c 0,-0.11645 0.11213,-0.21565 0.27602,-0.21565 0.16819,0 0.27601,0.0992 0.27601,0.21565 v 0.004 c 0,0.1337 -0.11644,0.22858 -0.27601,0.22858 z m 0,0.68575 c -0.2027,0 -0.31914,-0.10351 -0.31914,-0.22859 v -0.004 c 0,-0.14232 0.138,-0.2372 0.31914,-0.2372 0.18544,0 0.32776,0.0949 0.32776,0.2372 v 0.004 c 0,0.12508 -0.12507,0.22859 -0.32776,0.22859 z m 0,0"
id="path7247" />
<path
id="path36677"
d="m 48.587522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281684 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281684 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36679"
d="m 58.641689,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281711 c -0.355785,0 -0.646906,0.29112 -0.646906,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646906,0.64693 h 6.281711 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36681"
d="m 68.960439,242.56724 c 0,-0.35581 -0.29001,-0.64693 -0.645848,-0.64693 h -6.28277 c -0.355811,0 -0.646932,0.29112 -0.646932,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646932,0.64693 h 6.28277 c 0.355838,0 0.645848,-0.29112 0.645848,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36683"
d="m 79.014605,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36685"
d="m 89.333355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36687"
d="m 99.387522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path36689"
d="m 109.70627,242.56724 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 73.542731,175.47218 c 0.185447,0 0.336418,-0.0647 0.444235,-0.13802 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 H 73.60311 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250164 v 0.2329 c -0.07766,0.0604 -0.185473,0.0949 -0.306229,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.30189,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.11213,-0.082 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646932,0.29758 -0.646932,0.64693 v 0.004 c 0,0.36659 0.254476,0.64693 0.651245,0.64693 z m 0,0"
id="path6783" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 74.302535,175.35573 c 0,0.0604 0.04744,0.10351 0.103505,0.10351 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103532,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107817,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.10351 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465799,-1.04371 c -0.02593,-0.0517 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133693,0.0863 l -0.465799,1.04371 c -0.0087,0.0172 -0.0172,0.0345 -0.0172,0.0474 z m 0.396796,-0.40541 0.219948,-0.50461 0.219948,0.50461 z m 0,0"
id="path6779" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 75.982136,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95315 H 76.5126 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05606,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306228 z m 0,0"
id="path6775" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 76.988717,175.45061 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
id="path6771" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 82.637069,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202723,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path6767" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 84.575168,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29328 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172534,0.44423 -0.422672,0.44423 z m 0,0"
id="path6763" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 85.80601,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.370919,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288952,0.86689 -0.284638,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05607,-0.0776 -0.107818,-0.0776 -0.06038,0 -0.116443,0.0474 -0.116443,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
id="path6759" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 88.177999,175.35142 c 0,0.0604 0.05178,0.10782 0.107845,0.10782 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 v -1.06528 c 0,-0.0604 -0.04744,-0.10783 -0.11213,-0.10783 -0.0345,0 -0.06469,0.009 -0.107845,0.0216 l -0.189759,0.0604 c -0.04744,0.0129 -0.07763,0.0474 -0.07763,0.0949 0,0.0474 0.04744,0.0906 0.09919,0.0906 0.0087,0 0.02593,0 0.03881,-0.004 l 0.129381,-0.0388 z m 0,0"
id="path6751" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 92.614348,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107845,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07765,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 H 92.72648 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
id="path6747" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 94.552447,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655559,0.29328 -0.655559,0.64693 v 0.004 c 0,0.35366 0.267415,0.64693 0.651246,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
id="path6743" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 95.783315,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.37092,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288951,0.86689 -0.284639,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05606,-0.0776 -0.107817,-0.0776 -0.06038,0 -0.116444,0.0474 -0.116444,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
id="path6739" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 97.913793,175.3471 c 0,0.0647 0.05175,0.10351 0.116443,0.10351 h 0.711623 c 0.05607,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04313,-0.0992 -0.09919,-0.0992 H 98.23296 l 0.258762,-0.21564 c 0.224261,-0.18114 0.327766,-0.28896 0.327766,-0.48736 0,-0.22427 -0.168195,-0.37522 -0.41402,-0.37522 -0.198384,0 -0.314854,0.0733 -0.418359,0.20271 -0.01297,0.0172 -0.0217,0.0431 -0.0217,0.0647 0,0.0561 0.04313,0.10351 0.09919,0.10351 0.0345,0 0.06038,-0.0172 0.07763,-0.0345 0.07765,-0.0949 0.146659,-0.14233 0.245851,-0.14233 0.116443,0 0.202697,0.0733 0.202697,0.19839 0,0.11214 -0.06038,0.19408 -0.232886,0.33641 l -0.38817,0.32778 c -0.03881,0.0345 -0.05606,0.069 -0.05606,0.11213 z m 0,0"
id="path6731" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 102.78183,175.35142 c 0,0.0604 0.0517,0.10782 0.11214,0.10782 0.0604,0 0.11215,-0.0474 0.11215,-0.10782 v -0.34072 h 0.27602 l 0.3062,0.39247 c 0.0259,0.0345 0.0561,0.0561 0.10784,0.0561 0.0517,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.013,-0.0561 -0.0345,-0.0819 l -0.24154,-0.3019 c 0.16822,-0.0561 0.28466,-0.17683 0.28466,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.1035,-0.27171 -0.0776,-0.0776 -0.20273,-0.12507 -0.3623,-0.12507 h -0.44854 c -0.0604,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.22429,-0.5348 v -0.42266 h 0.31914 c 0.16389,0 0.25876,0.0733 0.25876,0.21133 0,0.12939 -0.0992,0.21133 -0.25876,0.21133 z m 0,0"
id="path6727" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 104.71993,175.47218 c 0.38817,0 0.65987,-0.29759 0.65987,-0.65125 0,-0.35365 -0.26738,-0.64693 -0.65555,-0.64693 -0.38383,0 -0.65556,0.29328 -0.65556,0.64693 v 0.004 c 0,0.35366 0.26741,0.64693 0.65124,0.64693 z m 0.004,-0.20271 c -0.25013,0 -0.42698,-0.2027 -0.42698,-0.44854 0,-0.24583 0.17685,-0.44422 0.42267,-0.44422 0.25014,0 0.42699,0.2027 0.42699,0.44422 v 0.004 c 0,0.24584 -0.17254,0.44423 -0.42268,0.44423 z m 0,0"
id="path6723" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.9508,175.37729 c 0.0217,0.0561 0.0604,0.0906 0.11213,0.0906 h 0.0217 c 0.0561,0 0.0949,-0.0345 0.11645,-0.0906 l 0.28032,-0.81944 0.28035,0.81944 c 0.0172,0.0561 0.0561,0.0906 0.11213,0.0906 h 0.0217 c 0.0517,0 0.0949,-0.0345 0.11645,-0.0906 l 0.37092,-1.0394 c 0.004,-0.0129 0.009,-0.0302 0.009,-0.0474 0,-0.0561 -0.0517,-0.10351 -0.10782,-0.10351 -0.0561,0 -0.0906,0.0345 -0.10785,0.0776 l -0.28892,0.86689 -0.28464,-0.86258 c -0.0172,-0.0517 -0.0561,-0.0863 -0.11216,-0.0863 h -0.013 c -0.0561,0 -0.0949,0.0345 -0.11213,0.0863 l -0.28464,0.86258 -0.28898,-0.86689 c -0.013,-0.0431 -0.0561,-0.0776 -0.10781,-0.0776 -0.0604,0 -0.11645,0.0474 -0.11645,0.10782 0,0.0129 0.004,0.0302 0.013,0.0431 z m 0,0"
id="path6719" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 108.56002,175.47218 c 0.26307,0 0.43989,-0.16821 0.43989,-0.39679 v -0.004 c 0,-0.23289 -0.17682,-0.32778 -0.36658,-0.35365 l 0.29327,-0.30622 c 0.0388,-0.0388 0.0647,-0.069 0.0647,-0.12076 0,-0.0561 -0.0474,-0.0949 -0.11213,-0.0949 h -0.64262 c -0.0517,0 -0.0949,0.0431 -0.0949,0.0949 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.45717 l -0.29326,0.31484 c -0.0345,0.0345 -0.0475,0.0604 -0.0475,0.0906 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.0474 c 0.1725,0 0.28895,0.069 0.28895,0.19408 v 0.004 c 0,0.11214 -0.0949,0.18977 -0.21995,0.18977 -0.11644,0 -0.20701,-0.0431 -0.28467,-0.12076 -0.0172,-0.0172 -0.0431,-0.0302 -0.0733,-0.0302 -0.0561,0 -0.10781,0.0517 -0.10781,0.10782 0,0.0302 0.0172,0.0604 0.0388,0.0776 0.0992,0.0992 0.24153,0.16389 0.42267,0.16389 z m 0,0"
id="path6711" />
<path
id="path37367"
d="m 79.014605,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path37369"
d="m 89.333355,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path37371"
d="m 99.387522,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
id="path37373"
d="m 109.70627,187.26933 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.26458332"
d="M 28.948923,164.29485 H 111.1343 v 94.88068 H 28.948923 Z"
id="rect103" />
</g>
<g
id="text977"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="bId°°">
<path
id="path978"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 13.898824,97.809389 q 0,-0.44235 -0.14056,-0.667659 -0.14056,-0.225309 -0.415478,-0.225309 -0.276986,0 -0.419613,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.142627,0.227376 0.419613,0.227376 0.274918,0 0.415478,-0.225309 0.14056,-0.225309 0.14056,-0.66766 z m -1.118278,-0.86403 q 0.09095,-0.169498 0.250114,-0.260449 0.16123,-0.09095 0.37207,-0.09095 0.417546,0 0.657324,0.322461 0.239779,0.320393 0.239779,0.8847 0,0.572575 -0.241846,0.89917 -0.239778,0.324528 -0.659391,0.324528 -0.206706,0 -0.365869,-0.08888 -0.157096,-0.09095 -0.252181,-0.262516 v 0.291455 h -0.380338 v -3.216341 h 0.380338 z" />
<path
id="path980"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 14.963358,95.878758 h 1.713591 v 0.3514 H 16.02996 v 2.383317 h 0.646989 v 0.351399 h -1.713591 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z" />
<path
id="path982"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 18.868029,96.945359 v -1.196826 h 0.380339 v 3.216341 h -0.380339 v -0.291455 q -0.09508,0.171566 -0.254248,0.262516 -0.157096,0.08888 -0.363802,0.08888 -0.419612,0 -0.661458,-0.324528 -0.239779,-0.326595 -0.239779,-0.89917 0,-0.564307 0.241846,-0.8847 0.241846,-0.322461 0.659391,-0.322461 0.208773,0 0.367936,0.09095 0.159164,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.14056,0.225309 0.415479,0.225309 0.274918,0 0.417545,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417545,-0.227376 -0.274919,0 -0.415479,0.225309 -0.14056,0.225309 -0.14056,0.667659 z" />
<path
id="path984"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 20.914416,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z" />
<path
id="path986"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 23.46103,95.822947 q 0.134359,0 0.254248,0.05168 0.121957,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192237,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279052,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.19017,-0.469222 0.190169,-0.192237 0.465087,-0.192237 z m 0,0.266651 q -0.163297,0 -0.279052,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276985,0.111621 0.165365,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z" />
</g>
<g
id="text977-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="OUAIve">
<g
id="text974"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="RAdAR">
<path
id="path976"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 12.90294,4.3404661 q 0.161231,0.041341 0.274919,0.1570963 0.113688,0.1136882 0.283187,0.4568197 l 0.419612,0.8433593 H 13.432107 L 13.064171,5.0184609 Q 12.905007,4.6856646 12.77685,4.59058 12.650759,4.4934283 12.446121,4.4934283 H 12.047179 V 5.7977414 H 11.627566 V 2.711625 h 0.859896 q 0.508496,0 0.77928,0.2294434 0.270785,0.2294433 0.270785,0.6635253 0,0.3059245 -0.167432,0.5002279 -0.165364,0.1922363 -0.467155,0.2356445 z M 12.047179,3.0547565 v 1.0955403 h 0.456819 q 0.299724,0 0.446485,-0.1343587 0.146761,-0.1343587 0.146761,-0.4113444 0,-0.2666503 -0.157097,-0.4072102 -0.155029,-0.142627 -0.452685,-0.142627 z" />
<path
id="path979"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 15.151899,3.0795612 -0.440284,1.5792317 h 0.880567 z M 14.899718,2.711625 h 0.506429 l 0.944645,3.0861164 H 15.918777 L 15.6914,4.9936562 h -1.08107 l -0.223243,0.8040852 h -0.432015 z" />
<path
id="path981"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 18.198741,3.7782265 V 2.5814004 h 0.380338 v 3.216341 h -0.380338 v -0.291455 q -0.09508,0.1715657 -0.254248,0.2625162 -0.157097,0.088883 -0.363802,0.088883 -0.419613,0 -0.661459,-0.324528 -0.239778,-0.326595 -0.239778,-0.8991699 0,-0.5643066 0.241845,-0.8847005 0.241846,-0.3224609 0.659392,-0.3224609 0.208772,0 0.367936,0.09095 0.159163,0.088883 0.250114,0.2604502 z m -1.118278,0.8640299 q 0,0.4423503 0.14056,0.6676595 0.14056,0.2253093 0.415478,0.2253093 0.274919,0 0.417546,-0.2273763 0.144694,-0.2273763 0.144694,-0.6655925 0,-0.4402831 -0.144694,-0.6655924 -0.142627,-0.2273763 -0.417546,-0.2273763 -0.274918,0 -0.415478,0.2253093 -0.14056,0.2253092 -0.14056,0.6676594 z" />
<path
id="path983"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 20.245127,3.0795612 19.804844,4.6587929 H 20.68541 Z M 19.992946,2.711625 h 0.506429 L 21.44402,5.7977414 H 21.012005 L 20.784629,4.9936562 h -1.081071 l -0.223242,0.8040852 h -0.432015 z" />
<path
id="path985"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 23.089398,4.3404661 q 0.16123,0.041341 0.274919,0.1570963 0.113688,0.1136882 0.283186,0.4568197 l 0.419613,0.8433593 H 23.618565 L 23.250628,5.0184609 Q 23.091465,4.6856646 22.963307,4.59058 22.837217,4.4934283 22.632578,4.4934283 H 22.233636 V 5.7977414 H 21.814024 V 2.711625 h 0.859895 q 0.508497,0 0.779281,0.2294434 0.270785,0.2294433 0.270785,0.6635253 0,0.3059245 -0.167432,0.5002279 -0.165365,0.1922363 -0.467155,0.2356445 z M 22.233636,3.0547565 v 1.0955403 h 0.45682 q 0.299723,0 0.446484,-0.1343587 0.146761,-0.1343587 0.146761,-0.4113444 0,-0.2666503 -0.157096,-0.4072102 -0.155029,-0.142627 -0.452686,-0.142627 z" />
</g>
</g>
<g
id="text4860"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<text
id="text1002"
y="84.527206"
x="2.3208861"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="84.527206"
x="2.3208861"
id="tspan1000">TRIG</tspan></text>
<g
transform="translate(28.416079,21.948245)"
id="g1032">
<rect
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000400;stroke-width:0.72085714;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect998-7"
width="6.9770179"
height="10.377027"
x="-15.953481"
y="59.837032"
ry="1.1370114" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="-15.054995"
y="62.553104"
id="text1002-9"><tspan
id="tspan1000-1"
x="-15.054995"
y="62.553104"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">POS</tspan></text>
</g>
<rect
ry="1.1105456"
y="81.901466"
x="22.350098"
height="10.135485"
width="11.984631"
id="rect998-7-7"
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
transform="scale(1.0122861,0.98786301)"
id="text1002-9-9"
y="85.593163"
x="25.432156"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="85.593163"
x="25.432156"
id="tspan1000-1-5">OUT</tspan></text>
<text
id="text1002-1"
y="94.338516"
x="2.2843671"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="94.338516"
x="2.2843671"
id="tspan1000-9">GATE</tspan></text>
<text
transform="scale(1.0122861,0.98786302)"
id="text1002-9-9-2"
y="87.993423"
x="23.964373"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="87.993423"
x="23.964373"
id="tspan1000-1-5-5">L</tspan></text>
<text
transform="scale(1.0122861,0.98786302)"
id="text1002-9-9-2-7"
y="87.993416"
x="30.250475"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="87.993416"
x="30.250475"
id="tspan1000-1-5-5-5">R</tspan></text>
</svg>

+ 728
- 0
plugins/community/repos/Bidoo/res/RADARtemp.svg View File

@@ -0,0 +1,728 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
id="svg12553"
version="1.1"
viewBox="0 0 35.71875 100.54166"
height="380"
width="135"
sodipodi:docname="RADARtemp.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview118"
showgrid="true"
inkscape:zoom="2.2274511"
inkscape:cx="-33.571336"
inkscape:cy="268.57976"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="text977-5"
inkscape:snap-to-guides="false"
inkscape:snap-grids="false">
<inkscape:grid
type="xygrid"
id="grid929" />
</sodipodi:namedview>
<defs
id="defs12547">
<linearGradient
id="linearGradient4708"
osb:paint="solid">
<stop
style="stop-color:#ececec;stop-opacity:1;"
offset="0"
id="stop4706" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Opacity"
id="filter4696">
<feColorMatrix
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
result="colormatrix"
id="feColorMatrix4692" />
<feBlend
in2="BackgroundImage"
mode="multiply"
result="fbSourceGraphic"
id="feBlend4694" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix4762" />
<feColorMatrix
id="feColorMatrix4764"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
result="colormatrix"
in="fbSourceGraphic" />
<feComposite
in2="colormatrix"
id="feComposite4766"
operator="arithmetic"
k2="0.3"
result="composite"
k1="0"
k3="0"
k4="0" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="matrix(0.29968605,0,0,1.0012215,-7.996127,-161.56849)"
id="layer1">
<path
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
id="path33453"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 38.533355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646932,-0.64693 h -6.281685 c -0.355838,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646933,0.64693 h 6.281685 c 0.355811,0 0.646932,-0.29112 0.646932,-0.64693 z m 0,0"
id="path33787"
inkscape:connector-curvature="0" />
<path
id="path7611"
d="m 66.055605,168.8251 c 0.500274,0 0.84963,-0.25877 0.84963,-0.72025 v -0.009 c 0,-0.40109 -0.263102,-0.5693 -0.733187,-0.69437 -0.401108,-0.10351 -0.500301,-0.15095 -0.500301,-0.3019 v -0.009 c 0,-0.11213 0.09919,-0.20271 0.297577,-0.20271 0.159597,0 0.319167,0.0561 0.487363,0.15527 0.03881,0.0259 0.07763,0.0388 0.129381,0.0388 0.129408,0 0.237225,-0.10351 0.237225,-0.23721 0,-0.0992 -0.05606,-0.1682 -0.11213,-0.2027 -0.211349,-0.12939 -0.452861,-0.20271 -0.737526,-0.20271 -0.474398,0 -0.810816,0.27602 -0.810816,0.69869 v 0.004 c 0,0.46147 0.301916,0.59086 0.767689,0.71162 0.38817,0.0992 0.470111,0.16389 0.470111,0.29327 v 0.009 c 0,0.1337 -0.129381,0.21565 -0.336391,0.21565 -0.224287,0 -0.418359,-0.0776 -0.590867,-0.20702 -0.0345,-0.0259 -0.08194,-0.0474 -0.146632,-0.0474 -0.133721,0 -0.241538,0.10351 -0.241538,0.23721 0,0.0776 0.04313,0.15095 0.09919,0.18976 0.258789,0.18546 0.564991,0.28034 0.87122,0.28034 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7607"
d="m 67.640935,168.7906 h 1.298178 c 0.129382,0 0.228574,-0.0992 0.228574,-0.22427 0,-0.12507 -0.09919,-0.22858 -0.228574,-0.22858 h -1.048041 v -0.48736 h 0.884132 c 0.125095,0 0.2286,-0.0992 0.2286,-0.22427 0,-0.12938 -0.103505,-0.22858 -0.2286,-0.22858 h -0.884132 v -0.4701 h 1.035103 c 0.125069,0 0.228574,-0.0992 0.228574,-0.22858 0,-0.12508 -0.103505,-0.22859 -0.228574,-0.22859 h -1.28524 c -0.142319,0 -0.254476,0.11645 -0.254476,0.25878 v 1.80709 c 0,0.14232 0.112157,0.25446 0.254476,0.25446 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7603"
d="m 70.70817,168.82941 c 0.258763,0 0.491676,-0.0733 0.685748,-0.19839 l 0.129381,0.11214 c 0.03881,0.0388 0.09919,0.069 0.168195,0.069 0.129408,0 0.237226,-0.10782 0.237226,-0.24152 0,-0.082 -0.03881,-0.14233 -0.09057,-0.18977 l -0.103532,-0.0819 c 0.129408,-0.19408 0.207037,-0.42266 0.207037,-0.6685 v -0.004 c 0,-0.65986 -0.513239,-1.19466 -1.229175,-1.19466 -0.715936,0 -1.233487,0.53911 -1.233487,1.19898 v 0.009 c 0,0.65987 0.513238,1.19035 1.229174,1.19035 z m 0.069,-0.7375 0.241511,0.20702 c -0.09057,0.0431 -0.194071,0.0604 -0.306202,0.0604 -0.409734,0 -0.702998,-0.33209 -0.702998,-0.72887 v -0.004 c 0,-0.39679 0.284639,-0.72457 0.698685,-0.72457 0.409734,0 0.698686,0.3321 0.698686,0.72888 v 0.009 c 0,0.11645 -0.0217,0.22427 -0.06038,0.31484 l -0.25445,-0.22858 c -0.05609,-0.0431 -0.09922,-0.069 -0.168222,-0.069 -0.133694,0 -0.241512,0.11213 -0.241512,0.24152 0,0.0863 0.03881,0.14664 0.09488,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7599"
d="m 72.627379,168.00566 h 0.57359 c 0.13372,0 0.245851,-0.10783 0.245851,-0.24152 0,-0.1337 -0.112131,-0.24153 -0.245851,-0.24153 h -0.57359 c -0.133721,0 -0.241539,0.10783 -0.241539,0.24153 0,0.13369 0.107818,0.24152 0.241539,0.24152 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7595"
d="m 74.553439,168.82941 c 0.517552,0 0.832406,-0.31915 0.832406,-0.75906 v -0.004 c 0,-0.43129 -0.306229,-0.59518 -0.621056,-0.65124 l 0.452834,-0.43129 c 0.09491,-0.0906 0.155284,-0.15958 0.155284,-0.28465 0,-0.14233 -0.112157,-0.22858 -0.258789,-0.22858 h -1.129956 c -0.120782,0 -0.219975,0.0992 -0.219975,0.21995 0,0.12076 0.09919,0.21996 0.219975,0.21996 h 0.711623 l -0.452861,0.45285 c -0.07763,0.0776 -0.107817,0.13801 -0.107817,0.20702 0,0.12076 0.09919,0.21996 0.219948,0.21996 h 0.07763 c 0.284665,0 0.45286,0.10782 0.45286,0.29327 v 0.009 c 0,0.17252 -0.133694,0.28034 -0.327792,0.28034 -0.181134,0 -0.31914,-0.0604 -0.452834,-0.17252 -0.03881,-0.0302 -0.09057,-0.0604 -0.15957,-0.0604 -0.133721,0 -0.245851,0.11214 -0.245851,0.24584 0,0.069 0.03881,0.14232 0.08625,0.18114 0.185473,0.15957 0.43561,0.26308 0.767688,0.26308 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 31.535655,196.58908 H 108.99592"
id="path35483"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 68.112052,258.60709 c -0.09165,0 -0.175762,-0.0517 -0.216746,-0.1337 l -0.783855,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.107818,-0.32346 0.119697,-0.0593 0.26416,-0.0108 0.324538,0.10782 l 0.568245,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.204867,-0.16712 0.323454,-0.10782 0.119697,0.0593 0.16711,0.20487 0.107817,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.125068,0.1337 -0.215609,0.1337"
id="path35687"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 72.419522,258.60709 c -0.09165,0 -0.174678,-0.0517 -0.215636,-0.1337 l -0.784939,-1.56881 c -0.05932,-0.11859 -0.01085,-0.26416 0.108903,-0.32346 0.118586,-0.0593 0.264133,-0.0108 0.323453,0.10782 l 0.568219,1.13753 0.568219,-1.13753 c 0.05929,-0.1186 0.20484,-0.16712 0.323453,-0.10782 0.119698,0.0593 0.168222,0.20487 0.107844,0.32346 l -0.783881,1.56881 c -0.04096,0.0819 -0.123983,0.1337 -0.215635,0.1337"
id="path35689"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 70.382786,258.60709 c -0.566076,0 -1.025419,-0.4604 -1.025419,-1.02538 0,-0.56606 0.459343,-1.02646 1.025419,-1.02646 0.223149,0 0.436668,0.0712 0.615632,0.20593 0.106733,0.0798 0.127265,0.23075 0.04747,0.33749 -0.07982,0.10674 -0.230744,0.1283 -0.337503,0.0485 -0.09488,-0.0712 -0.20701,-0.1089 -0.325596,-0.1089 -0.299773,0 -0.543454,0.24367 -0.543454,0.54342 0,0.29866 0.243681,0.54234 0.543454,0.54234 0.118586,0 0.230717,-0.0377 0.325596,-0.10782 0.106759,-0.0809 0.257678,-0.0593 0.337503,0.0474 0.0798,0.10675 0.05927,0.2577 -0.04747,0.33856 -0.178964,0.1337 -0.392483,0.20486 -0.615632,0.20486"
id="path35691"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 70.711636,257.56877 c 0,0.17359 -0.140202,0.31376 -0.313795,0.31376 -0.172509,0 -0.313743,-0.14017 -0.313743,-0.31376 0,-0.17252 0.141234,-0.31376 0.313743,-0.31376 0.173593,0 0.313795,0.14124 0.313795,0.31376"
id="path35693"
inkscape:connector-curvature="0" />
<path
id="path7407"
d="m 66.110162,253.14752 c 0.185446,0 0.336418,-0.0647 0.444235,-0.13801 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 h -0.349356 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250163 v 0.23289 c -0.07766,0.0604 -0.185473,0.0949 -0.306228,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.301889,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0518 0.112131,-0.11214 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.112131,-0.0819 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646933,0.29759 -0.646933,0.64693 v 0.004 c 0,0.3666 0.254477,0.64693 0.651246,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7403"
d="m 66.869966,253.03108 c 0,0.0604 0.04744,0.1035 0.103505,0.1035 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103531,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107818,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.1035 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465798,-1.04371 c -0.02593,-0.0518 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133694,0.0863 l -0.465799,1.04371 c -0.0087,0.0173 -0.0172,0.0345 -0.0172,0.0474 z m 0.396795,-0.40541 0.219949,-0.50461 0.219948,0.50461 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7399"
d="m 68.549594,253.02676 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7395"
d="m 69.556122,253.12596 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.33641 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7387"
d="m 71.783622,253.14752 c 0.388171,0 0.659871,-0.29759 0.659871,-0.65124 0,-0.35366 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29327 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.2027 c -0.250137,0 -0.426985,-0.20271 -0.426985,-0.44854 0,-0.24584 0.176848,-0.44423 0.422672,-0.44423 0.250137,0 0.426985,0.20271 0.426985,0.44423 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7383"
d="m 73.285027,253.14752 c 0.327766,0 0.539115,-0.18976 0.539115,-0.56498 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62105 c 0,0.2329 -0.120756,0.34934 -0.314827,0.34934 -0.198385,0 -0.319141,-0.12507 -0.319141,-0.35796 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.11213,0.0474 -0.11213,0.10782 v 0.62105 c 0,0.3666 0.20701,0.55636 0.534802,0.55636 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7379"
d="m 74.487505,253.02676 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0518 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 31.535655,252.48497 H 63.614797"
id="path35723"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 76.916751,252.48497 H 108.99592"
id="path35725"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 34.74558,237.2034 v 8.5438"
id="path35727"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 44.799747,237.2034 v 8.5438"
id="path35729"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 54.853914,237.2034 v 8.5438"
id="path35731"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 65.172664,237.2034 v 8.5438"
id="path35733"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 75.22683,237.2034 v 8.5438"
id="path35735"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 85.54558,237.2034 v 8.5438"
id="path35737"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 95.599747,237.2034 v 8.5438"
id="path35739"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 105.9185,237.2034 v 8.5438"
id="path35741"
inkscape:connector-curvature="0" />
<path
id="path7375"
d="m 31.482924,174.1527 c 0.250164,0 0.418359,-0.0776 0.564991,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129381,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297577,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133694,-0.0604 0.133694,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336417,0.79357 0.784939,0.79357 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7371"
d="m 32.449659,173.98882 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 h 0.832406 c 0.069,0 0.125068,-0.0561 0.125068,-0.12508 0,-0.069 -0.05607,-0.12076 -0.125068,-0.12076 h -0.698685 v -1.17741 c 0,-0.0733 -0.06038,-0.1337 -0.133721,-0.1337 -0.07763,0 -0.138006,0.0604 -0.138006,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7367"
d="m 34.520658,174.1527 c 0.474425,0 0.810816,-0.36228 0.810816,-0.79788 v -0.004 c 0,-0.4356 -0.332079,-0.79788 -0.806503,-0.79788 -0.474398,0 -0.810816,0.3666 -0.810816,0.8022 v 0.004 c 0,0.4356 0.332105,0.79357 0.806503,0.79356 z m 0.0042,-0.25014 c -0.306202,0 -0.52615,-0.25015 -0.52615,-0.54774 v -0.004 c 0,-0.3019 0.215635,-0.54773 0.521838,-0.54773 0.306229,0 0.526177,0.25015 0.526177,0.55205 v 0.004 c 0,0.29758 -0.215636,0.54342 -0.521865,0.54342 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7363"
d="m 36.418911,174.1527 c 0.250164,0 0.418359,-0.0776 0.564992,-0.20701 0.0217,-0.0216 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.12508 -0.129382,-0.12508 -0.0345,0 -0.06038,0.0129 -0.08194,0.0302 -0.112131,0.0949 -0.224261,0.15095 -0.383858,0.15095 -0.297576,0 -0.513212,-0.24583 -0.513212,-0.54773 v -0.004 c 0,-0.3019 0.215636,-0.54773 0.513212,-0.54773 0.146659,0 0.258789,0.0561 0.366607,0.14232 0.0172,0.0129 0.04313,0.0259 0.08194,0.0259 0.07332,0 0.133693,-0.0604 0.133693,-0.1337 0,-0.0474 -0.0217,-0.0863 -0.05175,-0.10782 -0.133694,-0.10351 -0.293264,-0.17683 -0.53049,-0.17683 -0.470085,0 -0.797877,0.36228 -0.797877,0.80219 v 0.004 c 0,0.44423 0.336418,0.79357 0.784939,0.79357 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7359"
d="m 37.385593,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.31915 l 0.250137,-0.24152 0.500301,0.63399 c 0.02593,0.0345 0.06038,0.0647 0.11213,0.0647 0.07763,0 0.138007,-0.0604 0.138007,-0.1337 0,-0.0431 -0.0172,-0.069 -0.03881,-0.0992 l -0.521864,-0.64693 0.48305,-0.46147 c 0.03019,-0.0302 0.04744,-0.0604 0.04744,-0.10351 0,-0.0647 -0.04744,-0.12508 -0.125069,-0.12508 -0.04744,0 -0.08194,0.0172 -0.11213,0.0517 l -0.733187,0.7375 v -0.65555 c 0,-0.0733 -0.06038,-0.1337 -0.13372,-0.1337 -0.07763,0 -0.138007,0.0604 -0.138007,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7355"
d="m 62.229492,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7351"
d="m 63.518621,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07332,0 0.138006,-0.0604 0.138006,-0.13802 v -1.16878 h 0.375232 c 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.069 -0.05607,-0.12507 -0.125069,-0.12507 h -1.026477 c -0.069,0 -0.125069,0.0561 -0.125069,0.12507 0,0.069 0.05607,0.12508 0.125069,0.12508 h 0.375232 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7347"
d="m 64.743324,174.12683 h 0.910035 c 0.06469,0 0.120756,-0.0517 0.120756,-0.12076 0,-0.069 -0.05607,-0.12076 -0.120756,-0.12076 h -0.776314 v -0.41835 h 0.664183 c 0.069,0 0.120756,-0.0517 0.120756,-0.11645 0,-0.069 -0.05175,-0.12507 -0.120756,-0.12507 h -0.664183 v -0.4011 h 0.763376 c 0.069,0 0.120755,-0.0517 0.120755,-0.12076 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.897097 c -0.07763,0 -0.138006,0.0561 -0.138006,0.1337 v 1.2723 c 0,0.0776 0.06038,0.13801 0.138006,0.13801 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7343"
d="m 66.130508,174.00175 c 0,0.0776 0.06038,0.13802 0.138007,0.13802 0.07334,0 0.13372,-0.0604 0.13372,-0.13802 v -0.3709 h 0.306203 c 0.34073,0 0.621056,-0.18114 0.621056,-0.53049 v -0.004 c 0,-0.31052 -0.228573,-0.51323 -0.590867,-0.51323 h -0.470112 c -0.07763,0 -0.138007,0.0561 -0.138007,0.1337 z m 0.271727,-0.61674 v -0.55636 h 0.314828 c 0.202697,0 0.336418,0.0949 0.336418,0.27603 v 0.004 c 0,0.15957 -0.129408,0.27602 -0.336418,0.27602 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7339"
d="m 68.202011,174.14839 c 0.323479,0 0.552053,-0.17251 0.552053,-0.46148 v -0.004 c 0,-0.25445 -0.168196,-0.3709 -0.495988,-0.45285 -0.297577,-0.069 -0.370893,-0.12507 -0.370893,-0.24152 v -0.004 c 0,-0.10351 0.09488,-0.18545 0.25445,-0.18545 0.120756,0 0.232886,0.0431 0.353642,0.11645 0.0217,0.0129 0.04315,0.0216 0.07334,0.0216 0.069,0 0.125069,-0.0561 0.125069,-0.12508 0,-0.0517 -0.02593,-0.0906 -0.06038,-0.10782 -0.138033,-0.0949 -0.293291,-0.14664 -0.487363,-0.14664 -0.306202,0 -0.530489,0.18546 -0.530489,0.44854 v 0.004 c 0,0.28465 0.185446,0.38385 0.517551,0.46148 0.284639,0.069 0.34933,0.12939 0.34933,0.23721 v 0.004 c 0,0.11645 -0.107818,0.19408 -0.276014,0.19408 -0.168195,0 -0.306202,-0.0561 -0.431297,-0.15958 -0.0172,-0.0129 -0.04313,-0.0216 -0.08194,-0.0216 -0.069,0 -0.125069,0.0561 -0.125069,0.12508 0,0.0431 0.0217,0.0819 0.05175,0.1035 0.172508,0.12939 0.370919,0.19408 0.582242,0.19408 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7335"
d="m 42.895329,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.112156,-0.0474 0.112156,-0.10782 v -0.34072 h 0.276014 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241539,-0.3019 c 0.168223,-0.0561 0.284666,-0.17683 0.284666,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.112131,0.0474 -0.112131,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.319141 c 0.163883,0 0.258762,0.0733 0.258762,0.21133 0,0.12939 -0.09919,0.21133 -0.258762,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7331"
d="m 44.769241,175.47218 c 0.327765,0 0.539115,-0.18977 0.539115,-0.56499 v -0.61243 c 0,-0.0604 -0.04744,-0.10782 -0.107818,-0.10782 -0.06472,0 -0.112157,0.0474 -0.112157,0.10782 v 0.62106 c 0,0.23289 -0.120756,0.34934 -0.314828,0.34934 -0.198384,0 -0.31914,-0.12507 -0.31914,-0.35797 v -0.61243 c 0,-0.0604 -0.04747,-0.10782 -0.107844,-0.10782 -0.06469,0 -0.112131,0.0474 -0.112131,0.10782 v 0.62106 c 0,0.36659 0.20701,0.55636 0.534803,0.55636 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7327"
d="m 45.679857,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.107844,-0.0474 0.107844,-0.10782 v -0.79789 l 0.646906,0.8367 c 0.03021,0.0388 0.0604,0.069 0.112157,0.069 h 0.0087 c 0.06038,0 0.107818,-0.0517 0.107818,-0.11213 v -1.05234 c 0,-0.0604 -0.04744,-0.10783 -0.107818,-0.10783 -0.06038,0 -0.107844,0.0474 -0.107844,0.10783 v 0.772 l -0.629656,-0.81513 c -0.03019,-0.0388 -0.0604,-0.0647 -0.112156,-0.0647 h -0.02593 c -0.06038,0 -0.11213,0.0517 -0.11213,0.11213 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7323"
d="m 52.036525,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.24154,-0.30191 c 0.168222,-0.0561 0.284665,-0.17682 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7319"
d="m 53.509169,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539088 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7315"
d="m 55.092885,175.46786 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20701 -0.133694,-0.3019 -0.401082,-0.36659 -0.241511,-0.0561 -0.297603,-0.0992 -0.297603,-0.19839 0,-0.0863 0.07334,-0.15095 0.202724,-0.15095 0.09919,0 0.194072,0.0302 0.288951,0.0949 0.0172,0.0129 0.0345,0.0173 0.05606,0.0173 0.06038,0 0.107818,-0.0474 0.107818,-0.10351 0,-0.0431 -0.02593,-0.0733 -0.05175,-0.0863 -0.112131,-0.0776 -0.237199,-0.11645 -0.39677,-0.11645 -0.250163,0 -0.426984,0.14664 -0.426984,0.36228 v 0.004 c 0,0.2329 0.146632,0.31053 0.414046,0.37522 0.237199,0.0517 0.284639,0.10351 0.284639,0.18977 v 0.004 c 0,0.0949 -0.08625,0.15957 -0.219948,0.15957 -0.138007,0 -0.250137,-0.0474 -0.353669,-0.12938 -0.01296,-0.0129 -0.0345,-0.0216 -0.06469,-0.0216 -0.05607,0 -0.103505,0.0474 -0.103505,0.10351 0,0.0345 0.0172,0.0647 0.04313,0.0863 0.138006,0.10351 0.301916,0.15526 0.470111,0.15526 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7311"
d="m 55.975059,175.45061 h 0.741812 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629655 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7307"
d="m 57.445693,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112131,-0.0474 0.112131,-0.10782 v -0.95315 h 0.306202 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 34.74558,181.31115 v 10.7908"
id="path35805"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 75.22683,179.72419 v 10.78972"
id="path35807"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 55.118497,179.72419 v 10.78972"
id="path35809"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 85.54558,179.72419 v 10.78972"
id="path35811"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 95.599747,179.72419 v 10.78972"
id="path35813"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 105.9185,179.72419 v 10.78972"
id="path35815"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.18383184;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 65.172664,179.72419 v 10.78972"
id="path35817"
inkscape:connector-curvature="0" />
<path
id="path7303"
d="m 41.048061,185.72278 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32346 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7299"
d="m 42.13198,185.62789 c 0,0.0647 0.05175,0.10351 0.103505,0.10351 0.04744,0 0.07763,-0.0216 0.107818,-0.0604 l 0.332105,-0.43129 0.336391,0.43992 c 0.02593,0.0345 0.05175,0.0517 0.09922,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0302 -0.0172,-0.0604 -0.0345,-0.0819 l -0.370919,-0.46148 0.349356,-0.4356 c 0.0217,-0.0302 0.0345,-0.0517 0.0345,-0.0863 0,-0.0604 -0.05175,-0.0992 -0.09919,-0.0992 -0.04747,0 -0.07766,0.0216 -0.107844,0.0604 l -0.314828,0.40972 -0.314854,-0.41834 c -0.03019,-0.0345 -0.05607,-0.0517 -0.103505,-0.0517 -0.06038,0 -0.107818,0.0474 -0.107818,0.10782 0,0.0302 0.0172,0.0561 0.0345,0.0819 l 0.349356,0.43559 -0.37092,0.46148 c -0.0217,0.0259 -0.0345,0.0518 -0.0345,0.0819 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7295"
d="m 43.851428,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.306203 c 0.05609,0 0.09922,-0.0475 0.09922,-0.0992 0,-0.0561 -0.04313,-0.1035 -0.09922,-0.1035 h -0.836692 c -0.05607,0 -0.09919,0.0474 -0.09919,0.1035 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306229 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7287"
d="m 45.828288,185.74434 c 0.202698,0 0.336418,-0.0647 0.452861,-0.1682 0.0217,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.02593,0 -0.04744,0.009 -0.06469,0.0259 -0.09059,0.0776 -0.18116,0.12076 -0.314854,0.12076 -0.237199,0 -0.414046,-0.2027 -0.414046,-0.44853 0,-0.24584 0.176847,-0.44423 0.414046,-0.44423 0.120756,0 0.215635,0.0431 0.301916,0.11214 0.01296,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0388 -0.0217,-0.069 -0.04313,-0.0863 -0.11213,-0.0863 -0.237225,-0.14232 -0.431297,-0.14232 -0.379519,0 -0.646933,0.29327 -0.646933,0.64693 v 0.004 c 0,0.36228 0.271727,0.64693 0.638307,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7283"
d="m 46.622144,185.61064 c 0,0.0647 0.05175,0.11214 0.112131,0.11214 h 0.677121 c 0.05607,0 0.103532,-0.0431 0.103532,-0.0992 0,-0.0561 -0.04747,-0.10351 -0.103532,-0.10351 h -0.564965 v -0.95314 c 0,-0.0604 -0.05178,-0.10782 -0.112156,-0.10782 -0.06038,0 -0.112131,0.0474 -0.112131,0.10782 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7279"
d="m 47.77668,185.62358 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.26308 l 0.202698,-0.19408 0.405394,0.51323 c 0.0217,0.0302 0.04744,0.0517 0.09059,0.0517 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 0,-0.0345 -0.01297,-0.0561 -0.03019,-0.0776 l -0.422672,-0.52617 0.38817,-0.37522 c 0.02593,-0.0259 0.04313,-0.0517 0.04313,-0.0863 0,-0.0517 -0.04313,-0.0992 -0.103505,-0.0992 -0.03884,0 -0.06472,0.0129 -0.09059,0.0388 l -0.595154,0.59949 v -0.53048 c 0,-0.0604 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.0474 -0.11213,0.10782 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7275"
d="m 34.621094,200.89411 c 0,0.0776 0.06038,0.13802 0.133694,0.13802 0.07763,0 0.138007,-0.0604 0.138007,-0.13802 v -1.3068 c 0,-0.0733 -0.06038,-0.1337 -0.138007,-0.1337 h -0.0042 c -0.03881,0 -0.07763,0.009 -0.129382,0.0259 l -0.237225,0.0733 c -0.05175,0.0173 -0.09057,0.0604 -0.09057,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 0.01296,0 0.0345,-0.004 0.04744,-0.009 l 0.159596,-0.0474 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7271"
d="m 44.255949,200.8898 c 0,0.0819 0.06038,0.12939 0.146632,0.12939 h 0.875533 c 0.06469,0 0.120756,-0.0518 0.120756,-0.12077 0,-0.0647 -0.05607,-0.11644 -0.120756,-0.11644 h -0.625369 l 0.314827,-0.2674 c 0.27604,-0.21996 0.405421,-0.35365 0.405421,-0.59518 v -0.009 c 0,-0.27603 -0.211349,-0.46148 -0.513238,-0.46148 -0.241512,0 -0.383858,0.0949 -0.508926,0.25015 -0.0217,0.0259 -0.0345,0.0561 -0.0345,0.0862 0,0.069 0.05607,0.12076 0.125068,0.12076 0.04313,0 0.07334,-0.0173 0.09491,-0.0388 0.09488,-0.11645 0.181134,-0.17252 0.306203,-0.17252 0.138006,0 0.250137,0.0863 0.250137,0.24152 0,0.13801 -0.07763,0.23721 -0.293264,0.41404 l -0.474425,0.40541 c -0.04313,0.0388 -0.069,0.0819 -0.069,0.1337 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7267"
d="m 55.013325,201.04506 c 0.323453,0 0.543428,-0.2027 0.543428,-0.49167 v -0.004 c 0,-0.28465 -0.224287,-0.40109 -0.457174,-0.43129 l 0.366607,-0.37521 c 0.04313,-0.0474 0.07763,-0.0863 0.07763,-0.15095 0,-0.0733 -0.06038,-0.11645 -0.138007,-0.11645 h -0.789278 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.0647 0.05606,0.11644 0.120756,0.11644 h 0.560678 l -0.362267,0.38816 c -0.04313,0.0431 -0.05607,0.0733 -0.05607,0.11214 0,0.0604 0.05175,0.11644 0.116444,0.11644 h 0.05607 c 0.215635,0 0.353642,0.0863 0.353642,0.23721 v 0.004 c 0,0.14233 -0.112131,0.2329 -0.267388,0.2329 -0.142319,0 -0.25445,-0.0474 -0.349356,-0.14664 -0.0217,-0.0216 -0.05175,-0.0345 -0.09057,-0.0345 -0.07332,0 -0.129381,0.0604 -0.129381,0.12938 0,0.0388 0.0172,0.0776 0.04313,0.0992 0.125069,0.12076 0.293291,0.19839 0.521864,0.19839 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7263"
d="m 65.337817,200.90274 c 0,0.0733 0.05606,0.12939 0.129381,0.12939 0.07334,0 0.129408,-0.0561 0.129408,-0.12939 v -0.22859 h 0.120755 c 0.06469,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0604 -0.04744,-0.11213 -0.112131,-0.11213 H 65.596606 V 199.583 c 0,-0.0733 -0.05607,-0.1337 -0.129408,-0.1337 -0.08194,0 -0.116443,0.0345 -0.168196,0.0906 l -0.724561,0.86257 c -0.03881,0.0431 -0.06038,0.0906 -0.06038,0.14233 0,0.0733 0.06038,0.12938 0.133694,0.12938 h 0.69006 z m -0.5089,-0.45285 0.5089,-0.61243 v 0.61243 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7259"
d="m 75.346422,201.04506 c 0.327766,0 0.564991,-0.20702 0.564991,-0.52186 v -0.004 c 0,-0.32778 -0.237225,-0.48735 -0.539115,-0.48735 -0.103505,0 -0.172508,0.0173 -0.245824,0.0431 l 0.02593,-0.36228 h 0.57793 c 0.069,0 0.120755,-0.0517 0.120755,-0.11644 0,-0.069 -0.05175,-0.12076 -0.120755,-0.12076 h -0.698687 c -0.06472,0 -0.120782,0.0474 -0.125095,0.12076 l -0.03019,0.55636 c -0.0042,0.0517 0.01297,0.0906 0.05175,0.11644 0.05175,0.0388 0.08625,0.0561 0.129408,0.0561 0.03881,0 0.11213,-0.0561 0.263075,-0.0561 0.189759,0 0.31914,0.0992 0.31914,0.25878 v 0.004 c 0,0.16389 -0.125068,0.2674 -0.297577,0.2674 -0.120756,0 -0.232886,-0.0431 -0.336417,-0.12939 -0.0217,-0.0216 -0.04744,-0.0302 -0.08194,-0.0302 -0.069,0 -0.129381,0.0604 -0.129381,0.1337 0,0.0431 0.0217,0.0776 0.05606,0.10351 0.125069,0.0992 0.284665,0.1682 0.495988,0.1682 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7255"
d="m 85.546692,201.04506 c 0.323479,0 0.573616,-0.21996 0.573616,-0.52617 v -0.004 c 0,-0.30622 -0.241511,-0.48304 -0.539115,-0.48304 -0.185446,0 -0.288951,0.0733 -0.370893,0.15095 0.01296,-0.28034 0.138007,-0.48736 0.370893,-0.48736 0.103505,0 0.181134,0.0302 0.263076,0.0863 0.0217,0.009 0.04315,0.0172 0.06903,0.0172 0.069,0 0.129382,-0.0517 0.129382,-0.12507 0,-0.0561 -0.02593,-0.0906 -0.069,-0.11645 -0.09919,-0.069 -0.224287,-0.11214 -0.383857,-0.11214 -0.439923,0 -0.664184,0.37091 -0.664184,0.84533 v 0.004 c 0,0.31053 0.07332,0.4701 0.189759,0.58655 0.103532,0.10351 0.241539,0.16389 0.431298,0.16389 z m -0.0087,-0.23721 c -0.194071,0 -0.31914,-0.11644 -0.31914,-0.27602 v -0.004 c 0,-0.14664 0.120756,-0.27171 0.310515,-0.27171 0.194072,0 0.31914,0.11644 0.31914,0.27171 v 0.004 c 0,0.15958 -0.116443,0.27602 -0.310515,0.27602 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7251"
d="m 95.326406,200.90705 c 0,0.0776 0.06903,0.12508 0.138033,0.12508 0.05607,0 0.09919,-0.0302 0.133694,-0.0906 l 0.638307,-1.21624 c 0.0217,-0.0431 0.03881,-0.0906 0.03881,-0.12938 0,-0.0776 -0.04744,-0.12076 -0.125069,-0.12076 h -0.866907 c -0.06469,0 -0.120756,0.0517 -0.120756,0.11645 0,0.069 0.05606,0.12076 0.120756,0.12076 h 0.668496 l -0.599493,1.11272 c -0.01296,0.0259 -0.02593,0.0604 -0.02593,0.0819 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path7247"
d="m 105.8677,201.04075 c 0.3407,0 0.59086,-0.17252 0.59086,-0.44854 v -0.004 c 0,-0.18114 -0.10781,-0.29328 -0.28035,-0.37091 0.13372,-0.069 0.2286,-0.17251 0.2286,-0.34503 v -0.004 c 0,-0.23721 -0.2286,-0.41835 -0.53911,-0.41835 -0.30621,0 -0.53481,0.18114 -0.53481,0.41835 v 0.004 c 0,0.17252 0.0949,0.27603 0.22429,0.34503 -0.17253,0.0733 -0.27604,0.18977 -0.27604,0.37522 v 0.004 c 0,0.2674 0.25017,0.44423 0.58656,0.44423 z m 0,-0.91433 c -0.15957,0 -0.27602,-0.0949 -0.27602,-0.22858 v -0.004 c 0,-0.11645 0.11213,-0.21565 0.27602,-0.21565 0.16819,0 0.27601,0.0992 0.27601,0.21565 v 0.004 c 0,0.1337 -0.11644,0.22858 -0.27601,0.22858 z m 0,0.68575 c -0.2027,0 -0.31914,-0.10351 -0.31914,-0.22859 v -0.004 c 0,-0.14232 0.138,-0.2372 0.31914,-0.2372 0.18544,0 0.32776,0.0949 0.32776,0.2372 v 0.004 c 0,0.12508 -0.12507,0.22859 -0.32776,0.22859 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 48.587522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281684 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281684 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
id="path36677"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 58.641689,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646933,-0.64693 h -6.281711 c -0.355785,0 -0.646906,0.29112 -0.646906,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646906,0.64693 h 6.281711 c 0.355812,0 0.646933,-0.29112 0.646933,-0.64693 z m 0,0"
id="path36679"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 68.960439,242.56724 c 0,-0.35581 -0.29001,-0.64693 -0.645848,-0.64693 h -6.28277 c -0.355811,0 -0.646932,0.29112 -0.646932,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646932,0.64693 h 6.28277 c 0.355838,0 0.645848,-0.29112 0.645848,-0.64693 z m 0,0"
id="path36681"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 79.014605,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path36683"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 89.333355,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
id="path36685"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 99.387522,242.56724 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path36687"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 109.70627,242.56724 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
id="path36689"
inkscape:connector-curvature="0" />
<path
id="path6783"
d="m 73.542731,175.47218 c 0.185447,0 0.336418,-0.0647 0.444235,-0.13802 0.05175,-0.0302 0.07763,-0.0776 0.07763,-0.13801 v -0.3364 c 0,-0.0604 -0.04744,-0.11214 -0.11213,-0.11214 H 73.60311 c -0.05175,0 -0.09919,0.0431 -0.09919,0.0992 0,0.0517 0.04744,0.0949 0.09919,0.0949 h 0.250164 v 0.2329 c -0.07766,0.0604 -0.185473,0.0949 -0.306229,0.0949 -0.25445,0 -0.426985,-0.18977 -0.426985,-0.44854 0,-0.24152 0.176848,-0.44423 0.409734,-0.44423 0.133694,0 0.224261,0.0388 0.30189,0.0992 0.0217,0.0129 0.04315,0.0259 0.06903,0.0259 0.06038,0 0.112131,-0.0517 0.112131,-0.11213 0,-0.0431 -0.02593,-0.0733 -0.04744,-0.0906 -0.11213,-0.082 -0.241538,-0.12507 -0.426985,-0.12507 -0.379518,0 -0.646932,0.29758 -0.646932,0.64693 v 0.004 c 0,0.36659 0.254476,0.64693 0.651245,0.64693 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6779"
d="m 74.302535,175.35573 c 0,0.0604 0.04744,0.10351 0.103505,0.10351 0.04744,0 0.08625,-0.0259 0.103505,-0.069 l 0.103531,-0.24152 h 0.612405 l 0.103532,0.23289 c 0.0172,0.0474 0.05175,0.0776 0.107817,0.0776 0.05607,0 0.103505,-0.0474 0.103505,-0.10351 0,-0.0172 -0.0042,-0.0345 -0.01296,-0.0474 l -0.465799,-1.04371 c -0.02593,-0.0517 -0.069,-0.0863 -0.133694,-0.0863 h -0.0087 c -0.06469,0 -0.107817,0.0345 -0.133693,0.0863 l -0.465799,1.04371 c -0.0087,0.0172 -0.0172,0.0345 -0.0172,0.0474 z m 0.396796,-0.40541 0.219948,-0.50461 0.219948,0.50461 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6775"
d="m 75.982136,175.35142 c 0,0.0604 0.05175,0.10782 0.112131,0.10782 0.06038,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95315 H 76.5126 c 0.05609,0 0.09922,-0.0474 0.09922,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.09922,-0.10351 h -0.836692 c -0.05606,0 -0.09919,0.0474 -0.09919,0.10351 0,0.0517 0.04313,0.0992 0.09919,0.0992 h 0.306228 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6771"
d="m 76.988717,175.45061 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09922,-0.0992 h -0.629656 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.10351 -0.09919,-0.10351 h -0.539089 v -0.32347 h 0.62103 c 0.05178,0 0.09491,-0.0431 0.09491,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09491,-0.0992 h -0.733187 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11214 v 1.03077 c 0,0.0647 0.05175,0.11214 0.11213,0.11214 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6767"
d="m 82.637069,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306203,0.39247 c 0.02593,0.0345 0.05606,0.0561 0.107844,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01297,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07766,-0.0776 -0.202723,-0.12507 -0.362294,-0.12507 h -0.448548 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6763"
d="m 84.575168,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655558,0.29328 -0.655558,0.64693 v 0.004 c 0,0.35366 0.267414,0.64693 0.651245,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172534,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6759"
d="m 85.80601,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.370919,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288952,0.86689 -0.284638,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05607,-0.0776 -0.107818,-0.0776 -0.06038,0 -0.116443,0.0474 -0.116443,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6751"
d="m 88.177999,175.35142 c 0,0.0604 0.05178,0.10782 0.107845,0.10782 0.06469,0 0.11213,-0.0474 0.11213,-0.10782 v -1.06528 c 0,-0.0604 -0.04744,-0.10783 -0.11213,-0.10783 -0.0345,0 -0.06469,0.009 -0.107845,0.0216 l -0.189759,0.0604 c -0.04744,0.0129 -0.07763,0.0474 -0.07763,0.0949 0,0.0474 0.04744,0.0906 0.09919,0.0906 0.0087,0 0.02593,0 0.03881,-0.004 l 0.129381,-0.0388 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6747"
d="m 92.614348,175.35142 c 0,0.0604 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.0474 0.112157,-0.10782 v -0.34072 h 0.276013 l 0.306202,0.39247 c 0.02593,0.0345 0.05607,0.0561 0.107845,0.0561 0.05175,0 0.103505,-0.0388 0.103505,-0.10351 0,-0.0345 -0.01296,-0.0561 -0.0345,-0.0819 l -0.241538,-0.3019 c 0.168222,-0.0561 0.284665,-0.17683 0.284665,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.103505,-0.27171 -0.07765,-0.0776 -0.202724,-0.12507 -0.362294,-0.12507 H 92.72648 c -0.06038,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.224287,-0.5348 v -0.42266 h 0.31914 c 0.163883,0 0.258763,0.0733 0.258763,0.21133 0,0.12939 -0.09919,0.21133 -0.258763,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6743"
d="m 94.552447,175.47218 c 0.38817,0 0.659871,-0.29759 0.659871,-0.65125 0,-0.35365 -0.267388,-0.64693 -0.655558,-0.64693 -0.383831,0 -0.655559,0.29328 -0.655559,0.64693 v 0.004 c 0,0.35366 0.267415,0.64693 0.651246,0.64693 z m 0.0042,-0.20271 c -0.250137,0 -0.426984,-0.2027 -0.426984,-0.44854 0,-0.24583 0.176847,-0.44422 0.422672,-0.44422 0.250137,0 0.426984,0.2027 0.426984,0.44422 v 0.004 c 0,0.24584 -0.172535,0.44423 -0.422672,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6739"
d="m 95.783315,175.37729 c 0.0217,0.0561 0.06038,0.0906 0.11213,0.0906 h 0.0217 c 0.05607,0 0.09488,-0.0345 0.116443,-0.0906 l 0.280326,-0.81944 0.280353,0.81944 c 0.0172,0.0561 0.05607,0.0906 0.11213,0.0906 h 0.0217 c 0.05175,0 0.09488,-0.0345 0.116443,-0.0906 l 0.37092,-1.0394 c 0.0042,-0.0129 0.0087,-0.0302 0.0087,-0.0474 0,-0.0561 -0.05175,-0.10351 -0.107818,-0.10351 -0.05609,0 -0.09059,0.0345 -0.107844,0.0776 l -0.288951,0.86689 -0.284639,-0.86258 c -0.0172,-0.0517 -0.05607,-0.0863 -0.112157,-0.0863 h -0.01296 c -0.05607,0 -0.09488,0.0345 -0.11213,0.0863 l -0.284639,0.86258 -0.288978,-0.86689 c -0.01296,-0.0431 -0.05606,-0.0776 -0.107817,-0.0776 -0.06038,0 -0.116444,0.0474 -0.116444,0.10782 0,0.0129 0.0042,0.0302 0.01297,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6731"
d="m 97.913793,175.3471 c 0,0.0647 0.05175,0.10351 0.116443,0.10351 h 0.711623 c 0.05607,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04313,-0.0992 -0.09919,-0.0992 H 98.23296 l 0.258762,-0.21564 c 0.224261,-0.18114 0.327766,-0.28896 0.327766,-0.48736 0,-0.22427 -0.168195,-0.37522 -0.41402,-0.37522 -0.198384,0 -0.314854,0.0733 -0.418359,0.20271 -0.01297,0.0172 -0.0217,0.0431 -0.0217,0.0647 0,0.0561 0.04313,0.10351 0.09919,0.10351 0.0345,0 0.06038,-0.0172 0.07763,-0.0345 0.07765,-0.0949 0.146659,-0.14233 0.245851,-0.14233 0.116443,0 0.202697,0.0733 0.202697,0.19839 0,0.11214 -0.06038,0.19408 -0.232886,0.33641 l -0.38817,0.32778 c -0.03881,0.0345 -0.05606,0.069 -0.05606,0.11213 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6727"
d="m 102.78183,175.35142 c 0,0.0604 0.0517,0.10782 0.11214,0.10782 0.0604,0 0.11215,-0.0474 0.11215,-0.10782 v -0.34072 h 0.27602 l 0.3062,0.39247 c 0.0259,0.0345 0.0561,0.0561 0.10784,0.0561 0.0517,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.013,-0.0561 -0.0345,-0.0819 l -0.24154,-0.3019 c 0.16822,-0.0561 0.28466,-0.17683 0.28466,-0.37522 v -0.004 c 0,-0.11213 -0.0345,-0.2027 -0.1035,-0.27171 -0.0776,-0.0776 -0.20273,-0.12507 -0.3623,-0.12507 h -0.44854 c -0.0604,0 -0.11213,0.0474 -0.11213,0.11213 z m 0.22429,-0.5348 v -0.42266 h 0.31914 c 0.16389,0 0.25876,0.0733 0.25876,0.21133 0,0.12939 -0.0992,0.21133 -0.25876,0.21133 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6723"
d="m 104.71993,175.47218 c 0.38817,0 0.65987,-0.29759 0.65987,-0.65125 0,-0.35365 -0.26738,-0.64693 -0.65555,-0.64693 -0.38383,0 -0.65556,0.29328 -0.65556,0.64693 v 0.004 c 0,0.35366 0.26741,0.64693 0.65124,0.64693 z m 0.004,-0.20271 c -0.25013,0 -0.42698,-0.2027 -0.42698,-0.44854 0,-0.24583 0.17685,-0.44422 0.42267,-0.44422 0.25014,0 0.42699,0.2027 0.42699,0.44422 v 0.004 c 0,0.24584 -0.17254,0.44423 -0.42268,0.44423 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6719"
d="m 105.9508,175.37729 c 0.0217,0.0561 0.0604,0.0906 0.11213,0.0906 h 0.0217 c 0.0561,0 0.0949,-0.0345 0.11645,-0.0906 l 0.28032,-0.81944 0.28035,0.81944 c 0.0172,0.0561 0.0561,0.0906 0.11213,0.0906 h 0.0217 c 0.0517,0 0.0949,-0.0345 0.11645,-0.0906 l 0.37092,-1.0394 c 0.004,-0.0129 0.009,-0.0302 0.009,-0.0474 0,-0.0561 -0.0517,-0.10351 -0.10782,-0.10351 -0.0561,0 -0.0906,0.0345 -0.10785,0.0776 l -0.28892,0.86689 -0.28464,-0.86258 c -0.0172,-0.0517 -0.0561,-0.0863 -0.11216,-0.0863 h -0.013 c -0.0561,0 -0.0949,0.0345 -0.11213,0.0863 l -0.28464,0.86258 -0.28898,-0.86689 c -0.013,-0.0431 -0.0561,-0.0776 -0.10781,-0.0776 -0.0604,0 -0.11645,0.0474 -0.11645,0.10782 0,0.0129 0.004,0.0302 0.013,0.0431 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
id="path6711"
d="m 108.56002,175.47218 c 0.26307,0 0.43989,-0.16821 0.43989,-0.39679 v -0.004 c 0,-0.23289 -0.17682,-0.32778 -0.36658,-0.35365 l 0.29327,-0.30622 c 0.0388,-0.0388 0.0647,-0.069 0.0647,-0.12076 0,-0.0561 -0.0474,-0.0949 -0.11213,-0.0949 h -0.64262 c -0.0517,0 -0.0949,0.0431 -0.0949,0.0949 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.45717 l -0.29326,0.31484 c -0.0345,0.0345 -0.0475,0.0604 -0.0475,0.0906 0,0.0517 0.0431,0.0949 0.0949,0.0949 h 0.0474 c 0.1725,0 0.28895,0.069 0.28895,0.19408 v 0.004 c 0,0.11214 -0.0949,0.18977 -0.21995,0.18977 -0.11644,0 -0.20701,-0.0431 -0.28467,-0.12076 -0.0172,-0.0172 -0.0431,-0.0302 -0.0733,-0.0302 -0.0561,0 -0.10781,0.0517 -0.10781,0.10782 0,0.0302 0.0172,0.0604 0.0388,0.0776 0.0992,0.0992 0.24153,0.16389 0.42267,0.16389 z m 0,0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27602378"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 79.014605,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.281711 c -0.355812,0 -0.646933,0.29112 -0.646933,0.64693 v 6.28278 c 0,0.35581 0.291121,0.64693 0.646933,0.64693 h 6.281711 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path37367"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 89.333355,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646959,-0.64693 h -6.281684 c -0.355812,0 -0.646907,0.29112 -0.646907,0.64693 v 6.28278 c 0,0.35581 0.291095,0.64693 0.646907,0.64693 h 6.281684 c 0.355838,0 0.646959,-0.29112 0.646959,-0.64693 z m 0,0"
id="path37369"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 99.387522,187.26933 c 0,-0.35581 -0.291121,-0.64693 -0.646906,-0.64693 h -6.28277 c -0.355838,0 -0.645874,0.29112 -0.645874,0.64693 v 6.28278 c 0,0.35581 0.290036,0.64693 0.645874,0.64693 h 6.28277 c 0.355785,0 0.646906,-0.29112 0.646906,-0.64693 z m 0,0"
id="path37371"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27602378"
d="m 109.70627,187.26933 c 0,-0.35581 -0.29112,-0.64693 -0.64693,-0.64693 h -6.28171 c -0.35579,0 -0.64691,0.29112 -0.64691,0.64693 v 6.28278 c 0,0.35581 0.29112,0.64693 0.64691,0.64693 h 6.28171 c 0.35581,0 0.64693,-0.29112 0.64693,-0.64693 z m 0,0"
id="path37373"
inkscape:connector-curvature="0" />
<path
id="rect103"
d="M 28.948923,164.29485 H 111.1343 v 94.88068 H 28.948923 Z"
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.26458332"
inkscape:connector-curvature="0" />
</g>
<g
aria-label="bId°°"
inkscape:transform-center-x="-1.5441791"
inkscape:transform-center-y="0.35634903"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text977">
<path
d="m 13.898824,97.809389 q 0,-0.44235 -0.14056,-0.667659 -0.14056,-0.225309 -0.415478,-0.225309 -0.276986,0 -0.419613,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.142627,0.227376 0.419613,0.227376 0.274918,0 0.415478,-0.225309 0.14056,-0.225309 0.14056,-0.66766 z m -1.118278,-0.86403 q 0.09095,-0.169498 0.250114,-0.260449 0.16123,-0.09095 0.37207,-0.09095 0.417546,0 0.657324,0.322461 0.239779,0.320393 0.239779,0.8847 0,0.572575 -0.241846,0.89917 -0.239778,0.324528 -0.659391,0.324528 -0.206706,0 -0.365869,-0.08888 -0.157096,-0.09095 -0.252181,-0.262516 v 0.291455 h -0.380338 v -3.216341 h 0.380338 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path978"
inkscape:connector-curvature="0" />
<path
d="m 14.963358,95.878758 h 1.713591 v 0.3514 H 16.02996 v 2.383317 h 0.646989 v 0.351399 h -1.713591 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path980"
inkscape:connector-curvature="0" />
<path
d="m 18.868029,96.945359 v -1.196826 h 0.380339 v 3.216341 h -0.380339 v -0.291455 q -0.09508,0.171566 -0.254248,0.262516 -0.157096,0.08888 -0.363802,0.08888 -0.419612,0 -0.661458,-0.324528 -0.239779,-0.326595 -0.239779,-0.89917 0,-0.564307 0.241846,-0.8847 0.241846,-0.322461 0.659391,-0.322461 0.208773,0 0.367936,0.09095 0.159164,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.14056,0.225309 0.415479,0.225309 0.274918,0 0.417545,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417545,-0.227376 -0.274919,0 -0.415479,0.225309 -0.14056,0.225309 -0.14056,0.667659 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path982"
inkscape:connector-curvature="0" />
<path
d="m 20.914416,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path984"
inkscape:connector-curvature="0" />
<path
d="m 23.46103,95.822947 q 0.134359,0 0.254248,0.05168 0.121957,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192237,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279052,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.19017,-0.469222 0.190169,-0.192237 0.465087,-0.192237 z m 0,0.266651 q -0.163297,0 -0.279052,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276985,0.111621 0.165365,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
id="path986"
inkscape:connector-curvature="0" />
</g>
<g
aria-label="OUAIve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text977-5">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="11.331977"
y="5.7977414"
id="text974"><tspan
sodipodi:role="line"
id="tspan972"
x="11.331977"
y="5.7977414"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">RAdAR</tspan></text>
</g>
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4860" />
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot1009" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="2.3208861"
y="84.527206"
id="text1002"><tspan
sodipodi:role="line"
id="tspan1000"
x="2.3208861"
y="84.527206"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">TRIG</tspan></text>
<g
id="g1032"
transform="translate(28.416079,21.948245)">
<rect
ry="1.1370114"
y="59.837032"
x="-15.953481"
height="10.377027"
width="6.9770179"
id="rect998-7"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000400;stroke-width:0.72085714;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
id="text1002-9"
y="62.553104"
x="-15.054995"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
y="62.553104"
x="-15.054995"
id="tspan1000-1"
sodipodi:role="line">POS</tspan></text>
</g>
<rect
style="opacity:1;fill:#cd1f00;fill-opacity:1;fill-rule:evenodd;stroke:#cd1f00;stroke-width:0.93371081;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect998-7-7"
width="11.984631"
height="10.135485"
x="22.350098"
y="81.901466"
ry="1.1105456" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="25.432156"
y="85.593163"
id="text1002-9-9"
transform="scale(1.0122861,0.98786301)"><tspan
sodipodi:role="line"
id="tspan1000-1-5"
x="25.432156"
y="85.593163"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">OUT</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="2.2843671"
y="94.338516"
id="text1002-1"><tspan
sodipodi:role="line"
id="tspan1000-9"
x="2.2843671"
y="94.338516"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13229166;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">GATE</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="23.964373"
y="87.993423"
id="text1002-9-9-2"
transform="scale(1.0122861,0.98786302)"><tspan
sodipodi:role="line"
id="tspan1000-1-5-5"
x="23.964373"
y="87.993423"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">L</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="30.250475"
y="87.993416"
id="text1002-9-9-2-7"
transform="scale(1.0122861,0.98786302)"><tspan
sodipodi:role="line"
id="tspan1000-1-5-5-5"
x="30.250475"
y="87.993416"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.79039741px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.13079987;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">R</tspan></text>
</svg>

+ 228
- 0
plugins/community/repos/Bidoo/res/SIGMA.svg
File diff suppressed because it is too large
View File


+ 331
- 0
plugins/community/repos/Bidoo/res/SIGMAtemp.svg
File diff suppressed because it is too large
View File


+ 134
- 0
plugins/community/repos/Bidoo/res/SONAR.svg View File

@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
width="180"
height="380"
viewBox="0 0 47.625 100.54166"
version="1.1"
id="svg12553">
<defs
id="defs12547">
<linearGradient
osb:paint="solid"
id="linearGradient4708">
<stop
id="stop4706"
offset="0"
style="stop-color:#ececec;stop-opacity:1;" />
</linearGradient>
<filter
id="filter4696"
style="color-interpolation-filters:sRGB">
<feColorMatrix
id="feColorMatrix4692"
result="colormatrix"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
in="SourceGraphic" />
<feBlend
id="feBlend4694"
result="fbSourceGraphic"
mode="multiply"
in2="BackgroundImage" />
<feColorMatrix
id="feColorMatrix4762"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
in="fbSourceGraphic"
result="fbSourceGraphicAlpha" />
<feColorMatrix
in="fbSourceGraphic"
result="colormatrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
id="feColorMatrix4764" />
<feComposite
k4="0"
k3="0"
k1="0"
result="composite"
k2="0.3"
operator="arithmetic"
id="feComposite4766"
in2="colormatrix" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="matrix(0.3995566,0,0,1.0012215,-10.654365,-161.56849)">
<path
id="path33453"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889" />
</g>
<g
id="text977"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="bId°°">
<path
id="path832"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 19.719656,97.809389 q 0,-0.44235 -0.14056,-0.667659 -0.14056,-0.225309 -0.415478,-0.225309 -0.276986,0 -0.419613,0.227376 -0.142627,0.225309 -0.142627,0.665592 0,0.438216 0.142627,0.665593 0.142627,0.227376 0.419613,0.227376 0.274918,0 0.415478,-0.225309 0.14056,-0.225309 0.14056,-0.66766 z m -1.118278,-0.86403 q 0.09095,-0.169498 0.250114,-0.260449 0.161231,-0.09095 0.372071,-0.09095 0.417545,0 0.657324,0.322461 0.239778,0.320393 0.239778,0.8847 0,0.572575 -0.241845,0.89917 -0.239779,0.324528 -0.659392,0.324528 -0.206705,0 -0.365869,-0.08888 -0.157096,-0.09095 -0.252181,-0.262516 v 0.291455 H 18.22104 v -3.216341 h 0.380338 z" />
<path
id="path834"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 20.784191,95.878758 h 1.71359 v 0.3514 h -0.646989 v 2.383317 h 0.646989 v 0.351399 h -1.71359 v -0.351399 h 0.646989 v -2.383317 h -0.646989 z" />
<path
id="path836"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 24.688862,96.945359 V 95.748533 H 25.0692 v 3.216341 h -0.380338 v -0.291455 q -0.09509,0.171566 -0.254248,0.262516 -0.157097,0.08888 -0.363802,0.08888 -0.419613,0 -0.661459,-0.324528 -0.239778,-0.326595 -0.239778,-0.89917 0,-0.564307 0.241845,-0.8847 0.241846,-0.322461 0.659392,-0.322461 0.208772,0 0.367936,0.09095 0.159163,0.08888 0.250114,0.260449 z m -1.118278,0.86403 q 0,0.442351 0.14056,0.66766 0.140559,0.225309 0.415478,0.225309 0.274919,0 0.417546,-0.227376 0.144694,-0.227377 0.144694,-0.665593 0,-0.440283 -0.144694,-0.665592 -0.142627,-0.227376 -0.417546,-0.227376 -0.274919,0 -0.415478,0.225309 -0.14056,0.225309 -0.14056,0.667659 z" />
<path
id="path838"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 26.735248,95.822947 q 0.134359,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.14056,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192236,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.28112,-0.113688 0.117822,-0.113688 0.117822,-0.274918 0,-0.163298 -0.115755,-0.279053 -0.115755,-0.115755 -0.279053,-0.115755 z" />
<path
id="path840"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 29.281863,95.822947 q 0.134358,0 0.254248,0.05168 0.121956,0.04961 0.212907,0.144694 0.09302,0.09302 0.140559,0.21084 0.04961,0.117822 0.04961,0.254248 0,0.272851 -0.192236,0.46302 -0.192237,0.188103 -0.469222,0.188103 -0.279053,0 -0.465088,-0.186035 -0.186035,-0.186036 -0.186035,-0.465088 0,-0.276986 0.190169,-0.469222 0.190169,-0.192237 0.465088,-0.192237 z m 0,0.266651 q -0.163298,0 -0.279053,0.115755 -0.113688,0.113688 -0.113688,0.279053 0,0.165364 0.111621,0.276985 0.113688,0.111621 0.276986,0.111621 0.165364,0 0.281119,-0.113688 0.117823,-0.113688 0.117823,-0.274918 0,-0.163298 -0.115756,-0.279053 -0.115755,-0.115755 -0.279052,-0.115755 z" />
</g>
<g
id="text977-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
aria-label="SONar">
<path
id="path843"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 19.715519,2.6868203 V 3.110567 Q 19.52535,2.9886106 19.333114,2.9265989 q -0.19017,-0.062012 -0.384473,-0.062012 -0.295589,0 -0.467155,0.1384928 -0.171566,0.1364258 -0.171566,0.3700032 0,0.2046387 0.111621,0.3121257 0.113688,0.1074869 0.42168,0.1798339 l 0.219108,0.049609 q 0.434082,0.1012858 0.63252,0.3183268 0.198437,0.217041 0.198437,0.5911784 0,0.4402832 -0.272852,0.6717936 -0.272851,0.2315104 -0.793749,0.2315104 -0.217041,0 -0.43615,-0.047542 -0.219108,-0.045475 -0.440283,-0.1384929 V 5.0970089 q 0.237712,0.1508952 0.448552,0.2211751 0.212907,0.07028 0.427881,0.07028 0.316259,0 0.491959,-0.1405599 0.1757,-0.1426269 0.1757,-0.396875 0,-0.2315104 -0.121956,-0.3534668 Q 19.252498,4.375606 18.952775,4.3094601 L 18.729533,4.2577837 Q 18.299585,4.160632 18.105282,3.9642616 17.910978,3.7678912 17.910978,3.437162 q 0,-0.4134114 0.276986,-0.6614583 0.279053,-0.2501139 0.740006,-0.2501139 0.177767,0 0.374138,0.041341 0.19637,0.039274 0.413411,0.1198895 z" />
<path
id="path845"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 22.040958,4.1275591 q 0,-0.6800618 -0.14056,-0.9715169 -0.138492,-0.291455 -0.456819,-0.291455 -0.31626,0 -0.45682,0.291455 -0.138493,0.2914551 -0.138493,0.9715169 0,0.6779948 0.138493,0.9694498 0.14056,0.2914551 0.45682,0.2914551 0.318327,0 0.456819,-0.289388 0.14056,-0.2914551 0.14056,-0.9715169 z m 0.436149,0 q 0,0.8061523 -0.256315,1.2030273 -0.254248,0.396875 -0.777213,0.396875 -0.522966,0 -0.777214,-0.394808 -0.254248,-0.3948079 -0.254248,-1.2050943 0,-0.8082194 0.254248,-1.2050943 0.256315,-0.396875 0.777214,-0.396875 0.522965,0 0.777213,0.396875 0.256315,0.3968749 0.256315,1.2050943 z" />
<path
id="path847"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 23.004207,2.5814003 h 0.529167 L 24.57517,5.1218136 V 2.5814003 h 0.403077 V 5.6675167 H 24.44908 L 23.407283,3.1271034 v 2.5404133 h -0.403076 z" />
<path
id="path849"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="m 26.714574,4.5037635 h -0.12609 q -0.332796,0 -0.502295,0.1178223 -0.167432,0.1157552 -0.167432,0.3472656 0,0.2087728 0.126091,0.324528 0.12609,0.1157552 0.349332,0.1157552 0.314193,0 0.494027,-0.217041 0.179834,-0.2191081 0.181901,-0.6035807 v -0.084749 z m 0.73794,-0.1570963 V 5.6675167 H 27.070108 V 5.3243852 q -0.121956,0.2067057 -0.307991,0.3059245 -0.183968,0.097152 -0.448552,0.097152 -0.353467,0 -0.564306,-0.1984375 -0.21084,-0.2005046 -0.21084,-0.5353678 0,-0.3865397 0.258382,-0.5870443 0.260449,-0.2005045 0.762744,-0.2005045 h 0.510563 V 4.1461626 Q 27.068041,3.869177 26.929548,3.7451535 26.791055,3.619063 26.487198,3.619063 q -0.194303,0 -0.392741,0.055811 -0.198437,0.05581 -0.386539,0.1632975 V 3.4578326 q 0.210839,-0.080615 0.403076,-0.1198893 0.194303,-0.041341 0.376204,-0.041341 0.287321,0 0.489893,0.084749 0.204638,0.084749 0.330729,0.254248 0.07855,0.1033529 0.111621,0.2563151 0.03307,0.1508952 0.03307,0.4547526 z" />
<path
id="path851"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px"
d="M 30.197566,3.8299029 Q 30.07561,3.7348182 29.949519,3.69141 29.823429,3.648002 29.672533,3.648002 q -0.355533,0 -0.543636,0.2232422 -0.188102,0.2232422 -0.188102,0.6449219 V 5.6675167 H 28.55839 v -2.315104 h 0.382405 v 0.4526855 q 0.09508,-0.2459798 0.291455,-0.3762044 0.198438,-0.1322917 0.469222,-0.1322917 0.14056,0 0.262516,0.03514 0.121957,0.03514 0.233578,0.109554 z" />
</g>
<g
id="text4860"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</svg>

+ 153
- 0
plugins/community/repos/Bidoo/res/SONARtemp.svg View File

@@ -0,0 +1,153 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
id="svg12553"
version="1.1"
viewBox="0 0 47.625 100.54166"
height="380"
width="180"
sodipodi:docname="SONARtemp.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview118"
showgrid="true"
inkscape:zoom="1.5750457"
inkscape:cx="-76.570764"
inkscape:cy="134.51614"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg12553">
<inkscape:grid
type="xygrid"
id="grid929" />
</sodipodi:namedview>
<defs
id="defs12547">
<linearGradient
id="linearGradient4708"
osb:paint="solid">
<stop
style="stop-color:#ececec;stop-opacity:1;"
offset="0"
id="stop4706" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Opacity"
id="filter4696">
<feColorMatrix
in="SourceGraphic"
values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 "
result="colormatrix"
id="feColorMatrix4692" />
<feBlend
in2="BackgroundImage"
mode="multiply"
result="fbSourceGraphic"
id="feBlend4694" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix4762" />
<feColorMatrix
id="feColorMatrix4764"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -1 "
result="colormatrix"
in="fbSourceGraphic" />
<feComposite
in2="colormatrix"
id="feComposite4766"
operator="arithmetic"
k2="0.3"
result="composite"
k1="0"
k3="0"
k4="0" />
</filter>
</defs>
<metadata
id="metadata12550">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="matrix(0.3995566,0,0,1.0012215,-10.654365,-161.56849)"
id="layer1">
<path
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32258889"
d="M 26.616839,161.37987 H 145.85344 v 100.3961 H 26.616839 Z m 0,0"
id="path33453"
inkscape:connector-curvature="0" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="17.822098"
y="98.964874"
id="text977"
inkscape:transform-center-x="-1.5441791"
inkscape:transform-center-y="0.35634903"><tspan
sodipodi:role="line"
id="tspan975"
x="17.822098"
y="98.964874"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">bId°°</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:125%;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="17.623657"
y="5.6675167"
id="text977-5"><tspan
sodipodi:role="line"
id="tspan975-3"
x="17.623657"
y="5.6675167"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332px">SONar</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="69.335617"
y="97.895828"
id="text4860"><tspan
sodipodi:role="line"
id="tspan4858"
x="69.335617"
y="100.54166"
style="stroke-width:0.26458332px" /></text>
<flowRoot
xml:space="preserve"
id="flowRoot1009"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:125%;font-family:Sudo;-inkscape-font-specification:'Sudo, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
id="flowRegion1011"><rect
id="rect1013"
width="428.17667"
height="304.19095"
x="181.82332"
y="40" /></flowRegion><flowPara
id="flowPara1015" /></flowRoot></svg>

+ 429
- 0
plugins/community/repos/Bidoo/res/TIARE.svg
File diff suppressed because it is too large
View File


+ 362
- 0
plugins/community/repos/Bidoo/res/TIARETemp.svg
File diff suppressed because it is too large
View File


+ 310
- 0
plugins/community/repos/Bidoo/res/TOCANTE.svg
File diff suppressed because it is too large
View File


+ 331
- 0
plugins/community/repos/Bidoo/res/TOCANTEtemp.svg
File diff suppressed because it is too large
View File


+ 163
- 0
plugins/community/repos/Bidoo/res/VOID.svg
File diff suppressed because it is too large
View File


+ 193
- 0
plugins/community/repos/Bidoo/res/VOIDtemp.svg
File diff suppressed because it is too large
View File


+ 278
- 0
plugins/community/repos/Bidoo/res/ZINC.svg
File diff suppressed because it is too large
View File


+ 284
- 0
plugins/community/repos/Bidoo/res/ZINCtemp.svg
File diff suppressed because it is too large
View File


+ 355
- 0
plugins/community/repos/Bidoo/src/ACNE.cpp View File

@@ -0,0 +1,355 @@
#include "Bidoo.hpp"
#include "BidooComponents.hpp"
#include "dsp/digital.hpp"
#include <iomanip>
#include <sstream>
#include "window.hpp"

using namespace std;

namespace rack_plugin_Bidoo {

struct ACNE : Module {
enum ParamIds {
COPY_PARAM,
MAIN_OUT_GAIN_PARAM,
RAMP_PARAM,
OUT_MUTE_PARAMS,
IN_MUTE_PARAMS = OUT_MUTE_PARAMS + ACNE_NB_OUTS,
IN_SOLO_PARAMS = IN_MUTE_PARAMS + ACNE_NB_TRACKS,
SNAPSHOT_PARAMS = IN_SOLO_PARAMS + ACNE_NB_TRACKS,
FADERS_PARAMS = SNAPSHOT_PARAMS + ACNE_NB_SNAPSHOTS,
NUM_PARAMS = FADERS_PARAMS + (ACNE_NB_TRACKS * ACNE_NB_OUTS)
};
enum InputIds {
SNAPSHOT_INPUT,
TRACKS_INPUTS,
NUM_INPUTS = TRACKS_INPUTS + ACNE_NB_TRACKS
};
enum OutputIds {
TRACKS_OUTPUTS,
NUM_OUTPUTS = TRACKS_OUTPUTS + ACNE_NB_OUTS
};
enum LightIds {
COPY_LIGHT,
OUT_MUTE_LIGHTS,
IN_MUTE_LIGHTS = OUT_MUTE_LIGHTS + ACNE_NB_OUTS,
IN_SOLO_LIGHTS = IN_MUTE_LIGHTS + ACNE_NB_TRACKS,
SNAPSHOT_LIGHTS = IN_SOLO_LIGHTS + ACNE_NB_TRACKS,
NUM_LIGHTS = SNAPSHOT_LIGHTS + ACNE_NB_SNAPSHOTS
};

int currentSnapshot = 0;
int previousSnapshot = 0;
int copySnapshot = 0;
bool copyState = false;
float snapshots[ACNE_NB_SNAPSHOTS][ACNE_NB_OUTS][ACNE_NB_TRACKS] = {{{0.0f}}};
bool outMutes[ACNE_NB_OUTS] = {0};
bool inMutes[ACNE_NB_TRACKS] = {0};
bool inSolo[ACNE_NB_TRACKS] = {0};
SchmittTrigger outMutesTriggers[ACNE_NB_OUTS];
SchmittTrigger inMutesTriggers[ACNE_NB_TRACKS];
SchmittTrigger inSoloTriggers[ACNE_NB_TRACKS];
SchmittTrigger snapshotTriggers[ACNE_NB_SNAPSHOTS];
int rampSteps = 0;
int rampSize = 1;
float rampedValue = 0.0;
int version = 0;

ACNE() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) { }

void step() override;

json_t *toJson() override {
json_t *rootJ = json_object();
// scenes
json_t *snapShotsJ = json_array();
for (int i = 0; i < ACNE_NB_SNAPSHOTS; i++) {
json_t *snapshotJ = json_array();
for (int j = 0; j < ACNE_NB_OUTS; j++) {
json_t *outJ = json_array();
for (int k = 0 ; k < ACNE_NB_TRACKS; k ++) {
json_t *controlJ = json_real(snapshots[i][j][k]);
json_array_append_new(outJ, controlJ);
}
json_array_append_new(snapshotJ, outJ);
}
json_array_append_new(snapShotsJ, snapshotJ);
}
json_object_set_new(rootJ, "snapshots", snapShotsJ);

return rootJ;
}

void fromJson(json_t *rootJ) override {
// scenes
json_t *snapShotsJ = json_object_get(rootJ, "snapshots");
if (snapShotsJ) {
for (int i = 0; i < ACNE_NB_SNAPSHOTS; i++) {
json_t *snapshotJ = json_array_get(snapShotsJ, i);
if (snapshotJ) {
for (int j = 0; j < ACNE_NB_OUTS; j++) {
json_t *outJ = json_array_get(snapshotJ, j);
if (outJ) {
for (int k = 0; k < ACNE_NB_TRACKS; k++) {
json_t *inJ = json_array_get(outJ, k);
if (inJ) {
snapshots[i][j][k] = json_real_value(inJ);
}
}
}
}
}
}
}
}

float getRampedValue(int i, int j) {
if (rampSize>0) {
return crossfade(snapshots[currentSnapshot][i][j],snapshots[previousSnapshot][i][j],(float)rampSteps/(float)rampSize);
}
else {
return snapshots[currentSnapshot][i][j];
}
}

};

void ACNE::step() {
rampSize = static_cast<int>(engineGetSampleRate()*params[RAMP_PARAM].value);

if (inputs[SNAPSHOT_INPUT].active) {
int newSnapshot = clamp((int)(inputs[SNAPSHOT_INPUT].value * 16 / 10),0,ACNE_NB_SNAPSHOTS-1);
if (currentSnapshot != newSnapshot) {
previousSnapshot = currentSnapshot;
currentSnapshot = newSnapshot;
rampSteps = rampSize;
version = (version + 1)%100;
}
}
else {
for (int i = 0; i < ACNE_NB_SNAPSHOTS; i++) {
if (snapshotTriggers[i].process(params[SNAPSHOT_PARAMS + i].value)) {
previousSnapshot = currentSnapshot;
currentSnapshot = i;
rampSteps = rampSize;
version = (version + 1)%100;
}
}
}

for (int i = 0; i < ACNE_NB_OUTS; i++) {
if (outMutesTriggers[i].process(params[OUT_MUTE_PARAMS + i].value)) {
outMutes[i] = !outMutes[i];
}
}

for (int i = 0; i < ACNE_NB_TRACKS; i++) {
if (inMutesTriggers[i].process(params[IN_MUTE_PARAMS + i].value)) {
inMutes[i] = !inMutes[i];
}
if (inSoloTriggers[i].process(params[IN_SOLO_PARAMS + i].value)) {
inSolo[i] = !inSolo[i];
}
}

for (int i = 0; i < ACNE_NB_OUTS; i++) {
outputs[TRACKS_OUTPUTS + i].value = 0.0f;
if (!outMutes[i]) {
int sum = 0;
for (int s = 0; s < ACNE_NB_TRACKS; ++s) {
sum |= (inSolo[s] == true ? 1 : 0);
}
if (sum > 0) {
for (int j = 0; j < ACNE_NB_TRACKS; j ++) {
if ((inputs[TRACKS_INPUTS + j].active) && (inSolo[j])) {
outputs[TRACKS_OUTPUTS + i].value = outputs[TRACKS_OUTPUTS + i].value + (getRampedValue(i,j) / 10) * inputs[TRACKS_INPUTS + j].value / 32768.0f;
}
}
}
else {
for (int j = 0; j < ACNE_NB_TRACKS; j ++) {
if ((inputs[TRACKS_INPUTS + j].active) && (!inMutes[j])) {
if (rampSize>0) {
rampedValue = crossfade(snapshots[currentSnapshot][i][j],snapshots[previousSnapshot][i][j],(float)rampSteps/(float)rampSize);
}
else {
rampedValue = snapshots[currentSnapshot][i][j];
}
outputs[TRACKS_OUTPUTS + i].value = outputs[TRACKS_OUTPUTS + i].value + (getRampedValue(i,j) / 10) * inputs[TRACKS_INPUTS + j].value / 32768.0f;
}
}
}
outputs[TRACKS_OUTPUTS + i].value = outputs[TRACKS_OUTPUTS + i].value * 32768.0f;
}
}

if (rampSteps > 0)
rampSteps--;

outputs[TRACKS_OUTPUTS].value = outputs[TRACKS_OUTPUTS].value * params[MAIN_OUT_GAIN_PARAM].value / 10;
outputs[TRACKS_OUTPUTS + 1].value = outputs[TRACKS_OUTPUTS + 1].value * params[MAIN_OUT_GAIN_PARAM].value / 10;

lights[COPY_LIGHT].value = (copyState == true) ? 1 : 0;
for (int i = 0; i < ACNE_NB_OUTS; i++) {
lights[OUT_MUTE_LIGHTS + i].value = (outMutes[i] == true) ? 1 : 0;
}
for (int i = 0; i < ACNE_NB_TRACKS; i++) {
lights[IN_MUTE_LIGHTS + i].value = (inMutes[i] == true) ? 1 : 0;
lights[IN_SOLO_LIGHTS + i].value = (inSolo[i] == true) ? 1 : 0;
}
for (int i = 0; i < ACNE_NB_SNAPSHOTS; i++) {
lights[SNAPSHOT_LIGHTS + i].value = (i == currentSnapshot) ? 1 : 0;
}
}

struct ACNEWidget : ModuleWidget {
ParamWidget *faders[ACNE_NB_OUTS][ACNE_NB_TRACKS];
void UpdateSnapshot(int snapshot);
void step() override;
int moduleVersion = 0;
int frames=0;
ACNEWidget(ACNE *module);
};

struct ACNETrimPot : BidooColoredTrimpot {
void onChange(EventChange &e) override {
ACNEWidget *parent = dynamic_cast<ACNEWidget*>(this->parent);
ACNE *module = dynamic_cast<ACNE*>(this->module);
if (parent && module) {
module->snapshots[module->currentSnapshot][(int)((this->paramId - ACNE::FADERS_PARAMS)/ACNE_NB_TRACKS)][(this->paramId - ACNE::FADERS_PARAMS)%ACNE_NB_TRACKS] = value;
}
BidooColoredTrimpot::onChange(e);
}

virtual void onMouseDown(EventMouseDown &e) override {
BidooColoredTrimpot::onMouseDown(e);
ACNEWidget *parent = dynamic_cast<ACNEWidget*>(this->parent);
ACNE *module = dynamic_cast<ACNE*>(this->module);
if (parent && module) {
if ((e.button == GLFW_MOUSE_BUTTON_MIDDLE) || ((e.button == GLFW_MOUSE_BUTTON_LEFT) && (windowIsShiftPressed()))) {
this->setValue(10);
module->snapshots[module->currentSnapshot][(int)((this->paramId - ACNE::FADERS_PARAMS)/ACNE_NB_TRACKS)][(this->paramId - ACNE::FADERS_PARAMS)%ACNE_NB_TRACKS] = 10;
}
}
}
};

struct ACNEChoseSceneLedButton : LEDButton {
void onMouseDown(EventMouseDown &e) override {
ACNEWidget *parent = dynamic_cast<ACNEWidget*>(this->parent);
ACNE *module = dynamic_cast<ACNE*>(this->module);
if (parent && module) {
module->currentSnapshot = this->paramId - ACNE::SNAPSHOT_PARAMS;
parent->UpdateSnapshot(module->currentSnapshot);
}
LEDButton::onMouseDown(e);
}
};

struct ACNECOPYPASTECKD6 : BlueCKD6 {
void onMouseDown(EventMouseDown &e) override {
ACNEWidget *parent = dynamic_cast<ACNEWidget*>(this->parent);
ACNE *module = dynamic_cast<ACNE*>(this->module);
if (parent && module) {
if (!module->copyState) {
module->copySnapshot = module->currentSnapshot;
module->copyState = true;
} else if ((module->copyState) && (module->copySnapshot != module->currentSnapshot)) {
for (int i = 0; i < ACNE_NB_OUTS; i++) {
for (int j = 0; j < ACNE_NB_TRACKS; j++) {
module->snapshots[module->currentSnapshot][i][j] = module->snapshots[module->copySnapshot][i][j];
}
}
parent->UpdateSnapshot(module->currentSnapshot);
module->copyState = false;
}
}
BlueCKD6::onMouseDown(e);
}
};

ACNEWidget::ACNEWidget(ACNE *module) : ModuleWidget(module) {
setPanel(SVG::load(assetPlugin(plugin, "res/ACNE.svg")));

addChild(Widget::create<ScrewSilver>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<ScrewSilver>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

addParam(ParamWidget::create<BidooBlueKnob>(Vec(474.0f, 39.0f), module, ACNE::MAIN_OUT_GAIN_PARAM, 0.0f, 10.0f, 7.0f));

addParam(ParamWidget::create<ACNECOPYPASTECKD6>(Vec(7.0f, 39.0f), module, ACNE::COPY_PARAM, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(Vec(18.0f, 28.0f), module, ACNE::COPY_LIGHT));

addParam(ParamWidget::create<BidooBlueTrimpot>(Vec(432.0f, 28.0f), module, ACNE::RAMP_PARAM, 0.0f, 0.01f, 0.001f));

addInput(Port::create<TinyPJ301MPort>(Vec(58.0f, 30.0f), Port::INPUT, module, ACNE::SNAPSHOT_INPUT));

for (int i = 0; i < ACNE_NB_OUTS; i++) {
addOutput(Port::create<TinyPJ301MPort>(Vec(482.0f, 79.0f+i*27.0f),Port::OUTPUT, module, ACNE::TRACKS_OUTPUTS + i));

addParam(ParamWidget::create<LEDButton>(Vec(10.0f, 77.0f+i*27.0f), module, ACNE::OUT_MUTE_PARAMS + i, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(16.0f, 82.0f+i*27.0f), module, ACNE::OUT_MUTE_LIGHTS + i));
}

for (int i = 0; i < ACNE_NB_TRACKS; i++) {
addParam(ParamWidget::create<ACNEChoseSceneLedButton>(Vec(43.0f+i*27.0f, 49.0f), module, ACNE::SNAPSHOT_PARAMS + i, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<SmallLight<BlueLight>>(Vec(49.0f+i*27.0f, 55.0f), module, ACNE::SNAPSHOT_LIGHTS + i));

addInput(Port::create<TinyPJ301MPort>(Vec(45.0f+i*27.0f, 338.0f),Port::INPUT, module, ACNE::TRACKS_INPUTS + i));

addParam(ParamWidget::create<LEDButton>(Vec(43.0f+i*27.0f, 292.0f), module, ACNE::IN_MUTE_PARAMS + i, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(49.0f+i*27.0f, 297.0f), module, ACNE::IN_MUTE_LIGHTS + i));

addParam(ParamWidget::create<LEDButton>(Vec(43.0f+i*27.0f, 314.0f), module, ACNE::IN_SOLO_PARAMS + i, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<SmallLight<GreenLight>>(Vec(49.0f+i*27.0f, 320.0f), module, ACNE::IN_SOLO_LIGHTS + i));
}

for (int i = 0; i < ACNE_NB_OUTS; i++) {
for (int j = 0; j < ACNE_NB_TRACKS; j++) {
faders[i][j] = ParamWidget::create<ACNETrimPot>(Vec(43.0f+j*27.0f, 77.0f+i*27.0f), module, ACNE::FADERS_PARAMS + j + i * (ACNE_NB_TRACKS), 0.0f, 10.0f, 0.0f);
addParam(faders[i][j]);
}
}
module->currentSnapshot = 0;
UpdateSnapshot(module->currentSnapshot);
}


void ACNEWidget::UpdateSnapshot(int snapshot) {
ACNE *module = dynamic_cast<ACNE*>(this->module);
for (int i = 0; i < ACNE_NB_OUTS; i++) {
for (int j = 0; j < ACNE_NB_TRACKS; j++) {
if (faders[i][j]->value != module->snapshots[module->currentSnapshot][i][j])
faders[i][j]->setValue(module->snapshots[module->currentSnapshot][i][j]);
}
}
}

void ACNEWidget::step() {
frames++;
if (frames>2){
ACNE *module = dynamic_cast<ACNE*>(this->module);
if (module->version != moduleVersion) {
for (int i = 0; i < ACNE_NB_OUTS; i++) {
for (int j = 0; j < ACNE_NB_TRACKS; j++) {
if (faders[i][j]->value != module->snapshots[module->currentSnapshot][i][j])
faders[i][j]->setValue(module->snapshots[module->currentSnapshot][i][j]);
}
}
moduleVersion = module->version;
}
frames = 0;
}
ModuleWidget::step();
}

} // namespace rack_plugin_Bidoo

using namespace rack_plugin_Bidoo;

RACK_PLUGIN_MODEL_INIT(Bidoo, ACNE) {
Model *modelACNE = Model::create<ACNE, ACNEWidget>("Bidoo", "ACnE", "ACnE mixer", MIXER_TAG);
return modelACNE;
}

+ 385
- 0
plugins/community/repos/Bidoo/src/ANTN.cpp View File

@@ -0,0 +1,385 @@
// #define USE_CURL defined
#include "Bidoo.hpp"
#include "dsp/digital.hpp"
#include "dsp/samplerate.hpp"
#include "BidooComponents.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/frame.hpp"
#include <algorithm>
#include <cctype>
#include <atomic>
#include <sstream>
#include <thread>
#ifdef USE_CURL
#include "curl/curl.h"
#endif // USE_CURL
#define MINIMP3_IMPLEMENTATION
#include "dep/minimp3/minimp3.h"


using namespace std;

namespace rack_plugin_Bidoo {

struct threadReadData {
DoubleRingBuffer<char,262144> *dataToDecodeRingBuffer;
string url;
string secUrl;
std::atomic<bool> *dl;
std::atomic<bool> *free;
};

struct threadDecodeData {
DoubleRingBuffer<char,262144> *dataToDecodeRingBuffer;
DoubleRingBuffer<Frame<2>,262144> *dataAudioRingBuffer;
mp3dec_t mp3d;
std::atomic<bool> *dc;
std::atomic<bool> *free;
};

size_t WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp)
{
struct threadReadData *pData = (struct threadReadData *) userp;
size_t realsize = size * nmemb;
if ((pData->dl->load()) && (realsize < pData->dataToDecodeRingBuffer->capacity())) //
{
memcpy(pData->dataToDecodeRingBuffer->endData(), contents, realsize);
pData->dataToDecodeRingBuffer->endIncr(realsize);
return realsize;
}
return 0;
}

size_t WriteUrlCallback(void *contents, size_t size, size_t nmemb, void *userp)
{
struct threadReadData *pData = (struct threadReadData *) userp;
size_t realsize = size * nmemb;
pData->secUrl += (const char*) contents;
return realsize;
}

void * threadDecodeTask(threadDecodeData data)
{
data.free->store(false);

mp3dec_frame_info_t info;
DoubleRingBuffer<Frame<2>,4096> *tmpBuffer = new DoubleRingBuffer<Frame<2>,4096>();
SampleRateConverter<2> conv;
int inSize;
int outSize;

while (data.dc->load()) {

short pcm[MINIMP3_MAX_SAMPLES_PER_FRAME];

if (data.dataToDecodeRingBuffer->size() > 64000) {

int samples = mp3dec_decode_frame(&data.mp3d, (const uint8_t*)data.dataToDecodeRingBuffer->startData(), data.dataToDecodeRingBuffer->size(), pcm, &info);

if (info.frame_bytes > 0) {
if (samples > 0) {
if (info.channels == 1) {
for(int i = 0; i < samples; i++) {
if (!data.dc->load()) break;
Frame<2> newFrame;
newFrame.samples[0]=(float)pcm[i]/32768;
newFrame.samples[1]=(float)pcm[i]/32768;
tmpBuffer->push(newFrame);
}
}
else {
for(int i = 0; i < 2 * samples; i=i+2) {
if (!data.dc->load()) break;
Frame<2> newFrame;
newFrame.samples[0]=(float)pcm[i]/32768;
newFrame.samples[1]=(float)pcm[i+1]/32768;
tmpBuffer->push(newFrame);
}
}
}
if (samples == 0) {
//printf("invalid data \n");
}
data.dataToDecodeRingBuffer->startIncr(info.frame_bytes);
conv.setRates(info.hz, engineGetSampleRate());
conv.setQuality(10);
inSize = tmpBuffer->size();
outSize = data.dataAudioRingBuffer->capacity();
conv.process(tmpBuffer->startData(), &inSize,data.dataAudioRingBuffer->endData(), &outSize);
tmpBuffer->startIncr(inSize);
data.dataAudioRingBuffer->endIncr((size_t)outSize);
}
}
}

data.free->store(true);
return 0;
}

#ifdef USE_CURL
void * threadReadTask(threadReadData data)
{
data.free->store(false);

CURL *curl;
curl = curl_easy_init();
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);

string zeUrl;
data.secUrl == "" ? zeUrl = data.url : zeUrl = data.secUrl;
zeUrl.erase(std::remove_if(zeUrl.begin(), zeUrl.end(), [](unsigned char x){return std::isspace(x);}), zeUrl.end());
if (stringExtension(data.url) == "pls") {
istringstream iss(zeUrl);
for (std::string line; std::getline(iss, line); )
{
std::size_t found=line.find("http");
if (found!=std::string::npos) {
zeUrl = line.substr(found);
break;
}
}
}

curl_easy_setopt(curl, CURLOPT_URL, zeUrl.c_str());
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &data);
curl_easy_perform(curl);
curl_easy_cleanup(curl);

data.free->store(true);

return 0;
}
#endif // USE_CURL


#ifdef USE_CURL
void * urlTask(threadReadData data)
{
data.free->store(false);

CURL *curl;
curl = curl_easy_init();
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);
curl_easy_setopt(curl, CURLOPT_URL, data.url.c_str());
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteUrlCallback);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &data);
data.secUrl = "";
curl_easy_perform(curl);
curl_easy_cleanup(curl);

data.free->store(true);

thread iThread = thread(threadReadTask, data);
iThread.detach();

return 0;
}
#endif // USE_CURL

struct ANTN : Module {
enum ParamIds {
URL_PARAM,
TRIG_PARAM,
GAIN_PARAM,
NUM_PARAMS
};
enum InputIds {
NUM_INPUTS
};
enum OutputIds {
OUTL_OUTPUT,
OUTR_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
NUM_LIGHTS
};
string url;
SchmittTrigger trigTrigger;
bool read = false;
DoubleRingBuffer<Frame<2>,262144> dataAudioRingBuffer;
DoubleRingBuffer<char,262144> dataToDecodeRingBuffer;
thread rThread, dThread;
threadReadData rData;
threadDecodeData dData;
std::atomic<bool> tDl;
std::atomic<bool> tDc;
std::atomic<bool> trFree;
std::atomic<bool> tdFree;

ANTN() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
tDl.store(true);
tDc.store(true);
trFree.store(true);
tdFree.store(true);

rData.dataToDecodeRingBuffer = &dataToDecodeRingBuffer;
rData.dl = &tDl;
rData.free = &trFree;

dData.dataToDecodeRingBuffer = &dataToDecodeRingBuffer;
dData.dataAudioRingBuffer = &dataAudioRingBuffer;
dData.dc = &tDc;
dData.free = &tdFree;
mp3dec_init(&dData.mp3d);
}

~ANTN() {
tDc.store(false);
while(!tdFree) {
}

tDl.store(false);
while(!trFree) {
}
}

json_t *toJson() override {
json_t *rootJ = json_object();
json_object_set_new(rootJ, "url", json_string(url.c_str()));
return rootJ;
}

void fromJson(json_t *rootJ) override {
json_t *urlJ = json_object_get(rootJ, "url");
if (urlJ)
url = json_string_value(urlJ);
}

void step() override;

void onSampleRateChange() override;
};

void ANTN::onSampleRateChange() {
read = false;
dataAudioRingBuffer.clear();
}

void ANTN::step() {

if (trigTrigger.process(params[TRIG_PARAM].value)) {

tDc.store(false);
while(!tdFree) {
}

tDl.store(false);
while(!trFree) {
}
read = false;
dataToDecodeRingBuffer.clear();
dataAudioRingBuffer.clear();

tDl.store(true);
#ifdef USE_CURL
rData.url = url;
if ((stringExtension(rData.url) == "m3u") || (stringExtension(rData.url) == "pls")) {
rThread = thread(urlTask, std::ref(rData));
}
else {
rThread = thread(threadReadTask, std::ref(rData));
}
rThread.detach();
#endif // USE_CURL

tDc.store(true);
mp3dec_init(&dData.mp3d);
dThread = thread(threadDecodeTask, std::ref(dData));
dThread.detach();
}

if ((dataAudioRingBuffer.size()>64000) && (engineGetSampleRate()<96000)) {
read = true;
}
if ((dataAudioRingBuffer.size()>128000) && (engineGetSampleRate()>=96000)) {
read = true;
}

if (read) {
Frame<2> currentFrame = *dataAudioRingBuffer.startData();
outputs[OUTL_OUTPUT].value = 10*currentFrame.samples[0]*params[GAIN_PARAM].value;
outputs[OUTR_OUTPUT].value = 10*currentFrame.samples[1]*params[GAIN_PARAM].value;
dataAudioRingBuffer.startIncr(1);
}
}

struct ANTNTextField : LedDisplayTextField {
ANTNTextField(ANTN *mod) {
module = mod;
font = Font::load(assetPlugin(plugin, "res/DejaVuSansMono.ttf"));
color = YELLOW_BIDOO;
textOffset = Vec(3, 3);
}
void onTextChange() override;
ANTN *module;
};
void ANTNTextField::onTextChange() {
if (text.size() > 0) {
string tText = text;
tText.erase(std::remove_if(tText.begin(), tText.end(), [](unsigned char x){return std::isspace(x);}), tText.end());
module->url = tText;
}
}

struct ANTNWidget : ModuleWidget {
TextField *textField;
json_t *toJson() override;
void fromJson(json_t *rootJ) override;

ANTNWidget(ANTN *module) : ModuleWidget(module) {
setPanel(SVG::load(assetPlugin(plugin, "res/ANTN.svg")));

addChild(Widget::create<ScrewSilver>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<ScrewSilver>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

textField = new ANTNTextField(module);
textField->box.pos = Vec(5, 25);
textField->box.size = Vec(125, 100);
textField->multiline = true;
addChild(textField);

addParam(ParamWidget::create<BidooBlueKnob>(Vec(54, 183), module, ANTN::GAIN_PARAM, 0.5f, 3.0f, 1.0f));

addParam(ParamWidget::create<BlueCKD6>(Vec(54, 245), module, ANTN::TRIG_PARAM, 0.0f, 1.0f, 0.0f));

static const float portX0[4] = {34, 67, 101};

addOutput(Port::create<TinyPJ301MPort>(Vec(portX0[1]-17, 334),Port::OUTPUT, module, ANTN::OUTL_OUTPUT));
addOutput(Port::create<TinyPJ301MPort>(Vec(portX0[1]+4, 334),Port::OUTPUT, module, ANTN::OUTR_OUTPUT));
}
};

json_t *ANTNWidget::toJson() {
json_t *rootJ = ModuleWidget::toJson();

// text
json_object_set_new(rootJ, "text", json_string(textField->text.c_str()));

return rootJ;
}

void ANTNWidget::fromJson(json_t *rootJ) {
ModuleWidget::fromJson(rootJ);

// text
json_t *textJ = json_object_get(rootJ, "text");
if (textJ)
textField->text = json_string_value(textJ);
}

} // namespace rack_plugin_Bidoo

using namespace rack_plugin_Bidoo;

RACK_PLUGIN_MODEL_INIT(Bidoo, ANTN) {
Model *modelANTN = Model::create<ANTN, ANTNWidget>("Bidoo", "antN", "antN oscillator", OSCILLATOR_TAG);
return modelANTN;
}

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save